]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2016-02-29 Benno SchulenbergRenaming a struct member.
2016-02-28 Benno SchulenbergDisallowing the addition of further things to a syntax...
2016-02-28 Benno SchulenbergRearranging a few things in my style.
2016-02-28 Benno SchulenbergNot dropping regexes that were gathered earlier.
2016-02-28 Benno SchulenbergRenaming a variable and fusing an increment.
2016-02-28 Benno SchulenbergUsing the now correct parsing of header regexes also...
2016-02-28 Benno SchulenbergNot continuing when something is wrong, but instead...
2016-02-26 Benno SchulenbergRenaming another struct element, because it refers...
2016-02-26 Benno SchulenbergRenaming a struct element for aptness and contrast.
2016-02-26 Benno SchulenbergEliding the function nfreeregex(), now used just once.
2016-02-26 Benno SchulenbergRenaming a variable for conciseness.
2016-02-26 Benno SchulenbergFactoring out a triple repetition into found_in_list().
2016-02-26 Benno SchulenbergStripping things bare to see the sameness.
2016-02-26 Benno SchulenbergLooking for the default syntax only when all else failed --
2016-02-26 Benno SchulenbergBack to SVN, and tweaking whitespace in NEWS and Changelog.
2016-02-26 Benno SchulenbergCorrecting the description of 'justifytrim', adding...
2016-02-25 Chris AllegrettaGNU nano 2.5.3 release v2.5.3
2016-02-25 Chris AllegrettaCall kill_spaces_on_justify justifytrim, to match the...
2016-02-25 Benno SchulenbergEliding splice_opennode() by handling the two cases...
2016-02-25 Benno SchulenbergNow putting things in the proper order: setting 'prev_d...
2016-02-25 Benno SchulenbergPlugging a memory leak by not copying a string twice.
2016-02-24 Chris AllegrettaTweak KILL_TRAILING_SPACES. Still deciding on name...
2016-02-23 Benno SchulenbergTweaking the Changelog.
2016-02-23 Benno SchulenbergRewrapping and reshuffling some lines.
2016-02-23 Benno SchulenbergCentering the cursor when the thing being undone or...
2016-02-23 Benno SchulenbergNot moving the cursor when copying a backwardly marked...
2016-02-23 Benno SchulenbergRenaming a variable, for contrast and correctness.
2016-02-22 Benno SchulenbergUsing the correct column number also when messages...
2016-02-22 Benno SchulenbergShowing the cursor in the edit window when linting.
2016-02-22 Benno SchulenbergMaking the cursor visible again after a justification...
2016-02-22 Benno SchulenbergAs the charmove() already copies the terminating null...
2016-02-22 Chris AllegrettaMake that kill_spaces_on_justify, add hilighting.
2016-02-22 Chris Allegretta2016-02-22 Chris Allegretta <chrisa@asty.org>
2016-02-22 Benno SchulenbergEliding a variable -- there is no need to optimize...
2016-02-22 Benno SchulenbergNot moving too many bytes -- that is: not moving them...
2016-02-22 Benno SchulenbergSorting the prev_word() and next_word() functions in...
2016-02-22 Benno SchulenbergThe amount to scroll is never zero, so there is no...
2016-02-22 Benno SchulenbergCondensing some code by factoring out a repetition.
2016-02-22 Benno SchulenbergEliding the function free_openfilestruct() as it is...
2016-02-21 Benno SchulenbergRemoving four unneeded checks for NULL.
2016-02-21 Benno SchulenbergNot requiring a third Tab to show the list of possible...
2016-02-20 Benno SchulenbergReducing an allocation to what is actually needed.
2016-02-20 Benno SchulenbergParsing a character in the correct buffer: in the first...
2016-02-20 Benno SchulenbergAvoiding a memory leak when tabbing on a string that...
2016-02-18 Benno SchulenbergDeleting a debugging leftover.
2016-02-18 Benno SchulenbergAllowing the parameter of free_filestruct() to be NULL,
2016-02-18 Benno SchulenbergFixing Savannah bug #47127 the proper way,
2016-02-16 Benno SchulenbergDeleting two dead prototypes, adjusting two comments...
2016-02-16 Benno SchulenbergDeleting a redundant assignment. The multidata pointer...
2016-02-15 Benno SchulenbergAvoiding the loss a buffer when getcwd() fails.
2016-02-15 Benno SchulenbergFreeing not just the struct but also the data it contains,
2016-02-14 Benno SchulenbergSaying that the 2.5 branch is a "rolling" release,...
2016-02-14 Benno SchulenbergRenaming and condensing some stuff, and correcting...
2016-02-14 Benno SchulenbergDoing the copying of typed stuff from input to output...
2016-02-14 Benno SchulenbergRestoring the mentioned behavior also for the internal...
2016-02-14 Benno SchulenbergMaking the iteration through replacement matches behave...
2016-02-13 Benno SchulenbergSwitching the cursor on and off at the appropriate...
2016-02-13 Benno SchulenbergAllocating enough space for printing out the line and...
2016-02-13 Benno SchulenbergRebuilding the file list only when necessary, and not...
2016-02-12 Chris AllegrettaBack to SVN, and fix typo in NEWS
2016-02-12 Chris AllegrettaGNU nano 2.5.2 release v2.5.2
2016-02-11 Benno SchulenbergMaking the formatter command more visible in the Go...
2016-02-11 Benno SchulenbergCondensing some declarations, rewrapping some lines...
2016-02-11 Benno SchulenbergNot leaving curses mode in the formatter, as that would...
2016-02-11 Benno SchulenbergGoing to the next item in the list before freeing the...
2016-02-11 Benno SchulenbergAdding remark to Changelog that Savannah bug #47111...
2016-02-10 Benno SchulenbergFreeing the position-history records that are dropped.
2016-02-10 Benno SchulenbergSwitching the cursor on in the right place: in the...
2016-02-10 Benno SchulenbergRemoving two SVN Id tags and a duplication.
2016-02-10 Benno SchulenbergThanking a Spanish, a Catalan, and a Croat translator.
2016-02-10 Benno SchulenbergAllowing only control sequences in the proper range...
2016-02-10 Benno SchulenbergPlugging a sneaky memory leak. This fixes Savannah...
2016-02-10 Benno SchulenbergPreventing a chain of editing actions from continuing...
2016-02-09 Benno SchulenbergAdjusting the version number in the docs before release.
2016-02-09 Benno SchulenbergChecking the result of a stat() to avoid referencing...
2016-02-07 Benno SchulenbergRenaming a variable for clarity.
2016-02-07 Benno SchulenbergNormalizing a bit of indentation.
2016-02-07 Benno SchulenbergUsing a character class instead of a literal tab and...
2016-02-07 Benno SchulenbergEliding an unneeded 'if'.
2016-02-07 Benno SchulenbergAvoiding a pointless lstat() when not writing to a...
2016-02-07 Benno SchulenbergNot recording files that have the default cursor position.
2016-02-06 Benno SchulenbergRewrapping some lines and removing some useless comments.
2016-02-06 Benno SchulenbergAvoiding to update the statusbar twice for a Backspace.
2016-02-06 Benno SchulenbergRenaming 'update_bar_if_needed()' for more contrast...
2016-02-06 Benno SchulenbergChopping two parameters that are always the same, and...
2016-02-06 Benno SchulenbergTurning the cursor off when writing in the status bar,
2016-02-06 Benno SchulenbergUpdating the screen immediately when a message is poste...
2016-02-06 Benno SchulenbergRemoving the --nofollow option that hasn't been working...
2016-02-05 Benno SchulenbergGuiding the translators a little bit.
2016-02-05 Benno SchulenbergPutting four strings in the standard order: first backw...
2016-02-05 Benno SchulenbergCondensing the descriptions of command-key sequences...
2016-01-31 Benno SchulenbergMaking Home go always fully home.
2016-01-31 Benno SchulenbergShowing ^^ and M-^ as valid key names.
2016-01-31 Benno SchulenbergBeing more specific in how a given path is invalid.
2016-01-29 Benno SchulenbergUpdating position history only when 'positionlog' is...
2016-01-29 Benno SchulenbergPlugging another memory leak.
2016-01-29 Benno SchulenbergChecking the position history only when 'positionlog...
2016-01-29 Benno SchulenbergPlugging a couple of memory leaks.
2016-01-29 Benno SchulenbergChecking the position history only when option 'positio...
2016-01-29 Benno SchulenbergAlso displaying the buffer when configured with only...
next