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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/ChangeLog [lexbind]
Date: Wed, 08 Dec 2004 19:40:21 -0500

Index: emacs/lisp/gnus/ChangeLog
diff -c emacs/lisp/gnus/ChangeLog:1.204.2.19 
emacs/lisp/gnus/ChangeLog:1.204.2.20
*** emacs/lisp/gnus/ChangeLog:1.204.2.19        Wed Dec  8 23:31:40 2004
--- emacs/lisp/gnus/ChangeLog   Wed Dec  8 23:36:31 2004
***************
*** 1,3 ****
--- 1,94 ----
+ 2004-12-02  Katsumi Yamaoka  <address@hidden>
+ 
+       * message.el (message-forward-make-body-mml): Remove headers
+       according to message-forward-ignored-headers if a message is
+       decoded.
+ 
+ 2004-12-02  Romain Francoise  <address@hidden>
+ 
+       * message.el (message-forward-make-body-plain): Always remove
+       headers according to message-forward-ignored-headers.
+ 
+ 2004-11-26  Katsumi Yamaoka  <address@hidden>
+ 
+       * lpath.el: Remove bbdb-create-internal, bbdb-records,
+       spam-BBDB-register-routine and spam-enter-ham-BBDB.
+ 
+       * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
+       order to silence the byte compiler.
+ 
+       * pop3.el (pop3-md5): Define it before being used.
+ 
+       * spam.el: Fix the way to silence the byte compiler, which
+       complained about bbdb-buffer, bbdb-create-internal,
+       bbdb-search-simple, mail-check-payment, spam-BBDB-register-routine,
+       spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
+       spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
+       spam-stat-buffer-is-spam, spam-stat-load,
+       spam-stat-register-ham-routine, spam-stat-register-spam-routine,
+       spam-stat-save and spam-stat-split-fancy.
+ 
+ 2004-11-26  Katsumi Yamaoka  <address@hidden>
+ 
+       * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
+       which may confuse users.
+       (canlock-password-for-verify): Ditto.
+ 
+       * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
+ 
+       * gnus-art.el (gnus-emphasis-alist): Ditto.
+ 
+       * gnus-registry.el (gnus-registry-max-entries): Ditto.
+ 
+       * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
+ 
+       * gnus-start.el (gnus-save-killed-list): Ditto.
+ 
+       * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
+       (gnus-sum-thread-tree-root): Ditto.
+       (gnus-sum-thread-tree-false-root): Ditto.
+       (gnus-sum-thread-tree-single-indent): Ditto.
+ 
+       * message.el (message-courtesy-message): Ditto.
+       (message-archive-note): Ditto.
+       (message-subscribed-address-file): Ditto.
+       (message-user-fqdn): Ditto.
+ 
+       * spam-report.el (spam-report-gmane-regex): Ditto.
+ 
+       * spam.el (spam-blackhole-good-server-regex): Ditto.
+ 
+ 2004-11-25  Reiner Steib  <address@hidden>
+ 
+       * message.el (message-forbidden-properties): Fixed typo in doc
+       string.
+ 
+ 2004-11-25  Lars Magne Ingebrigtsen  <address@hidden>
+ 
+       * message.el (message-strip-forbidden-properties): Bind
+       buffer-read-only (etc) to nil.
+ 
+ 2004-11-25  Reiner Steib  <address@hidden>
+ 
+       * gnus-util.el (gnus-replace-in-string): Added doc string.
+ 
+       * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
+       to avoid problems when splitting mails with many recipients.
+ 
+ 2004-11-23  Katsumi Yamaoka  <address@hidden>
+ 
+       * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
+       address-mime.  Suggested by ARISAWA Akihiro <address@hidden>.
+ 
+ 2004-11-22  Marek Martin  <address@hidden>  (tiny change)
+ 
+       * nnfolder.el (nnfolder-request-create-group): Save current buffer.
+ 
+ 2004-11-22  Stefan Monnier  <address@hidden>
+ 
+       * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
+       pop-to-buffer, covered by the subsequent gnus-configure-windows.
+ 
  2004-11-14  Luc Teirlinck  <address@hidden>
  
        * nnfolder.el (nnfolder-save-marks): Add missing format field in
***************
*** 56,63 ****
        (mm-coding-system-priorities): Use shift_jis and iso-8859-1
        instead of japanese-shift-jis and iso-latin-1 respectively in
        order to share the default value with both Emacs and XEmacs-mule.
