(rmail-revert): Modify to work in
[bpt/emacs.git] / lisp / ChangeLog
index cad0cd7..ee24a94 100644 (file)
@@ -1,5 +1,28 @@
+2001-05-31  Gerd Moellmann  <gerd@gnu.org>
+
+       * international/mule-cmds.el (inactivate-input-method): Set
+       input-method-function to nil.
+
+2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mail/rmailsum.el (rmail-message-subject-p): Don't call
+       `rmail-summary-line-decoder' if the message does not have Subject:
+       field.
+
+       * mail/rmail.el (rmail-revert): Modify to work in
+       rmail-view-buffer.
+
+       * mail/rmail.el (rmail-insert-mime-resent-message-function): New
+       variable.
+       (rmail-resend): Modify to work in `rmail-view-buffer'; call
+       `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
+       is non-nil.
+
 2001-05-29  Sam Steingold  <sds@gnu.org>
 
+       * faces.el (face-valid-attribute-values): Bind `valid' directly
+       instead of using `setq'.
+
        * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
        Use `tex-shell-buf'.
        (tex-shell-proc): Use `tex-shell-running'.