diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 845ea7eacf6..c4a45d364a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-11-23 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * faces.el (menu): Make inverse-video on ttys too. | ||
| 4 | |||
| 1 | 2000-11-22 Gerd Moellmann <gerd@gnu.org> | 5 | 2000-11-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp/authors.el: Remove autoload cookies, add author, | 7 | * emacs-lisp/authors.el: Remove autoload cookies, add author, |
diff --git a/src/ChangeLog b/src/ChangeLog index 05a05d6e0c0..d1a84d5309e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-11-23 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (display_menu_bar): Or `mode-line-inverse-video' with | ||
| 4 | the face's inverse-video attribute, rather than overriding it. | ||
| 5 | |||
| 1 | 2000-11-22 Gerd Moellmann <gerd@gnu.org> | 6 | 2000-11-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * xfns.c (x_set_tool_bar_lines): Clear internal border when | 8 | * xfns.c (x_set_tool_bar_lines): Clear internal border when |