# HG changeset patch # User Kim F. Storm # Date 1013640923 0 # Node ID 11229f89ded64e1f277468b9f6db42637f4dac6b # Parent 62ca366c79913e09c6ba37ae8030f1b40ee0e079 *** empty log message *** diff -r 62ca366c7991 -r 11229f89ded6 lisp/ChangeLog --- a/lisp/ChangeLog Wed Feb 13 22:47:25 2002 +0000 +++ b/lisp/ChangeLog Wed Feb 13 22:55:23 2002 +0000 @@ -1,3 +1,8 @@ +2002-02-13 Kim F. Storm + + * cus-start.el (mode-line-in-non-selected-windows): + Allow customization. + 2002-02-13 Richard M. Stallman * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev. diff -r 62ca366c7991 -r 11229f89ded6 src/ChangeLog --- a/src/ChangeLog Wed Feb 13 22:47:25 2002 +0000 +++ b/src/ChangeLog Wed Feb 13 22:55:23 2002 +0000 @@ -1,4 +1,4 @@ -2002-02-13 Kim F. Storm +2002-02-13 Kim F. Storm * window.c: (Vmode_line_in_non_selected_windows): Removed. (mode_line_in_non_selected_windows): New variable. @@ -29,7 +29,7 @@ (syms_of_xdisp): Initialze and staticpro QCpropertize and mode_line_proptrans_alist. -2002-02-11 Kim F. Storm +2002-02-11 Kim F. Storm * window.c: (Vmode_line_in_non_selected_windows): New variable. (syms_of_window): DEFVAR_LISP it.