commit 81acb97c37419b2f1f113a3747a0d8902f5133c9
parent c8bde57d537f682e71aaaf80c509805d3c06be84
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 28 Jun 2007 17:46:04 +0000
add missing changelog entry
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4116 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -3,6 +3,9 @@
* browser.c (do_browser), nano.c (do_mouse), prompt.c
(do_statusbar_mouse, do_yesno_prompt): Further simplify
processing of mouse events by consolidating if clauses.
+ * winio.c (do_mouseinput): Return unconditionally if we get a
+ mouse event that we don't deal with, instead of inside an else
+ clause.
2007-05-29 David Lawrence Ramsey <pooka109@gmail.com>