Mercurial > emacs
diff src/ChangeLog @ 68745:c84463d2bf28
* 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.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 09 Feb 2006 15:56:43 +0000 |
parents | 2d5c1a3defa7 |
children | 13c1b7c5f555 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Feb 09 15:54:56 2006 +0000 +++ b/src/ChangeLog Thu Feb 09 15:56:43 2006 +0000 @@ -1,3 +1,9 @@ +2006-02-09 Jan Dj,Ad(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.