emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 15 Dec 2006 00:22:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/12/15 00:22:44

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5454
retrieving revision 1.5455
diff -u -b -r1.5454 -r1.5455
--- ChangeLog   14 Dec 2006 23:39:06 -0000      1.5454
+++ ChangeLog   15 Dec 2006 00:22:44 -0000      1.5455
@@ -1,3 +1,14 @@
+2006-12-15  Kim F. Storm  <address@hidden>
+
+       * keyboard.c (ignore_mouse_drag_p): New global var.
+       (some_mouse_moved): Return 0 if it is non-zero.
+       (make_lispy_event): Generate click event on mouse up if
+       ignore_mouse_drag_p is non-zero, even if mouse moved.
+       Clear ignore_mouse_drag_p on mouse down/up.
+
+       * xdisp.c (redisplay_window): Set ignore_mouse_drag_p if tool-bar
+       is resized to avoid generating a mouse drag event.
+
 2006-12-14  Juanma Barranquero  <address@hidden>
 
        * w32fns.c (w32_wnd_proc): Force non-tooltip frames to respect the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]