]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2016-01-20 Benno SchulenbergGetting rid of a global variable.
2016-01-20 Benno SchulenbergReadjusting the indentation and a comment.
2016-01-20 Benno SchulenbergVerifying that the containing directory of the given...
2016-01-17 Benno SchulenbergLimiting the number of loaded items in the positions...
2016-01-17 Benno SchulenbergRemoving a mistaken '+': only one menu name is allowed...
2016-01-17 Benno SchulenbergFixing a typo in an #ifndef symbol. Reported by Frank.
2016-01-17 Benno SchulenbergAllowing inline comments with key bindings.
2016-01-15 Benno SchulenbergFreeing the items on the undo stack when a buffer is...
2016-01-15 Benno SchulenbergMoving set_modified() to the file that has to do with...
2016-01-15 Benno SchulenbergReturning a fantastic file descriptor -- when opening
2016-01-15 Benno SchulenbergPlugging another memory leak.
2016-01-15 Benno SchulenbergFreeing the full filename in all cases.
2016-01-14 Benno SchulenbergShowing a key only when it was rebound.
2016-01-14 Benno SchulenbergEliding an unneeded function.
2016-01-14 Benno SchulenbergDeleting two duplicate declarations.
2016-01-14 Benno SchulenbergEliding an unneeded variable and adjusting some wrappin...
2016-01-14 Benno SchulenbergDeleting an 'if' that is always FALSE.
2016-01-14 Benno SchulenbergRemoving a reference to an obsolete file.
2016-01-13 Benno SchulenbergAdjusting a few comments and rewrapping some lines.
2016-01-13 Benno SchulenbergReducing the number of indentation steps elsewhere...
2016-01-12 Benno SchulenbergReducing the number of indentation steps.
2016-01-12 Benno SchulenbergCondensing the preparsing of a line.
2016-01-12 Benno SchulenbergRemoving a senseless iteration: simply add the new...
2016-01-12 Benno SchulenbergDifferentiating a variable name from function names.
2016-01-12 Benno SchulenbergRemoving some code duplication.
2016-01-12 Benno SchulenbergRename a variable, to match the save routine.
2016-01-12 Benno SchulenbergFixing some typos and whitespace, and normalizing the...
2016-01-12 Benno SchulenbergFixing the 2.5.1 tag in the Changelog.
2016-01-11 Chris AllegrettaBack to SVN
2016-01-11 Chris AllegrettaGNU nano 2.5.1 release v2.5.1
2016-01-11 Chris AllegrettaForward date 2.5.1 up to the 11th since I didnt get...
2016-01-10 Benno SchulenbergAdjusting dates and version number.
2016-01-10 Benno SchulenbergAdding a news item for the upcoming 2.5.1.
2016-01-09 Benno SchulenbergSnipping inconsistent blank lines in the Changelog.
2016-01-09 Benno SchulenbergNot going beyond the number of available rows in the...
2016-01-09 Benno SchulenbergMaking sure to keep advancing also when regex matches...
2016-01-07 Benno SchulenbergAdding a comment and using a symbolic value.
2016-01-07 Benno SchulenbergDelete two unneeded #ifdefs -- better fail to compile...
2016-01-04 Benno SchulenbergMaking "Tab" produce the appropriate keycode.
2016-01-04 Benno SchulenbergGettextizing a forgotten string.
2016-01-04 Benno SchulenbergAdding "Tab" as a key description, just like "Del"...
2016-01-04 Benno SchulenbergImproving the name of allow_pending_sigwinch() to allow...
2016-01-04 Benno SchulenbergCondensing the exit code of do_linter().
2016-01-04 Benno SchulenbergRewriting the loop, and constifying the input of sctofu...
2016-01-04 Benno SchulenbergNo longer freeing any existing functions -- they are...
2016-01-04 Benno SchulenbergConstifying the input parameter of strtosc() and strtom...
2016-01-03 Benno SchulenbergAdjusting the indentation after the previous change.
2016-01-03 Benno SchulenbergAlerting the user when a functionless shortcut is encou...
2016-01-03 Benno SchulenbergAborting reset_multis() when there are zero multiline...
2016-01-03 Benno SchulenbergLetting reset_multis() figure out whether after an...
2016-01-03 Benno SchulenbergLetting reset_multis() figure out whether after a delet...
2016-01-02 Benno SchulenbergCorrectly restoring the settings of NO_HELP and MORE_SPACE.
2016-01-02 Benno SchulenbergSkipping the unneeded reinitialization of the windows;
2016-01-02 Benno SchulenbergPlugging three tiny memory leaks.
2015-12-31 Benno SchulenbergChopping a duplicate parameter.
2015-12-31 Benno SchulenbergChopping an always FALSE parameter.
2015-12-31 Benno SchulenbergDeleting a now unused function.
2015-12-31 Benno SchulenbergRestoring the cursor position differently, using a...
2015-12-30 Benno SchulenbergNormalizing the comments in the OCaml file.
2015-12-30 Benno SchulenbergNot trying to position the cursor when opening a buffer...
2015-12-29 Benno SchulenbergDisabling the regex for multiline strings in C and...
2015-12-23 Benno SchulenbergGoing back to the filename prompt when the user decides...
2015-12-23 Benno SchulenbergNot opening an extra blank buffer when an empty file...
2015-12-23 Benno SchulenbergImproving the ordering of two bindable functions.
2015-12-23 Benno SchulenbergOffering ^Q in the writeout menu to close and discard...
2015-12-23 Benno SchulenbergPreventing valid pointers from getting truncated and...
2015-12-23 Benno SchulenbergHistory: no prompting on exit errors, because making...
2015-12-23 Benno SchulenbergExpanding the autoconf syntax a little, by handling...
2015-12-23 Benno SchulenbergAC_CHECK_HEADERS_ONCE() is very special cannot be condi...
2015-12-22 Benno SchulenbergUsing 'return' instead of an intermediate variable.
2015-12-22 Benno SchulenbergRenaming three keyboard functions -- 'get' is not a...
2015-12-22 Benno SchulenbergTweaking the Changelog.
2015-12-22 Benno SchulenbergMoving two functions to the color.c file, where they...
2015-12-20 Benno SchulenbergPrecalculating the multiline-regex cache data for each...
2015-12-18 Benno SchulenbergTweaking some comments and improving a variable name.
2015-12-18 Benno SchulenbergChopping a superfluous boolean parameter -- 'prevnode...
2015-12-18 Benno SchulenbergImproving some comments and renaming three variables.
2015-12-18 Benno SchulenbergAdjusting the whitespace after the previous change...
2015-12-18 Benno SchulenbergUsing a couple less #ifdefs, to mimic how this is done...
2015-12-11 Benno SchulenbergAdding the missing autoconf and nftables syntaxes to...
2015-12-08 Benno SchulenbergRewrapping and reordering a few lines.
2015-12-08 Benno SchulenbergIt shouldn't be necessary to doubly check for being...
2015-12-08 Benno SchulenbergLetting also unlink_node() update 'filebot', instead...
2015-12-08 Benno SchulenbergMaking splice_node() update 'filebot', instead of doing...
2015-12-07 Benno SchulenbergMaking ^O always prompt for a filename, also when ...
2015-12-07 Benno SchulenbergQuitting the loop when there is no end match.
2015-12-07 Benno SchulenbergFixing whitespace, layout, wording, and typo.
2015-12-06 Chris AllegrettaBack to SVN
2015-12-06 Chris AllegrettaTypo in release announcement
2015-12-06 Chris AllegrettaGNU nano 2.5.0 release v2.5.0
2015-12-06 Chris Allegretta2015-12-05 Chris Allegretta <chrisa@asty.org>
2015-12-05 Benno SchulenbergAvoiding two compilation warnings.
2015-12-05 Benno SchulenbergUpdating date and version number for the upcoming release.
2015-12-05 Benno SchulenbergFixing compilation with --enable-tiny --enable-justify.
2015-12-04 Benno SchulenbergRewrapping some lines and tweaking some comments.
2015-12-04 Benno SchulenbergFusing three functions into a single one.
2015-12-04 Benno SchulenbergAvoiding a compilation warning.
2015-12-03 Benno SchulenbergAdding a note to the documentation about undo not worki...
2015-12-03 Benno SchulenbergDiscarding the entire undo stack, to prevent nano from...
2015-12-03 Benno SchulenbergDiscarding the entire undo stack, to prevent nano from...
next