nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 01458cd380f699d5643086937efd0d7710e414af
parent 7bf86e1707459e2c3a486709efb1d25eaebed4e9
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed,  8 Jun 2005 19:57:31 +0000

clarify changelog entry


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2613 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -55,8 +55,9 @@ CVS code - main(), search_init(), nanorc.sample, nano.1, nanorc.5, nano.texi, etc. (DLR) - When reading a file in, make sure each line is a valid - multibyte string. Changes to make_mbstring(), read_line(), - and do_credits(). (DLR) + multibyte string, unless the NO_CONVERT flag is set. Note + that this is disabled when NANO_SMALL is defined. Changes to + make_mbstring(), read_line(), and do_credits(). (DLR) - chars.c: make_mbstring() - Change erroneous ENABLE_EXTRA #ifdef to NANO_EXTRA to fix a