emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/ChangeLog
Date: Fri, 03 Jun 2005 18:03:48 -0400

Index: emacs/lisp/gnus/ChangeLog
diff -c emacs/lisp/gnus/ChangeLog:1.342 emacs/lisp/gnus/ChangeLog:1.343
*** emacs/lisp/gnus/ChangeLog:1.342     Thu Jun  2 11:34:00 2005
--- emacs/lisp/gnus/ChangeLog   Fri Jun  3 22:03:47 2005
***************
*** 1,10 ****
  2005-06-02  Katsumi Yamaoka  <address@hidden>
  
        * pop3.el (pop3-md5): Run md5 in the binary mode.
        (pop3-md5-program-args): New variable.
  
!       * starttls.el (starttls-set-process-query-on-exit-flag): Use
!       eval-and-compile.
  
  2005-05-31  Katsumi Yamaoka  <address@hidden>
  
--- 1,14 ----
+ 2005-06-03  Stefan Monnier  <address@hidden>
+ 
+       * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
+ 
  2005-06-02  Katsumi Yamaoka  <address@hidden>
  
        * pop3.el (pop3-md5): Run md5 in the binary mode.
        (pop3-md5-program-args): New variable.
  
!       * starttls.el (starttls-set-process-query-on-exit-flag):
!       Use eval-and-compile.
  
  2005-05-31  Katsumi Yamaoka  <address@hidden>
  
***************
*** 29,36 ****
  
        * mml2015.el: Bind pgg-default-user-id when compiling.
  
!       * nndraft.el (nndraft-request-associate-buffer): Use
!       write-contents-functions instead of write-contents-hooks if it is
        available.
  
        * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
--- 33,40 ----
  
        * mml2015.el: Bind pgg-default-user-id when compiling.
  
!       * nndraft.el (nndraft-request-associate-buffer):
!       Use write-contents-functions instead of write-contents-hooks if it is
        available.
  
        * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
***************
*** 195,201 ****
        (gnus-summary-high-unread-face): Ditto.
        (gnus-summary-low-unread-face): Ditto.
        (gnus-summary-normal-unread-face): Ditto.
!       (gnus-summary-high-read-face, gnus-summary-low-read-face): Diito
        (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
  
        * message.el (message-minibuffer-local-map): Add :group.
--- 199,205 ----
        (gnus-summary-high-unread-face): Ditto.
        (gnus-summary-low-unread-face): Ditto.
        (gnus-summary-normal-unread-face): Ditto.
!       (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
        (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
  
        * message.el (message-minibuffer-local-map): Add :group.
***************
*** 205,211 ****
        (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
        (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
        (sieve-manage-authenticators): Ditto.
!       (sieve-manage-authenticator-alist): Ditto
        (sieve-manage-default-port): Ditto.
  
        * sieve-mode.el (sieve-control-commands-face): Add :group.
--- 209,215 ----
        (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
        (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
        (sieve-manage-authenticators): Ditto.
!       (sieve-manage-authenticator-alist): Ditto.
        (sieve-manage-default-port): Ditto.
  
        * sieve-mode.el (sieve-control-commands-face): Add :group.
***************
*** 438,448 ****
  
        * nnimap.el (nnimap-date-days-ago): Ditto.
  
!       * gnus-demon.el (parse-time-string): Added autoload.
  
!       * gnus-delay.el (parse-time-string): Added autoload.
  
!       * gnus-art.el (parse-time-string): Added autoload.
  
        * nnultimate.el (parse-time): Require for `parse-time-string'.
  
--- 442,452 ----
  
        * nnimap.el (nnimap-date-days-ago): Ditto.
  
!       * gnus-demon.el (parse-time-string): Add autoload.
  
!       * gnus-delay.el (parse-time-string): Add autoload.
  
!       * gnus-art.el (parse-time-string): Add autoload.
  
        * nnultimate.el (parse-time): Require for `parse-time-string'.
  
***************
*** 496,509 ****
        (rfc2047-encoded-word-regexp): Don't use shy group.
        (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change.
        (rfc2047-parse-and-decode): Ditto.
!       (rfc2047-decode): Treat the ascii coding-system as raw-text by
!       default.
  
  2005-03-25  Lars Magne Ingebrigtsen  <address@hidden>
  
        * rfc2047.el (rfc2047-encode-encoded-words): New variable.
        (rfc2047-field-value): Strip props.
!       (rfc2047-encode-message-header): Disabled header folding -- not
        all headers can be folded, and this should be done by the message
        composition mode.  Probably.  I think.
        (rfc2047-encodable-p): Say that =? needs encoding.
--- 500,512 ----
        (rfc2047-encoded-word-regexp): Don't use shy group.
        (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change.
        (rfc2047-parse-and-decode): Ditto.
!       (rfc2047-decode): Treat the ascii coding-system as raw-text by default.
  
  2005-03-25  Lars Magne Ingebrigtsen  <address@hidden>
  
        * rfc2047.el (rfc2047-encode-encoded-words): New variable.
        (rfc2047-field-value): Strip props.
!       (rfc2047-encode-message-header): Disable header folding -- not
        all headers can be folded, and this should be done by the message
        composition mode.  Probably.  I think.
        (rfc2047-encodable-p): Say that =? needs encoding.




reply via email to

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