From: Benno Schulenberg Date: Wed, 4 Jun 2014 16:32:45 +0000 (+0000) Subject: Tiny ChangeLog tweaks. X-Git-Tag: v2.3.5~120 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=95592ce5dfa8f4c25cf07d33ab148ec6fd855b23;p=nano.git Tiny ChangeLog tweaks. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4940 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 41ed1b2a..29af1582 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2014-06-04 David Lawrence Ramsey - * src/*.c: Adjustments of whitespace and comments. - * doc/nanorc.sample.in: Interpunction tweaks. + * src/*.c: Adjustments of whitespace and comments. + * doc/nanorc.sample.in: Interpunction tweaks. * src/global.c (add_to_funcs): Add cast to subnfunc* for nmalloc(). * src/files.c (do_lockfile): Properly make the variable 'lockfilesize' a size_t instead of a ssize_t, since it holds the result of strlen(). @@ -12,17 +12,17 @@ 2014-06-02 Chris Allegretta * doc/syntax/default.nanorc: Can't do trailing spaces in the - default syntax or it will hilight the spaces as you type - them into a new file, which for non-programming is infuriating. + default syntax or it will hilight the spaces as you type them + into a new file, which for non-programming is infuriating. 2014-05-29 Mark Majeres * src/text.c (do_delete): For the undo structure, differentiate between deleting a newline and any other character. 2014-05-29 Chris Allegretta - * src/chars.c (addstrings): Needs to be available even on - non-utf-8 sustems. - * nano-regress: Added --disable-utf8 to regression check + * src/chars.c (addstrings): This function needs to be available even + on non-utf-8 systems. + * nano-regress: Added --disable-utf8 to regression check. 2014-05-28 Chris Allegretta * doc/syntax/mutt.nanorc: Include Benno's awesome signature