commit 47a7ac2313206620271d15dc545e23d266300b1a
parent fb41a0780d464d40547609a4e1c2bafe3fc660fb
Author: Chris Allegretta <chrisa@asty.org>
Date: Wed, 25 Jun 2008 03:09:10 +0000
Add ChangeLog update for previous fix, argh.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4266 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-24 Chris Allegretta <chrisa@asty.org>
+ * rcfile.c: Added function check_bad_binding() to look for sequences which
+ shouldn't be bound, per Savannah bug 22674.
+
2008-05-31 Chris Allegretta <chrisa@asty.org>
* prompt.c,search.c,global.c: Tentative fix for bug #23144: using arrow
keys in search buffer affects main window (by Mike Frysinger)