aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2006-03-24 15:23:35 +0000
committerKim F. Storm2006-03-24 15:23:35 +0000
commitcf1474a2829418212b0c28f43a24fda8359c6267 (patch)
treedf383d75f257c398a4e619a1558c24423eda7e23 /src/ChangeLog
parent95d8aa287fd3d6fcf01a8e09236b612be4961b35 (diff)
downloademacs-cf1474a2829418212b0c28f43a24fda8359c6267.tar.gz
emacs-cf1474a2829418212b0c28f43a24fda8359c6267.zip
(XTread_socket): Don't let key-press clear mouse face
on in toolbar window if mouse-highlight is an integer.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 39ae505b53d..a983cf00b77 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,7 +2,6 @@
2 2
3 * xterm.c (handle_one_xevent): 3 * xterm.c (handle_one_xevent):
4 * w32term.c (w32_read_socket): 4 * w32term.c (w32_read_socket):
5 * msdos.c (dos_rawgetc):
6 * macterm.c (XTread_socket): Don't let key-press clear mouse face 5 * macterm.c (XTread_socket): Don't let key-press clear mouse face
7 on in toolbar window if mouse-highlight is an integer. 6 on in toolbar window if mouse-highlight is an integer.
8 7