!       (mm-mule-charset-to-mime-charset): Make
!       mm-coding-system-priorities effective.
        (mm-sort-coding-systems-predicate): Canonicalize coding-systems
        while predicating of candidates upon the priorities.
  
--- 147,154 ----
        (mm-coding-system-priorities): Use shift_jis and iso-8859-1
        instead of japanese-shift-jis and iso-latin-1 respectively in
        order to share the default value with both Emacs and XEmacs-mule.
!       (mm-mule-charset-to-mime-charset):
!       Make mm-coding-system-priorities effective.
        (mm-sort-coding-systems-predicate): Canonicalize coding-systems
        while predicating of candidates upon the priorities.
  
***************
*** 76,83 ****
  
        * sieve.el (sieve): Add :version.
  
!       * sha1.el (sha1): Added :version.
!       (sha1-use-external): Removed redundant version.
  
        * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
        (nnmail-cache-ignore-groups, nnmail-spool-hook)
--- 167,174 ----
  
        * sieve.el (sieve): Add :version.
  
!       * sha1.el (sha1): Add :version.
!       (sha1-use-external): Remove redundant version.
  
        * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
        (nnmail-cache-ignore-groups, nnmail-spool-hook)
***************
*** 89,96 ****
        * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
  
        * mml-sec.el (mml-default-sign-method)
!       (mml-default-encrypt-method, mml-signencrypt-style-alist): Add
!       :version.
  
        * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
  
--- 180,187 ----
        * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
  
        * mml-sec.el (mml-default-sign-method)
!       (mml-default-encrypt-method, mml-signencrypt-style-alist):
!       Add :version.
  
        * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
  
***************
*** 151,158 ****
        * html2text.el: Beautify code.  Improve doc strings.  Some checkdoc
        cleanup.
        (html2text-get-attr, html2text-fix-paragraph): Simplify code.
!       (html2text-format-tag-list): Added "strong" and "em".  From
!       "Alfred M. Szmidt" <address@hidden> (tiny change).
  
  2004-10-29  Katsumi Yamaoka  <address@hidden>
  
--- 242,249 ----
        * html2text.el: Beautify code.  Improve doc strings.  Some checkdoc
        cleanup.
        (html2text-get-attr, html2text-fix-paragraph): Simplify code.
!       (html2text-format-tag-list): Add "strong" and "em".
!       From "Alfred M. Szmidt" <address@hidden> (tiny change).
  
  2004-10-29  Katsumi Yamaoka  <address@hidden>
  
***************
*** 161,168 ****
        <address@hidden>.
  
        * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
!       iso-2022-jp even in the Japanese language environment.  Suggested
!       by Jason Rumney <address@hidden>.
  
  2004-10-28  Katsumi Yamaoka  <address@hidden>
  
--- 252,259 ----
        <address@hidden>.
  
        * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
!       iso-2022-jp even in the Japanese language environment.
!       Suggested by Jason Rumney <address@hidden>.
  
  2004-10-28  Katsumi Yamaoka  <address@hidden>
  
***************
*** 186,197 ****
  
  2004-10-25  Reiner Steib  <address@hidden>
  
