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: Mon, 20 Sep 2004 17:36:35 -0400

Index: emacs/lisp/gnus/ChangeLog
diff -c emacs/lisp/gnus/ChangeLog:1.259 emacs/lisp/gnus/ChangeLog:1.260
*** emacs/lisp/gnus/ChangeLog:1.259     Mon Sep 20 12:03:04 2004
--- emacs/lisp/gnus/ChangeLog   Mon Sep 20 21:22:15 2004
***************
*** 1,3 ****
--- 1,7 ----
+ 2004-09-20  Stefan Monnier  <address@hidden>
+ 
+       * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
+ 
  2004-09-20  Reiner Steib  <address@hidden>
  
        * uudecode.el (uudecode-use-external): Add :version.
***************
*** 12,18 ****
        * pgg-def.el (pgg-query-keyserver): Add :version.
  
        * nnmail.el (nnmail-fancy-expiry-targets)
!       (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes): 
  
        * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
        (nnimap-retrieve-groups-asynchronous): Add :version.
--- 16,22 ----
        * pgg-def.el (pgg-query-keyserver): Add :version.
  
        * nnmail.el (nnmail-fancy-expiry-targets)
!       (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
  
        * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
        (nnimap-retrieve-groups-asynchronous): Add :version.
***************
*** 21,27 ****
        * mml.el (mml-content-disposition-parameters)
        (mml-insert-mime-headers-always): Add :version.
  
!       * mm-util.el (mm-coding-system-priorities): 
  
        * mm-decode.el (mm-inline-text-html-with-images)
        (mm-keep-viewer-alive-types, mm-external-terminal-program)
--- 25,31 ----
        * mml.el (mml-content-disposition-parameters)
        (mml-insert-mime-headers-always): Add :version.
  
!       * mm-util.el (mm-coding-system-priorities):
  
        * mm-decode.el (mm-inline-text-html-with-images)
        (mm-keep-viewer-alive-types, mm-external-terminal-program)
***************
*** 49,55 ****
        (message-insert-canlock, message-wide-reply-confirm-recipients):
        Change :version.
  
!       * mail-source.el (mail-source-ignore-errors): Added :group, :type
        and :version.
        (mail-source-delete-old-incoming-confirm)
        (mail-source-movemail-program): Add :version.
--- 53,59 ----
        (message-insert-canlock, message-wide-reply-confirm-recipients):
        Change :version.
  
!       * mail-source.el (mail-source-ignore-errors): Add :group, :type
        and :version.
        (mail-source-delete-old-incoming-confirm)
        (mail-source-movemail-program): Add :version.
***************
*** 78,84 ****
        * gnus-srvr.el (gnus-server-browse-in-group-buffer)
        (gnus-server-offline-face): Add :version.
  
!       * gnus-score.el (gnus-adaptive-word-length-limit): 
  
        * gnus-msg.el (gnus-gcc-externalize-attachments)
        (gnus-debug-files, gnus-debug-exclude-variables)
--- 82,88 ----
        * gnus-srvr.el (gnus-server-browse-in-group-buffer)
        (gnus-server-offline-face): Add :version.
  
!       * gnus-score.el (gnus-adaptive-word-length-limit):
  
        * gnus-msg.el (gnus-gcc-externalize-attachments)
        (gnus-debug-files, gnus-debug-exclude-variables)
***************
*** 146,152 ****
  
  2004-09-16  Reiner Steib  <address@hidden>
  
!       * gnus-sum.el (gnus-fetch-old-headers): Added custom choices `t'
        and `invisible'.
  
  2004-09-13  Simon Josefsson  <address@hidden>
--- 150,156 ----
  
  2004-09-16  Reiner Steib  <address@hidden>
  
!       * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
        and `invisible'.
  
  2004-09-13  Simon Josefsson  <address@hidden>
***************
*** 155,161 ****
  
  2004-09-13  Reiner Steib  <address@hidden>
  
!       * gnus-sum.el (gnus-summary-copy-article): Fixed doc string.
  
  2004-09-10  Miles Bader  <address@hidden>
  
--- 159,165 ----
  
  2004-09-13  Reiner Steib  <address@hidden>
  
!       * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
  
  2004-09-10  Miles Bader  <address@hidden>
  
***************
*** 163,172 ****
  
  2004-09-10  Teodor Zlatanov  <address@hidden>
  
!       * nnimap.el (nnimap-open-connection): allow 'imaps' as a synonym
        for the 'imap' port in netrc files
  
!       * gnus-registry.el (gnus-registry-trim): watch out for negatives
        in gnus-registry-trim
  
  2004-09-10  Simon Josefsson  <address@hidden>
--- 167,176 ----
  
  2004-09-10  Teodor Zlatanov  <address@hidden>
  
!       * nnimap.el (nnimap-open-connection): Allow 'imaps' as a synonym
        for the 'imap' port in netrc files
  
!       * gnus-registry.el (gnus-registry-trim): Watch out for negatives
        in gnus-registry-trim
  
  2004-09-10  Simon Josefsson  <address@hidden>
***************
*** 176,185 ****
  2004-09-08  Reiner Steib  <address@hidden>
  
        * nntp.el (nntp): New customization group.
!       (nntp-authinfo-file): Added customization group.
  
!       * mml2015.el (mml2015-unabbrev-trust-alist): Added customization
!       group.
  
        * mml-sec.el (mml-signencrypt-style-alist): Ditto.
  
--- 180,188 ----
  2004-09-08  Reiner Steib  <address@hidden>
  
        * nntp.el (nntp): New customization group.
!       (nntp-authinfo-file): Add customization group.
  
!       * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
  
        * mml-sec.el (mml-signencrypt-style-alist): Ditto.
  




reply via email to

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