diff options
| author | Gerd Moellmann | 2001-05-28 13:42:52 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-28 13:42:52 +0000 |
| commit | 8bd6307fbe81d7aeaacd6c53279dcb3900aa3fb7 (patch) | |
| tree | 717f091f06a3ff0697853a240c1357d616bb0e22 | |
| parent | b7f83f9ed3d1857b25aabb6ed0ea542c24dbce01 (diff) | |
| download | emacs-8bd6307fbe81d7aeaacd6c53279dcb3900aa3fb7.tar.gz emacs-8bd6307fbe81d7aeaacd6c53279dcb3900aa3fb7.zip | |
*** empty log message ***
| -rw-r--r-- | etc/TODO | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 17 insertions, 0 deletions
| @@ -160,3 +160,7 @@ | |||
| 160 | programs to native code is probably the first thing to try, though. | 160 | programs to native code is probably the first thing to try, though. |
| 161 | 161 | ||
| 162 | * Add a feature to Info similar to "info --apropos SUBJECT". | 162 | * Add a feature to Info similar to "info --apropos SUBJECT". |
| 163 | |||
| 164 | * If you do an insert-file and that file is currently modified in | ||
| 165 | another buffer but not written yet, print a warning. | ||
| 166 | |||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c14eaebc14..0c8ae27feff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-05-28 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * comint.el (comint-carriage-motion): Renamed from | ||
| 4 | `comint-cr-magic'. Operate on the buffer instead of the string | ||
| 5 | (for use as a comint post-output filter, instead of as a | ||
| 6 | pre-output filter). Handle backspaces too. Add to the | ||
| 7 | `comint-output-filter-functions' hook instead of | ||
| 8 | `comint-preoutput-filter-functions'. | ||
| 9 | |||
| 1 | 2001-05-28 Gerd Moellmann <gerd@gnu.org> | 10 | 2001-05-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * language/japan-util.el (japanese-hankaku): Prefer the charset | 12 | * language/japan-util.el (japanese-hankaku): Prefer the charset |
diff --git a/src/ChangeLog b/src/ChangeLog index d7d070fe03d..e036c4c46e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-05-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-05-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (cursor_in_mouse_face_p): New function. | ||
| 4 | (x_draw_stretch_glyph_string): Use it to choose a different GC | ||
| 5 | when drawing a cursor within highlighted text. | ||
| 6 | |||
| 3 | * editfns.c (char_property_eq): Put in #if 0. | 7 | * editfns.c (char_property_eq): Put in #if 0. |
| 4 | 8 | ||
| 5 | * indent.c (string_display_width): Put in #if 0. | 9 | * indent.c (string_display_width): Put in #if 0. |