!       * html2text.el (html2text-buffer-head): Removed.  Use `goto-char'
        instead.
  
  2004-10-24  Kevin Greiner  <address@hidden>
  
!       * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
        comparison on string.
  
  2004-10-21  Katsumi Yamaoka  <address@hidden>
--- 277,288 ----
  
  2004-10-25  Reiner Steib  <address@hidden>
  
!       * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
        instead.
  
  2004-10-24  Kevin Greiner  <address@hidden>
  
!       * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
        comparison on string.
  
  2004-10-21  Katsumi Yamaoka  <address@hidden>
***************
*** 218,234 ****
  
  2004-10-18  Kevin Greiner  <address@hidden>
  
!       * gnus-agent.el (gnus-agent-synchronize-group-flags): When
!       necessary, pass full group name to gnus-request-set-marks.
!       (gnus-agent-synchronize-group-flags): Added support for sync'ing
        tick marks.
!         (gnus-agent-synchronize-flags-server): Be silent when writing file.
  
  2004-10-18  Kevin Greiner  <address@hidden>
  
!       * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
!       gnus-request-update-info with explicit code to sync the in-memory
!       info read flags with the marks being sync'd to the backend.
  
  2004-10-18  Kevin Greiner  <address@hidden>
  
--- 309,325 ----
  
  2004-10-18  Kevin Greiner  <address@hidden>
  
!       * gnus-agent.el (gnus-agent-synchronize-group-flags):
!       When necessary, pass full group name to gnus-request-set-marks.
!       (gnus-agent-synchronize-group-flags): Add support for sync'ing
        tick marks.
!       (gnus-agent-synchronize-flags-server): Be silent when writing file.
  
  2004-10-18  Kevin Greiner  <address@hidden>
  
!       * gnus-agent.el (gnus-agent-synchronize-group-flags):
!       Replace gnus-request-update-info with explicit code to sync the
!       in-memory info read flags with the marks being sync'd to the backend.
  
  2004-10-18  Kevin Greiner  <address@hidden>
  
***************
*** 237,255 ****
        first ask if you want to open a server and then, even when you
        responded with no, asking if you want to synchronize the server's
        flags.
!       (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
        multi-line expressions.
        (gnus-agent-synchronize-group-flags): New internal function.
!       Updates marks in memory (in the info structure) AND in the
!       backend.
!       (gnus-agent-check-overview-buffer): Fixed range of
        deletion to remove entire duplicate line.  Fixes merged article
        number bug.
  
!       * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
!       
!       * nnagent.el (nnagent-request-set-mark): Use
!       gnus-agent-synchronize-group-flags, not backend's request-set-mark
        method, to ensure that synchronization updates marks in the
        backend and in the info (in memory) structure.
  
--- 328,345 ----
        first ask if you want to open a server and then, even when you
        responded with no, asking if you want to synchronize the server's
        flags.
!       (gnus-agent-synchronize-flags-server): Rewrite read loop to handle
        multi-line expressions.
        (gnus-agent-synchronize-group-flags): New internal function.
!       Updates marks in memory (in the info structure) AND in the backend.
!       (gnus-agent-check-overview-buffer): Fix range of
        deletion to remove entire duplicate line.  Fixes merged article
        number bug.
  
!       * gnus-util.el (gnus-remassoc): Fix typo in documentation.
! 
!       * nnagent.el (nnagent-request-set-mark):
!       Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
        method, to ensure that synchronization updates marks in the
        backend and in the info (in memory) structure.
  
***************
*** 260,265 ****
--- 350,356 ----
        an error.
  
  2004-10-18  Kevin Greiner  <address@hidden> for Reiner Steib  <address@hidden>
+ 
        * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
        (gnus-agent-go-online): Change :version.
        (gnus-agent-expire-unagentized-dirs)
***************
*** 267,303 ****
  
  2004-10-18  Kevin Greiner  <address@hidden>
  
!       * legacy-gnus-agent.el 
(gnus-agent-convert-to-compressed-agentview-prompt):
        New function. Used internally to only display 'gnus converting
        files' message when actually necessary.
  
!       * gnus-sum.el (): Removed (require 'gnus-agent) as required
        methods now autoloaded.
  
!       * gnus-int.el (gnus-request-move-article): Use
!       gnus-agent-unfetch-articles in place of gnus-agent-expire to
        improve performance.
  
  2004-10-18  Kevin Greiner  <address@hidden>
  
!       * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
        to avoid run-time CL dependencies.
        (gnus-agent-unfetch-articles): New function.
        (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
        article numbers even when local .overview file is missing.
        (gnus-agent-read-article-number): New function. Only accepts
        27-bit article numbers.
!       (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
!       gnus-agent-read-article-number.
        (gnus-agent-braid-nov): Rewrote to validate article numbers coming
        from backend while recognizing that article numbers in .overview
        must be valid.
  
!       * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
        some users confused by references to .newsrc when they only have a
        .newsrc.eld file.
!       (gnus-convert-mark-converter-prompt,
!       gnus-convert-converter-needs-prompt): Fixed use of property list.
  
  2004-10-18  Kevin Greiner  <address@hidden> for Katsumi Yamaoka  
<address@hidden>
  
--- 358,395 ----
  
  2004-10-18  Kevin Greiner  <address@hidden>
  
!       * legacy-gnus-agent.el
!       (gnus-agent-convert-to-compressed-agentview-prompt):
        New function. Used internally to only display 'gnus converting
        files' message when actually necessary.
  
!       * gnus-sum.el: Remove (require 'gnus-agent) as required
        methods now autoloaded.
  
!       * gnus-int.el (gnus-request-move-article):
!       Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
        improve performance.
  
  2004-10-18  Kevin Greiner  <address@hidden>
  
!       * gnus-agent.el (gnus-agent-cat-groups): Rewrite avoiding defsetf
        to avoid run-time CL dependencies.
        (gnus-agent-unfetch-articles): New function.
        (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
        article numbers even when local .overview file is missing.
        (gnus-agent-read-article-number): New function. Only accepts
        27-bit article numbers.
!       (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
!       Use gnus-agent-read-article-number.
        (gnus-agent-braid-nov): Rewrote to validate article numbers coming
        from backend while recognizing that article numbers in .overview
        must be valid.
  
!       * gnus-start.el (gnus-convert-old-newsrc): Change message text as
        some users confused by references to .newsrc when they only have a
        .newsrc.eld file.
!       (gnus-convert-mark-converter-prompt)
!       (gnus-convert-converter-needs-prompt): Fix use of property list.
  
  2004-10-18  Kevin Greiner  <address@hidden> for Katsumi Yamaoka  
<address@hidden>
  
***************
*** 310,327 ****
  
  2004-10-18  Kevin Greiner  <address@hidden> for Lars Magne Ingebrigtsen  
<address@hidden>
  
!       * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil. 
!       (gnus-agent-regenerate-group): Using nil messages aren't valid. 
  
  2004-10-18  Kevin Greiner  <address@hidden> for Lars Magne Ingebrigtsen  
<address@hidden>
  
!       * gnus-agent.el (gnus-agent-read-agentview): Inline
!       gnus-uncompress-range.
  
  2004-10-18  Kevin Greiner  <address@hidden>
!               
        * legacy-gnus-agent.el
!       (gnus-agent-convert-to-compressed-agentview): Fixed typos with
        help from Florian Weimer <address@hidden>
  
        * gnus-agent.el (gnus-agentize):
--- 402,419 ----
  
  2004-10-18  Kevin Greiner  <address@hidden> for Lars Magne Ingebrigtsen  
<address@hidden>
  
!       * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
!       (gnus-agent-regenerate-group): Using nil messages aren't valid.
  
  2004-10-18  Kevin Greiner  <address@hidden> for Lars Magne Ingebrigtsen  
<address@hidden>
  
!       * gnus-agent.el (gnus-agent-read-agentview):
!       Inline gnus-uncompress-range.
  
  2004-10-18  Kevin Greiner  <address@hidden>
! 
        * legacy-gnus-agent.el
!       (gnus-agent-convert-to-compressed-agentview): Fix typos with
        help from Florian Weimer <address@hidden>
  
        * gnus-agent.el (gnus-agentize):
***************
*** 345,369 ****
        `method' parameter is nil.  Don't write nil entries into the
        active file.
        (gnus-agent-get-group-info): New function.
