]> git.wh0rd.org Git - nano.git/commitdiff
Tweaking the Changelog.
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 22 Dec 2015 16:52:09 +0000 (16:52 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Tue, 22 Dec 2015 16:52:09 +0000 (16:52 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5502 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 91832f74f0938e890f9fa52799553911030392de..408e7a526dddcfef3b85366b6984c4d9d85344be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,7 +22,7 @@
 2015-12-08  Benno Schulenberg  <bensberg@justemail.net>
        * src/nano.c (splice_node, unlink_node): Let these functions update
        'filebot', instead of doing it in four different places each.
-       * src/search.c (goto_line_posx), src/move (do_down): It should not
+       * src/search.c (goto_line_posx), src/move.c (do_down): It should not
        be necessary to doubly check for being at the end of file.
        * src/text.c (do_justify): Rewrap and reorder a few lines.
 
@@ -36,8 +36,8 @@
 GNU nano 2.5.0 - 2015.12.05
 
 2015-12-05  Chris Allegretta <chrisa@asty.org>
-       * src/nano.c (main) : key_defined() is an ncurses-ism.  Add
-       better checks for this.
+       * src/nano.c (main): key_defined() is an ncurses-ism.  Add better
+       checks for this.
 
 2015-12-05  Benno Schulenberg  <bensberg@justemail.net>
        * src/text.c: Fix compilation with --enable-tiny --enable-justify.