Mercurial > hg > xemacs-beta
comparison lisp/gnus/ChangeLog @ 142:1856695b1fa9 r20-2b5
Import from CVS: tag r20-2b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:33:18 +0200 |
parents | 585fb297b004 |
children | 318232e2a3f0 |
comparison
equal
deleted
inserted
replaced
141:ea67ad3963dc | 142:1856695b1fa9 |
---|---|
1 Thu May 8 10:53:12 1997 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * gnus-msg.el (gnus-summary-mail-crosspost-complaint): | |
4 `deactivate-mark' doesn't exist in XEmacs. | |
5 | |
6 Thu May 8 17:37:38 1997 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7 | |
8 * gnus.el: Gnus v5.4.51 is released. | |
9 | |
10 Thu May 8 15:58:43 1997 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
11 | |
12 * gnus-sum.el (gnus-execute-command): Place point at start of | |
13 prompt. | |
14 | |
15 * gnus-int.el (gnus-request-replace-article): Don't bug out on | |
16 unknown groups. | |
17 | |
18 * gnus-sum.el (gnus-summary-update-info): Force undo boundary here. | |
19 (gnus-update-read-articles): ... and not here. | |
20 | |
21 * gnus-art.el (article-display-x-face): Would only show one X-Face. | |
22 | |
23 Wed May 7 05:23:20 1997 Kim-Minh Kaplan <kimminh.kaplan@utopia.eunet.fr> | |
24 | |
25 * gnus-picon.el: (gnus-picons-url-alist): new variable. | |
26 (gnus-picons-jobs-alist): new variable. | |
27 (gnus-picons-remove): clean this new variable. FIXME: race | |
28 condition. | |
29 (gnus-picons-job-already-running): new variable. | |
30 (gnus-article-display-picons): use the job queue if using the | |
31 network. | |
32 (gnus-group-display-picons): ditto. | |
33 (gnus-picons-make-path): function deleted. | |
34 (gnus-picons-lookup-internal): modified accordingly. | |
35 (gnus-picons-lookup-user-internal): take the LETs out of the | |
36 loops. | |
37 (gnus-picons-lookup-pairs): take constant calculation outside of | |
38 loop. | |
39 (gnus-picons-display-picon-or-name): use COND instead of nested IFs | |
40 (gnus-picons-display-pairs): take the LET outside of loop. | |
41 (gnus-picons-try-face): ditto. | |
42 (gnus-picons-users-image-alist): variable deleted. | |
43 (gnus-picons-clear-cache): don't clear it. | |
44 (gnus-picons-retrieve-limit): variable deleted. | |
45 (gnus-picons-url-retrieve): clear url-request-method | |
46 (gnus-picons-retrieve-user-callback): function deleted. | |
47 (gnus-picons-retrieve-user): function deleted. | |
48 (gnus-picons-retrieve-domain-callback): function deleted | |
49 (gnus-picons-retrieve-domain-internal): function deleted. | |
50 (gnus-picons-parse-value): new function. | |
51 (gnus-picons-parse-filenames): new function. | |
52 (gnus-picons-network-display-internal): new function. | |
53 (gnus-picons-network-display-callback): new function. | |
54 (gnus-picons-network-display): new function. | |
55 (gnus-picons-network-search-internal): new function. | |
56 (gnus-picons-network-search-callback): new function. | |
57 (gnus-picons-network-search): new function. | |
58 (gnus-picons-next-job-internal): new function. | |
59 (gnus-picons-next-job): new function. | |
60 | |
61 Wed May 7 22:14:32 1997 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
62 | |
63 * gnus-start.el (gnus-setup-news): Don't fold case. | |
64 | |
65 Sat May 3 16:55:25 1997 Kim-Minh Kaplan <kimminh.kaplan@utopia.eunet.fr> | |
66 | |
67 * gnus-picon.el: * gnus-picons-clear-cache-on-shutdown: new variable. | |
68 * gnus-picons-piconsearch-cache-user: variable deleted. | |
69 * gnus-picons-clear-cache: new function. | |
70 * gnus-picons-close: only clear cache if | |
71 gnus-picons-clear-cache-on-shutdown. | |
72 * gnus-picons-url-retrieve: set url-package-name and | |
73 url-package-version. | |
74 * gnus-picons-users-image-alist: new variable. | |
75 * gnus-picons-retrieve-user-callback: use it. | |
76 * Added support for network retrieval of picons. | |
77 * gnus-picons-map: removed. | |
78 * gnus-picons-remove: removed case to handle processes. | |
79 * gnus-picons-processes-alist: new variable | |
80 * gnus-picons-x-face-sentinel: simplified. Use processes alist. | |
81 * gnus-picons-display-x-face: explicitly request an xface image. | |
82 Always call gnus-picons-prepare-for-annotations. Use processes | |
83 alist. | |
84 * gnus-picons-lookup-internal: new function. | |
85 * gnus-picons-lookup: use it. | |
86 * gnus-picons-lookup-user-internal: ditto. | |
87 * gnus-picons-display-picon-or-name: no more xface-p argument. | |
88 * gnus-picons-try-suffixes: removed. | |
89 * gnus-picons-try-face: new function. Does the caching in | |
90 gnus-picons-glyph-alist. | |
91 * gnus-picons-try-to-find-face: take a glyph argument instead of a | |
92 path. No more xface-p argument. Only use one annotation even if | |
93 gnus-picons-display-as-address. | |
94 * gnus-picons-toggle-extent: changed into an annotation action. | |
95 | |
1 Sat May 3 00:59:39 1997 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | 96 Sat May 3 00:59:39 1997 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> |
2 | 97 |
3 * gnus.el: Gnus v5.4.50 is released. | 98 * gnus.el: Gnus v5.4.50 is released. |
4 | 99 |
5 Sat May 3 00:30:12 1997 Kim-Minh Kaplan <kimminh.kaplan@utopia.eunet.fr> | 100 Sat May 3 00:30:12 1997 Kim-Minh Kaplan <kimminh.kaplan@utopia.eunet.fr> |