comparison lisp/ChangeLog @ 66283:2f64a61beec6

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Fri, 21 Oct 2005 09:01:26 +0000
parents e74ff0edf071
children a5acfefeb8be
comparison
equal deleted inserted replaced
66282:5f52c9ace731 66283:2f64a61beec6
1 2005-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
1 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 22 2005-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
4 also on Mac. 25 also on Mac.
5 26