diff options
| author | Gerd Moellmann | 2001-10-24 11:12:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-24 11:12:23 +0000 |
| commit | bdbdebff2028c24100ee88408807681ce7f2fe7a (patch) | |
| tree | 852abc35ea3ddedb0c3123cf5c5bb7f3021ba7d3 | |
| parent | 69d1f7c9dbe15a32003e47ac1c306c81c879979d (diff) | |
| download | emacs-bdbdebff2028c24100ee88408807681ce7f2fe7a.tar.gz emacs-bdbdebff2028c24100ee88408807681ce7f2fe7a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc61cb8a8de..93fe4f30b4b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-10-24 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * international/fontset.el (x-must-resolve-font-name): New | ||
| 4 | function. | ||
| 5 | (x-complement-fontset-spec): Use it. | ||
| 6 | |||
| 1 | 2001-10-23 Stefan Monnier <monnier@cs.yale.edu> | 7 | 2001-10-23 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 8 | ||
| 3 | * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0). | 9 | * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0). |
diff --git a/src/ChangeLog b/src/ChangeLog index 4669e84f58d..9f5e5f3a3f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,8 @@ | |||
| 8 | 8 | ||
| 9 | 2001-10-24 Gerd Moellmann <gerd@gnu.org> | 9 | 2001-10-24 Gerd Moellmann <gerd@gnu.org> |
| 10 | 10 | ||
| 11 | * xdisp.c: Change #ifdef GLYPH_DEBUG to #if. | ||
| 12 | |||
| 11 | * xdisp.c (try_window_reusing_current_matrix): Use | 13 | * xdisp.c (try_window_reusing_current_matrix): Use |
| 12 | row_containing_pos. | 14 | row_containing_pos. |
| 13 | (row_containing_pos): Take additional argument DY. Treat | 15 | (row_containing_pos): Take additional argument DY. Treat |