(gnus-registry-split-fancy-with-parent): Eliminate
[gnus] / lisp / ChangeLog
index 3c5881b..ee20ece 100644 (file)
@@ -1,3 +1,438 @@
+2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
+       unnecessary duplicates from the match list.
+
+2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
+
+       * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
+
+       * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
+       args of `how-many' of which the XEmacs version doesn't take; declare
+       Info-index-next as function.
+
+2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-score.el (gnus-score-headers): Fix handling of
+       gnus-inhibit-slow-scoring.
+
+       * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
+       string.
+       (gnus-button-url-regexp): Improve handling of parenthesis.
+       (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
+       (gnus-button-handle-info-keystrokes): Handle index entries.
+
+2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
+       Incoming* files.
+
+2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth-source.el (auth-sources): Renamed from auth-source-choices.
+       (auth-source-pick): Use it.
+
+2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth-source.el (auth-source-protocols)
+       (auth-source-protocols-customize, auth-source-choices): Added and
+       modified variable customizations and defaults.
+       (auth-source-pick, auth-source-user-or-password)
+       (auth-source-protocol-defaults, auth-source-user-or-password-imap)
+       (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
+       (auth-source-user-or-password-sftp)
+       (auth-source-user-or-password-smtp): Use new variables and provide an
+       interface to netrc.el.
+
+2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
+       (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
+       Make sure the nntp port to specify is a string.
+
+2008-03-10  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
+       string for caching if it is 'PIN.
+
+2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Consider the case without Emacs/W3.
+
+2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mail-source.el (mail-source-delete-old-incoming-confirm): Change
+       default to nil.
+       (mail-source-delete-old-incoming): Make confirmation prompt more clear.
+
+2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Rearrange.
+
+       * gnus-art.el (gnus-narrow-to-page): Position point properly.
+       (gnus-article-goto-prev-page): Work for articles having ^L's.
+
+       * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
+
+       * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
+
+2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth-source.el: New package.
+       (auth-source-choices): Add customization entry point variable.
+
+       * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
+       bug.
+
+2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
+       (gnus-registry-initialize, gnus-registry-install-p): Use it.
+       (gnus-registry-install-shortcuts): Renamed from
+       gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
+       the `gnus-registry-mark-map' keymap dynamically from
+       `gnus-registry-marks'.  The generated functions update the summary line
+       when a registry mark is added or deleted, and will call
+       `gnus-registry-install-p' (see the comments in the code).
+       (gnus-registry-user-format-function-M): Use concat intelligently.
+
+       * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
+       the registry mark functions.
+
+2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
+       Suggested by <chris.anderton@zetnet.co.uk>.
+
+2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-user-format-function-M): Add
+       formatting function.
+
+2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
+       with plists.
+       (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
+       Use new format.
+
+2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-describe-bindings): Work for the version of
+       `where-is-internal' that returns a range of key sequences.
+
+2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
+       doesn't handle NotDashEscaped.
+
+       * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
+       (mml-dnd-attach-options): Fix typo in custom choice.
+
+       * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
+       nndoc-article-type to mbox.
+       (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
+
+       * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
+       to nil, instead of html2text.
+
+       * imap.el (imap-debug): Add `imap-ping-server'.
+
+       * gnus-bookmark.el: Add FIXMEs.
+
+       * message.el (message-form-letter-separator)
+       (message-send-form-letter-delay): New variables.
+       (message-send-form-letter): Use them.  New command to send form
+       letters.  Requested by Uwe Siart.
+       (message-send-mail-function): Doc fix.  Add "Other" custom option.
+
+2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * Update copyright years.
+
+2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       Sync from EMACS_22_BASE.
+
+       * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
+
+2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
+
+       * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
+       empty author.
+
+2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-marks): Add variable for
+       customization of marks and their appearance.
+       (gnus-registry-read-mark): Use it.
+       (gnus-registry-do-marks): Add utility function to loop through
+       `gnus-registry-marks'.
+       (gnus-registry-install-shortcuts-and-menus): Add function to install
+       shortcuts and menus.
+       (gnus-registry-initialize): Use it.
+       (gnus-registry-default-mark): Clarify documentation.
+
+2008-02-29  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
+       * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
+       * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
+       * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
+       Change defcustom :version from 23.0 to 23.1.
+
+2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-follow-group-p)
+       (gnus-registry-post-process-groups): Add functions to aid registry
+       splitting and improve logging.  Clarify behavior in function
+       documentation.
+       (gnus-registry-split-fancy-with-parent): Use them.
+
+2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-art.el: Use with-current-buffer.
+
+2008-02-27  David Engster  <dengste@eml.cc>
+
+       * nnmairix.el (nnmairix-request-group-with-article-number-correction):
+       Express real group name in the response.
+
+2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
+       (nnmairix-last-server, nnmairix-current-server): Defvar them.
+       (nnmairix-goto-original-article): Defvar gnus-registry-install and
+       autoload gnus-registry-fetch-group when compiling.
+       (nnmairix-request-group-with-article-number-correction): remove
+       unreferenced argument passed to nnmairix-call-backend.
+
+2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
+       (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
+       Wilde.
+
+2008-02-27  Glenn Morris  <rgm@gnu.org>
+
+       * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
+       (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
+       variables to defconsts.  Convert comments to doc-strings.
+       (nnmairix-last-server, nnmairix-current-server): Convert from free
+       variables to defvars.  Convert comments to doc-strings.
+       (gnus-registry-fetch-group): Autoload.
+       (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
+       (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
+       (nnmairix-widget-build-editable-fields): Use car cddr rather than
+       caddr.
+       (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
+       nnmairix-request-group-with-article-number-correction call.
+       (nnmairix-fast, nnmairix-group): New, less general names, for free
+       variables passed from nnmairix-request-group to
+       nnmairix-request-group-with-article-number-correction.  Declare.
+       (nnmairix-request-group-with-article-number-correction):
+       Use nnmairix-fast, nnmairix-group rather than fast, group.
+
+2008-02-26  David Engster  <dengste@eml.cc>
+
+       * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
+       version 0.5.
+
+2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
+       instead of making an extra function call.  Don't add the current group
+       to articles only when they have the group.  Use
+       `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
+       Reported by David <de_bb@arcor.de>.
+
+2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
+       has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
+
+2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mail-source.el (mail-source-delete-incoming): Change default.
+       Supplement doc string.
+
+       * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
+
+2008-02-14  Glenn Morris  <rgm@gnu.org>
+
+       * time-date.el (format-seconds): New function.
+
+2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnmail.el (nnmail-message-id-cache-file): Derive from
+       `gnus-home-directory'.
+
+2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
+       Document negativ prefix.
+
+       * gnus-group.el (gnus-group-read-group): Document negativ prefix.
+
+2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-unsent-separator): Add the Exim bounce
+       separator.
+
+2008-02-10  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
+       list.
+       (mml2015-epg-encrypt): Remove skipped recipients/signers from the
+       recipient/signer list.
+
+2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * Makefile.in (datarootdir): Define.
+       (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
+       name that might contain whitespace.
+
+2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
+       fbound (Emacs 23 unicode), signal an error.
+
+2008-02-08  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-art.el (pgg-display-output-buffer): Declare as function.
+
+2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
+       ports to the calls to `netrc-machine-user-or-password' in addition to
+       "imap" and "imaps".
+
+2008-02-01  Zhang Wei  <id.brep@gmail.com>
+
+       * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
+
+       * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from
+       rfc2104-hexstring-to-bitstring and changed to return a byte list.
+       (rfc2104-hash): Convert the result of concat to unibyte string.
+
+2008-02-01  Dave Love  <fx@gnu.org>
+
+       * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
+       coding-system-for-read.
+       (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
+
+2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.el (gnus-group-startup-message): Add `find-image' call before
+       image-load-path is let-bound.  Reported by Harald Hanche-Olsen
+       <hanche@math.ntnu.no>.
+
+2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
+
+       * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
+
+2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
+       * message.el (message-beginning-of-line): Use featurep instead of bound
+       tests in order to resolve conditionals at compile time.
+
+2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
+
+       * mail-source.el (mail-sources): Add `group' choice.
+
+       * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
+       parameter `in-group' to control into which group the articles go.
+       Add treatment of `group' mail-source.
+
+2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-insert-mime-button): Don't decode description.
+
+       * mm-decode.el (mm-dissect-buffer): Decode description.
+
+       * mml.el (mml-to-mime): Encode message header first.
+
+2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
+       xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
+
+       * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
+       help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
+
+2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-trim): Use append, not concat.
+
+2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
+       prefix keys.
+       (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
+       (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
+       gnus-xmas.el.
+
+       * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
+       (gnus-xmas-article-describe-bindings): New function.
+       (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
+       gnus-xmas-article-describe-bindings.
+
+       * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
+
+2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
+       Add new variables for article mark management.
+       (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
+       list of extra data entries which, when present, will indicate that the
+       article ID should not be trimmed from the registry.
+       (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
+       functions.
+       (gnus-registry-read-mark): New function to read a mark name from the
+       user.
+       (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
+       (gnus-registry-set-article-mark-internal): New functions to add and
+       remove marks.
+       (gnus-registry-get-article-marks): New function to show the marks for
+       an article, or retrieve them for further use.
+
+2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
+       keys when no argument is given.
+
+2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * imap.el (imap-ping-server): New variable.
+       (imap-opened): On add extra ping if imap-ping-server is non-nil.
+       (imap-ping-server): Minor doc string fixes.
+
+2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
+
+       * imap.el (imap-ping-server): New function.
+       (imap-opened): Call imap-ping-server.
+
+2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-article-sort-by-random)
+       (gnus-thread-sort-by-random): Fix doc strings.  Reported by
+       jidanni@jidanni.org.
+
+2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-describe-bindings): New function.
+       (gnus-article-read-summary-keys): Use it.
+       (gnus-article-mode-map): Bind `C-h b' to it.
+
 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
        * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
        (gnus-group-read-ephemeral-gmane-group): New command.
 
+2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
+
 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * message.el (message-send-mail-function): Increase custom version.
 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-decode.el (mm-add-meta-html-tag): New function.
-       (mm-save-part-to-file, mm-pipe-part): Use it
+       (mm-save-part-to-file, mm-pipe-part): Use it.
 
        * gnus-art.el (gnus-article-browse-delete-temp-files): Use
        gnus-y-or-n-p instead of y-or-n-p.
        (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
        (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
        (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
-        storage through the gnus-registry, and provide an appropriate API for
-        it.
+       storage through the gnus-registry, and provide an appropriate API for
+       it.
 
 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * hmac-def.el (define-hmac-function): Switch from old-style to
        new-style backquotes.
 
-       * md4.el (md4-make-step): likewise.
+       * md4.el (md4-make-step): Likewise.
 
 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 2007-04-16  Didier Verna  <didier@xemacs.org>
 
        * gnus-msg.el (gnus-configure-posting-styles): Handle
-       message-signature-directory properly with :file syntax. Reported by
+       message-signature-directory properly with :file syntax.  Reported by
        "Leo".
 
 2007-04-11  Didier Verna  <didier@xemacs.org>
 
        * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
        letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
-       andreas@altroot.de (Andreas V\e,Av\e(Bgele)
+       andreas@altroot.de (Andreas V\e,Av\e(Bgele).
 
        FIXME: Use `tiny change'?
 
 
 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
 
-       * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
+       * 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-util.el (gnus-byte-compile): Use it.
 
-2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
+2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
 
        * gnus-util.el (kill-empty-logs): New function.
 
        (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
        SERVICE to PORT.
 
-       * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
+       * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
        port null or service name.
        (starttls-negotiate): Autoload.
 
        * gnus-agent.el (gnus-agent-rename-group)
        (gnus-agent-delete-group): Wrap doc strings.
 
-
 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * messagexmas.el (message-use-toolbar): Change the valid values
 
 2005-10-26  Didier Verna  <didier@xemacs.org>
 
-       * gnus-group.el (gnus-group-compact-group): invalidate original
+       * gnus-group.el (gnus-group-compact-group): Invalidate original
        article buffer.
-       * gnus-srvr.el (gnus-server-compact-server): ditto.
+       * gnus-srvr.el (gnus-server-compact-server): Ditto.
        * nnml.el (nnml-request-compact-group): handle self Xref: field in
        NOV database and in article itself.
        Invalidate article backlog.
 
 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
 
-       * html2text.el: (html2text-replace-list): Add new entities.
+       * html2text.el (html2text-replace-list): Add new entities.
 
 2005-09-11  Romain Francoise  <romain@orebokech.com>
 
        * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
 
        * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
-       in PEM format. Adjust to the XEmacs compability.
+       in PEM format.  Adjust to the XEmacs compability.
 
 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
        user-function allow user modifications of the scores.
        (spam-stat-score-buffer-user): New function, to allow
        user-computed modifications to the score.
-       (spam-stat-score-buffer-user-functions): list of additional
-       scoring functions
-       (spam-stat-error-holder): global temporary error holder
-       (spam-stat-split-fancy): use the new `spam-stat-error-holder'
-       variable
+       (spam-stat-score-buffer-user-functions): List of additional
+       scoring functions.
+       (spam-stat-error-holder): Global temporary error holder.
+       (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
+       variable.
 
 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
 
 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * nnimap.el (nnimap-date-days-ago): Add defvars in order to
-       silence the byte compiler inside the defun
+       silence the byte compiler inside the defun.
 
        * gnus-demon.el (parse-time-string): Add autoload.
 
        * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
        gnus-encrypt.el.
 
-       * encrypt.el: copied from gnus-encrypt.el
+       * encrypt.el: Copied from gnus-encrypt.el.
 
-       * gnus-encrypt.el: commented that it's obsolete
+       * gnus-encrypt.el: Commented that it's obsolete.
 
 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
 
 
 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
 
-       * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
+       * 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
+       (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-convert-mark-converter-prompt,
        gnus-convert-converter-needs-prompt): Fixed use of property list.
        * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
-       New function. Used internally to only display 'gnus converting
+       New function.  Used internally to only display 'gnus converting
        files' message when actually necessary.
 
        * gnus-sum.el (): Removed (require 'gnus-agent) as required
 
 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
 
-       * gnus-sum.el (gnus-summary-delete-article): invoke hook with
+       * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
        correct data.
 
 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
 
 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
 
-       * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
+       * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
        header is not nil.
 
 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
        * 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-request-rename-group): Use
        gnus-cache-rename-group and gnus-agent-rename-group to keep the
        local disk in sync with the server.
 
        should be protected from potentially irreversable changes by the
        function.
 
-       * legacy-gnus-agent.el (): New. Provides converters that are only
+       * legacy-gnus-agent.el: New.  Provides converters that are only
        loaded when gnus-convert-old-newsrc needs to call them.
 
 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
 
-       * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
+       * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
 
        * gnus-sum.el (gnus-summary-limit-to-age)
        (gnus-summary-limit-children): do.
        evaled.
        (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
        delete gnus-agent-save-active-1.
-       (gnus-agent-save-groups): Deleted. Identical to
+       (gnus-agent-save-groups): Deleted.  Identical to
        gnus-agent-save-active.
        (gnus-agent-write-active): No longer adjust agent's copy of active
        file as agent's adjustments are now stored in their own
-       file. Removed optional parameter.
+       file.  Removed optional parameter.
        (gnus-agent-possibly-alter-active): Ignore groups of unagentized
        servers.  Add use of min/max range limits from server's local
        file.
        (spam-spamassassin-register-spam-routine)
        (spam-spamassassin-register-ham-routine)
        (spam-assassin-register-spam-routine)
-       (spam-assassin-register-ham-routine): add SpamAssassin support
-       (spam-bogofilter-score): fix to show article before scoring
+       (spam-assassin-register-ham-routine): Add SpamAssassin support.
+       (spam-bogofilter-score): Fix to show article before scoring.
 
 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
 
 
 See ChangeLog.2 for earlier changes.
 
-    Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+    Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.