comparison lisp/ChangeLog @ 82397:d99c84981247

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Wed, 15 Aug 2007 23:24:17 +0000
parents df9672b71c7c
children f7695e88ca4a
comparison
equal deleted inserted replaced
82396:71b7e41a7415 82397:d99c84981247
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.
4 Put in exact, rational values when possible. 42 Put in exact, rational values when possible.
5 (math-unit-prefixes): Replace floats with powers of ten. 43 (math-unit-prefixes): Replace floats with powers of ten.