]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2015-06-20 Benno SchulenbergAdding a bug reference.
2015-06-20 Benno SchulenbergReverting the last commit, as it is making things worse:
2015-06-20 Benno SchulenbergNot deleting the magic line, instead of removing and...
2015-06-20 Benno SchulenbergStopping the changed-files colour from spilling beyond...
2015-06-20 Benno SchulenbergColouring key-binding lines in a nanorc file affirmatively
2015-06-20 Benno SchulenbergKeeping homedir NULL when no home directory could be...
2015-06-20 Benno SchulenbergMaking M-W work also right after startup.
2015-06-18 Benno SchulenbergDeleting two unused things, and adding two comments.
2015-06-18 Benno SchulenbergAllowing a tiny nano to enable search and position...
2015-06-17 Benno SchulenbergImproving the visibility of the undo-related debugging...
2015-06-17 Benno SchulenbergRenaming the parameter 'current_action' to 'action',
2015-06-17 Benno SchulenbergOops! Misplaced a closing parenthesis.
2015-06-17 Benno SchulenbergEliding an unneeded variable and correcting two comments.
2015-06-17 Benno SchulenbergAdjusting whitespace after the previous change.
2015-06-17 Benno SchulenbergPreventing the addition of an extra newline when undoin...
2015-06-14 Benno SchulenbergNot checking for non-NULL before freeing a variable...
2015-06-14 Benno SchulenbergNot bothering to look for any starting matches on the...
2015-06-14 Benno SchulenbergSkipping to the next step when a found start has been...
2015-06-14 Benno SchulenbergAdding some debugging code to track which multidata...
2015-06-11 Benno SchulenbergMaking it easy to see what codes a key stroke produces...
2015-06-07 Benno SchulenbergAdding a section to the man page on the non-obvious...
2015-06-07 Benno SchulenbergClarifying the meaning of the --backupdir option.
2015-06-07 Benno SchulenbergImproving some formatting, hyphenation, wording and...
2015-06-07 Benno SchulenbergShowing the node with the command-line options in the...
2015-06-04 Benno SchulenbergAdding the post-install and pre-uninstall rules for...
2015-06-04 Benno SchulenbergFixing compilation with --enable-tiny.
2015-06-02 Benno SchulenbergRequiring again that the triple quote that starts a...
2015-06-02 Benno SchulenbergColouring also an optional option in apt's sources...
2015-06-02 Benno SchulenbergTweaking some wordings, adding some missing formatting...
2015-05-31 Benno SchulenbergPreventing a floating-point exception when the availabl...
2015-05-28 Benno SchulenbergAh, fixing name.
2015-05-28 Benno SchulenbergAllowing a CD name to contain any character.
2015-05-28 Benno SchulenbergMarking window resizes and better file-type detection...
2015-05-28 Benno SchulenbergBack to SVN.
2015-05-28 Benno SchulenbergUsing 'width' instead of hardcoded 16. And doing thing...
2015-05-28 Benno SchulenbergNormalizing the whitespace after the recent changes...
2015-05-28 Benno SchulenbergHandling a SIGWINCH (which signals a change in window...
2015-05-21 Benno SchulenbergBleh. Adding postgresql to the Makefile.
2015-05-20 Benno SchulenbergAdding one file: syntax highlighting for PostgreSQL.
2015-05-08 Benno SchulenbergLimiting the number of backup files to one hundred...
2015-05-08 Benno SchulenbergTaking the distant possibility of terabyte files into...
2015-05-03 Benno SchulenbergUsing character classes correctly.
2015-05-03 Benno SchulenbergAdjusting a few comments and line wrappings.
2015-05-03 Benno SchulenbergDisplaying an ellipsis only when the filename is longer...
2015-04-28 Benno SchulenbergUnwrapping a bunch of comments.
2015-04-28 Benno SchulenbergImproving the colouring of message tags in PO files.
2015-04-28 Benno SchulenbergMatching the file regex of a syntax against the absolute,
2015-04-25 Benno SchulenbergAdding a cross reference.
2015-04-25 Benno SchulenbergRenaming the parameter 'whole_word' to 'whole_word_only',
2015-04-25 Benno SchulenbergDeleting an always-FALSE parameter.
2015-04-25 Benno SchulenbergRemoving the unintended special case for replacing
2015-04-21 Benno SchulenbergEliding another tiny function.
2015-04-21 Benno SchulenbergInitializing the search and replace strings in a centra...
2015-04-21 Benno SchulenbergSaving and restoring the global flags the short and...
2015-04-21 Benno SchulenbergSaving the settings of the global case-sens, direction...
2015-04-20 Benno SchulenbergDeleting redundant reprises of a bol/eol regular-expres...
2015-04-20 Benno SchulenbergRenaming a function to the simpler 'need_statusbar_upda...
2015-04-20 Benno SchulenbergFusing two identical functions into one: need_screen_up...
2015-04-18 Benno SchulenbergMaking sure an invalid starting byte of a multibyte...
2015-04-18 Benno SchulenbergMaking the descriptions of the multibuffer feature...
2015-04-18 Benno SchulenbergAdding two files: syntax highlighting for Emacs Lisp...
2015-04-18 Benno SchulenbergAdding a linter definition to four of the syntax files.
2015-04-17 Benno SchulenbergArranging the movement keys in the File Browser in...
2015-04-17 Benno SchulenbergBinding the unbound Home and End keys to goto_top and...
2015-04-17 Benno SchulenbergAdding the 2.4.1 release marker to the Changelog.
2015-04-17 Benno SchulenbergDistinguishing a failure to launch the linter from...
2015-04-14 Chris AllegrettaGNU nano 2.4.1 release v2.4.1
2015-04-14 Chris AllegrettaGo even farther on the bug report front in README and...
2015-04-13 Benno SchulenbergFixing compilation with --enable-tiny (oops), and menti...
2015-04-12 Benno SchulenbergOops. Correcting an oversight in the Changelog:
2015-04-12 Benno SchulenbergUsing mallocstrcpy() in a correct manner and
2015-04-12 Benno SchulenbergRemoving an unused variable, and adjusting the introduc...
2015-04-12 Benno SchulenbergRebinding ^Y and ^V in the WhereisFile menu
2015-04-12 Benno SchulenbergStopping M-\ and M-/ in the WhereisFile menu from doing...
2015-04-11 Benno SchulenbergNot splitting off the marked region into a separate...
2015-04-08 Benno SchulenbergCorrecting and adjusting some comments.
2015-04-08 Benno SchulenbergRenaming some things, for more contrast or to be more...
2015-04-07 Benno SchulenbergGiving the file a neater layout, plus two table headers.
2015-04-07 Benno SchulenbergAdding the names of recent translators, and sorting...
2015-04-07 Benno SchulenbergEliding another miniscule function.
2015-04-07 Benno SchulenbergLetting bottombars() set the global variable 'currmenu'.
2015-04-07 Benno SchulenbergGreatly simplifying the searching for the next matching...
2015-04-07 Benno SchulenbergAvoiding to set 'focusing' when searching for filenames;
2015-04-07 Benno SchulenbergEliding a miniscule function, and renaming a variable...
2015-04-07 Benno SchulenbergConsistently using the appropriate variable in the...
2015-04-07 Benno SchulenbergRemoving an unfitting comment and tweaking some others.
2015-04-07 Benno SchulenbergNot searching for the empty string when nothing was...
2015-04-05 Benno SchulenbergExpanding on nano's features, and condensing the synopsis,
2015-04-03 Benno SchulenbergIgnoring magic without libmagic, and ignoring formatter...
2015-04-03 Benno SchulenbergRemoving two superfluous #ifndefs.
2015-04-03 Benno SchulenbergUpdating the README text to the fifth milestone: 2...
2015-03-28 Benno SchulenbergAlso colouring a series of changed files that spans...
2015-03-28 Benno SchulenbergOnly scrolling the required number of lines
2015-03-28 Benno SchulenbergWhen searching, put a found off-screen string on the...
2015-03-27 Benno SchulenbergAdjusting the end point of the marked region to compensate
2015-03-27 Benno SchulenbergTreating the formatter like a speller,
2015-03-27 Benno SchulenbergThe linter is only available when colour is.
2015-03-27 Benno SchulenbergNormalizing some whitespace.
2015-03-27 Benno SchulenbergRemoving two unneeded calls to edit_refresh(), to great...
2015-03-27 Benno SchulenbergAdjusting some whitespace and wrapping.
next