diff options
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. |