changeset 54735:eb44ae138199

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 05 Apr 2004 22:03:26 +0000
parents 3bbc72ffcf88
children b94de166de9d
files etc/NEWS src/ChangeLog
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Apr 05 21:56:59 2004 +0000
+++ b/etc/NEWS	Mon Apr 05 22:03:26 2004 +0000
@@ -2472,7 +2472,7 @@
 ** The new function `merge-coding-systems' fills in unspecified aspects
 of one coding system from another coding system.
 
----
++++
 ** The variable `safe-local-eval-forms' specifies a list of forms that
 are ok to evaluate when they appear in an `eval' local variables
 specification.  Normally Emacs asks for confirmation before evaluating
--- a/src/ChangeLog	Mon Apr 05 21:56:59 2004 +0000
+++ b/src/ChangeLog	Mon Apr 05 22:03:26 2004 +0000
@@ -1,5 +1,16 @@
 2004-04-06  Kim F. Storm  <storm@cua.dk>
 
+	* msdos.c (clear_mouse_face): Only clear mouse highlight if not	hidden.
+	(dos_rawgetc): Set mouse_face_hidden after clearing highlight.
+
+	* w32term.c (w32_read_socket): Set mouse_face_hidden after
+	clearing highlight.
+
+	* xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
+
+	* xterm.c (handle_one_xevent): Set mouse_face_hidden after
+	clearing highlight.
+
 	* indent.c (vmotion): Do not reserve one column for continuation
 	marks on window frames.