]> git.eshelyaron.com Git - emacs.git/commitdiff
* xterm.c (handle_one_xevent): Must note mouse movement even for nil
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 9 Feb 2006 15:56:43 +0000 (15:56 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 9 Feb 2006 15:56:43 +0000 (15:56 +0000)
 frames for GTK, in that case it is the tool bar.  This is so that
 highlighted text get reset properly.

src/ChangeLog

index 3b4de953a6556c5348dba276b1949bfde01d31b6..b7124f33d83454b8abd0e3bfd0038536143b6a91 100644 (file)
@@ -1,3 +1,9 @@
+2006-02-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * xterm.c (handle_one_xevent): Must note mouse movement even for nil
+       frames for GTK, in that case it is the tool bar.  This is so that
+       highlighted text get reset properly.
+
 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
 
        * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.