changeset 72883:81a3281a862c

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 15 Sep 2006 01:04:27 +0000
parents bbb2c2824c59
children 9578474ca036
files lisp/ChangeLog lispref/ChangeLog
diffstat 2 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <rms@gnu.org>
+
+	* 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  <address@hidden>
 
 	* allout.el (allout-regexp, allout-line-boundary-regexp)
--- 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  <rms@gnu.org>
+
+	* keymaps.texi (Searching Keymaps): Clarification.
+	(Active Keymaps): Refer to Searching Keymaps instead of duplication.
+
+2006-09-13  Richard Stallman  <rms@gnu.org>
+
+	* 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  <rms@gnu.org>
 
 	* display.texi (Display Table Format): Wording clarification.