]> git.wh0rd.org Git - nano.git/commitdiff
2014-07-13 David Lawrence Ramsey <pooka109@gmail.com>
authorChris Allegretta <chrisa@asty.org>
Sun, 13 Jul 2014 19:46:32 +0000 (19:46 +0000)
committerChris Allegretta <chrisa@asty.org>
Sun, 13 Jul 2014 19:46:32 +0000 (19:46 +0000)
        * ChangeLog: Typo fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5066 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index c8248f56d231c59bfa7bec43febffc8ba6d6cf4b..d4f76f33767d2822d808d66bbc9449be34ed444e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-07-13  David Lawrence Ramsey  <pooka109@gmail.com>
+       * ChangeLog: Typo fix
+
 2014-07-12  Benno Schulenberg  <bensberg@justemail.net>
        * configure.ac: The warning about datarootdir being ignored is
        not merely a warning, it also activates a workaround.
@@ -131,7 +134,7 @@ GNU nano 2.3.5 - 2014.07.11
        * src/help.c (do_help): Same thing for 'firstline'/'lastline'.
 
 2014-06-23  Benno Schulenberg  <bensberg@justemail.net>
-       * src/nano.h, src/move.c (do_up, do_down), src/winio.c (edit_scrol):
+       * src/nano.h, src/move.c (do_up, do_down), src/winio.c (edit_scroll):
        Rename UP_DIR and DOWN_DIR to UPWARD and DOWNWARD, for clarity.
        * src/proto.h, src/global.c, src/search.c: Rename 'no_replace_void()'
        to 'flip_replace_void()', to show what it actually does.