# HG changeset patch # User Jan Dj¸«£rv # Date 1139500603 0 # Node ID c84463d2bf28bd385ec84faa8535499f2279aeac # Parent 134afd3ac56798b579ba106e34ec3d8038d22230 * 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 -r 134afd3ac567 -r c84463d2bf28 src/ChangeLog --- 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 + + * 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.