diff options
| author | Gerd Moellmann | 2000-09-08 14:20:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-08 14:20:44 +0000 |
| commit | c454aac1921dfc9e7afa4e139ac7ed95dd27faa1 (patch) | |
| tree | 4e3b44be07d5000b1b0ad0957255abf8ee76e31e | |
| parent | 334a2e2a82cb041ec1d0c744e408573aa37d8915 (diff) | |
| download | emacs-c454aac1921dfc9e7afa4e139ac7ed95dd27faa1.tar.gz emacs-c454aac1921dfc9e7afa4e139ac7ed95dd27faa1.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 170fff01134..2fbd738ae20 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-09-08 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * faces.el (face-spec-set): Only face-spec-reset-face when | ||
| 4 | ATTRS is non-nil. | ||
| 5 | |||
| 1 | 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * help.el (help-insert-xref-button): Fix a typo in doc string. | 8 | * help.el (help-insert-xref-button): Fix a typo in doc string. |
| @@ -74,7 +79,7 @@ | |||
| 74 | 79 | ||
| 75 | * international/quail.el: Don't require face. | 80 | * international/quail.el: Don't require face. |
| 76 | (quail): New group. | 81 | (quail): New group. |
| 77 | (quail-other-command): Dummy command to make quail-help works | 82 | (quail-other-command): Dummy command to make quail-help work |
| 78 | better. | 83 | better. |
| 79 | (quail-keyboard-layout-alist): Add Keyboard type "jp106". | 84 | (quail-keyboard-layout-alist): Add Keyboard type "jp106". |
| 80 | (quail-keyboard-layout-substitution): New variable. | 85 | (quail-keyboard-layout-substitution): New variable. |
diff --git a/src/ChangeLog b/src/ChangeLog index 88902089325..03589ba0c81 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2000-09-08 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-09-08 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfaces.c (Finternal_merge_in_global_face): Return a Lisp object. | ||
| 4 | |||
| 5 | * xdisp.c (dump_glyph_row): Fix printf format string. | ||
| 6 | (display_line, move_it_in_display_line_to): Avoid compiler | ||
| 7 | warnings. | ||
| 8 | |||
| 3 | * s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define. | 9 | * s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define. |
| 4 | 10 | ||
| 5 | * keymap.c (Fset_keymap_parent): Check for cycles in keymap | 11 | * keymap.c (Fset_keymap_parent): Check for cycles in keymap |