emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 17 Mar 2005 19:15:24 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7108 emacs/lisp/ChangeLog:1.7109
*** emacs/lisp/ChangeLog:1.7108 Thu Mar 17 19:22:55 2005
--- emacs/lisp/ChangeLog        Fri Mar 18 00:15:23 2005
***************
*** 1,3 ****
--- 1,48 ----
+ 2005-03-17  Richard M. Stallman  <address@hidden>
+ 
+       * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
+       (perl-mode): Use run-mode-hooks.
+ 
+       * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
+       (rmail-pop-password-required, rmail-remote-password): Doc fixes.
+       (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
+ 
+       * mail/sendmail.el (sendmail-send-it): Reenaable the code
+       to compute resend-to-address and use it.
+ 
+       * tar-mode.el (tar-mode): Turn off undo unconditionally.
+ 
+       * image-mode.el: New file.
+ 
+       * image.el (insert-sliced-image): Add autoload cookie.
+ 
+       * font-lock.el (font-lock-lines-before): New user option.
+       (font-lock-after-change-function): Obey it.
+ 
+       * bindings.el (esc-map): Make M-g a prefix.
+       Bind M-g g and M-g M-g to goto-line.
+ 
+       * progmodes/perl-mode.el (perl-mode): Use run-mode-hooks.
+ 
+       * faces.el (face-id): Doc fix.
+ 
+ 2005-03-17  Frederik Fouvry  <address@hidden>
+ 
+       * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
+       (rmail-show-message): Use rmail-unknown-mail-followup-to.
+       (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
+ 
+       * mail/sendmail.el (mail-yank-ignored-headers)
+       (mail-font-lock-keywords, mail-mode-fill-paragraph):
+       Add Mail-Followup-To and Mail-Reply-To headers.
+       (mail-citation-hook): Add autoload cookie.
+       (mail-mode): Doc fix.
+       (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
+       (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
+       (mail-mode-fill-paragraph): Handle those headers.
+       (mail-mailing-lists): New variable.
+       (mail-mail-reply-to, mail-mail-followup-to): New functions.
+ 
  2005-03-17  Juri Linkov  <address@hidden>
  
        * isearch.el (isearch-fallback): Check for `(car previous)'
***************
*** 176,182 ****
  2005-03-11  Kenichi Handa  <address@hidden>
  
        * international/mule.el (make-coding-system): Set property
!       'coding-system-define-form to nil.
        (define-coding-system-alias): Likewise.
  
  2005-03-11  Kenichi Handa  <address@hidden>
--- 221,227 ----
  2005-03-11  Kenichi Handa  <address@hidden>
  
        * international/mule.el (make-coding-system): Set property
!       coding-system-define-form to nil.
        (define-coding-system-alias): Likewise.
  
  2005-03-11  Kenichi Handa  <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]