diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
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 @@ | |||
| 1 | 2001-05-31 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * progmodes/etags.el (tags-compression-info-list): Fix docstring | ||
| 4 | and :type spec. | ||
| 5 | |||
| 1 | 2001-05-31 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-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 @@ | |||
| 9 | 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> | 14 | 2001-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 | ||
| 37 | 2001-05-29 Gerd Moellmann <gerd@gnu.org> | 41 | 2001-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 | ||
| 42 | 2001-05-28 Miles Bader <miles@gnu.org> | 46 | 2001-05-28 Miles Bader <miles@gnu.org> |
| 43 | 47 | ||