From 2ac050ce59e0a36a0a6796017d39d2e115c1a4ce Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 21 Oct 2005 09:01:26 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 21 +++++++++++++++++++++ man/ChangeLog | 5 +++++ 2 files changed, 26 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 18f785b2c15..71b3db650a4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,24 @@ +2005-10-21 Juri Linkov + + * progmodes/etags.el (tags-table-mode): New function. + (tags-verify-table): Replace initialize-new-tags-table with + tags-table-mode. + + * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the + default value. + (desktop-modes-not-to-save): Add tags-table-mode to the + default value. + + * info.el (Info-index-next): Add total number of index + alternatives to the message. + + * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip + backward only space (instead of space and period) before looking + at sentence end. + + * simple.el (set-variable): Use user-variable-p instead of symbolp. + Add the old variable value as 4th default-value arg of read-string. + 2005-10-21 YAMAMOTO Mitsuharu * cus-face.el (custom-declare-face): Make face from X resources diff --git a/man/ChangeLog b/man/ChangeLog index 8e3e2188d1b..c8c90922565 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2005-10-21 Juri Linkov + + * custom.texi (Examining): Mention accessing the old variable + value via M-n in set-variable. + 2005-10-21 Carsten Dominik * org.texi (Summary): Mention iCalendar support. -- 2.11.4.GIT