diff options
| author | Richard M. Stallman | 2006-09-15 01:04:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-09-15 01:04:27 +0000 |
| commit | 18d55b246b501f4b9f1e0447dbdb67f44cef3611 (patch) | |
| tree | cc3a5e5221677b2b94b7b7158d52d0223110d401 | |
| parent | 412aacf950cd2b73320fab110dd488eea09e54a5 (diff) | |
| download | emacs-18d55b246b501f4b9f1e0447dbdb67f44cef3611.tar.gz emacs-18d55b246b501f4b9f1e0447dbdb67f44cef3611.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 19 | ||||
| -rw-r--r-- | lispref/ChangeLog | 12 |
2 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 537d5063f88..1f036ddf50b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2006-09-14 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * startup.el (fancy-splash-text): Change text to improve alignment. | ||
| 4 | (fancy-splash-screens): Don't set non-standard tab width. | ||
| 5 | Bind cursor-type temporarily, and make it easy to patch to | ||
| 6 | preserve the splash buffer. | ||
| 7 | (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x". | ||
| 8 | (fancy-splash-screens): Display echo-area message explicitly. | ||
| 9 | Don't set fancy-splash-help-echo. | ||
| 10 | |||
| 11 | * simple.el (line-number-mode): Group mode-line instead of editing-basics. | ||
| 12 | (column-number-mode, size-indication-mode): Likewise. | ||
| 13 | |||
| 14 | * faces.el (mode-line-faces): Group mode-line instead of modeline. | ||
| 15 | |||
| 16 | * time.el (display-time): Group mode-line instead of modeline. | ||
| 17 | |||
| 18 | * cus-edit.el (mode-line): Renamed from modeline. All uses changed. | ||
| 19 | |||
| 1 | 2006-09-005 Ken Manheimer <address@hidden> | 20 | 2006-09-005 Ken Manheimer <address@hidden> |
| 2 | 21 | ||
| 3 | * allout.el (allout-regexp, allout-line-boundary-regexp) | 22 | * allout.el (allout-regexp, allout-line-boundary-regexp) |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d3639fcac62..c6c968bdb34 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2006-09-14 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * keymaps.texi (Searching Keymaps): Clarification. | ||
| 4 | (Active Keymaps): Refer to Searching Keymaps instead of duplication. | ||
| 5 | |||
| 6 | 2006-09-13 Richard Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * objects.texi (Character Type): Node split. | ||
| 9 | Add xref to Describing Characters. | ||
| 10 | (Basic Char Syntax, General Escape Syntax) | ||
| 11 | (Ctl-Char Syntax, Meta-Char Syntax): New subnodes. | ||
| 12 | |||
| 1 | 2006-09-11 Richard Stallman <rms@gnu.org> | 13 | 2006-09-11 Richard Stallman <rms@gnu.org> |
| 2 | 14 | ||
| 3 | * display.texi (Display Table Format): Wording clarification. | 15 | * display.texi (Display Table Format): Wording clarification. |