X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=06f9e27c0ca141c05e1daa41d191ad7938f2744e;hp=e2542dc066ab62b54a78e1bdacd905c202119599;hb=33dd489ed216af5aa2f70ce77f9b02b64b04aa5c;hpb=6b656500ac7b130d544d4f4d7575f85dab89aaaa;ds=sidebyside diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2542dc06..06f9e27c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,129 @@ +2014-02-06 Lars Ingebrigtsen + + * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is + buffer-local in some buffers, so bind it explicitly in the buffer we're + trying to cancel the article in (bug#10808). + +2014-02-05 Katsumi Yamaoka + + * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at): + New functions. + + * gnus-art.el (gnus-mime-display-attachment-buttons-in-header): + New user option. + (gnus-mime-buttonize-attachments-in-header): New function. + (gnus-article-prepare): Use it. + (gnus-mime-inline-part): Suppress extra newline. + (gnus-mm-display-part): Save excursion; + remove useless deleting and adding of buttons. + (gnus-insert-mime-button): Allow insertion in the middle of a line. + + * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu): + Add gnus-mime-buttonize-attachments-in-header. + +2014-02-05 Lars Ingebrigtsen + + * nnimap.el (nnimap-request-articles): New command to download several + articles at once. + + * gnus.el (gnus-variable-list): Save Cloud variables. + + * gnus-int.el (gnus-request-accept-article): Doc fix. + +2014-02-04 Lars Ingebrigtsen + + * parse-time.el (parse-time-iso8601-regexp) + (parse-iso8601-time-string): Copied from `url-dav' so that we can use + it more generally. + +2014-02-01 Lars Ingebrigtsen + + * gnus-cloud.el: New file to provide the Emacs Cloud. + + * dgnushack.el: Silence XEmacs w3 warning. + + * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has + `url-retrieve-synchronously', apparently. + + * dgnushack.el: Silence XEmacs dns.el warning. + + * gnus-compat.el (gnus-compat): Declare `declare-function' only here + instead of in all files. + + * dns.el (network-interface-list): Define for XEmacs. + + * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for + XEmacs. + + * nnrss.el (libxml-parse-html-region): Silence compilation error. + +2014-02-01 Daniel Dehennin + + * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in + `gnus-group-split-fancy'. + +2014-02-01 Lars Ingebrigtsen + + * message.el (message-remove-header): Doc fix. + (message-forward-included-headers): New variable. + (message-remove-ignored-headers): Use it. + +2014-02-01 Lars Ingebrigtsen + + * nnir.el (nnir-request-update-mark): Don't try to update the source + group if we can't find it (bug#16611). + +2014-01-31 Dave Abrahams + + * gnus-sum.el (gnus-summary-open-group-with-article): New command. + +2014-01-31 Magnus Henoch + + * dns.el (dns-servers-up-to-date-p): New function to see whether the + network interfaces changed. + (dns-query): Use it to flush the data. + +2013-09-04 Rasmus Pank Roulund + + * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results + from random face commands. + (gnus-face-directory): Like `gnus-x-face-directory` for png files and + Face. + (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face. + (gnus--random-face-with-type): Generic function returning a face-type + as a string. + (gnus--insert-random-face-with-type): Generic function inserting a face + in a message buffer header. + (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`. + (gnus-insert-random-x-face-header): Rewritten to use + `gnus--insert-random-face-with-type`. + (gnus-random-face): Return random (png) Face as string. + (nus-insert-random-face-header): Insert random (png) Face in a message + buffer. + +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