X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=bbc15084be83582d5303f67b2146a85aa61efb9b;hp=cf1d4fff857f498cc50516749af09a196e6ef9c6;hb=765e0918a9207bc3fb08aa56226ec52cff44fc8a;hpb=25bdaa526127e0c15ca299cadf1ebd3afcf5f873 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf1d4fff8..bbc15084b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,246 @@ +2014-01-31 Lars Ingebrigtsen + + * mm-url.el: Remove all usage of w3. + + * nnrss.el: Ditto. + + * mm-decode.el: Ditto. + + * mm-view.el: Ditto. + + * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is + outdated and all Emacsen have url.el built-in. + + * gnus-setup.el: Remove outdated file. + +2014-01-31 Lars Magne Ingebrigtsen + + * gnus.el: Ma Gnus v0.9 is released. + +2014-01-31 Lars Ingebrigtsen + + * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing. + +2014-01-31 Dave Abrahams + + * gnus-salt.el (gnus-tree-highlight-article): Don't move point around + in the summary buffer (bug#13769). + +2014-01-31 Lars Ingebrigtsen + + * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer + name if we're using a single article buffer. Otherwise, it may point + to a killed buffer (bug#13756). + +2014-01-30 Lars Ingebrigtsen + + * nnmail.el (nnmail-split-it): Instead of redoing the search to restore + the match data, just save and restore it explictly (bug#12375). + + * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if + that's needed. + + * spam.el (spam-initialize): Allow calling repeatedly, but only run the + the code once (bug#9069). + +2014-01-18 Steinar Bang + + * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail + reading. + +2014-01-09 Ken Olum (tiny change) + + * message.el (message-bury): Call bury-buffer with no argument + in the message-return-action case too. + +2014-01-05 Katsumi Yamaoka + + * gnus-sum.el (gnus-article-stop-animations): Declare it before using. + (nnimap-split-fancy, nnimap-split-methods): Declare. + + * mm-util.el (help-function-arglist): Declare. + +2013-12-28 Glenn Morris + + * gnus-sieve.el (gnus-sieve-select-method): + * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl) + (gravatar-rating, gravatar-size): + * message.el (message-minibuffer-local-map): + * sieve-manage.el (sieve-manage-authenticators) + (sieve-manage-authenticator-alist): Specify custom types. + + * hashcash.el (hashcash-program): Rename from hashcash-path. + Update callers. + + * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar): + * gnus-sum.el (gnus-subthread-sort-functions): Add version. + * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version. + + * auth-source.el (auth-sources): + * nnmairix.el (nnmairix-propagate-marks-upon-close): + Fix custom types. + + * tls.el (tls-certtool-program): Fix default value. + +2013-12-26 Lars Ingebrigtsen + + * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that + we get proper traces there, too. + +2013-12-26 Sean Connor (tiny change) + + * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous + value of the parameters if the current article has a Reply-To or From + field. + +2013-12-26 Lars Ingebrigtsen + + * gnus.el (gnus-group-buffer): Remove duplicate definition. + +2013-12-25 Lars Ingebrigtsen + + * gnus-sum.el (gnus-summary-exit): Stop animations. + +2013-12-19 Juri Linkov + + * gnus.el (gnus-suppress-keymap): + * gnus-art.el (gnus-article-mode-map): + * gnus-group.el (gnus-group-mode-map): + * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map): + Remove [backspace] key binding because it shadows DEL (bug#16035). + + * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition. + +2013-12-19 Katsumi Yamaoka + + * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view): + Make sure work directory exists. + (gnus-uu-digest-mail-forward): Store temporary files in work directory + rather than tmp directory. + (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is + not necessarily always run, with it. + +2013-12-18 Jan Tatarik + + * gnus-icalendar.el (gnus-icalendar-identities): Make changing the + value of gnus-icalendar-additional-identities work without restart. + +2013-12-17 Katsumi Yamaoka + + * mm-util.el (mm-make-temp-file): + Alias to make-temp-file for modern Emacsen. + +2013-12-08 Katsumi Yamaoka + + * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to + nnir-article-number and nnir-article-group. + +2013-12-03 Vitalie Spinu + + * message.el (message-send-mail-with-sendmail): + Don't kill error buffer if sending fails. + +2013-11-28 Jan Tatarik + + * gnus-icalendar.el (gnus-icalendar-event-from-ical) + (gnus-icalendar-event->org-entry) + (gnus-icalendar--update-org-event) + (gnus-icalendar-event->gnus-calendar): Distinguish between + required/optional/non-participant attendee status. Fix bug causing + the first required event participant to be omitted. + +2013-11-27 Katsumi Yamaoka + + * gnus-art.el (article-de-quoted-unreadable) + (article-de-base64-unreadable, gnus-mime-copy-part) + * gnus-html.el (gnus-article-html) + * mm-view.el (mm-inline-text-html-render-with-w3) + (mm-inline-text-html-render-with-w3m-standalone) + * rfc2231.el (rfc2231-decode-encoded-string): + Allow overriding charset by mm-charset-override-alist. + + * gnus-art.el (gnus-article-browse-html-parts): + Replace LWSPs with ` 's in header. + + Work for broken Chinese articles. + + * gnus-art.el (gnus-article-browse-html-save-cid-content): + Exclude broken handles that gnus-summary-enter-digest-group may create. + (gnus-article-browse-html-parts): + Allow overriding charset by mm-charset-override-alist. + +2013-11-21 Jan Tatarik + + * gnus-icalendar.el (gnus-icalendar-additional-identities): New. + (gnus-icalendar-identities): Support additional-identities. + +2013-11-21 Jan Tatarik + + * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix + org-timestamp for events ending at midnight. + +2013-11-21 Ivan Shmakov (tiny change) + + * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs + .log files. + +2013-11-20 David Engster + + * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'. + +2013-11-20 Dave Goldberg + + * message.el (message-beginning-of-line): + Use beginning-of-visual-line when visual-line-mode is turned on. + +2013-11-15 Jan Tatarik + + * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar) + (gnus-icalendar-event-from-ical) + (gnus-icalendar-event->org-entry) + (gnus-icalendar--update-org-event): Required/optional participation, + list of attendees synced to org. + +2013-11-13 Jan Tatarik + + * gnus-icalendar.el (gnus-icalendar-event:sync-to-org) + (gnus-icalendar-event:inline-org-buttons): Allow for appointment + cancellations to be synced to org if the original appt has an org + outline. + +2013-11-13 Jan Tatarik + + * gnus-icalendar.el (gnus-icalendar--format-summary-line) + (gnus-icalendar-event->org-entry) + (gnus-icalendar--update-org-event) + (gnus-icalendar-event->gnus-calendar): Fix empty location handling. + +2013-11-12 Jan Tatarik + + * gnus-icalendar.el (gnus-icalendar-event-from-ical): + Fix timezone handling in gnus-icalendar export to org. + +2013-11-06 Katsumi Yamaoka + + * gnus-salt.el (gnus--let-eval): Silence the Buildbot. + +2013-11-05 Katsumi Yamaoka + + * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays. + +2013-10-30 Glenn Morris + + * gnus-group.el (gnus-group-browse-foreign-server): + * gnus-int.el (gnus-start-news-server): + Silence compiler obsolescence warning. + +2013-10-29 Teodor Zlatanov + + * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the + `nnoo-current-server' first, then for the actual `nnimap-address' to + allow netrc entries for the nnoo server to coexist with netrc entries + for the `nnimap-address'. + 2013-10-23 Katsumi Yamaoka * mm-decode.el (mm-dissect-buffer): Revert last change. @@ -26865,7 +27108,7 @@ See ChangeLog.2 for earlier changes. - Copyright (C) 2004-2013 Free Software Foundation, Inc. + Copyright (C) 2004-2014 Free Software Foundation, Inc. This file is part of GNU Emacs.