diff options
| author | Kim F. Storm | 2004-04-05 22:03:26 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-04-05 22:03:26 +0000 |
| commit | 661e85c1ebd4abbfcd2fe84f5a41a508fa316fbe (patch) | |
| tree | 3e55591fb50e4679250b01561634bffcc25188a0 | |
| parent | fa7f39add2294053f6670a8bbf43b00c7ac35422 (diff) | |
| download | emacs-661e85c1ebd4abbfcd2fe84f5a41a508fa316fbe.tar.gz emacs-661e85c1ebd4abbfcd2fe84f5a41a508fa316fbe.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 11 |
2 files changed, 12 insertions, 1 deletions
| @@ -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 |
| 2473 | of one coding system from another coding system. | 2473 | of 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 |
| 2477 | are ok to evaluate when they appear in an `eval' local variables | 2477 | are ok to evaluate when they appear in an `eval' local variables |
| 2478 | specification. Normally Emacs asks for confirmation before evaluating | 2478 | specification. 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 @@ | |||
| 1 | 2004-04-06 Kim F. Storm <storm@cua.dk> | 1 | 2004-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 | ||