!       (gnus-agent-get-local): Added optional parameters to avoid calling
        gnus-group-real-name and gnus-find-method-for-group.
        (gnus-agent-set-local): Delete stored entry if either min, or max,
        are nil.
!       (gnus-agent-fetch-session): Reworded error/quit messages.  On
!       quit, use gnus-agent-regenerate-group to record existance of any
        articles fetched to disk before the quit occurred.
  
!       * gnus-int.el (gnus-request-delete-group): Use
!       gnus-cache-delete-group and gnus-agent-delete-group to keep the
        local disk in sync with the server.
!        (gnus-request-rename-group): Use
!       gnus-cache-rename-group and gnus-agent-rename-group to keep the
        local disk in sync with the server.
  
!       * gnus-start.el (gnus-get-unread-articles): Cosmetic
!       simplification to logic.
  
!       * gnus-group.el (): (gnus-group-delete-group): No longer update
        gnus-cache-active-altered as gnus-request-delete-group now keeps
        the cache in sync.
        (gnus-group-list-active): Let the agent store a server's active
--- 437,461 ----
        `method' parameter is nil.  Don't write nil entries into the
        active file.
        (gnus-agent-get-group-info): New function.
!       (gnus-agent-get-local): Add optional parameters to avoid calling
        gnus-group-real-name and gnus-find-method-for-group.
        (gnus-agent-set-local): Delete stored entry if either min, or max,
        are nil.
!       (gnus-agent-fetch-session): Reword error/quit messages.
!       On quit, use gnus-agent-regenerate-group to record existance of any
        articles fetched to disk before the quit occurred.
  
!       * gnus-int.el (gnus-request-delete-group):
!       Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
        local disk in sync with the server.
!        (gnus-request-rename-group):
!       Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
        local disk in sync with the server.
  
!       * gnus-start.el (gnus-get-unread-articles):
!       Cosmetic simplification to logic.
  
!       * gnus-group.el (gnus-group-delete-group): No longer update
        gnus-cache-active-altered as gnus-request-delete-group now keeps
        the cache in sync.
        (gnus-group-list-active): Let the agent store a server's active
***************
*** 389,396 ****
  
  2004-10-18  Kevin Greiner <address@hidden>
  
!       * gnus-agent.el (gnus-agent-read-local): Bind
!       nnheader-file-coding-system to gnus-agent-file-coding-system to
        avoid the implicit assumption that they will always be equal.
        (gnus-agent-save-local): Bind buffer-file-coding-system, not
        coding-system-for-write, as the with-temp-file macro first prints
--- 481,488 ----
  
  2004-10-18  Kevin Greiner <address@hidden>
  
!       * gnus-agent.el (gnus-agent-read-local):
!       Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
        avoid the implicit assumption that they will always be equal.
        (gnus-agent-save-local): Bind buffer-file-coding-system, not
        coding-system-for-write, as the with-temp-file macro first prints
***************
*** 401,412 ****
        * legacy-gnus-agent.el (): New. Provides converters that are only
        loaded when gnus-convert-old-newsrc needs to call them.
  
!       * gnus-agent.el (gnus-agent-read-agentview): Removed support for
        old file versions.
!       (gnus-group-prepare-hook): Removed function that converted list
        form of gnus-agent-expire-days to group properties.
  
!       * gnus-start.el (gnus-convert-old-newsrc): Registered new
        converters to handle old agent file formats.  Added logic for a
        "backup before upgrading warning".
        (gnus-convert-mark-converter-prompt): Developers can mark
--- 493,504 ----
        * legacy-gnus-agent.el (): New. Provides converters that are only
        loaded when gnus-convert-old-newsrc needs to call them.
  
!       * gnus-agent.el (gnus-agent-read-agentview): Remove support for
        old file versions.
!       (gnus-group-prepare-hook): Remove function that converted list
        form of gnus-agent-expire-days to group properties.
  
!       * gnus-start.el (gnus-convert-old-newsrc): Register new
        converters to handle old agent file formats.  Added logic for a
        "backup before upgrading warning".
        (gnus-convert-mark-converter-prompt): Developers can mark
***************
*** 422,431 ****
        articles are being added to a group.
        (gnus-request-replace-article): Inform the agent that articles
        need to be uncached as the cached contents are no longer valid.
!       
!         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
!       (gnus-agent-possibly-alter-active): Avoid null in numeric
!       comparison.
        (gnus-agent-set-local): Refuse to save null in local object table.
        (gnus-agent-regenerate-group): The REREAD parameter can now be a
        list of articles that will be marked as unread.
--- 514,522 ----
        articles are being added to a group.
        (gnus-request-replace-article): Inform the agent that articles
        need to be uncached as the cached contents are no longer valid.
! 
!       * gnus-agent.el (gnus-agent-file-header-cache): Remove.
!       (gnus-agent-possibly-alter-active): Avoid null in numeric comparison.
        (gnus-agent-set-local): Refuse to save null in local object table.
        (gnus-agent-regenerate-group): The REREAD parameter can now be a
        list of articles that will be marked as unread.
***************
*** 456,463 ****
  2004-10-18  Kevin Greiner <address@hidden>
  
        * gnus-draft.el (gnus-group-send-queue): Pass the group name
!       "nndraft:queue" along to gnus-draft-send.  Use
!       gnus-agent-prompt-send-queue.
        (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
        is "nndraft:queue".  Suggested by Gaute Strokkenes
        <address@hidden>
--- 547,554 ----
  2004-10-18  Kevin Greiner <address@hidden>
  
        * gnus-draft.el (gnus-group-send-queue): Pass the group name
!       "nndraft:queue" along to gnus-draft-send.
!       Use gnus-agent-prompt-send-queue.
        (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
        is "nndraft:queue".  Suggested by Gaute Strokkenes
        <address@hidden>
***************
*** 467,475 ****
        gnus-list-of-unread-articles, to avoid exhausting memory with huge
        numbers of articles.  Use gnus-range-map to avoid having to
        uncompress the unread list.
!       (gnus-group-archive-directory,
!       gnus-group-recent-archive-directory): Fixed invalid ange-ftp
!       reference.
  
        * gnus-range.el (gnus-range-map): Iterate over list or sequence.
        (gnus-sorted-range-intersection): Intersection of two ranges
--- 558,565 ----
        gnus-list-of-unread-articles, to avoid exhausting memory with huge
        numbers of articles.  Use gnus-range-map to avoid having to
        uncompress the unread list.
!       (gnus-group-archive-directory)
!       (gnus-group-recent-archive-directory): Fix invalid ange-ftp reference.
  
        * gnus-range.el (gnus-range-map): Iterate over list or sequence.
        (gnus-sorted-range-intersection): Intersection of two ranges
***************
*** 480,490 ****
        and agentized articles.
        (gnus-convert-old-newsrc): Rewrote in anticipation of having
        multiple version-dependent converters.
!       (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
        gnus-agent-save-active.
        (gnus-save-newsrc-file): Save dirty agent range limits.
  
!       * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
        gnus-agent-possibly-alter-active.
        (gnus-adjust-marked-articles): Faster handling of simple lists
  
--- 570,580 ----
        and agentized articles.
        (gnus-convert-old-newsrc): Rewrote in anticipation of having
        multiple version-dependent converters.
!       (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
        gnus-agent-save-active.
        (gnus-save-newsrc-file): Save dirty agent range limits.
  
!       * gnus-sum.el (gnus-select-newgroup): Replace inline code with
        gnus-agent-possibly-alter-active.
        (gnus-adjust-marked-articles): Faster handling of simple lists
  
***************
*** 502,516 ****
  
        * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
  
!       * gnus-art.el (gnus-button-alist): Improve
!       `gnus-button-handle-library' entry.
  
