]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 4 Oct 2000 19:05:33 +0000 (19:05 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 4 Oct 2000 19:05:33 +0000 (19:05 +0000)
lisp/ChangeLog
src/ChangeLog

index 5ab4e83d1d7b0e58b75abde8b29cd2d13f2d53b4..a8d0ab8309e36db9050de1cf97d1134cf02c1705 100644 (file)
@@ -1,3 +1,11 @@
+2000-10-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * startup.el (fancy-splash-pending-command): New variable.
+       (fancy-splash-pre-command): New function.
+       (fancy-splash-screens): Rewritten.
+       (command-line-1): If fancy-splash-pending-command is set, call it
+       interactively.
+
 2000-10-04  Dave Love  <fx@gnu.org>
 
        * toolbar/tool-bar.el (tool-bar-setup): New function.
@@ -33,8 +41,8 @@
 
 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
 
-       * net/net-utils.el (nslookup-font-lock-keywords,
-       ftp-font-lock-keywords, smbclient-font-lock-keywords): 
+       * net/net-utils.el (nslookup-font-lock-keywords)
+       (ftp-font-lock-keywords, smbclient-font-lock-keywords): 
        Only set if window-system is non-nil
        (net-utils-run-program): Returns buffer.
        (network-connection-reconnect): Added this function.
        Incorporates extensive cleanup and docfixes by 
        Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
        Uses cl compile-time macros.
-       (generic-mode-name, generic-comment-list,
-       generic-keywords-list, generic-font-lock-expressions,
-       generic-mode-function-list, generic-mode-syntax-table):
+       (generic-mode-name, generic-comment-list)
+       (generic-keywords-list, generic-font-lock-expressions)
+       (generic-mode-function-list, generic-mode-syntax-table):
        Removed variables.
        (generic-mode-alist): Renamed to generic-mode-list.
        (generic-find-file-regexp): Default changed to "^#".
        (generic-read-type): Uses completing read on generic-mode-list.
        (generic-mode-sanity-check): removed this function.
        (generic-add-to-auto-mode): Removed this function
-       (generic-mode-internal): Binds mode-specific definitions
+       (generic-mode-internal): Bind mode-specific definitions
        into function instead of putting them in alist.
        (generic-mode-set-comments): Reworked extensively.
        (generic-mode-find-file-hook): Simplified regexp searching
-       (generic-make-keywords-list):  Omit extra pair of parens        
+       (generic-make-keywords-list): Omit extra pair of parens 
 
        * find-lisp.el (find-lisp-find-files-internal): 
        Make sure directory name ends with "/".
index 0485ee5517e041fa8f4fe38d0d1ae89d12ab4d0e..4277f5fd45bda6f36ea9f15ae07276aab8d0d12a 100644 (file)
@@ -1,3 +1,10 @@
+2000-10-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * keyboard.c (update_menu_bindings): New variable.
+       (parse_menu_item): Use AREF.  If update_menu_bindings
+       is 0, don't update menu bindings.
+       (syms_of_keyboard): New Lisp variable `update-menu-bindings'.
+
 2000-10-03  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * alloc.c (Fgarbage_collect): Prevent compiler warning for a call