From: Benno Schulenberg Date: Wed, 14 May 2014 12:13:51 +0000 (+0000) Subject: Tiny Changelog tweaks. X-Git-Tag: v2.3.3~43 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4e5af833ad277eee1c0e39e6485f219f290d19c6;p=nano.git Tiny Changelog tweaks. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4887 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 3c87289b..81ac212d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -48,11 +48,11 @@ * 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 * doc/texinfo/nano.texi: Make syntax highlighting into a separate @@ -150,8 +150,8 @@ 2014-04-24 Benno Schulenberg * 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 * src/winio.c, src/help.c, src/text.c, src/browser.c: Remove @@ -536,7 +536,7 @@ 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 * src/global.c (add_to_funcs): Add a newline, for clarity.