# HG changeset patch # User Pavel Jank # Date 1013263470 0 # Node ID cafac76a491b66b50a77ac5f9a05c089fb528964 # Parent 68ff008e0fbdd41e32031fa0a80a223ccf226de7 *** empty log message *** diff -r 68ff008e0fbd -r cafac76a491b etc/NEWS --- a/etc/NEWS Sat Feb 09 13:56:42 2002 +0000 +++ b/etc/NEWS Sat Feb 09 14:04:30 2002 +0000 @@ -45,7 +45,9 @@ ** A menu item "Show/Hide" was added to the top-level menu "Options". This menu allows you to turn various display features on and off (like tool bar and the menu bar itself). You can also move the vertical -scroll bar to either side here or turn it off completely. +scroll bar to either side here or turn it off completely. There is also +a menu-item to toggle displaying of current date and time, current line +and column number in the mode-line. ** Emacs can now indicate in the mode-line the presence of new e-mails in directory in addition to file. See the documentation of the user option diff -r 68ff008e0fbd -r cafac76a491b lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 09 13:56:42 2002 +0000 +++ b/lisp/ChangeLog Sat Feb 09 14:04:30 2002 +0000 @@ -1,3 +1,10 @@ +2002-02-09 Pavel Jan,Bm(Bk + + * menu-bar.el (menu-bar-options-save): Take care of + line-number-mode and column-number-mode variables. + (menu-bar-showhide-menu): New menu-items "Show Line Number" and + "Show Column Number" in "Show/Hide" menu. + 2002-02-09 Richard M. Stallman * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.