]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 24 Apr 2002 23:25:47 +0000 (23:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 24 Apr 2002 23:25:47 +0000 (23:25 +0000)
etc/NEWS
lisp/ChangeLog

index 062760666591a0d8ee976b28ea0024853a8f1343..ce2f6838b890036ead3bbc25d298636c88a89584 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -99,6 +99,11 @@ window so as to center point.  If its value is an integer, it says how
 many columns to scroll.  If the value is a floating-point number, it
 gives the fraction of the window's width to scroll the window.
 
+** The user option `tex-start-options-string' has been replaced
+by two new user options: `tex-start-options', which should hold
+command-line options to feed to TeX, and `tex-start-commands' which should hold
+TeX commands to use at startup.
+
 +++
 ** The variable `automatic-hscrolling' was renamed to `auto-hscroll-mode'.
 The old name is still available as an alias.
index a9e5557ff6b1fab9c3d78f75412ebfe6ca6b3fe7..e2f815282c9aa5f0d31bbcedc87392d788182b26 100644 (file)
@@ -1,3 +1,14 @@
+2002-04-24  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
+       (easy-menu-define-key-intern): Function deleted; callers intern
+       and then call easy-menu-define-key.
+       (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
+       (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
+       (easy-menu-name-match): New function.
+       (add-submenu): New function.
+       (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
+
 2002-04-24  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * menu-bar.el (menu-bar-adv-search-menu)