]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorPavel Janík <Pavel@Janik.cz>
Sat, 9 Feb 2002 14:04:30 +0000 (14:04 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 9 Feb 2002 14:04:30 +0000 (14:04 +0000)
etc/NEWS
lisp/ChangeLog

index 69b91808a1a98c3386601865e47bdfd4ee625888..a3d640dd2175a8bc117ab94d58a59b3688ee085e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -45,7 +45,9 @@ the mode line of the currently selected window.
 ** 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
index 00f110011628dcdeaa76ff2d4747a27a4390a101..51a86c1ad81623d9067fa6e0af94b24e9c541bf7 100644 (file)
@@ -1,3 +1,10 @@
+2002-02-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * 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  <rms@gnu.org>
 
        * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.