Commit 5ac86517 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Minor Changelog tweaks.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4650 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent e4c34c33
Showing with 11 additions and 11 deletions
+11 -11
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
2014-03-05 Benno Schulenberg <bensberg@justemail.net> 2014-03-05 Benno Schulenberg <bensberg@justemail.net>
* src/move.c (do_down) - Initialize the correct variable to zero. * 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 <chrisa@asty.org> 2014-03-04 Chris Allegretta <chrisa@asty.org>
* global.c (first_sc_for) - Return raw keystrokes last, so * 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. mapped for an item in the shortcut list.
2014-03-04 Benno Schulenberg <bensberg@justemail.net> 2014-03-04 Benno Schulenberg <bensberg@justemail.net>
...@@ -38,10 +38,10 @@ ...@@ -38,10 +38,10 @@
Remove erroneous 'suspendenable' -- it is not a settable option Remove erroneous 'suspendenable' -- it is not a settable option
but a bindable function. but a bindable function.
2014-03-01 Chris Allegretta <chrisa@asty.org> 2014-03-03 Chris Allegretta <chrisa@asty.org>
* global.c (shortcut_init) - Don't actually free the shortcut * global.c (shortcut_init) - Don't actually free the shortcut
list, since the next pass via justifying will then remove list, since the next pass via justifying will then remove all
all custom shortcuts. Fixed bug discovered by Benno Schulenberg. custom shortcuts. Fixes bug discovered by Benno Schulenberg.
* text.c (do_linter) - Remove some unused variables to quiet * text.c (do_linter) - Remove some unused variables to quiet
-pedanic -Wall. -pedanic -Wall.
...@@ -60,13 +60,13 @@ ...@@ -60,13 +60,13 @@
* src/nano.c (usage) - Don't mention --softwrap in tiny version. * src/nano.c (usage) - Don't mention --softwrap in tiny version.
2014-03-01 Chris Allegretta <chrisa@asty.org> 2014-03-01 Chris Allegretta <chrisa@asty.org>
* global.c (shortcut_init) - fix an issue with the split * global.c (shortcut_init) - Fix an issue with the split
do_research() setup when using --enable-tiny do_research() setup when using --enable-tiny.
* rcfile.c (parse_linter) - Allow linter to be unset using "" * rcfile.c (parse_linter) - Allow linter to be unset using "".
* rcfile.c - Allow syntaxes to be extended via "extendsyntax" * rcfile.c - Allow syntaxes to be extended via "extendsyntax"
directive. Color, header, magic and linter should all be directive. Color, header, magic and linter should all be
able to be extended. Man page updates for nanorc(5). 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 <vapier@gentoo.org> 2014-03-01 Mike Frysinger <vapier@gentoo.org>
* src/color.c (color_update) - Do not write to stderr on magic * src/color.c (color_update) - Do not write to stderr on magic
...@@ -156,11 +156,11 @@ ...@@ -156,11 +156,11 @@
being edited would get displayed instead of the list of files. being edited would get displayed instead of the list of files.
2014-02-24 Chris Allegretta <chrisa@asty.org> 2014-02-24 Chris Allegretta <chrisa@asty.org>
* new linter functionality. rcfile option "linter" * New linter functionality, rcfile option "linter".
* src/global.c (shortcut_init) - Actually free the sclist * src/global.c (shortcut_init) - Actually free the sclist
if it was allocated before. if it was allocated before.
* src/winio.c (do_credits) - Add Benno, my children, * src/winio.c (do_credits) - Add Benno, my children,
update copyright info update copyright info.
2014-02-23 Benno Schulenberg <bensberg@justemail.net> 2014-02-23 Benno Schulenberg <bensberg@justemail.net>
* doc/syntax/*.nanorc - Comment and punctuation tweaks. * doc/syntax/*.nanorc - Comment and punctuation tweaks.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment