]> git.wh0rd.org Git - nano.git/shortlog
nano.git
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...
2016-01-26 Benno SchulenbergUsing a simpler algorithm for jumping to the next word.
2016-01-26 Benno SchulenbergJumping to the start of the current word, not to that...
2016-01-26 Benno SchulenbergAdjusting some indentation and some line wrapping.
2016-01-26 Benno SchulenbergNot adding directories to the list of file positions.
2016-01-25 Benno SchulenbergMentioning that the position history is limited to...
2016-01-25 Benno SchulenbergDocumenting the --enable-altrcname configure option.
2016-01-25 Benno SchulenbergHandling an update of the first element correctly.
2016-01-24 Benno SchulenbergEliding another small function that is used only once.
2016-01-24 Benno SchulenbergEliding an unneeded function.
2016-01-24 Benno SchulenbergBundling four statements (that in total occur seven...
2016-01-24 Benno SchulenbergRemoving a superfluous free.
2016-01-24 Benno SchulenbergChopping an always-FALSE parameter and deleting an...
2016-01-24 Benno SchulenbergCondensing the code by removing a triplication.
2016-01-24 Benno SchulenbergMoving an updated position-history item to the end...
2016-01-22 Benno SchulenbergRenaming a variable for clarity and contrast.
2016-01-22 Benno SchulenbergNot using $HOME when we're root, because some sudos...
2016-01-21 Benno SchulenbergDeleting the unneeded blanking of a variable.
2016-01-21 Benno SchulenbergEliding an unneeded variable.
2016-01-21 Benno SchulenbergRemoving a now unneeded function, as nothing can break...
2016-01-21 Benno SchulenbergPreserving the cursor position on the statusbar when...
2016-01-20 Benno SchulenbergAdding to the Changelog the remark that Savannah bug...
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...
next