(gnus-bookmark-menu-heading): Fix version.
[gnus] / lisp / ChangeLog
index bd60356..b538f8a 100644 (file)
@@ -1,3 +1,551 @@
+2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
+       (gnus-bookmark-default-file): Use gnus-directory.
+       (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
+       Remove "*" in doc string.
+       (gnus-bookmark-write-file): Simplify.
+       (gnus-bookmark-maybe-sort-alist): Use `when'.
+       (gnus-bookmark-get-bookmark): Fix typo in doc string.
+       (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
+       FIXME about Emacs 21 and XEmacs compatibility.
+       (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
+       compatibility.
+       (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
+       compatibility.
+       (gnus-bookmark-menu-heading): Fix version.
+
+2006-06-19  Bastien Guerry  <bzg@altern.org>
+
+       * gnus-bookmark.el: New file.
+
+2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-syntax-checks): Doc fix.
+
+2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
+       unsubscribed groups as if they were killed ones.  It causes duplicate
+       entries in gnus-newsrc-alist.
+
+2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-syntax-checks): Doc fix.
+       (message-send-mail): Add check for continuation headers.
+       (message-check-news-header-syntax): Fix regexp used to check for
+       continuation headers.
+
+2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
+
+2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
+
+2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-truncate-lines): Default to the value of
+       default-truncate-lines.
+
+2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
+       to fill the utf-8 entry.
+
+       * lpath.el: Fbind unicode-precedence-list.
+
+2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
+
+2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
+
+       * gnus-agent.el (directory-files-and-attributes): Move all the way
+       forward (the third and final move).
+       (gnus-agent-read-agentview): Trap reconstruction errors due to
+       nonexistant directory.  Handle by returning nil.
+
+2006-05-30  Didier Verna  <didier@xemacs.org>
+
+       * message.el (message-dont-reply-to-names): Update the custom type.
+       * message.el (message-dont-reply-to-names): New defsubst: potentially
+       convert a list of regexps into a single one.
+       * message.el (message-get-reply-headers): Use it.
+       * nnmail.el (nnmail-fancy-expiry-target): Ditto.
+
+2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-agent.el (directory-files-and-attributes): Move forward.
+
+2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-ml.el (gnus-mailing-list-subscribe)
+       (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
+       (gnus-mailing-list-message): Fix doc strings.
+
+2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
+       of doing it manually.
+
+2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
+       comment.
+
+2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
+
+       * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
+       (gnus-agent-read-agentview): Fixed handling of end-of-file error.
+       (gnus-agent-read-local): All symbols allocated in my-obarray
+       (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
+       (gnus-agent-regenerate-group): Check numeric names to see if they are
+       messages or groups.
+       (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
+       better way of do this...)
+
+       * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
+       'dummy.group' (there should be a better way of do this...)
+
+2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
+       (gnus-saved-headers): Ditto.
+       (gnus-default-article-saver): Mention functions may have properties.
+       (gnus-article-save): Override gnus-save-all-headers and
+       gnus-saved-headers by :headers property which saver function may have.
+       (gnus-summary-save-in-file): Add :headers property.
+       (gnus-summary-write-to-file): Ditto.
+
+       * gnus-sum.el (gnus-summary-save-article): Bind
+       gnus-prompt-before-saving to t when saving many articles in a file;
+       always show all headers.
+
+       * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
+
+2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
+       marks.
+
+       * message.el (message-indent-citation): Add optional arguments to allow
+       using it outside of message buffers.
+
+       * gnus-art.el (gnus-article-unfold-long-headers): New variable.
+       (gnus-article-treat-unfold-headers): Use it.
+       (gnus-article-truncate-lines): New variable.
+       (gnus-article-mode): Use it.
+       (gnus-article-toggle-truncate-lines): New function.
+
+       * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
+       gnus-article-toggle-truncate-lines.
+
+       * uudecode.el (uudecode-decode-region-external): nil isn't a valid
+       coding system in XEmacs, use binary.
+
+2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
+       after-load-alist.
+
+       * gnus-art.el (gnus-summary-save-in-file): Use property to specify
+       this function should save decoded articles.
+       (gnus-summary-write-to-file): Use property to specify this function
+       should save decoded articles and specify gnus-summary-save-in-file
+       should be used to save articles other than the first one when saving
+       many articles.
+       (gnus-summary-save-body-in-file): Use property to specify this
+       function should save decoded articles.
+       (gnus-summary-write-body-to-file): Use property to specify this
+       function should save decoded articles and specify
+       gnus-summary-save-body-in-file should be used to save articles other
+       than the first one when saving many articles.
+
+       * gnus-sum.el (gnus-summary-save-article): Simplify.
+
+2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-default-article-saver): Add
+       gnus-summary-write-body-to-file.
+       (gnus-article-save-coding-system): Don't use coding system object
+       in XEmacs.
+       (gnus-read-save-file-name): Add optional `dir-var' argument which
+       specifies directory in which files are saved; work even if optional
+       `variable' argument is not specified.
+       (gnus-summary-write-to-file): Read file name.
+       (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
+       (gnus-summary-write-body-to-file): New function.
+
+       * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
+       (gnus-summary-local-variables): Add it.
+       (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
+       (gnus-summary-save-article): Remove optional `decode' argument;
+       determine whether to decode articles by the value of
+       gnus-default-article-saver; when saving many files using
+       gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
+       it first and use gnus-summary-save-in-file or
+       gnus-summary-save-body-in-file thereafter unless
+       gnus-prompt-before-saving is always; move point to article which
+       will be saved.
+       (gnus-summary-save-article-file): Revert.
+       (gnus-summary-write-article-file): Revert.
+       (gnus-summary-save-article-body-file): Revert.
+       (gnus-summary-write-article-body-file): New function.
+
+2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-default-article-saver): Doc fix.
+       (gnus-article-save-coding-system): Move from gnus-sum.el, rename
+       from gnus-summary-save-article-coding-system, and default to a
+       certain coding system.
+       (gnus-output-to-file): Add coding cookie and encode text according
+       to gnus-article-save-coding-system; don't use mm-append-to-file.
+
+       * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
+       gnus-art.el and rename to gnus-article-save-coding-system.
+       (gnus-summary-save-article): Require gnus-art; don't show all
+       headers if it decodes articles; don't add coding cookie here;
+       don't bind mm-text-coding-system-for-write.
+       (gnus-summary-save-article-file): Save decoded articles.
+       (gnus-summary-write-article-file): When saving many files, use
+       gnus-summary-write-to-file first and gnus-summary-save-in-file
+       thereafter unless gnus-prompt-before-saving is always.
+       (gnus-summary-save-article-body-file): Save decoded articles.
+
+       * lpath.el: Fbind select-safe-coding-system for XEmacs.
+
+2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnrss.el (nnrss-check-group): Bind hash-index.
+
+2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
+
+       * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
+       its hash index.  Store this hash in `nnrss-group-data'.
+       (nnrss-read-group-data): Update accordingly.
+
+2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
+       entry.
+
+       * gnus-sum.el (gnus-summary-make-menu-bar): Add
+       gnus-article-browse-html-article.
+
+2006-05-23  Hynek Schlawack  <hynek@ularx.de>
+
+       * gnus-sum.el (gnus-summary-mime-map): Add
+       gnus-article-browse-html-article.
+
+       * gnus-art.el (gnus-article-browse-html-article): Remove comment.
+
+2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
+       suitable coding systems in customize.
+
+2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mail-source.el (mail-sources): Fix custom type.
+
+2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
+       (gnus-summary-expire-articles-now): Shorten prompt.
+
+       * gmm-utils.el (wid-edit): Require.
+       (defun-gmm): Renamed from `gmm-defun-compat'.
+       (gmm-image-search-load-path): Use it.
+       (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
+
+2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-save-article-coding-system): New
+       variable.
+       (gnus-summary-save-article): Add optional `decode' argument.  If
+       it is set and gnus-summary-save-article-coding-system is non-nil,
+       save decoded article.
+       (gnus-summary-write-article-file): Save decoded article if
+       gnus-summary-save-article-coding-system is non-nil.
+
+       * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
+       type.
+
+2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (easy-menu-define): Use :active instead of :enable.
+
+2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
+       first to test gnus-single-article-buffer which may be buffer-local.
+
+       * gnus-sum.el (gnus-summary-setup-buffer): Make
+       gnus-single-article-buffer buffer-local and nil in ephemeral
+       group; make gnus-article-buffer, gnus-article-current, and
+       gnus-original-article-buffer always buffer-local.
+       (gnus-summary-exit): Kill article buffer belonging to ephemeral
+       group.
+       (gnus-handle-ephemeral-exit): Don't move to next summary line.
+
+2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnml.el (nnml-request-compact-group): Compressed files might not
+       have .gz extension.
+
+2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
+       (mm-copy-to-buffer): Use with-current-buffer.
+       (mm-display-part): Simplify.
+       (mm-inlinable-p): Add optional arg `type'.
+
+2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED
+       argument.
+       (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
+       Try harder to show the attachment internally or externally using
+       gnus-mime-view-part-as-type.
+
+2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-from-style, message-signature-separator)
+       (message-user-organization-file, message-send-mail-function)
+       (message-citation-line-function, message-yank-prefix)
+       (message-indent-citation-function, message-signature)
+       (message-signature-file, message-signature-insert-empty-line):
+       Remove autoloads.
+
+       * gnus-art.el (gnus-buttonized-mime-types): Remove
+       "multipart/signed".  Revert 2006-04-26 change.
+
+2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el (gnus-version-number): Bump version.
+
+2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+       * gnus.el: No Gnus v0.5 is released.
+
+2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
+       fetching articles by message-id.
+
+2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (hashcash): Require hashcash as normal.
+
+       * ecomplete.el (ecomplete-highlight-match-line): Use
+       point-at-eol.
+       (ecomplete-highlight-match-line): Use `highlight', because that
+       face exists in both Emacs and XEmacs.
+
+       * message.el (message-display-abbrev): Use point-at-bol.
+
+       * mail-source.el: Don't require timer/timer-funcs.
+
+       * gnus-async.el: Ditto.
+
+       * password.el: Ditto.
+
+       * nnheaderxm.el (nnheader-cancel-timer): Ditto.
+
+       * mm-url.el: Ditto.
+
+       * gnus-xmas.el: Don't require timer-funcs.
+
+       * mm-util.el: Require timer/timer-funcs.
+
+2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
+       Close.
+
+2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
+       unibyte after clear-decrypt function runs.
+
+       * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
+       returns as a unibyte string.
+
+2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Revert.
+
+       * pgg-gpg.el (pgg-string-to-multibyte): Remove.
+       (pgg-gpg-process-sentinel): Revert.
+
+       * pgg-pgp.el (pgg-pgp-process-region): Revert.
+       (pgg-pgp-lookup-key): Revert.
+
+       * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
+       (pgg-pgp5-lookup-key): Revert.
+
+       * pgg.el (pgg-fetch-key): Revert.
+
+2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Fbind string-as-multibyte for XEmacs.
+
+       * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
+       always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
+       (mml1991-pgg-encrypt): Ditto.
+
+       * pgg-gpg.el (pgg-string-to-multibyte): New function.
+       (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
+       a multibyte buffer.
+
+       * pgg-pgp.el (pgg-pgp-process-region): Ditto.
+       (pgg-pgp-lookup-key): Ditto.
+
+       * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
+       (pgg-pgp5-lookup-key): Ditto.
+
+       * pgg.el (pgg-fetch-key): Ditto.
+
+2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-user-organization-file): Check several
+       locations of the organization file.
+
+       * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
+       Add gnus-article-view-part-as-type.
+
+       * gnus-art.el (gnus-article-view-part-as-type): New function.
+
+       * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
+       .mobi and .travel.  Remove .nato, .bitnet and .uucp.
+
+       * mml.el: Simplify autoload.
+       (mml-mode): defvar dnd-protocol-alist instead of using
+       symbol-value.
+       (mml-default-directory): New variable.
+       (mml-minibuffer-read-file): Use it.
+       (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
+
+       * message.el (message-citation-line-format): New variable.
+       (message-insert-formated-citation-line): New function.
+       (message-citation-line-function): Add
+       `message-insert-formated-citation-line' to custom type.
+
+       * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
+       to doc string.
+
+       * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
+       depending on mm-verify-option.
+
+2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
+       binding pgg-* variables; reimplement the section which prevents
+       MIME header from being signed.
+       (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
+       pgg-text-mode; remove a blank line at the top of body.
+
+       * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
+       lines at the top of body; use gnus-newsgroup-charset if there's no
+       Charset header.
+
+2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-self-insert-commands): Doc fix.
+
+       * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
+       (mm-uu-pgp-encrypted-test): Ditto.
+       (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
+       between header and body; return application/pgp-encrypted handle
+       if decryption failed; decode decrypted body by charset.
+
+       * mm-decode.el (mm-automatic-display): Don't make application/pgp
+       element match to application/pgp-*.
+
+2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-google-wash-article): Sync up to new Google
+       HTML.
+
+2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail-source.el (mail-source-call-script): Message the error
+       string.
+
+2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-util.el (gnus-byte-compile): Use it.
+
+2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
+
+       * gnus-util.el (kill-empty-logs): New function.
+
+2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-mail-alias-type): Doc fix.
+       (message-mail-alias-type-p): New function.
+       (message-send): Use it.
+       (message-mode): Ditto.
+       (message-strip-forbidden-properties): Ditto.
+
+       * ecomplete.el (ecomplete-database-file-coding-system): New
+       variable.
+       (ecomplete-save): Use it.
+       (ecomplete-setup): Use it.
+
+2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-self-insert-commands): New variable.
+       (message-strip-forbidden-properties): Use it.
+
+2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-put-addresses-in-ecomplete): Use a regexp
+       that doesn't make XEmacs choke.
+
+2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-util.el (gnus-replace-in-string): Prefer
+       replace-regexp-in-string over of replace-in-string.
+
+2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-util.el (gnus-select-frame-set-input-focus): Use
+       select-frame-set-input-focus if it is available in XEmacs; use
+       definition defined in Emacs 22 for old Emacsen.
+
+       * dgnushack.el: Autoload unmorse-region for XEmacs.
+
+       * lpath.el: Bind cursor-in-non-selected-windows and
+       select-frame-set-input-focus for XEmacs.
+
+2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-view.el (mm-inline-text): Use equal instead of equalp.
+
+2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-cache-save): remove text
+       properties when saving via the temp buffer
+
+2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-generate-hashcash): Honor custom type.
+
+2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-generate-hashcash): Default to non-nil when
+       hashcash is found.
+
+       * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
+       (gnus-refer-thread-limit): Increase default to 500.
+
+       * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
+
+       * flow-fill.el (fill-flowed): Allow delete-space.
+
 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * deuglify.el (gnus-outlook-deuglify-unwrap-min)
 
 2004-07-06  Dan Christensen  <jdc@uwo.ca>
 
-       * gnus-sum.el (gnus-summary-read-group-1): When summary
-       is unthreaded, respect display group parameter.
-       (gnus-articles-to-read): Remove unused reference to
-       display group parameter.
+       * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
+       respect display group parameter and gnus-summary-expunge-below.
+       (gnus-articles-to-read): Remove unused reference to display group
+       parameter.
 
 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
@@ -8546,6 +9094,7 @@ See ChangeLog.2 for earlier changes.
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
+;; fill-column: 79
 ;; End:
 
 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4