diff options
| -rw-r--r-- | lisp/ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 57e6d1dd9c3..24311720dd1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,60 @@ | |||
| 1 | 2007-11-10 Juri Linkov <juri@jurta.org> | 1 | 2007-11-10 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * startup.el: Backport startup screen related changes from the trunk. | 3 | * startup.el: Backport startup screen related changes from the trunk. |
| 4 | (initialization): Change group to `environment'. | ||
| 5 | (inhibit-startup-screen): Rename from `inhibit-splash-screen'. | ||
| 6 | (inhibit-splash-screen): Make alias to `inhibit-startup-screen'. | ||
| 7 | (inhibit-startup-message): Change alias to `inhibit-startup-screen'. | ||
| 8 | (initial-scratch-message): Fix docstring. | ||
| 9 | (startup-screen-inhibit-startup-screen) | ||
| 10 | (pure-space-overflow-message): New variables. | ||
| 11 | (command-line): Rename `inhibit-startup-message' to | ||
| 12 | `inhibit-startup-screen'. | ||
| 13 | (initial-scratch-message): Doc fix. | ||
| 14 | (fancy-splash-text): Remove variable. | ||
| 15 | (fancy-startup-text, fancy-about-text, splash-screen-keymap): | ||
| 16 | New variables. | ||
| 17 | (fancy-splash-delay, fancy-splash-max-time) | ||
| 18 | (fancy-current-text, fancy-splash-stop-time) | ||
| 19 | (fancy-splash-outer-buffer, fancy-splash-last-input-event): | ||
| 20 | Remove variables. | ||
| 21 | (fancy-splash-insert): Use help-echo from the 3rd element of the | ||
| 22 | link specification list, or "Follow this link" if it's nil. Doc fix. | ||
| 23 | Allow functions for face and link specs. | ||
| 24 | (fancy-splash-tail): Remove function. | ||
| 25 | (fancy-startup-tail): New function. | ||
| 26 | (fancy-splash-default-action, fancy-splash-special-event-action) | ||
| 27 | (fancy-splash-screens): Remove functions. | ||
| 28 | (fancy-about-screen): New function. | ||
| 29 | (normal-splash-screen): Rename argument `hide-on-input' to `startup'. | ||
| 30 | Fix docstring. Use argument `startup' to conditionally display | ||
| 31 | different texts for Startup and About screens. Don't display Help | ||
| 32 | commands on the About screen. Remove `unwind-protect' `sit-for' | ||
| 33 | delay and `kill-buffer' after it. | ||
| 34 | (normal-mouse-startup-screen, normal-splash-screen) | ||
| 35 | (normal-no-mouse-startup-screen): New functions. | ||
| 36 | (startup-echo-area-message): Change text of the echo area. | ||
| 37 | (display-splash-screen): Remove function. | ||
| 38 | (display-startup-screen, display-about-screen): New functions. | ||
| 39 | (about-emacs): Make alias to `display-about-screen'. | ||
| 40 | (display-splash-screen): Make alias to `display-startup-screen'. | ||
| 41 | (command-line-1): Rename `inhibit-startup-message' to | ||
| 42 | `inhibit-startup-screen'. Inhibit startup screen when Emacs is | ||
| 43 | started with command line options "-f", "-funcall", "-e", "-eval", | ||
| 44 | "-execute", "-insert", "-find-file", "-file", "-visit". | ||
| 45 | Inhibit startup screen when Emacs is started with a file name only | ||
| 46 | on tty (i.e. don't inhibit it when started with a file name like | ||
| 47 | "emacs FILE..." on a window system). | ||
| 48 | Comment out unused code for coping with the old sit-for behavior. | ||
| 49 | If file-count > 0, then display the concise version in another | ||
| 50 | window, otherwise display full version in the same window. | ||
| 4 | * loadup.el: Add `button'. Move up `startup'. | 51 | * loadup.el: Add `button'. Move up `startup'. |
| 5 | * help.el (help-map, help-for-help-internal): Add `C-h C-a'. | 52 | * help.el (help-map, help-for-help-internal): Add `C-h C-a'. |
| 6 | * version.el (emacs-copyright): Add emacs-copyright. | 53 | * version.el (emacs-copyright): Add emacs-copyright. |
| 54 | * menu-bar.el (menu-bar-help-menu): | ||
| 55 | Move "About Emacs" and "About GNU" to the end of the Help menu. | ||
| 56 | Move "Emacs Psychotherapist" after "Send Bug Report...". | ||
| 57 | Move "External Packages" after "Find Emacs Packages". | ||
| 7 | 58 | ||
| 8 | 2007-11-10 Jason Rumney <jasonr@gnu.org> | 59 | 2007-11-10 Jason Rumney <jasonr@gnu.org> |
| 9 | 60 | ||