Mercurial > emacs
comparison lisp/ChangeLog @ 84782:1536a4c62c17
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 22 Sep 2007 14:02:38 +0000 |
parents | 7e5ed8ab5358 |
children | 5446a1d2d16a |
comparison
equal
deleted
inserted
replaced
84781:f1d4dbead0be | 84782:1536a4c62c17 |
---|---|
1 2007-09-22 Juri Linkov <juri@jurta.org> | |
2 | |
3 * startup.el (command-line): Rename `inhibit-startup-message' to | |
4 `inhibit-startup-screen'. | |
5 (fancy-about-text): Use shorter label for "Ordering Manuals". | |
6 (fancy-startup-tail): Add optional arg `concise'. When `concise' | |
7 is nil, display a line with "To start..." and 3 links to useful | |
8 tasks. Display the "Dismiss" button and "Don't show this message | |
9 again" only when concise is non-nil. | |
10 (fancy-startup-screen): Call `fancy-startup-tail' with optional | |
11 arg `concise'. If CONCISE is non-nil, display a concise version | |
12 of the splash screen in another window. Otherwise, switch to the | |
13 startup buffer in the same window. | |
14 (startup-echo-area-message): Change displayed binding from | |
15 C-h C-p (describe-project) to C-h C-a (about-emacs), and change | |
16 text "about the GNU system and GNU/Linux" to "about GNU Emacs and | |
17 the GNU system". | |
18 (display-startup-screen): Fix buffer name from "*About GNU Emacs*" | |
19 to "*GNU Emacs*". | |
20 (display-about-screen): Don't check the existence of the buffer | |
21 "*About GNU Emacs*". | |
22 (display-splash-screen): Make alias to `display-startup-screen'. | |
23 (command-line-1): Rename `inhibit-startup-message' to | |
24 `inhibit-startup-screen'. Inhibit startup screen when Emacs is | |
25 started with command line options "-f", "-funcall", "-e", "-eval", | |
26 "-execute", "-insert", "-find-file", "-file", "-visit". | |
27 Inhibit startup screen when Emacs is started with a file name only | |
28 on tty (i.e. don't inhibit it when started with a file name like | |
29 "emacs FILE..." on a window system). | |
30 (command-line-1): Simplify logic of displaying the startup screen: | |
31 if file-count > 0, then display the concise version in another | |
32 window, otherwise display full version in the same window. | |
33 | |
34 * help.el (help-map): Bind C-h C-a to about-emacs. | |
35 (help-for-help-internal): Add C-a description to C-h help text. | |
36 | |
1 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu> | 37 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 38 |
3 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag) | 39 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag) |
4 (checkdoc-permit-comma-termination-flag): Autoload the | 40 (checkdoc-permit-comma-termination-flag): Autoload the |
5 safe-local-variable setting. | 41 safe-local-variable setting. |