aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-10-21 09:01:26 +0000
committerJuri Linkov2005-10-21 09:01:26 +0000
commit2ac050ce59e0a36a0a6796017d39d2e115c1a4ce (patch)
treeda9abac9bcb9c6dd8b5111f2b87a91864dcbd104
parent564dd0f245312aecddf1a5c11277f05bd036aa09 (diff)
downloademacs-2ac050ce59e0a36a0a6796017d39d2e115c1a4ce.tar.gz
emacs-2ac050ce59e0a36a0a6796017d39d2e115c1a4ce.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog21
-rw-r--r--man/ChangeLog5
2 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 18f785b2c15..71b3db650a4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
12005-10-21 Juri Linkov <juri@jurta.org>
2
3 * progmodes/etags.el (tags-table-mode): New function.
4 (tags-verify-table): Replace initialize-new-tags-table with
5 tags-table-mode.
6
7 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8 default value.
9 (desktop-modes-not-to-save): Add tags-table-mode to the
10 default value.
11
12 * info.el (Info-index-next): Add total number of index
13 alternatives to the message.
14
15 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
16 backward only space (instead of space and period) before looking
17 at sentence end.
18
19 * simple.el (set-variable): Use user-variable-p instead of symbolp.
20 Add the old variable value as 4th default-value arg of read-string.
21
12005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 222005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 23
3 * cus-face.el (custom-declare-face): Make face from X resources 24 * 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 @@
12005-10-21 Juri Linkov <juri@jurta.org>
2
3 * custom.texi (Examining): Mention accessing the old variable
4 value via M-n in set-variable.
5
12005-10-21 Carsten Dominik <dominik@science.uva.nl> 62005-10-21 Carsten Dominik <dominik@science.uva.nl>
2 7
3 * org.texi (Summary): Mention iCalendar support. 8 * org.texi (Summary): Mention iCalendar support.