X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=bfbc2ea8f1ae89033445ce44e095d32cbbbb677f;hp=4c929720593116bd90fb70dd0c0505d42815cca3;hb=cbb4a842bade1d60bf7363dd9addbc61f1fd8848;hpb=9551aa7c7b1661c69d9a542dfac26c8af444e9d6 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4c9297205..bfbc2ea8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,210 @@ +2014-02-13 Teodor Zlatanov + + * auth-source.el (auth-sources): Add pointer to what the .gpg extension + in `auth-sources' means and link to EPA docs. + +2014-02-12 Lars Ingebrigtsen + + * nnmail.el (nnmail-expand-newtext): Further sub-match fixups + (bug#12375). + +2014-02-10 Katsumi Yamaoka + + * gnus-art.el (gnus-article-goto-part): Find a button in the body first. + (gnus-mime-buttonize-attachments-in-header): Number hidden buttons. + +2014-02-09 Lars Ingebrigtsen + + * message.el (message-tab): Mention what happens on normal tabs + (bug#11297). + +2014-02-08 Glenn Morris + + * auth-source.el (auth-sources): Doc fix. (Bug#16642) + +2014-02-07 Katsumi Yamaoka + + * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display + buttons that are hidden in unselected alternative part as well. + (gnus-mime-display-alternative): Redraw attachment buttons in header. + + * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec. + +2014-02-07 Lars Ingebrigtsen + + * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and + keystroke. + (gnus-server-toggle-cloud-server): Only allow clouding applicable + types. + + * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called + with an empty string. + +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 + 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): @@ -84,7 +291,7 @@ (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 + required/optional/non-participant attendee status. Fix bug causing the first required event participant to be omitted. 2013-11-27 Katsumi Yamaoka @@ -883,7 +1090,7 @@ the work. Has the nice benefit of enabling STARTTLS. Wait for capabilities after STARTTLS: following RFC5804, the server sends new capabilities after successfully establishing a TLS connection - with the client. The client should update the cached list of + with the client. The client should update the cached list of capabilities, but we just ignore the answer for now. (sieve-manage-network-p, sieve-manage-network-open) (sieve-manage-starttls-p, sieve-manage-starttls-open) @@ -935,7 +1142,7 @@ * sieve.el: Put point at beginning of buffer when viewing a script. (sieve-open-server): Respect the PORT parameter. Show the correct port number in sieve-buffer's header. Fixed code to also work with a string - as port specifier. Properly close the connection on pressing 'q'. Make + as port specifier. Properly close the connection on pressing 'q'. Make sieve-manage-quit close the connection and process buffer. Also, remove duplicate keybinding for 'q'. @@ -1157,7 +1364,7 @@ 2013-04-25 Andrew Cohen * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for - string values of 'gcc-self. Thanks to Saroj Thirumalai. + string values of 'gcc-self. Thanks to Saroj Thirumalai. 2013-04-24 Andrew Cohen @@ -1386,7 +1593,7 @@ 2013-01-11 Julien Danjou * color.el (color-rgb-to-hsv): Fix conversion computing in case min and - max are almost equal. Also return the correct value for V which is + max are almost equal. Also return the correct value for V which is already between 0 and 1. 2013-01-10 Uwe Brauer (tiny change) @@ -2073,7 +2280,7 @@ * nnimap.el (nnimap-request-head): Remove to-buffer argument. * gnus-int.el (gnus-request-head): Remove to-buffer argument, only - supported by nnimap actually. Reverts previous change. + supported by nnimap actually. Reverts previous change. * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter to mimic `gnus-request-article' and enjoy backends the nn*-request-head @@ -2301,7 +2508,7 @@ issuing EXAMINE manually. (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group' with read-only argument. - (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We + (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We cannot possibly change because we need to be sure that it's either read-write or read-only. @@ -5968,7 +6175,7 @@ 2011-02-22 Andrew Cohen - * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key): + * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key): Lower case names of search constraints. (nnir-run-query): Cache and reuse search constraints for all imap servers. @@ -6496,7 +6703,7 @@ docstring. * gnus.el (gnus-user-date-format-alist): Change default value. - Use defcustom, with type and group. Move from gnus-util.el. + Use defcustom, with type and group. Move from gnus-util.el. Rename to gnus-summary-user-date-format-alist. 2011-02-03 Glenn Morris @@ -7360,7 +7567,7 @@ customizable. (nnir-retrieve-headers): Remove obsolete subject-mangling code. - * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros + * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros from nnir.el. 2010-12-03 Julien Danjou @@ -7387,7 +7594,7 @@ * nnir.el (nnir-summary-line-format): New variable. (nnir-mode): Use it. - (nnir-artlist-*,nnir-aritem-*): Reimplement as macros. + (nnir-artlist-*, nnir-aritem-*): Reimplement as macros. (nnir-article-ids): Reimplement as defsubst. (nnir-retrieve-headers): Don't mangle the subject header. (nnir-run-imap): Use 100 as RSV score. @@ -7418,7 +7625,7 @@ (nnir-mode): Install nnir-specific hooks for updating the registry. * gnus-sum.el - (gnus-article-original-subject,gnus-newsgroup-original-name): + (gnus-article-original-subject, gnus-newsgroup-original-name): Remove obsolete variables. (gnus-summary-move-article): Remove use of obsolete variables. (gnus-summary-local-variables): Make move and delete hooks local to @@ -8228,7 +8435,7 @@ long-lines case by only filling the long lines. * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies - (bug #7311). + (bug#7311). 2010-11-01 Katsumi Yamaoka @@ -8311,7 +8518,7 @@ 2010-10-31 Andrew Cohen - * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching + * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching an entire server. (nnir-get-active): New function. (nnir-run-imap): Use it. @@ -8393,13 +8600,13 @@ * nnir.el: General clean up. Allow searching with multiple engines. Allow separate extra-parameters for each engine. Batch queries when possible. - (nnir-imap-default-search-key,nnir-method-default-engines): + (nnir-imap-default-search-key, nnir-method-default-engines): Add customize interface. (nnir-run-gmane): New engine. (nnir-engines): Use it. Qualify all prompts with engine name. (nnir-search-engine): Remove global variable. (nnir-run-hyrex): Restore for now. - (nnir-extra-parms,nnir-search-history): New variables. + (nnir-extra-parms, nnir-search-history): New variables. (gnus-group-make-nnir-group): Use them. (nnir-group-server): Remove in favor of gnus-group-server. (nnir-request-group): Avoid searching twice. @@ -8738,7 +8945,7 @@ * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode name in the mode line spec so that the mode line menu works - (bug #2431). + (bug#2431). * message.el (message-get-reply-headers): If we're fed `to-address', then always use that. @@ -8747,7 +8954,7 @@ aren't so wide as to need to switch off the edit menu. * gnus-delay.el (gnus-delay-article): Remove superfluous `group' - binding. Suggested by Leo (bug #6613). + binding. Suggested by Leo (bug#6613). * nnimap.el (nnimap-request-group): Don't SELECT the group twice on `M-g'. @@ -9628,7 +9835,7 @@ 2010-09-30 Lars Magne Ingebrigtsen - * nnir.el: Use the server names without suffixes (bug #7009). + * nnir.el: Use the server names without suffixes (bug#7009). * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from unencrypted to STARTTLS, if possible. @@ -11706,7 +11913,7 @@ 2010-07-13 Thierry Volpiatto - Allow bookmarks to be set from Gnus Article buffers (Bug #5975). + Allow bookmarks to be set from Gnus Article buffers (Bug#5975). Patch applied (with minor tweaks) by Karl Fogel. Note this leaves C-w still not working correctly from Article buffers; Thierry's patch to fix that will be applied after this. @@ -11970,7 +12177,7 @@ 2010-05-01 Andreas Seltenreich - * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml + * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml handles on recursive mml-to-mime translation and check them for boundary delimiter collisions. Reported by Greg Troxel. @@ -20095,7 +20302,7 @@ 2005-12-12 Reiner Steib * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for - message-marks (Debian bug #342521). + message-marks (Debian bug#342521). 2005-12-12 Simon Josefsson @@ -25766,8 +25973,8 @@ the cache, but not the agent, now appear with their usual face. * dgnushack.el (loaddir): New variable that is bound to the - directory containing the dgnushack.el file. Use loaddir, rather - than srcdir, to update load-path. Change lets dgnushack compile + directory containing the dgnushack.el file. Use loaddir, rather + than srcdir, to update load-path. Change lets dgnushack compile code in directories other than GNUS/lisp. 2004-03-01 Katsumi Yamaoka @@ -27046,7 +27253,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.