(article-display-face, article-display-x-face): Use buffer-read-only.
[gnus] / lisp / ChangeLog
index 7f80eae..1f5b0af 100644 (file)
@@ -1,3 +1,236 @@
+2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-display-face, article-display-x-face): Use
+       buffer-read-only.
+
+2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-hide-list-identifiers): Bind
+       inhibit-read-only as t.
+
+2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
+
+2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
+       (gnus-narrow-to-page): Don't assume point-min == 1.
+       (gnus-article-edit-mode): Derive from message-mode.
+
+       * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
+       point-min == 1.
+
+       * imap.el (imap-parse-address-list, imap-parse-body-ext):
+       Disable incorrect use of `assert'.
+
+       * message.el (message-mode): Set comment-start-skip.
+
+
+2004-08-22  Sam Steingold  <sds@gnu.org>
+
+       * pop3.el (pop3-leave-mail-on-server): New user variable.
+       (pop3-movemail): Delete mail only when it is nil.
+
+2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
+
+       * mml.el (mml-preview): Use `pop-to-buffer'.
+
+       * message.el (message-goto-mail-followup-to): Insert after "To".
+       (message-carefully-insert-headers): Add comment.
+
+       * gnus.el: Remove unused variable `gnus-article-check-size'.
+
+       * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
+
+       * gnus-art.el (gnus-button-alist): Improve
+       `gnus-button-handle-library' entry.
+
+2004-08-19  Paul Jarc  <prj@po.cwru.edu>
+
+       * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
+       downcase, since XEmacs capitalizes error messages differently.
+       From Sebastian Freundt <hroptatyr@gna.org>.
+
+2004-08-18  Jesper Harder  <harder@ifa.au.dk>
+
+       * nntp.el: Add (require 'gnus) due to reference to
+       `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
+
+2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
+
+       * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
+       `mm-fill-flowed'.
+
+       * mm-decode.el (mm-dissect-singlepart): Check it.
+
+2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
+       'imap' for netrc parsing
+
+2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mailcap.el (mailcap-mime-data): Mark as risky.
+
+2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
+       may be included in the encoded word.
+       (rfc2047-encode): Don't append a space if the encoded word
+       includes close parenthesis.
+
+2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
+       of text within parentheses.
+
+2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
+       (gnus-encrypt-write-file-contents): the password key is the file
+       name PLUS the cipher, not just the cipher.  Also remove failed
+       passwords from the cache.
+
+2004-08-06  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
+       fix.
+
+2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
+       LWSP.
+
+2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
+       to append in-reply-to: data to the references: header
+
+       * netrc.el: removed old encryption support, autoload gnus-encrypt.el
+       (netrc-parse): use gnus-encrypt.el functions
+
+       * gnus-encrypt.el: new file for encryption support; currently
+       does only a few GPG ciphers and an internal XOR cipher
+
+       * password.el: add comments on using password-read-and-add
+       (password-read-and-add): new function to read and add the
+       password to the cache at once
+
+2004-07-28  Simon Josefsson  <jas@extundo.com>
+
+       * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
+       parameter (but don't use it, for now).
+
+       * imap.el (imap-ssl-open): Use imap-process-connection-type,
+       instead of hard coding to nil.
+
+2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-view.el (mm-inline-image-emacs): Open lines under an image
+       as mm-inline-image-xemacs does.
+
+2004-07-26  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
+       Revert part of 2004-07-17 change below.
+
+2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
+       Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
+
+2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * flow-fill.el (fill-flowed): Remove space stuffing, and only do
+       quotes that actually start with ">" at the beginning of the
+       lines. 
+
+2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-encode-region): Fix last change.
+       (rfc2047-encode-parameter): Remove useless concat.
+
+2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-encode-region): Check carefully whether to
+       encode special characters; fix some kind of misconfigured headers;
+       signal a real error if debug-on-quit or debug-on-error is non-nil.
+       (rfc2047-encode-max-chars): New variable.
+       (rfc2047-encode-1): Use it.
+       (rfc2047-encode-parameter): New function.
+
+       * mml.el (mml-insert-parameter): Remove an excessive space.
+
+2004-07-17  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
+       Kai Grossjohann <kai@emptydomain.de>.
+       (gnus-group-group-map): Use it, instead of gnus-group-make-group.
+       (gnus-group-make-menu-bar): Ditto.
+
+       * gnus-util.el (gnus-group-server): Add.
+
+2004-07-16  Jesper Harder  <harder@ifa.au.dk>
+
+       * message.el (message-clone-locals): Clone sendmail and smtp
+       variables.
+
+2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-encode-region): Fix last change.
+
+2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+       From David Hedbor <dhedbor@real.com>.
+
+       * nnmail.el (nnmail-split-lowercase-expanded): New user option.
+       (nnmail-expand-newtext): Lowercase expanded entries if
+       nnmail-split-lowercase-expanded is non-nil.
+
+2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
+       characters as non-special.
+
+2004-07-09  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
+       Users will lose all flag changes made while unplugged with
+       e.g. nntp unless flag synchronization happens, thus `nil' is not a
+       good default.  See numerous reports on ding mailing list.
+
+2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
+       add generate-head-function and generate-article-function to the
+       rfc822-forward entry.
+       (nndoc-rfc822-forward-generate-article): New function.
+       (nndoc-rfc822-forward-generate-head): New function.
+
+       * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
+
+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.
+
+2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnheader.el (nnheader-uniquify-message-id): New experimental
+       variable. 
+       (nnheader-nov-read-message-id): Use it.
+
+       * spam-report.el (spam-report-gmane): Add interactive.
+
+2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-encode.el (mm-content-transfer-encoding-defaults): Use
+       qp-or-base64 for the application/* types.
+
 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
 
        * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From