diff options
| author | Gerd Moellmann | 2000-12-06 17:15:05 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-06 17:15:05 +0000 |
| commit | 384333ee0f2fb2b84771ee7f62bbac97247164c1 (patch) | |
| tree | 1d1a69a8d2215f76add615a59251c8f07b64c0ca | |
| parent | 9043c1c30754b4441ea2c59d24b24c759f363129 (diff) | |
| download | emacs-384333ee0f2fb2b84771ee7f62bbac97247164c1.tar.gz emacs-384333ee0f2fb2b84771ee7f62bbac97247164c1.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3cee6c6ee49..079ecdb1def 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -15,6 +15,9 @@ | |||
| 15 | 15 | ||
| 16 | 2000-12-06 Gerd Moellmann <gerd@gnu.org> | 16 | 2000-12-06 Gerd Moellmann <gerd@gnu.org> |
| 17 | 17 | ||
| 18 | * replace.el (occur): Make line-number-width 1 smaller for the | ||
| 19 | colon following the line number. | ||
| 20 | |||
| 18 | * startup.el (fancy-splash-text, command-line-1): Use | 21 | * startup.el (fancy-splash-text, command-line-1): Use |
| 19 | `File' for the menu name instead of `Files'. | 22 | `File' for the menu name instead of `Files'. |
| 20 | 23 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index eaab29fd0a1..18459e55a58 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10,6 +10,13 @@ | |||
| 10 | 10 | ||
| 11 | 2000-12-06 Gerd Moellmann <gerd@gnu.org> | 11 | 2000-12-06 Gerd Moellmann <gerd@gnu.org> |
| 12 | 12 | ||
| 13 | * xdisp.c (underlying_face_id): New function. | ||
| 14 | (handle_face_prop, face_before_or_after_it_pos): Use it | ||
| 15 | to determine the face ``under'' a string. Let strings inherit | ||
| 16 | the face of the buffer under them. | ||
| 17 | |||
| 18 | * xfaces.c (face_at_string_position): Update function comment. | ||
| 19 | |||
| 13 | * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current | 20 | * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current |
| 14 | matrix if the window's left position has changed; we need to | 21 | matrix if the window's left position has changed; we need to |
| 15 | redraw it in this case. | 22 | redraw it in this case. |