# HG changeset patch # User Richard M. Stallman # Date 1019690747 0 # Node ID 7ced19dba6984636ddce9478a67fbfc4ca850b7b # Parent af86762366365f0743b6fedb4ed0dc219b7c822c *** empty log message *** diff -r af8676236636 -r 7ced19dba698 etc/NEWS --- a/etc/NEWS Wed Apr 24 23:18:42 2002 +0000 +++ b/etc/NEWS Wed Apr 24 23:25:47 2002 +0000 @@ -99,6 +99,11 @@ 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. diff -r af8676236636 -r 7ced19dba698 lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 24 23:18:42 2002 +0000 +++ b/lisp/ChangeLog Wed Apr 24 23:25:47 2002 +0000 @@ -1,3 +1,14 @@ +2002-04-24 Richard M. Stallman + + * 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 * menu-bar.el (menu-bar-adv-search-menu)