2009-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
[gnus] / lisp / ChangeLog
index 4b6965b..de4f65c 100644 (file)
@@ -1,3 +1,139 @@
+2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
+
+2009-11-29  Juri Linkov  <juri@jurta.org>
+
+       * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
+       when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
+       on `gnus-recenter'. (Bug#4981)
+
+2009-11-26  Kevin Ryde  <user42@zip.com.au>
+
+       * sha1.el (sha1-string-external): default-directory "/" in case
+       otherwise non-existent.  process-connection-type pipe for touch of
+       efficiency recommended by elisp manual.  (An aside in Bug#3911.)
+
+2009-11-25  Kevin Ryde  <user42@zip.com.au>
+
+       * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
+       it's comms related and sgml-mode.el has "comm" on that basis too.
+
+2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
+       containing tspecial characters if they have been already quoted.
+
+2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * dns-mode.el (auto-mode-alist): Purecopy string.
+
+2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
+
+2009-10-24  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-art.el (help-xref-stack-item): Define for compiler.
+
+2009-10-21  Kevin Ryde  <user42@zip.com.au>
+
+       * dns.el: Add "Keywords: comm", as per net/net-utils.el.
+
+2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
+
+2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
+       (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
+
+2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.el (gnus-overlay-get): New alias to overlay-get.
+       (gnus-overlays-in): New alias to overlays-in.
+
+       * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
+       gnus-overlay-get, and gnus-delete-overlay.
+       (gnus-summary-show-thread): Make it work as well for systems in which
+       next-single-char-property-change is not available.
+       (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
+
+       * gnus-xmas.el (gnus-xmas-overlays-in): New function.
+       (gnus-overlay-get): New alias to extent-property.
+       (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
+
+       * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
+       SXEmacs.
+
+       * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
+       SXEmacs.
+
+2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
+
+2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
+       and XEmacs that don't have `remove-overlays'.
+
+2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
+       (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
+       selective display.  Use overlays instead.
+
+2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
+
+2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * spam-stat.el (spam-stat-load): Fix typo in message.
+
+2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * dig.el (dig-invoke): Fix typo in docstring.
+       (query-dig): Reflow docstring.
+
+2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-art.el (gnus-article-encrypt-body):
+       * message.el (message-check-recipients):
+       * mm-util.el (mm-codepage-setup):
+       * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
+       (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
+
+2009-09-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
+       * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
+       keys from the menu if mm-{sign,encrypt}-option is 'guided.
+       * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
+       * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
+
+2009-09-21  Kevin Ryde  <user42@zip.com.au>
+
+       * dig.el: Add "Keywords: comm", as per net-utils.el.
+
+2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * dig.el (dig-mode): Use define-derived-mode.
+
+2009-09-19  Glenn Morris  <rgm@gnu.org>
+
+       * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
+
+2009-09-18  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-diary.el (gnus-diary-check-message):
+       * message.el (message-insert-formatted-citation-line):
+       * nnbabyl.el (top-level):
+       * nndiary.el (nndiary-schedule):
+       Fix typos in condition-case handlers.
+
 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-article-edit-part): Work for the buffer