]> git.wh0rd.org Git - nano.git/commitdiff
Tiny Changelog tweaks.
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 14 May 2014 12:13:51 +0000 (12:13 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Wed, 14 May 2014 12:13:51 +0000 (12:13 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4887 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 3c87289bb525c676fb0f22580b334ce9adc8e4f4..81ac212d1b633e604abc88dacad3160bc884d4da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * src/rcfile.c (parse_color_names): Redefine false and true to
          their appropriate macro names so --with-slang works (slangv2 anyway).
        * src/text.c (do_linter): Care about whether user cancelled the file
-         save (cancel the operation) versus justy said no (continue but don't
+         save (cancel the operation) versus just said no (continue but don't
          save the file).  Also doupdate() after statusbar message that
          linter is being invoked and blank the shortcuts to draw the eye.
          Also allow user to cancel at the "open in a new buffer" prompt.
-         New function lint_cleanup().  Fixes Savannah bug 42203.
+         New function lint_cleanup().  Fixes Savannah bug #42203.
 
 2014-05-10  Benno Schulenberg  <bensberg@justemail.net>
        * doc/texinfo/nano.texi: Make syntax highlighting into a separate
 
 2014-04-24  Benno Schulenberg  <bensberg@justemail.net>
        * doc/faq.html: Update a few URLs, delete some obsolete ones, update
-       the section on configuration flags and on translating nano, a whole
-       series of other small fixes and adjustments.
+       the section on configuration flags and on translating nano, plus a
+       whole series of other small fixes and adjustments.
 
 2014-04-23  Benno Schulenberg  <bensberg@justemail.net>
        * src/winio.c, src/help.c, src/text.c, src/browser.c: Remove
          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.
+         -pedantic -Wall.
 
 2014-03-03  Benno Schulenberg  <bensberg@justemail.net>
        * src/global.c (add_to_funcs): Add a newline, for clarity.