commit 86058fa97faf70960b4cbd9f84edb1dff951d28f
parent ec71964386ea781e7eebddf86fc2b0acd69aa840
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 17 Jan 2007 16:24:24 +0000
formatting fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4046 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -39,6 +39,8 @@ CVS code -
instructions aren't only available in its CVS snapshots. (DLR)
- README:
- Add more miscellaneous cosmetic fixes. (DLR)
+- NEWS:
+ - Formatting fix. (DLR)
- m4/glib-2.0.m4:
- Import the latest version of this file from glib 2.10.3. (DLR)
- doc/faq.html:
diff --git a/NEWS b/NEWS
@@ -220,8 +220,8 @@
and replacing all text in a file now properly updates
the screen in all cases. New features include sample
regexes for patch files, improvements to the sample
- regexes for C files, and support for strings
- greater than 1023 characters and/or containing nulls in
+ regexes for C files, and support for strings greater
+ than 1023 characters and/or containing nulls in
.nano_history. Additionally, the full justify keystroke
has been changed to match current Pico, and whitespace
display mode is now turned off by default. Enjoy.