]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 5 Apr 2004 22:03:26 +0000 (22:03 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 5 Apr 2004 22:03:26 +0000 (22:03 +0000)
etc/NEWS
src/ChangeLog

index b534cbff324aeebee6cd209a5d746f8ce3f2d1e6..879938761abfb127bbe4cb01768b80ef55b0ad19 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2472,7 +2472,7 @@ file, you can put a `coding:' tags to override it.)
 ** 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
index 017c214739e4279398069f33e590384fd770e12c..7ece76feadc80eed45ddcb2e624d7a5fbf5760ca 100644 (file)
@@ -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.