From: Benno Schulenberg Date: Mon, 17 Mar 2014 14:29:25 +0000 (+0000) Subject: Minor Changelog tweaks. X-Git-Tag: v2.3.3~280 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5ac8651729cfb7c6585689b8847dcdb54f3dec57;p=nano.git Minor Changelog tweaks. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4650 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 7f6e1d42..88540f4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,11 +19,11 @@ 2014-03-05 Benno Schulenberg * src/move.c (do_down) - Initialize the correct variable to zero. - Solves jumpy scrolling behaviour reported by Chris Allegretta . + Solves jumpy scrolling behaviour reported by Chris Allegretta. 2014-03-04 Chris Allegretta * global.c (first_sc_for) - Return raw keystrokes last, so - they will not be displayed if there are F-key or Meta keys + they will not be displayed if there are F-keys or Meta keys mapped for an item in the shortcut list. 2014-03-04 Benno Schulenberg @@ -38,10 +38,10 @@ Remove erroneous 'suspendenable' -- it is not a settable option but a bindable function. -2014-03-01 Chris Allegretta +2014-03-03 Chris Allegretta * global.c (shortcut_init) - Don't actually free the shortcut - list, since the next pass via justifying will then remove - all custom shortcuts. Fixed bug discovered by Benno Schulenberg. + list, since the next pass via justifying will then remove all + custom shortcuts. Fixes bug discovered by Benno Schulenberg. * text.c (do_linter) - Remove some unused variables to quiet -pedanic -Wall. @@ -60,13 +60,13 @@ * src/nano.c (usage) - Don't mention --softwrap in tiny version. 2014-03-01 Chris Allegretta - * global.c (shortcut_init) - fix an issue with the split - do_research() setup when using --enable-tiny - * rcfile.c (parse_linter) - Allow linter to be unset using "" + * global.c (shortcut_init) - Fix an issue with the split + do_research() setup when using --enable-tiny. + * rcfile.c (parse_linter) - Allow linter to be unset using "". * rcfile.c - Allow syntaxes to be extended via "extendsyntax" directive. Color, header, magic and linter should all be able to be extended. Man page updates for nanorc(5). - * doc/nanorc.sample.in - Document 'set quiet' + * doc/nanorc.sample.in - Document 'set quiet'. 2014-03-01 Mike Frysinger * src/color.c (color_update) - Do not write to stderr on magic @@ -156,11 +156,11 @@ being edited would get displayed instead of the list of files. 2014-02-24 Chris Allegretta - * new linter functionality. rcfile option "linter" + * New linter functionality, rcfile option "linter". * src/global.c (shortcut_init) - Actually free the sclist if it was allocated before. * src/winio.c (do_credits) - Add Benno, my children, - update copyright info + update copyright info. 2014-02-23 Benno Schulenberg * doc/syntax/*.nanorc - Comment and punctuation tweaks.