aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
-rw-r--r--src/ChangeLog11
2 files changed, 12 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b534cbff324..879938761ab 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2472,7 +2472,7 @@ file, you can put a `coding:' tags to override it.)
2472** The new function `merge-coding-systems' fills in unspecified aspects 2472** The new function `merge-coding-systems' fills in unspecified aspects
2473of one coding system from another coding system. 2473of one coding system from another coding system.
2474 2474
2475--- 2475+++
2476** The variable `safe-local-eval-forms' specifies a list of forms that 2476** The variable `safe-local-eval-forms' specifies a list of forms that
2477are ok to evaluate when they appear in an `eval' local variables 2477are ok to evaluate when they appear in an `eval' local variables
2478specification. Normally Emacs asks for confirmation before evaluating 2478specification. Normally Emacs asks for confirmation before evaluating
diff --git a/src/ChangeLog b/src/ChangeLog
index 017c214739e..7ece76feadc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12004-04-06 Kim F. Storm <storm@cua.dk> 12004-04-06 Kim F. Storm <storm@cua.dk>
2 2
3 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
4 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
5
6 * w32term.c (w32_read_socket): Set mouse_face_hidden after
7 clearing highlight.
8
9 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
10
11 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
12 clearing highlight.
13
3 * indent.c (vmotion): Do not reserve one column for continuation 14 * indent.c (vmotion): Do not reserve one column for continuation
4 marks on window frames. 15 marks on window frames.
5 16