]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2014-08-29 Benno SchulenbergReplacing the old get_shortcut() wrapper with the new...
2014-08-29 Benno SchulenbergAdding name of reporter.
2014-08-10 Benno SchulenbergImproving some wordings and formatting in the texinfo...
2014-08-07 Benno SchulenbergRemoving a mistaken doubled-up | which causes
2014-08-03 Benno SchulenbergImproving some of the wordings and formatting of the...
2014-08-03 Benno SchulenbergTweaking the formatting of the man pages a bit
2014-08-02 Benno SchulenbergStandardizing the formatting of command-line options...
2014-08-01 Benno SchulenbergSeparating short and long option by a customary comma
2014-07-31 Benno SchulenbergReordering a few things, and adjusting some whitespace.
2014-07-31 Benno SchulenbergAdjusting some indentation.
2014-07-27 Benno SchulenbergUsing still further the func_from_key() wrapper instead...
2014-07-27 Benno SchulenbergUsing still more the func_from_key() wrapper instead...
2014-07-27 Benno SchulenbergUsing the more direct func_from_key() wrapper instead...
2014-07-27 Benno SchulenbergMoving first_sc_for() next to its sister function too.
2014-07-27 Benno SchulenbergMoving strtokeytype() next to its sister function.
2014-07-27 Benno SchulenbergRemoving the now unused and unneeded addition ability...
2014-07-24 Jordi Mallach* doc/texinfo/nano.texi, doc/man/nanorc.5: Typo fix.
2014-07-22 Benno SchulenbergRemoving 'undo' from the valid options, so it gets...
2014-07-21 Jordi Mallach* doc/nanorc.sample.in: Remove ‘undo’ section which...
2014-07-17 Chris AllegrettaAdd release to ChangeLog and back to svn version
2014-07-17 Chris AllegrettaGNU nano 2.3.6 release v2.3.6
2014-07-17 Jordi Mallach* doc/man/rnano.1: Additional printing formatting impro...
2014-07-16 Jordi Mallach* doc/man/fr/nano.1, doc/man/fr/rnano.1: Apply similar...
2014-07-16 Jordi Mallach* doc/syntax/debian.nanorc: Add https, tor and spacewal...
2014-07-16 Jordi Mallachdoc/man/nano.1, doc/man/rnano.1: Add some escaping...
2014-07-16 Benno SchulenbergNormalizing some tabbing.
2014-07-16 Benno SchulenbergMaking sure line renumbering starts far enough back...
2014-07-13 Chris Allegretta2014-07-13 David Lawrence Ramsey <pooka109@gmail...
2014-07-12 Benno SchulenbergNot silencing the warning about datarootdir being ignor...
2014-07-11 Benno SchulenbergNot speaking of "line wrap" but of "text add" when...
2014-07-11 Benno SchulenbergRefixing a typo in a statusbar error message.
2014-07-11 Chris AllegrettaAdd 2.3.5 to ChangeLog, and back to svn version
2014-07-11 Chris AllegrettaGNU nano 2.3.5 release v2.3.5
2014-07-11 Chris Allegretta2014-07-11 Chris Allegretta <chrisa@asty.org>
2014-07-11 Chris Allegrettafiles.c:do_lockfile(): Actually reference the variable...
2014-07-07 Benno SchulenbergTiny ChangeLog fixes, and marking the 2.2.6 release.
2014-07-03 Chris Allegretta2014-07-02 Chris Allegretta <chrisa@asty.org>
2014-07-02 Benno SchulenbergFreeing the cutbuffer after use.
2014-07-02 Benno SchulenbergHandling the cases of cutting-from-cursor-to-end-of...
2014-07-02 Benno SchulenbergProperly excluding the --quiet option when --disable...
2014-07-02 Benno SchulenbergDeleting old wrapper 'getfuncfromkey()', and replacing...
2014-07-02 Benno SchulenbergMaking use of the new wrapper in the help viewer and...
2014-07-02 Benno SchulenbergAdding a typedef for a pointer to a function: functionp...
2014-07-01 Benno SchulenbergAdding two defines to make the functions list clearer.
2014-07-01 Benno SchulenbergNow delete these case-sensitive, regular-expressive...
2014-07-01 Benno SchulenbergShowing that it is possible to have case-sensitive...
2014-07-01 Benno SchulenbergGrouping the arguments better.
2014-07-01 Benno SchulenbergNot passing the menu but setting it earlier.
2014-07-01 Benno SchulenbergThere are no tagless functions, so there is no need...
2014-07-01 Benno SchulenbergNow that 'currmenu' is really global, stop passing...
2014-07-01 Benno SchulenbergMaking sure to always set 'currmenu', so that we can...
2014-06-30 Benno SchulenbergRenaming '*cut_till_end' to '*cut_till_eof', to reduce
2014-06-30 Benno SchulenbergFixing a bug where binding a movement function to a...
2014-06-30 Benno SchulenbergMaking 'meta_key' and 'func_key' into global variables...
2014-06-30 Benno SchulenbergMoving some variables to a better place.
2014-06-30 Benno SchulenbergWhen there are no syntaxes, for example with --ignorerc...
2014-06-29 Benno SchulenbergMaking Ctrl-Left and Ctrl-Right produce special codes,
2014-06-29 Benno SchulenbergFixing compilation with --enable-tiny --enable-nanorc.
2014-06-29 Benno SchulenbergTiny ChangeLog tweaks.
2014-06-29 Benno SchulenbergUpdating the pointer to the bottom of the file
2014-06-28 Benno SchulenbergNow trimming the superfluous braces.
2014-06-28 Benno SchulenbergUsing a single assignment of do_toggle_void.
2014-06-28 Benno SchulenbergMoving (the recognition of) the toggles to the end...
2014-06-28 Benno SchulenbergEradicating the execute flag -- it is almost always...
2014-06-28 Benno SchulenbergRemoving the useless parameters 'have_shortcut and...
2014-06-27 Benno SchulenbergSilencing a useless warning about seemingly ignoring...
2014-06-27 Benno SchulenbergStopping to distribute the obsolete BUGS file, and...
2014-06-27 Benno SchulenbergNormalizing some indentation and whitespace.
2014-06-27 Benno SchulenbergRemoving the ability to search for a matching bracket...
2014-06-27 Benno SchulenbergUpdating the docs for the narrower meaning of 'all...
2014-06-27 Benno SchulenbergAllowing only those menus where the bound function...
2014-06-27 Benno SchulenbergAdding default keybindings for Cut, PrevWord and NextWo...
2014-06-25 Benno SchulenbergAllowing 'firstline' and 'lastline' to be rebound to...
2014-06-25 Benno SchulenbergAllowing 'firstfile' and 'lastfile' to be rebound to...
2014-06-23 Benno SchulenbergGiving audible feedback when flipping the new buffer...
2014-06-23 Benno SchulenbergNormalizing the indentation in do_help().
2014-06-23 Benno SchulenbergShowing Ins and Del as valid rebindable keys in the...
2014-06-23 Benno SchulenbergAdding the bindable function 'gotodir', documenting...
2014-06-23 Benno SchulenbergRenaming 'no_replace_void()' to 'flip_replace_void()',
2014-06-23 Benno SchulenbergRenaming UP_DIR and DOWN_DIR to UPWARD and DOWNWARD...
2014-06-22 Benno SchulenbergRenaming 'undidmsg' to 'redidmsg', to be apt.
2014-06-22 Benno SchulenbergRemoving a superfluous abortion variable, and placing...
2014-06-22 Benno SchulenbergWhen toggling softwrap, only the edit window needs...
2014-06-22 Benno SchulenbergRemoving two pointless calls of get_shortcut(), and...
2014-06-22 Benno SchulenbergFixing three leaks of the cutbuffer, shortening and...
2014-06-22 Benno SchulenbergWhen redoing a line join at the tail of the file,
2014-06-21 Benno SchulenbergWhen undoing a line break at the tail of the file,
2014-06-21 Benno SchulenbergWhen undoing a cut-till-end-of-file, put the cursor...
2014-06-21 Benno SchulenbergMiscellaneous whitespace fixes, one type fix, and one...
2014-06-20 Benno SchulenbergLetting +1 and +,1 make nano start on line one column...
2014-06-20 Benno SchulenbergExplaining better what "all" means when rebinding keys.
2014-06-20 Benno SchulenbergFixing compilation with --enable-tiny --enable-mouse.
2014-06-20 Benno SchulenbergFixing compilation with --enable-tiny --enable-historie...
2014-06-20 Benno SchulenbergFixing compilation with --enable-tiny --enable-wrapping.
2014-06-20 Benno SchulenbergFixing compilation with --enable-tiny --enable-historie...
2014-06-20 Benno SchulenbergHistory logging is no longer dependent upon nanorc...
2014-06-20 Benno SchulenbergFixing compilation with --enable-tiny --enable-browser.
2014-06-20 Benno SchulenbergMiscellaneous whitespace adjustments and comment tweaks.
2014-06-20 Benno SchulenbergWrapping long lines and actually reporting the name...
2014-06-20 Benno SchulenbergAnother removal and more regrouping.
next