# HG changeset patch # User Richard M. Stallman # Date 1158282267 0 # Node ID 81a3281a862c8d13a67c89c682650e8951d59b41 # Parent bbb2c2824c5969fed0147d68a56ec5b5785724d7 *** empty log message *** diff -r bbb2c2824c59 -r 81a3281a862c lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 15 01:04:15 2006 +0000 +++ b/lisp/ChangeLog Fri Sep 15 01:04:27 2006 +0000 @@ -1,3 +1,22 @@ +2006-09-14 Richard Stallman + + * startup.el (fancy-splash-text): Change text to improve alignment. + (fancy-splash-screens): Don't set non-standard tab width. + Bind cursor-type temporarily, and make it easy to patch to + preserve the splash buffer. + (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x". + (fancy-splash-screens): Display echo-area message explicitly. + Don't set fancy-splash-help-echo. + + * simple.el (line-number-mode): Group mode-line instead of editing-basics. + (column-number-mode, size-indication-mode): Likewise. + + * faces.el (mode-line-faces): Group mode-line instead of modeline. + + * time.el (display-time): Group mode-line instead of modeline. + + * cus-edit.el (mode-line): Renamed from modeline. All uses changed. + 2006-09-005 Ken Manheimer * allout.el (allout-regexp, allout-line-boundary-regexp) diff -r bbb2c2824c59 -r 81a3281a862c lispref/ChangeLog --- a/lispref/ChangeLog Fri Sep 15 01:04:15 2006 +0000 +++ b/lispref/ChangeLog Fri Sep 15 01:04:27 2006 +0000 @@ -1,3 +1,15 @@ +2006-09-14 Richard Stallman + + * keymaps.texi (Searching Keymaps): Clarification. + (Active Keymaps): Refer to Searching Keymaps instead of duplication. + +2006-09-13 Richard Stallman + + * objects.texi (Character Type): Node split. + Add xref to Describing Characters. + (Basic Char Syntax, General Escape Syntax) + (Ctl-Char Syntax, Meta-Char Syntax): New subnodes. + 2006-09-11 Richard Stallman * display.texi (Display Table Format): Wording clarification.