(mm-pkcs7-signed-magic): Use literals.
[gnus] / lisp / ChangeLog
index ebae060..dd2666c 100644 (file)
@@ -1,3 +1,197 @@
+2008-09-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * mm-view.el (mm-pkcs7-signed-magic): Use literals.
+       (mm-pkcs7-enveloped-magic): Ditto.
+
+2008-09-17  Simon Josefsson  <simon@josefsson.org>
+
+       * sieve-manage.el (sieve-manage-is-string): Accept literals too.
+       Reported by Arnt Gulbrandsen <arnt@oryx.com>.
+
+2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
+       default, it's better.
+
+2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
+       summary line gnus-number property and ignore them (with a warning
+       message).
+
+2008-09-08  David Engster  <dengste@eml.cc>
+
+       * nnmairix.el (nnmairix-create-server-and-default-group): Require match
+       in completing-read for back end server.
+
+2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * message.el (message-confirm-send): New variable to confirm sending a
+       message.
+       (message-send): Use it.
+
+2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
+
+2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
+
+2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-max-track-groups): New variable to
+       prevent tracking too many groups.
+       (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
+       Use it.
+
+2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
+
+       * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
+       moving point to the bottom of the window in order to avoid recentering.
+
+2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
+
+       * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
+       (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
+       (gnus-article-beginning-of-window): Fix calculation.
+
+2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-summary-supersede-article)
+       (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
+       value of gnus-newsgroup-charset to decode non-MIME encoded text in
+       message header.
+
+2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
+       pending output coming after the status change.
+
+2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * message.el:
+       * gnus-start.el:
+       * gnus-registry.el: Remove VMS support.
+
+2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
+       macro.
+       (rfc2104-hash): Use it.
+
+2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
+       (gnus-summary-sort-by-most-recent-date): New commands.
+       (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
+       and menu entries.
+
+2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
+       don't redisplay article for raw contents; remove plural articles stuff.
+
+       * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
+       prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
+       on gnus-summary-save-article; display results properly.
+
+2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: No need to fbind ns-focus-frame.
+
+2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
+
+2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-summary-save-in-pipe): Consider
+       gnus-save-all-headers.
+
+2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * gnus-util.el (ns-focus-frame): Remove declaration.
+       (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
+       like x.
+
+2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * rfc2104.el (rfc2104-zero): Delete defconst.
+       (rfc2104-hex-alist): Likewise.
+       (rfc2104-hex-to-int): Delete func.
+       (rfc2104-hexstring-to-bitstring): Likewise.
+       (rfc2104-nybbles): New defconst.
+       (rfc2104-hash): Rewrite for speed.
+
+2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * tls.el (open-tls-stream): Make it work with the 2nd argument
+       BUFFER that is a string but does not exist as a buffer object, as
+       mentioned in the doc-string.
+
+2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
+       SXEmacs.
+
+2008-07-16  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-util.el (ns-focus-frame): Declare for compiler.
+
+2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
+       set as a group parameter.
+       (gnus-summary-save-in-pipe): Work when it is called independently.
+       (gnus-summary-pipe-to-muttprint): Don't modify
+       gnus-summary-pipe-output-default-command.
+
+2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * message.el (message-send-mail-with-sendmail):
+       Display the error message.
+
+2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-default-article-saver):
+       Add gnus-summary-save-in-pipe to choices.
+       (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
+       gnus-summary-pipe-output-default-command as the default command.
+       (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
+       instead of gnus-last-shell-command.
+
+       * gnus-sum.el (gnus-summary-pipe-output-default-command):
+       New user option.
+       (gnus-summary-muttprint-program): Mention the value will be changed.
+       (gnus-summary-save-article): Force showing of all headers.
+       (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
+
+2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
+
+       * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
+
+2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * nnimap.el (nnimap-id):
+       * sieve-manage.el (sieve-manage-open): Doc fixes.
+
+2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
+
+       * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
+       if available.
+
+2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
+
+       * nnkiboze.el (nnkiboze-generate-group):
+       Use explicit mm-disable-multibyte rather than mm-with-unibyte.
+
+       * nnmairix.el: Require CL.
+
 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * dgnushack.el: Autoload get-display-table and put-display-table for
 
 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
 
-       * gnus-util.el (gnus-put-display-table, gnus-get-display-table): New
-       macros that expand to an `aset'/`aref' call under Emacs, and to a
+       * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
+       New macros that expand to an `aset'/`aref' call under Emacs, and to a
        runtime choice under XEmacs.
 
-       * gnus-sum.el (gnus-summary-set-display-table): Use
-       `gnus-put-display-table', `gnus-get-display-table',
+       * gnus-sum.el (gnus-summary-set-display-table):
+       Use `gnus-put-display-table', `gnus-get-display-table',
        `gnus-set-display-table' for the display table, instead of `aset'.
 
-       * gnus-xmas.el (gnus-xmas-summary-set-display-table): Use
-       `gnus-put-display-table', `gnus-get-display-table',
+       * gnus-xmas.el (gnus-xmas-summary-set-display-table):
+       Use `gnus-put-display-table', `gnus-get-display-table',
        `gnus-set-display-table' for the display table.
 
 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
        (nnmairix-determine-original-group-from-registry)
        (nnmairix-determine-original-group-from-path)
        (nnmairix-get-group-from-file-path, nnmairix-map-range)
-       (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): New
-       helper functions.
-       (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Inserted new
+       (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
+       New helper functions.
+       (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
        keystrokes for new commands.
        (nnmairix-delete-and-create-on-change): Doc string cleanup.
        (nnmairix-request-group): Check allow-fast group parameter.
 2004-09-01  Simon Josefsson  <jas@extundo.com>
 
        * message.el (message-canlock-generate): Require sha1, not
-       sha1-el.  (Can we get rid of this require alltogheter? It is ugly
+       sha1-el.  (Can we get rid of this require altogether?  It is ugly
        to require within a function.  Sadly, if sha1.el isn't loaded, the
        let binding in m-c-g will hide the defcustom definition, which is
        bad.)