]> git.wh0rd.org Git - nano.git/shortlog
nano.git
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...
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...
next