aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog70
1 files changed, 70 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 3695b94b510..9dd315782ff 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,7 +1,77 @@
12011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4 argument that XEmacs doesn't support.
5
62011-02-23 Julien Danjou <julien@danjou.info>
7
8 * gnus-art.el (article-make-date-line): Ignore errors if time is
9 invalid and not convertible.
10 (article-make-date-line): Only add lapsed time if time is not nil.
11
122011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
13
14 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
15 `read-char-choice' for backwards compatibility.
16 (auth-source-netrc-element-or-first): New function to DTRT for
17 parameter extraction.
18 (auth-source-netrc-create): Use it and fix multiple parameter print
19 bug. Use the default passed from above (given-default) or the
20 built-in (user-login-name for :user).
21
222011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
23
24 * gnus-start.el (gnus-dribble-read-file): Set
25 buffer-save-without-query, since we always want to save the dribble
26 file, probably.
27
28 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
29 nnimap.
30
31 * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
32 -summary- since it's a user-visible variable.
33
34 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
35 first time you use the new Gnus.
36
372011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
38
39 * auth-source.el: Don't load netrc.el.
40 (auth-sources): Search ~/.netrc as well by default.
41 (auth-source-debug): Add 'trivia option for extra output.
42 (auth-source-do-trivia): Use it.
43 (auth-source-search): Simplify logic to use
44 `auth-source-search-backends'. Use `auth-source-do-trivia' where
45 appropriate. Don't keep a running count at this level. Layer :create
46 and :delete options appropriately on the first and second passes.
47 Don't track the backend with the search results.
48 (auth-source-search-backends): New function to search a list of
49 backends for a processed spec.
50 (auth-source-netrc-parse): Cache all netrc files, making
51 auth-source-netrc-cache an alist keyed by the file name and using the
52 file mtime as the caching criterion. Keep the obfuscated data secret
53 with a lexical bind.
54 (auth-source-netrc-search): Don't calculate the length of the results
55 unnecessarily.
56 (auth-source-search-backends): Fix bug.
57 (auth-source-netrc-create): Rework prompts.
58
592011-02-22 Andrew Cohen <cohen@andy.bu.edu>
60
61 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
62 Lower case names of search constraints.
63 (nnir-run-query): Cache and reuse search constraints for all imap
64 servers.
65
662011-02-22 Sam Steingold <sds@gnu.org>
67
68 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
69
12011-02-22 Lars Ingebrigtsen <larsi@gnus.org> 702011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
2 71
3 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name 72 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4 after exit. 73 after exit.
74 (gnus-setup-message): Define missing variable from last checkin.
5 75
6 * gnus-sum.el (gnus-summary-show-article): When called with t as the 76 * gnus-sum.el (gnus-summary-show-article): When called with t as the
7 value, show the raw article. 77 value, show the raw article.