!       * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
  
!       * gnus-group.el (gnus-group-get-new-news-this-group): Added
!       doc-string.
  
!       * gnus-start.el (gnus-activate-group): Added doc-string.
  
        * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
        handle manual section.
--- 592,605 ----
  
        * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
  
!       * gnus-art.el (gnus-button-alist):
!       Improve `gnus-button-handle-library' entry.
  
!       * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
  
!       * gnus-group.el (gnus-group-get-new-news-this-group): Add doc-string.
  
!       * gnus-start.el (gnus-activate-group): Add doc-string.
  
        * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
        handle manual section.
***************
*** 519,526 ****
        (imap-interactive-login): Use it.
        Suggested by Mark Plaksin <address@hidden>.
  
!       * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
!       / in mailto URLs.
  
        * spam.el (spam-directory): Derive from `gnus-directory'.
  
--- 608,615 ----
        (imap-interactive-login): Use it.
        Suggested by Mark Plaksin <address@hidden>.
  
!       * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
!       Allow / in mailto URLs.
  
        * spam.el (spam-directory): Derive from `gnus-directory'.
  
***************
*** 528,534 ****
  
  2004-10-17  Richard M. Stallman  <address@hidden>
  
!       * gnus-registry.el (gnus-registry-unload-hook): 
        Set as a variable with add-hook.
  
        * nnspool.el (nnspool-spool-directory): Use news-directory instead
--- 617,623 ----
  
  2004-10-17  Richard M. Stallman  <address@hidden>
  
!       * gnus-registry.el (gnus-registry-unload-hook):
        Set as a variable with add-hook.
  
        * nnspool.el (nnspool-spool-directory): Use news-directory instead
***************
*** 638,652 ****
  
        * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
  
!       * gnus-art.el (gnus-article-edit-mode): Define before first
!       reference.
  
        * gnus.el (gnus-method-to-server): Move defsubst before first use.
  
!       * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
!       format string mismatch.
!       * nnml.el (nnml-request-set-mark, nnml-save-marks): do. 
!       * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
  
  2004-09-27  Reiner Steib  <address@hidden>
  
--- 727,740 ----
  
        * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
  
!       * gnus-art.el (gnus-article-edit-mode): Define before first reference.
  
        * gnus.el (gnus-method-to-server): Move defsubst before first use.
  
!       * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
!       Fix format string mismatch.
!       * nnml.el (nnml-request-set-mark, nnml-save-marks): Do.
!       * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): Do.
  
  2004-09-27  Reiner Steib  <address@hidden>
  
***************
*** 663,680 ****
  
        * mm-util.el (mm-charset-synonym-alist): Remove obsolete entries
        for big5 and gb2312.
!       
        * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
        padding.
  
!       * mm-bodies.el (mm-7bit-chars): Don't include \r.       
  
        * mml.el (mml-compute-boundary-1): Don't uncompress files.
  
        * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
        dependencies.
        (rfc2047-encode): Use it.
!       
        * flow-fill.el: Typo.
  
        * mml.el (mml-generate-mime-1): Don't use format=flowed with
--- 751,768 ----
  
        * mm-util.el (mm-charset-synonym-alist): Remove obsolete entries
        for big5 and gb2312.
! 
        * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
        padding.
  
!       * mm-bodies.el (mm-7bit-chars): Don't include \r.
  
        * mml.el (mml-compute-boundary-1): Don't uncompress files.
  
        * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
        dependencies.
        (rfc2047-encode): Use it.
! 
        * flow-fill.el: Typo.
  
        * mml.el (mml-generate-mime-1): Don't use format=flowed with
***************
*** 1010,1022 ****
        * starttls.el: Merge with my GNUTLS based starttls.el.
        (starttls-gnutls-program, starttls-use-gnutls)
        (starttls-extra-arguments, starttls-process-connection-type)
!       (starttls-connect, starttls-failure, starttls-success): New
!       variables.
        (starttls-program, starttls-extra-args): Doc fix.
!       (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
!       functions.
!       (starttls-negotiate, starttls-open-stream): Check
!       `starttls-use-gnutls' and pass on to corresponding *-gnutls
        function if it is set.
  
  2004-08-31  Simon Josefsson  <address@hidden>
