diff options
| author | Kim F. Storm | 2002-02-13 22:55:23 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-02-13 22:55:23 +0000 |
| commit | a48b709bd96aa86e3829fc51041db7ba8053041a (patch) | |
| tree | 0c137a399d4431bccec7686da932eb6714e2e11f | |
| parent | ec544bddcd98c4e8df3bedb8eb61dd729ca32218 (diff) | |
| download | emacs-a48b709bd96aa86e3829fc51041db7ba8053041a.tar.gz emacs-a48b709bd96aa86e3829fc51041db7ba8053041a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ab2eb040845..ea88f416b59 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-02-13 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * cus-start.el (mode-line-in-non-selected-windows): | ||
| 4 | Allow customization. | ||
| 5 | |||
| 1 | 2002-02-13 Richard M. Stallman <rms@gnu.org> | 6 | 2002-02-13 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev. | 8 | * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev. |
diff --git a/src/ChangeLog b/src/ChangeLog index 259c870fd54..98891632cb9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2002-02-13 Kim F. Storm <no-spam@cua.dk> | 1 | 2002-02-13 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * window.c: (Vmode_line_in_non_selected_windows): Removed. | 3 | * window.c: (Vmode_line_in_non_selected_windows): Removed. |
| 4 | (mode_line_in_non_selected_windows): New variable. | 4 | (mode_line_in_non_selected_windows): New variable. |
| @@ -29,7 +29,7 @@ | |||
| 29 | (syms_of_xdisp): Initialze and staticpro QCpropertize and | 29 | (syms_of_xdisp): Initialze and staticpro QCpropertize and |
| 30 | mode_line_proptrans_alist. | 30 | mode_line_proptrans_alist. |
| 31 | 31 | ||
| 32 | 2002-02-11 Kim F. Storm <no-spam@cua.dk> | 32 | 2002-02-11 Kim F. Storm <storm@cua.dk> |
| 33 | 33 | ||
| 34 | * window.c: (Vmode_line_in_non_selected_windows): New variable. | 34 | * window.c: (Vmode_line_in_non_selected_windows): New variable. |
| 35 | (syms_of_window): DEFVAR_LISP it. | 35 | (syms_of_window): DEFVAR_LISP it. |