X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=51d4b1c2edfed6437709c0da43e19a233bad9894;hb=4b2f55b747371ddbbde77f4f4c323021710e186b;hp=669d50b0941ba3a1bb82b5402cbb76b63cef3a3b;hpb=5b43013c733e2f34e11d594be848aad359e5c6ad;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 669d50b09..51d4b1c2e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,136 @@ +2009-11-17 Katsumi Yamaoka + + * rfc2047.el (rfc2047-decode-region): Don't quote decoded words + containing tspecial characters if they have been already quoted. + +2009-11-05 Dan Nicolaescu + + * dns-mode.el (auto-mode-alist): Purecopy string. + +2009-11-03 Stefan Monnier + + * hashcash.el (hashcash-generate-payment): Use with-current-buffer. + +2009-10-24 Glenn Morris + + * gnus-art.el (help-xref-stack-item): Define for compiler. + +2009-10-21 Kevin Ryde + + * dns.el: Add "Keywords: comm", as per net/net-utils.el. + +2009-10-20 Katsumi Yamaoka + + * gnus-sum.el (gnus-remove-overlays): eval-and-compile. + +2009-10-19 Katsumi Yamaoka + + * 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 + + * 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 + + * gnus-sum.el (gnus-remove-overlays): Add doc string and alias. + +2009-10-14 Dan Nicolaescu + + * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21 + and XEmacs that don't have `remove-overlays'. + +2009-10-14 Stefan Monnier + + * 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 + + * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring. + +2009-09-29 Juanma Barranquero + + * spam-stat.el (spam-stat-load): Fix typo in message. + +2009-09-24 Juanma Barranquero + + * dig.el (dig-invoke): Fix typo in docstring. + (query-dig): Reflow docstring. + +2009-09-23 Juanma Barranquero + + * 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 + + * 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 + + * dig.el: Add "Keywords: comm", as per net-utils.el. + +2009-09-21 Stefan Monnier + + * dig.el (dig-mode): Use define-derived-mode. + +2009-09-19 Glenn Morris + + * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator. + +2009-09-18 Glenn Morris + + * 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 + + * gnus-art.el (gnus-article-edit-part): Work for the buffer + configuration that provides the sole article window in a frame; + position point correctly after deleting a part. + +2009-09-14 Adam Sjøgren + + * spam.el (spam-unregister-on-reregister): Add boolean variable. + (spam-resolve-registrations-routine): Use it to unregister articles + that change status. + +2009-09-13 Katsumi Yamaoka + + * parse-time.el (parse-time-syntax): Restore it to keep compatibility + with XEmacs. + (parse-time-string-chars): Use it. + 2009-09-10 Teodor Zlatanov * imap.el (imap-interactive-login): Better messages. @@ -172,6 +305,11 @@ * nnrss.el (nnrss-request-article): Avoid default-fill-column. +2009-08-26 Glenn Morris + + * parse-time.el (parse-time-rules): Autoload riskiness here, rather + than placing in files.el. + 2009-08-25 Glenn Morris * nnir.el (top-level): Don't require cl at run-time. @@ -191,6 +329,15 @@ * gnus-art.el (gnus-button-patch): Use forward-line rather than goto-line. +2009-08-16 Chong Yidong + + * parse-time.el (parse-time-string-chars): Save match data. + +2009-08-16 Jan Seeger (tiny change) + + * parse-time.el (parse-time-string-chars): Compute using character + classes, to handle non-ascii characters (Bug#3190). + 2009-08-12 Katsumi Yamaoka * gnus-group.el (gnus-safe-html-newsgroups): New user option.