--- 1098,1109 ----
        * starttls.el: Merge with my GNUTLS based starttls.el.
        (starttls-gnutls-program, starttls-use-gnutls)
        (starttls-extra-arguments, starttls-process-connection-type)
!       (starttls-connect, starttls-failure, starttls-success): New variables.
        (starttls-program, starttls-extra-args): Doc fix.
!       (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
!       New functions.
!       (starttls-negotiate, starttls-open-stream):
!       Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
        function if it is set.
  
  2004-08-31  Simon Josefsson  <address@hidden>
***************
*** 1025,1032 ****
        ?* and ?\; (tiny patch).  From Andreas Schwab <address@hidden>.
  
        * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
!       and ?\' to symbol instead of whitespace (tiny patch).  From
!       Andreas Schwab <address@hidden>.
  
  2004-08-31  Jesper Harder  <address@hidden>
  
--- 1112,1119 ----
        ?* and ?\; (tiny patch).  From Andreas Schwab <address@hidden>.
  
        * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
!       and ?\' to symbol instead of whitespace (tiny patch).
!       From Andreas Schwab <address@hidden>.
  
  2004-08-31  Jesper Harder  <address@hidden>
  
***************
*** 1048,1054 ****
  
  2004-08-31  Lars Magne Ingebrigtsen  <address@hidden>
  
!       * message.el (message-idna-inside-rhs-p): Removed.
        (message-idna-to-ascii-rhs-1): Use proper address parsing.
  
  2004-08-31  Katsumi Yamaoka  <address@hidden>
--- 1135,1141 ----
  
  2004-08-31  Lars Magne Ingebrigtsen  <address@hidden>
  
!       * message.el (message-idna-inside-rhs-p): Remove.
        (message-idna-to-ascii-rhs-1): Use proper address parsing.
  
  2004-08-31  Katsumi Yamaoka  <address@hidden>
***************
*** 1075,1082 ****
        Karl Chen <address@hidden> and Reiner Steib
        <address@hidden>.
  
!       * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
!       pp-to-string with gnus-pp-to-string.
  
        * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
  
--- 1162,1169 ----
        Karl Chen <address@hidden> and Reiner Steib
        <address@hidden>.
  
!       * gnus-cus.el (gnus-agent-cat-prepare-category-field):
!       Replace pp-to-string with gnus-pp-to-string.
  
        * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
  
***************
*** 1085,1092 ****
  
        * gnus-msg.el (gnus-setup-message): Ignore an article copy while
        parsing gnus-posting-styles when the message is not for replying.
!       (gnus-summary-resend-message-edit): Call mime-to-mml.  Suggested
!       by Hiroshi Fujishima <address@hidden>.
        (gnus-debug): Replace pp with gnus-pp.
  
        * gnus-score.el (gnus-score-save): Replace pp with gnus-pp.
--- 1172,1179 ----
  
        * gnus-msg.el (gnus-setup-message): Ignore an article copy while
        parsing gnus-posting-styles when the message is not for replying.
!       (gnus-summary-resend-message-edit): Call mime-to-mml.
!       Suggested by Hiroshi Fujishima <address@hidden>.
        (gnus-debug): Replace pp with gnus-pp.
  
        * gnus-score.el (gnus-score-save): Replace pp with gnus-pp.
***************
*** 1095,1102 ****
        gnus-pp-to-string.
  
        * gnus-sum.el (gnus-read-header): Don't remove a header for the
!       parent article of a sparse article in the thread hashtb.  From
!       Stefan Wiens <address@hidden>.
  
        * gnus-util.el (gnus-bind-print-variables): New macro.
        (gnus-prin1): Use it.
--- 1182,1189 ----
        gnus-pp-to-string.
  
        * gnus-sum.el (gnus-read-header): Don't remove a header for the
!       parent article of a sparse article in the thread hashtb.
!       From Stefan Wiens <address@hidden>.
  
        * gnus-util.el (gnus-bind-print-variables): New macro.
        (gnus-prin1): Use it.
***************
*** 1120,1127 ****
        t while entering a file name using the mm-with-multibyte macro.
        Suggested by Hiroshi Fujishima <address@hidden>.
  
!       * mm-encode.el (mm-content-transfer-encoding-defaults): Use
!       qp-or-base64 for the application/* types.
        (mm-safer-encoding): Consider 7bit is safe.
  
        * mm-util.el (mm-with-multibyte-buffer): New macro.
--- 1207,1214 ----
        t while entering a file name using the mm-with-multibyte macro.
        Suggested by Hiroshi Fujishima <address@hidden>.
  
!       * mm-encode.el (mm-content-transfer-encoding-defaults):
!       Use qp-or-base64 for the application/* types.
        (mm-safer-encoding): Consider 7bit is safe.
  
        * mm-util.el (mm-with-multibyte-buffer): New macro.
***************
*** 1146,1154 ****
  
        * webmail.el (webmail-debug): Replace pp with gnus-pp.
  
!       * gnus-art.el (gnus-article-wash-html-with-w3m): Bind
!       w3m-safe-url-regexp as the value for mm-w3m-safe-url-regexp; use
!       w3m-minor-mode-map instead of mm-w3m-local-map-property.
        (gnus-mime-save-part-and-strip): Use mm-complicated-handles
        instead of mm-multiple-handles.
        (gnus-mime-delete-part): Ditto.
--- 1233,1241 ----
  
        * webmail.el (webmail-debug): Replace pp with gnus-pp.
  
!       * gnus-art.el (gnus-article-wash-html-with-w3m):
!       Bind w3m-safe-url-regexp as the value for mm-w3m-safe-url-regexp;
!       use w3m-minor-mode-map instead of mm-w3m-local-map-property.
        (gnus-mime-save-part-and-strip): Use mm-complicated-handles
        instead of mm-multiple-handles.
        (gnus-mime-delete-part): Ditto.
***************
*** 1193,1204 ****
        * mm-decode.el (mime-display, mime-security): Fix custom-manual
        entries.
  
!       * gnus-art.el (gnus-article): Ditto.  
  
  2004-08-23  Katsumi Yamaoka  <address@hidden>
  
!       * gnus-art.el (article-hide-list-identifiers): Bind
!       inhibit-read-only as t.
  
  2004-08-22  Reiner Steib  <address@hidden>
  
--- 1280,1291 ----
        * mm-decode.el (mime-display, mime-security): Fix custom-manual
        entries.
  
!       * gnus-art.el (gnus-article): Ditto.
  
  2004-08-23  Katsumi Yamaoka  <address@hidden>
  
!       * gnus-art.el (article-hide-list-identifiers):
!       Bind inhibit-read-only as t.
  
  2004-08-22  Reiner Steib  <address@hidden>
  
***************
*** 1233,1240 ****
  
        * mailcap.el (mailcap-mime-data): Mark as risky.
  
!       * gnus.el (gnus-group, gnus-summary, gnus-summary-sort): Fix
!       custom-manual entries.
  
        * time-date.el: Removed.  Merged into ../calendar/time-date.el.
  
--- 1320,1327 ----
  
        * mailcap.el (mailcap-mime-data): Mark as risky.
  
!       * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
!       Fix custom-manual entries.
  
        * time-date.el: Removed.  Merged into ../calendar/time-date.el.
  
***************
*** 1256,1263 ****
  
  2004-05-19  Reiner Steib  <address@hidden>
  
!       * gnus-msg.el (gnus-summary-followup-with-original): Document
!       yanking of region when active.
  
  2004-04-13 Kevin Greiner <address@hidden>
  
--- 1343,1350 ----
  
  2004-05-19  Reiner Steib  <address@hidden>
  
!       * gnus-msg.el (gnus-summary-followup-with-original):
!       Document yanking of region when active.
  
  2004-04-13 Kevin Greiner <address@hidden>
  




reply via email to

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