aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog24
1 files changed, 14 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3cbff1279a2..e74655cee59 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,12 @@
12001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2
3 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4 and :type spec.
5
12001-05-31 Gerd Moellmann <gerd@gnu.org> 62001-05-31 Gerd Moellmann <gerd@gnu.org>
2 7
3 * international/mule-cmds.el (inactivate-input-method): Set 8 * international/mule-cmds.el (inactivate-input-method):
4 input-method-function to nil. 9 Set input-method-function to nil.
5 10
6 * xml.el (xml-parse-tag): The document may contain invalid characters. 11 * xml.el (xml-parse-tag): The document may contain invalid characters.
7 From ShengHuo ZHU <zsh@cs.rochester.edu> 12 From ShengHuo ZHU <zsh@cs.rochester.edu>
@@ -9,14 +14,13 @@
92001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> 142001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
10 15
11 * mail/rmailsum.el (rmail-message-subject-p): Don't call 16 * mail/rmailsum.el (rmail-message-subject-p): Don't call
12 `rmail-summary-line-decoder' if the message does not have Subject: 17 `rmail-summary-line-decoder' if the message does not have
13 field. 18 a Subject: field.
14 19
15 * mail/rmail.el (rmail-revert): Modify to work in 20 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
16 rmail-view-buffer.
17 21
18 * mail/rmail.el (rmail-insert-mime-resent-message-function): New 22 * mail/rmail.el (rmail-insert-mime-resent-message-function):
19 variable. 23 New variable.
20 (rmail-resend): Modify to work in `rmail-view-buffer'; call 24 (rmail-resend): Modify to work in `rmail-view-buffer'; call
21 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime' 25 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
22 is non-nil. 26 is non-nil.
@@ -36,8 +40,8 @@
36 40
372001-05-29 Gerd Moellmann <gerd@gnu.org> 412001-05-29 Gerd Moellmann <gerd@gnu.org>
38 42
39 * international/utf-8.el (ccl-decode-mule-utf-8): Handle 43 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
40 invalid UTF-8 sequences. 44 UTF-8 sequences.
41 45
422001-05-28 Miles Bader <miles@gnu.org> 462001-05-28 Miles Bader <miles@gnu.org>
43 47