Mercurial > emacs
changeset 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 | 134afd3ac567 |
children | 3741bfb4402f |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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.