comparison lisp/ChangeLog @ 32142:7fc69e4d84b5

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 04 Oct 2000 19:05:33 +0000
parents 4305dd9d9fed
children 547f65a9a867
comparison
equal deleted inserted replaced
32141:ad30e402b113 32142:7fc69e4d84b5
1 2000-10-04 Gerd Moellmann <gerd@gnu.org>
2
3 * startup.el (fancy-splash-pending-command): New variable.
4 (fancy-splash-pre-command): New function.
5 (fancy-splash-screens): Rewritten.
6 (command-line-1): If fancy-splash-pending-command is set, call it
7 interactively.
8
1 2000-10-04 Dave Love <fx@gnu.org> 9 2000-10-04 Dave Love <fx@gnu.org>
2 10
3 * toolbar/tool-bar.el (tool-bar-setup): New function. 11 * toolbar/tool-bar.el (tool-bar-setup): New function.
4 (tool-bar-mode): Use it. 12 (tool-bar-mode): Use it.
5 13
31 * toolbar/tool-bar.el (tool-bar-setup): New function. 39 * toolbar/tool-bar.el (tool-bar-setup): New function.
32 (tool-bar-mode): Use it. 40 (tool-bar-mode): Use it.
33 41
34 2000-10-04 Peter Breton <pbreton@ne.mediaone.net> 42 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
35 43
36 * net/net-utils.el (nslookup-font-lock-keywords, 44 * net/net-utils.el (nslookup-font-lock-keywords)
37 ftp-font-lock-keywords, smbclient-font-lock-keywords): 45 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
38 Only set if window-system is non-nil 46 Only set if window-system is non-nil
39 (net-utils-run-program): Returns buffer. 47 (net-utils-run-program): Returns buffer.
40 (network-connection-reconnect): Added this function. 48 (network-connection-reconnect): Added this function.
41 49
42 * generic.el: 50 * generic.el:
43 Incorporates extensive cleanup and docfixes by 51 Incorporates extensive cleanup and docfixes by
44 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu). 52 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
45 Uses cl compile-time macros. 53 Uses cl compile-time macros.
46 (generic-mode-name, generic-comment-list, 54 (generic-mode-name, generic-comment-list)
47 generic-keywords-list, generic-font-lock-expressions, 55 (generic-keywords-list, generic-font-lock-expressions)
48 generic-mode-function-list, generic-mode-syntax-table): 56 (generic-mode-function-list, generic-mode-syntax-table):
49 Removed variables. 57 Removed variables.
50 (generic-mode-alist): Renamed to generic-mode-list. 58 (generic-mode-alist): Renamed to generic-mode-list.
51 (generic-find-file-regexp): Default changed to "^#". 59 (generic-find-file-regexp): Default changed to "^#".
52 (generic-read-type): Uses completing read on generic-mode-list. 60 (generic-read-type): Uses completing read on generic-mode-list.
53 (generic-mode-sanity-check): removed this function. 61 (generic-mode-sanity-check): removed this function.
54 (generic-add-to-auto-mode): Removed this function 62 (generic-add-to-auto-mode): Removed this function
55 (generic-mode-internal): Binds mode-specific definitions 63 (generic-mode-internal): Bind mode-specific definitions
56 into function instead of putting them in alist. 64 into function instead of putting them in alist.
57 (generic-mode-set-comments): Reworked extensively. 65 (generic-mode-set-comments): Reworked extensively.
58 (generic-mode-find-file-hook): Simplified regexp searching 66 (generic-mode-find-file-hook): Simplified regexp searching
59 (generic-make-keywords-list): Omit extra pair of parens 67 (generic-make-keywords-list): Omit extra pair of parens
60 68
61 * find-lisp.el (find-lisp-find-files-internal): 69 * find-lisp.el (find-lisp-find-files-internal):
62 Make sure directory name ends with "/". 70 Make sure directory name ends with "/".
63 71
64 * generic-x.el (apache-conf-generic-mode): 72 * generic-x.el (apache-conf-generic-mode):