From: Jan Djärv Date: Thu, 9 Feb 2006 15:56:43 +0000 (+0000) Subject: * xterm.c (handle_one_xevent): Must note mouse movement even for nil X-Git-Tag: emacs-pretest-22.0.90~4261 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1834d8e7d58516e7a4d8d1750ab531ba32aba8a5;p=emacs.git * 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3b4de953a65..b7124f33d83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2006-02-09 Jan Dj,Ad(Brv + + * 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 * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.