diff options
| author | Juri Linkov | 2007-08-15 23:24:17 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-08-15 23:24:17 +0000 |
| commit | 26cdce2387403f2b7a3eaf2b40fe72fc903b4a0e (patch) | |
| tree | ca4a4e6e708486b2b3a6159b5a91a449f1cf5ed8 /lisp/ChangeLog | |
| parent | 67a537e68826c831e5d08ac81f2aa350658ad4f2 (diff) | |
| download | emacs-26cdce2387403f2b7a3eaf2b40fe72fc903b4a0e.tar.gz emacs-26cdce2387403f2b7a3eaf2b40fe72fc903b4a0e.zip | |
(initialization): Change parent group from `internal'
to `environment'.
(initial-buffer-choice): New variable.
(command-line): Revert 2007-07-02 change that sets
buffer-offer-save in *scratch* and enables auto-save in it.
(fancy-splash-text): Add links to existing items. Add new items
with links for useful tasks. Move information about Control-g to
fancy-splash-head. Move "Emacs Guided Tour" to the end.
(fancy-splash-keymap): New variable.
(fancy-splash-last-input-event): Remove variable.
(fancy-splash-insert): Add processing of `:link' element.
(fancy-splash-head): Replace "Type Control-l to begin editing"
with "Type `q' to exit".
(fancy-splash-screens-1): Let-bind inhibit-read-only to t.
(fancy-splash-default-action, fancy-splash-special-event-action):
Remove functions.
(fancy-splash-quit): New function.
(fancy-splash-screens): Rename input arg from `hide-on-input' to
`static' and reverse the condition of its usage. Don't preserve
original values of `minor-mode-map-alist',
`emulation-mode-map-alists', `special-event-map'.
Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
Remove processing of special events. Use local key map
`fancy-splash-keymap'. Set buffer to read-only.
(normal-splash-screen): Rename input arg from `hide-on-input' to
`static' and reverse the condition of its usage.
Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
Add links to existing items. Add new items with links for useful
tasks. Use local key map `fancy-splash-keymap'.
(display-splash-screen): Rename input arg from `hide-on-input' to
`static'.
(about-emacs): Add alias to display-splash-screen.
(command-line-1): Use `initial-buffer-choice'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f3ea32c1580..e706dfa193c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,41 @@ | |||
| 1 | 2007-08-15 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * startup.el (initialization): Change parent group from `internal' | ||
| 4 | to `environment'. | ||
| 5 | (initial-buffer-choice): New variable. | ||
| 6 | (command-line): Revert 2007-07-02 change that sets | ||
| 7 | buffer-offer-save in *scratch* and enables auto-save in it. | ||
| 8 | (fancy-splash-text): Add links to existing items. Add new items | ||
| 9 | with links for useful tasks. Move information about Control-g to | ||
| 10 | fancy-splash-head. Move "Emacs Guided Tour" to the end. | ||
| 11 | (fancy-splash-keymap): New variable. | ||
| 12 | (fancy-splash-last-input-event): Remove variable. | ||
| 13 | (fancy-splash-insert): Add processing of `:link' element. | ||
| 14 | (fancy-splash-head): Replace "Type Control-l to begin editing" | ||
| 15 | with "Type `q' to exit". | ||
| 16 | (fancy-splash-screens-1): Let-bind inhibit-read-only to t. | ||
| 17 | (fancy-splash-default-action, fancy-splash-special-event-action): | ||
| 18 | Remove functions. | ||
| 19 | (fancy-splash-quit): New function. | ||
| 20 | (fancy-splash-screens): Rename input arg from `hide-on-input' to | ||
| 21 | `static' and reverse the condition of its usage. Don't preserve | ||
| 22 | original values of `minor-mode-map-alist', | ||
| 23 | `emulation-mode-map-alists', `special-event-map'. | ||
| 24 | Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs". | ||
| 25 | Rename about-buffer from " GNU Emacs" to " About GNU Emacs". | ||
| 26 | Remove processing of special events. Use local key map | ||
| 27 | `fancy-splash-keymap'. Set buffer to read-only. | ||
| 28 | (normal-splash-screen): Rename input arg from `hide-on-input' to | ||
| 29 | `static' and reverse the condition of its usage. | ||
| 30 | Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs". | ||
| 31 | Rename about-buffer from " GNU Emacs" to " About GNU Emacs". | ||
| 32 | Add links to existing items. Add new items with links for useful | ||
| 33 | tasks. Use local key map `fancy-splash-keymap'. | ||
| 34 | (display-splash-screen): Rename input arg from `hide-on-input' to | ||
| 35 | `static'. | ||
| 36 | (about-emacs): Add alias to display-splash-screen. | ||
| 37 | (command-line-1): Use `initial-buffer-choice'. | ||
| 38 | |||
| 1 | 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com> | 39 | 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 40 | ||
| 3 | * calc/calc-units.el (math-standard-units): Update values. | 41 | * calc/calc-units.el (math-standard-units): Update values. |