nano

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

commit 4e621b5f6b3f37b47cbf770cc658499102c5de07
parent b916f5cd8b5157b39c53c0da5f468914a196b2df
Author: Chris Allegretta <chrisa@asty.org>
Date:   Mon, 18 Jan 2010 00:24:09 +0000

Missed ChangeLog entry frm previous, must have been from wrong cwd



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

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-17 Chris Allegretta <chrisa@asty.org> + * nano.c (main), prompt.c (do_statusbar_input): Handle problems with an unmapped + function due to key rebinding, fixes crashes on FreeBSD repoted by Eitan + Adler <eitanadlerlist@gmail.com>. + 2010-01-14 Chris Allegretta <chrisa@asty.org> * files.c (do_writeout): Fix for crash / incorrect external modification warning due to earlier fix in r4467.