gnus-art.el (gnus-article-browse-html-parts): Always replace charset in meta tag...
[gnus] / lisp / ChangeLog
1 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
4         in meta tag with the one the part specifies in its header.
5
6 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
7
8         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
9         by default.
10
11 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
14         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
15
16 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
19         and a runtime function for it, of which the XEmacs version takes only
20         two arguments.
21
22 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23
24         * nndiary.el (nndiary-request-create-group-functions)
25         (nndiary-request-update-info-functions)
26         (nndiary-request-accept-article-functions):
27         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
28         "-hooks" suffix.
29
30 2012-10-19  Julien Danjou  <julien@danjou.info>
31
32         * gnus-art.el: Require gnus-util because it uses
33         `gnus-timer--function'.
34
35 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
36
37         * starttls.el (starttls-extra-arguments): Doc fix.
38
39 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
42         it.
43
44 2012-10-06  Glenn Morris  <rgm@gnu.org>
45
46         * gnus-notifications.el (gnus-notifications):
47         Add missing group :version tag.
48         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
49         (gnus-gcc-post-body-encode-hook):
50         * gnus-sync.el (gnus-sync-lesync-name)
51         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
52
53 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
54
55         * color.el (color-hsl-to-rgb): Fix incorrect results for
56         small and large hue values.  (Bug#12559)
57
58 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         New UIDL implementation.
61
62         * mail-source.el (mail-sources, mail-source-keyword-map):
63         Add :leave as a pop3 keyword.
64         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
65
66         * pop3.el (pop3-leave-mail-on-server): Allow number.
67         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
68         (pop3-movemail): Add UIDL support.
69         (pop3-send-streaming-command): Take a list of mail numbers instead of
70         the number of mails.
71         (pop3-write-to-file): Add X-UIDL header.
72         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
73         (pop3-uidl-add-xheader): New functions.
74
75         * message.el (message-ignored-resent-headers):
76         Add X-Content-Length and X-UIDL headers.
77
78 2012-10-05  Glenn Morris  <rgm@gnu.org>
79
80         * color.el (color-name-to-rgb, color-rgb-to-hex)
81         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
82         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
83         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
84         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
85
86 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
89         a user about whether to delete temp files if once a user answered as n.
90
91 2012-09-25  Chong Yidong  <cyd@gnu.org>
92
93         * password-cache.el (password-read-and-add): Use a declare form to mark
94         this function obsolete.
95
96 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * lpath.el: Bind mail-encode-mml for old Emacsen.
99
100 2012-09-17  Richard Stallman  <rms@gnu.org>
101
102         * message.el (message-in-body-p): Don't set mark or modify buffer.
103
104         * mml.el (mml-attach-file): Doc fix.
105         (mml-attach-external, mml-attach-buffer, mml-attach-file):
106         Set mail-encode-mml when in Mail mode.
107         Simplify code to set HEAD and move back to HEAD.
108         (mml-insert-multipart, mml-insert-part):
109         Set mail-encode-mml when in Mail mode.
110
111 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * gnus-util.el (gnus-timer--function): New function.
114
115         * gnus-art.el (gnus-article-stop-animations): Use it.
116
117 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
118
119         Fix glitches caused by addition of psec to timers.
120         * gnus-art.el (gnus-article-stop-animations): Use timer--function
121         rather than raw access to timer vector.
122
123 2012-09-11  Julien Danjou  <julien@danjou.info>
124
125         * gnus-notifications.el (gnus-notifications): Check for nil values in
126         ignored addresses check.
127
128 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
129
130         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
131
132 2012-09-07  Chong Yidong  <cyd@gnu.org>
133
134         * gnus-util.el
135         (gnus-put-text-property-excluding-characters-with-faces): Restore.
136
137         * gnus-salt.el (gnus-tree-highlight-node):
138         * gnus-sum.el (gnus-summary-highlight-line):
139         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
140
141 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-util.el: Fix compilation error on XEmacs 21.4.
144
145 2012-09-06  Juri Linkov  <juri@jurta.org>
146
147         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
148         scheme for buffer names to be more consistent with other group and
149         article buffer names in Gnus.
150
151 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
152
153         * gnus-util.el
154         (gnus-put-text-property-excluding-characters-with-faces): Removed.
155
156         * gnus-compat.el: Define compat function `add-face' from Wolfgang
157         Jenkner.
158
159         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
160
161         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
162
163         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
164
165 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
168         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
169
170         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
171         string-prefix-p in Emacs >=23.2.
172
173         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
174         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
175         instead of string-match-p.
176         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
177
178 2012-09-06  Kenichi Handa  <handa@gnu.org>
179
180         * qp.el (quoted-printable-decode-region): Fix previous change; handle
181         lowercase a..f.
182
183 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
184
185         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
186
187 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
188
189         * nnimap.el (nnimap-request-move-article): Decode the group name when
190         doing internal moves to avoid charset issues.
191
192         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
193         TIME is set.
194
195 2012-09-05  Juri Linkov  <juri@jurta.org>
196
197         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
198         than one group at a time (bug#11961).
199
200 2012-09-05  Julien Danjou  <julien@danjou.info>
201
202         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
203         this hide the real reason with a message giving absolutely no hint.
204
205 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
206
207         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
208         to the backend (bug#11804).
209
210         * message.el (message-insert-newsgroups): Don't insert newsgroup
211         duplicates (bug#12275).
212
213 2012-09-05  John Wiegley  <johnw@newartisans.com>
214
215         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
216         sieve rules.
217
218 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
219
220         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
221         function.
222
223         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
224
225         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
226
227 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
228
229         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
230         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
231         This should make nnmaildir more usable with offlineimap.
232
233 2012-09-05  Julien Danjou  <julien@danjou.info>
234
235         * nnimap.el (nnimap-request-list): Revert change that made listing
236         synchronous.
237         (nnimap-get-responses): Restore.
238
239 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
240
241         * dgnushack.el: XEmacs 21.5 compilation fix.
242
243         * gnus-notifications.el (gnus-notifications-notify): Use it.
244
245         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
246         warnings on XEmacs.
247
248 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
249
250         Better seeds for (random).
251         * gnus-sync.el (gnus-sync-lesync-setup):
252         * message.el (message-canlock-generate, message-unique-id):
253         Change (random t) to (random), now that the latter is more random.
254
255 2012-08-31  Dave Abrahams  <dave@boostpro.com>
256         * nnimap.el (nnimap-change-group): Document result value
257
258         * auth-source.el (auth-sources): Fix macos keychain access.
259
260         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
261         allow the backend `request-head' function to determine the group
262         name on its own.
263         (gnus-request-expire-articles): Filter out negative article numbers
264         during expiry (Bug#11980).
265
266         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
267         O(N^2) to O(N).  This makes warping into huge groups tolerable.
268
269         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
270         you've found the article when you haven't.
271
272         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact that
273         nnimap-change-group can return t
274
275 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
276
277         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
278
279 2012-08-30  Julien Danjou  <julien@danjou.info>
280
281         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
282         `gnus-notifications-timeout'.
283         (gnus-notifications-timeout): Add.
284         (gnus-notifications-action): New function.
285         (gnus-notifications-notify): Add :action using
286         `gnus-notifications-action'.
287         (gnus-notifications-id-to-msg): New variable.
288         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
289         notifications id to messages.
290
291 2012-08-30  Kenichi Handa  <handa@gnu.org>
292
293         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
294         once.
295
296 2012-08-29  Julien Danjou  <julien@danjou.info>
297
298         * gnus-notifications.el: New file.
299         (gnus-notifications-notify): New function.
300         (gnus-notifications): Use `gnus-notifications-notify'.
301
302 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
305         transfer encoding first; bind gnus-newsgroup-charset to the charset
306         that the article specifies (Bug#12209).
307
308 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
311         (gnus-group-customize-done): Encode values posting-style holds.
312
313         * gnus-msg.el (gnus-summary-resend-message)
314         (gnus-configure-posting-styles): Decode values posting-style group
315         parameter holds.
316
317 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
320         `name' and `address' in Resent-From header.
321
322 2012-08-14  Chong Yidong  <cyd@gnu.org>
323
324         * gnus-art.el (article-display-face): Handle failure in
325         gnus-create-image (Bug#11802).
326
327 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
328
329         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
330         Use defsetf.
331
332 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
333
334         * auth-source.el: (auth-source-plstore-search)
335         (auth-source-secrets-search): Ignore :require and :type in search spec.
336
337 2012-08-06  Julien Danjou  <julien@danjou.info>
338
339         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
340         `nnimap-request-move-article'.
341
342         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
343         Remove autoload, already handled by gnus.el.
344
345         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
346
347         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
348         supported by nnimap actually. Reverts previous change.
349
350         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
351         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
352         to-buffer argument that is already supported.
353
354 2012-08-05  Julien Danjou  <julien@danjou.info>
355
356         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
357         Add autoload.
358
359 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * gnus.el (gnus-valid-select-methods): Fix custom type.
362
363 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
364
365         * auth-source.el (auth-sources, auth-source-backend-parse)
366         (auth-source-macos-keychain-search)
367         (auth-source-macos-keychain-search-items)
368         (auth-source-macos-keychain-result-append)
369         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
370         auth-source.el through the /usr/bin/security utility.
371         (auth-sources): Fix syntax error.
372         (auth-source-macos-keychain-result-append): Fix variable name.
373         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
374
375 2012-07-27  Julien Danjou  <julien@danjou.info>
376
377         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
378         Emacs < 24.1
379
380 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * message.el (message-kill-address): Don't kill last newline.
383         (message-skip-to-next-address): Don't move to the next header.
384         (message-fill-field-address): Work properly.
385
386 2012-07-25  Julien Danjou  <julien@danjou.info>
387
388         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
389
390 2012-07-24  Julien Danjou  <julien@danjou.info>
391
392         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
393
394         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
395         (nntp-async-timer-handler): Remove, unused.
396
397         * nnimap.el (nnimap-get-responses): Remove, unused.
398
399         * nnheader.el (mail-header-set-extra): Remove, unused.
400
401         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
402         unused.
403
404         * mm-view.el (mm-view-sound-file): Remove, unused.
405
406         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
407         (mm-url-encode-multipart-form-data): Remove, unused.
408
409         * message.el (message-remove-signature, message-make-host-name)
410         (message-fill-address): Remove, unused.
411
412         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
413         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
414         unused.
415
416         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
417         (gnus-xmas-call-region): Remove, unused.
418
419         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
420
421         * gnus-util.el (gnus-extract-address-component-name)
422         (gnus-extract-address-component-email, gnus-sortable-date)
423         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
424         (gnus-process-live-p): Remove, unused.
425
426         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
427
428         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
429         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
430         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
431         function.
432
433         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
434
435         * gnus-score.el (gnus-summary-score-crossposting)
436         (gnus-score-regexp-bad-p): Remove, unused.
437
438         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
439
440         * gnus-range.el (gnus-sublist-p): Remove, unused.
441
442         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
443         unused.
444
445         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
446
447         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
448         (gnus-request-associate-buffer): Remove, unused.
449
450         * gnus-group.el (gnus-group-set-method-info)
451         (gnus-group-set-params-info): Remove, unused.
452
453         * gnus-fun.el (gnus-shell-command-to-string)
454         (gnus-shell-command-on-region): Remove, unused.
455
456         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
457
458         * gnus-art.el (gnus-article-text-type-exists-p)
459         (article-translate-characters, gnus-article-hide-text-of-type)
460         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
461         Remove, unused.
462
463 2012-07-22  Andrew Cohen  <cohen@bu.edu>
464
465         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
466
467 2012-07-21  Julien Danjou  <julien@danjou.info>
468
469         * message.el (message-dont-reply-to-names): Replace deprecated
470         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
471         (message-get-reply-headers): Ditto.
472
473 2012-07-18  Julien Danjou  <julien@danjou.info>
474
475         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
476         `sieve-upload-and-kill'.
477
478         * sieve.el (sieve-bury-buffer): Remove function.
479         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
480         (sieve-upload-and-kill): New function, mapped to C-c C-c.
481
482 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
483
484         * shr.el (shr-expand-url): Handle URL starting with `//'.
485
486 2012-07-13  Chong Yidong  <cyd@gnu.org>
487
488         * smime.el (smime-certificate-info): Set buffer-read-only directly,
489         instead of calling toggle-read-only with a (bogus) argument.
490
491 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
492
493         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
494         of initial input when reading the author to restrict the summary to.
495
496 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * mm-decode.el (mm-shr):
499         Allow overriding charset by mm-charset-override-alist.
500
501 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * gnus-art.el (gnus-article-view-part):
504         Toggle subparts of multipart/alternative part.
505
506 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
507
508         * shr.el (shr-render-buffer): New command.
509         (shr-visit-file): Use it.
510
511 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
514         Set no-byte-compile and no-update-autoloads.
515
516 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
517
518         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
519
520 2012-06-25  Julien Danjou  <julien@danjou.info>
521
522         * nnimap.el (nnimap-request-articles-find-limit): Rename from
523         `nnimap-request-move-articles-find-limit' since we do not use it only
524         for move operations.
525         (nnimap-request-accept-article): Use
526         `nnimap-request-articles-find-limit' to limit search by message-id.
527
528 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
529
530         Support higher-resolution time stamps (Bug#9000).
531
532         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
533         VARLIST.  It's optional, for backward compatibility.
534         (encode-time-value): New optional arg PICO.  New type 3.
535         (time-to-seconds) [!float-time]: Support the new picoseconds
536         component if it's used.
537         (seconds-to-time, time-subtract, time-add):
538         Support ps-resolution time stamps as well.
539
540 2012-06-19  Julien Danjou  <julien@danjou.info>
541
542         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
543
544         * nnimap.el (nnimap-log-buffer): Check that
545         `window-point-insertion-type' is boundp, since it's not available in
546         XEmacs.
547
548 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
549
550         * nnimap.el (nnimap-log-buffer): Add this, setting
551         `window-point-insertion-type' in the buffer to t.
552         (nnimap-log-command): Use nnimap-log-buffer.
553
554 2012-06-19  Julien Danjou  <julien@danjou.info>
555
556         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
557         argument to be able to limit the search.
558         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
559         (nnimap-request-move-articles-find-limit): Add this to limit the search
560         by Message-Id after a message move.
561         (nnimap): Add defgroup.
562
563 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
564
565         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
566
567 2012-06-15  Julien Danjou  <julien@danjou.info>
568
569         * nnimap.el (nnimap-find-article-by-message-id): Use
570         `nnimap-possibly-change-group' rather than its own EXAMINE call.
571         (nnimap-possibly-change-group): Add read-only argument.
572         (nnimap-request-list): Use nnimap-possibly-change-group rather than
573         issuing EXAMINE manually.
574         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
575         with read-only argument.
576         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
577         cannot possibly change because we need to be sure that it's either
578         read-write or read-only.
579
580 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
583         being bound to a lambda form.
584
585 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
586
587         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
588         articles when fetch-old is non-nil (bug#11370).
589
590 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
591
592         * gnus-picon.el (gnus-picon-properties): New defcustom.
593         (gnus-picon-create-glyph): Use it.
594
595 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
596
597         * gnus-group.el (gnus-group-get-new-news): Respect
598         `gnus-group-use-permanent-levels', as documented (bug#11638).
599
600 2012-06-10  Dave Abrahams  <dave@boostpro.com>
601
602         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
603         groups (bug#11641).
604
605 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
606
607         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
608         is an integer to avoid later problems.
609
610 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
613         locales.
614
615         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
616         on a handle.
617
618         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
619         address as the default.
620         (gnus-summary-insert-old-articles): Don't include unexistent messages.
621
622         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
623         makes no sense to query the user about internal files.
624
625         * gnus-spec.el: Remove all the byte-compilation stuff, since
626         benchmarking shows that it doesn't help when entering large summary
627         buffers.
628
629         * gnus-xmas.el (gnus-xmas-define): Remove.
630
631         * gnus-util.el (gnus-byte-code): Remove.
632
633         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
634         grouplens stuff.
635
636 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
639         (bug#11514).
640
641 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
642
643         * message.el (message-buffers): Return all buffers derived from Message
644         to make `gnus-dired-attach' work with mu4e.
645
646 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
647
648         * nntp.el: Stop the `letf' madness.
649         (nntp--report-1): New var.
650         (nntp-report): Merge nntp-report-1 into it.
651         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
652         the nntp-report function.
653
654         * auth-source.el: Fix comment-style to follow the convention.
655
656 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
657
658         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
659         (mm-dissect-singlepart): Don't guess the MIME type of
660         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
661         set.
662         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
663         toplevel MIME type is multipart/encrypted.
664
665 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
668         a string so that Gcc works (bug#11514).
669
670 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
671
672         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
673         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
674
675 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
676
677         * gnus-win.el (gnus-configure-frame): Don't signal an error when
678         jumping to *Server* from a dedicated *Group* window.
679         (gnus-configure-frame): CSE.
680
681         * gnus-registry.el: Minor style cleanup.
682         (gnus-registry--set/remove-mark): New function, extracted from
683         gnus-registry-install-shortcuts.
684         (gnus-registry-install-shortcuts): Use it.
685
686 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * nnspool.el (news-path): Use eval-and-compile.
689
690 2012-05-24  Glenn Morris  <rgm@gnu.org>
691
692         * nnspool.el (news-directory, news-path, news-inews-program):
693         Move here from paths.el.  Don't see a need for these to be autoloaded.
694
695         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
696         Merge in doc from paths.el version.  Don't see any need for this to be
697         autoloaded, or for the warning about users not setting it.
698
699 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
700
701         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
702         format.  In particular, add an optional argument and a docstring.
703
704         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
705
706         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
707         current before calling `gnus-groups-to-gnus-format'.
708         Note that this was already the case for `gnus-active-to-gnus-format'.
709
710 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
711
712         Fix minor Y10k bug.
713         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
714
715 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
716
717         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
718         message once it's actually open.
719
720 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
721
722         * gnus.el: Ma Gnus v0.5 is released.
723
724 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
725
726         * auth-source.el (auth-source--aput-1, auth-source--aput)
727         (auth-source--aget): New functions and macros.
728         Use them instead of aput/aget.
729
730 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
731
732         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
733
734 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
735
736         * plstore.el (plstore-called-interactively-p): New compat macro copied
737         from message.el.
738         (plstore-mode): Use it.
739
740 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
741
742         * plstore.el: Revive the editing feature.
743         (plstore-mode): New mode to edit plstore file.
744         (plstore-mode-toggle-display, plstore-mode-original)
745         (plstore-mode-decoded): New command.
746         (plstore--encode, plstore--decode, plstore--write-contents-functions)
747         (plstore--insert-buffer, plstore--make): New function.
748         (plstore-open, plstore-save): Simplify by using them.
749
750 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
751
752         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
753
754 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
755
756         * tls.el (open-tls-stream): Remove unused binding.
757
758 2012-04-16  Glenn Morris  <rgm@gnu.org>
759
760         * nndraft.el (nndraft-request-list): Fix declaration.
761
762 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
763
764         * mm-decode.el (mm-dissect-buffer): Doc fix.
765
766         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
767         don't have a current group.
768
769         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
770         buffer if it doesn't exist.
771
772         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
773         given, mark the group as ephemeral with the current window conf.
774
775         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
776         buffer exists, which it doesn't if we haven't started Gnus.
777         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
778
779 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * mml.el (mml-generate-mime): Allow specifying what the top-level part
782         type is.
783
784         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
785         `unexists' entries.
786         (gnus-clean-old-newsrc): Fix last checkin.
787
788         * nnimap.el (nnimap-update-info): None of the articles below the active
789         low-water mark exist.
790
791         * dgnushack.el: Get rid of XEmacs compilation warning.
792
793         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
794         would have gotten if we posted to the group, and use that to compare
795         against the message we want to cancel (bug#10808).
796
797         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
798         on XEmacs.
799
800 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
801
802         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
803         `scroll-margin'.
804
805 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
806
807         * gnus-cite.el (gnus-dissect-cited-text): A single line without
808         citation prefix within a block of cited text should be considered part
809         of that block *only* if it is a blank line.
810
811 2012-04-09  Chong Yidong  <cyd@gnu.org>
812
813         * binhex.el, hashcash.el, uudecode.el:
814         Remove * characters from the front of variable docstrings.
815
816 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
819         before kinsoku-bol characters nor within kinsoku-eol characters.
820
821 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
824         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
825         (gnus-sync-read): Use mapc instead of mapcar.
826
827         * mm-archive.el: Require mm-decode for some macros.
828         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
829         the byte compiler.
830         (mm-archive-decoders): New function that returns the value of
831         the mm-archive-decoders variable.
832
833         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
834         instead.
835         (mm-dissect-singlepart): Use the function mm-archive-decoders.
836
837         * nnimap.el (gnus-refer-thread-use-nnir):
838         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
839
840 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
843
844 2012-03-12  Peter Münster  <pmrb@free.fr>
845
846         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
847         (gnus-demon-cancel): Ditto.
848         (gnus-demon-run-callback): When function cannot be called due to low
849         idleness, call it when idleness reaches the expected value, instead of
850         waiting another timer period.
851         (gnus-demon-init): Add `time' to arguments of call-back.
852
853 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
856
857         * gnus.el: Register gnus-registry functions.
858
859         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
860         indent.
861
862         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
863         enabled before warping.
864
865 2012-03-22  Dave Abrahams  <dave@boostpro.com>
866
867         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
868         registry about each article retrieved.
869
870         * gnus-int.el (gnus-select-group-with-message-id): New function.
871         (gnus-try-warping-via-registry): Ditto.
872         (gnus-warp-to-article): Fall back on the registry.
873
874 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
875
876         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
877         inboxes.
878
879 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
882
883 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
886         gnus-gcc-self-resent-messages may be a group parameter.
887         (gnus-summary-resend-message): Don't encode encoded words in header
888         when Gcc'ing resent message.
889
890 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * shr.el (shr-insert): Treat non-breaking space just like normal
893         space.  This seems to produce more pleasing results.
894         (shr-insert): Only insert a blank line if we're starting from an image.
895         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
896         (shr-ensure-paragraph): Consider lines with white space to be blank.
897
898 2012-03-15  Elias Pipping  <pipping@lavabit.com>
899
900         * Makefile.in: Respect DESTDIR.
901
902 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
903
904         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
905         and gnus-gcc-post-body-encode-hook.
906
907 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
908
909         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
910         messages that don't exist.
911
912         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
913
914 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
917         a string so that Gcc works (bug#11514).
918
919 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
920
921         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
922
923 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
926         don't have a current group.
927
928 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
931         Remove.
932
933         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
934
935         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
936
937 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
940         have a group name.
941
942         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
943         a multibyte buffer (bug#7410).
944         (article-wash-html): Parse the original article buffer to get the
945         unencoded data (bug#7410).
946
947         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
948         .newsrc.el files.
949
950 2012-04-05  Bastien Guerry  <bzg@altern.org>
951
952         * color.el (color-lighten-name): Fix typo.
953
954 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
957         "#" to avoid having them interpreted as comments.
958
959 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960
961         * shr.el (shr-insert): Update the text state properly to avoid
962         inserting spurious paragraph starts.
963
964 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * shr.el (shr-table-widths): Divide the extra width more fairly over
967         the TDs (bug#10973).
968         (shr-render-td): Don't delete too much padding.
969         (shr-natural-width): Compute the natural width more correctly.
970         (shr-insert): Allow the natural width to be computed for tables again.
971         (shr-tag-table-1): Rework how the natural widths are computed by
972         rendering the table a third time.
973         (shr-natural-width): Removed.
974         (shr-buffer-width): New function.
975         (shr-expand-newlines): Use it.
976
977         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
978         using a `gnus-use-full-window' setup (bug#11013).
979
980 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
983         24.1 release.
984
985 2012-03-10  David Edmondson  <dme@dme.org>
986
987         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
988         'Forwarded Message' header and the start of the message.
989
990 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
991
992         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
993         isn't running (bug#10897).
994
995 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996
997         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
998         This is inconsistent with all the other stream functions, which leave
999         the setting up to the higher levels (if so wanted) (bug#10931).
1000
1001 2012-02-28  Glenn Morris  <rgm@gnu.org>
1002
1003         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1004         mm-decode.el: Standardize possessive apostrophe usage.
1005
1006 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1009
1010 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1011
1012         * parse-time.el (parse-time-string): Allow extractor to return nil.
1013
1014 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1017
1018 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1019
1020         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1021
1022 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1023
1024         * mm-decode.el (mm-shr): Remove "soft hyphens".
1025
1026         * nnimap.el (nnimap-request-list): Return the group names encoded as
1027         utf8.  Otherwise non-European group names don't work.
1028         (nnimap-request-newgroups): Ditto.
1029
1030         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1031         the default in `read-string' (bug#10757).
1032
1033         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1034         topics (bug#10843).
1035
1036         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1037         buffer.  Suggested by Herbert Valerio Riedel.
1038         (nnimap-request-move-article): Delete the message from the correct IMAP
1039         server.
1040
1041 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1042
1043         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1044         Reported by Peter Münster.
1045
1046 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1047
1048         * shr.el (shr-image-fetched): Make sure we really kill the right
1049         buffer.
1050
1051 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1052
1053         * gnus-start.el (gnus-1): Avoid duplicate entries.
1054
1055 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1056
1057         * imap.el: Remove.
1058
1059         * nntp.el (nntp-coding-system-for-read): Remove.
1060         (nntp-coding-system-for-write): Ditto.
1061         (nntp-open-connection): Just use `binary' directly.
1062
1063         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1064         Gnus 0.3.
1065
1066 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1067
1068         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1069         application/octet-stream parts really is.
1070
1071         * gnus-sum.el (gnus-propagate-marks): Remove.
1072
1073 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1074
1075         * shr.el (shr-rescale-image): Undo previous change; see
1076         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1077
1078 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1079
1080         * gnus.el: Ma Gnus v0.3 is released.
1081
1082 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1083
1084         * gnus-sum.el (gnus-summary-local-variables): Make
1085         `gnus-newsgroup-unexist' into a local variable.
1086
1087 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1088
1089         * registry.el (registry-usage-test, registry-persistence-test): Move to
1090         tests/gnustest-registry.el.
1091         (registry-make-testable-db, registry-match-test)
1092         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1093
1094         * gnus-registry.el (gnus-registry-misc-test)
1095         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1096
1097         * tests/gnustest-registry.el: New file with the registry and
1098         gnus-registry ERT tests.
1099
1100 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * gnus-msg.el (gnus-summary-resend-message): Make
1103         gnus-summary-resend-message-insert-gcc be last item in
1104         message-header-setup-hook.
1105
1106 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1107
1108         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1109         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1110         Remove.
1111         (nnfolder-open-server): Don't use marks.
1112         (nnfolder-request-delete-group): Ditto.
1113         (nnfolder-request-rename-group): Ditto.
1114         (nnfolder-request-set-mark, nnfolder-request-marks)
1115         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1116         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1117
1118         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1119         (nnml-marks-modtime): Remove.
1120         (nnml-request-delete-group): Don't use marks.
1121         (nnml-request-rename-group): Ditto.
1122         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1123         (nnml-save-marks, nnml-open-marks): Remove.
1124
1125         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1126         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1127         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1128         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1129         (nntp-server-to-method-cache): Remove.
1130
1131         * shr.el (shr-rescale-image): Fix wrong merge.
1132
1133 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1134
1135         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1136         too-wide lines.
1137
1138 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1139
1140         * nnimap.el (nnimap-record-commands): New variable.
1141         (nnimap-log-command): Use it.
1142         (nnimap-make-process-buffer): Add a space to the process buffer.
1143         (nnimap-transform-headers): Don't bug out on header lines containing
1144         stuff that look like IMAP length encodings.
1145
1146         * shr.el (shr-rescale-image): Allow viewing large images.
1147
1148 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1149
1150         * nnml.el (nnml-request-compact-group): Delete the marks file after
1151         compaction (bug#10800).
1152
1153         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1154         group exit.
1155
1156         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1157         QRESYNC/FETCH output.
1158
1159 2012-02-11  Glenn Morris  <rgm@gnu.org>
1160
1161         * sieve-manage.el (sieve-manage-default-stream):
1162         * shr.el (shr):
1163         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1164         (nnir-retrieve-headers-override-function)
1165         (nnir-imap-default-search-key, nnir-notmuch-program)
1166         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1167         (nnir-method-default-engines):
1168         * message.el (message-cite-reply-position):
1169         * gssapi.el (gssapi-program):
1170         * gravatar.el (gravatar):
1171         * gnus-sum.el (gnus-refer-thread-use-nnir):
1172         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1173         (gnus-registry-max-pruned-entries):
1174         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1175         * gnus-int.el (gnus-after-set-mark-hook)
1176         (gnus-before-update-mark-hook):
1177         * gnus-async.el (gnus-async-post-fetch-function):
1178         * auth-source.el (auth-source-cache-expiry):
1179         Add missing :version tags to new defcustoms and defgroups.
1180
1181 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1182
1183         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1184         `gnus-newsgroup-unexist'.
1185
1186         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1187         marks.
1188         (gnus-article-special-mark-lists): Put the `unexist' in the special
1189         marks list instead.
1190
1191         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1192         articles in the list of articles to be selected.
1193
1194         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1195         articles.
1196         (nnimap-update-info): Keep track of unexisting articles.
1197         (nnimap-update-qresync-info): Ditto.
1198
1199 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1200
1201         * message.el (message-default-send-mail-function): Made into own
1202         function for reuse by emacsbug.el.
1203
1204 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1205
1206         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1207         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1208
1209 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1210
1211         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1212         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1213
1214         * gnus-compat.el: Define `timer-set-function'.
1215
1216         * mm-decode.el (mm-display-external): Output the text from the command
1217         in the buffer after the command finished.  This makes text-based
1218         commands behave better.
1219
1220 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1221
1222         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1223
1224 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1225
1226         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1227         23.1.
1228
1229 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1232
1233 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1234
1235         * message.el (smtpmail-smtp-user): Silence compiler warning.
1236
1237 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1238
1239         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1240         SMTP user name.
1241
1242 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-sum.el (gnus-summary-show-thread):
1245         next-single-char-property-change may return nil in XEmacs.
1246         (gnus-summary-article-map): Fix typo.
1247
1248 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1249
1250         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1251         running.
1252
1253         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1254
1255         * gnus.el (gnus-server-extend-method): Don't add an -address component
1256         if the method already has one (bug#9676).
1257
1258 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1261         of an initial-input for consistency (bug#10757).
1262
1263         * dgnushack.el: Fix XEmacs compilation warning.
1264
1265         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1266
1267         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1268
1269 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1270
1271         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1272         lines that are narrower than the window width.  Otherwise background
1273         "blocks" will look less readable.
1274
1275 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1276
1277         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1278         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1279         have newlines within the strings, and where the UID comes after the
1280         BODYSTRUCTURE element (bug#10537).
1281
1282         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1283         (bug#10732).
1284
1285         * shr.el (shr-insert-document): Add doc string.
1286         (shr-visit-file): Ditto.
1287         (shr-remove-trailing-whitespace): New function.
1288         (shr-insert-document): Use it to clean up trailing whitespace as the
1289         final step (bug#10714).
1290
1291 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1292
1293         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1294         buffer if `gnus-kill-summary-on-exit' is nil.
1295
1296 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1297
1298         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1299         when just reading a single group from "without" Gnus.
1300
1301 2012-02-06  Chong Yidong  <cyd@gnu.org>
1302
1303         * gnus-sum.el (gnus-summary-show-thread):
1304         next-single-char-property-change never returns nil (Bug#8657).
1305
1306 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1307
1308         * message.el (message-multi-smtp-send-mail): New function.
1309         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1310         header to implement multi-SMTP functionality.
1311
1312         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1313         (gnus-agentize): Don't set it.
1314         (gnus-agent-send-mail): Don't use it.
1315
1316         * gnus-sum.el (gnus-summary-widget-backward): New function and
1317         keystroke.
1318
1319         * gnus-compat.el: More the compat functions more compatible.
1320
1321         * shr.el (shr-put-image): Remove underlines from sliced images.
1322         (shr-zoom-image): Compute the region to be replaced more correctly.
1323
1324 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1327         (gnus-summary-resend-message-insert-gcc): New function.
1328         (gnus-summary-resend-message): Modify message-header-setup-hook and
1329         message-sent-hook to make it work for Gcc.
1330         (gnus-inews-do-gcc): Update the number of unread articles of groups
1331         that messages are Gcc'd to.
1332
1333         * message.el (message-resend): Run message-sent-hook to do Gcc.
1334
1335 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1336
1337         * lpath.el: Fix an XEmacs compilation warning.
1338
1339         * gnus-compat.el: Require `help-fns' to fix compilation error.
1340
1341         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1342         a higher level to silence compilation.
1343
1344         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1345         parameter to allow controlling the scaling.
1346
1347         * shr.el (shr-zoom-image): New command and keystroke.
1348         (shr-put-image): Take a `size' flag to say how to scale the image.
1349
1350         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1351         deletion unless already defined.
1352
1353         * gnus.el (gnus-compat): Require it.
1354
1355         * gnus-compat.el: New file.
1356
1357         * gnus-start.el (gnus-clean-old-newsrc): New function.
1358         (gnus-read-newsrc-file): Use it.
1359
1360         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1361         Use recursive deletion.
1362         (mm-dissect-archive): Add support for zip files.
1363
1364         * gnus-util.el (gnus-recursive-directory-files): New function.
1365
1366         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1367         (mm-archive-decoders): Add tgz support.
1368
1369         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1370         Otherwise inserting text into the Gnus buffer can look odd.
1371
1372         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1373
1374         * mm-archive.el (mm-archive-decoders): Add support for tar.
1375
1376         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1377
1378         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1379
1380 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1381
1382         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1383
1384         * mm-archive.el: New file.
1385
1386         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1387
1388         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1389
1390         * message.el (message-goto-*): Make all the `message-goto-*' commands
1391         push the mark before moving point.  This makes it easier to go back to
1392         where you came from after editing whatever you jumped to.
1393
1394 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1395
1396         * gnus.el: Ma Gnus v0.1 is released.
1397
1398 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1399
1400         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1401         without reconnecting.
1402         (nnimap-possibly-change-group): Ditto.
1403         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1404         connection has died before being called.
1405
1406 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1407
1408         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1409         an initial sync unless we're really doing one.
1410
1411         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1412         address parameter if one already exists (bug#9676).
1413
1414         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1415         not the prefix, as documented (bug#10689).
1416
1417 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1418
1419         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1420         the "server".
1421
1422         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1423         the real error message with the useless "previously known to be down".
1424         Which isn't even correct.
1425
1426         * nntp.el (nntp-open-connection): Report the error message if the nntp
1427         server can't be reached.
1428
1429         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1430         groups we do a total scan for.
1431         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1432         doing that.
1433
1434 2012-01-31  Jim Meyering  <jim@meyering.net>
1435
1436         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1437         Correct a comment (insert "not") and hide nominally-doubled "to".
1438
1439 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1440
1441         * gnus.el (gnus-version): Change name to "Ma Gnus".
1442
1443 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1444
1445         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1446         section in the manual.
1447
1448 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1449
1450         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1451         words.
1452         (rfc2047-encode-string): Ditto.
1453         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1454         understand folded filename="..." parameters, for instance.
1455
1456         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1457         the message for greater debuggability.
1458
1459 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1460
1461         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1462         instead of setting it locally, since the latter doesn't seem to have
1463         any effect (most of the time).
1464
1465 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1466
1467         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1468         function call.
1469
1470 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1471
1472         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1473         seconds, and make the repeat clause with HH:MM specs work as
1474         documented.
1475
1476 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1477
1478         * proto-stream.el (proto-stream-capability-open): Fall back on
1479         :end-of-command if :end-of-capability doesn't exist.
1480
1481 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1484         bound globally in old Emacsen and XEmacsen.
1485
1486 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1487
1488         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1489         so that previous errors don't prohibit getting new news.
1490
1491         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1492
1493         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1494
1495 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1496
1497         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1498         buffer, not of the string which is its name.
1499
1500 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1501
1502         * proto-stream.el (proto-stream-capability-open): Wait for
1503         :end-of-capability, not :end-of-command.
1504
1505         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1506         non-server-marks groups.
1507         (gnus-group-make-articles-read): Ditto.
1508
1509         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1510         methods (bug#9676).
1511
1512         * gnus.el (gnus-method-ephemeral-p): New function.
1513
1514 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1517         left-to-right.
1518
1519 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1520
1521         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1522         warning.
1523
1524 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1525
1526         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1527         macroexpand the nnir things, since they haven't been defined yet, and
1528         nnir requires gnus-sum.
1529
1530 2012-01-24  Julien Danjou  <julien@danjou.info>
1531
1532         * color.el (color-rgb-to-hsl): Fix value computing.
1533         (color-hue-to-rgb): New function.
1534         (color-hsl-to-rgb): New function.
1535         (color-clamp, color-saturate-hsl, color-saturate-name)
1536         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1537         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1538
1539 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1542
1543 2012-01-19  Julien Danjou  <julien@danjou.info>
1544
1545         * color.el (color-name-to-rgb): Use the white color to find the max
1546         color component value and return correctly computed values.
1547         (color-name-to-rgb): Add missing float conversion for max value.
1548
1549 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1550
1551         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1552         logical server name in addition to the actual machine address.
1553
1554         * auth-source.el (auth-source-user-and-password): Add convenience
1555         wrapper to search by just host and optionally user.
1556
1557 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1560         after rendering.
1561
1562 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1563
1564         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1565         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1566         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1567
1568 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1571         (bug#9693).
1572         (gnus-summary-setup-buffer): Document return value (bug#9697).
1573
1574         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1575         since ido doesn't work on symbols (bug#9632).
1576
1577         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1578         when getting a single value as when getting all the values.  This means
1579         that atoms like `gcc-self' work cumulatively, like variable settings,
1580         instead of getting the value from the last matching clause.
1581         (gnus-group-find-parameter): Protect against the group buffer not
1582         existing (bug#9585).
1583
1584 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * gnus-start.el (gnus-activate-group): Document more parameters
1587         (bug#9694).
1588
1589         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1590         (bug#9692).
1591
1592         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1593         article was fetched, so that it can be expired later (bug#9958).
1594         (gnus-agent-summary-fetch-series): Add doc string.
1595         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1596         (bug#9517).
1597
1598         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1599         retrieval is happening.
1600
1601         * gnus.el (gnus-parameters): Doc fix.
1602
1603 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1604
1605         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1606         show the thread after expansion.
1607
1608 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * gnus-art.el (article-narrow-to-head): If the head is completely
1611         empty, narrow to the empty region (bug#9764).
1612
1613         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1614         read, and then mark them as unread only when the unread mark is used.
1615         This makes `C-- T k' actually work, even though it's confusing.
1616
1617         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1618         alive before we try to find its window.
1619
1620 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1621
1622         * mm-decode.el (mm-display-external): Use a longer timeout for the
1623         deletion to allow slow programs to display the file.
1624
1625 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1628         prompt to be less confusing.
1629
1630         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1631         argument to `message-reply'.  This broke `special-display-*' frame
1632         pop-uping (bug#10238).
1633
1634 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1637         systems, since these allegedly don't work there.
1638
1639 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1640
1641         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1642         live buffer.
1643
1644 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * nnir.el (nnir-retrieve-headers): Protect against the article not
1647         existing on the server (bug#10335).
1648
1649 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1650
1651         * gnus-agent.el (gnus-agent-load-local): Recompute
1652         gnus-agent-article-local on changing method.
1653
1654 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * gnus.el (gnus-parameters): Note precedence.
1657
1658 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1659
1660         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1661         in the group buffer.
1662
1663 2012-01-04  Julien Danjou  <julien@danjou.info>
1664
1665         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1666         change.
1667
1668 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1671         too.
1672
1673         * nntp.el (nntp-retrieve-group-data-early): Use it.
1674
1675 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * nntp.el (nntp-retrieval-in-progress): New variable.
1678         (nntp-make-process-buffer): Make it buffer-local.
1679
1680         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1681         2010.
1682         (gnus-demon-init): Use it to compute the time if time is on the form
1683         "04:23".
1684
1685         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1686
1687         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1688         status in the correct buffer.
1689
1690 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1691
1692         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1693         when opening topics (bug#10407).
1694
1695 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1696
1697         * gnus-cus.el (gnus-score-customize):
1698         * gnus-sum.el (gnus-sort-gathered-threads):
1699         * message.el (message-shorten-references):
1700         * nnmairix.el (nnmairix-request-group):
1701         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1702
1703 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1704
1705         * gnus-agent.el (gnus-agent-regenerate-group):
1706         * gnus-int.el (gnus-retrieve-group-data-early):
1707         * mm-util.el (mm-codepage-ibm-list):
1708         * nndiary.el (Commentary, nndiary-get-new-mail):
1709         * nnir.el (nnir):
1710         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1711
1712 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * mm-view.el (mm-display-inline-fontify): Add comment.
1715
1716 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1717
1718         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1719         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1720
1721 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1722
1723         * gnus-art.el (gnus-split-methods):
1724         * gnus-msg.el (gnus-configure-posting-styles):
1725         * gnus-spec.el (gnus-parse-simple-format):
1726         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1727         * message.el (message-do-actions): Spelling fix.
1728
1729 2011-12-15  Juri Linkov  <juri@jurta.org>
1730
1731         * mm-decode.el (mm-inline-media-tests): Add missing
1732         `mm-handle-media-subtype'.
1733
1734 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1735
1736         * gnus-group.el (gnus-group-tool-bar):
1737         * gnus-sum.el (gnus-summary-tool-bar):
1738         * message.el (message-tool-bar):
1739         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1740
1741 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1742
1743         * plstore.el (plstore--insert-buffer): Spelling fix.
1744
1745 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1746
1747         * message.el (message-valid-fqdn-regexp): Update with newly approved
1748         top-level domain names ".tel" and ".asia".
1749
1750 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1753         unconditionally.
1754
1755 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1758         pop-to-buffer-same-window for old Emacsen.
1759
1760 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1761
1762         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1763
1764 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1765
1766         * netrc.el (netrc-credentials): Spelling fix.
1767
1768 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1769
1770         * gnus-fun.el (gnus-fun-ppm-change-string):
1771         * gnus-msg.el (gnus-inews-do-gcc):
1772         * gnus-sum.el (gnus-summary-find-for-reselect):
1773         * gnus.el (gnus-summary-cancelled):
1774         * message.el (message-cancel-hook, message-send-news):
1775         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1776         * nnir.el (nnir-run-hyrex):
1777         * nntp.el (nntp-with-open-group-function):
1778         * pgg.el (pgg-pending-timers): Spelling fix.
1779
1780 2011-12-04  Chong Yidong  <cyd@gnu.org>
1781
1782         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1783         change (Bug#10200).
1784
1785 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * compface.el (uncompface):
1788         * gnus-art.el (gnus-article-x-face-command): Update the header format
1789         of icon data for the most recent icontopbm program.
1790
1791 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * gnus-msg.el (gnus-inews-do-gcc):
1794         * message.el (message-send-mail):
1795         * mml.el (mml-generate-mime): Share the value of the buffer-local
1796         `message-options' variable between a draft buffer and temprary working
1797         buffers.
1798
1799 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1800
1801         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1802
1803 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1806         for Cygwin.
1807
1808 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1809
1810         * gnus-group.el (gnus-group-prepare-flat):
1811         * mm-bodies.el (mm-encode-body):
1812         * mml.el (mml-preview):
1813         * nnml.el (nnml-request-compact-group):
1814         * pop3.el (pop3-stream-type): Spelling fix.
1815
1816 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1817
1818         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1819
1820 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1821
1822         * color.el (color-rgb-to-hsl):
1823         * gmm-utils.el (gmm-tool-bar-style):
1824         * gnus-group.el (gnus-group-prepare-flat):
1825         * gnus-topic.el (gnus-topic-prepare-topic):
1826         * mm-decode.el (mm-discouraged-alternatives):
1827         * rfc2047.el (rfc2047-encode-1):
1828         * starttls.el: Spelling fix.
1829
1830 2011-11-24  Glenn Morris  <rgm@gnu.org>
1831
1832         * binhex.el (binhex-begin-line): Give it basic doc-string.
1833
1834         * starttls.el, tls.el: Fix case of "GnuTLS".
1835
1836 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1837
1838         * gnus-group.el (gnus-group-highlight): Fix typo.
1839
1840 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1841
1842         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1843         value of `delete-file', that returns nil for a local file but returns t
1844         for a remote file using ssh.
1845
1846 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1847
1848         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1849
1850 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1853         avoid later breakage.
1854
1855 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1858         article buffers' name.
1859
1860 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1863         by Paul Eggert's spellfixes two days ago.
1864
1865 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1868         doesn't have it.
1869
1870         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1871         buffer-local instead of binding them to avoid warnings.  Also demote
1872         errors (bug#10063).
1873         (font-lock-mode-hook): Shut up byte compiler.
1874
1875 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1876
1877         * mm-util.el (mm-charset-after):
1878         * nnir.el (nnir-run-hyrex):
1879         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1880         (ntlm-get-password-hashes, ntlm-md4hash):
1881         * smime.el: Fix typo.
1882
1883 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1884
1885         * gnus-agent.el (gnus-agent-expire-group-1):
1886         * nndiary.el (nndiary-last-occurence):
1887         * nnimap.el (nnimap-request-set-mark):
1888         * nnmairix.el (nnmairix-only-use-registry):
1889         * gnus-group.el (gnus-group-prepare-flat):
1890         * gnus-sum.el (gnus-decode-encoded-word-methods):
1891         * message.el (message-wash-subject):
1892         * nntp.el (nntp-retrieve-headers-with-xover):
1893         * smime.el (smime-certificate-directory): Spelling fix.
1894
1895 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1896
1897         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1898
1899         * color.el:
1900         * gnus-agent.el (gnus-agent-possibly-alter-active):
1901         * gnus-dired.el (gnus-dired-print):
1902         * mail-parse.el:
1903         * nnmairix.el (nnmairix-request-group):
1904         * shr.el (shr-image-displayer):
1905         * sieve-manage.el:
1906         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1907
1908 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1909
1910         * gnus-sum.el (gnus-auto-select-subject):
1911         * spam-report.el (spam-report-resend): Spelling fix.
1912
1913 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1914
1915         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1916         * gnus-art.el (gnus-default-article-saver):
1917         * gnus-srvr.el (gnus-server-copy-server):
1918         * gnus.el (gnus-sloppily-equal-method-parameters):
1919         * html2text.el (html2text-format-tag-list):
1920         * message.el (message-narrow-to-head):
1921         * nndiary.el:
1922         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1923         * sieve.el: Spelling fix.
1924
1925 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1926
1927         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1928         * gnus-sum.el (gnus-summary-make-menu-bar):
1929         * gnus-uu.el (gnus-uu-decode-postscript)
1930         (gnus-uu-decode-postscript-and-save):
1931         * mailcap.el (mailcap-print-command):
1932         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1933         Fix typos.
1934
1935 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1936
1937         * gnus-art.el (gnus-article-part-wrapper):
1938         * html2text.el (html2text-fix-paragraphs):
1939         * mm-decode.el (mm-image-fit-p):
1940         * rfc2047.el (rfc2047-encode-message-header):
1941         * shr-color.el (shr-color-visible-distance-min)
1942         (shr-color-relative-to-absolute, set-minimum-interval)
1943         (shr-color-visible): Fix typos.
1944
1945 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1946
1947         * gmm-utils.el (gmm-tool-bar-item):
1948         * gnus-art.el (gnus-treat-body-boundary):
1949         * gnus-diary.el (gnus-user-format-function-d):
1950         * gnus-start.el (gnus-get-unread-articles):
1951         * pgg-gpg.el (pgg-gpg-update-agent):
1952         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1953
1954 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1955
1956         * gnus-topic.el (gnus-group-prepare-topics):
1957         * gnus-uu.el (gnus-extract-view):
1958         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1959
1960 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1961
1962         * spam.el: Move BBDB autoloads.
1963         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1964         BBDB 2 and 3.
1965         (spam-check-BBDB): Use it.
1966         (spam-enter-ham-BBDB): Use it.
1967
1968 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1969
1970         * smime.el (smime-draw-buffer): Spelling fix.
1971
1972 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1973
1974         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1975         for scanning exactly one level.
1976         * gnus-start.el (gnus-get-unread-articles): Ditto.
1977
1978 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1981         slightly clearer.
1982
1983 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1984
1985         * gnus-sync.el: More commentary about setup.
1986
1987 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * message.el (message-send-and-exit): Document `arg'.
1990
1991 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1992
1993         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1994
1995 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1996
1997         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1998
1999         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2000         we don't use `bound-and-true-p'.
2001
2002 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * gnus-util.el (gnus-bound-and-true-p): Remove.
2005         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2006         * nnir.el: Use it.
2007         * nnmairix.el: Use it.
2008
2009 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2010
2011         * gnus-sync.el: Improve docs about CouchDB admins.
2012
2013         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2014         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2015         for reasons unknown.
2016         * nnir.el: Use it.
2017         * nnmairix.el: Use it.
2018
2019         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2020         * nnir.el: Ditto.
2021         * nnmairix.el: Ditto.
2022
2023         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2024
2025 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2026
2027         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2028         not needed.  Provide xmlplistread list function to produce XML plist
2029         output for non-Gnus LeSync clients.
2030
2031 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2032
2033         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2034
2035         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2036         and save against it.  Group subscriptions, read marks, other marks,
2037         subscription levels, topic names, and topic offsets (the group's
2038         position within the topic) are saved.  This is an experimental backend
2039         and may change significantly.  Load json.el from the gnus-fallback-lib
2040         if it's not available otherwise.
2041         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2042
2043 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2044
2045         * message.el (message-completion-function): Make sure
2046         message-tab-body-function is not attempted if one of
2047         message-completion-alist fails to find a completion (bug#9158).
2048
2049 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2050
2051         * mml.el (mml-quote-region): Quote <#secure> tag.
2052         (mml-generate-mime-1): Unquote <#secure> tag.
2053
2054 2011-10-20  Chong Yidong  <cyd@gnu.org>
2055
2056         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2057         calling a minor mode from Lisp with nil arg enables it, so we have to
2058         make the wording a bit ambiguous here).
2059
2060 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2061
2062         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2063         * nnir.el (nnir-mode): Use it.
2064         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2065         Use it.
2066
2067         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2068         * nnmairix.el (gnus-registry-enabled): Ditto.
2069
2070 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2071
2072         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2073         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2074         only while we need to find out if it should be t or nil.
2075         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2076         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2077         the registry is installed.  Set it to nil when it's unloaded.
2078         (gnus-registry-install-p): Provide user guidance for the initial value
2079         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2080         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2081         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2082         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2083         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2084         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2085         `gnus-registry-install'.
2086
2087 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2088
2089         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2090         previous change.
2091         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2092         primary key is marked as disabled.
2093
2094 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2095
2096         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2097         primary key is marked as disabled.
2098
2099 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2100
2101         * html2text.el (html2text-clean-anchor): Check for quotes around
2102         `href' value.
2103
2104 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2105
2106         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2107         searching.  Drop `bbdb-cache'.
2108
2109 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * message.el (message-signed-or-encrypted-p): Exclude header when
2112         checking if there is signed or encrypted body in text/plain message.
2113
2114 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2115
2116         * html2text.el (html2text-get-attr): Correctly handle attribute values
2117         containing "=".
2118
2119 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2120
2121         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2122         handle bindings.
2123
2124 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * gnus-win.el (gnus-configure-windows): Protect against reading
2127         ephemeral groups outside of Gnus.
2128
2129 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * shr.el (shr-tag-img): Don't get images displayed in tables.
2132
2133 2011-10-03  Glenn Morris  <rgm@gnu.org>
2134
2135         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2136         the "maintainer" version of debbugs.gnu.org reports.
2137
2138 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2141         make asynchronous adjacent image insertion work better.
2142
2143 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2144
2145         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2146         documentation.
2147
2148 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2151         `gnus-asynchronous' isn't shadowed.
2152
2153 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2156
2157         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2158         (nnimap-insert-partial-structure): The charset parameter isn't
2159         case-sensitive.
2160
2161         * nnheader.el (nnheader-message-maybe): New function.
2162
2163         * shr.el (shr-tag-table): Render totally broken tables better.
2164
2165         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2166         computing the boundary.
2167
2168 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * pop3.el (pop3-number-of-responses): Remove.
2171         (pop3-wait-for-messages): Rewrite to take linear time instead of
2172         exponential time.
2173
2174 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2177         re-fetch images.
2178
2179         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2180         re-fetch images when hitting `g' in Gnus.
2181
2182 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2185         (mml-compute-boundary): Don't check collision if it is non-nil.
2186         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2187         before checking collision.
2188
2189 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * message.el (message-indent-citation): Really make sure there's a
2192         newline at the end.
2193
2194         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2195         Fix suggested by John Wiegley.
2196
2197         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2198
2199         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2200
2201         * message.el (message-default-send-rename-function): Break out into its
2202         own function.
2203
2204         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2205         doesn't work under XEmacs.
2206
2207         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2208         of "imaps" to word around Windows problems.
2209         (nnimap-open-connection-1): Use it.
2210
2211         * message.el (message-indent-citation): Revert last change which made
2212         `F' not work.
2213
2214 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2215
2216         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2217         terminal as well.
2218
2219 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2222         because it displays images using overlays that aren't easy to copy to
2223         the article buffer.
2224
2225 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2226
2227         * message.el (message-indent-citation): Fix empty line removal at the
2228         end of the citation.
2229
2230 2011-09-20  Julien Danjou  <julien@danjou.info>
2231
2232         * auth-source.el (auth-source-netrc-create): Use default value for
2233         password if specified.  Evaluate default.
2234         (auth-source-plstore-create): Ditto.
2235         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2236         value evaluation.
2237         (auth-source-netrc-create): Typo fix.
2238         (auth-source-plstore-create): Ditto.
2239
2240         * password-cache.el (password-cache-remove): Remove entries even if the
2241         value is nil, so that password with a nil value (negative caching) is
2242         possible to invalidate.
2243
2244         * auth-source.el (auth-source-format-cache-entry): New function.
2245
2246 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2249
2250 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2253
2254 2011-09-19  Julien Danjou  <julien@danjou.info>
2255
2256         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2257         which work with things that are not ASCII.
2258
2259 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2262
2263 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2266         message level.
2267
2268 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2271
2272 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2275
2276 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2277
2278         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2279         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2280
2281 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2282
2283         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2284         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2285         articles.
2286
2287 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2288
2289         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2290         (message-mail-other-window, message-mail-other-frame)
2291         (message-news-other-window, message-news-other-frame):
2292         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2293         instead of setting buffer display varibles.
2294
2295 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2298
2299         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2300
2301 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2304         duplicates" to a higher level.
2305
2306         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2307         most egregious messages.
2308
2309 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2312
2313 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2314
2315         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2316         up the file (bug#9351).
2317
2318 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2321         it does with all other backends, but decode the names immediately after
2322         getting them.
2323
2324         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2325         decoding nnimap groups.
2326
2327         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2328         newsrc file.  It doesn't seem like an important optimization any more.
2329
2330 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2331
2332         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2333         overflows.
2334
2335 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2338         (gnus-interactive-exit): Extend to `quiet'.
2339
2340         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2341
2342         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2343         string.
2344
2345         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2346         renaming function arguments from `this'.
2347
2348         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2349
2350         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2351         has been renamed.
2352         (gnus-lrm-string-p): Include RLM and PDF, too.
2353
2354         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2355         (bug#9225).
2356
2357 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2358
2359         Add autoload cookies for functions used by sendmail.el.
2360         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2361
2362         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2363
2364 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * gnus-art.el (article-date-ut): Work properly even when there are
2367         things like Date header in the body; work for forwarded parts.
2368
2369 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2370
2371         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2372         original-article-buffer.
2373
2374 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2375
2376         * nnir.el (nnir-compose-result): Fix matching of server type.
2377         (nnir-run-swish++): Ditto.
2378         (nnir-run-namazu): Ditto.
2379         (nnir-run-notmuch): Ditto.
2380
2381 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2384         (bug#9405).
2385
2386         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2387         (bug#9421).
2388
2389         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2390         (bug#9425).
2391
2392         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2393         thing (bug#9426).
2394
2395 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2398         the error message.
2399
2400 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2401
2402         * message.el (message-setup-1): Return t (Bug#9392).
2403
2404 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2405
2406         * gnus-sum.el: When adding article headers to a summary buffer also
2407         update gnus-newsgroup-articles (bug#9386).
2408
2409 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * auth-source.el: Autoload help-mode.
2412
2413 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2416         names.
2417
2418 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2419
2420         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2421         mm-replace-in-string for compatibility issues.
2422         * mml2015.el (mml2015-epg-verify): Ditto.
2423
2424 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2427
2428         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2429
2430 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2433         continue on and do the clean-up phase (bug#9188).
2434
2435         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2436         just ignore groups that can't be opened instead of erroring out
2437         (bug#9225).
2438
2439         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2440         nil since some many people are fuddy-duddies.
2441
2442         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2443         images.
2444
2445         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2446         instead.
2447
2448         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2449
2450         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2451
2452         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2453         processing.
2454
2455         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2456         buffer to avoid warnings.
2457
2458 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2459
2460         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2461         specified to reduce precision.
2462
2463 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2466         bodystructures (bug#9314).
2467
2468 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2471         Make button keymap non-sticky after buttons.
2472
2473 2011-08-18  David Engster  <dengste@eml.cc>
2474
2475         * nnmairix.el (nnmairix-request-set-mark)
2476         (nnmairix-goto-original-article): Remove adding of article to registry,
2477         since `gnus-registry-add-group' isn't available anymore.
2478         (nnmairix-determine-original-group-from-registry):
2479         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2480         available anymore.
2481
2482 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2483
2484         * starttls.el (starttls-any-program-available): Define as obsolete
2485         function.
2486
2487 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2490         versions which Gnus use when appropriate.
2491
2492         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2493         a pretty destructive command.
2494
2495         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2496
2497 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * message.el (message-fix-before-sending): Make a different warning
2500         about NUL characters (bug#9270).
2501
2502         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2503         from custom (bug#9260).
2504
2505         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2506         things work in Emacs 22 and XEmacs, too.
2507
2508         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2509         default From.
2510
2511         * gnus-spec.el (gnus-lrm-string-p): New macro.
2512         (gnus-lrm-string): New constant.
2513         (gnus-summary-line-format-spec): LRM-ify the from.
2514         (gnus-tilde-max-form): LRM-ify string chopping.
2515
2516         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2517
2518         * message.el (message-is-yours-p): Allow disabling canlock checking
2519         (bug#9295).
2520         (message-shoot-gnksa-feet): Add `canlock-verify'.
2521         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2522         message directory isn't writable (bug#9304).
2523
2524         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2525         non-world-readable.
2526
2527 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2530         articles.
2531
2532 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2533
2534         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2535         copy-list.
2536
2537 2011-08-12  Sam Steingold  <sds@gnu.org>
2538
2539         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2540         in the reverse order to avoid modifying the cache with `nreverse'.
2541         (gnus-all-score-files): Do not modify the value returned by
2542         `gnus-score-find-alist' because it lives in a cache variable.
2543         (gnus-current-home-score-file): No need to `nreverse' the return value
2544         of `gnus-score-find-alist', it is already in the correct order.
2545
2546 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2547
2548         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2549         type MESSAGE and subtype RFC822 is slightly different from those of
2550         type TEXT.
2551
2552 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2553
2554         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2555         This allows article-referral to work from an nnir group.
2556
2557 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2558
2559         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2560
2561 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2562
2563         * mml1991.el (mml1991-epg-find-usable-key)
2564         (mml1991-epg-find-usable-secret-key): New function.
2565         (mml1991-epg-sign): Check if signing key is usable.
2566         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2567
2568 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2569
2570         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2571         server-variables only.  This should fix a bug introduced with commit
2572         e1889675b7f4adf057833c5513c9374134c4e053.
2573         (nnir-run-query): 'nnir-search-engine should not be set from the global
2574         environment.
2575
2576 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2577
2578         * nnir.el (nnir-search-thread): Position point on referring article
2579         line.
2580         (nnir-warp-to-article): Clean up summary buffers.
2581
2582         * nnimap.el (nnimap-request-thread): Whitespace fix.
2583
2584 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2585
2586         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2587
2588 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * starttls.el (starttls-available-p): Rename from
2591         `starttls-any-program-available' and changed return convention.
2592
2593 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2594
2595         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2596         `unix-sync' unless it's defined.
2597
2598 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2599
2600         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2601         `aref' for XEmacs compatibiltiy.
2602
2603 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2606
2607 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2608
2609         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2610         closures, quote the form properly (bug#9194).
2611
2612 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2615         (gnus-summary-insert-new-articles): Protect against servers that are
2616         down.
2617
2618 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2619
2620         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2621         in mm handle if none is specified.
2622
2623 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2624
2625         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2626
2627 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2628
2629         * nnir.el (nnir-search-thread): New function to make an nnir group
2630         based on a thread query.
2631
2632         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2633         of nnir in thread referral.
2634         (gnus-summary-refer-thread): Use it.
2635
2636         * nnimap.el (nnimap-request-thread): Use it.
2637
2638 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * shr.el (shr-tag-comment): Ignore HTML comments.
2641
2642 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2643
2644         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2645         argument.
2646         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2647         Use `nnir-address' to handle server info rather than passing an arg.
2648
2649         * nnimap.el (nnimap-make-thread-query): New utility function to format
2650         an imap thread search query.
2651         (nnimap-request-thread): Use it.
2652
2653         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2654         right select-method if we are not going back to the group buffer.
2655
2656 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2659         enter invalid buffer configurations into the quit form (bug#9107).
2660         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2661         unplugged/plugged.
2662
2663         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2664         keep track of which ones are unread (bug#9061).
2665
2666         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2667         (bug#9055).
2668
2669         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2670         (bug#9041).
2671
2672         * gnus-html.el (mm-util): Require (bug#9073).
2673
2674         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2675         (gnus-summary-refer-thread): Use it to remove duplicates in the
2676         un-threaded view (bug#9053).
2677         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2678
2679 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2680
2681         * nnir.el (nnir-read-server-parm): Use default value from global
2682         variable.  Without this the default search engine parameters aren't
2683         used at all.
2684
2685 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * message.el (message-unique-id): Don't use the undocumented return
2688         value from (random t) (bug#9118).
2689
2690 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * message.el (message-auto-save-directory): If the ~/Mail directory
2693         doesn't exist, use ~ as the auto-save directory (bug#4432).
2694
2695         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2696         hasn't already been started.
2697
2698 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2701
2702         * message.el (message-reply): Work around mysterious bug where
2703         `message-mode' seems to overwrite the locally bound `subject' variable.
2704
2705 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2706
2707         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2708         correct group.
2709
2710         * gnus-int.el (gnus-request-thread): Add group argument.
2711
2712         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2713
2714 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2717
2718         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2719         renamed to `debbugs-gnu-*'.
2720
2721 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2722
2723         * plstore.el: Revert the editing feature since it is not urgent.
2724         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2725         (plstore-mode-decoded): Remove.
2726
2727 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728
2729         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2730         isn't very interesting any more, and it leaks potentially secret data.
2731         (gnus-debug): Remove.
2732
2733         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2734         use of :custom-show.
2735
2736 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2737
2738         * plstore.el: Add documentation.
2739         (plstore-mode): New mode to edit plstore file.
2740         (plstore-mode-toggle-display, plstore-mode-original)
2741         (plstore-mode-decoded): New command.
2742         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2743         (plstore--insert-buffer, plstore--make): New function.
2744         (plstore-open, plstore-save): Simplify by using them.
2745
2746 2011-07-06  Glenn Morris  <rgm@gnu.org>
2747
2748         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2749
2750 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2753         no longer is much used.
2754         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2755         Articles".
2756
2757 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2758
2759         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2760         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2761         `notmuch' backend.
2762
2763 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * mm-decode.el (mm-text-html-renderer): Doc fix.
2766
2767         * gnus-msg.el (gnus-bug): Fix the MML tag.
2768
2769         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2770
2771 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2772
2773         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2774         secondary methods if started with `gnus-no-server'.
2775
2776 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2777
2778         * message.el (message-return-action): Fix typo in docstring.
2779
2780 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2783         bug reports at once.
2784
2785         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2786
2787 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * nndraft.el: Require gnus-group.
2790         (nndraft-request-list): Declare.
2791
2792         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2793         no unread article unless it matches gnus-permanently-visible-groups.
2794
2795         * nndraft.el (nndraft-update-unread-articles): New function.
2796         (nndraft-request-associate-buffer): Use it to update the number of
2797         unread articles for the nndraft groups in the group buffer when saving
2798         or killing a draft message.
2799
2800 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2803         systems to binary before writing and reading the mbox files.
2804
2805         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2806         instead of trying to list them all (bug#8978).
2807
2808 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2809
2810         * pop3.el (pop3-open-server): Use :end-of-capability.
2811
2812 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2813
2814         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2815         the id is always a number.
2816
2817         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2818
2819         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2820         debbugs mode, if possible.
2821
2822 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2823
2824         * auth-source.el (auth-source-token-passphrase-callback-function):
2825         Reindent.
2826         (epg-context-operation): Remove unnecessary autoload.
2827
2828 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829
2830         * gnus.el (gnus-list-debbugs): New command.
2831
2832         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2833         mboxstat instead of the maintbox, since the stat seems to be fuller.
2834
2835         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2836         summary buffers.
2837
2838         * message.el (message-get-reply-headers): Delete all duplicates,
2839         instead of the first.
2840         (message-get-reply-headers): Ensure that we have progress while
2841         deleting duplicates.
2842
2843         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2844         gnus-posting-style value from the summary buffer to make it easier to
2845         make that a per-buffer conf.
2846
2847 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2848
2849         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2850         found by setting `shortcut' in 'query.
2851         (nnir-request-article): Use `shortcut' setting when requesting article
2852         by Message-ID.
2853
2854 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2855
2856         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2857         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2858         Bring the pseudo-headers back too.
2859
2860 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2861
2862         * auth-source.el (auth-source-token-passphrase-callback-function):
2863         Simplify and remove EPA dependency.
2864
2865 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2866
2867         * nnir.el (nnir-request-article): Fix error message text.
2868
2869 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2870
2871         * auth-source.el (plstore-delete): Autoload.
2872         (auth-source-plstore-search): Support delete operation.
2873         * plstore.el (plstore-delete): New function.
2874
2875 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2878         mark actually existing articles as unread rather than the ones that
2879         active asserts.
2880
2881 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2882
2883         * nntp.el (nntp-record-command):
2884         * gnus-util.el (gnus-message-with-timestamp-1):
2885         Use format-time-string rather than decoding time stamps by hand.
2886         This is simpler and insulates the code from potential changes to
2887         current-time format.
2888
2889 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2892
2893 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2894
2895         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2896         (plstore-save): Support public key encryption.
2897         (plstore--init-from-buffer): New function.
2898         (plstore-open): Use it; fix error when opening a non-existent file.
2899         (plstore-revert): Use plstore--init-from-buffer.
2900
2901 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2902
2903         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2904
2905 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2908         for old Emacsen.
2909
2910 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2911
2912         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2913         is not fully working.
2914
2915 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * dgnushack.el: Autoload sha1 on XEmacs.
2918
2919         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2920         quit window configuration.
2921
2922         * auth-source.el (epg-context-set-passphrase-callback):
2923         Remove duplicate autoload.
2924
2925 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2926
2927         * nnir.el (nnir-request-article): Allow requesting articles by
2928         Message-ID with nnimap.
2929
2930         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2931         current server.
2932
2933 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2934
2935         * auth-source.el: Autoload EPA/EPG functions.
2936         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2937         changed when EPA/EPG is not available.
2938         (auth-source-backend): Rename "arg" member to "data".
2939         (auth-source-backend-parse, auth-source-plstore-search)
2940         (auth-source-plstore-create): Use it.
2941
2942 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2943
2944         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2945         `gnus-refer-article-methods'.
2946
2947 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2948
2949         * auth-source.el: Require EPA and EPG.
2950         (auth-source-passphrase-alist): New variable.
2951         (auth-source-passphrase-callback-function)
2952         (auth-source-token-passphrase-callback-function): Callbacks for the
2953         netrc field encryption (GPG tokens).
2954         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2955         Symmetric encryption and decryption of the netrc GPG tokens.
2956         (auth-source-netrc-normalize): Use them, simplifying the closure.
2957
2958 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2961         is available.
2962
2963 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2966         non-nil, and `nnimap-split-methods' is nil, use the former.
2967
2968 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2969
2970         * plstore.el (plstore-revert): New function.
2971         (plstore-open): Use it; hide the buffer from user.
2972
2973 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2974
2975         * auth-source.el (auth-source-backend): New member "arg".
2976         (auth-source-backend-parse): Handle new backend 'plstore.
2977         * plstore.el: New file.
2978
2979 2011-06-30  Glenn Morris  <rgm@gnu.org>
2980
2981         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2982
2983 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2986         expiring articles to.
2987
2988         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2989         variations as ASCII (bug#5458).
2990
2991 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2994
2995 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * message.el (message-point-in-header-p): Tweak the function to default
2998         to saying that we're not in the headers if there is no separator at
2999         all.  This makes it possible to use the Message version of `M-q' in
3000         buffers with no headers (bug#7987).
3001         (message-point-in-header-p): Fix last checkin to work with an empty
3002         mail-header-separator, too.
3003
3004         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3005         again, save the choice via customize.
3006
3007 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3008
3009         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3010
3011         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3012         ended the connection, bail out before waiting infinitely on a new
3013         connection.
3014
3015 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3016
3017         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3018         reports.
3019
3020         * gnus.el (gnus-bug-package): Use "gnus."
3021         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3022
3023 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * dgnushack.el: Make the timer warning go away on XEmacs.
3026
3027         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3028         animations going on at article exit time.
3029
3030         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3031         since removing it breaks people upgrading.
3032
3033         * shr.el (shr-put-image): Use the new interface for animating images.
3034         (shr-put-image): Animate for 60 seconds.
3035
3036         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3037         avoid compiler warnings.
3038
3039         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3040         error with `find-file-hooks' on Emacs 22.
3041         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3042         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3043         on all architectures.
3044
3045         * spam.el (spam-stat): Require in a normal fashion without binding
3046         `spam-stat-install-hooks' to avoid compilation warnings.
3047
3048         * spam-stat.el (spam-stat-install-hooks): Remove.
3049         (spam-stat-install-hooks): Don't run automatically.
3050
3051 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3052
3053         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3054         and keystroke.
3055
3056 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * auth-source.el (auth-source-netrc-cache): Move forward.
3059
3060 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3061
3062         * proto-stream.el (proto-stream-open-starttls): Use
3063         `gnutls-available-p' to see whether we have built-in support.
3064
3065         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3066         we already know.
3067         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3068         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3069
3070 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3073         %S format, since that looks odd.
3074         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3075         file, especially when saving.
3076
3077 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3078
3079         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3080         article found.
3081
3082 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3083
3084         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3085         `auth-source-save-secrets' with a more sensitive alist that can be
3086         configured per file.  Experimental, so defaults to 'never.
3087         (auth-source-netrc-create): Use it.  Still experimental code.
3088         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3089         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3090
3091 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3092
3093         * auth-source.el (auth-source-save-secrets): New variable to control if
3094         secret tokens should be saved encrypted.
3095         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3096         to `auth-source-netrc-normalize'.
3097         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3098         on the EPA variables being defined.
3099         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3100         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3101         the lexical-let closure.
3102         (auth-source-netrc-create): Create "gpg:" tokens according to
3103         `auth-source-save-secrets'.
3104
3105 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3106
3107         * gnus-group.el (gnus-group-update-group): Add new argument
3108         `info-unchanged' that stops updating dribble buffer.
3109
3110         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3111         deletes lines matching to it in dribble buffer.
3112
3113         * gnus-agent.el (gnus-agent-fetch-group-1):
3114         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3115         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3116         * gnus-start.el (gnus-group-change-level):
3117         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3118
3119         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3120         if newsgroup info is not changed.
3121
3122         * gnus-group.el (gnus-group-get-new-news-this-group):
3123         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3124         Don't update dribble buffer.
3125
3126 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3127
3128         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3129         remove entries with groups we ignore.
3130
3131 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3134         the underline comes at the bottom.
3135
3136 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3137
3138         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3139         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3140         (gnus-registry-article-marks-to-names): Rename from
3141         `gnus-registry-user-format-function-M2'.
3142
3143 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3146         ephemeral group.
3147
3148 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3149
3150         * shr.el (shr-browse-image): Copy the URL if called interactively.
3151
3152 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3155         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3156         done, then unselected articles may be marked as read.
3157
3158         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3159         since not doing this seems to lead to a race condition in pop3-logon.
3160
3161         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3162         so that the call chain it correct when we call "upwards".
3163
3164         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3165         in read-only groups.
3166
3167         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3168
3169         * message.el (message-cite-reply-position): Doc string fix.
3170
3171         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3172         avoid regexp overflow.
3173         (nnimap-transform-split-mail): Ditto.
3174
3175         * pop3.el (pop3-retr): Error out if the server closes the connection.
3176
3177 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3178
3179         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3180         mm-with-unibyte-current-buffer.  The buffer should not contain any
3181         multibyte chars anyway at this stage.
3182
3183 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3186         at the end of lines.
3187
3188 2011-05-29  Julien Danjou  <julien@danjou.info>
3189
3190         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3191
3192 2011-05-27  Glenn Morris  <rgm@gnu.org>
3193
3194         * gnus-group.el (gnus-bug-group-download-format-alist):
3195         Use the "maintainer" version of debian reports as well.
3196
3197 2011-05-26  Glenn Morris  <rgm@gnu.org>
3198
3199         * gnus-group.el (gnus-bug-group-download-format-alist):
3200         Use the "maintainer" version of debbugs.gnu.org reports.
3201
3202 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3205
3206 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3207
3208         * gnus-cus.el (gnus-agent-customize-category):
3209         * gnus-delay.el (gnus-delay-send-queue):
3210         * gnus.el (gnus-other-frame):
3211         Don't quote lambda expressions with `quote'.
3212
3213 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3214
3215         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3216         the thread moves us backwards and so we loop forever.
3217
3218 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3221         whitespace in base64 data lines.
3222
3223 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3224
3225         * gnus-registry.el (gnus-registry-user-format-function-M):
3226         Use `mapconcat'.
3227         (gnus-registry-user-format-function-M2): Use to see the full text of
3228         the marks.  Make "," the mark text separator.
3229
3230         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3231         authentication with auth-source.
3232
3233 2011-05-17  Glenn Morris  <rgm@gnu.org>
3234
3235         * gnus-group.el (gnus-import-other-newsrc-file):
3236         Use insert-file-contents.
3237
3238 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3239
3240         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3241         1000 iterations.
3242
3243 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * nntp.el (nntp-open-connection): Check if process-type is available.
3246
3247 2011-05-16  Julien Danjou  <julien@danjou.info>
3248
3249         * shr.el (shr-tag-del): Add support for del tag.
3250
3251 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gnus-html.el (gnus-html-put-image): Register a displayer.
3254
3255         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3256
3257 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3258
3259         * registry.el (prune-factor): New initialization parameter defaulting
3260         to 0.1.
3261         (registry-prune-hard): Use it.
3262
3263         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3264         0.1 expicitly.
3265
3266 2011-05-13  Glenn Morris  <rgm@gnu.org>
3267
3268         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3269         is bound, since this function requires sendmail.
3270
3271 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3272
3273         * registry.el (registry-usage-test): Disable pruning test.
3274
3275 2011-05-11  David Engster  <dengste@eml.cc>
3276
3277         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3278         Bind set-network-process-option for XEmacs.
3279
3280 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3281
3282         * registry.el (registry-prune-hard-candidates)
3283         (registry-prune-soft-candidates): Helper methods for registry pruning.
3284         (registry-prune): Use them.  Make the sort function optional.
3285
3286 2011-05-10  Jim Meyering  <meyering@redhat.com>
3287
3288         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3289
3290 2011-05-10  Julien Danjou  <julien@danjou.info>
3291
3292         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3293         symbol and not a list.
3294
3295 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * gnus-art.el (gnus-article-mode): Move binding of
3298         shr-put-image-function here from gnus-article-prepare-display.
3299
3300         * shr.el (shr-put-image-function): New variable.
3301         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3302         (shr-put-image): Return scaled image.
3303
3304         * gnus-art.el (gnus-shr-put-image): New function.
3305         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3306
3307         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3308         original ones, as deletable.
3309
3310 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3311
3312         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3313
3314 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3315
3316         * registry.el (registry-full): Add convenience method.  Fix logic.
3317         (registry-insert): Use it.  Fix logic here too.
3318
3319         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3320         `registry-prune' if `registry-full' returns t.
3321         (gnus-registry-handle-action)
3322         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3323         (gnus-registry-usage-test): Use it.
3324
3325 2011-05-07  Julien Danjou  <julien@danjou.info>
3326
3327         * shr.el (shr-link): Make shr-link inherit from link by default.
3328
3329 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3332
3333 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3334
3335         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3336         error out because the face is not a list.
3337
3338 2011-05-05  Glenn Morris  <rgm@gnu.org>
3339
3340         * proto-stream.el (gnutls-negotiate): Fix declarations.
3341
3342         * gnus-start.el (gnus-propagate-marks): Declare.
3343
3344 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3345
3346         * registry.el (registry-reindex): Fix percentage message.
3347
3348         * proto-stream.el (network-stream-open-starttls): Adjust to call
3349         `gnutls-negotiate' with :process and :hostname arguments.
3350
3351 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3352
3353         * shr.el: Add shr-link face for links.
3354         (shr-urlify): Use it.
3355
3356         * registry.el (registry-insert): Make error message more helpful.
3357
3358 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * gnus-html.el (gnus-html-schedule-image-fetching):
3361         Use url-queue-retrieve, if it exists.
3362
3363         * shr.el (shr-tag-img): Ditto.
3364
3365         * gnus.el: Autoload more gnus-agent functions.
3366
3367         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3368         agent if we haven't already (bug#8502).
3369
3370         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3371         into the Agent, too.
3372
3373         * gnus-agent.el (gnus-agent-store-article): New function.
3374
3375         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3376         and moved from that file for reuse.
3377
3378         * pop3.el (pop3-open-server): Error messages are "-ERR".
3379
3380 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3383         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3384
3385 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3386
3387         * gnus.el: No Gnus v0.17 is released.
3388
3389 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3390
3391         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3392         buffer has moved to a different frame.
3393
3394 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3395
3396         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3397         to get the conversion from unibyte to multibyte buffers to work on
3398         Emacs 22.
3399
3400         * nntp.el (nntp-request-article): Slight clean-up.
3401
3402 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * shr.el (shr-strike-through): New face.
3405         (shr-tag-s): Use it to provide <s> support.
3406         (shr-tag-s): Remove duplicate definition.
3407
3408 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3409
3410         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3411         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3412
3413 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3414
3415         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3416         `gnutls-negotiate'.
3417         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3418
3419 2011-04-23  Glenn Morris  <rgm@gnu.org>
3420
3421         * gnus-sum.el (gnus-extra-headers): Bump :version.
3422
3423 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * shr.el (shr-tag-sup): New function.
3426         (shr-tag-sub): Ditto.
3427
3428 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3429
3430         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3431         for the case where `gnus-registry-ignored-groups' is a list of lists,
3432         and don't call `gnus-parameter-registry-ignore' otherwise.
3433
3434 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3435
3436         * nnimap.el (nnimap-user): New backend variable.
3437         (nnimap-open-connection-1): Use it.
3438         (nnimap-credentials): Accept user parameter so it's explicit what user
3439         name is desired.
3440
3441         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3442         default.
3443
3444         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3445         not gnus-registry.el.
3446
3447         * gnus-registry.el: Mention in comments how to modify
3448         `gnus-extra-headers' for proper recipient tracking and that it may
3449         already have To and Cc recently, which it does as of this commit.
3450         (gnus-registry-ignored-groups): Remove defcustom.
3451         Explain why in comments.
3452         (gnus-registry-action): Fix data-header reference to use the extra
3453         headers.  Explain in package commentary how to add To and Cc headers to
3454         the gnus-extra-headers.
3455         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3456         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3457         parameter list or a string list in `gnus-registry-ignored-groups'.
3458         Fix logic error.
3459
3460 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * shr.el (shr-expand-url): Protect against null urls.
3463
3464 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465
3466         * shr.el (shr-base): New binding.
3467         (shr-tag-base): Keep track of <base>.
3468         (shr-expand-url): New function used throughout.
3469
3470 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3471
3472         * gnus-registry.el
3473         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3474         (gnus-registry-ignored-groups): New variable.
3475         (gnus-registry-ignore-group-p): Use it.
3476         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3477         set the destination group to nil (same as delete) if it's ignored.
3478
3479 2011-04-20  David Engster  <dengste@eml.cc>
3480
3481         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3482
3483         * Makefile.in (test-nntp): New rule.
3484         (check): Add it.
3485         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3486
3487 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * gnus-registry.el (gnus-registry-action)
3490         (gnus-registry-fetch-header-fast):
3491         Don't use mail-header that looks an internal function of mailheader.el.
3492
3493 2011-04-19  Glenn Morris  <rgm@gnu.org>
3494
3495         * time-date.el (time-to-days): Remove unused local variables.
3496
3497 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * gnus-registry.el: Eliminate cl functions.
3500         (gnus-registry-sort-addresses): New function that replaces mapcan.
3501         (gnus-registry-action, gnus-registry-spool-action)
3502         (gnus-registry-split-fancy-with-parent)
3503         (gnus-registry-fetch-recipients-fast): Use it.
3504         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3505
3506         * registry.el (initialize-instance, registry-lookup)
3507         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3508         (registry-lookup-secondary-value, registry-search, registry-delete)
3509         (registry-insert, registry-reindex, registry-size, registry-prune):
3510         Use eval-and-compile.
3511
3512 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3513
3514         * registry.el (registry-reindex): New method to recreate the secondary
3515         registry indices.
3516
3517         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3518         tracked field changes.
3519         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3520         (gnus-registry-action, gnus-registry-spool-action)
3521         (gnus-registry-handle-action)
3522         (gnus-registry--split-fancy-with-parent-internal)
3523         (gnus-registry-split-fancy-with-parent)
3524         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3525         move, and delete actions, and for fancy splitting with parent.
3526         (gnus-registry-extract-addresses)
3527         (gnus-registry-fetch-recipients-fast)
3528         (gnus-registry-fetch-header-fast): Convenience functions.
3529         (gnus-registry-misc-test): ERT test of
3530         `gnus-registry-extract-addresses'.
3531
3532 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3533
3534         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3535         Track by subject first, then sender.
3536
3537 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3538
3539         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3540
3541         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3542         Lisp.
3543
3544         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3545         (gnus-draft-send): Use it to avoid popping
3546         up frames from gnus-group-send-queue.
3547
3548 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3549
3550         * gnus-registry.el: Updated gnus-registry docs.
3551
3552 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3553
3554         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3555         Fix logic bug.
3556         (gnus-registry-post-process-groups): Fix logging of no results and
3557         quote sender and subject.
3558
3559 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3562         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3563         gnutls-cli are too slow to be done opportunistically.
3564
3565         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3566         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3567         we had no early-data returned.
3568         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3569         two async commands to the same server at the same time.
3570
3571 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3572
3573         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3574
3575 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3578         "warning" level.
3579
3580         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3581         (mm-url-insert-file-contents): Don't set the package names.
3582
3583 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3584
3585         * gnus-registry.el (gnus-registry-action): Remove properties and
3586         simplify subject in `gnus-registry-handle-action'.
3587         (gnus-registry-spool-action): Get subject and sender from message if
3588         they are not passed in.
3589         (gnus-registry-handle-action): Remove properties and simplify subject
3590         consistently.
3591
3592 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3593
3594         * registry.el: Require CL before using defmacro*.
3595
3596 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * gnus-art.el (article-treat-date): Assume that
3599         gnus-article-date-headers may be a group parameter.
3600
3601 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3602
3603         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3604
3605         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3606         interactively so the newsrc file can contain foreign groups too.
3607         Useful for debugging but not much for users.
3608
3609 2011-04-07  David Engster  <dengste@eml.cc>
3610
3611         * registry.el (registry-usage-test): Only do
3612         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3613         lexical binding.
3614
3615 2011-04-07  David Engster  <dengste@eml.cc>
3616
3617         * Makefile.in (check, test-registry): New rules for test-suite.
3618
3619 2011-04-06  David Engster  <dengste@eml.cc>
3620
3621         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3622         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3623
3624 2011-04-06  David Engster  <dengste@eml.cc>
3625
3626         * registry.el (initialize-instance): Change :after to :AFTER to be
3627         compatible with old EIEIO version in XEmacs.
3628
3629 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3630
3631         * gnus-registry.el (gnus-registry-post-process-groups)
3632         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3633         and provide better messaging.
3634
3635 2011-04-06  David Engster  <dengste@eml.cc>
3636
3637         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3638         errors.
3639
3640         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3641         dgnushack-compile with error-on-warn enabled, and to signal an error if
3642         clean compilation failed.
3643         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3644         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3645
3646 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3647
3648         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3649         unconditionally anyway, discarding errors.
3650         (gnus-registry-delete-entries): New convenience function.
3651         (gnus-registry-import-eld): Import from old .eld registry.
3652
3653         * registry.el: Don't use ERT if it's not available.  Load it
3654         unconditionally anyway, discarding errors.
3655
3656         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3657         version from the Claudio Bley GnuTLS patch (extra optional parameters
3658         and host name).
3659
3660 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3661
3662         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3663         fixup the parameters that can be customized by the user between
3664         save/read cycles.
3665         (gnus-registry-read): Use it.
3666         (gnus-registry-make-db): Use it.
3667         (gnus-registry-spool-action, gnus-registry-handle-action):
3668         Fix messaging.
3669         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3670         Map references to actual group names with sender and subject tracking.
3671         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3672         (gnus-registry-usage-test): Add subject lookup test.
3673
3674         * registry.el (registry-db, initialize-instance): Set up constructor
3675         instead of :initform arguments for the sake of older Emacsen.
3676         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3677         pre-lexbind merge bug.
3678         (registry-usage-test): Use it.
3679         (initialize-instance, registry-db): Move the non-function initforms
3680         back to the class definition.
3681
3682 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3683
3684         * registry.el: New library to manage gnus-registry-style data.
3685
3686         * gnus-registry.el: Use it (major rewrite).
3687
3688         * nnregistry.el: Use it.
3689
3690         * spam.el: Use it.
3691
3692 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3695         marks on non-selected articles.
3696
3697 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3698
3699         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3700         parameter to open-protocol-stream.
3701
3702 2011-04-01  Julien Danjou  <julien@danjou.info>
3703
3704         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3705         fundamental-mode.
3706
3707 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3710         servers.
3711
3712 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3715         made marks not propagate, again.
3716
3717 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3718
3719         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3720         Make this the default type.
3721         (proto-stream-open-plain): Rename from proto-stream-open-default.
3722         (open-protocol-stream, proto-stream-open-starttls)
3723         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3724         with `plain'.
3725
3726         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3727         value.
3728
3729         * nntp.el (nntp-open-connection-function): Document the fact that some
3730         values are not functions but are instead handled specially.
3731         Recognize nntp-open-plain-stream value.
3732         (nntp-open-connection): Recognize that value.
3733
3734 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3737         where it seems to be needed.
3738
3739 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3742         stuff.
3743
3744         * gnus-score.el (gnus-score-string): Fix calling convention of
3745         `gnus-simplify-buffer-fuzzy' after last patches.
3746
3747         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3748         server for articles we didn't get any headers for.  This is a sanity
3749         check.
3750
3751 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3752
3753         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3754         new CAPABILITY, use it.
3755
3756 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3759         downloading anything.
3760
3761         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3762
3763 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3764
3765         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3766         colors.
3767         (gnus-splash-svg-color-symbols): New function.
3768
3769 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3772         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3773         (gnus-simplify-subject-fuzzy): Use the local
3774         gnus-simplify-subject-fuzzy-regex instead of the global one.
3775         This makes using this variable in group parameters work.
3776
3777 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3778
3779         * gnus-registry.el (gnus-registry-unfollowed-groups):
3780         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3781         archive:sent-YYYY-MM-DD groups).
3782         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3783         tracking if there are more than `gnus-registry-max-track-groups'
3784         matches.
3785
3786 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3787
3788         * message.el (message--yank-original-internal): New function to do the
3789         insertion cleanly inside eval in `message-yank-original'.
3790         (message-yank-original): Use it.
3791
3792 2011-03-29  Julien Danjou  <julien@danjou.info>
3793
3794         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3795         local variables disabled rather than `normal-mode'.
3796
3797 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3798
3799         * imap.el (imap-shell-open, imap-process-connection-type):
3800         Use imap-process-connection-type for 'shell' streams as well as
3801         Kerberos, SSL, other subprocesses.
3802
3803 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3804
3805         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3806         with open-network-stream.
3807         (proto-stream-always-use-starttls): Option removed.
3808         (open-protocol-stream): Return a process object by default.  Provide a
3809         new parameter :return-list specifying a list-type return value, which
3810         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3811         :type `network' to `try-starttls', and `network-only' to `default'.
3812         Make `default' the default, for compatibility with open-network-stream.
3813         Handle the no-parameter case exactly as open-network-stream, with no
3814         additional stream processing.  Search plists using plist-get.
3815         Explicitly add :end-of-commend parameter if it is missing.
3816         (proto-stream-open-default): Rename from
3817         proto-stream-open-network-only.  Return 'default as the type.
3818         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3819         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3820         failed.  Always return a list with a (possibly dead) process as the
3821         first element, for compatibility with open-network-stream.
3822         (proto-stream-open-tls): Use plist-get.  Always return a list.
3823         (proto-stream-open-shell): Return `default' as connection type.
3824         (proto-stream-capability-open): Use plist-get.
3825         (proto-stream-eoc): Function deleted.
3826
3827         * nnimap.el (nnimap-stream, nnimap-open-connection)
3828         (nnimap-open-connection-1): Handle renaming of :type parameter for
3829         open-protocol-stream.
3830         (nnimap-open-connection-1): Pass a :return-list parameter
3831         open-protocol-stream to obtain a list return value.  Parse this list
3832         using plist-get.
3833
3834         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3835         for open-protocol-stream.  Accept open-protocol-stream return value
3836         that is a subprocess object instead of a list.  Handle the case of a
3837         dead returned process.
3838
3839 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3840
3841         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3842
3843         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3844
3845 2011-03-21  Julien Danjou  <julien@danjou.info>
3846
3847         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3848         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3849         query.
3850         (mm-inline-text): Render normal text with fontification whenever
3851         possible.
3852
3853         * gnus-sum.el (gnus-summary-save-parts-1):
3854         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3855         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3856         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3857         Use `mm-handle-filename'.
3858
3859         * mm-util.el (mm-handle-filename): New function, return the filename of
3860         an handle.
3861
3862 2011-03-18  Julien Danjou  <julien@danjou.info>
3863
3864         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3865         (gnus-buffer-live-p): Check that buffer is not nil.
3866
3867 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3868
3869         * gnus.el: No Gnus v0.15 is released.
3870
3871 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872
3873         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3874         avoid warning on XEmacs.
3875
3876         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3877         on XEmacs.
3878
3879         * gnus-art.el: Require mouse, which the build bot seems to say is
3880         needed.
3881
3882         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3883
3884         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3885         XEmacs, since it doesn't have url-retrieve-synchronously.
3886
3887         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3888         since assoc-string doesn't exist in XEmacs.
3889
3890 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3891
3892         * gnus-group.el (gnus-group-list-ticked): New function.
3893         (gnus-group-make-menu-bar): Provide a menu entry for it.
3894         (gnus-group-list-map): Provide a binding for it.
3895
3896 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * shr.el (shr-visit-file): New command.
3899
3900         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3901
3902 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3903
3904         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3905         servers.
3906
3907 2011-03-16  Julien Danjou  <julien@danjou.info>
3908
3909         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3910         inline.
3911
3912         * gnus-art.el (article-hide-list-identifiers):
3913         Use gnus-group-get-list-identifiers.
3914
3915         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3916         (gnus-summary-remove-list-identifiers):
3917         Use gnus-group-get-list-identifiers to get regexp.
3918         (gnus-select-newsgroup, gnus-summary-insert-subject)
3919         (gnus-summary-insert-articles):
3920         Call gnus-summary-remove-list-identifiers unconditionally.
3921
3922 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3925         we're selecting a group with unread articles.
3926
3927         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3928
3929         * gssapi.el: New file separated out from imap.el to provide a general
3930         Kerberos 5 connection facility for Emacs.
3931
3932         * message.el (message-elide-ellipsis): Document the format spec
3933         ellipsis.
3934
3935 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * message.el (message-elide-region): Allow the ellipsis to say how many
3938         lines were removed.
3939
3940 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3941
3942         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3943         window configurations containing buffers that are now dead.
3944
3945         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3946         parsing to avoid integer overflows.
3947         (nnimap-parse-flags): Simplify the last change.
3948         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3949         too large for 32-bit Emacsen.
3950
3951 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3952
3953         * auth-source.el (auth-source-netrc-create):
3954         * message.el (message-yank-original): Fix use of `case'.
3955
3956 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3957
3958         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3959         XEmacs, which was one character too wide.
3960
3961 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3962
3963         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3964         default number of articles to display.
3965         (gnus-articles-to-read): Use pretty names for prompt.
3966
3967 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * gnus-int.el (gnus-open-server): Ditto.
3970
3971         * gnus-start.el (gnus-activate-group): Give a backtrace if
3972         debug-on-quit is set and the user hits `C-g'.
3973         (gnus-read-active-file): Ditto.
3974
3975         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3976
3977 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3978
3979         * message.el (message-yank-original): Use cond instead of CL case.
3980
3981 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3982
3983         * auth-source.el (auth-source-netrc-create): Use usual format for the
3984         default in prompts.
3985
3986 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3987
3988         * lpath.el: Fbind read-char-choice for XEmacs.
3989
3990 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3991
3992         * auth-source.el (auth-source-netrc-create): Show the default in the
3993         prompt when prompting for token creation.
3994
3995 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3996
3997         * auth-source.el (auth-source-format-prompt): Always convert the value
3998         to a string to avoid evaluating non-string arguments.
3999         (auth-source-netrc-create): Offer default properly, not as initial
4000         content in `read-string'.
4001         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4002         of line to determine if we've been run before.  If so, don't run again,
4003         but print a trivial message to indicate the cache was hit instead.
4004
4005 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4006
4007         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4008         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4009         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4010         Gnus.
4011
4012 2011-03-11  Julien Danjou  <julien@danjou.info>
4013
4014         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4015         modified file".
4016
4017 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4018
4019         * auth-source.el (auth-source-read-char-choice): New function to read a
4020         character choice using `dropdown-list', `read-char-choice', or
4021         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4022         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4023         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4024         (auth-source-netrc-saver): Use it.
4025         (auth-source-pick-first-password): New convenience function.
4026
4027 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4028
4029         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4030         parameter in the credentials.
4031         (nnimap-open-connection-1): Use it after a successful login.
4032         (nnimap-credentials): Add IMAP-specific user and password prompt.
4033
4034         * auth-source.el (auth-source-search): Add :require parameter, taking a
4035         list.  Document it and the :save-function return token.  Pass :require
4036         down.  Change the CREATED message from a warning to a debug statement.
4037         (auth-source-search-backends): Pass :require down.
4038         (auth-source-netrc-search): Pass :require down.
4039         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4040         Change save prompt to indicate all modifications saved here are
4041         deletions.
4042         (auth-source-netrc-create): Take user login name as default in user
4043         prompt.  Move all the save functionality to a lexically bound function
4044         under the :save-function token in the returned list.  Set up clearer
4045         default prompts for user, host, port, and secret.
4046         (auth-source-netrc-saver): New function, intended to be wrapped for
4047         :save-function.
4048
4049 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4052         lines to be spaces instead.
4053
4054 2011-03-07  Julien Danjou  <julien@danjou.info>
4055
4056         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4057         (sieve-sasl-auth): Check that auth-source-search did return something,
4058         or just return an empty string.
4059
4060 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4061
4062         * gnus.el (gnus-interactive): Use read-directory-name.
4063
4064         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4065         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4066         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4067         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4068         Likewise.
4069
4070         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4071
4072 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4073
4074         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4075         onto the list of killed groups, too.  This makes killed nnimap groups,
4076         for instance, more reliably not reappear.
4077
4078         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4079         the parent.
4080
4081         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4082
4083         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4084         really have server-side marks.
4085
4086         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4087         since most backends do not usefully have server-side marks.
4088         (gnus-update-read-articles): Propagate marks to all backends that
4089         really have server-side marks.
4090
4091 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4092
4093         * message.el (message-cite-reply-position, message-cite-style):
4094         New variables.
4095         (message-yank-original): Use the new citation styles.
4096
4097 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4098
4099         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4100         buffer-local issue); don't mark it buffer-local when running under
4101         XEmacs.
4102
4103 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4104
4105         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4106         numbers too big to be `read'.
4107
4108 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4109
4110         * password-cache.el (password-in-cache-p): Add autoload.
4111
4112         * message.el (message-options): Make buffer-local two ways to attempt
4113         to fix a XEmacs bug.
4114
4115 2011-03-02  Julien Danjou  <julien@danjou.info>
4116
4117         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4118
4119 2011-03-01  Julien Danjou  <julien@danjou.info>
4120
4121         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4122         group.
4123         (article-hide-list-identifiers): Use list-identifier group parameter.
4124
4125 2011-02-28  Julien Danjou  <julien@danjou.info>
4126
4127         * sieve.el (sieve-buffer-script-name): New local variable to store
4128         sieve script name.
4129         (sieve-edit-script): Store sieve script name.
4130         (sieve-upload): Use sieve script name when uploading.
4131         (sieve-upload): Use substitute-command-keys.
4132         (sieve-edit-script): Use substitute-command-keys.
4133         (sieve-refresh-scriptlist): Use substitute-command-keys.
4134         (sieve-manage-mode-map): Define keymap properly.
4135         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4136         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4137         Remove commented code about cvs.
4138         (sieve-manage-quit): New function.
4139         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4140
4141 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4144
4145 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4146
4147         * auth-source.el (auth-source-search): Cache empty result sets.
4148
4149         * password-cache.el (password-in-cache-p): Convenience function to
4150         check if a key is in the cache, even if the value is nil.
4151
4152         * auth-source.el (auth-source-save-behavior): New variable to replace
4153         `auth-source-never-create'.
4154         (auth-source-netrc-create): Use it.
4155         (auth-source-never-save): Remove.
4156
4157 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4158
4159         * nnimap.el (nnimap-stream): Doc fix.
4160         (nnimap-open-connection-1): Reverse the order of the ports to that the
4161         prompted-for port is first.
4162
4163         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4164         retrieval by the no-group selection.
4165
4166         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4167         numerical parameters.
4168
4169 2011-02-25  Julien Danjou  <julien@danjou.info>
4170
4171         * gnus-gravatar.el: Use gnus-with-article-buffer.
4172
4173         * gnus-art.el (gnus-with-article-buffer): Check that the
4174         gnus-article-buffer is alive.
4175
4176 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4177
4178         * auth-source.el (auth-source-creation-prompts): New variable to manage
4179         creation-time prompts.
4180         (auth-source-search): Document it.
4181         (auth-source-format-prompt): Add utility function.
4182         (auth-source-netrc-create): Don't default the user name to
4183         user-login-name.  Use `auth-source-creation-prompts' and some default
4184         prompts for user, host, port, and password (the default generic prompt
4185         remains ugly).
4186         (auth-source-never-save): Add customizable option to never save info.
4187         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4188         mode excursion.
4189
4190 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4193         argument that XEmacs doesn't support.
4194
4195         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4196         compiled for Emacsen having no `libxml-parse-html-region' support.
4197
4198         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4199
4200         * lpath.el: Bind buffer-save-without-query for XEmacs.
4201
4202 2011-02-23  Julien Danjou  <julien@danjou.info>
4203
4204         * gnus-art.el (article-make-date-line): Ignore errors if time is
4205         invalid and not convertible.
4206         (article-make-date-line): Only add lapsed time if time is not nil.
4207
4208 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4209
4210         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4211         `read-char-choice' for backwards compatibility.
4212         (auth-source-netrc-element-or-first): New function to DTRT for
4213         parameter extraction.
4214         (auth-source-netrc-create): Use it and fix multiple parameter print
4215         bug.  Use the default passed from above (given-default) or the
4216         built-in (user-login-name for :user).
4217
4218 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4219
4220         * gnus-start.el (gnus-dribble-read-file):
4221         Set buffer-save-without-query, since we always want to save the dribble
4222         file, probably.
4223
4224         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4225         nnimap.
4226
4227         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4228         -summary- since it's a user-visible variable.
4229
4230         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4231         first time you use the new Gnus.
4232
4233 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4234
4235         * auth-source.el: Don't load netrc.el.
4236         (auth-sources): Search ~/.netrc as well by default.
4237         (auth-source-debug): Add 'trivia option for extra output.
4238         (auth-source-do-trivia): Use it.
4239         (auth-source-search): Simplify logic to use
4240         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4241         appropriate.  Don't keep a running count at this level.  Layer :create
4242         and :delete options appropriately on the first and second passes.
4243         Don't track the backend with the search results.
4244         (auth-source-search-backends): New function to search a list of
4245         backends for a processed spec.
4246         (auth-source-netrc-parse): Cache all netrc files, making
4247         auth-source-netrc-cache an alist keyed by the file name and using the
4248         file mtime as the caching criterion.  Keep the obfuscated data secret
4249         with a lexical bind.
4250         (auth-source-netrc-search): Don't calculate the length of the results
4251         unnecessarily.
4252         (auth-source-search-backends): Fix bug.
4253         (auth-source-netrc-create): Rework prompts.
4254
4255 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4256
4257         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4258         Lower case names of search constraints.
4259         (nnir-run-query): Cache and reuse search constraints for all imap
4260         servers.
4261
4262 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4263
4264         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4265         after exit.
4266         (gnus-setup-message): Define missing variable from last checkin.
4267
4268         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4269         value, show the raw article.
4270
4271 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4272
4273         * gnus.el: No Gnus v0.13 is released.
4274
4275 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4276
4277         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4278         auth-source now accepts numbers.
4279
4280         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4281         spec, too.
4282         (auth-source-ensure-strings): New function.
4283
4284         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4285         (gnus-article-setup-buffer): Always restart the date timer so that user
4286         changes to the frequency is respected.
4287
4288         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4289         port numbers, so make sure it gets that if nnimap-server-port is
4290         explicit.
4291
4292 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4293
4294         * nnimap.el (nnimap-inbox): Doc fix.
4295
4296 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4297
4298         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4299         Autoload.  Add optional arg FRAME, and pass it to color-values.
4300         (color-complement): Caller changed.  Doc fix.
4301         (color-gradient): Rewrite for better clarity and efficiency.
4302
4303 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4304
4305         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4306         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4307         color-lab-to-srgb.
4308
4309 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4310
4311         * color.el: First part of merge from hexrgb.el.
4312         (color-rgb-to-hex): Rename from color-rgb->hex.
4313         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4314         saturation to zero if the value is too small.
4315         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4316         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4317         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4318         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4319         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4320         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4321         (color-cie-de2000): Doc fix.
4322
4323 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4324
4325         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4326         given method as in the group name if we're using an extended method.
4327         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4328         command, if we're using that, instead of waiting for the beginning.
4329
4330         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4331         we're sure to get unique server names, and we don't output two async
4332         commands in the same buffer.  This fixes an NNTP hang for some users.
4333
4334 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4335
4336         * gnus.el: No Gnus v0.11 is released.
4337
4338 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4339
4340         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4341         summary buffer before reading going to the next buffer.  This avoids
4342         putting the point in the group buffer if you `C-g' the command.
4343
4344         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4345         cache (for now) to make ~/.authinfo.gpg files usable.
4346
4347         * nnfolder.el (copyright-update): Define for the compiler.
4348
4349         * auth-source.el (auth-source-search): Fix unbound variable.
4350
4351 2011-02-19  Glenn Morris  <rgm@gnu.org>
4352
4353         * gnus.el (gnus-meta): Doc fix.
4354
4355 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4356
4357         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4358         in case it's not yet loaded.
4359
4360 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4361
4362         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4363         line we're waiting for.
4364
4365 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4366
4367         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4368         face with line-width greater than zero will cause RET in gnus summary
4369         buffer to scroll down article page-wise because auto vscroll happens,
4370         it should be temporally disabled when doing a scroll-up.
4371
4372 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4373
4374         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4375         outputs from the server.
4376
4377 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4378
4379         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4380         later so that bbdb can hook in easier.
4381
4382 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4383
4384         * auth-source.el (auth-source-search): Don't try to create credentials
4385         if the caller doesn't want that.
4386         (auth-source-search): If we don't find a match, don't bug out on
4387         non-bound variables.
4388         (auth-source-search): Only ask a single backend to create the
4389         credentials.
4390
4391         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4392         logging.
4393         (nnimap-credentials): Protect against auth-source-search returning nil.
4394         (nnimap-request-list): Protect against not being able to open the
4395         server.
4396
4397 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4398
4399         * auth-source.el (auth-source-search): Do a two-phase search, one with
4400         no :create to get the responses from all backends.
4401
4402         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4403         when getting credentials.
4404
4405         * gnus-util.el (gnus-delete-duplicates): New function.
4406
4407 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4408
4409         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4410         a creation default, pass the whole port list down.  It will be
4411         completed.
4412
4413         * auth-source.el (auth-source-search): Updated docs to talk about
4414         multiple creation choices.
4415         (auth-source-netrc-create): Accept a list as a value (from the search
4416         parameters) and do completion on that list.  Keep a separate netrc line
4417         with the password obscured for showing the user.
4418
4419         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4420         first choice to `auth-source-search' so it will be used for entry
4421         creation instead of the server's Gnus-specific name.
4422         (nnimap-credentials): Rely on the auth-source library to select which
4423         port is actually wanted in the new netrc entry, so don't override
4424         `auth-source-creation-defaults'.
4425
4426         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4427         :protocol and accept a missing user, host, or port as a wildcard match.
4428         (auth-source-debug): Default to off.
4429
4430         (auth-source-netrc-search, auth-source-netrc-create)
4431         (auth-source-secrets-search, auth-source-secrets-create)
4432         (auth-source-user-or-password, auth-source-backend, auth-sources)
4433         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4434         instead of :protocol.
4435
4436         * nnimap.el (nnimap-credentials): Pass a port default to
4437         `auth-source-search' in case an entry needs to be created.
4438         (nnimap-open-connection-1): Use :port instead of :protocol.
4439
4440 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * auth-source.el: Bind load-path when loading EIEIO from
4443         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4444         21.4 doesn't support, to `require'.
4445         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4446         delete-dups that is not available in XEmacs 21.4.
4447
4448 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4449
4450         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4451         as EIEIO must also be loaded when auth-source.el is being
4452         byte-compiled.
4453
4454 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4455
4456         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4457
4458         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4459
4460         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4461
4462         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4463
4464         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4465
4466         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4467
4468         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4469
4470         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4471         necessary.
4472
4473 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4474
4475         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4476         nil means that nnimap doesn't get updated.
4477
4478 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4479
4480         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4481         result when the user doesn't want to write to the file.
4482         (auth-source-netrc-search): Expect a synthetic result and proceed
4483         accordingly.
4484         (auth-source-cache-expiry): New variable to override
4485         `password-cache-expiry'.
4486         (auth-source-remember): Use it.
4487
4488         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4489         parameter.  Create entry if necessary by using :create t.
4490         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4491
4492 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4493
4494         * auth-source.el (auth-source-debug): Enable by default and don't
4495         mention the obsolete `auth-source-hide-passwords'.
4496         (auth-source-do-warn): New function to debug unconditionally.
4497         (auth-source-do-debug): Use it.
4498         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4499         and for Secrets API entries when the secrets.el library is not
4500         available.
4501
4502 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4503
4504         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4505         (gnus-summary-exit): Kill the correct article buffer on exit from a
4506         `C-d' group.
4507
4508         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4509         gnus-propagate-marks.
4510
4511         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4512         before killing the buffers so that a non-full window conf gets handled
4513         correctly.
4514         (gnus-summary-exit): Ditto.
4515         (gnus-summary-read-group-1): Ditto.
4516
4517         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4518         async code again so that we can debug it properly.
4519
4520         * message.el (message-reply): Take an optional switch-buffer parameter
4521         so that Gnus window confs are respected better.
4522
4523 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4524
4525         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4526         `plist-get' to accept non-list parameters (XEmacs issue).
4527         Fix docstring.
4528         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4529         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4530         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4531         Login collection is "Login" and not "login".
4532
4533 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4534
4535         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4536         multiple headers.
4537
4538         * nnimap.el (nnimap-inhibit-logging): New variable.
4539         (nnimap-log-command): Don't log login commands.
4540
4541         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4542         to have more parameters.
4543
4544         * nnimap.el (nnimap-send-command): Mark the command time for each
4545         command, so that we don't get NOOPs stepping on our toes.
4546
4547         * gnus-art.el (article-date-ut): Get the date from the Date header on
4548         `t'.
4549
4550 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * auth-source.el (auth-source-search): Use copy-sequence instead of
4553         the cl.el copy-list.
4554
4555 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4556
4557         * imap.el: Bring it back (revert
4558         84d800cd31de3064f0ed39617d725709a2f8f42f).
4559
4560 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4561
4562         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4563         Improve prompt.
4564
4565 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4566
4567         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4568         washing status from the default format.  It isn't very informative.
4569
4570 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4571
4572         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4573         Fix Gcc processing on imap.
4574
4575 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4576
4577         * imap.el: Remove file.  All the functionality is in nnimap.el.
4578
4579 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4580
4581         * message.el (message-bury): Don't pop up a new window when selected
4582         window is dedicated.
4583
4584 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4585
4586         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4587
4588 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4589
4590         * sieve-manage.el: Autoload `auth-source-search'.
4591         (sieve-sasl-auth): Use it.
4592
4593 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4594
4595         * nnimap.el: Autoload `auth-source-forget+'.
4596         (nnimap-open-connection-1): Use it if the connection fails.
4597
4598         * auth-source.el: Require `password-cache'.
4599         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4600         obsolete.
4601         (auth-source-magic): Marker for `password-cache' keys.
4602         (auth-source-do-cache): Update docstring.
4603         (auth-source-search): Use and check cache.
4604         (auth-source-forget-all-cached, auth-source-remember)
4605         (auth-source-recall, auth-source-forget, auth-source-forget+)
4606         (auth-source-specmatchp): Caching support functions.
4607         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4608         Remove and obsolete.
4609         (auth-source-user-or-password): Remove caching to further discourage
4610         using it.  Always hide passwords.
4611
4612         * password-cache.el (password-cache-remove): Accept secrets that are
4613         not strings.
4614
4615 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4616
4617         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4618         code for now, since it doesn't work for all users.
4619
4620 2011-02-09  Julien Danjou  <julien@danjou.info>
4621
4622         * message.el (message-options): Make message-options really buffer
4623         local.
4624
4625 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4626
4627         * mail-source.el: Autoload `auth-source-search'.
4628         (mail-source-keyword-map): Note order matters.
4629         (mail-source-set-1): Get all the mail-source source values and
4630         defaults and search auth-source on those if needed.  This can all
4631         probably be simplified.
4632
4633         * nnimap.el: Autoload `auth-source-search'.
4634         (nnimap-credentials): Use it.
4635         (nnimap-open-connection-1): Ask for the virtual server and physical
4636         address in one shot.
4637
4638         * nntp.el: Autoload `auth-source-search'.
4639         (nntp-send-authinfo): Use it.  Note TODO.
4640
4641 2011-02-08  Julien Danjou  <julien@danjou.info>
4642
4643         * shr.el (shr-tag-body): Add support for text attribute in body
4644         markups.
4645
4646         * message.el (message-options): Make message-options a local variable.
4647
4648 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4649
4650         * auth-source.el (auth-source-secrets-search)
4651         (auth-source-user-or-password): Use `append' instead of `nconc'.
4652         (auth-source-user-or-password): Build return list better and protect
4653         against nil :secret.
4654
4655 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4656
4657         * nnimap.el (nnimap-update-info): Refactor slightly.
4658         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4659         (nnimap-update-info): Clean up slightly.
4660         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4661         characters.
4662         (nnimap-process-quirk): Rename function to avoid collision.
4663         (nnimap-update-info): Fix macrology bug-out.
4664         (nnimap-update-info): Simplify split history test.
4665
4666 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4667
4668         * auth-source.el (top): Require 'eieio unconditionally.
4669         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4670         (auth-source-secrets-search): Limit search when `max' is greater than
4671         number of results.
4672
4673 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4674
4675         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4676         part not returning any data.
4677
4678         * proto-stream.el (open-protocol-stream): Document the return value.
4679
4680 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4681
4682         * auth-source.el (auth-source-secrets-search): Add examples.
4683
4684 2011-02-06  Julien Danjou  <julien@danjou.info>
4685
4686         * message.el (message-setup-1): Handle message-generate-headers-first
4687         set to t.
4688
4689 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4690
4691         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4692         API with a string "secrets:collection-name" and with 'default.
4693         (auth-source-backend-parse): Parse "secrets:collection-name" and
4694         'default.  Recurse on parses instead of repeating code.  Use the
4695         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4696         message when ignoring a source.
4697         (auth-source-search): List ignored search keys at the top level.
4698         (auth-source-netrc-create): Use `case' instead of `cond'.
4699         (auth-source-secrets-search): Created with TODOs.
4700         (auth-source-secrets-create): Created with TODOs.
4701         (auth-source-retrieve, auth-source-create, auth-source-delete)
4702         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4703         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4704         (auth-source-user-or-password-sftp)
4705         (auth-source-user-or-password-smtp): Remove.
4706         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4707         around `auth-source-search'.  Not tested thoroughly.
4708
4709 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4710
4711         * auth-source.el: Bring in assoc and eioeio libraries.
4712         (secrets-enabled): New variable to track the status of the Secrets API.
4713         (auth-source-backend): New EIOEIO class to represent a backend.
4714         (auth-source-creation-defaults): New variable to set prompt defaults
4715         during token creation (see the `auth-source-search' docstring for
4716         details).
4717         (auth-sources): Simplify to allow a simple string as a netrc backend
4718         spec.
4719         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4720         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4721         (auth-source-search): Main auth-source API entry point.
4722         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4723         (auth-source-search-collection): Helper function for searching.
4724         (auth-source-netrc-parse, auth-source-netrc-normalize)
4725         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4726         Supports search, create, and delete.
4727         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4728         backend stubs.
4729         (auth-source-user-or-password): Call `auth-source-search' but it's not
4730         ready yet.
4731
4732 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4733
4734         * message.el (message-setup-1): Remove the read-only stuff, since it
4735         doesn't work under XEmacs, for some reason.
4736
4737         * gnus-sum.el (gnus-user-date): Rename back from
4738         gnus-summary-user-date since user code refers to it.
4739
4740         * shr.el (shr-render-td): Store the actual background color used.
4741
4742         * message.el (message-setup-1): Don't bind the constant
4743         -forbidden-properties.
4744         (message-setup-1): Revert previous change, since it needs to bind the
4745         props to insert them.
4746         (message-resend): Allow removing the read-only separator line.
4747
4748 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4749
4750         * nnimap.el (nnimap-request-accept-article): Give an error message if
4751         the APPEND wasn't successful.
4752
4753 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4754
4755         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4756         that have no groups.
4757
4758 2011-02-03  Julien Danjou  <julien@danjou.info>
4759
4760         * gnus-draft.el: Remove progn around gnus-draft-setup.
4761
4762 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4763
4764         * gnus-start.el (gnus-read-active-for-groups): This function is never
4765         called with a nil `infos', so clean that up.
4766         (gnus-get-unread-articles): Request active files from primary/secondary
4767         methods that have no groups (yet).
4768
4769 2011-02-03  Julien Danjou  <julien@danjou.info>
4770
4771         * message.el (message-setup-1): Always generate References first.
4772         (message-mail): Return the return value of message-setup, not always t.
4773         (message-setup-1): Insert mail-header-separator with read-only and
4774         intangible properties set.
4775
4776         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4777         user-date in docstring.
4778
4779         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4780
4781         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4782         docstring.
4783
4784         * gnus.el (gnus-user-date-format-alist): Change default value.
4785         Use defcustom, with type and group. Move from gnus-util.el.
4786         Rename to gnus-summary-user-date-format-alist.
4787
4788 2011-02-03  Glenn Morris  <rgm@gnu.org>
4789
4790         * nnimap.el (gnus-fetch-headers): Declare.
4791
4792         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4793
4794 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4795
4796         * message.el (message-forward-make-body-digest-plain)
4797         (message-followup, message-reply): Clean up things noted by Stefan.
4798
4799         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4800         gnus-article-update-date-headers is nil.
4801         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4802         it didn't really work with defcustom.
4803         (article-update-date-lapsed): Make sure the window start doesn't move,
4804         either.
4805
4806 2011-02-01  Julien Danjou  <julien@danjou.info>
4807
4808         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4809         format.
4810
4811         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4812         standard in Emacs nowadays.
4813
4814         * color.el (color-gradient): Add a color-gradient function.
4815
4816 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4817
4818         * message.el (message-expand-name): Don't trust the return value of
4819         bbdb-complete-name.
4820         (message-check-news-header-syntax): Remove unused var `start'.
4821         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4822         (message-inhibit-body-encoding): Move to before first use.
4823         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4824         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4825         (Organization, Message-ID, Date, mh-previous-window-config):
4826         Defvar the vars using dynamic scoping.
4827
4828 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4829
4830         * shr.el (shr-render-td): Only do colors at the final rendering.
4831         Should be slightly faster.
4832         (shr-insert-table): Fix up TD background colors when doing the
4833         vertical padding.
4834
4835         * gnus-art.el (article-date-ut): Protect against articles with no Date
4836         header.
4837         (article-update-date-lapsed): Don't use current-column to find the
4838         horizontal position.  It's fragile in the presence of \003 characters.
4839
4840         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4841
4842 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4843
4844         * gnus-art.el (article-transform-date): Rewrite to still work when
4845         there are several rfc2822 parts.
4846         (article-transform-date): Fix infinite recursion.
4847         (article-date-ut): Replace infinitely many Date headers with a single
4848         one when called interactively.
4849
4850         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4851         secure manner.
4852
4853         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4854         move around by not using save-window-excursion.  It seems to work...
4855
4856 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * gnus-art.el (article-make-date-line): Work for user-defined format.
4859
4860 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4861
4862         * nntp.el (nntp-retrieve-group-data-early)
4863         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4864         fetching functions.
4865
4866         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4867         thoroughly for all backends that have no known groups.  This should
4868         allow new nnml methods to retrieve mail.
4869
4870         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4871         that Gnus doesn't know exists again.
4872
4873         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4874         (gnus-treat-date-ut): Ditto.
4875         (gnus-article-update-date-header): Rename.
4876         (gnus-treat-date-local): Remove.
4877         (gnus-treat-date-english): Remove.
4878         (gnus-treat-date-lapsed): Remove.
4879         (gnus-treat-date-combined-lapsed): Remove.
4880         (gnus-treat-date-original): Remove.
4881         (gnus-treat-date-iso8601): Remove.
4882         (gnus-treat-date-user-defined): Remove.
4883         (gnus-article-date-headers): New variable to control all the date
4884         header options.
4885         (article-date-ut): Rewrite to allow using the new way to format date
4886         headers(s).
4887
4888 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4889
4890         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4891         method.
4892         (nnmail-article-group): A better test for fanciness.
4893
4894         * nnimap.el (nnimap-request-head): Protect against not finding the
4895         article by Message-ID.
4896
4897 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4898
4899         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4900         keep point at the "same place".
4901
4902 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4903
4904         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4905         data if the group is inactive.
4906
4907 2011-01-28  Julien Danjou  <julien@danjou.info>
4908
4909         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4910         (gnus-all-windows-visible-p): Remove old compatibility code.
4911         (gnus-window-top-edge): Add docstring.
4912
4913         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4914
4915 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4916
4917         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4918         older request-update-info.
4919
4920         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4921
4922 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4923
4924         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4925         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4926
4927 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4928
4929         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4930         groups.  This makes the nndraft:queue group pop up if it's not already
4931         there.
4932
4933         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4934         messages" logic, which was reversed.
4935
4936         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4937         the "same place" even if point is on the line being replaced.
4938         (article-update-date-lapsed): Allow updating both the combined lapsed
4939         and the lapsed headers.
4940         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4941         (article-make-date-line): Limit the number of segments dynamically to
4942         avoid too-long lines.
4943
4944 2011-01-27  Julien Danjou  <julien@danjou.info>
4945
4946         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4947         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4948
4949 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4952         Use plist-get instead of the cl function getf.
4953
4954 2011-01-27  Glenn Morris  <rgm@gnu.org>
4955
4956         * gnus-util.el (float-time): Get rid of compiler warning, again.
4957
4958 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4959
4960         * shr.el (shr-put-color): Special-case background colors: Do put them
4961         at the blank parts at the front of the lines.
4962
4963         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4964         exit hook to nix out all data on readedness on group exit.
4965
4966         * gnus-util.el (float-time): If float-time is bound, always use it on
4967         all Emacsen.  It's unclear why the subrp check was there.
4968         (time-date): Require to make some autoload issues on XEmacs go away.
4969
4970         * shr.el (shr-put-color): Don't do the box padding in tables, since
4971         they're already padded.
4972
4973 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4974
4975         * gnus-art.el (gnus-article-next-page): When the last line of the
4976         article is displayed, scroll down once more instead of going to the
4977         next article at once.
4978         (article-lapsed-string): Refactor out and allow specifying how many
4979         segments you want.
4980         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4981         (gnus-article-update-lapsed-header): New variable.
4982
4983         * shr.el: Revert change that made headings use different-sized faces.
4984         The Emacs display engine isn't advanced enough that, for instance,
4985         tables can comfortably use differently-sized faces.
4986
4987 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4988
4989         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4990         used.
4991         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4992         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4993         we're using an encrypted connection.
4994
4995         * proto-stream.el: Alter the interface functions to also return the
4996         actual stream type used: network or tls.
4997
4998 2011-01-25  Julien Danjou  <julien@danjou.info>
4999
5000         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5001         (mm-display-javascript-inline): New function.
5002
5003         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5004         viewing function.
5005
5006 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * shr.el (shr-expand-newlines): Fix variable name.
5009
5010 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5011
5012         * shr.el (shr-expand-newlines): Make nested boxes work.
5013
5014 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5015
5016         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5017         backgrounds.
5018         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5019         in a more sensible manner.
5020
5021 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5022
5023         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5024         if EPG is loaded.
5025
5026 2011-01-24  Julien Danjou  <julien@danjou.info>
5027
5028         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5029         tags.
5030
5031 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5032
5033         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5034         commands.
5035
5036         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5037         in the article buffer.
5038         (gnus-gravatar-insert): Use blank space from the current buffer to
5039         avoid breaking text properties.  This makes X-Sent updating work again.
5040
5041         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5042
5043 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5044
5045         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5046         fix the bug in url-http.el instead.
5047
5048         * shr.el (shr-image-fetched): Ditto.
5049
5050         * shr.el (shr-image-fetched): Avoid having point move in the article
5051         buffer.
5052
5053         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5054         buffer after being called.  It's apparently being killed by url.el, and
5055         killing it made point move to end-of-buffer in a random buffer.
5056
5057         * shr.el (shr-image-fetched): Ditto.
5058
5059 2011-01-23  Julien Danjou  <julien@danjou.info>
5060
5061         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5062
5063         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5064         text/x-org.
5065
5066 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5067
5068         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5069         (i.e., nnimap) returning nil as the article number.
5070
5071 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5072
5073         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5074         "DelSp" parameter in RFC3676.
5075
5076 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5077
5078         * message.el (message-check-recipients): Display the encoded version of
5079         the bogus address if they differ.
5080
5081         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5082         after sending.
5083
5084         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5085
5086         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5087
5088         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5089         group buffer after sending the queue.
5090
5091         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5092
5093 2011-01-22  Julien Danjou  <julien@danjou.info>
5094
5095         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5096
5097 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5098
5099         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5100         nested related parts.
5101
5102         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5103         unexpired articles.  This fixes the regression that led expiry marks to
5104         disappear from nnfolder groups.
5105
5106 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5107
5108         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5109         Don't confuse the "ret" of "retrograde" with RET.
5110
5111 2011-01-21  Julien Danjou  <julien@danjou.info>
5112
5113         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5114         than mm-insert-inline.
5115
5116 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5119         Widen article buffer.
5120
5121 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5122
5123         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5124         the temp buffer.
5125         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5126
5127 2011-01-20  Julien Danjou  <julien@danjou.info>
5128
5129         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5130
5131         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5132         than mm-insert-inline to insert inline part: this respect
5133         mm-inline-media-tests displayers.
5134
5135         * mm-view.el (mm-display-shell-script-inline): New function.
5136
5137         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5138
5139         * mm-uu.el (mm-uu-type-alist): Add org block.
5140         (mm-uu-org-src-code-block-extract): New function.
5141
5142         * mm-view.el (mm-display-org-inline): New function.
5143
5144         * mm-decode.el (mm-automatic-display): Add text/org.
5145
5146         * mailcap.el (mailcap-mime-extensions): Add .org.
5147
5148 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5151         gnus-article-add-buttons.
5152
5153 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5154
5155         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5156         From header with a date and "nobody" as the sender.
5157
5158 2011-01-19  Julien Danjou  <julien@danjou.info>
5159
5160         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5161         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5162         if you have the same regexp several times.
5163         (gnus-button-push): Fix matching when regexp is symbol.
5164
5165 2011-01-15  Glenn Morris  <rgm@gnu.org>
5166
5167         * message.el (message-mail): A compose-mail function should
5168         accept headers as strings.
5169
5170 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5171
5172         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5173         Add :vert-only tags.
5174         (message-mail): New arg RETURN-ACTION.
5175         (message-return-action): New var.
5176         (message-bury): Use it.
5177         (message-mode): Make it buffer-local.
5178         (message-send-and-exit): Always call message-bury.
5179
5180         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5181         message-mail.
5182
5183 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5184
5185         * nnimap.el (nnimap-convert-partial-article): Protect against
5186         zero-length body parts.
5187
5188         * mm-decode.el (mm-preferred-alternative-precedence):
5189         Discourage showing empty parts.
5190
5191         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5192         and stuff if the backend didn't return the article number.  This fixes
5193         an Exchange-related nnimap bug.
5194
5195         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5196         group window, because it does the wrong thing when a separate frame
5197         displays the group buffer.
5198
5199         * proto-stream.el (open-protocol-stream): Protect against the low-level
5200         transport functions returning nil.
5201
5202 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5203
5204         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5205         (mml2015-epg-find-usable-secret-key): New function.
5206         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5207         mml2015-epg-find-usable-key (Bug#7797).
5208         (mml2015-epg-encrypt): Ditto.
5209
5210 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * dgnushack.el (rot13-string): Fix the way to get the argument.
5213
5214 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215
5216         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5217
5218 2011-01-03  Glenn Morris  <rgm@gnu.org>
5219
5220         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5221
5222         * sieve.el (sieve-open-server): Give a more explicit error if
5223         sieve-manage-open returns nil.  (Bug#7720)
5224
5225 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5226
5227         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5228
5229 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5230
5231         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5232         This avoids sending passwords in plain text over non-encrypted
5233         channels.
5234
5235         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5236
5237         * nnimap.el (nnimap-login): Refactored out into own function, and
5238         implement CRAM-MD5.
5239         (nnimap-wait-for-line): Refactored out.
5240
5241         * mm-view.el (mml-smime): Require.
5242
5243 2010-12-20  David Engster  <deng@eml.cc>
5244
5245         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5246         use EPG to decrypt S/MIME messages instead of openssl.
5247
5248 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249
5250         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5251
5252         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5253         status is the group clearly is unreachable.
5254
5255         * auth-source.el (auth-source-create): Add the optional second
5256         parameter to `local-variable-p' to be compatible with XEmacs.
5257
5258 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5259
5260         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5261         work when using a compressed nnml folder.
5262
5263 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264
5265         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5266         backends after sanitising on entry, because this never makes sense:
5267         If the articles have gone missing, then the data no longer exists on
5268         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5269         overwrite anything anyway.
5270
5271         * shr.el (shr-insert-document): Bind shr-width dynamically to
5272         window-width if it's nil.
5273
5274 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5275
5276         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5277         with the meaning of using the full emacs window width for rendering.
5278
5279 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5280
5281         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5282         case when sender is not given.
5283
5284 2010-12-23  Julien Danjou  <julien@danjou.info>
5285
5286         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5287         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5288         the addresses, otherwise we might misplaced the gravatar.
5289
5290 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5291
5292         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5293         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5294         obsolete in Emacs.
5295
5296 2010-12-20  Julien Danjou  <julien@danjou.info>
5297
5298         * gnus-util.el (gnus-rescale-image): Revert last change.
5299
5300 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5301
5302         * binhex.el: Improve commentary (Bug#7482).
5303
5304 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5305
5306         * gnus-group.el (gnus-group-delete-articles): New command.
5307
5308 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5309
5310         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5311
5312 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313
5314         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5315         here, since it's up to the backends to do CRLF removal if their
5316         protocol has it.
5317
5318         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5319
5320 2010-12-17  Julien Danjou  <julien@danjou.info>
5321
5322         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5323         they are from file.  Can also scale up.
5324
5325 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5326
5327         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5328         Restore gnus-use-agent.
5329         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5330
5331         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5332
5333 2010-12-17  Julien Danjou  <julien@danjou.info>
5334
5335         * gravatar.el (gravatar-retrieve-synchronously): New function.
5336         (gravatar-get-data): Make more robust.
5337
5338 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5341
5342 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5343
5344         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5345         to really consider the last line.
5346
5347 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5348
5349         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5350         list of recipient keys, or use symmetric encryption if not a list.
5351         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5352         EPA override, replacing the call to `netrc-store-data'.
5353
5354 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5355
5356         * gnus-srvr.el: Avoid passing nil regexp argument to
5357         delete-matching-lines.
5358
5359 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5360
5361         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5362         fetching stops when Gnus exits.
5363
5364         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5365         function.
5366         (nnfolder-request-expire-articles): Save all the buffers after doing
5367         expiry.
5368
5369         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5370         the last article", since that led to serious performance regressions
5371         when expiring nnml groups.
5372
5373 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5374
5375         * nnir.el: Improve customizations.
5376
5377 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5378
5379         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5380
5381         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5382         group has been killed.
5383         (gnus-group-yank-group): Ditto.
5384
5385         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5386
5387         * nnimap.el (nnimap-request-update-group-status): New function.
5388
5389         * gnus-int.el (gnus-request-update-group-status): New interface
5390         function.
5391
5392         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5393         copying read-ness to the backends.
5394
5395         * nnimap.el (nnimap-quirk): New function.
5396         (nnimap-retrieve-group-data-early): Use it.
5397         (nnimap-quirks): New alist.
5398
5399 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5402         don't delete it within indentation.
5403
5404 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5405
5406         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5407         previous line.
5408
5409 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5412         QRESYNC command by deleting a superfluous space which broke Cyrus
5413         servers.  This change will break other servers that are buggy the other
5414         way around.
5415
5416 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5417
5418         * spam.el: Reindent and fix long lines.
5419         (spam-copy-or-move-routine): Exclude invalid move destinations.
5420
5421 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5422
5423         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5424         installed the registry.
5425
5426 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5429
5430 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5431
5432         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5433         groupname doesn't contain "gmane".
5434
5435 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5436
5437         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5438         and netrc-bound-and-true-p bindings.
5439         (netrc-parse): Cache the netrc contents.
5440
5441         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5442         (gnus-1): Don't create the nndrafts group twice.
5443         (gnus-setup-news): There's no need to read the active file here, since
5444         that's done again later on a per-backend basis.
5445         (gnus-start-draft-setup): Make sure that the new group is started out
5446         empty.
5447
5448         * gnus-agent.el (gnus-agentize): Don't create the queue group
5449         automatically on startup.  It'll be created later, if needed.
5450
5451         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5452         of automatically subscribed groups.
5453         (gnus-auto-subscribed-categories): New variable.
5454         (gnus-matches-options-n): Use it.
5455         (gnus-default-subscribed-newsgroups): Remove unused variable.
5456         (gnus-start-draft-setup): Message a bit less.
5457
5458 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5459
5460         * nnir.el (nnir-run-imap): Return article list in order of increasing
5461         UID.
5462
5463 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5464
5465         * gnus-sum.el (gnus-summary-enter-digest-group):
5466         Mention gnus-auto-select-on-ephemeral-exit.
5467
5468         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5469         convention of the network-only option.
5470
5471 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5472
5473         * proto-stream.el (proto-stream-open-network-only): New function to
5474         have a way to specify non-STARTTLS upgrade connections.
5475
5476 2010-12-10  Julien Danjou  <julien@danjou.info>
5477
5478         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5479         email address is nil.
5480
5481         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5482
5483 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5484
5485         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5486         deletion.
5487         (nnir-run-imap): Only need to parse list once.
5488
5489 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5490
5491         * shr.el (shr-tag-script): Ignore <script>.
5492         (shr-tag-label): Add <label> support.
5493
5494 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5497
5498         * shr.el (shr-image-displayer): Work for images lined side by side.
5499
5500 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5501
5502         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5503         parameter, since XEmacs doesn't accept t as a parameter.
5504
5505 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5506
5507         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5508         ids.
5509         (nnir-run-gmane): Simplify groupspec formatting.
5510         (nnir-request-expire-articles): New function.
5511
5512 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5515         overflow, possibly.
5516
5517         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5518         (shr-render-td): Handle td style="" better.
5519         (shr-tag-table): Use the color from the style sheet.
5520         (shr-render-td): Make sure we copy over all the overlays, too.
5521
5522 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5523
5524         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5525         (nnir-request-article): Improve article retrieval.
5526
5527 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * mm-util.el (mm-extra-numeric-entities): New variable.
5530
5531         * mm-url.el (mm-url-decode-entities):
5532         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5533
5534         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5535
5536 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5537
5538         * message.el: Use completion-at-point.
5539         (message-completion-function): New fun, extracted from message-tab.
5540         (message-mode): Use it for completion-at-point-functions.
5541         (message-tab): Use it and completion-at-point.
5542
5543 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5546         character if a non-breakable character follows.
5547
5548 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5551         any stream.
5552
5553         * shr.el (shr-tag-font): Colorize the region.
5554         (shr-tag-body): Ditto.
5555         (shr-tag-font): Actually let the styles be inherited instead of
5556         overwriting them.
5557         (shr-tag-font): Get the background color right.
5558         (shr-tag-style): Ignore all <style> tags for the moment.
5559
5560         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5561         a Message-ID to avoid having nnimap depend on gnus-sum.
5562
5563         * shr.el (shr-descend): Only colorize something if we have a node that
5564         sets colors.
5565
5566 2010-12-06  Julien Danjou  <julien@danjou.info>
5567
5568         * shr.el (shr-render-td): Render td content with shr-descend, so style
5569         will be applied to <td> too.
5570         (shr-colorize-region): Colorize region even if we only have a background.
5571         (shr-tag-body): Fix color and background color inheritance.
5572         Do not recolorize after shr-generic.
5573         (shr-tag-font): Let shr-generic colorize via inheritance.
5574
5575 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5578
5579 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5580
5581         * nnir.el (nnir-request-move-article): Remove obsolete code.
5582
5583 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5586
5587 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5588
5589         * gnus-sum.el (gnus-summary-respool-article): The completion function
5590         expects a list instead of an alist.
5591
5592         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5593         string as the parameter.
5594
5595         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5596
5597         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5598         styles.
5599         (shr-colorize-region): New function.
5600         (shr-insert-background-overlay): Remove.
5601         (shr-render-td): Background setting should be taken care of on a higher
5602         level.
5603         (shr-tag-body): Use post-hoc colorizations.
5604         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5605         (shr-put-color-1): Don't overwrite old colors.
5606         (shr-colorize-region): When the background color isn't explicit, use
5607         a fixed background.
5608
5609         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5610         nnmail variables.
5611
5612 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5613
5614         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5615         unless necessary.
5616
5617 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5618
5619         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5620         server.
5621
5622 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5623
5624         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5625         so that TAB works.
5626
5627         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5628         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5629
5630         * shr.el (shr-urlify): Show the URL before the title to avoid
5631         misleading URLs.
5632
5633 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5634
5635         * shr.el (shr-urlify): Display the title in <a> tags.
5636
5637 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5638
5639         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5640
5641 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5642
5643         * nnir.el: Rearrange code to allow macros to be autoloaded by
5644         gnus-sum.el.
5645         (nnir-retrieve-headers-override-function): Make this variable
5646         customizable.
5647         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5648
5649         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5650         from nnir.el.
5651
5652 2010-12-03  Julien Danjou  <julien@danjou.info>
5653
5654         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5655
5656 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5659         allow optional argument `environment'.
5660
5661 2010-12-03  Glenn Morris  <rgm@gnu.org>
5662
5663         * mm-extern.el (message-goto-body): Update declaration.
5664
5665 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * gnus-util.el (gnus-macroexpand-all): New function.
5668
5669         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5670         instead of macroexpand-all that is unavailable in XEmacs.
5671
5672 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5673
5674         * nnir.el (nnir-summary-line-format): New variable.
5675         (nnir-mode): Use it.
5676         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5677         (nnir-article-ids): Reimplement as defsubst.
5678         (nnir-retrieve-headers): Don't mangle the subject header.
5679         (nnir-run-imap): Use 100 as RSV score.
5680         (nnir-run-find-grep): Fix for full server searching.
5681         (nnir-run-gmane): Better restriction to gmane groups.
5682
5683         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5684         summary buffers.
5685
5686 2010-12-02  Julien Danjou  <julien@danjou.info>
5687
5688         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5689
5690         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5691
5692         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5693         support.
5694
5695 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5696
5697         * nnir.el: Update to handle the registry better.
5698         (autoload): Silence byte-compiler.
5699         (nnir-open-server): Add a hook for nnir groups.
5700         (nnir-request-move-article): Don't mangle the header.  Better to use
5701         formatting variables (which will be added in the future).
5702         (nnir-registry-action): Update the registry using the original article
5703         group name.
5704         (nnir-mode): Install nnir-specific hooks for updating the registry.
5705
5706         * gnus-sum.el
5707         (gnus-article-original-subject,gnus-newsgroup-original-name):
5708         Remove obsolete variables.
5709         (gnus-summary-move-article): Remove use of obsolete variables.
5710         (gnus-summary-local-variables): Make move and delete hooks local to
5711         summary buffers.
5712
5713 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5714
5715         * rtree.el: New file.
5716
5717 2010-12-01  Julien Danjou  <julien@danjou.info>
5718
5719         * message.el (message-user-organization): Do not use
5720         gnus-local-organization.
5721
5722         * gnus.el: Remove gnus-local-organization.
5723
5724         * gnus-msg.el: Remove nastygram thing.
5725
5726 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5727
5728         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5729         funcall.
5730
5731 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5734         names.
5735
5736         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5737         characters.
5738
5739         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5740         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5741         Suggested by Štěpán Němec <stepnem@gmail.com>.
5742         (gnus-gravatar-transform-address): Use mail-extract-address-components
5743         that supports non-ASCII names rather than mail-header-parse-addresses.
5744
5745 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5746
5747         * proto-stream.el (open-protocol-stream): All starttls connections are
5748         handled by the network handler.
5749
5750 2010-11-30  Julien Danjou  <julien@danjou.info>
5751
5752         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5753         (nnimap-open-connection-1): Fix PREAUTH.
5754
5755         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5756
5757 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5760         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5761         (shr-insert): Use them.
5762         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5763
5764 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5765
5766         * nnir.el (nnir-request-move-article): Bail out if original group
5767         doesn't support article moves.
5768         (nnir-get-active): Improve active list retrieval.
5769
5770 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5773
5774 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5775
5776         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5777         seem to accept strings-with-numbers as port numbers.
5778
5779 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5780
5781         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5782         change the registry.
5783
5784 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5787         delete-dups that is not available in XEmacs 21.4.
5788
5789         * mm-util.el (mm-delete-duplicates): Add comment.
5790
5791 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5792
5793         * nnir.el (nnir-ignored-newsgroups): New variable.
5794         (nnir-get-active): Use it.
5795
5796 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5797
5798         * proto-stream.el (proto-stream-open-network): Add some comments.
5799
5800         * nntp.el (nntp-open-connection): Provide a :success condition.
5801
5802         * nnimap.el (nnimap-open-connection-1): Ditto.
5803
5804         * proto-stream.el (proto-stream-open-network): See what the response to
5805         the STARTTLS command is.
5806
5807         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5808         backwards compatibility).
5809         (nnimap-open-connection-1): Really respect nnimap-server-port.
5810
5811         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5812         TLS upgrades we don't really care about the identity of the peer.
5813         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5814         that what we've checked for.
5815         (proto-stream-always-use-starttls): Only default to t if
5816         open-gnutls-stream exists.
5817         (proto-stream-open-network): If STARTTLS failed, then just open a
5818         normal connection.
5819         (proto-stream-open-network): Wait until the greeting before doing
5820         STARTTLS.
5821
5822         * nntp.el (nntp-open-connection): Report what the connection error is.
5823
5824         * proto-stream.el (open-protocol-stream): Rename from
5825         open-proto-stream.
5826
5827 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5828
5829         * nnimap.el (nnimap-stream): Change default to `undecided'.
5830         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5831         first, and then network.
5832         (nnimap-open-connection-1): Respect nnimap-server-port.
5833         (nnimap-open-connection): Be more backwards-compatible.
5834
5835         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5836         (proto-stream-open-starttls): De-duplicate the starttls code.
5837         (proto-stream-open-starttls): Folded back into the main function.
5838         (proto-stream-open-network): Fix typo in the gnutls path.
5839         (proto-stream-command): Refactor out.
5840
5841         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5842
5843         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5844         starttls.el STARTTLS.
5845
5846         * color.el (color-lab->srgb): Fix function call name.
5847
5848         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5849         if we're using tls.el.
5850         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5851         built in, then don't try to establish a STARTTLS connection.
5852
5853         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5854         servers.
5855
5856         * proto-stream.el (open-proto-stream): Use network, not stream.
5857         (open-proto-stream): Add a way to specify what the end of a command is.
5858
5859         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5860         connections types.
5861         (nntp-open-network-stream): Remove.
5862         (nntp-open-ssl-stream): Remove.
5863         (nntp-open-tls-stream): Remove.
5864         (nntp-ssl-program): Remove.
5865
5866         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5867
5868 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5869
5870         * nnir.el: Fix typos.
5871         (nnir-retrieve-headers-override-function): Rename variable to reflect
5872         new semantics.
5873         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5874         macros.
5875         (nnir-request-article, nnir-request-move-article): Use them.
5876         (nnir-categorize): New function.
5877         (nnir-run-query): Use it.
5878         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5879         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5880         sorted.
5881         (nnir-group-full-name): Use gnus-group-full-name instead.
5882         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5883         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5884
5885 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5886
5887         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5888
5889         * proto-stream.el: New library to provide protocol-specific
5890         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5891         protocols.
5892         (open-proto-stream): Complete the documentation.
5893         (proto-stream-open-network): Fix some typos.
5894
5895         * nnimap.el (nnimap-open-connection): Use it.
5896
5897 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5898
5899         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5900         negotiation.
5901
5902 2010-11-26  Julien Danjou  <julien@danjou.info>
5903
5904         * color.el: Rename various rgb functions to srgb.
5905
5906 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5907
5908         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5909         names.
5910
5911 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * shr.el (shr-insert): Revert last change.
5914         (shr-find-fill-point): Never leave point being at bol;
5915         relax the kinsoku limitation when rendering tables.
5916
5917 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5920         results from -accept-article.
5921
5922         * shr-color.el: Require cl when compiling.
5923
5924         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5925         checkin.
5926
5927         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5928
5929         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5930
5931         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5932         'add and 'delete to set backend marks.
5933
5934         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5935
5936         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5937
5938         * nntp.el (nntp-request-set-mark): Use it.
5939
5940         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5941
5942         * nnml.el (nnml-request-set-mark): Ditto.
5943
5944         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5945         introduces regressions in article selection.
5946         (nnimap-find-uid-response): New function.
5947         (nnimap-request-accept-article): Use the UID returned, if any.
5948         (nnimap-request-move-article): Use the UID returned, if any.
5949         (nnimap-get-groups): Reimplement to work with folded lines.
5950         (nnimap-find-uid-response): The UID is the last element in the list.
5951         (nnimap-request-set-mark): Extend syntax with 'set.
5952
5953         * nnml.el (nnml-request-set-mark): Ditto.
5954
5955         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5956
5957         * nntp.el (nntp-request-set-mark): Ditto.
5958
5959 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * message.el (message-called-interactively-p): A temporary macro.
5962         (message-goto-body): Use it temporarily.
5963
5964 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5967         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5968         (nnimap-last-response-string): Fix last unfolding fix.
5969
5970 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * shr.el (shr-insert): Fix the way to fold lines.
5973
5974 2010-11-25  Julien Danjou  <julien@danjou.info>
5975
5976         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5977
5978         * color.el: Rename from color-lab.el
5979         (color-rgb->hex): Add.
5980         (color-complement): Add.
5981         (color-complement-hex): Add.
5982
5983         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5984
5985 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5986
5987         * shr-color.el (shr-color-visible): Don't bug out if the color names
5988         don't exist.
5989
5990 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5993         assuming that article displaying or another mml-preview may be
5994         interrupted for an error or for the like.
5995
5996         * shr.el (shr-get-background): Fix argument name.
5997
5998 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5999
6000         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6001
6002         * gnus-sum.el (gnus-summary-include-articles): New function.
6003
6004         * message.el (message-goto-body): called-interactively-p needs a
6005         parameter, so use `any'.
6006
6007         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6008         clear marks before moving, since they're synced from the Gnus side
6009         first.
6010
6011         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6012         (gnus-summary-move-article): Copy over all marks before moving, so that
6013         IMAP doesn't think a new article has arrived.
6014
6015 2010-11-24  Julien Danjou  <julien@danjou.info>
6016
6017         * shr.el (shr-insert-background-overlay): Fix typo.
6018         (shr-render-td): Copy the background before rendering.
6019
6020         * shr-color.el (shr-color-visible): Fix docstring.
6021
6022         * shr.el (shr-tag-table): Add bgcolor support.
6023         (shr-render-td): Add bgcolor support.
6024         (shr-get-background): Add.
6025         (shr-insert-foreground-overlay): Use shr-get-background.
6026
6027         * message.el (message-goto-body): Use called-interactively-p.
6028         (message-in-body-p): message-goto-body returns point.
6029
6030 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6031
6032         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6033         Fixes something or other in Emacs 23, and is backwards compatible.
6034
6035         * message.el (message-goto-body): Remove the <#secure special-casing,
6036         which is too special.
6037
6038         * shr.el (shr-parse-style): Drop !important from styles.
6039
6040 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6041
6042         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6043         this function to return incorrect results when calling it with an
6044         explicit article argument different from
6045         (gnus-summary-article-number).
6046
6047 2010-11-24  Julien Danjou  <julien@danjou.info>
6048
6049         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6050         (shr-tag-body): Add background support.
6051         (shr-descend): Add background support.
6052         (shr-tag-title): Add.
6053
6054         * shr-color.el (shr-color-visible): Really return original background
6055         if fixed.
6056
6057 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6058
6059         * shr.el (shr-color-check): Protect against non-existent color names.
6060
6061 2010-11-24  Julien Danjou  <julien@danjou.info>
6062
6063         * color-lab.el: Require 'cl when compiling.
6064
6065         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6066
6067         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6068         matched part.
6069
6070         * color-lab.el: Fix all expt calls to use float type.
6071
6072 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6075         expression to shr-color-check as is.
6076
6077         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6078
6079         * color-lab.el: Add coding cookie.
6080         (float-pi): Use eval-and-compile.
6081
6082         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6083         compiled for Emacsen having no `libxml-parse-html-region' support.
6084
6085 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6086
6087         * shr.el (shr-insert-color-overlay): Split stuff like
6088         "#444444 !important" to find the real color.
6089         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6090         parse <font color="red"> entries.
6091
6092 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6093
6094         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6095         point when parsing headers.
6096
6097         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6098         is positioned properly when parsing headers.
6099
6100 2010-11-23  Julien Danjou  <julien@danjou.info>
6101
6102         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6103
6104         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6105
6106         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6107
6108         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6109         Use shr-color-hue-to-rgb.
6110         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6111
6112 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113
6114         * shr.el (shr-color->hexadecimal): Autoload.
6115         (shr-descend): Add color to all tags.
6116
6117 2010-11-22  Julien Danjou  <julien@danjou.info>
6118
6119         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6120         shr-color->hexadecimal.
6121
6122         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6123         RGB() or HSL() color representation.
6124
6125         * shr.el (shr-tag-font): Add.
6126         (shr-tag-color-check): New function to get better colors.
6127         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6128         tag-span.
6129
6130         * shr-color.el: New file.
6131
6132         * color-lab.el: New file.
6133
6134         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6135
6136 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6137
6138         * nnir.el: Fix typo in comments.
6139         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6140         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6141
6142 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6143
6144         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6145
6146         * nnimap.el (nnimap-get-capabilities): Refactor out.
6147         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6148
6149 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6150
6151         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6152         appearing when `mm-uu-hide-markers' is nil.
6153
6154 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155
6156         * nnimap.el (nnimap-unselect-group): Make into its own function.
6157         (nnimap-request-rename-group): Unselect group before renaming.
6158         This had gotten lost somewhere.
6159         (nnimap-request-accept-article): Keep track of examined groups, and
6160         unselect the group before APPENDing to read-only groups.
6161         (nnimap-request-move-article): Clear flags before moving so that they
6162         can be re-set later.
6163
6164 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6167         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6168
6169 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * gnus-art.el (gnus-mime-display-single):
6172         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6173         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6174         parameter.
6175
6176 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6177
6178         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6179         (shr-table-vertical-line): New variable.
6180         (shr-insert-table): Use it.
6181
6182 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gnus-html.el (gnus-html-wash-images): Don't display images if
6185         gnus-inhibit-images is non-nil; register displayer for cid images.
6186         (gnus-html-display-image): Work for cid image.
6187         (gnus-html-insert-image): Allow arguments.
6188         (gnus-html-put-image): Inhibit read-only.
6189         (gnus-html-prefetch-images): Don't prefetch images if
6190         gnus-inhibit-images is non-nil.
6191
6192 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6193
6194         * shr.el (shr-put-image): Break lines when inserting big pictures.
6195
6196 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6197
6198         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6199         sender, thanks Katsumi Yamaoka.
6200
6201 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6202
6203         * nnir.el (nnir-run-imap): Reverse the article list for each group
6204         rather than the whole list.
6205
6206 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * shr.el (shr-image-displayer): Protect function against non-existent
6209         image source.
6210
6211         * gnus-art.el (gnus-inhibit-images): New user option.
6212         (gnus-mime-display-single): Don't display image if it is non-nil.
6213
6214         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6215         gnus-inhibit-images.
6216
6217         * shr.el (shr-image-displayer): New function.
6218         (shr-tag-img): Use it.
6219
6220 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6221
6222         * mml2015.el (mml2015-epg-sign): Use From header.
6223
6224 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6225
6226         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6227
6228         * gnus-util.el (gnus-find-text-property-region): Return markers.
6229
6230         * shr.el (shr-tag-img): Put a displayer in the text property.
6231
6232         * gnus-util.el (gnus-find-text-property-region): New utility function.
6233
6234         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6235         (gnus-html-show-images): Remove.
6236
6237         * gnus-art.el (gnus-article-show-images): New, more general function.
6238
6239         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6240         image url text properties.
6241
6242         * shr.el: Ditto.
6243
6244         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6245         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6246
6247 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6250         work for two or more articles.
6251
6252 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6255         divide an image that's in an html article to two or more when washing
6256         non-ASCII characters in alt text of it.
6257
6258 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6261         smime-decrypt-region using function argument.
6262         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6263
6264         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6265
6266         * smime.el (smime-decrypt-region): Catch it.
6267
6268 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6269
6270         * smime.el (smime-mode-map): Move initialization into declaration.
6271         (gnus-run-mode-hooks): Don't autoload.
6272         (smime-mode): Use define-derived-mode.
6273
6274 2010-11-11  Glenn Morris  <rgm@gnu.org>
6275
6276         * smime.el (from): Restrict declaration to XEmacs.
6277
6278         * nnir.el (gnus-group-topic-name): Autoload.
6279
6280 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * shr.el (shr-insert): Don't break long line if it is because of
6283         kinsoku-bol characters in the line end.
6284
6285 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6286
6287         * nnir.el (nnir-request-move-article): Fix to provide original group
6288         and subject.
6289         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6290         been retrieved.
6291
6292         * gnus-sum.el (gnus-summary-move-article): Use original group and
6293         subject for virtual articles such as those in an nnir summary buffer.
6294
6295 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6298         least 21.5).
6299
6300         * smime.el (from): Declare it again for XEmacs.
6301
6302 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6303
6304         * message.el (message-resend): Don't disable encoding unless it's
6305         already encoded.
6306
6307         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6308         low-numbered articles.
6309
6310 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * rfc2047.el (rfc2047-syntax-table): Simplify.
6313
6314         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6315
6316         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6317         set-char-table-range for XEmacs.
6318
6319 2010-11-10  Glenn Morris  <rgm@gnu.org>
6320
6321         * time-date.el (time-to-seconds): Always an alias on Emacs,
6322         never a real function.
6323         (with-no-warnings): Remove compat stub, now unused.
6324         (time-less-p): Doc fix.
6325         (time-to-number-of-days): Simplify.
6326
6327         * smime.el (from): Remove unused declaration.
6328
6329         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6330         (gnus-float-time): On Emacs, always an alias.
6331
6332         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6333         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6334
6335 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * dgnushack.el: Don't use ignore-errors in the top level form since it
6338         is unavailable in XEmacs even if cl is loaded.
6339
6340         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6341
6342 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6343
6344         * shr.el (browse-url-mailto): Autoload.
6345
6346         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6347
6348         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6349         regexp doesn't need quoting.
6350
6351 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6352
6353         * message.el (message-subject-trailing-was-ask-regexp)
6354         (message-subject-trailing-was-regexp): Match was: in addition to was.
6355
6356 2010-11-09  Glenn Morris  <rgm@gnu.org>
6357
6358         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6359         (nnbabyl-check-mbox): Use point-at-bol.
6360
6361 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6362
6363         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6364
6365         * message.el (message-mailto): New function.
6366         (message-mailto): Should accept other parameters.
6367         (message-mailto): Remove since it duplicates browse-url-mailto
6368         functionality.
6369
6370 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6371
6372         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6373         methods.
6374         (gnus-read-active-file): Ditto.
6375
6376         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6377         ": " from the prompt.
6378         (gnus-group-make-group): Ditto.
6379
6380 2010-11-07  Glenn Morris  <rgm@gnu.org>
6381
6382         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6383         (gnus-bookmark-kill-line): Use point-at-eol.
6384
6385 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6388         asterisks in From header.
6389
6390 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391
6392         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6393         string to avoid making the From headers syntactically invalid.
6394
6395         * message.el (message-send-mail): Don't insert courtesy messages if the
6396         message already has List-Post and List-ID messages.
6397
6398 2010-11-06  Glenn Morris  <rgm@gnu.org>
6399
6400         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6401         `condition', `type', `length' a prefix.
6402         (gnus-treat-predicate): Update for above name changes.
6403
6404 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6405
6406         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6407         binding.  Handled by `gnus-summary-refer-thread' instead.
6408         (nnir-warp-to-article): New backend function.
6409
6410         * nnimap.el (nnimap-request-thread): Force dependency updating.
6411
6412         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6413         (gnus-summary-refer-thread): Rework to improve thread-referral.
6414
6415         * gnus-int.el (gnus-warp-to-article): New function.
6416
6417         * gnus-sum.el (gnus-summary-article-map): Bind it.
6418
6419 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6420
6421         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6422         gnus-summary-refer-thread.
6423
6424         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6425         headers.
6426         (gnus-summary-limit-include-thread): Prevent articles in thread from
6427         being cut in gnus-cut-threads.
6428         (gnus-summary-refer-thread): Limit retrieved headers to those in
6429         thread.
6430
6431 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432
6433         * message.el (message-send-mail): Use the value of
6434         message-courtesy-message from the message buffer.
6435
6436         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6437
6438         * shr.el (shr-browse-url): Implement mailto: URLs.
6439
6440         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6441         "raw".
6442
6443         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6444         if it's already selected.
6445
6446         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6447
6448 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6451         to measure the length and truncate alt text.
6452
6453 2010-11-03  Glenn Morris  <rgm@gnu.org>
6454
6455         * nndiary.el (nndiary-generate-nov-databases-1)
6456         (nndiary-generate-active-info): Rename dynamic variable `files' to
6457         something less generic.
6458
6459 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6460
6461         * nnir.el (nnir-request-move-article): Call the underlying backend to
6462         move articles from nnir.
6463
6464 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6465
6466         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6467
6468 2010-11-02  Julien Danjou  <julien@danjou.info>
6469
6470         * nnir.el: Remove wais support.
6471
6472 2010-11-02  Glenn Morris  <rgm@gnu.org>
6473
6474         * gnus-html.el: Reorder requirements to quieten compiler.
6475
6476 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6479         properly for XEmacs as well.
6480         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6481         (gnus-article-natural-long-line-p): Use window-width rather than
6482         frame-width.
6483
6484 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6485
6486         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6487         (nnir-read-parms): Don't modify query.
6488         (nnir-run-query): Add ability to search topic on current line.
6489         (nnir-get-active): Clean up.
6490
6491 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6492
6493         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6494         degenerate articles.
6495
6496         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6497         (gnus-print-buffer): Just print the buffer as is, without any copying
6498         to a buffer and then re-highlighting.
6499
6500         * nnimap.el (nnimap-request-group): Store the new updated info.
6501         (nnimap-request-group): Select the group when we don't know whether it
6502         exists or not.
6503
6504         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6505         groups.
6506
6507         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6508         groups.
6509
6510         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6511         groups.
6512
6513         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6514         long-lines case by only filling the long lines.
6515
6516         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6517         (bug #7311).
6518
6519 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * shr.el: No need to declare `declare-function' since shr.el is for
6522         only Emacsen that provide `libxml-parse-html-region'.
6523
6524         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6525         effective only in a file it is referred to.
6526
6527 2010-11-01  Glenn Morris  <rgm@gnu.org>
6528
6529         * mm-util.el (gnus-completing-read): Autoload.
6530         (mm-read-coding-system): Simplify Emacs definition.
6531
6532         * nnmail.el (gnus-activate-group):
6533         * nnimap.el (gnutls-negotiate):
6534         * nntp.el (netrc-parse): Fix declarations.
6535
6536 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6539         string-match-p in Emacs >=23.
6540
6541         * gnus-msg.el (gnus-configure-posting-styles):
6542         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6543
6544 2010-11-01  Glenn Morris  <rgm@gnu.org>
6545
6546         * nnir.el (declare-function): Add compat stub.
6547         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6548         (nnir-run-gmane): Require 'mm-url.
6549
6550         * mm-util.el (mm-string-to-multibyte): Simplify.
6551
6552         * shr.el (declare-function): Add compat stub.
6553         (url-cache-create-filename): Declare.
6554         (mm-disable-multibyte, widget-convert-button): Autoload.
6555
6556         * smime.el (ldap-search): Declare.
6557         (smime-cert-by-ldap-1): Require ldap on Emacs.
6558
6559         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6560         (nnimap-keepalive): Use gnus-float-time.
6561
6562         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6563         (mail-source-delete-crash-box): Use gnus-float-time.
6564
6565         * gnus-dired.el (gnus-completing-read): Autoload.
6566
6567         * mm-view.el (gnus-rescale-image): Autoload.
6568
6569         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6570
6571         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6572
6573         * sieve-manage.el: Require 'cl when compiling.
6574
6575         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6576         (gnus-iswitchb-completing-read): Require iswitchb.
6577         (gnus-select-frame-set-input-focus): Silence compiler.
6578
6579 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6580
6581         * message.el (message-subject-trailing-was-query): Change default to t,
6582         since I think that's what most people want.
6583
6584         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6585         appending for easier debugging.
6586         (nnimap-wait-for-connection): Take a regexp.
6587         (nnimap-request-accept-article): Wait for the continuation line before
6588         sending anything unless we're streaming.
6589
6590         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6591         leave the header washing to take place.
6592
6593 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6594
6595         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6596         regular expression match and replace in posting styles.
6597
6598 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6599
6600         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6601         an entire server.
6602         (nnir-get-active): New function.
6603         (nnir-run-imap): Use it.
6604         (nnir-run-gmane): Who knew, gmane search returns an article score!
6605
6606         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6607         server on the current line with nnir.
6608
6609 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6612         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6613         left edge.
6614         (gnus-article-foldable-buffer): Skip past the prefix when determining
6615         raggedness.
6616
6617         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6618         the raw article, and change `C-u g' to show the article without doing
6619         treatments.
6620
6621         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6622         on to `gnus-treat-article'.
6623         (gnus-inhibit-article-treatments): New variable.
6624
6625         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6626
6627         * gnus-art.el (gnus-treatment-function-alist): Have
6628         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6629         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6630         sections.
6631
6632         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6633         parameter.
6634         (gnus-article-fill-cited-long-lines): New function.
6635         (gnus-article-fill-cited-article): Allow filling only long sections.
6636
6637         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6638         and non-punctuation (like after the apostrophe in "'We").
6639
6640         * gnus-sum.el (gnus-summary-select-article): Make sure
6641         gnus-original-article-buffer is alive.
6642
6643         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6644         reflect the order they're in in the digest.
6645
6646         * gnus.el (gnus-group-startup-message): Move point to the start of the
6647         buffer.
6648
6649         * nnimap.el (nnimap-capability): New function.
6650         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6651         is set.
6652
6653 2010-10-31  David Engster  <dengste@eml.cc>
6654
6655         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6656         conform with changes to gnus-completing-read.
6657
6658 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6659
6660         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6661
6662 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6663
6664         * nnir.el: Move defvar, defcustom around to keep file organized
6665         and keep byte-compiler quiet.
6666         (nnir-read-parms): Accept search-engine as arg.
6667         (nnir-run-query): Pass search-engine as arg.
6668         (nnir-search-engine): Remove.
6669
6670 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6671
6672         * shr.el (shr-generic): The text nodes should be text, not :text.
6673
6674         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6675         later in the file.
6676
6677 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6678
6679         * nnir.el: General clean up.  Allow searching with multiple engines.
6680         Allow separate extra-parameters for each engine.
6681         Batch queries when possible.
6682         (nnir-imap-default-search-key,nnir-method-default-engines):
6683         Add customize interface.
6684         (nnir-run-gmane): New engine.
6685         (nnir-engines): Use it.  Qualify all prompts with engine name.
6686         (nnir-search-engine): Remove global variable.
6687         (nnir-run-hyrex): Restore for now.
6688         (nnir-extra-parms,nnir-search-history): New variables.
6689         (gnus-group-make-nnir-group): Use them.
6690         (nnir-group-server): Remove in favor of gnus-group-server.
6691         (nnir-request-group): Avoid searching twice.
6692         (nnir-sort-groups-by-server): New function.
6693
6694 2010-10-30  Julien Danjou  <julien@danjou.info>
6695
6696         * gnus-group.el: Remove gnus-group-fetch-control.
6697
6698         * gnus-start.el (gnus-find-new-newsgroups):
6699         Remove gnus-check-first-time-used.
6700
6701         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6702
6703 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6704
6705         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6706         set on groups that don't have \* permanentflags.
6707
6708 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6709
6710         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6711         control the background color.
6712         (shr-tag-img): Ignore very small web bug type images.
6713         (shr-put-image): Add help-echo alt texts to the images.
6714         (shr-tag-video): Show the video poster image.
6715
6716 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6717
6718         * shr.el (shr-table-depth): New variable.
6719         (shr-tag-table-1): Only insert the images after the top-level table.
6720
6721         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6722
6723         * gnus-util.el (gnus-list-memq-of-list): New function.
6724
6725         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6726         selected.
6727         (nnimap-unsplittable-articles): New slot.
6728         (nnimap-new-articles): Use it.
6729
6730 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6731
6732         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6733         move to the previous line on `M-g'.
6734
6735 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6736
6737         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6738         *-request-group, which seems unnecessary.
6739
6740         * nnimap.el (nnimap-quote-specials): Function copied over from
6741         imap.el.
6742         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6743         they support that.  Suggested by Tom Regner.
6744
6745 2010-10-29  Julien Danjou  <julien@danjou.info>
6746
6747         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6748         defalias.
6749         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6750
6751         * gnus.el: Remove `gnus-nntp-service' variable.
6752         (gnus-secondary-servers): Make obsolete.
6753         (gnus-nntp-server): Make obsolete.
6754
6755         * gnus-start.el (gnus-1): Remove x-splash calls.
6756
6757         * gnus-ems.el (gnus-x-splash): Remove.
6758
6759         * gnus.el (gnus-group-startup-message): Simplify/update code.
6760
6761         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6762         definition.
6763
6764         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6765         capability before doing anything.
6766         (gnus-group-insert-group-line): Remove useless
6767         gnus-group-remove-excess-properties.
6768
6769 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6772
6773 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6774
6775         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6776         config after reselecting.
6777
6778 2010-10-28  Julien Danjou  <julien@danjou.info>
6779
6780         * shr.el (shr-put-image): Use point even if only inserting text.
6781         (shr-put-image): Save excursion when inserting alt text on non-graphic
6782         display, so the behavior is the same when we are on a graphic display.
6783
6784         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6785
6786 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6789         (gnus-mime-copy-part): Check coding system, not charset.
6790         (gnus-mime-view-part-externally): Never remove part.
6791         (gnus-mime-view-part-internally): Don't remove part here.
6792         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6793         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6794         multipart/alternative.
6795
6796         * mm-decode.el (mm-display-part): Take optional arg `force'.
6797
6798 2010-10-26  Julien Danjou  <julien@danjou.info>
6799
6800         * gnus-group.el (gnus-group-default-list-level): Add this function to
6801         compute the default list level.
6802         (gnus-group-default-list-level): Add possibility to use a function.
6803
6804 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6807
6808         * gnus-group.el (gnus-group-completing-read)
6809         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6810         gnus-replace-in-string.
6811
6812 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * shr.el (shr-tag-div): Add.
6815
6816         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6817
6818 2010-10-25  Julien Danjou  <julien@danjou.info>
6819
6820         * gnus-util.el: Remove `gnus-with-local-quit'.
6821
6822         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6823
6824 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6827         the original article buffer.
6828
6829 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6830
6831         * nnimap.el (nnimap-request-head): New function.
6832         (nnimap-request-move-article): Try to be slightly faster by not
6833         requesting the entire message when moving.
6834         (nnimap-transform-headers): Don't bug out on bodiless articles.
6835         (nnimap-send-command): Have no outstanding messages if the IMAP server
6836         doesn't support streaming.
6837         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6838
6839 2010-10-24  Julien Danjou  <julien@danjou.info>
6840
6841         * message.el (message-default-headers): Fix type.
6842
6843 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844
6845         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6846         prefetching images.
6847
6848         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6849         backend for unknown groups.  This is mainly useful for nnimap groups.
6850
6851         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6852         group isn't covered by the agent.
6853
6854 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6855
6856         * nnir.el (nnir-method-default-engines): New variable.
6857         (nnir-run-query): Use it.
6858         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6859         (gnus-summary-nnir-goto-thread): Change group if needed.
6860
6861         * gnus-group.el (gnus-group-group-map): Add key binding for
6862         gnus-group-make-nnir-group.
6863
6864 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6865
6866         * shr.el (shr-tag-object): Add.
6867
6868         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6869         original article buffer live.
6870         (gnus-summary-select-article-buffer):
6871         Mention gnus-widen-article-buffer.
6872
6873 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6874
6875         * shr.el (shr-tag-strong): Add.
6876
6877 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6880         group names.  They mess up the group buffer badly.
6881
6882         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6883
6884         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6885         instead of the summary one.
6886
6887 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * mml.el (mml-preview): Work properly when editing article.
6890
6891         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6892         gnus-have-read-active-file if it's already been in.
6893
6894 2010-10-22  Tom Tromey  <tromey@redhat.com>
6895
6896         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6897         gnus-group-completing-read.
6898
6899 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6900
6901         * message.el (message-mode-map): Don't bind M-; to comment region, to
6902         allow the global comment-dwim to work.
6903
6904 2010-10-21  Julien Danjou  <julien@danjou.info>
6905
6906         * message.el (message-setup-1): Allow message-default-headers to be a
6907         function.
6908
6909 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * shr.el (shr-tag-table): Simplify.
6912
6913 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6914
6915         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6916         to avoid trying to snarf invalid stuff.
6917
6918         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6919
6920         * gnus.el (gnus-message-archive-group): Quote value.
6921         (gnus-message-archive-group): Mark as changed.
6922
6923         * shr.el (shr-add-font): Don't put the font properties on the newline
6924         or the indentation.
6925
6926         * message.el (message-fix-before-sending): Change options when sending
6927         non-printable characters.
6928
6929         * gnus.el (gnus-message-archive-method): Change the default to
6930         monthly outgoing groups.
6931
6932         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6933         that have gotten new numbers.
6934
6935         * nnimap.el (nnimap-request-replace-article): New function.
6936
6937 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6940         (nnrss-request-article): Don't use special html washing code.
6941
6942 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * shr.el (shr-tag-table): Remove useless nconc.
6945
6946 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947
6948         * gnus-art.el (article-wash-html): Simplify and remove the charset
6949         stuff.  Use the normal html rendering code instead of the special html
6950         washing code.
6951
6952         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6953         `gnus-w3m' symbols.
6954         (mm-text-html-washer-alist): Remove.
6955
6956         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6957         (mm-inline-media-tests): Remove use.
6958         (mm-text-html-renderer): Change default to the `shr' symbol.
6959
6960         * mm-view.el (mm-inline-text-html): Remove use.
6961
6962         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6963         `gnus-blocked-images' to be a function.
6964         (gnus-article-wash-function): Remove.
6965
6966 2010-10-20  Julien Danjou  <julien@danjou.info>
6967
6968         * spam.el (spam-list-of-processors): Mark as obsolete.
6969
6970         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6971         (nnimap-insert-partial-structure): Fix boundary detection.
6972
6973 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6974
6975         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6976         run file-truename on remote files.  This can be expensive and even
6977         prevent one from editing drafts if some unrelated buffer has a stale
6978         connection.
6979
6980 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6983         kinsoku-eol regardless of shr-kinsoku-shorten.
6984         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6985         (shr-tag-table): Support caption, thead, and tfoot.
6986
6987 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6988
6989         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6990         lines.
6991         (shr-save-contents): New command and keystroke.
6992
6993         * nndoc.el (nndoc-type-alist): Add git support.
6994         (nndoc-git-type-p): New function.
6995         (nndoc-transform-git-article): Ditto.
6996         (nndoc-transform-git-headers): Ditto.
6997         (nndoc-transform-git-headers): Generate Subject headers.
6998
6999         * shr.el (shr-parse-style): New function.
7000         (shr-tag-span): Ditto.
7001
7002         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7003         to `G G' to avoid collisions.
7004
7005 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * shr.el: Load kinsoku if necessary.
7008         (shr-kinsoku-shorten): New internal variable.
7009         (shr-find-fill-point): Make kinsoku shorten text line if
7010         shr-kinsoku-shorten is bound to non-nil.
7011         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7012         shr-indentation too when testing if table is wider than frame width.
7013         (shr-insert-table): Use `string-width' instead of `length' to measure
7014         text width.
7015         (shr-insert-table-ruler): Make sure indentation is done at bol.
7016
7017 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7018
7019         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7020         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7021         undecoded network data.
7022
7023 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7024
7025         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7026         name in the mode line spec so that the mode line menu works
7027         (bug #2431).
7028
7029         * message.el (message-get-reply-headers): If we're fed `to-address',
7030         then always use that.
7031
7032         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7033         aren't so wide as to need to switch off the edit menu.
7034
7035         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7036         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7037
7038         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7039         `M-g'.
7040         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7041         the permanent marks.
7042
7043 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7044
7045         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7046         Splitting according to references/in-reply-to obeys the ignore-groups
7047         variable, while splitting by sender and subject do not.
7048
7049 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050
7051         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7052         alist, so that we can look for non-Unicode chars.
7053         (article-translate-strings): Allow both character and string maps.
7054
7055 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * shr.el (shr-insert): Don't insert space behind a wide character
7058         categorized as kinsoku-bol, or between characters both categorized as
7059         nospace.
7060
7061 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7062
7063         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7064         headers to gnus-newsgroup-headers.
7065
7066 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7067
7068         * shr.el (shr-tag-img): Don't align images -- since we're not
7069         rescaling, this often leads to ugly displays.
7070
7071 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7072
7073         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7074         duplicates.
7075
7076 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7077
7078         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7079         call.
7080
7081 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7082
7083         * gnus.el: Autoload gnus-html-show-images.
7084
7085         * nnimap.el: Use nnheader-message throughout.
7086
7087         * shr.el (shr-tag-img): Ignore images with no data.
7088
7089 2010-10-15  Julien Danjou  <julien@danjou.info>
7090
7091         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7092         a possibility to disable format=flow encoding when using hard newlines.
7093
7094 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * shr.el (shr-insert): Remove space inserted before or after a
7097         breakable character or at the beginning or the end of a line.
7098         (shr-find-fill-point): Do kinsoku; find the second best point or give
7099         it up if there's no breakable point.
7100
7101 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * nnimap.el (nnimap-open-connection): Message when opening connection
7104         for debugging purposes.
7105
7106         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7107         on every setup buffer call to allow this to change from article to
7108         article.
7109
7110         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7111         buffers where we have a wide table.
7112
7113 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7114
7115         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7116         uses *-request-thread.
7117
7118 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7119
7120         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7121         incantation, which is no longer valid.
7122
7123 2010-10-14  Julien Danjou  <julien@danjou.info>
7124
7125         * shr.el: Fix defcustom type (char -> character).
7126
7127 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7128
7129         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7130         programs.
7131
7132 2010-10-14  Julien Danjou  <julien@danjou.info>
7133
7134         * shr.el (shr-tag-a): Use url-link as widget type.
7135
7136         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7137         `gnus-group-get-icon'.
7138
7139 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140
7141         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7142         This should make server editing work better.
7143
7144         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7145
7146         * tls.el (tls-program): Remove spurious %s from openssl.
7147
7148         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7149         (nnimap-parse-flags): Fix regexp.
7150
7151         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7152         probably work for CJVK text, too.
7153
7154         * nnimap.el (nnimap-extend-tls-programs): Remove.
7155         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7156
7157         * tls.el (tls-starttls-switches): Remove starttls hack.
7158         (open-tls-stream): Ditto.
7159         (tls-find-starttls-argument): Ditto.
7160
7161 2010-10-13  Julien Danjou  <julien@danjou.info>
7162
7163         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7164         responses.
7165
7166 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7167
7168         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7169
7170         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7171         anything in Emacs.
7172
7173         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7174
7175 2010-10-13  Julien Danjou  <julien@danjou.info>
7176
7177         * shr.el (shr-width): Make shr-width a defcustom with default to
7178         fill-column.
7179         (shr-tag-img): Use shr-width rather than fill-column.
7180
7181 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * dgnushack.el (byte-optimize-apply):
7184         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7185
7186         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7187         position when (X-)Faces exist.
7188         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7189         avatars when called interactively.
7190
7191 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7194         gnus-article-x-face-too-ugly is bound.
7195
7196 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197
7198         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7199
7200         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7201         mailbox that doesn't exist.
7202
7203 2010-10-12  Julien Danjou  <julien@danjou.info>
7204
7205         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7206         (shr-get-image-data): Encode URL properly when fetching from cache.
7207         (shr-tag-img): Use aligned-to spaces to align correctly images.
7208
7209         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7210         before inserting the Gravatar.
7211
7212         * shr.el (shr-tag-img): Add align attribute support for <img>.
7213
7214 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7215
7216         * gnus-gravatar.el (gnus-art): Require.
7217
7218         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7219         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7220         Remove long obsoleted functions.
7221
7222 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7225
7226         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7227
7228         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7229         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7230         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7231         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7232         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7233         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7234         * sieve-manage.el, smime.el, spam.el:
7235         Fix comment for declare-function.
7236
7237 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7238
7239         * nnimap.el (nnimap-request-rename-group): Select group read-only
7240         before renaming it.
7241
7242         * shr.el (shr-insert): Fix up the white space only regexp.
7243
7244         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7245         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7246
7247         * shr.el (shr-current-column): New function.
7248         (shr-find-fill-point): New function.
7249
7250 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7251
7252         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7253         numbers.
7254
7255 2010-10-11  Julien Danjou  <julien@danjou.info>
7256
7257         * shr.el (shr-hr-line): Add.
7258         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7259         display hr lines.
7260         (shr-max-columns): Do not change state to nil if we just inserting
7261         spaces.
7262
7263 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264
7265         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7266         select the last group.
7267
7268 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7269
7270         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7271
7272 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7273
7274         * dig.el (dig-mode-map): Declare and define in one step.
7275
7276 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7277
7278         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7279         for Gnus.
7280         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7281         (nnimap-update-qresync-info): Mark \Seen articles as read.
7282
7283         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7284         non-variable, too.
7285
7286         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7287         available.
7288         (nnimap-update-info): Rely more on the current active than the param
7289         active to avoid marking articles as read too much.
7290
7291         * auth-source.el (auth-source-create): Use (user-login-name) for the
7292         user name default.
7293
7294         * nnimap.el (nnimap-update-info): If the server doesn't return any
7295         useful info, just use the previous info.
7296         (nnimap-update-info): Prefer old info over start-article.
7297         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7298
7299 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7300
7301         * nnir.el (autoload): Clean up autoloads.
7302         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7303         Use key rather than value.
7304         (nnir-imap-search-other): New variable.
7305         (nnir-read-parm): Use it.
7306         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7307         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7308
7309 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7310
7311         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7312         the process, too.
7313
7314 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * spam.el (gnus-summary-mode-map): Bind to "$".
7317         Suggested by Russ Allbery.
7318
7319         * shr.el: Rework the way things are indented by <li> slightly.
7320
7321         * gnus.el (gnus-group-set-parameter): Fix typo.
7322
7323         * nnimap.el: Start implementing QRESYNC support.
7324
7325 2010-10-09  Julien Danjou  <julien@danjou.info>
7326
7327         * nnir.el (nnir-engines): Fix too many arguments.
7328
7329 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7330
7331         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7332         group is the "last", so that the backends like nnfolder actually save
7333         their folders.
7334
7335         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7336         try to use that for the tls stream.
7337         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7338         UIDVALIDITY and find out which groups are read-only and not.
7339         (nnimap-get-flags): Use the same marks parsing code as the rest of
7340         nnimap.
7341
7342 2010-10-09  Julien Danjou  <julien@danjou.info>
7343
7344         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7345
7346         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7347         retrieving gravatars.
7348
7349         * shr.el (shr-table-corner): Add.
7350         (shr-table-line): Add.
7351         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7352
7353 2010-10-08  Julien Danjou  <julien@danjou.info>
7354
7355         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7356
7357 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7358
7359         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7360
7361         * gnus-sum.el (gnus-mark-article-as-unread)
7362         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7363         (gnus-summary-set-bookmark): Use it.
7364
7365         * gnus-msg.el (gnus-setup-message): Use it.
7366
7367         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7368
7369         * gnus.el (gnus-group-remove-parameter): Use it.
7370
7371         * gnus-group.el (gnus-group-make-web-group): Use it.
7372
7373         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7374
7375         * nnregistry.el: Update docs to mention manual.
7376
7377         * gnus-registry.el: Update docs to mention nnregistry.el.
7378         (gnus-registry-initialize): Don't install nnregistry refer method
7379         automatically.
7380         (gnus-registry-install-nnregistry): Remove it.
7381
7382 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * shr.el (shr-insert): Don't insert double spaces.
7385
7386 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * gnus-gravatar.el (gnus-treat-from-gravatar)
7389         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7390         called interactively.
7391
7392         * gnus-art.el (gnus-mime-view-part-externally)
7393         (gnus-mime-view-part-internally): Make predicate function passed to
7394         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7395         of a mime type.
7396
7397         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7398
7399 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * shr.el (require): Require cl when compiling.
7402         (shr-tag-hr): New function.
7403
7404         * nnimap.el (nnimap-update-info): Remove double setting of high.
7405         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7406         This makes nnimap work properly on Courier again.
7407
7408         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7409         the variable for backwards compatibility.
7410
7411         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7412         the file name before using to avoid setting mm-default-directory to
7413         nil.
7414
7415         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7416         bidning gnus-agent variables.
7417
7418         * shr.el (shr-render-td): Use a cache for the table rendering function
7419         to avoid getting an exponential rendering behavior in nested tables.
7420         (shr-insert): Rework the line-breaking algorithm.
7421         (shr-insert): Don't leave trailing spaces.
7422         (shr-insert-table): Also insert empty TDs.
7423         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7424
7425 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7426
7427         * gnus-sum.el (gnus-number): Rename from `number'.
7428         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7429         (gnus-summary-limit-children): Update uses correspondingly.
7430
7431 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7434         (gnus-gravatar-transform-address): Don't show avatars of people of
7435         which mail addresses match gnus-gravatar-too-ugly.
7436
7437 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * shr.el (shr-table-widths): Expand TD elements to fill available
7440         space.
7441
7442 2010-10-07  Julien Danjou  <julien@danjou.info>
7443
7444         * nnimap.el (nnimap-request-rename-group): Add this method.
7445
7446 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7449         name from XEmacs' function-arglist.
7450
7451         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7452         gravatar under XEmacs.
7453
7454 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7455
7456         * auth-source.el: Update docs with TODO items.
7457
7458         * gnus-sync.el: Update docs to explain state and plans.
7459
7460         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7461         Hooks for mark updates.
7462         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7463
7464         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7465         hooks with arguments, which is needed for mark update hooks.
7466
7467 2010-10-06  Julien Danjou  <julien@danjou.info>
7468
7469         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7470         was matched.
7471
7472         * sieve-manage.el: Update example in `Commentary'.
7473
7474         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7475
7476         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7477         not 2000.
7478         (sieve-manage-authenticate): Re-add function.
7479
7480 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7481
7482         * shr.el (shr-insert): Get 'space transition right.
7483         (shr-render-td): Only delete space at the end of the TD.
7484
7485         * nnimap.el (nnimap-open-connection): Prepare to support
7486         open-gnutls-stream.
7487
7488         * shr.el: Rearrange function order to be more logical.
7489
7490 2010-10-06  Julien Danjou  <julien@danjou.info>
7491
7492         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7493         (nnrss-discover-feed): Remove 404 URL in docstring.
7494
7495         * nnir.el: Fix Swish-E URL.
7496         Fix Namazu URL.
7497
7498         * message.el (message-change-subject): Remove 404 URL in a comment.
7499
7500 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7503         called interactively.
7504
7505         * gnus-util.el (gnus-remove-if): Allow hash table.
7506         (gnus-remove-if-not): New function.
7507
7508         * gnus-art.el (gnus-mime-view-part-as-type):
7509         * gnus-score.el (gnus-summary-score-effect):
7510         * gnus-sum.el (gnus-read-move-group-name):
7511         Replace remove-if-not with gnus-remove-if-not.
7512
7513         * gnus-group.el (gnus-group-completing-read):
7514         Regard collection as a hash table if it is not a list.
7515
7516 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7517
7518         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7519
7520         * shr.el: Document the table-rendering algorithm.
7521
7522 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7525         for Emacsen having no `libxml-parse-html-region' support.
7526
7527 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7528
7529         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7530         invalid URLs.
7531
7532         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7533         line-broken.
7534         (shr-tag-img): Ignore image fetching errors.
7535         (shr-overlays-in-region): Compute overlay positions correctly.
7536
7537         * mm-decode.el (mm-shr): Require shr.
7538
7539         * gnus-art.el (gnus-blocked-images): Move variable here.
7540
7541         * shr.el (shr-insert-table): Bind free variable.
7542
7543         * mm-decode.el (mm-shr): Bind shr-content-function.
7544
7545         * shr.el (shr-content-function): New variable.
7546
7547         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7548         added for symmetry.
7549
7550         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7551
7552         * gnus-group.el (gnus-group-make-group): Doc fix.
7553
7554         * nnimap.el (nnimap-request-newgroups): Return success.
7555
7556         * shr.el (shr-find-elements): New function.
7557         (shr-tag-table): Put all the images after the table.
7558         (shr-tag-table): Really inhibit images inside the table.
7559         (shr-collect-overlays): Copy over overlays from the TD elements to the
7560         main document.
7561
7562         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7563         gnus-blocked-images.
7564
7565 2010-10-05  Julien Danjou  <julien@danjou.info>
7566
7567         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7568
7569         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7570         (gnus-html-maximum-image-size): Add this function.
7571         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7572
7573         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7574         server-value of the capability is nil.
7575
7576 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7577
7578         * shr.el (shr-tag-em): Add <EM> tag.
7579
7580 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7581
7582         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7583         customizable.
7584
7585         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7586         handing broken links to browse-url.
7587
7588 2010-10-05  Julien Danjou  <julien@danjou.info>
7589
7590         * gnus-util.el (gnus-emacs-completing-read)
7591         (gnus-iswitchb-completing-read): Use autoload rather than require.
7592
7593 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7596         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7597         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7598         iswitchb-temp-buflist for XEmacs.
7599
7600         * gnus-util.el (gnus-completing-read-function): Exclude
7601         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7602         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7603         XEmacs.
7604
7605         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7606         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7607
7608         * gnus-html.el: Don't require help-fns under XEmacs.
7609         (gnus-html-schedule-image-fetching): Work for XEmacs.
7610
7611         * mm-decode.el (mm-shr): Decode contents by charset.
7612
7613 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7614
7615         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7616         unknown.
7617
7618         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7619         (shr-get-image-data): Ensure against the cache file missing.
7620
7621         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7622         for data.
7623
7624         * spam-report.el (spam-report-url-ping-plain): Don't query about
7625         killing the process.
7626
7627         * shr.el (shr-render-td): Protect against too-wide text.
7628
7629 2010-10-04  Julien Danjou  <julien@danjou.info>
7630
7631         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7632         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7633
7634         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7635         retrieved.
7636
7637 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7638
7639         * shr.el (browse-url): Require.
7640         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7641         lines.
7642         (shr-show-alt-text, shr-browse-image): New commands.
7643         (shr-browse-url, shr-copy-url): New commands.
7644
7645         * gnus-sum.el (gnus-widen-article-window): New variable.
7646         (gnus-summary-select-article-buffer): Use it.
7647
7648         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7649         without @ signs.
7650
7651 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7652
7653         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7654
7655 2010-10-04  Julien Danjou  <julien@danjou.info>
7656
7657         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7658         for XEmacs.
7659
7660 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7661
7662         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7663
7664         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7665         (nnimap-close-server): Implement.
7666
7667         * dgnushack.el (iswitchb): Require to shut up the compiler.
7668
7669         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7670         (shr-insert): Tweak line breaking.
7671         (shr-insert): Handle <pre> better.
7672         (shr-tag-li): Get <li> indentation right.
7673         (shr-tag-li): Get <li> indentation even righter.
7674         (shr-tag-blockquote): Ensure paragraph start.
7675         (shr-make-table): Tweak table generation.
7676         (shr-make-table): Fix typo.
7677
7678         * shr.el: Implement table rendering.
7679
7680 2010-10-04  Julien Danjou  <julien@danjou.info>
7681
7682         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7683
7684 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7685
7686         * shr.el (shr-insert): Use string anchors instead of line anchors.
7687
7688 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7689
7690         * shr.el: Add headings.
7691         (shr-ensure-paragraph): Actually work.
7692         (shr-tag-li): Make <ul> prettier.
7693         (shr-insert): Get white space at the beginning/end of elements right.
7694         (shr-tag-p): Collapse subsequent <p>s.
7695         (shr-ensure-paragraph): Don't insert double line feeds after blank
7696         lines.
7697         (shr-insert): \t is also space.
7698         (shr-tag-s): Fix "s" tag name function.
7699         (shr-tag-s): Fix face prop name.
7700
7701 2010-10-03  Julien Danjou  <julien@danjou.info>
7702
7703         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7704
7705         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7706         gnus-window-inside-pixel-edges.
7707
7708         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7709         gnus-ems.
7710
7711         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7712
7713         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7714         function.
7715
7716         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7717         resize choice.
7718
7719 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7720
7721         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7722         beginning of the buffer.
7723
7724         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7725         article buffer again.
7726
7727         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7728
7729         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7730         when it's at the start of the buffer.
7731
7732         * shr.el (shr-tag-blockquote): Convert name.
7733         (shr-rescale-image): Use the right image-size variant.
7734
7735         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7736         buffer isn't shown, then select the current article first instead of
7737         bugging out.
7738         (gnus-summary-select-article-buffer): Show both the article and summary
7739         buffers again.
7740
7741         * shr.el (shr-fontize-cont): Protect against regions with no text.
7742         Rename tag functions to shr-tag-* for enhanced security.
7743         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7744
7745 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7746
7747         * shr.el (shr-insert):
7748         * pop3.el (pop3-movemail):
7749         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7750         loaded.
7751
7752 2010-10-03  Glenn Morris  <rgm@gnu.org>
7753
7754         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7755
7756         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7757
7758         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7759
7760         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7761
7762         * gnus-util.el (gnus-make-local-hook): Simplify.
7763
7764 2010-10-02  Julien Danjou  <julien@danjou.info>
7765
7766         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7767         (gnus-ido-completing-read): New function.
7768         (gnus-emacs-completing-read): New function.
7769         (gnus-completing-read): Use gnus-completing-read-function.
7770         Add gnus-completing-read-function.
7771
7772 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7773
7774         * shr.el (shr-insert-document): Autoload.
7775         (shr-img): Be silent.
7776         (shr-insert): Add a newline after every picture before text.
7777         (shr-add-font): Use overlays for combining faces.
7778         (shr-insert): Pass upwards the text start point.
7779
7780         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7781         possible.
7782         (mm-shr): New function.
7783
7784 2010-10-02  Julien Danjou  <julien@danjou.info>
7785
7786         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7787         should go backward.
7788
7789 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7790
7791         * shr.el (shr): Fix typo in provide call.
7792
7793 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7794
7795         * shr.el: New file.
7796
7797         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7798
7799         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7800         completing read.
7801
7802 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7803
7804         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7805         we're being queried about.  Suggested by Dan Jacobson.
7806
7807         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7808         Suggested by Jason Eisner.
7809
7810         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7811         table, too.  Suggested by Stefan Wiens.
7812         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7813         the table unnecessary.  Suggested by Stefan Wiens.
7814
7815         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7816         longer needed, and probably doesn't work either, as pointed out by
7817         Stefan Wiens.
7818         (gnus-summary-exit): Remove call to the clearing function.
7819         (gnus-summary-exit-no-update): Ditto.
7820
7821         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7822         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7823         Reported by Stefan Monnier.
7824         (gnus-summary-save-in-rmail): Ditto.
7825
7826         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7827         article buffer, instead of both the article buffer and the summary
7828         buffer.  Sort of suggested by Dan Jacobson.
7829
7830         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7831
7832         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7833         Suggested by Dan Jacobson.
7834
7835         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7836         documentation clearer.
7837
7838         * message.el (message-shorten-references): Comment on the number "21".
7839         Suggested by Stefan Monnier.
7840
7841         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7842         Suggested by Dan Jacobson.
7843
7844         * gnus.el (gnus-large-newsgroup):
7845         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7846
7847         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7848         externalize attachments.  Bug reported by Steve Wen.
7849
7850         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7851         really message anything to the user.
7852
7853         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7854         directly.
7855
7856         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7857         messages in empty groups.
7858
7859 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7860
7861         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7862         non-UIDNEXT group.
7863
7864 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7867         not the value from the collection.
7868
7869         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7870         values.  This sometimes happens on some groups that have no info.
7871         (nnimap-request-newgroups): New function.
7872
7873 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7874
7875         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7876         check into `gnus-registry-initialize'.
7877         (gnus-registry-initialize): Ditto.
7878         Fix and extend header docs.
7879
7880 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7883         regexp backtrace overflows.
7884
7885         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7886         for starttls that tls.el implements; i.e. openssl.
7887
7888         * tls.el (tls-starttls-switches): Give up on using starttls with
7889         gnutls-cli.
7890         (tls-program): Add --insecure to be consistent with the defaults from
7891         openssl s_client.  Now all three commands are insecure.
7892
7893 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * lpath.el: Bind completion-styles-alist for XEmacs.
7896
7897         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7898         (gravatar-create-image): New function that's an alias to
7899         gnus-xmas-create-image, gnus-create-image, or create-image.
7900         (gravatar-data->image): Use it.
7901
7902 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7903
7904         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7905         install the nnregistry refer method.
7906         (gnus-registry-install-hooks): Use it.
7907         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7908         unfollowed groups.
7909
7910 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7911
7912         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7913         expanding threads.
7914
7915 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7916
7917         * nnir.el: Use the server names without suffixes (bug #7009).
7918
7919         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7920         unencrypted to STARTTLS, if possible.
7921
7922 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7923
7924         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7925         headers before superseding.
7926
7927 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7928
7929         * nnrss.el (nnrss-use-local): Add documentation.
7930
7931         * nnimap.el (nnimap-extend-tls-programs): New function.
7932         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7933         (nnimap-wait-for-connection): Accept the greeting from the stupid
7934         output from openssl s_client -starttls, too.
7935
7936         * tls.el (tls-starttls-switches): New variable.
7937         (tls-find-starttls-argument): Use it.
7938         (open-tls-stream): Ditto.
7939
7940         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7941         (netrc-machine): Ditto.
7942
7943         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7944         article number.
7945         (nnimap-split-fancy): New variable.
7946         (nnimap-split-incoming-mail): Use it.
7947
7948         * nntp.el (nntp-server-list-active-group): Document.
7949
7950         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7951         SELECT to get the message-id.
7952
7953         * mail-source.el (mail-sources): Remove webmail support.
7954         (defvar): Ditto.
7955         (mail-source-fetcher-alist): Ditto.
7956         (mail-source-fetch-webmail): Remove.
7957
7958         * webmail.el: Remove -- doesn't seem relevant any more.
7959
7960         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7961
7962         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7963         the \r.
7964
7965 2010-09-30  Julien Danjou  <julien@danjou.info>
7966
7967         * gnus-agent.el (gnus-agent-add-group): Fix call to
7968         gnus-completing-read.
7969
7970 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7971
7972         * nndoc.el (nndoc-retrieve-groups): New function.
7973
7974         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7975         `default', use nnmail-split-methods.
7976         (nnimap-request-article): Downcase the NILs so that they are nil.
7977
7978         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7979         symbol.
7980
7981         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7982         code, since if the user has requested network, that's what they ought
7983         to get.
7984         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7985         (nnimap-split-rule): Mark as obsolete.
7986
7987         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7988         New variable.
7989
7990         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7991         correct slot, too.
7992
7993 2010-09-29  Julien Danjou  <julien@danjou.info>
7994
7995         * gnus.el (gnus-local-domain): Declare variable obsolete.
7996
7997         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7998         Fix history computing.
7999         (gnus-ido-completing-read): Require ido.
8000
8001 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8002
8003         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8004         build Gnus.
8005
8006         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8007         when interpreting the structures.
8008         (nnimap-request-accept-article): Add \r\n to the lines to make this
8009         work with Cyrus.
8010
8011         * nndraft.el (nndraft-request-expire-articles): Use the group name
8012         instead if "nndraft".  Fix found by Nils Ackermann.
8013
8014 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8015
8016         * nnregistry.el: Add.
8017
8018 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8019
8020         * nnmail.el (group, group-art-list, group-art):
8021         Remove unneeded directives.
8022
8023 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8026         (mm-mime-charset):
8027         * rfc2047.el (rfc2047-syntax-table):
8028         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8029
8030         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8031         rather than `insert-file-contents' and `eval-region'.
8032
8033         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8034         construction.
8035
8036         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8037
8038         * time-date.el: No need to require cl for Emacs 21.
8039
8040 2010-09-29  Julien Danjou  <julien@danjou.info>
8041
8042         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8043         replacement of `gnus-gravatar-relief' to mimic
8044         `gnus-faces-properties-alist'.
8045         Add :version property.
8046
8047 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * mail-source.el (mail-source-report-new-mail):
8050         * message.el (message-default-mail-headers):
8051         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8052
8053         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8054
8055 2010-09-28  Julien Danjou  <julien@danjou.info>
8056
8057         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8058         mail-address contains the same string as real-name.
8059
8060         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8061         non-blank in header, otherwise it'll get stripped.
8062
8063         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8064         real-name, and then for mail address rather than doing : or , search.
8065
8066 2010-09-27  Julien Danjou  <julien@danjou.info>
8067
8068         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8069         right completing-read function.
8070         (gnus-use-ido): New variable
8071         (gnus-completing-read-with-default): Remove.
8072         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8073         (gnus-agent-add-group):
8074         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8075         * mm-view.el (mm-view-pkcs7-decrypt):
8076         * mm-util.el (mm-codepage-setup):
8077         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8078         * mml-smime.el (mml-smime-openssl-sign-query):
8079         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8080         (mml-insert-multipart):
8081         * gnus-msg.el (gnus-summary-yank-message):
8082         * gnus-int.el (gnus-start-news-server):
8083         * mm-decode.el (mm-interactively-view-part):
8084         * gnus-dired.el (gnus-dired-attach):
8085         * gnus.el (gnus-read-method):
8086         * gnus-bookmark.el (gnus-bookmark-jump):
8087         * gnus-art.el (gnus-mime-view-part-as-type)
8088         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8089         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8090         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8091         * nnmairix.el (nnmairix-create-server-and-default-group)
8092         (nnmairix-update-groups, nnmairix-get-server)
8093         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8094         (nnmairix-get-group-from-file-path):
8095         * nnrss.el (nnrss-find-rss-via-syndic8):
8096         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8097         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8098         (gnus-group-browse-foreign-server):
8099         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8100         (gnus-summary-execute-command, gnus-summary-respool-article)
8101         (gnus-read-move-group-name):
8102         * gnus-score.el (gnus-summary-increase-score)
8103         (gnus-summary-score-effect):
8104         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8105
8106 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8109         x-focus-frame.
8110
8111         * nnimap.el (auth-source-forget-user-or-password)
8112         (auth-source-user-or-password): Autoload.
8113
8114         * message.el (message-from-style, message-interactive)
8115         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8116         (message-yank-prefix, message-indentation-spaces, message-signature)
8117         (message-signature-file): Add comment.
8118
8119 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8122         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8123         new articles.
8124
8125         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8126         parts.
8127         (nnimap-request-article): Work with the t setting, too.
8128
8129         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8130         that you don't get flashes of other buffers.
8131         (gnus-summary-show-complete-article): Intern before setting.
8132
8133 2010-09-27  David Engster  <dengste@eml.cc>
8134
8135         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8136         well as HEADERS.
8137         (nnmairix-retrieve-headers): Provide new argument for the above.
8138
8139 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8140
8141         * gnus-sum.el (gnus-summary-move-article): Don't alter
8142         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8143         group.
8144
8145         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8146
8147         * message.el (message-cite-prefix-regexp): Revert my last edit.
8148
8149         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8150         variable instead of the Gnus variable.
8151
8152         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8153
8154         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8155
8156         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8157         since some servers don't like it.
8158         (nnimap-open-connection): Forget credentials if the server says the
8159         password was wrong.
8160         (nnimap-parse-line): Protect against invalid data.
8161
8162         * gnus-sum.el (gnus-summary-move-article): Add comment.
8163         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8164         nothing alters it while scanning for new messages.
8165
8166         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8167         which may or may not help.
8168         (nnimap-open-connection): If we're doing a stream connection, and then
8169         discover we're on a STARTTLS-capable server, then open a STARTTLS
8170         connection instead.
8171
8172 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8173
8174         * nnimap.el (utf7): Require.
8175
8176         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8177         prefix.
8178
8179 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8180
8181         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8182
8183 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * nnimap.el (nnimap-request-accept-article): Message the error on
8186         error.
8187
8188 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8191
8192 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8193
8194         * nndoc.el (nndoc-request-list): Return success always.
8195
8196         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8197         `fetch-old' -- we only want to fetch the articles we've requested.
8198         The rest are in the agent, probably.
8199         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8200         disappeared server" to something low.  It's not important.
8201
8202         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8203         arrived before the FETCH data.
8204
8205         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8206         target here, because we don't know the Gnus name of the group.
8207
8208         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8209         for the correct group.
8210
8211         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8212
8213         * gnus.el (gnus): Give a final warning after startup.
8214
8215         * gnus-util.el (gnus-action-message-log): New variable.
8216         (gnus-message): Use it.
8217         (gnus-final-warning): New function.
8218
8219         * nnimap.el (nnimap-open-connection): Record the greeting.
8220         (nnimap): Add greeting.
8221
8222 2010-09-26  Julien Danjou  <julien@danjou.info>
8223
8224         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8225         arguments.
8226         (gnus-html-wash-images): Fix spec computing to include start/end.
8227
8228         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8229
8230 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8231
8232         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8233         deletion.
8234         (nnimap-retrieve-headers): Don't select the group, because that's
8235         already done by nnimap-possibly-change-group.
8236
8237         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8238         (gnus-picon-transform-address): Use it.
8239
8240         * mail-source.el (mail-source-value): Revert previous patch.
8241
8242         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8243         on failure.
8244         (nnimap-open-connection): Look up both virtual and physical server name
8245         credentials.
8246
8247         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8248
8249 2009-02-07  Dave Love  <fx@gnu.org>
8250
8251         * tls.el (open-tls-stream): Don't query killing process.
8252
8253 2009-02-08  Dave Love  <fx@gnu.org>
8254
8255         * gnus-win.el (gnus-window-to-buffer-helper)
8256         (gnus-all-windows-visible-p): Function needn't be a symbol.
8257
8258         * mail-source.el (mail-source-value): Function needn't be a symbol.
8259
8260 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * message.el (message-cite-prefix-regexp): Remove } from the cite
8263         prefix.
8264
8265         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8266         highlight again, so that the highlight is correct.
8267
8268         * gnus-picon.el (gnus-picon): Remove again.
8269         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8270
8271         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8272         doing the header highlightling, so that the background color of the
8273         picon is correct.
8274
8275         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8276         (gnus-picon): Ditto.
8277         (gnus-picon): Reinstate.  The background color for picons is white.
8278         (gnus-picon-insert-glyph): Make the background white.
8279
8280         * nnml.el (nnml-open-nov): Don't return dead buffers.
8281
8282         * auth-source.el (auth-source-create): Query the user for whether to
8283         store the credentials.
8284
8285         * netrc.el (netrc-store-data): New function.
8286
8287         * auth-source.el (auth-source-user-or-password): Use the existing auth
8288         sources, if any, for creation.
8289
8290         * gnus.el (gnus-group-fast-parameter): Return the last matching
8291         parameter instead of the first matching parameter.
8292
8293 2010-09-26  Julien Danjou  <julien@danjou.info>
8294
8295         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8296
8297 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8298
8299         * mml2015.el (mml2015-use): Remove gpg support.
8300
8301         * mml1991.el (mml1991-function-alist): Remove gpg function.
8302         (mml1991-gpg-sign): Remove.
8303
8304 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8305
8306         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8307         (gnus-browse-unsubscribe-current-group): Document it.
8308         (gnus-browse-unsubscribe-group): Use it.
8309
8310 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8311
8312         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8313         address to the To list for easier response.
8314
8315         * gnus.el (gnus-play-startup-jingle): Remove.
8316         (gnus-splash): Don't play jingle.
8317         (gnus): Silence gnus-load message.
8318
8319         * gnus-art.el (gnus-treat-play-sounds): Remove.
8320
8321         * gnus.el (gnus-play-jingle): Remove audio support.
8322
8323         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8324
8325         * earcon.el: Remove -- no users.
8326
8327         * gnus-audio.el: Remove -- no users of this package.
8328
8329         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8330
8331         * gnus-start.el (gnus-setup-news): Remove nocem support.
8332
8333         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8334
8335         * gnus.el (gnus-use-nocem): Remove.
8336
8337         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8338         Remove.
8339
8340         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8341         uses NoCeM any more.
8342
8343         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8344         (gnus-button-ctan-handler): Ditto.
8345         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8346         (gnus-button-ctan-directory-regexp): Ditto.
8347         (gnus-button-handle-ctan): Ditto.
8348         (gnus-button-tex-level): Ditto.
8349         (gnus-button-alist): Remove CTAN stuff.
8350
8351 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8352
8353         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8354         nnimap-streaming test.
8355
8356         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8357         servers twice.
8358
8359         * nnimap.el (nnimap-open-connection): Add more error reporting when
8360         nnimap fails early.
8361
8362         * nnheader.el (nnheader-get-report-string): New function.
8363         (nnheader-get-report): Use it.
8364
8365         * gnus-int.el (gnus-check-server): Say what the error was when opening
8366         failed.
8367
8368         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8369         using streaming.
8370
8371 2010-09-25  Julien Danjou  <julien@danjou.info>
8372
8373         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8374         gnus-window-inside-pixel-edges.
8375
8376 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8379
8380         * mm-decode.el (mm-save-part): Allow saving to other directories the
8381         normal Emacs way.
8382
8383         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8384         Suggested by Jay Berkenbilt.
8385
8386         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8387         there isn't a single byte.
8388
8389         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8390         just do it.  It doesn't really seem to matter what the user responds
8391         here, I think, so it's just a confusing question.
8392
8393         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8394         non-streaming case.
8395
8396         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8397         (gnus-article-encrypt-body): Use it.
8398
8399         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8400         keystroke.
8401
8402         * nnimap.el (nnimap-find-wanted-parts-1):
8403         Use gnus-fetch-partial-articles.
8404
8405         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8406
8407         * nnimap.el (nnimap-insert-partial-structure): New function.
8408         (nnimap-get-partial-article): New function.
8409         (nnimap-request-article): Use it.
8410         (nnimap-wait-for-response): Return whether the wait was successful.
8411         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8412         retrieval wasn't successful.
8413         (nnimap-retrieve-group-data-early): Allow throttling servers.
8414         (nnimap-streaming): New variable.
8415         (nnimap-fetch-partial-articles): Remove.
8416
8417         * mm-decode.el (mm-with-part): Protect against killed buffers.
8418
8419         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8420         for prettier summary display.
8421
8422 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8423
8424         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8425
8426 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8427
8428         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8429         apparently third-party libraries depend on it.
8430
8431         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8432         before starting negotiation.
8433
8434         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8435         privacy reasons.
8436         (gnus-treat-mail-gravatar): Ditto.
8437
8438         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8439         buffer when inserting images.  Inserting text into the headers, for
8440         instance, can make them invalid.
8441
8442 2010-09-25  Julien Danjou  <julien@danjou.info>
8443
8444         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8445         variables.
8446
8447         * nnheader.el: Remove useless variables news-reply-yank-from and
8448         news-reply-yank-message-id.
8449
8450         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8451         variables.
8452
8453         * mml1991.el: Remove useless mml1991-verbose.
8454
8455         * gnus.el: Remove useless variable gnus-use-generic-from.
8456         Remove obsolete variable gnus-topic-indentation.
8457
8458         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8459
8460         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8461
8462         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8463
8464         * gnus-group.el: Remove useless gnus-group-icon-cache.
8465         Remove useless gnus-ephemeral-group-server.
8466
8467         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8468
8469         * mml2015.el: Remove useless mml2015-verbose.
8470
8471         * mml-smime.el: Remove useless mml-smime-verbose.
8472
8473         * gnus.el: Remove useless gnus-local-domain.
8474
8475         * gnus-gravatar.el (gnus-gravatar-transform-address):
8476         Use gnus-gravatar-size.
8477
8478         * gnus-art.el: Remove useless gnus-treat-translate.
8479
8480 2010-09-24  Julien Danjou  <julien@danjou.info>
8481
8482         * gnus-sum.el: Add support for Gravatars.
8483
8484         * gnus-art.el: Add support for Gravatars.
8485
8486         * gnus-gravatar.el: Add this file.
8487
8488         * gravatar.el: Add this file.
8489
8490 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8493
8494         * gnus-group.el (gnus-group-fetch-faq): Remove.
8495
8496         * gnus.el (gnus-group-faq-directory): Remove.
8497
8498         * gnus-group.el (gnus-group-fetch-charter): Remove.
8499
8500         * gnus.el (gnus-group-charter-alist): Remove.
8501
8502         * gnus-group.el (gnus-group-archive-directory): Remove.
8503         (gnus-group-recent-archive-directory): Ditto.
8504         (gnus-group-make-archive-group): Remove.
8505
8506         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8507
8508         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8509         use the same article number for all the cached articles.
8510
8511         * nnimap.el (nnimap-command): Register the last command time so
8512         that we can use it for idling NOOPs.
8513         (nnimap-open-connection): Start the keeplive timer.
8514         (nnimap-make-process-buffer): Store all the process buffers.
8515         (nnimap-keepalive): New function.
8516
8517         * starttls.el (starttls-open-stream): Add autoload cookie.
8518
8519 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8520
8521         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8522         handling.
8523
8524 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8525
8526         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8527         its data structures.
8528
8529         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8530         instead of the cl.el copy-list.
8531         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8532         equalp.
8533
8534 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8537         and tool-bar-local-item-from-menu.
8538
8539         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8540         mode-line-highlight face for Emacs.
8541
8542         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8543         loading gnus-sum.elc; fix comment for canlock-verify.
8544         (gnus-article-jump-to-part): Use read-number.
8545         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8546         Remove Emacs pre-21 compatible code for help-echo.
8547         (gnus-article-next-page-1): No need to adjust the number of lines.
8548         (gnus-article-describe-bindings): Always use help-buffer.
8549
8550         * gnus-audio.el (gnus-audio-inline-sound):
8551         * gnus-cus.el (gnus-custom-mode):
8552         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8553
8554         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8555
8556         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8557         compatible code.
8558
8559 2010-09-24  Glenn Morris  <rgm@gnu.org>
8560
8561         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8562         visiting the fcc file in rmail-mode.
8563
8564         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8565
8566 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * nnir.el: Silence the byte compiler.
8569
8570         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8571         alias to browse-url-url-encode-chars if any.
8572         (gnus-html-encode-url): Use it.
8573
8574 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8575
8576         * gnus-start.el (gnus-use-backend-marks): New variable.
8577         (gnus-get-unread-articles-in-group): Use it.
8578
8579         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8580         makeover.
8581
8582 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8583
8584         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8585
8586 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8589         Remove.
8590         (gnus-setup-news-hook):
8591         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8592
8593         * gnus-int.el (gnus-request-update-info): Protect against backends not
8594         having the function.
8595
8596         * nnimap.el (nnimap-stream): Mention starttls.
8597         (nnimap-open-connection): Add starttls support.
8598
8599 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8600
8601         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8602
8603 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8604
8605         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8606         BODYSTRUCTUREs.
8607         (nnimap-transform-headers): Unfold quoted {42} headers.
8608
8609         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8610         the info.
8611         (gnus-get-unread-articles): Only call updatep on backends that support
8612         it.
8613
8614         * nnweb.el (nnweb-request-update-info): NOOP.
8615
8616         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8617
8618         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8619         since it only deals with marks.
8620
8621         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8622         gnus-request-marks, and make a new gnus-request-update-info.
8623
8624         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8625         the active instead of the high number, which is usually too low.
8626
8627 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8628
8629         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8630         * encrypt.el: Remove.
8631
8632 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8633
8634         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8635         server in symbolic form.
8636
8637         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8638
8639 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8640
8641         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8642         (nnimap-update-info): Fix up code slightly.
8643
8644         * gnus-int.el (gnus-open-server): Add tracing for performance
8645         debugging.
8646
8647         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8648         (gnus-group-insert-group-line): Pass the real group name so that it
8649         gets the right data.
8650
8651         * gnus-start.el (gnus-get-unread-articles): Don't have
8652         `gnus-get-unread-articles-in-group' update info, since that can be
8653         really slow and doesn't seem to be needed?
8654
8655 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8656
8657         * time-date.el (date-to-time): Try using parse-time-string first before
8658         using the slower timezone-make-date-arpa-standard.
8659
8660 2010-09-22  Julien Danjou  <julien@danjou.info>
8661
8662         * gnus-group.el (gnus-group-insert-group-line):
8663         Call gnus-group-highlight-line.
8664         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8665         default hook list.
8666         (gnus-group-update-eval-form): Add new function.
8667         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8668         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8669
8670 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8671
8672         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8673         immediate, then expire all articles.
8674         (nnimap-update-info): Fix off-by-one errors.
8675         (nnimap-flags-to-marks): Would return no marks lists for group with no
8676         flags.  Instead return the other data.
8677
8678 2010-09-22  Julien Danjou  <julien@danjou.info>
8679
8680         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8681         Only return an icon.
8682         (gnus-group-insert-group-line): Compute icon to return.
8683
8684         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8685         (gnus-html-image-fetched): Only cache if
8686         gnus-html-image-automatic-caching is set.
8687         (gnus-html-image-fetched): Check for errors.
8688
8689 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8690
8691         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8692         once per method on `g'.  This ensures that backends like nnfolder don't
8693         open all their folders.
8694
8695         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8696         (nnimap-request-list): Nix out group in the correct buffer.
8697         (nnimap-parse-flags): Implement by using `read' instead of
8698         hand-parsing.
8699         (nnimap-flags-to-marks): Pass on permanent-flags.
8700         (nnimap-make-process-buffer): Record the server name.
8701         (nnimap-parse-flags): Fix typo.
8702         (nnimap-request-scan): Run split on the server in general, not just a
8703         single group.
8704
8705         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8706         parameter, and propagate this downwards.
8707
8708         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8709         since EXAMINE changes it on the server.
8710
8711         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8712         this command might take a while.
8713
8714 2010-09-22  Julien Danjou  <julien@danjou.info>
8715
8716         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8717         harmful if you have 2 images side-by-side, they can't be properly
8718         update on text deletion.  Using text-property is safer here.
8719         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8720         data.
8721
8722 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8723
8724         * nnimap.el (nnimap-expunge-inbox): Remove.
8725         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8726         (nnimap-expunge): Flip default to t.
8727
8728         * gnus.el (gnus-method-to-server): Don't push things to the cache
8729         unless it's unique.
8730         (gnus-server-to-method): Ditto.
8731
8732 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8733
8734         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8735
8736 2010-09-22  Julien Danjou  <julien@danjou.info>
8737
8738         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8739         get the start of data.
8740         (gnus-html-encode-url): Add this function to encode special chars in
8741         URL.
8742         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8743         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8744
8745         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8746         default.
8747         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8748
8749         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8750         images alt-text.
8751         (gnus-html-put-image): Put alt-text as help-echo.
8752
8753 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8756         * mm-util.el (mm-decompress-buffer):
8757         * nnir.el (nnir-run-find-grep):
8758         * pop3.el (pop3-list): Use 3rd arg of split-string.
8759
8760         * time-date.el (format-seconds): Comment fix.
8761
8762         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8763         and byte-optimize-form-code-walker.
8764         (dgnushack-make-auto-load): Don't advise make-autoload.
8765
8766         * lpath.el: Remove Emacs 21 stuff.
8767
8768 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8771         outside the active range.  Suggested by Dan Christensen.
8772
8773         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8774         slightly later to avoid double-getting it.
8775
8776         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8777         previous patch.
8778
8779         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8780
8781 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8782
8783         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8784
8785 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8786
8787         * gnus-int.el (gnus-open-server): Give a better error message in the
8788         "go offline" case.
8789
8790         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8791         marks for nnimap, which is seldom the right thing to do.
8792
8793         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8794         (gnus-same-method-different-name): New function.
8795
8796         * nnimap.el (parse-time): Require.
8797
8798         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8799         method in the presence of many similar methods.
8800
8801         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8802
8803         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8804         nnml-inhibit-expiry.
8805
8806         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8807         find out whether methods are equal.
8808
8809         * nnimap.el (nnimap-find-expired-articles): New function.
8810         (nnimap-process-expiry-targets): New function.
8811         (nnimap-request-move-article): Request the article before looking at
8812         what the Message-ID is.  Fix found by Andrew Cohen.
8813         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8814
8815         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8816         for oldness in addition to being a predicate.
8817
8818         * nnimap.el (nnimap-request-group): When we have zero articles, return
8819         the right data to Gnus.
8820         (nnimap-request-expire-articles): Only delete articles immediately if
8821         the target is 'delete.
8822
8823         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8824         method, this would bug out.
8825
8826         * gnus-group.el (gnus-group-expunge-group): Rename from
8827         gnus-group-nnimap-expunge, and implemented as a normal interface
8828         function.
8829
8830         * gnus-int.el (gnus-request-expunge-group): New function.
8831
8832         * nnimap.el (nnimap-request-create-group): Implement.
8833         (nnimap-request-expunge-group): New function.
8834
8835 2010-09-21  Julien Danjou  <julien@danjou.info>
8836
8837         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8838         (gnus-html-cache-expired): Add new function.
8839         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8840         wethever we should display image for fetch it.
8841         Compute alt-text earlier to pass it to the fetching function too.
8842         (gnus-html-schedule-image-fetching): Change function argument to only
8843         get one image at a time, not a list.
8844         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8845         cache.
8846         (gnus-html-get-image-data): New function to retrieve image data from
8847         cache.
8848         (gnus-html-put-image): Change buffer argument to use image data rather
8849         than file, and place image above region rather than inserting a new
8850         one.  Do not take alt-text as argument, since it's useless now: we place
8851         the image above alt-text.
8852         (gnus-html-prune-cache): Remove.
8853         (gnus-html-show-images): Start to fetch image when we find one, do not
8854         push into a temporary list.
8855         (gnus-html-prefetch-images): Only fetch image if they have expired.
8856         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8857         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8858
8859 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8862
8863 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8866         spec inser "*" if the group isn't active instead of 0.
8867
8868         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8869         opening the server.
8870         (nnimap-request-delete-group): Implement group deletion.
8871         (nnimap-transform-headers): Return the size of the entire message in
8872         the Bytes header, not just the size of the first part.
8873         (nnimap-request-move-article): When moving an article from nnimap,
8874         request the article first so the accepting form has an article to
8875         accept.  Reported by Dan Christensen.
8876         (nnimap-command): Make sure that the error message doesn't error out.
8877
8878 2010-09-20  David Edmondson  <dme@dme.org>
8879
8880         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8881         we haven't requested anything.
8882
8883 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8884
8885         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8886         "".  Fix found by Andrew Cohen.
8887
8888         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8889         instead of -encode-string.
8890
8891 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8894
8895         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8896         by mm-subst-char-in-string.
8897
8898 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8899
8900         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8901         waiting for the connection string.
8902
8903         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8904         arriving.
8905
8906         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8907         bogus characters.  This allows selecting certain Gmail groups.
8908
8909         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8910         (nnimap-fetch-partial-articles): New variable.
8911         (nnimap-open-connection): When looking for credentials, also use the
8912         nnimap-server-port.
8913         (nnimap-request-article): Return the group/article number, so that Gnus
8914         `^' works as expected.
8915         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8916
8917         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8918         comments.
8919         (gnus-methods-sloppily-equal): New function.
8920         (gnus): When using the development version of Gnus, load the gnus-load
8921         file.
8922
8923         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8924         `gnus-open-server' on each method before trying to scan them etc.
8925         This ensures that all the backend parameters are set correctly.
8926
8927         * nnimap.el (nnimap-authenticator): New variable.
8928         (nnimap-open-connection): Allow anonymous login.
8929         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8930         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8931
8932         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8933         patch, found by Knut Anders Hatlen.
8934
8935 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8936
8937         * gnus-agent.el (gnus-agent-batch-confirmation)
8938         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8939         to gnus-message.
8940         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8941         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8942         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8943         * gnus-int.el (gnus-open-server): Likewise.
8944         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8945         (gnus-score-check-syntax): Likewise.
8946         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8947         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8948         Likewise.
8949         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8950
8951 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8952
8953         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8954         calling conventions so that prefetch doesn't bug out.
8955
8956 2010-09-19  Julien Danjou  <julien@danjou.info>
8957
8958         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8959         rather than `subst-char-in-region' in order to be able to replace ASCII
8960         char by UTF-8 ones.
8961
8962         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8963         than curl.
8964         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8965         the right URL and ALT text on images.
8966         (gnus-html-wash-tags): Fix tag case.
8967         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8968         (gnus-article-html): Add -o display_ins_del=2 option.
8969         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8970
8971 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8974         the extra mail headers, which sometimes seem to happen for unknown
8975         reasons.
8976
8977         * mail-parse.el (mail-header-encode-parameter): Define as
8978         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8979         (or most, perhaps?) mail readers don't understand the latter, but do
8980         understand the former.
8981
8982         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8983         to nil, so that no methods are automatically agentized.  I think this
8984         is probably what most users want.
8985
8986         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8987         from url-retrieve, for instance about invalid URLs.
8988
8989         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8990         groups that have no articles.
8991         (nnimap-request-article): Check that we really got an article when we
8992         requested one.
8993
8994         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8995         doesn't exist.
8996
8997         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8998         nntp buffer so the agent can save it.
8999         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9000         that CRLF doesn't get translated to \n.
9001         (nnimap-open-connection): Don't make 'shell commands only send \n.
9002
9003 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9004
9005         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9006         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9007         Update var name.
9008         (nnml-generate-nov-file): Use dolist.
9009         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9010         Use with-current-buffer.
9011
9012 2010-09-18  Julien Danjou  <julien@danjou.info>
9013
9014         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9015         parallel.
9016
9017 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9020         the range update right.
9021         (nnimap-request-group): Don't make `M-g' bug out on group with no
9022         marks.
9023         (nnoo): Require, so that other packages can require nnimap.
9024         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9025         command we're looking for.  This helps when the server sends more
9026         responses after we've gotten everything we expected.
9027         (nnimap): Add a `newlinep' field to keep track of end-of-line
9028         conventions.
9029         Don't send CRLF to things that don't want it.
9030         (nnimap-request-accept-article): Ditto.
9031
9032 2010-09-18  Julien Danjou  <julien@danjou.info>
9033
9034         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9035         than curl to retrieve images.
9036
9037 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9038
9039         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9040         the marks.
9041         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9042         (nnimap-wait-for-connection): New function.
9043         (nnimap-open-connection): If we have PREAUTH, don't query for login
9044         credentials.
9045         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9046         when doing a partial update.
9047
9048 2010-09-18  Julien Danjou  <julien@danjou.info>
9049
9050         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9051         tags.
9052
9053 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9054
9055         * nnimap.el (nnimap-credentials): New function.
9056         (nnimap-open-connection): Use the new function to look for credentials
9057         also on the numeric equivalents of "imap" and "imaps".
9058
9059         * gnus-start.el (gnus-activate-group): Send the info to
9060         gnus-request-group.
9061
9062         * nnimap.el (nnimap-request-group): Have the "check" version of the
9063         function parse flags and update the info, so that a `M-g' get a total
9064         resync of all flags from the group.
9065
9066         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9067         to allow backends to alter the info on group selection.  Also alter all
9068         the backend -request-group functions to take the parameter.
9069
9070         * nnimap.el (nnimap-store-info): New function.
9071         (nnimap-update-info): Store the info for later usage.
9072         (nnimap-request-group): Use the stored info for the dont-check case, so
9073         that we don't retrieve all marks when we enter a group.
9074
9075         * nnimap.el: Use deffoo instead of defun for interface functions.
9076
9077         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9078         update the group info.  This makes the nndraft groups, for instance, go
9079         back to their old behavior.
9080
9081         * gnus-sum.el (gnus-select-newsgroup): Indent.
9082
9083         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9084         in.
9085         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9086         nothing.
9087
9088         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9089         from methods that are denied.
9090
9091         * gnus-int.el (gnus-method-denied-p): New function.
9092
9093         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9094         store the password instead of netrc.
9095         (nnimap-open-connection): Don't error out when we can't make a
9096         connections.
9097
9098         * auth-source.el (auth-source-create): In the password prompt, say what
9099         we're querying for.  Also prompt for user name if that hasn't been
9100         given.
9101
9102         * nnimap.el (nnimap-with-process-buffer): Remove.
9103
9104 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9105
9106         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9107         method when we're reading from the agent.
9108
9109         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9110
9111         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9112         that's probably most useful for users.
9113
9114         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9115         "failed" all the time.
9116
9117         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9118         ...)) with (with-current-buffer ... ).
9119
9120         * nntp.el (nntp-open-server): Return whether the open was successful or
9121         not.
9122
9123         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9124         select an unread unseen article first.
9125
9126         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9127         /etc/services, supply some sensible port defaults.
9128
9129         * dgnushack.el: Define netrc-credentials.
9130
9131 2010-09-17  Julien Danjou  <julien@danjou.info>
9132
9133         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9134
9135 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9136
9137         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9138         doesn't have any parameters.
9139
9140 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9141
9142         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9143         only upcased checks.
9144
9145         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9146
9147         * nnimap.el (nnimap-open-shell-stream): New function.
9148         (nnimap-open-connection): Use it.
9149         (nnimap-transform-headers): Get the number of lines in each message.
9150         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9151         number of lines.
9152         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9153         problem.
9154
9155         * utf7.el (utf7-encode): Autoload.
9156
9157         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9158         to allow the mail splitting to not return a default group.  This is
9159         useful for nnimap, which will leave unmatched mail in the inbox.
9160
9161         * nnimap.el: Rewritten.
9162
9163         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9164         nnimap usage.
9165
9166         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9167         if the move is internal, so that nnimap can do fast internal moves.
9168
9169         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9170         data.
9171         (gnus-read-active-for-groups): Support finishing the early retrieval of
9172         data.
9173
9174         * gnus-range.el (gnus-range-nconcat): New function.
9175
9176         * gnus-int.el (gnus-finish-retrieve-group-infos)
9177         (gnus-retrieve-group-data-early): New functions.
9178
9179 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9180
9181         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9182         (nnrss-retrieve-groups):
9183         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9184         (pop3-quit): Use with-current-buffer.
9185
9186 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9189         instead of nnheader-accept-process-output.
9190
9191         * dgnushack.el (dgnushack-compile): Add comment.
9192
9193         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9194
9195         * gnus-html.el (gnus-html-schedule-image-fetching)
9196         (gnus-html-prefetch-images): Replace process-kill-without-query by
9197         gnus-set-process-query-on-exit-flag.
9198
9199 2010-09-16  Romain Francoise  <romain@orebokech.com>
9200
9201         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9202
9203 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204
9205         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9206         parameter to unintern is mandatory-ish in Emacs 24.
9207
9208         * gnus-html.el (gnus-html-schedule-image-fetching)
9209         (gnus-html-prefetch-images): Check for curl before using it.
9210
9211         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9212         depend on curl, which isn't essential.
9213
9214         * imap.el: Revert back to version
9215         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9216         seem problematic.
9217
9218 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9219
9220         * gnus-registry.el (gnus-registry-install-shortcuts):
9221         Explicitly pass `obarray' to `unintern' to avoid a warning.
9222
9223 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9224
9225         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9226         change.
9227
9228         * nnrss.el (nnrss-request-list): Remove this function and related
9229         functions, including the moreover stuff.
9230
9231 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9232
9233         * nnrss.el (nnrss-retrieve-groups): New function.
9234
9235 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9236
9237         * .dir-locals.el: Add no-byte-compile cookie.
9238
9239 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * time-date.el (format-seconds): Comment fix.
9242
9243         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9244         for back end that doesn't support request-scan.
9245
9246 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9247
9248         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9249         then do request scans from the backends.
9250
9251         * netrc.el (netrc-credentials): New conveniency function.
9252
9253         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9254         avoid running a hook per line, since this takes a lot of time,
9255         profiling shows.
9256         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9257         directly if gnus-visual-p is true.
9258
9259 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9262         groups; replace mapcar with dolist which is a bit faster; pass groups
9263         info to gnus-read-active-file-1.
9264         (gnus-read-active-file-1): Scan only specified groups if the new
9265         optional arg `infos' is given.
9266
9267 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9268
9269         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9270
9271         * pop3.el (pop3-movemail): Remove.
9272         (pop3-streaming-movemail): Rename to pop3-movemail.
9273
9274         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9275         don't restrict end-tag searches to the end of the line.
9276
9277 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9280         articles of every unchecked group to t, which means unknown since the
9281         server has never been opened.
9282
9283 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * gnus-html.el (gnus-html-show-alt-text): New command.
9286         (gnus-html-browse-image): Ditto.
9287         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9288         to browse the image directly.
9289         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9290         better.
9291
9292         * gnus-async.el (gnus-async-article-callback):
9293         Call `gnus-html-prefetch-images' unconditionally.
9294
9295         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9296         before feeding URLs to curl.
9297
9298 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9301         internal images as deletable by `W D D'.
9302
9303         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9304         (gnus-async-article-callback): Fix typo.
9305
9306 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9307
9308         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9309         current line to work around bugs in the output from w3m.
9310
9311         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9312         for groups that want that.
9313
9314         * nntp.el (nntp-wait-for-string): Supply a timeout for
9315         accept-process-output to ensure progress.
9316
9317         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9318         level to get unread articles from, then use that for foreign groups,
9319         too.
9320
9321         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9322         confuses the rest of the function.
9323
9324         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9325         for the methods that support -retrieve-groups, too.
9326
9327         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9328
9329 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9332         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9333
9334         * pop3.el: Require cl when compiling.
9335         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9336
9337 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9338
9339         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9340         that aren't going to be activated.
9341         (gnus-get-unread-articles): Fix up the last commit.
9342
9343         * gnus-html.el (gnus-article-html): Allow calling without specifying
9344         the handle.  In that case, dissect the buffer first.
9345
9346         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9347
9348         * nnimap.el (nnimap-open-connection): Revert the change that would look
9349         into authinfo for imaps instead of imap.
9350
9351         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9352         say that you don't want to call gnus-request-group with don-check, but
9353         do check the reponse.  This is for virtual groups only.
9354         (gnus-get-unread-articles): Count the archive groups as secondary, so
9355         that they're activated the same way as before.
9356
9357         * imap.el (imap-message-map): Removed optional buffer parameter, since
9358         no callers use it.
9359         (imap-message-get): Ditto.
9360         (imap-message-put): Ditto.
9361         (imap-mailbox-map): Ditto.
9362         (imap-mailbox-put): Ditto.
9363         (imap-mailbox-get): Ditto.
9364         (imap-mailbox-get): Revert last change for this function.
9365
9366         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9367         case-insensitively.
9368         (nnimap-debug): Remove.
9369
9370         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9371         callers to use `imap-fetch' instead.  According to the comments, this
9372         should be safe, since all other IMAP clients use the 1:* syntax.
9373         (imap-enable-exchange-bug-workaround): Remove.
9374         (imap-debug): Remove -- doesn't seem very useful.
9375
9376         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9377         mail from a file, and the file doesn't exist.
9378
9379         * imap.el (imap-log): New convenience function used throughout instead
9380         of repeating the same code all over the place.
9381
9382         * pop3.el (pop3-streaming-movemail): Return t for success.
9383
9384         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9385         .authinfo if we're using ssl connection.
9386
9387         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9388         already have if we're in a main Gnus `g' run.
9389
9390         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9391
9392 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9395
9396         * nnmh.el (nnmh-request-list-1): Bind `file'.
9397
9398         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9399         alias to set-process-query-on-exit-flag or process-kill-without-query.
9400         (pop3-open-server): Use it.
9401
9402 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9403
9404         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9405         box to the Incoming file.  Fixes mistake in previous checkin.
9406
9407         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9408         request loop (for debugging purposes) removed.
9409
9410         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9411         culprit is more visible.
9412         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9413         (nnml-add-incremental-nov): New functions to do "incremental" nov
9414         updates, where we just append to the end of the existing nov files
9415         without reading/writing them in full.
9416
9417         * mail-source.el (mail-source-delete-crash-box): Really only check the
9418         incoming files once in a while.
9419
9420         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9421
9422         * mail-source.el (mail-source-delete-crash-box): Only check the
9423         incoming files for deletion once per day to save a lot of file
9424         accesses.
9425
9426         * pop3.el (pop3-logon): Fix up unbound variable typo.
9427
9428         * mail-source.el (pop3-streaming-movemail): Autoload.
9429
9430         * pop3.el (pop3-streaming-movemail):
9431         Respect pop3-leave-mail-on-server.
9432
9433         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9434         retrieval.
9435
9436         * pop3.el (pop3-process-filter): Remove unused function.
9437         (pop3-streaming-movemail, pop3-send-streaming-command)
9438         (pop3-wait-for-messages, pop3-write-to-file)
9439         (pop3-number-of-responses): New functions for streaming pop3
9440         retrieval.
9441
9442         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9443         come from no known methods.
9444         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9445         list.
9446
9447         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9448         message sizes.
9449         (pop3-movemail): Use erase-buffer instead of looping and deleting
9450         regions, which seems rather odd.
9451
9452         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9453         file once per `g' run.
9454
9455         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9456         directories.  This makes the draft queue directory work.
9457
9458         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9459         data from the backends, so that we only request the list of groups from
9460         each method once.  This should speed things up considerably.
9461
9462         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9463         detect that it's not implemented.
9464
9465         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9466         we actually do recurse down into the tree, but don't stat all leaf
9467         nodes.
9468
9469         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9470         then say so instead of bugging out.
9471
9472         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9473         files exist before trying to read them.
9474
9475         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9476         around <pre_int>.
9477
9478         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9479
9480         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9481
9482 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9483
9484         * mm-util.el (mm-image-load-path): Just return the image directories,
9485         not all directories in the path in addition to the image directories.
9486         (mm-image-load-path): Maintain a cache of the image directories so that
9487         the `g' command in Gnus doesn't have to stat dozens of directories each
9488         time.
9489
9490         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9491         (gnus-html-wash-tags): Add a new `i' command to insert images.
9492         (gnus-html-insert-image): New command and keystroke.
9493         (gnus-html-redisplay-with-images): New command and keystroke.
9494         (gnus-html-show-images): Rename command.
9495         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9496         spacers.
9497         (gnus-html-wash-tags): Decode entities at the end, so that entities
9498         inside the tags don't mess up the rest of the "parsing".
9499
9500         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9501         so that nnimap methods aren't agentized by default.  There's apparently
9502         many problems related to agent/imap behavior.
9503
9504         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9505
9506         * gnus-html.el: Doc fix.
9507
9508 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9511         specifier-spec-list for Emacs 21.
9512
9513         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9514         glyph-width and glyph-height instead of display-graphic-p and
9515         image-size; make avoidance of displaying small images work for XEmacs.
9516
9517         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9518         for XEmacs.
9519
9520         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9521         of symbol that holds plist data.
9522         (gnus-process-plist): Remove plist of process after getting it.
9523
9524 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9525
9526         * message.el (message-generate-hashcash): Change default to
9527         'opportunistic if hashcash is installed.
9528
9529         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9530         (gnus-html-put-image): Only call image-size once, since it's somewhat
9531         time-consuming on remote X servers.
9532
9533 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9536         type on data, not a file name.
9537
9538         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9539         window-pixel-edges for Emacs 21.
9540
9541         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9542         decoded contents.
9543         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9544
9545 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546
9547         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9548         group line format, since it isn't very interesting.
9549
9550         * gnus-agent.el (gnus-agent-short-article),
9551         (gnus-agent-long-article): Increase values for these two variables,
9552         since most people are likely to have more network connection and
9553         storage than before.
9554
9555         * gnus.el (gnus-refer-article-method): Change default to 'current.
9556         When referring an article, the common behavior is to refer it from the
9557         current select method, not the native select method.  The chances of
9558         the native select method having the message in question is rather slim
9559         these days.
9560
9561         * gnus-sum.el (gnus-auto-select-subject): Change default to
9562         `unseen-or-unread'.  I think it's likely that most people want to
9563         select an unseen article over a previously seen, but unread one.
9564
9565         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9566         means that in the article buffer none of the minor mode elements will
9567         be shown, usually, and this is not desirable in most cases.
9568
9569         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9570         that commands like `d' (and the like) go to the next line in the
9571         buffer, instead of the next unread article.  I think this is the
9572         behavior that is most natural for most users.
9573         (gnus-single-article-buffer): Change default to nil, so that people can
9574         have as many article buffers open as they have summary buffer.  I think
9575         this is the most natural way for the groups to behave.
9576
9577         * message.el (message-generate-new-buffers): Change default to
9578         `unsent', so that all new message buffers start their names with the
9579         string "*unsent", and it's easier to find the buffers if you move from
9580         them.
9581
9582 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9583
9584         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9585         small.  They're probably tracking images.
9586         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9587         (gnus-html-rescale-image): Yet another try at getting the image sizing
9588         right.
9589
9590         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9591         nntp-marks-file-name is nil.
9592
9593 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9594
9595         * gnus-html.el (gnus-html-wash-tags)
9596         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9597         Better logging.
9598
9599 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9600
9601         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9602
9603         * gnus-html.el (gnus-html-wash-tags): Check the value of
9604         gnus-blocked-images in the summary buffer.
9605
9606 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9607
9608         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9609
9610 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611
9612         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9613         like "a", it seems like.
9614         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9615         since it needs to be picked from the correct buffer.
9616
9617         * nnwfm.el: Remove.
9618
9619         * nnlistserv.el: Remove.
9620
9621 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9622
9623         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9624         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9625
9626 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * nnkiboze.el: Remove.
9629
9630         * nndb.el: Remove.
9631
9632         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9633         alt text.
9634         (gnus-html-rescale-image): Try to get the rescaling logic right for
9635         images that are just wide and not tall.
9636
9637         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9638         overshadow variable bindings.
9639
9640 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9641
9642         * gnus-html.el (gnus-html-wash-tags)
9643         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9644         Add extra logging.
9645
9646 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9649         (gnus-max-image-proportion): New variable.
9650         (gnus-html-rescale-image): New function.
9651         (gnus-html-put-image): Rescale images.
9652
9653 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9654
9655         Fix up some byte-compiler warnings.
9656         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9657         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9658         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9659         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9660         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9661         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9662         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9663
9664 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * gnus-html.el (gnus-article-html): Decode contents by charset.
9667
9668 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9671         (gnus-html-frame-width, gnus-blocked-images):
9672         * message.el (message-prune-recipient-rules): Add custom version.
9673         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9674
9675         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9676         functions.
9677
9678         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9679         gnus-process-get.
9680
9681 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9682
9683         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9684         instead of lsub directly.
9685
9686 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9687
9688         * nnwarchive.el: Remove.
9689
9690         * gnus-soup.el: Remove.
9691
9692         * nnsoup.el: Remove.
9693
9694         * nnultimate.el: Remove.
9695
9696         * gnus-html.el (gnus-blocked-images): New variable.
9697
9698         * message.el (message-prune-recipients): New function.
9699         (message-prune-recipient-rules): New variable.
9700
9701         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9702         guess whether a long line is natural text or not.
9703
9704         * gnus-html.el (gnus-html-schedule-image-fetching):
9705         Use gnus-process-plist and friends for compatibility.
9706
9707 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9708
9709         * gnus-html.el: Require packages that define macros used in this file.
9710         (gnus-article-mouse-face): Declare to silence byte-compiler.
9711         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9712         process-get.
9713         (gnus-html-put-image): Use plist-get to avoid getf.
9714         (gnus-html-prefetch-images): Use with-current-buffer.
9715
9716 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * gnus-ems.el: Provide compatibility functions for
9719         gnus-set-process-plist.
9720
9721         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9722         header-line-format for XEmacs 21.4.
9723
9724         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9725         * gnus.el (gnus-valid-select-methods):
9726         * message.el (message-send-mail-partially-limit):
9727         * mm-decode.el (mm-text-html-renderer):
9728         * mml.el (mml-insert-mime-headers-always):
9729         * smiley.el (smiley-regexp-alist): Bump custom version.
9730
9731 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9732
9733         * gnus-html.el: require mm-url.
9734         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9735         with the url to `url'.
9736         (gnus-html-wash-tags): Support cid: URLs/images.
9737
9738 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9739
9740         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9741         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9742         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9743
9744         * gnus-move.el: Remove file, since it doesn't really work.
9745
9746         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9747         UTF-8.  This seems to fix problems with some German web feeds.
9748
9749         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9750         at the top so that the proper colors are applied.
9751
9752         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9753         don't have dots in their names.
9754
9755         * gnus-art.el (gnus-article-view-part): Doc fix.
9756
9757         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9758         XEmacs-compatible.
9759         (gnus-html-put-image): Don't do images on non-graphic displays.
9760
9761         * nnslashdot.el: Remove this unused backend.
9762
9763         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9764         actions.
9765         (gnus-undo-register-1): Revert last change.
9766
9767         * gnus-group.el (gnus-group-completing-read): Protect against not
9768         having completion-styles bound.
9769
9770         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9771         make broken recipients happier.
9772
9773         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9774
9775         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9776         point parameter.
9777
9778         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9779
9780         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9781         completion-styles for group selection.
9782
9783 2009-02-04  Andreas Schwab  <schwab@suse.de>
9784
9785         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9786         headers and regexp-quote the match if necessary.
9787
9788 2009-03-24  Miles Bader  <miles@gnu.org>
9789
9790         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9791         the blinking smiley.
9792
9793 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9794
9795         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9796         blink smiley.
9797
9798 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9801         where the dribbel file lives exists.
9802
9803         * message.el (message-send-mail-partially-limit): Change the default to
9804         nil, since most people don't want this.
9805
9806         * mm-url.el (mm-url-decode-entities): Also decode entities like
9807         &#x3212.
9808
9809 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9810
9811         * gnus-sum.el (gnus-summary-idna-message):
9812         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9813         Hyperlink urls in docstrings with URL `...'.
9814
9815 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9816
9817         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9818         functions.
9819
9820 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9821
9822         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9823         say what the mouseover text should be.
9824
9825         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9826         version of the mm-w3m-safe-url-regexp variable to only download images
9827         in the groups where we want that to happen.
9828
9829         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9830
9831         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9832         easier debugging.
9833         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9834         big pictures in the article buffer.
9835
9836         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9837         gnus-article-html.
9838         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9839         w3m.
9840
9841         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9842
9843 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9844
9845         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9846         which doesn't exist.
9847
9848         * message.el (message-inhibit-ecomplete): New variable to allow some
9849         function to inhibit ecomplete address storage.
9850         (message-resend): Disable ecomplete message storage when resending
9851         messages.
9852
9853         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9854
9855 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9858         Save excursion while copying, moving, and deleting articles in order to
9859         prevent the cursor from jumping to unforeseen place.
9860
9861 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * lpath.el: No need to bind bookmark-current-buffer,
9864         bookmark-yank-point and bookmark-make-record-function.
9865
9866 2010-08-17  Glenn Morris  <rgm@gnu.org>
9867
9868         * gnus-sync.el: Require gnus components whose functions are used.
9869
9870         * gnus-art.el (bookmark-make-record-function):
9871         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9872         Declare for compiler.
9873
9874         * mm-url.el (mml-compute-boundary): Autoload.
9875
9876 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9879
9880 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9881
9882         Typo fix "hoo4a" -> "hook".
9883
9884         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9885
9886 2010-08-14  Glenn Morris  <rgm@gnu.org>
9887
9888         * gnus-sync.el (gnus-sync): Fix defgroup version.
9889
9890 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9891
9892         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9893
9894         * gnus-sync.el: Fix docs.
9895         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9896         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9897
9898 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9899
9900         Optimizations for gnus-sync.el.
9901
9902         * gnus-sync.el: Add docs about gnus-sync-backend
9903         possibilities.
9904         (gnus-sync-save): Remove unnecessary message.
9905         (gnus-sync-read): Optimize and show what groups were skipped.
9906
9907 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9908
9909         Minor bug fixes for gnus-sync.el.
9910
9911         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9912         Don't read the sync on get-new-news.
9913
9914         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9915         quiet.
9916
9917         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9918         (fix typo).
9919
9920 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9921
9922         Make saving and restoring of hidden threads work with overlays.
9923         Patch applied by Ted Zlatanov.
9924
9925         * gnus-sum.el (gnus-hidden-threads-configuration)
9926         (gnus-restore-hidden-threads-configuration): Update to deal with text
9927         properties, rather than searching for a magic character.
9928
9929 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9930
9931         New gnus-sync.el library for synchronization of marks.
9932
9933         * gnus-sync.el: New library for synchronization of marks.
9934
9935         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9936         renamed from `gnus-registry-grep-in-list'.
9937
9938         * gnus-registry.el (gnus-registry-follow-group-p):
9939         Use `gnus-grep-in-list'.
9940
9941         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9942
9943 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9946         determining charset of text fails.
9947
9948 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * nnmail.el (nnmail-get-new-mail-1): Revert.
9951
9952         * nnml.el (nnml-active-number): Make sure names of newly created groups
9953         in nnml-group-alist are encoded.
9954
9955 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9958         containing non-ASCII characters in active file for nnml back end.
9959
9960 2010-07-24  David Engster  <dengste@eml.cc>
9961
9962         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9963         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9964
9965 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9966
9967         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9968         tag (Bug#6654).
9969
9970 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9973         the article buffer, not the summary buffer.
9974
9975 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9978         Emacs 23 as well.
9979
9980 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9983         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9984
9985 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9986
9987         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9988         Patch applied by Karl Fogel.
9989
9990         * gnus-sum.el (gnus-summary-bookmark-make-record):
9991         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9992
9993 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9994
9995         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9996         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9997         C-w still not working correctly from Article buffers; Thierry's
9998         patch to fix that will be applied after this.
9999
10000         * gnus-art.el (bookmark-make-record-function): New local variable.
10001
10002         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10003         article buffer.
10004         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10005
10006 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10007
10008         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10009         on changes in bookmark.el.
10010
10011 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10014         `no-log' instead of message not to log prompt string.
10015
10016 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10017
10018         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10019         the *other* type of HTML form submission.
10020
10021 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10022
10023         * auth-source.el (auth-source-pick): If choice does not contain a
10024         questioned keyword, set the check to t.
10025
10026 2010-06-12  Romain Francoise  <romain@orebokech.com>
10027
10028         * gnus-util.el (gnus-date-get-time): Move up before first use.
10029
10030 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10033         (gnus-article-edit-part): Bind it to make last part that is substituted
10034         or deleted visible.
10035         (gnus-mime-display-single): Buttonize part of which id equals to
10036         gnus-mime-buttonized-part-id.
10037
10038 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10039
10040         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10041         (gnus-dd-mmm): Use gnus-date-get-time.
10042         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10043         simplify logic.
10044         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10045         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10046
10047 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10048
10049         * auth-source.el (top): Autoload `secrets-list-collections',
10050         `secrets-create-item', `secrets-delete-item'.
10051         (auth-sources): Fix tag string.
10052         (auth-get-source, auth-source-retrieve, auth-source-create)
10053         (auth-source-delete): New defuns.
10054         (auth-source-pick): Rewrite in order to avoid 2 passes.
10055         (auth-source-forget-user-or-password): New parameter USERNAME.
10056         (auth-source-user-or-password): New parameters CREATE-MISSING and
10057         DELETE-EXISTING.  Retrieve password interactively, if needed.
10058
10059 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10060
10061         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10062         deleting unused directories when gnus-expert-user is t.
10063
10064 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10067         for each temp file when gnus-article-browse-delete-temp is ask.
10068
10069 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10070
10071         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10072         Replace Lisp calls to delete-backward-char by calls to delete-char.
10073
10074 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10075
10076         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10077
10078 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10079
10080         * password-cache.el (password-cache-remove): Fix docstring.
10081
10082 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10085         article unless decoding article to be saved.
10086
10087 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10090         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10091         generated within the mm-with-unibyte-current-buffer macro.
10092
10093 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10096         to nil when we're in a mml-preview buffer and no group is selected.
10097
10098 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10099
10100         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10101         when catching the `C-g'.  Reported by "Leo".
10102
10103 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * message.el (message-forward-make-body-plain)
10106         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10107         multibyte-string-p.
10108
10109         * lpath.el: Revert.
10110
10111 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * message.el (message-forward-make-body-mml): Assume original message
10114         is multibyte string; error on unibyte.
10115         (message-forward-make-body-plain): Ditto; don't add excessive newline
10116         in body end.
10117
10118         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10119
10120 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10121
10122         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10123         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10124
10125 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * mm-extern.el (mm-extern-url): Don't use
10128         mm-with-unibyte-current-buffer.
10129         (mm-extern-cache-contents): Use with-current-buffer instead of
10130         save-excursion + set-buffer.
10131
10132 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * mm-util.el (mm-emacs-mule): Remove.
10135
10136 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10137
10138         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10139         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10140         change.
10141
10142 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10145         bind the default value of enable-multibyte-characters to nil.
10146
10147 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * message.el (message-forward-make-body-plain)
10150         (message-forward-make-body-mml):
10151         Don't use mm-with-unibyte-current-buffer.
10152
10153 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10154
10155         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10156
10157 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10158
10159         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10160         (Bug#5592).
10161
10162 2010-05-07  Julien Danjou  <julien@danjou.info>
10163
10164         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10165         it to mm-pipe-part.
10166
10167         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10168         it is given.
10169
10170 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * binhex.el (binhex-decode-region-internal):
10173         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10174         (dns-query):
10175         * nnweb.el (nnweb-gmane-search):
10176         * pgg-parse.el (pgg-parse-armor):
10177         * pgg.el (pgg-verify-region):
10178         * sha1.el (sha1-string-external):
10179         * uudecode.el (uudecode-decode-region-internal):
10180         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10181         XEmacs.
10182
10183         * gnus-art.el (gnus-article-browse-html-parts):
10184         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10185         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10186         make-temp-file.
10187
10188         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10189         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10190         compiling.
10191
10192         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10193         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10194         XEmacs when compiling.
10195
10196         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10197         gnus-pick-mode-off-hook for XEmacs when compiling.
10198         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10199         gnus-binary-mode-off-hook for XEmacs when compiling.
10200
10201         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10202         Return nil if char-charset is not available.
10203
10204         * imap.el (imap-disable-multibyte)
10205         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10206         macros.
10207
10208         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10209         instead of encode-coding-string.
10210
10211         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10212         'xemacs) instead of mm-emacs-mule to switch function definitions.
10213         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10214
10215         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10216         bind temporary-file-directory for XEmacs;
10217         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10218         timer-set-function for XEmacs 21.4 and SXEmacs;
10219         bind timer-list for XEmacs 21.4 and SXEmacs;
10220         fbind char-charset and find-charset-region for non-Mule XEmacs;
10221         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10222         encode-coding-region and encode-coding-string for XEmacs having no
10223         file-coding feature.
10224
10225 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10226
10227         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10228
10229 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10232         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10233
10234 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10235
10236         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10237         alias `jka-compr-delete-temp-file' no longer exists.
10238
10239 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10240
10241         Use define-minor-mode in Gnus where applicable.
10242         * mml.el (mml-mode): Use define-minor-mode.
10243         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10244         (gnus-undo-mode): Use define-minor-mode.
10245         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10246         (gnus-dead-summary-mode): Use define-minor-mode.
10247         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10248         Initialize in declaration.
10249         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10250         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10251         (gnus-mailing-list-mode): Use define-minor-mode.
10252         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10253         (gnus-draft-mode): Use define-minor-mode.
10254         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10255         (gnus-dired-mode): Use define-minor-mode.
10256
10257 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10258
10259         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10260         handles on recursive mml-to-mime translation and check them for
10261         boundary delimiter collisions.  Reported by Greg Troxel.
10262
10263 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10266
10267 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10268
10269         * mm-util.el (mm-find-buffer-file-coding-system):
10270         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10271
10272 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10273
10274         * message.el (message-generate-headers): Record insertion of optional
10275         headers as well.  Otherwise the check to prevent repeated insertion of
10276         optional headers is a no-op.
10277
10278 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10279
10280         * smime.el: Don't mention CVS.
10281
10282         * nnrss.el (nnrss-fetch): Don't mention CVS.
10283
10284         * nnir.el: Don't mention CVS.
10285
10286 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10287
10288         * gnus-sum.el (gnus-summary-bookmark-make-record):
10289         Add `location' field.
10290
10291 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * lpath.el: Fbind bookmark-default-handler,
10294         bookmark-get-bookmark-record, bookmark-make-record-default,
10295         bookmark-prop-get for Emacs <23 and XEmacs.
10296
10297 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10298
10299         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10300         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10301         Use with-current-buffer to silence the byte-compiler.
10302         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10303         bother to require `gnus'.
10304         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10305
10306 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10307
10308         * gnus-sum.el (gnus-summary-bookmark-make-record)
10309         (gnus-summary-bookmark-jump): New functions.
10310         (gnus-summary-mode): Setup bookmark support.
10311
10312 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10313
10314         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10315         if set.
10316
10317 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10320         gnus-article-browse-html-save-cid-image; make it work recursively for
10321         forwarded messages as well.
10322         (gnus-article-browse-html-parts): Work when prefix arg is given.
10323         (gnus-article-browse-html-article): Doc fix.
10324
10325 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10326
10327         * message.el (message-default-mail-headers):
10328         (message-default-headers): Carry the value mail-default-headers over
10329         into message-default-mail-headers, rather than message-default-headers.
10330
10331 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10332
10333         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10334         charset.
10335
10336         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10337         charset into the <meta> tag when the article is encoded to utf-8.
10338
10339 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * gnus-art.el (gnus-article-browse-delete-temp-files):
10342         Delete directories as well.
10343         (gnus-article-browse-html-parts): Work for images that do not specify
10344         file names; delete temp directory when quitting; insert header at the
10345         right place; use file: scheme for image files.
10346
10347 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10348
10349         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10350         (gnus-article-browse-html-parts): Use it to make temporary cid image
10351         files in addition to html file so that browser may display them.
10352
10353 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10356
10357 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10358
10359         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10360
10361 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10362
10363         * auth-source.el (auth-sources): Change default to be simpler.
10364         Explain about Secret Service API sources.  Improve Customize options.
10365         (auth-source-pick): Change to accept any number of search parameters.
10366         Implement fallbacks iteratively, not recursively.  Add scoring on the
10367         second pass and sort by score.  Call Secret Service API when needed.
10368         (auth-source-user-or-password): Use it.  Call Secret Service API
10369         directly when needed to get the user name and the password.
10370
10371 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10372
10373         * message.el (message-interactive): Doc fix.
10374         (message-qmail-inject-args): Reflow.
10375         (message-kill-to-signature): Fix typo in docstring.
10376
10377         * smiley.el (smiley-buffer): Fix typo in docstring.
10378
10379 2010-03-24  Glenn Morris  <rgm@gnu.org>
10380
10381         * mail-source.el (gnus-message): Declare.
10382         (mail-source-delete-old-incoming): Require gnus-util.
10383
10384 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10387
10388         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10389
10390         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10391         password-cache's default if it is not bound.
10392         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10393         password-cache-expiry's default if it is not bound.
10394
10395         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10396         available in Emacs 21.
10397
10398         * lpath.el: Suppress compiler warnings for:
10399         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10400         XEmacs;
10401         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10402         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10403         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10404
10405 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10406
10407         * auth-source.el (auth-sources): Fix up definition so extra parameters
10408         are always inline.
10409
10410 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10411
10412         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10413         wasn't updated after mismatch.  Clear cached mailbox info correctly
10414         when uidvalidity changes.
10415         (nnimap-group-prefixed-name): New function to avoid some code
10416         duplication.
10417         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10418         (nnimap-request-group): Use it.
10419         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10420         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10421         with many imap folders.  This is done by caching the group status from
10422         the imap server persistently in a group parameter `imap-status'.  (This
10423         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10424         but not persistently, so every Gnus startup was still very slow.)
10425
10426 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10427
10428         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10429         delete the extra newline.  Otherwise editing of :string and :number
10430         types don't work.
10431
10432 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10433
10434         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10435         secrets.el dependency.
10436         (auth-sources): Add optional user name.  Add secrets.el configuration
10437         choice (unused right now).
10438
10439 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10440
10441         * gnus-sum.el (gnus-summary-make-menu-bar):
10442         Let `gnus-registry-install-shortcuts' fill in the functions.
10443
10444         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10445         warnings.
10446         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10447         (gnus-registry-install-shortcuts): Populate and use it in a
10448         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10449
10450 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10451
10452         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10453         In-place substitutions for the group name encoding/decoding.
10454         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10455         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10456         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10457         (nnimap-update-unseen, nnimap-request-list)
10458         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10459         (nnimap-request-set-mark, nnimap-split-to-groups)
10460         (nnimap-split-articles, nnimap-request-newgroups)
10461         (nnimap-request-create-group, nnimap-request-accept-article)
10462         (nnimap-request-delete-group, nnimap-request-rename-group)
10463         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10464         `encoded-mbx' for consistency.
10465         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10466         variable `imap-current-mailbox'.
10467
10468         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10469         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10470
10471 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10472
10473         * pop3.el (pop3-display-message-size-flag): Display message size byte
10474         counts during POP3 download.
10475         (pop3-movemail): Use it.
10476         (pop3-list): Implement listing of available messages.
10477
10478 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10479
10480         * nnir.el (nnir-get-article-nov-override-function): New function to
10481         override the normal NOV retrieval.
10482         (nnir-retrieve-headers): Use it.
10483
10484 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10485
10486         * auth-source.el (netrc-machine-user-or-password): Autoload.
10487
10488 2010-03-19  Glenn Morris  <rgm@gnu.org>
10489
10490         Stop message.el from loading about 40 libraries it doesn't always need.
10491         The general approach is to autoload rather than require, and to
10492         require in the specific functions rather than the file.  (Bug#5642)
10493
10494         * gmm-utils.el: Don't require wid-edit.
10495         (widget-create-child-value, widget-convert, widget-default-get):
10496         Autoload.
10497
10498         * gnus-util.el: Don't require time-date, netrc.
10499         (message-fetch-field, gnus-group-name-decode): Declare rather than
10500         autoloading.
10501         (gnus-fetch-field): Require message.
10502         (gnus-decode-newsgroups): Require gnus-group.
10503
10504         * ietf-drums.el: Don't require time-date.
10505
10506         * message.el: Don't require hashcash, canlock, ecomplete.
10507         Do require mail-utils.  Require nnheader only when compiling.
10508         (smtpmail-default-smtp-server): Remove declaration.
10509         (message-send-mail-function): Check smtpmail-default-smtp-server
10510         is bound rather than requiring smtpmail.
10511         (message-auto-save-directory, message-insert-signature):
10512         Use expand-file-name rather than nnheader-concat.
10513         (nnheader-insert-file-contents): Autoload.
10514         (hashcash-wait-async): Declare.
10515         (message-send-mail): Only call gnus-setup-posting-charset if
10516         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10517         (message-send-mail-with-sendmail): Require sendmail.
10518         (canlock-password, canlock-password-for-verify): Declare.
10519         (message-canlock-password): Require canlock.
10520         (nnheader-get-report): Autoload.
10521         (gnus-setup-posting-charset): Declare.
10522         (message-send-news): Require gnus-msg.
10523         (message-make-references, message-make-in-reply-to): Use mail-header-id
10524         rather than the alias mail-header-message-id.
10525         (ecomplete-add-item, ecomplete-save): Declare.
10526         (message-put-addresses-in-ecomplete): Require ecomplete.
10527         (ecomplete-display-matches): Autoload.
10528
10529         * mm-decode.el: Don't require mailcap, gnus-util.
10530         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10531         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10532         Autoload.
10533         (mailcap-mime-extensions): Declare.
10534
10535         * mm-encode.el: Don't require mailcap.
10536         (mailcap-extension-to-mime): Autoload.
10537
10538         * mml-sec.el: Don't require password-cache.
10539
10540         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10541         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10542         (mml-minibuffer-read-type): Require mailcap.
10543         (mml-preview): Require gnus-msg.
10544
10545         * mml1991.el: Require password-cache.
10546         (password-cache-expiry): Remove declaration.
10547
10548         * mml2015.el: Require password-cache.
10549         (password-cache-expiry): Remove declaration.
10550
10551         * nneething.el (mailcap): Require mailcap.
10552
10553         * nnheader.el (declare-function): Add compatibility stub.
10554         (message-remove-header): Declare rather than autoload.
10555         (nnheader-replace-header): Require message.
10556
10557         * nnimap.el (declare-function): Add compatibility stub.
10558         (netrc-parse, netrc-machine-user-or-password): Declare.
10559         (nnimap-open-connection): Require netrc.
10560
10561         * nntp.el (declare-function): Add compatibility stub.
10562         (netrc-parse, netrc-machine, netrc-get): Declare.
10563         (nntp-send-authinfo): Require netrc.
10564
10565         * rfc2047.el: Don't require qp.
10566         (quoted-printable-encode-region, quoted-printable-decode-string):
10567         Autoload.
10568
10569         * sieve-mode.el: Don't require easymenu.
10570         (easy-menu-add-item): Autoload it.
10571
10572         * spam-stat.el (time-to-number-of-days): Autoload it.
10573
10574 2010-03-19  Glenn Morris  <rgm@gnu.org>
10575
10576         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10577
10578 2010-03-18  Glenn Morris  <rgm@gnu.org>
10579
10580         * hashcash.el (declare-function): Remove duplicate definition.
10581
10582 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10583
10584         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10585         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10586         value if any backslash escapes).
10587
10588 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10591         if it is available.  (bug#5647)
10592
10593         * lpath.el: Suppress compiler warning for coding-system-from-name for
10594         Emacs 21 and XEmacs.
10595
10596 2010-03-14  Juri Linkov  <juri@jurta.org>
10597
10598         * hmac-def.el:
10599         * hmac-md5.el:
10600         * netrc.el: Fix keywords.
10601
10602 2010-02-26  Glenn Morris  <rgm@gnu.org>
10603
10604         * message.el (message-send-mail-function): Change the default, so that
10605         it inherits from a customized send-mail-function.  (Bug#5643)
10606
10607 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10608
10609         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10610         shell-command-to-string signals an error (bug#5299).
10611
10612 2010-02-24  Glenn Morris  <rgm@gnu.org>
10613
10614         * message.el (message-smtpmail-send-it)
10615         (message-send-mail-with-mailclient): Doc fixes.
10616
10617 2010-02-16  Glenn Morris  <rgm@gnu.org>
10618
10619         * message.el (message-default-mail-headers): Change the default value
10620         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10621
10622 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10625         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10626
10627 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10628
10629         * time-date.el (date-to-time): Doc fix (Bug#5408).
10630
10631 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10632
10633         * message.el (message-mail): Just pass yank-action on to message-setup.
10634         (message-setup): Handle (FUN . ARGS) form of yank-action.
10635         (message-with-reply-buffer, message-widen-reply)
10636         (message-yank-original): Handle non-buffer values of
10637         message-reply-buffer (Bug#4080).
10638         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10639
10640 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10641
10642         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10643         Fix typo in docstring.
10644
10645 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10646
10647         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10648         response.
10649
10650 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10653
10654         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10655
10656         * message.el (message-check-news-header-syntax): Protect against a
10657         string that `rfc822-addresses' returns when parsing fails.
10658
10659 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10662         (gnus-previous-char-property-change): New functions.
10663
10664         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10665
10666 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10667
10668         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10669         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10670
10671 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10672
10673         * message.el (message-exchange-point-and-mark): Rework last change to
10674         avoid using optional arg of exchange-point-and-mark, for backward
10675         compatibility.
10676
10677 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10678
10679         * message.el (message-exchange-point-and-mark):
10680         Call exchange-point-and-mark with an argument rather than setting
10681         mark-active by hand (Bug#5175).
10682
10683 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * nntp.el (nntp-service-to-port): Work for service expressed with
10686         numeric string; replace [:digit:] with [0-9] for XEmacs.
10687
10688 2009-12-17  Glenn Morris  <rgm@gnu.org>
10689
10690         * gnus-group.el (gnus-bug-group-download-format-alist):
10691         Change emacs entry to debbugs.gnu.org.  Bump :version.
10692
10693 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10696
10697 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * message.el (message-info): Explain why we use `Info-goto-node'.
10700
10701 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10704
10705 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10706
10707         * message.el (message-completion-in-region): New compatibility function.
10708         (message-expand-group): Use it.
10709
10710 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10713         with no unread article should be listed if the 2nd arg `predicate' is
10714         given.
10715
10716 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10719
10720 2009-11-29  Juri Linkov  <juri@jurta.org>
10721
10722         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10723         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10724         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10725
10726 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10727
10728         * sha1.el (sha1-string-external): default-directory "/" in case
10729         otherwise non-existent.  process-connection-type pipe for touch of
10730         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10731
10732 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10733
10734         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10735         it's comms related and sgml-mode.el has "comm" on that basis too.
10736
10737 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10740         containing tspecial characters if they have been already quoted.
10741
10742 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10743
10744         * dns-mode.el (auto-mode-alist): Purecopy string.
10745
10746 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10747
10748         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10749
10750 2009-10-24  Glenn Morris  <rgm@gnu.org>
10751
10752         * gnus-art.el (help-xref-stack-item): Define for compiler.
10753
10754 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10755
10756         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10757
10758 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10761
10762 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10765         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10766
10767 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10770         (gnus-overlays-in): New alias to overlays-in.
10771
10772         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10773         gnus-overlay-get, and gnus-delete-overlay.
10774         (gnus-summary-show-thread): Make it work as well for systems in which
10775         next-single-char-property-change is not available.
10776         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10777
10778         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10779         (gnus-overlay-get): New alias to extent-property.
10780         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10781
10782         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10783         SXEmacs.
10784
10785         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10786         SXEmacs.
10787
10788 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10789
10790         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10791
10792 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10793
10794         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10795         and XEmacs that don't have `remove-overlays'.
10796
10797 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10798
10799         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10800         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10801         selective display.  Use overlays instead.
10802
10803 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10804
10805         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10806
10807 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10808
10809         * spam-stat.el (spam-stat-load): Fix typo in message.
10810
10811 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10812
10813         * dig.el (dig-invoke): Fix typo in docstring.
10814         (query-dig): Reflow docstring.
10815
10816 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10817
10818         * gnus-art.el (gnus-article-encrypt-body):
10819         * message.el (message-check-recipients):
10820         * mm-util.el (mm-codepage-setup):
10821         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10822         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10823
10824 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10825
10826         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10827         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10828         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10829         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10830         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10831
10832 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10833
10834         * dig.el: Add "Keywords: comm", as per net-utils.el.
10835
10836 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10837
10838         * dig.el (dig-mode): Use define-derived-mode.
10839
10840 2009-09-19  Glenn Morris  <rgm@gnu.org>
10841
10842         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10843
10844 2009-09-18  Glenn Morris  <rgm@gnu.org>
10845
10846         * gnus-diary.el (gnus-diary-check-message):
10847         * message.el (message-insert-formatted-citation-line):
10848         * nnbabyl.el (top-level):
10849         * nndiary.el (nndiary-schedule):
10850         Fix typos in condition-case handlers.
10851
10852 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10855         configuration that provides the sole article window in a frame;
10856         position point correctly after deleting a part.
10857
10858 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10859
10860         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10861         (spam-resolve-registrations-routine): Use it to unregister articles
10862         that change status.
10863
10864 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10867         with XEmacs.
10868         (parse-time-string-chars): Use it.
10869
10870 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10871
10872         * imap.el (imap-interactive-login): Better messages.
10873         (imap-open): Fix bug with renamed buffer on reconnect.
10874         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10875         for easier debugging and cleaner code.  On successful (guessed based on
10876         server capabilities) secondary authentication, set imap-state
10877         correctly.
10878         (imap-last-authenticator): Define imap-last-authenticator as a variable
10879         to avoid warnings.
10880
10881 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * nnrss.el (nnrss-request-article): Remove binding of
10884         default-enable-multibyte-characters that has gotten needless by
10885         the 2007-07-13 change in rfc2047-encode-message-header.
10886
10887         * mml.el (mml-insert-multipart): Error on the message header.
10888         (mml-insert-part): Error on the message header; position point at
10889         the end of a MIME tag.
10890
10891 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * time-date.el (autoload): Expand define-obsolete-function-alias into
10894         defalias and make-obsolete for old Emacsen that Gnus supports.
10895         (with-no-warnings): Define it for old Emacsen.
10896         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10897         is available.
10898         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10899         float-time is available; suppress compile warning for time-to-seconds.
10900
10901         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10902         (gnus-float-time): Alias to float-time if it exists.
10903
10904         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10905         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10906         float-time is available; suppress compile warning for time-to-seconds.
10907
10908         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10909         XEmacs.
10910
10911 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10912
10913         * imap.el (imap-message-map): Docstring fix.
10914
10915 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10918         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10919         Add the optional argument `encoding' that overrides the default.
10920
10921         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10922         mm-encode-buffer.
10923
10924 2009-09-04  Glenn Morris  <rgm@gnu.org>
10925
10926         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10927         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10928         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10929         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10930         * mm-util.el (mm-with-unibyte-current-buffer)
10931         (mm-find-buffer-file-coding-system):
10932         * yenc.el (yenc-decode-region): Use default-value rather than
10933         default-enable-multibyte-characters.
10934
10935 2009-09-03  Glenn Morris  <rgm@gnu.org>
10936
10937         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10938         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10939         than default-enable-multibyte-characters.
10940
10941 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10942
10943         * gnus-art.el (gnus-article-read-summary-keys):
10944         Fix gnus-buffer-configuration's value temporarily used.
10945
10946 2009-09-02  Glenn Morris  <rgm@gnu.org>
10947
10948         * gnus-util.el (gnus-float-time): New function.
10949         * gnus-delay.el (gnus-delay-article):
10950         * gnus-sum.el (gnus-thread-latest-date):
10951         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10952         * nnspool.el (nnspool-request-newgroups):
10953         Use gnus-float-time rather than time-to-seconds.
10954         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10955
10956         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10957         (gnus-header-subject-face, gnus-header-newsgroups-face)
10958         (gnus-header-name-face, gnus-header-content-face):
10959         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10960         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10961         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10962         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10963         (gnus-cite-face-11):
10964         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10965         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10966         (gnus-server-closed-face, gnus-server-denied-face)
10967         (gnus-server-offline-face):
10968         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10969         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10970         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10971         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10972         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10973         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10974         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10975         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10976         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10977         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10978         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10979         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10980         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10981         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10982         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10983         (gnus-summary-high-undownloaded-face)
10984         (gnus-summary-low-undownloaded-face)
10985         (gnus-summary-normal-undownloaded-face)
10986         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10987         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10988         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10989         (gnus-splash-face):
10990         * message.el (message-header-to-face, message-header-cc-face)
10991         (message-header-subject-face, message-header-newsgroups-face)
10992         (message-header-other-face, message-header-name-face)
10993         (message-header-xheader-face, message-separator-face)
10994         (message-cited-text-face, message-mml-face):
10995         * sieve-mode.el (sieve-control-commands-face)
10996         (sieve-action-commands-face, sieve-test-commands-face)
10997         (sieve-tagged-arguments-face):
10998         * spam.el (spam-face):
10999         Mark face aliases with "-face" in the name as obsolete.
11000
11001 2009-09-01  Glenn Morris  <rgm@gnu.org>
11002
11003         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11004         than goto-line.
11005
11006 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11009         Don't move point if the command is invoked inside the message header.
11010
11011 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11012
11013         * imap.el (imap-send-command): Simplify.
11014         (imap-wait-for-tag): point-max -> buffer-size.
11015
11016 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11017
11018         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11019         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11020         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11021         * nnir.el (nnir-swish-e-index-file):
11022         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11023         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11024         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11025         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11026         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11027         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11028
11029 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11032         Don't save excursion.
11033
11034 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11035
11036         * nnheader.el (nnheader-find-file-noselect):
11037         * mm-util.el (mm-insert-file-contents):
11038         Use (default-value 'major-mode) instead of default-major-mode.
11039
11040 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11041
11042         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11043
11044 2009-08-26  Glenn Morris  <rgm@gnu.org>
11045
11046         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11047         than placing in files.el.
11048
11049 2009-08-25  Glenn Morris  <rgm@gnu.org>
11050
11051         * nnir.el (top-level): Don't require cl at run-time.
11052         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11053         Replace cl-function substitute with gnus-replace-in-string.
11054         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11055         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11056         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11057         simplified expansions.
11058
11059 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11060
11061         * dig.el (dig): Add autoload cookie.
11062
11063 2009-08-22  Glenn Morris  <rgm@gnu.org>
11064
11065         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11066         goto-line.
11067
11068 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11069
11070         * parse-time.el (parse-time-string-chars): Save match data.
11071
11072 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11073
11074         * parse-time.el (parse-time-string-chars): Compute using character
11075         classes, to handle non-ascii characters (Bug#3190).
11076
11077 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11080
11081         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11082         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11083         (gnus-mm-display-part, gnus-mime-display-single)
11084         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11085         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11086
11087         * gnus-sum.el
11088         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11089         (gnus-summary-move-article): Add expirable mark to articles copied or
11090         moved to group that has auto-expire turned on if the option is non-nil.
11091
11092 2009-07-24  Glenn Morris  <rgm@gnu.org>
11093
11094         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11095         Fix typo.  (Bug#3903)
11096
11097 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11100         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11101         that should not be used for draft articles.
11102         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11103         that has no concern in minor mode keys.
11104         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11105         Abolish.
11106
11107 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11110         article without making inquiry to a user for unknown encoding.
11111
11112         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11113         (nnmaildir--scan): Assume i-node and device number that file-attributes
11114         returns might be cons-cell.
11115
11116         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11117
11118         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11119
11120 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11121
11122         * auth-source.el: Remove docs now in auth.texi.  Don't use
11123         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11124         `auth-source-hide-passwords' and use them.
11125
11126 2009-07-15  Glenn Morris  <rgm@gnu.org>
11127
11128         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11129
11130 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11133         excessive whitespace from the default values of title and description.
11134
11135 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11138         mail-fetch-field to fetch Content-Description header in order to
11139         exclude newlines.
11140
11141 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11142
11143         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11144         format used by GnuPG 2.0.11.
11145
11146 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11149         to deleted part.
11150
11151 2009-05-30  David Engster  <dengste@eml.cc>
11152
11153         * nnmairix.el: Remove old documentation in the commentary block.
11154         (nnmairix-request-group): Do not update active file for nnml back ends.
11155         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11156         end so that overview files are ignored.
11157         (nnmairix-update-groups): Make updating the groups more robust by using
11158         marks.
11159         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11160         with dollar characters in message-id.
11161
11162 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11165         2008-12-25 in dns.el.
11166
11167 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11168
11169         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11170         could happen if the text is only composed of spaces and/or tabs.
11171
11172 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11173
11174         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11175         when sending a queued message to avoid extra mml tags.
11176
11177 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11180
11181 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11184         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11185         rmail-toggle-header for XEmacs;
11186         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11187
11188 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-dired.el: Remove autoload for gnus-setup-message.
11191         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11192         displaying Gnus logo; always use compose-mail.
11193
11194 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11197
11198 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11201         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11202         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11203         available.
11204         (gnus-nocem-epg-verify): New function.
11205
11206 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11209
11210 2009-02-15  Glenn Morris  <rgm@gnu.org>
11211
11212         * gnus-util.el (rmail-insert-rmail-file-header)
11213         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11214         autoloads.
11215         (rmail-default-rmail-file): Remove unnecessary declaration.
11216         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11217
11218 2009-02-14  Glenn Morris  <rgm@gnu.org>
11219
11220         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11221         variable (only used in gnus-util, which declares it anyway).
11222         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11223         which was only needed by gnus-art (changed to not use it any more).
11224         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11225         only used in gnus-util, which autoloads it itself.
11226         (rmail-update-summary): Fix autoload.
11227
11228         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11229         rather than rmail-output-to-rmail-file.
11230
11231 2009-02-07  Glenn Morris  <rgm@gnu.org>
11232
11233         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11234         autoload of function that no longer exists.
11235         (rmail-toggle-header): Declare.
11236         (message-forward-rmail-make-body): Handle mbox Rmail.
11237
11238 2009-01-31  Glenn Morris  <rgm@gnu.org>
11239
11240         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11241         2009-01-09 change.
11242
11243 2009-01-31  Dave Love  <fx@gnu.org>
11244
11245         * imap.el (imap-fetch-safe): Bind debug-on-error.
11246         (imap-debug): Add imap-fetch-safe.
11247
11248 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11249
11250         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11251         (auth-source-forget-all-cached): New convenience function.
11252         (auth-source-user-or-password): Accept list of modes or a single mode.
11253
11254         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11255         auth-source modes.
11256
11257         * netrc.el (netrc-machine-user-or-password): Use list of
11258         auth-source modes.
11259
11260         * nnimap.el (nnimap-open-connection): Use list of
11261         auth-source modes.
11262
11263         * nntp.el (nntp-send-authinfo): Use list of
11264         auth-source modes.
11265
11266 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11267
11268         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11269         now.
11270
11271 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11274         coding system in XEmacs; add a workaround for XEmacs.
11275
11276         * lpath.el: Fbind coding-system-aliasee.
11277
11278 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11281         of current-language-environment.
11282
11283 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11286         available at runtime.
11287
11288 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11291
11292 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11293
11294         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11295         the greatest positive fixnum value doesn't work under an XEmacs with
11296         bignum support; use the most-positive-fixnum constant instead,
11297         available since Emacs 21.1 with cl and XEmacs 21.1.
11298
11299 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11302         XEmacs gets not to work.
11303
11304 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * mm-util.el (mm-coding-system-priorities): Allow the value like
11307         "Japanese (UTF-8)" of current-language-environment.
11308
11309 2009-01-09  Glenn Morris  <rgm@gnu.org>
11310
11311         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11312         with last-command-event.
11313
11314 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11315
11316         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11317         in the doc string.
11318
11319         * message.el (message-fix-before-sending): Amend comment.
11320
11321 2009-01-08  Dave Love  <fx@gnu.org>
11322
11323         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11324
11325 2009-01-07  David Engster  <dengste@eml.cc>
11326
11327         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11328         simplified server definitions by converting it via
11329         gnus-server-to-method.
11330
11331 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11334         parameter's operands.
11335
11336 2009-01-06  David Engster  <dengste@eml.cc>
11337
11338         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11339         primary select method (for gnus-group-mark-article-as-read).
11340
11341 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11342
11343         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11344         `(gnus)Face', not `(gnus)X-Face'.
11345
11346 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * mm-util.el (mm-ucs-to-char): New function.
11349
11350         * mm-url.el (mm-url-decode-entities): Use it.
11351
11352         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11353         unicode-to-char.
11354
11355 2009-01-05  Dave Love  <fx@gnu.org>
11356
11357         * time-date.el: Require cl for `declare'.
11358
11359 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11360
11361         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11362         Dave Love.
11363
11364 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11365
11366         * message.el (message-fix-before-sending): Add `eight-bit' to
11367         illegible-text check.
11368
11369 2009-01-03  Michael Olson  <mwolson@gnu.org>
11370
11371         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11372         `headers' is nil.  This can occur if the IMAP server does not have
11373         permissions to read messages from a folder, but can write new messages
11374         to the folder.
11375         (nnimap-request-article-part): Do not insert `data' if it is nil.
11376
11377         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11378         characters which will confuse `read', so skip past them.
11379
11380 2009-01-01  Dave Love  <fx@gnu.org>
11381
11382         * imap.el (imap-string-to-integer): Fix typo.
11383         (imap-fetch-safe): New function.
11384         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11385
11386         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11387
11388         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11389         (imap-parse-greeting): Fix doc strings.
11390         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11391         (imap-parse-flag-list): Make messages unique.
11392         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11393
11394         * nnimap.el: Fix author email.
11395         (nnimap-split-rule): Add FIXME comment.
11396         (nnimap-debug): Fix doc string.
11397
11398 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11399
11400         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11401
11402 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11405         nslookup if resolv.conf isn't available.
11406         (dns-query): Rename from query-dns.
11407         (dns-query-cached): Rename from query-dns-cached.
11408
11409 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11412         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11413         to check if those variables exist (first appeared in Emacs 18.50).
11414
11415 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * mm-util.el (mm-line-number-at-pos): New function.
11418
11419         * spam-report.el (spam-report-process-queue): Use it.
11420
11421 2008-12-24  David Engster  <dengste@eml.cc>
11422
11423         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11424         parameters that haven't existed as variables as buffer-local variables.
11425
11426 2008-12-23  Dave Love  <fx@gnu.org>
11427
11428         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11429         cadar.
11430
11431         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11432         imap-starttls-p.
11433         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11434
11435 2008-12-22  Dave Love  <fx@gnu.org>
11436
11437         * imap.el: Fix author email.  Doc fixes.
11438         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11439         reply.
11440
11441 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * spam-report.el (spam-report-gmane-max-requests): New constant.
11444         (spam-report-gmane-wait): New variable.
11445         (spam-report-gmane-ham, spam-report-gmane-spam)
11446         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11447         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11448         the server.
11449
11450         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11451         Add explanations.
11452
11453         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11454         nnheader-accept-process-output and nnheader-read-timeout if available.
11455         (pop3-movemail): Use it.
11456
11457         * message.el (message-check-news-body-syntax): Fix signature check if
11458         there's an attachment.
11459
11460 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * mm-util.el: Add comments to the mm- emulating functions.
11463
11464 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11467         Reported by Stephen Berman <stephen.berman@gmx.net>.
11468
11469 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * mm-util.el (mm-substring-no-properties): New function.
11472         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11473         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11474         (mm-string-to-multibyte): Doc fix.
11475
11476         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11477
11478 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11479
11480         * mml.el (mml-attach-file): Strip text properties from file name.
11481         (Bug#1574)
11482
11483 2008-12-16  Glenn Morris  <rgm@gnu.org>
11484
11485         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11486
11487 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11490         knows since the charset specified might be a bogus alias that
11491         mm-charset-synonym-alist provides.
11492
11493 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11494
11495         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11496         "ISO_8859-1".
11497
11498         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11499
11500 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * mm-util.el (mm-charset-eval-alist):
11503         Define it before mm-charset-to-coding-system.
11504         (mm-charset-to-coding-system): Add optional argument `silent';
11505         define it before mm-charset-override-alist.
11506         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11507         default value if it can be used in Emacs currently running;
11508         silence mm-charset-to-coding-system.
11509
11510 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11513         `allow-override' which says whether to use `mm-charset-override-alist'.
11514         (rfc2047-decode-encoded-words): Use it.
11515
11516         * mm-util.el (mm-charset-override-alist): Fix custom type;
11517         add `(gb2312 . gbk)' to choices.
11518
11519 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11522         fast.
11523
11524         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11525
11526         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11527
11528 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11529
11530         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11531         on links.
11532
11533         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11534
11535 2008-12-03  Lute Kamstra  <lute@gnu.org>
11536
11537         * sha1.el: Remove leading * from docstrings of defcustoms,
11538         deffaces, defconsts and defuns.
11539
11540 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11543         users' addresses that don't have domain parts.
11544         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11545         rather than message-narrow-to-head since there will be the message
11546         header separator.
11547
11548 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11549
11550         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11551         since the result is inserted in a unibyte buffer anyway.
11552         (nnimap-demule-use-string-to-multibyte): Remove.
11553         (nnimap-demule): Alias it to mm-string-to-multibyte.
11554
11555 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11558         variable for debugging bug#464 and bug#1174.
11559         (nnimap-demule): Use it.
11560
11561 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11564         score calculation correctly.
11565
11566 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11567
11568         * message.el (message-send-mail): Just set the buffer to unibyte
11569         rather than use mm-with-unibyte-current-buffer which does a lot more.
11570         (message-send-mail-partially): Don't bother with
11571         mm-with-unibyte-current-buffer since it's already been made unibyte by
11572         message-send-mail.
11573
11574 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11575
11576         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11577
11578 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11579
11580         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11581
11582 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11585         require itself and to remove `with-no-warnings'.
11586
11587 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11588
11589         * starttls.el (starttls-any-program-available): Get the name of the
11590         available TLS layer program.
11591         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11592         well as the host name in the "opening" message.
11593
11594         * auth-source.el (auth-source-cache, auth-source-do-cache)
11595         (auth-source-user-or-password): Cache passwords and logins by default,
11596         allow override with `auth-source-do-cache'.
11597         (auth-source-forget-user-or-password): Allow users to remove cache
11598         entries if needed.
11599
11600 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11601
11602         * md4.el (md4-buffer): Fix typo in docstring.
11603         (md4, md4-64): Doc fixes.
11604         (md4-pack-int32): Reflow docstring.
11605
11606 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11607
11608         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11609         condition-case to only the forward-sexp call.
11610
11611 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11612
11613         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11614         quotes contained.  Make it more robust regardless by an extra
11615         condition-case wrapper.
11616
11617 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11620
11621 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * nnml.el (nnml-request-expire-articles): Check if the function set to
11624         `nnmail-expiry-target' returns the symbol `delete'.
11625
11626         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11627
11628         * nnmail.el (nnmail-expiry-target): Fix custom type.
11629
11630 2008-10-02  Glenn Morris  <rgm@gnu.org>
11631
11632         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11633         Silence compiler warning.
11634
11635 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11636
11637         * tls.el (open-tls-stream): Show the actual command being
11638         executed, instead of the format string.
11639
11640 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * lpath.el: Fbind codepage-setup for Emacs 23.
11643
11644 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11645
11646         * mml.el (mml-menu): Don't assume mml2015 is bound.
11647
11648 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11651         exists.
11652
11653 2008-09-27  Glenn Morris  <rgm@gnu.org>
11654
11655         * gnus-util.el (mail-header-remove-comments): Autoload it.
11656
11657 2008-09-27  Andreas Schwab  <schwab@suse.de>
11658
11659         * gnus-util.el (gnus-split-references): Strip comments.
11660         (gnus-parent-id): Likewise.
11661
11662 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * message.el (message-confirm-send): Fix version.
11665
11666 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * message.el (message-idna-to-ascii-rhs-1): Use
11669         mail-extract-address-components rather than mail-header-parse-addresses
11670         that is an alias by default to ietf-drums-parse-addresses that does not
11671         support non-ASCII names in headers' contents.
11672
11673 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11674
11675         * message.el (message-confirm-send): Fix variable documentation to
11676         avoid the "y/n" wording.
11677
11678 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11679
11680         * message.el (message-set-auto-save-file-name): Save to a different
11681         filename so multiple messages (especially drafts) can be recovered.
11682
11683 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11684
11685         * message.el (message-confirm-send): Add appropriate version.
11686
11687 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11688
11689         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11690         defvar.
11691
11692 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11693
11694         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11695         (mm-pkcs7-enveloped-magic): Ditto.
11696
11697 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11698
11699         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11700         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11701
11702 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11703
11704         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11705         default, it's better.
11706
11707 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11708
11709         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11710         summary line gnus-number property and ignore them (with a warning
11711         message).
11712
11713 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11716         macro caddr in the interactive form since it won't be expanded.
11717
11718 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11721         `charset'; fix name of function called recursively.
11722         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11723
11724 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11727         (gnus-mime-set-charset-parameters): New function.
11728         (gnus-mime-view-part-as-charset): Use it to correctly display part
11729         specifying wrong charset.
11730
11731 2008-09-08  David Engster  <dengste@eml.cc>
11732
11733         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11734         in completing-read for back end server.
11735
11736 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11737
11738         * message.el (message-confirm-send): New variable to confirm sending a
11739         message.
11740         (message-send): Use it.
11741
11742 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11743
11744         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11745
11746 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11749
11750 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11751
11752         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11753         prevent tracking too many groups.
11754         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11755         Use it.
11756
11757 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11758
11759         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11760         moving point to the bottom of the window in order to avoid recentering.
11761
11762 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11765
11766         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11767         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11768         (gnus-article-beginning-of-window): Fix calculation.
11769
11770 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * gnus-msg.el (gnus-summary-supersede-article)
11773         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11774         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11775         message header.
11776
11777 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11778
11779         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11780         pending output coming after the status change.
11781
11782 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11783
11784         * message.el:
11785         * gnus-start.el:
11786         * gnus-registry.el: Remove VMS support.
11787
11788 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11791         macro.
11792         (rfc2104-hash): Use it.
11793
11794 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11795
11796         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11797         (gnus-summary-sort-by-most-recent-date): New commands.
11798         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11799         and menu entries.
11800
11801 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11804         don't redisplay article for raw contents; remove plural articles stuff.
11805
11806         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11807         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11808         on gnus-summary-save-article; display results properly.
11809
11810 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * lpath.el: No need to fbind ns-focus-frame.
11813
11814 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11817
11818 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * gnus-art.el (gnus-summary-save-in-pipe):
11821         Consider gnus-save-all-headers.
11822
11823 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11824
11825         * gnus-util.el (ns-focus-frame): Remove declaration.
11826         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11827         like x.
11828
11829 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11830
11831         * rfc2104.el (rfc2104-zero): Delete defconst.
11832         (rfc2104-hex-alist): Likewise.
11833         (rfc2104-hex-to-int): Delete func.
11834         (rfc2104-hexstring-to-bitstring): Likewise.
11835         (rfc2104-nybbles): New defconst.
11836         (rfc2104-hash): Rewrite for speed.
11837
11838 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * tls.el (open-tls-stream): Make it work with the 2nd argument
11841         BUFFER that is a string but does not exist as a buffer object, as
11842         mentioned in the doc-string.
11843
11844 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11847         SXEmacs.
11848
11849 2008-07-16  Glenn Morris  <rgm@gnu.org>
11850
11851         * gnus-util.el (ns-focus-frame): Declare for compiler.
11852
11853 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11856         set as a group parameter.
11857         (gnus-summary-save-in-pipe): Work when it is called independently.
11858         (gnus-summary-pipe-to-muttprint): Don't modify
11859         gnus-summary-pipe-output-default-command.
11860
11861 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11862
11863         * message.el (message-send-mail-with-sendmail):
11864         Display the error message.
11865
11866 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * gnus-art.el (gnus-default-article-saver):
11869         Add gnus-summary-save-in-pipe to choices.
11870         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11871         gnus-summary-pipe-output-default-command as the default command.
11872         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11873         instead of gnus-last-shell-command.
11874
11875         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11876         New user option.
11877         (gnus-summary-muttprint-program): Mention the value will be changed.
11878         (gnus-summary-save-article): Force showing of all headers.
11879         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11880
11881 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11882
11883         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11884
11885 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11886
11887         * nnimap.el (nnimap-id):
11888         * sieve-manage.el (sieve-manage-open): Doc fixes.
11889
11890 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11891
11892         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11893         if available.
11894
11895 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11896
11897         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11898
11899         * nnkiboze.el (nnkiboze-generate-group):
11900         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11901
11902         * nnmairix.el: Require CL.
11903
11904 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * dgnushack.el: Autoload get-display-table and put-display-table for
11907         XEmacs 21.5.
11908
11909         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11910         21.4 and SXEmacs.
11911
11912 2008-06-15  David Engster  <dengste@eml.cc>
11913
11914         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11915
11916 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11917
11918         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11919         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11920         runtime choice under XEmacs.
11921
11922         * gnus-sum.el (gnus-summary-set-display-table):
11923         Use `gnus-put-display-table', `gnus-get-display-table',
11924         `gnus-set-display-table' for the display table, instead of `aset'.
11925
11926         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11927         Use `gnus-put-display-table', `gnus-get-display-table',
11928         `gnus-set-display-table' for the display table.
11929
11930 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * nnmairix.el: Add autoloads.
11933
11934 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * nnmairix.el (nnmairix-delete-recreate-group)
11937         (nnmairix-update-and-clear-marks): Fix error messages.
11938
11939 2008-06-14  David Engster  <dengste@eml.cc>
11940
11941         * nnmairix.el: Upgrade to version 0.6.
11942         (nnmairix-group-toggle-propmarks-this-group)
11943         (nnmairix-group-toggle-readmarks-this-group)
11944         (nnmairix-group-delete-recreate-this-group)
11945         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11946         (nnmairix-remove-tick-mark-original-article): New commands.
11947         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11948         (nnmairix-propagate-marks-to-nnmairix-groups)
11949         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11950         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11951         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11952         functions needed for marks propagation and manipulation of read marks.
11953         (nnmairix-update-groups): New function.
11954         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11955         (nnmairix-determine-original-group-from-registry)
11956         (nnmairix-determine-original-group-from-path)
11957         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11958         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11959         New helper functions.
11960         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11961         keystrokes for new commands.
11962         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11963         (nnmairix-request-group): Check allow-fast group parameter.
11964         (nnmairix-request-create-group): Set allow-fast group parameter if
11965         nnmairix-allowfast-default is set.
11966         (nnmairix-close-group): Propagate marks upon closing if needed.
11967         (nnmairix-group-toggle-threads-this-group): Use new.
11968         nnmairix-group-toggle-parameter helper function.
11969         (nnmairix-search): Better check for empty search result.
11970         (nnmairix-goto-original-article): Use new helper functions for
11971         determining original article.
11972         (nnmairix-show-original-article): Make sure message-id is in brackets.
11973         (nnmairix-call-mairix-binary): Change variable name.
11974         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11975         helper function.
11976         (nnmairix-widget-toggle-activate): Fix doc string.
11977
11978 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * nnir.el: Require edmacro when compiling with XEmacs.
11981         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11982         available in Emacs 21.
11983
11984 2008-06-11  Glenn Morris  <rgm@gnu.org>
11985
11986         * gnus-util.el (x-focus-frame):
11987         * gnus.el (image-size):
11988         * mm-decode.el (image-size): Declare.
11989
11990         * gnus-picon.el (declare-function): Add compat definition.
11991         (image-size): Declare.
11992
11993         * gnus-group.el (tool-bar-map):
11994         * gnus-sum.el (tool-bar-map): Define for compiler.
11995
11996         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11997
11998         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11999
12000         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12001         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12002         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12003         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12004         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12005         * sieve-manage.el, spam-report.el, spam.el:
12006         Remove unnecessary eval-and-compile of autoloads.
12007
12008 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12009
12010         * auth-source.el: Precise Tramp doc.
12011
12012 2008-06-07  Glenn Morris  <rgm@gnu.org>
12013
12014         * nnmairix.el: Remove unnecessary eval-when-compile.
12015
12016 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * lpath.el: Fbind propertize for XEmacs 21.4.
12019
12020 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * nnir.el: Move here from ../contrib.
12023
12024 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12025
12026         * gnus-util.el (gnus-read-shell-command): New function.
12027         * mm-decode.el (mm-pipe-part):
12028         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12029
12030 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12033
12034 2008-06-03  Glenn Morris  <rgm@gnu.org>
12035
12036         * pop3.el (nnheader-accept-process-output): Autoload it.
12037
12038 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12041         are not 2-digit hexadecimal characters that follow `%'s.
12042
12043 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12044
12045         * message.el (message-bogus-recipient-p): Fix type in doc string.
12046         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12047         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12048         Improve custom options.
12049         (message-bogus-recipient-p): Adjust accordingly.
12050
12051 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12052
12053         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12054         long-form month and day names.
12055
12056 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * dgnushack.el: Autoload debug, eudc-expand-inline and
12059         pgg-snarf-keys-region for XEmacs.
12060
12061         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12062
12063         * nnmairix.el: Require edmacro when compiling with XEmacs.
12064
12065 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12068         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12069
12070 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12071
12072         * auth-source.el: Add more docs.
12073
12074         * netrc.el (netrc-machine): Always match if the port is not given.
12075
12076 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12077
12078         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12079         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12080         retrieval faster in some cases, but might make CPU usage larger.
12081         If this has any bad side effects, we might revert this change.
12082
12083         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12084         seems to make mail retrieval much, much faster.
12085         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12086         unconditionally.
12087
12088         * gnus-draft.el (gnus-group-send-queue):
12089         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12090
12091 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12094
12095         * message.el (message-bogus-address-regexp): Fix and improve custom
12096         type.
12097         (message-setup-hook): Add message-check-recipients as custom option.
12098
12099 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12100
12101         * message.el (message-cite-function): Remove bogus autoload which crept
12102         in during merge from v5-10.
12103
12104 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12105
12106         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12107
12108         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12109
12110         * auth-source.el: Preliminary Tramp docs.
12111         (auth-sources): Change the default auth-sources to use
12112         EPA .gpg files.
12113
12114 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12115
12116         * nntp.el: Autoload `auth-source-user-or-password'.
12117         (nntp-send-authinfo): Use it.
12118
12119         * nnimap.el: Autoload `auth-source-user-or-password'.
12120         (nnimap-open-connection): Use it.
12121
12122         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12123         for the gnus-message function.
12124         (auth-source-user-or-password): Use it.
12125
12126 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12127
12128         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12129         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12130         (rfc2104-hash): Use it.
12131
12132 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12133
12134         * gnus-art.el (gnus-article-toggle-truncate-lines):
12135         Don't use `iff' in docstring.
12136
12137 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12138
12139         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12140
12141         * gnus-util.el (gnus-extract-address-component-name)
12142         (gnus-extract-address-component-email): Convenience functions around
12143         `gnus-extract-address-components'.
12144
12145         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12146         Use `gnus-extract-address-component-email' to fix bug of comparing full
12147         sender name to `user-mail-address'.
12148
12149 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12150
12151         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12152         catch/throw to optimize.
12153         (gnus-registry-find-keywords): Just use member to find a keyword.
12154
12155 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12156
12157         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12158         is current before calling gnus-server-prepare.
12159         (gnus-server-setup-buffer, gnus-server-update-server)
12160         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12161
12162 2008-05-04  Juri Linkov  <juri@jurta.org>
12163
12164         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12165         (mailcap-file-default-commands): Use mailcap-replace-in-string
12166         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12167         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12168
12169 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12170
12171         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12172
12173 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12174
12175         * gnus.el: Bump version to 0.11.
12176
12177 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12178
12179         * gnus.el: No Gnus v0.10 is released.
12180
12181 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12182
12183         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12184         hooks.
12185         (gnus-update-read-articles): Speed up non-marks-using users.
12186         (gnus-use-marks): Define gnus-use-marks.
12187         (gnus-propagate-marks): Rename variable to something more sensible.
12188
12189 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12190
12191         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12192         (gmm-image-load-path-for-library): Fix typos in docstrings.
12193         (gmm-message): Reflow docstring.
12194
12195 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12196
12197         * mail-source.el (mail-source-set-1, mail-source-bind):
12198         Move auth-source code out of the macro to clean it up and fix bugs.
12199
12200 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12201
12202         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12203         by sender if it's equal to user-mail-address, it's likely to be
12204         useless.
12205
12206         * mail-source.el (mail-source-bind): Don't use user or password if they
12207         are not bound.  Unintern them if they are nil.  Don't use server unless
12208         it's bound, and default it to empty string otherwise.
12209
12210 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12211
12212         * mail-source.el: Load auth-source.el.
12213         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12214         get user name or password, if auth-sources is set up.
12215
12216         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12217         strategy of splitting with parent.
12218         (gnus-registry-split-fancy-with-parent)
12219         (gnus-registry-post-process-groups): Use it and fix prior
12220         bug (returning a list as the split result).
12221
12222         * auth-source.el (auth-sources): Remove server parameter.
12223         (auth-source-pick, auth-source-user-or-password)
12224         (auth-source-user-or-password-imap)
12225         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12226         (auth-source-user-or-password-sftp)
12227         (auth-source-user-or-password-smtp): Remove server parameter.
12228
12229 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12230
12231         * smime.el (smime-sign-region, smime-encrypt-region)
12232         (smime-decrypt-region):
12233         Remove redundant calls to `generate-new-buffer-name'.
12234
12235 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12236
12237         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12238         Don't use QP for message/rfc822.
12239         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12240
12241 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12242
12243         * sieve-manage.el (sieve-string-bytes): Remove.
12244         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12245         correct byte-length only if the process's coding-system is the same as
12246         the one used internally by Emacs to represent strings.
12247
12248 2008-04-22  Juri Linkov  <juri@jurta.org>
12249
12250         * mailcap.el (mailcap-file-default-commands): New function.
12251
12252 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12253
12254         * message.el (message-signature-separator, message-cite-function):
12255         Change custom version.
12256
12257 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12258
12259         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12260         commands.
12261         (tls-checktrust): Ditto.
12262
12263 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * mm-decode.el (mm-display-external): Make temp file read-only.
12266
12267 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12270         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12271         `C-c C-f d'.
12272
12273 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12274
12275         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12276
12277 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * gnus.el: Bump version to 0.9.
12280
12281 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * gnus.el: No Gnus v0.8 is released.
12284
12285 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12286
12287         * mail-source.el (mail-source-value):
12288         Prefer fboundp to functionp so it works with macros as well.
12289
12290 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12291
12292         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12293         Fix last change in case the element is not even a symbol.
12294
12295 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12296
12297         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12298         Prefer fboundp to functionp so it works with macros as well.
12299
12300 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12301
12302         * auth-source.el: Add docs.
12303         (auth-sources): Modify format to support server.
12304         (auth-source-pick, auth-source-user-or-password)
12305         (auth-source-user-or-password-imap)
12306         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12307         (auth-source-user-or-password-sftp)
12308         (auth-source-user-or-password-smtp): Add server parameter.
12309
12310 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12311
12312         * gnus-registry.el: Initialize the registry when gnus-registry-install
12313         is t.
12314
12315 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * compface.el (uncompface): Make buffer unibyte.
12318
12319 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12320
12321         * mail-source.el (mail-source-value):
12322         Prefer fboundp to functionp so it works with macros as well.
12323
12324 2008-04-05  Glenn Morris  <rgm@gnu.org>
12325
12326         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12327
12328 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12329
12330         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12331         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12332
12333         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12334         multibyteness after rather than before erasing it.
12335
12336         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12337         mm-with-multibyte.
12338         (gnus-request-article-this-buffer): Make sure the proper decoding is
12339         used if gnus-original-article-buffer happens to be unibyte.
12340
12341         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12342         default-enable-multibyte-characters.
12343
12344         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12345         default-enable-multibyte-characters.
12346
12347         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12348
12349         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12350
12351 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12352
12353         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12354         Fix last change in case the element is not even a symbol.
12355
12356 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12357
12358         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12359         (imap-message-copyuid-1): Use it.
12360         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12361         J. Williams in
12362         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12363
12364         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12365         imap-enable-exchange-bug-workaround.
12366         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12367
12368 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12369
12370         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12371         a 100 byte status-checks into a 2-3MB transfer for each group.
12372         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12373         to enable bug workaround or not.
12374         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12375
12376 2008-03-31  Glenn Morris  <rgm@gnu.org>
12377
12378         * message.el (mml2015-use): Declare for compiler.
12379         (message-info): Require mml2015 when appropriate.
12380
12381 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12384         whitespace.
12385
12386 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12387
12388         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12389         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12390         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12391         (nntp-service-to-port): New function.
12392         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12393         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12394         (nntp-open-netcat-stream): New function.
12395         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12396
12397 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12398
12399         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12400
12401 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12402
12403         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12404
12405 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12406
12407         * dns.el (dns-write): Use set-buffer-multibyte.
12408
12409 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12410
12411         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12412
12413 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * message.el (message-signature-separator): Change default.
12416         Improve custom type.
12417         (message-cite-function): Change default to
12418         message-cite-original-without-signature.
12419
12420         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12421         toggle.
12422
12423         * message.el (message-check-news-body-syntax): Fix signature check.
12424         (message-setup-1): Mark buffer as unmodified _after_ running
12425         message-setup-hook and handling message-alternative-emails.
12426         (message-shorten-references): Be more strict when building list of
12427         valid references to comply with GNKSA.
12428
12429         * gnus-group.el (gnus-read-ephemeral-bug-group)
12430         (gnus-read-ephemeral-debian-bug-group)
12431         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12432
12433         * message.el (message-info): Don't use booleanp which isn't supported
12434         in Emacs 21 and XEmacs.
12435
12436 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12439         gnus-group-gmane-group-download-format.
12440         (gnus-group-read-ephemeral-gmane-group): Rename from
12441         gnus-group-read-ephemeral-gmane-group.
12442         (gnus-read-ephemeral-gmane-group-url): Rename from
12443         gnus-group-read-ephemeral-gmane-group-url.
12444         (gnus-bug-group-download-format-alist): New variable.
12445         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12446         (gnus-read-ephemeral-emacs-bug-group): New commands.
12447
12448 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12449
12450         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12451         (gnus-visible-headers): Improve custom type.
12452
12453 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * mml.el (mml-menu): Add workarounds for XEmacs.
12456
12457         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12458         X-Boundary header.
12459
12460         * message.el (message-simplify-recipients): Fix previous commit.
12461
12462 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12463
12464         * mm-util.el (mm-set-buffer-multibyte): New function.
12465         * mm-decode.el (mm-copy-to-buffer): Use it.
12466
12467         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12468         Prefer fboundp to functionp so it works with macros as well.
12469
12470 2008-03-19  Glenn Morris  <rgm@gnu.org>
12471
12472         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12473         Accidentally removed in the sync process with Emacs.
12474
12475 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12476
12477         * message.el (message-alter-recipients-discard-bogus-full-name):
12478         New function.
12479         (message-alter-recipients-function): New variable.
12480         (message-get-reply-headers): Use it.
12481         (message-replace-header): New helper function.
12482         (message-recipients-without-full-name): New variable.
12483         (message-simplify-recipients): New command.
12484
12485         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12486
12487         * message.el (message-info): Handle EasyPG manual.
12488
12489         * mml.el (mml-menu): Add entry for EasyPG.
12490
12491 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12492
12493         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12494         parameter.
12495
12496         * message.el (message-disassociate-draft): Specify drafts group name
12497         fully.
12498
12499 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12500
12501         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12502         Eliminate unnecessary duplicates from the match list.
12503
12504 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12507
12508         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12509
12510         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12511         args of `how-many' of which the XEmacs version doesn't take; declare
12512         Info-index-next as function.
12513
12514 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12515
12516         * gnus-score.el (gnus-score-headers): Fix handling of
12517         gnus-inhibit-slow-scoring.
12518
12519         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12520         string.
12521         (gnus-button-url-regexp): Improve handling of parenthesis.
12522         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12523         (gnus-button-handle-info-keystrokes): Handle index entries.
12524
12525 2008-03-15  Glenn Morris  <rgm@gnu.org>
12526
12527         * parse-time.el (parse-time-string): Simplify.
12528
12529 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12532         Incoming* files.
12533
12534 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12535
12536         * auth-source.el (auth-sources): Rename from auth-source-choices.
12537         (auth-source-pick): Use it.
12538
12539 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12540
12541         * binhex.el (binhex-decode-region-internal):
12542         * uudecode.el (uudecode-decode-region-internal):
12543         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12544         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12545         setting default-enable-multibyte-characters.
12546
12547 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12548
12549         * auth-source.el (auth-source-protocols)
12550         (auth-source-protocols-customize, auth-source-choices): Add and
12551         modified variable customizations and defaults.
12552         (auth-source-pick, auth-source-user-or-password)
12553         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12554         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12555         (auth-source-user-or-password-sftp)
12556         (auth-source-user-or-password-smtp): Use new variables and provide an
12557         interface to netrc.el.
12558
12559 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12562         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12563         Make sure the nntp port to specify is a string.
12564
12565 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12566
12567         * nntp.el: Use with-current-buffer.
12568         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12569         dubious mm-with-unibyte-current-buffer.
12570         (nntp-with-open-group-function): New function extracted from
12571         nntp-with-open-group macro.
12572         (nntp-with-open-group): Use the function, so it's easier to debug.
12573         Add indentation and debugging info.
12574         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12575         Recommend the use of the netcat alternatives.
12576
12577         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12578         Avoid mm-string-as-multibyte as well.
12579
12580         * nnweb.el (nnweb-insert-html):
12581         Remove use of nnheader-string-as-multibyte.
12582
12583         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12584         (nnheader-string-as-multibyte): Remove.
12585
12586         * mm-view.el: Use inhibit-read-only.
12587         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12588         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12589         or unibyte-string.
12590
12591         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12592         (mm-uu-yenc-extract): Use with-current-buffer.
12593
12594         * gnus-soup.el (gnus-soup-send-packet): Don't use
12595         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12596
12597         * nnmh.el: Use with-current-buffer.
12598         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12599         mm-string-as-multibyte on the output of mm-encode-coding-string.
12600
12601         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12602         (nnimap-request-move-article): Use with-current-buffer.
12603
12604         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12605         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12606         conversion uses string-make-unibyte rather than string-as-unibyte.
12607
12608         * gnus-msg.el: Use with-current-buffer.
12609
12610         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12611
12612 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12613
12614         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12615         string for caching if it is 'PIN.
12616
12617 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * lpath.el: Consider the case without Emacs/W3.
12620
12621 2008-03-08  Glenn Morris  <rgm@gnu.org>
12622
12623         * time-date.el (date-to-time, time-subtract, time-add)
12624         (safe-date-to-time): Doc fixes.
12625
12626 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * mail-source.el (mail-source-delete-old-incoming-confirm):
12629         Change default to nil.
12630         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12631
12632 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * lpath.el: Rearrange.
12635
12636         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12637         (gnus-article-goto-prev-page): Work for articles having ^L's.
12638
12639         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12640
12641         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12642
12643 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12644
12645         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12646         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12647         (gnus-bookmark-jump): Adjust some variable names.
12648
12649 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12650
12651         * auth-source.el: New package.
12652         (auth-source-choices): Add customization entry point variable.
12653
12654         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12655         bug.
12656
12657 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12658
12659         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12660         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12661         (gnus-registry-install-shortcuts): Rename from
12662         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12663         the `gnus-registry-mark-map' keymap dynamically from
12664         `gnus-registry-marks'.  The generated functions update the summary line
12665         when a registry mark is added or deleted, and will call
12666         `gnus-registry-install-p' (see the comments in the code).
12667         (gnus-registry-user-format-function-M): Use concat intelligently.
12668
12669         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12670         the registry mark functions.
12671
12672 2008-03-05  Glenn Morris  <rgm@gnu.org>
12673
12674         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12675         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12676         gnus-art.
12677         (top-level): No need to load own source when compiling.
12678
12679 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12680
12681         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12682         Suggested by <chris.anderton@zetnet.co.uk>.
12683
12684 2008-03-04  Glenn Morris  <rgm@gnu.org>
12685
12686         * gnus-sum.el (top-level): No need to require gnus when compiling,
12687         since unconditionally required near start of file.
12688         (gnus-summary-display-while-building): Move definition before use.
12689
12690 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12691
12692         * gnus-registry.el (gnus-registry-user-format-function-M):
12693         Add formatting function.
12694
12695 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12696
12697         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12698         with plists.
12699         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12700         Use new format.
12701
12702 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12705         `where-is-internal' that returns a range of key sequences.
12706
12707 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12708
12709         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12710
12711         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12712         (gnus-summary-jump-to-group): Consider windows on other displayed
12713         frames as well.  Similar changes might be needed elsewhere, but that's
12714         the one I've bumped into during my use.
12715
12716         * nndoc.el (nndoc-oe-dbx-type-p):
12717         * gnus-msg.el (gnus-debug):
12718         * gnus-group.el (gnus-update-group-mark-positions):
12719         Use mm-string-to-multibyte.
12720
12721 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12722
12723         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12724         doesn't handle NotDashEscaped.
12725
12726         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12727         (mml-dnd-attach-options): Fix typo in custom choice.
12728
12729         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12730         Change nndoc-article-type to mbox.
12731         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12732
12733         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12734         to nil, instead of html2text.
12735
12736         * imap.el (imap-debug): Add `imap-ping-server'.
12737
12738         * gnus-bookmark.el: Add FIXMEs.
12739
12740         * message.el (message-form-letter-separator)
12741         (message-send-form-letter-delay): New variables.
12742         (message-send-form-letter): Use them.  New command to send form
12743         letters.  Requested by Uwe Siart.
12744         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12745
12746 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12747
12748         * Update copyright years.
12749
12750 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         Sync from EMACS_22_BASE.
12753
12754         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12755
12756 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12757
12758         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12759         empty author.
12760
12761 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12762
12763         * gnus-registry.el (gnus-registry-marks): Add variable for
12764         customization of marks and their appearance.
12765         (gnus-registry-read-mark): Use it.
12766         (gnus-registry-do-marks): Add utility function to loop through
12767         `gnus-registry-marks'.
12768         (gnus-registry-install-shortcuts-and-menus): Add function to install
12769         shortcuts and menus.
12770         (gnus-registry-initialize): Use it.
12771         (gnus-registry-default-mark): Clarify documentation.
12772
12773 2008-02-29  Glenn Morris  <rgm@gnu.org>
12774
12775         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12776         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12777         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12778         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12779         Change defcustom :version from 23.0 to 23.1.
12780
12781 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12782
12783         * gnus-registry.el (gnus-registry-follow-group-p)
12784         (gnus-registry-post-process-groups): Add functions to aid registry
12785         splitting and improve logging.  Clarify behavior in function
12786         documentation.
12787         (gnus-registry-split-fancy-with-parent): Use them.
12788
12789 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12790
12791         * gnus-art.el: Use with-current-buffer.
12792
12793 2008-02-27  David Engster  <dengste@eml.cc>
12794
12795         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12796         Express real group name in the response.
12797
12798 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12801         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12802         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12803         autoload gnus-registry-fetch-group when compiling.
12804         (nnmairix-request-group-with-article-number-correction):
12805         Remove unreferenced argument passed to nnmairix-call-backend.
12806
12807 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12810         (mm-uu-extract): Improve face for low color ttys.
12811         Reported by Sascha Wilde.
12812
12813 2008-02-27  Glenn Morris  <rgm@gnu.org>
12814
12815         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12816         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12817         variables to defconsts.  Convert comments to doc-strings.
12818         (nnmairix-last-server, nnmairix-current-server): Convert from free
12819         variables to defvars.  Convert comments to doc-strings.
12820         (gnus-registry-fetch-group): Autoload.
12821         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12822         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12823         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12824         caddr.
12825         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12826         nnmairix-request-group-with-article-number-correction call.
12827         (nnmairix-fast, nnmairix-group): New, less general names, for free
12828         variables passed from nnmairix-request-group to
12829         nnmairix-request-group-with-article-number-correction.  Declare.
12830         (nnmairix-request-group-with-article-number-correction):
12831         Use nnmairix-fast, nnmairix-group rather than fast, group.
12832
12833 2008-02-26  David Engster  <dengste@eml.cc>
12834
12835         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12836         version 0.5.
12837
12838 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12839
12840         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12841         instead of making an extra function call.  Don't add the current group
12842         to articles only when they have the group.  Use
12843         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12844         Reported by David <de_bb@arcor.de>.
12845
12846 2008-02-24  Miles Bader  <miles@gnu.org>
12847
12848         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12849         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12850         (mm-find-mime-charset-region):
12851         * mm-bodies.el (mm-encode-body):
12852         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12853
12854 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12857         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12858
12859 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * mail-source.el (mail-source-delete-incoming): Change default.
12862         Supplement doc string.
12863
12864         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12865
12866 2008-02-14  Glenn Morris  <rgm@gnu.org>
12867
12868         * time-date.el (format-seconds): New function.
12869
12870 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * nnmail.el (nnmail-message-id-cache-file): Derive from
12873         `gnus-home-directory'.
12874
12875 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12876
12877         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12878         Document negative prefix.
12879
12880         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12881
12882 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12883
12884         * message.el (message-unsent-separator): Add the Exim bounce
12885         separator.
12886
12887 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12888
12889         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12890         list.
12891         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12892         recipient/signer list.
12893
12894 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * Makefile.in (datarootdir): Define.
12897         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12898         name that might contain whitespace.
12899
12900 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12903         fbound (Emacs 23 unicode), signal an error.
12904
12905 2008-02-08  Glenn Morris  <rgm@gnu.org>
12906
12907         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12908
12909 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12910
12911         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12912         ports to the calls to `netrc-machine-user-or-password' in addition to
12913         "imap" and "imaps".
12914
12915 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12916
12917         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12918
12919         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12920
12921 2008-02-01  Kenichi Handa  <handa@m17n.org>
12922
12923         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12924         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12925         (rfc2104-hash): Convert the result of concat to unibyte string.
12926
12927 2008-02-01  Dave Love  <fx@gnu.org>
12928
12929         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12930         coding-system-for-read.
12931         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12932
12933 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12936         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12937         <hanche@math.ntnu.no>.
12938
12939 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12942
12943         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12944
12945 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12946
12947         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12948         * message.el (message-beginning-of-line): Use featurep instead of bound
12949         tests in order to resolve conditionals at compile time.
12950
12951 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12952
12953         * mail-source.el (mail-sources): Add `group' choice.
12954
12955         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12956         parameter `in-group' to control into which group the articles go.
12957         Add treatment of `group' mail-source.
12958
12959 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12962
12963         * mm-decode.el (mm-dissect-buffer): Decode description.
12964
12965         * mml.el (mml-to-mime): Encode message header first.
12966
12967 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12970         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12971
12972         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12973         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12974
12975 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12976
12977         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12978
12979 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12982         prefix keys.
12983         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12984         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12985         gnus-xmas.el.
12986
12987         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12988         (gnus-xmas-article-describe-bindings): New function.
12989         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12990         gnus-xmas-article-describe-bindings.
12991
12992         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12993
12994 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12995
12996         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12997         Add new variables for article mark management.
12998         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12999         list of extra data entries which, when present, will indicate that the
13000         article ID should not be trimmed from the registry.
13001         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13002         functions.
13003         (gnus-registry-read-mark): New function to read a mark name from the
13004         user.
13005         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13006         (gnus-registry-set-article-mark-internal): New functions to add and
13007         remove marks.
13008         (gnus-registry-get-article-marks): New function to show the marks for
13009         an article, or retrieve them for further use.
13010
13011 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13014         keys when no argument is given.
13015
13016 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13017
13018         * imap.el (imap-ping-server): New variable.
13019         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13020         (imap-ping-server): Minor doc string fixes.
13021
13022 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13023
13024         * imap.el (imap-ping-server): New function.
13025         (imap-opened): Call imap-ping-server.
13026
13027 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * gnus-sum.el (gnus-article-sort-by-random)
13030         (gnus-thread-sort-by-random): Fix doc strings.
13031         Reported by jidanni@jidanni.org.
13032
13033 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * gnus-art.el (gnus-article-describe-bindings): New function.
13036         (gnus-article-read-summary-keys): Use it.
13037         (gnus-article-mode-map): Bind `C-h b' to it.
13038
13039 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13040
13041         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13042         XEmacs.
13043         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13044         Protect against non-character events.
13045
13046         * lpath.el: Fbind map-keymap for Emacs 21.
13047
13048 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13049
13050         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13051         New command.
13052         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13053         instead of END.  Change name of the temp file.
13054         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13055         customizable.
13056
13057 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13060         bind `S W' to gnus-article-wide-reply-with-original; set default
13061         binding to gnus-article-read-summary-send-keys.
13062         (gnus-article-read-summary-keys): Fix the order of keys; display
13063         continuation keys correctly in the echo area; describe bindings
13064         correctly when keys end with `C-h'.
13065         (gnus-article-read-summary-send-keys): New function.
13066         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13067         Work for gnus-article-read-summary-send-keys; display continuation keys
13068         correctly in the echo area.
13069         (gnus-article-reply-with-original): Ignore prefix argument.
13070         (gnus-article-wide-reply-with-original): New function.
13071
13072         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13073         Emacs 21.
13074
13075 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13078         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13079
13080 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13081
13082         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13083         (gnus-group-read-ephemeral-gmane-group): New command.
13084
13085 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13086
13087         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13088
13089 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13090
13091         * message.el (message-send-mail-function): Increase custom version.
13092
13093         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13094         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13095
13096 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13097
13098         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13099         for the cases where imap-authenticate is called with a nil buffer
13100         parameter.
13101
13102 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13105         html parts correctly; support forwarded messages.
13106         (gnus-article-browse-html-article): Remove work buffers.
13107
13108         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13109         compiling.
13110         (netrc-bound-and-true-p): New macro.
13111         (netrc-parse): Use it instead of bound-and-true-p that is not available
13112         in XEmacs 21.4.
13113
13114 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13115
13116         * gnus-registry.el (gnus-registry-mark-article)
13117         (gnus-registry-article-marks): Add functionality to mark articles
13118         through the Gnus registry.
13119
13120         * encrypt.el: Clarify documentation for the new pgg method.
13121         (encrypt-file-alist): Add PGG option.
13122         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13123         functionality.  Abstract password key and messaging to external
13124         functions.
13125         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13126         (encrypt-message-method-and-cipher): Add new convenience external
13127         functions.
13128         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13129         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13130
13131         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13132         (netrc-parse): Use encrypt-file-alist to determine if
13133         encrypt-find-model or encrypt-insert-file-contents should be used.
13134
13135         * encrypt.el: Clarify documentation.  Load password-cache or
13136         password, whichever one is found first, instead of autoloading.
13137
13138 2007-12-19  Glenn Morris  <rgm@gnu.org>
13139
13140         * mml.el (message-options-set, message-narrow-to-head)
13141         (message-in-body-p, message-mail-p, message-encode-message-body):
13142         Autoload.
13143         (message-remove-header, message-narrow-to-headers-or-head)
13144         (message-subscribed-p, message-make-mail-followup-to)
13145         (message-position-on-field, message-news-p)
13146         (message-options-set-recipient, message-generate-headers)
13147         (message-sort-headers): Declare as functions.
13148
13149 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13150
13151         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13152         convention in doc string.
13153
13154 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13157         title to html parts.
13158         (gnus-article-browse-html-article): Pass message header to it.
13159
13160         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13161
13162 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13165         or password compatible with XEmacs.
13166
13167 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13168
13169         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13170         format document.
13171         (gnus-mime-delete-part): Don't write description line if empty.
13172         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13173
13174 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13175
13176         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13177         (gnus-summary-mark-read-and-unread-as-read)
13178         (gnus-summary-mark-current-read-and-unread-as-read)
13179         (gnus-summary-mark-unread-as-ticked): Doc fix.
13180         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13181
13182 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13183
13184         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13185         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13186
13187 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13190         yes-or-no-p.
13191
13192 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13193
13194         * mm-decode.el (mm-add-meta-html-tag): New function.
13195         (mm-save-part-to-file, mm-pipe-part): Use it.
13196
13197         * gnus-art.el (gnus-article-browse-delete-temp-files):
13198         Use gnus-y-or-n-p instead of y-or-n-p.
13199         (gnus-article-browse-html-parts): Work with message/external-body; use
13200         mm-add-meta-html-tag.
13201
13202 2007-12-11  Glenn Morris  <rgm@gnu.org>
13203
13204         * gnus-cache.el: Require gnus-sum not just when compiling.
13205
13206         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13207
13208         * gnus-int.el (gnus-server-opened, gnus-status-message):
13209         Move definitions before use.
13210
13211         * mm-decode.el: Require gnus-util.
13212         (mm-remove-part): Only call delete-annotation on XEmacs.
13213
13214         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13215
13216         * nnmail.el: Require gnus-int.
13217
13218         * spam.el: Move `require's before `eval-when-compile's.
13219
13220         * gnus-ems.el (gnus-alive-p):
13221         * gnus-fun.el (message-goto-eoh):
13222         * gnus-util.el (gnus-group-name-decode):
13223         * mail-source.el (gnus-compress-sequence):
13224         * message.el (Info-goto-node, format-spec):
13225         * mm-bodies.el (message-options-get):
13226         * mm-decode.el (mm-view-pkcs7):
13227         * mm-util.el (gmm-write-region):
13228         * mml-smime.el (mml-compute-boundary)
13229         (gnus-completing-read-with-default):
13230         * mml.el (widget-button-press, gnus-make-hashtable):
13231         * mml1991.el (mm-decode-content-transfer-encoding)
13232         (mm-encode-content-transfer-encoding)
13233         (message-options-get, message-options-set):
13234         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13235         * nnfolder.el (gnus-request-group):
13236         * nnheader.el (ietf-drums-unfold-fws):
13237         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13238         * smime.el (gnus-run-mode-hooks):
13239         * spam-stat.el (gnus-message): Autoload.
13240
13241         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13242         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13243         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13244         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13245         Add declare-function compatibility definition.
13246
13247         * gnus-cache.el (nnvirtual-find-group-art):
13248         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13249         (gnus-add-image, gnus-add-wash-type):
13250         * gnus-group.el (nnkiboze-score-file):
13251         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13252         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13253         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13254         (message-tokenize-header, gnus-get-buffer-create)
13255         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13256         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13257         * gnus.el (gnus-group-decoded-name):
13258         * mail-source.el (imap-capability):
13259         * mm-bodies.el (message-options-set):
13260         * mm-decode.el (gnus-configure-windows):
13261         * mm-extern.el (message-goto-body):
13262         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13263         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13264         (epg-sub-key-validity, message-options-set):
13265         * mml.el (widget-event-point, gnus-configure-windows):
13266         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13267         * mml2015.el (epg-check-configuration, epg-configuration)
13268         (message-options-set):
13269         * nndb.el (nndb-request-article):
13270         * nnfolder.el (gnus-request-create-group):
13271         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13272         * nnmaildir.el (gnus-group-mark-article-read):
13273         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13274         * rfc1843.el (message-fetch-field):
13275         * spam.el (gnus-extract-address-components):
13276         Declare as functions.
13277
13278 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13281
13282         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13283
13284         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13285         bind show-trailing-whitespace for XEmacs.
13286
13287 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13288
13289         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13290         new no-op macro for backward compatibility.
13291
13292         * imap.el (imap-string-to-integer): New function.
13293
13294 2007-12-09  Glenn Morris  <rgm@gnu.org>
13295
13296         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13297
13298         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13299         * message.el, mm-view.el, sieve-manage.el, smime.el:
13300         Add declare-function compatibility definition.
13301
13302         * gnus-art.el (w3-region, w3m-region, Info-menu):
13303         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13304         * gnus-sum.el (gnus-get-predicate):
13305         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13306         * message.el (mail-abbrev-in-expansion-header-p):
13307         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13308         (w3m-detect-meta-charset, w3m-region):
13309         * sieve-manage.el (password-read, password-cache-add)
13310         (password-cache-remove):
13311         * smime.el (password-read-and-add): Declare as functions.
13312
13313 2007-12-08  David Kastrup  <dak@gnu.org>
13314
13315         * gnus-sum.el (gnus-summary-simplify-subject-query):
13316         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13317         `message'.
13318
13319 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13322         it to bind idna-program, installation-directory, defined-colors, and
13323         face-attribute for XEmacs of the version that compiles defcustom forms.
13324
13325 2007-12-07  Glenn Morris  <rgm@gnu.org>
13326
13327         * gnus-art.el (article-make-date-line): Revert previous change.
13328
13329 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13330
13331         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13332
13333 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13334
13335         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13336         Call gnus-add-to-range ranges only once with a prepared article-list.
13337
13338 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13339
13340         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13341         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13342         group names with backslashes.
13343         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13344
13345 2007-12-06  Deepak Goel  <deego3@gmail.com>
13346
13347         * gnus-art.el (article-make-date-line):
13348         * gnus-start.el (gnus-load):
13349         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13350
13351 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * gnus-art.el (gnus-use-idna):
13354         * gnus-start.el (gnus-site-init-file):
13355         * message.el (message-use-idna):
13356         * mm-uu.el (mm-uu-hide-markers):
13357         * smiley.el (smiley-style): Revert changes that suppress warnings.
13358
13359 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13362         specify charset to html source.
13363         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13364
13365 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13368         idna-program in order to suppress byte compile warning issued by XEmacs
13369         that came to byte compile the default value section of defcustom forms
13370         recently.
13371
13372         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13373         value of installation-directory.
13374
13375         * message.el (message-use-idna): Don't directly refer to the value of
13376         idna-program.
13377
13378         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13379
13380         * smiley.el (smiley-style): Don't directly call face-attribute.
13381
13382 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13385
13386         * gnus-dired.el: Reduce Gnus dependencies.
13387         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13388         Don't require.  Use autoloads instead.
13389         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13390         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13391         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13392         (gnus-dired-mode): Adjust doc string.
13393         (gnus-dired-mail-mode): New variable.
13394         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13395         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13396         (gnus-dired-mail-buffers): New function.  Return mail or message
13397         composition buffers.
13398         (gnus-dired-attach): Use it.
13399         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13400         NO-DECODE.
13401         (gnus-dired-print): Use `gnus-print-buffer' depending on
13402         `gnus-dired-mail-mode'.
13403
13404 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * rfc2047.el (rfc2047-encoded-word-regexp)
13407         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13408         explaining what regexp patterns are for.
13409
13410 2007-12-04  Glenn Morris  <rgm@gnu.org>
13411
13412         * password.el: Move to password-cache.el.
13413
13414         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13415         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13416         * mml-smime.el (password-read, password-cache-add)
13417         (password-cache-remove):
13418         No need to autoload, since mml-sec requires password.
13419
13420         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13421         * message.el (gnus-extract-address-components):
13422         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13423
13424         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13425         password.
13426
13427 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * mailcap.el: Reduce dependencies.
13430         (mail-header-parse-content-type): Autoload.
13431         (mailcap-delete-duplicates): New alias.
13432         (mailcap-mime-info): Add optional argument NO-DECODE.
13433         (mailcap-mime-types): Use mailcap-delete-duplicates.
13434
13435         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13436
13437 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13438
13439         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13440         (imap-parse-status): Upcase status-att for servers that sends them
13441         lower-case (e.g., MS Exchange 2007).
13442
13443 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13444
13445         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13446         function.
13447
13448         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13449         (gnus-uu-yenc-article): New function.
13450
13451         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13452
13453         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13454
13455 2007-12-02  Glenn Morris  <rgm@gnu.org>
13456
13457         * binhex.el (binhex): New custom group.
13458         (binhex-decoder-program, binhex-decoder-switches)
13459         (binhex-use-external): Move to the binhex custom group.
13460
13461         * uudecode.el (uudecode): New custom group.
13462         (uudecode-decoder-program, uudecode-decoder-switches)
13463         (uudecode-use-external): Move to the uudecode custom group.
13464
13465         * netrc.el (top-level): Don't load `encrypt' features.
13466         (netrc-parse): Don't use encrypt.
13467         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13468
13469         * encrypt.el: Remove file.
13470
13471 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13472
13473         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13474         matches on patches.
13475
13476         * gnus-art.el (gnus-article-browse-html-article):
13477         Mention `mm-text-html-renderer' in the doc string.
13478
13479         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13480         string.  Add comments.
13481
13482         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13483         if rhs is ASCII.
13484
13485 2007-12-01  Glenn Morris  <rgm@gnu.org>
13486
13487         * mail-source.el (top-level): Require format-spec before
13488         eval-when-compile.
13489
13490 2007-11-30  Glenn Morris  <rgm@gnu.org>
13491
13492         * encrypt.el: Require password, rather than autoloading password-read.
13493
13494 2007-11-29  Glenn Morris  <rgm@gnu.org>
13495
13496         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13497         (sasl-make-client, sasl-next-step, sasl-step-data)
13498         (sasl-step-set-data): Declare as functions.
13499
13500 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13501
13502         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13503
13504 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13505
13506         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13507         certs should be verified and what is to be done in the event of a
13508         verification failure.
13509
13510         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13511         caller can indicate whether the cache should be disregarded for this
13512         call.  This way the result of the call is reproducible at all times and
13513         can be considered a canonical server name for the supplied method.
13514         (gnus-agent-method-p): Canonicalize server names by pushing their
13515         method through `gnus-method-to-server' using the no-cache argument.
13516
13517         * gnus-srvr.el (gnus-server-insert-server-line):
13518         Call `gnus-method-to-server' with `no-cache' argument.
13519
13520         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13521         gnus-agent-possibly-synchronize-flags as this should be called when the
13522         server is actually being opened.
13523         (gnus-agent-possibly-synchronize-flags)
13524         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13525         flags file of an agentized server to the latter function.
13526
13527         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13528         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13529         after a connection has been established successfully.
13530
13531 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * gnus-art.el (article-display-face): Force to display face if called
13534         interactively; check if gnus-article-x-face-too-ugly matches author.
13535         (article-display-x-face): Display face even if From header is missing
13536         as article-display-face does.
13537
13538 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13539
13540         * hashcash.el (message-narrow-to-headers-or-head)
13541         (message-fetch-field, message-goto-eoh)
13542         (message-narrow-to-headers): Declare as functions.
13543
13544 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13545
13546         * mail-source.el (mail-sources): Default to fetch from file for
13547         compatibility with default of nnmail-spool-file.
13548
13549 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13552         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13553         to look for encoded word that should be encoded again.
13554         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13555         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13556         encoding pattern.
13557         (rfc2047-decode-region): Switch strict regexp and loose one according
13558         to rfc2047-allow-irregular-q-encoded-words.
13559
13560 2007-11-25  Romain Francoise  <romain@orebokech.com>
13561
13562         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13563
13564 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13565
13566         * tls.el (tls-program): Provide more custom choices from
13567         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13568         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13569
13570 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13571
13572         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13573         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13574
13575         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13576         `nnmail-spool-file'.
13577
13578         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13579         `nnmail-spool-file'.
13580
13581         * gnus-move.el (gnus-change-server): Ditto.
13582
13583         * gnus-kill.el (gnus-batch-score): Ditto.
13584
13585         * gnus-cache.el (gnus-jog-cache): Ditto.
13586
13587         * gnus-msg.el (gnus-summary-reply):
13588         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13589
13590 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13591
13592         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13593         version.  Minor improvement to doc strings.
13594         (tls-program): Add comment.
13595
13596 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13597
13598         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13599         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13600         mismatch between the hostname provided in the certificate and the name
13601         of the host connnecting to.
13602         (open-tls-stream): Use them.  Check certificates against trusted root
13603         certificates.
13604
13605 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * gnus-cache.el (gnus-cache-generate-nov-databases):
13608         Use nnml-generate-nov-databases-directory instead of
13609         nnml-generate-nov-databases-1.
13610
13611 2007-11-24  Glenn Morris  <rgm@gnu.org>
13612
13613         * message.el (message-tool-bar-retro): Update for rename
13614         mail_send.xpm->mail-send.xpm.
13615
13616 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13617
13618         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13619         `smime-ldap-search' for Emacs 22 and up.
13620
13621 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13622
13623         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13624
13625         * message.el (message-send-mail-function): Fix error convention.
13626         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13627         (message-widen-reply, message-send-mail, message-talkative-question)
13628         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13629         (message-clone-locals, message-send-news): Use with-current-buffer.
13630         (message-insert-or-toggle-importance): Remove unused var `valid'.
13631         (message-make-references): Remove unused var `new-references'.
13632         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13633
13634 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13635
13636         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13637         (spam-split-symbolic-return-positive): Reflow docstring.
13638         (spam-backends, spam-summary-exit-behavior)
13639         (spam-mark-ham-unread-before-move-from-spam-group)
13640         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13641         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13642         (spam-clear-cache, spam-backend-check, spam-install-backend)
13643         (spam-install-statistical-backend, spam-list-of-processors)
13644         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13645         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13646         (spam-check-crm114, spam-initialize, spam-unload-hook):
13647         Fix typos in docstrings.
13648
13649 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13652         been checked if they have never been read and those group levels are
13653         higher than the one that a user specified.
13654
13655 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13658         foreign groups unless a group level is specified by a user.
13659         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13660
13661 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13662
13663         * message.el (message-send-mail-function): Require sendmail.
13664
13665 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13666
13667         * message.el (message-send-mail-function): Check for smtpmail too.
13668
13669         * utf7.el (utf7-encode, utf7-decode): Use coding system
13670         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13671
13672         * message.el (message-send-mail-function): New function.
13673         (message-send-mail-function): Set default using
13674         message-send-mail-function.  Adjust doc string.
13675         (message-send-mail-with-mailclient): New function.
13676
13677 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13678
13679         * smime.el (from):
13680         * rfc2047.el (message-posting-charset):
13681         * qp.el (mm-use-ultra-safe-encoding):
13682         * pop3.el (parse-time-months):
13683         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13684         * nnml.el (files):
13685         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13686         (jka-compr-compression-info-list, ange-ftp-path-format)
13687         (efs-path-regexp):
13688         * nndiary.el (files):
13689         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13690         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13691         (epg-digest-algorithm-alist, inhibit-redisplay)
13692         (password-cache-expiry):
13693         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13694         (pgg-output-buffer, password-cache-expiry):
13695         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13696         (efs-path-regexp):
13697         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13698         (inhibit-redisplay):
13699         * mm-uu.el (file-name, start-point, end-point, entry)
13700         (gnus-newsgroup-name, gnus-newsgroup-charset):
13701         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13702         (latin-unity-ucs-list):
13703         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13704         (mm-uu-binhex-decode-function):
13705         * message.el (gnus-message-group-art, gnus-list-identifiers)
13706         (rmail-enable-mime-composing, gnus-local-organization)
13707         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13708         (gnus-read-active-file, facemenu-add-face-function)
13709         (facemenu-remove-face-function, gnus-article-decoded-p)
13710         (tool-bar-mode):
13711         * mail-source.el (display-time-mail-function):
13712         * gnus-util.el (nnmail-pathname-coding-system)
13713         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13714         (gnus-original-article-buffer, gnus-user-agent)
13715         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13716         (xemacs-codename, sxemacs-codename, emacs-program-version):
13717         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13718         * gnus-start.el (gnus-agent-covered-methods)
13719         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13720         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13721         (gnus-newsgroup-headers, gnus-group-list-mode)
13722         (gnus-group-mark-positions, gnus-newsgroup-data)
13723         (gnus-newsgroup-unreads, nnoo-state-alist)
13724         (gnus-current-select-method, mail-sources)
13725         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13726         (nnmail-spool-file, gnus-cache-active-hashtb):
13727         * gnus-mh.el (mh-lib-progs):
13728         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13729         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13730         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13731         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13732         (gnus-group-buffer):
13733         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13734         (font-lock-set-defaults):
13735         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13736         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13737         (gnus-summary-post-menu, total-parts, type, condition, length):
13738         * gnus-agent.el (gnus-agent-read-agentview):
13739         * flow-fill.el (show-trailing-whitespace):
13740         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13741         eval-and-compile wrappers for byte compiler pacifiers.
13742
13743         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13744         (mm-display-inline-fontify): Check for featurep 'xemacs not
13745         extent-list.
13746
13747         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13748         itimer-list.
13749         (mm-create-image-xemacs): Only do something for XEmacs.
13750         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13751
13752         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13753
13754         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13755         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13756
13757 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13758
13759         * nnimap.el (nnimap-split-download-body):
13760         * gnus-demon.el (gnus-demon):
13761         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13762
13763 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13766         New macros.
13767         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13768         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13769         copy data from unibyte buffer to multibyte current buffer.
13770         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13771         to copy data from unibyte current buffer to multibyte buffer.
13772         (nntp-make-process-buffer): Make process buffer unibyte.
13773
13774         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13775
13776 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13777
13778         * pop3.el (pop3-open-server): Accept and process data more robustly at
13779         connection start to avoid spurious "POP SSL connection failed" errors.
13780
13781 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13784         read group names.
13785
13786 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13787
13788         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13789
13790 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13793         (nnmail-save-active): Use a unibyte buffer when saving active file,
13794         which may contain non-ASCII group names.
13795
13796         * nnml.el (nnml-request-group): Decode group names in messages.
13797
13798 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13799
13800         * message.el (message-citation-line-function)
13801         (message-insert-formatted-citation-line): Fix spelling of
13802         `message-insert-formated-citation-line'.
13803
13804 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13805
13806         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13807
13808 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13811         nnmail-pathname-coding-system.
13812
13813         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13814         that a user enters; decode group names in messages.
13815
13816         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13817
13818 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13819
13820         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13821
13822         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13823
13824         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13825         risky local variable.
13826
13827         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13828
13829 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13830
13831         * encrypt.el: Improve documentation to fix function name typo.
13832         Reported by Daiki Ueno <ueno@unixuser.org>.
13833
13834 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13837         even if the point is not in the last page of an article.
13838         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13839         back to the previous page.
13840
13841 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13844
13845 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13848
13849 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13850
13851         * message.el (message-check-news-body-syntax):
13852         Avoid mm-string-as-multibyte.
13853         (message-hide-headers): Don't assume (point-min)==1.
13854
13855 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13856
13857         * message.el (message-remove-blank-cited-lines): Fix if remove is
13858         given.
13859         (message-bogus-address-regexp): New variable.
13860         (message-bogus-recipient-p): New function.
13861         (message-check-recipients): New command.
13862         (message-syntax-checks): Add `bogus-recipient'.
13863         (message-fix-before-sending): Add `bogus-recipient'.
13864
13865         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13866         (gnus-treat-body-boundary): Don't test window-system.
13867
13868 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13869
13870         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13871
13872 2007-10-28  Miles Bader  <miles@gnu.org>
13873
13874         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13875         at compile-time too.
13876
13877 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13878
13879         * gnus-msg.el (gnus-message-setup-hook):
13880         Add `message-remove-blank-cited-lines' to options.
13881
13882 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * message.el (message-remove-blank-cited-lines): New function.
13885         Suggested by Karl Plästerer.
13886
13887 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13890         mapc.
13891
13892         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13893         (top-level): Use mapc to set functions to be traced for debugging.
13894
13895         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13896         called for effect with while loop.
13897
13898         * message.el (message-talkative-question): Replace mapcar called for
13899         effect with mapc.
13900
13901         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13902         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13903         called for effect with dolist.
13904
13905         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13906
13907         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13908         gnus-extra-headers and nnmail-extra-headers.
13909
13910         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13911         called for effect with dolist.
13912         (top-level): Use mapc to set functions to be traced for debugging.
13913
13914         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13915         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13916         dolist.
13917
13918         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13919         Replace mapcar called for effect with mapc.
13920         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13921         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13922         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13923         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13924
13925         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13926         remove-if that's a cl function.
13927
13928         * webmail.el (webmail-debug): Replace mapcar called for effect with
13929         dolist.
13930
13931         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13932         with mapc.
13933
13934 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13937         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13938         with while loop.
13939
13940         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13941         functions from article-* functions.
13942         (gnus-multi-decode-header): Replace mapcar called for effect with
13943         dolist.
13944
13945         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13946         (gnus-bookmark-show-details): Replace mapcar called for effect with
13947         while loop.
13948
13949         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13950         called for effect with while loop.
13951
13952         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13953         with dolist.
13954
13955         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13956         Replace mapcar called for effect with dolist.
13957
13958         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13959
13960         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13961         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13962         Replace mapcar called for effect with dolist.
13963         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13964         mapc.
13965
13966         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13967         Replace mapcar called for effect with dolist.
13968         (gnus-topic-list): Replace mapcar called for effect with mapc.
13969
13970         * gnus.el: Use mapc instead of mapcar to add autoloads.
13971
13972 2007-10-23  Richard Stallman  <rms@gnu.org>
13973
13974         * gnus-group.el (gnus-group-highlight): Mark as risky.
13975
13976 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * gnus.el (gnus-server-to-method): Return method found first in
13979         gnus-newsrc-alist.
13980
13981         * gnus-art.el (gnus-article-highlight-signature)
13982         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13983         button overlay without the front stickiness.
13984
13985 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13986
13987         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13988         overview buffer needed a catch to receive its throw.
13989         (gnus-agent-flush-cache): Declare as interactive to make this function
13990         easier to use.
13991
13992 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13995         `next-line'.
13996
13997 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14000         exclude address matching message-dont-reply-to-names.
14001
14002 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * gnus-util.el (gnus-string<): New function.
14005
14006         * gnus-sum.el (gnus-article-sort-by-author)
14007         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14008
14009 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14012         the frame-focus tag is set in gnus-buffer-configuration.
14013
14014 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14017         the front stickiness.
14018
14019 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14022         url pattern; remove duplicate one.
14023         (gnus-article-extend-url-button): New function.
14024         (gnus-article-add-buttons): Use it.
14025         (gnus-button-push): Use concatenated url that it makes.
14026
14027 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14028
14029         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14030
14031 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14032
14033         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14034         Don't hardcode point-min==1.
14035
14036 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14037
14038         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14039         Fix comment about "iso8859-1".
14040
14041 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14042
14043         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14044         ones returned from the verify-function.
14045
14046         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14047         Call mml2015-extract-cleartext-signature if extraction failed.
14048
14049 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14050
14051         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14052         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14053         failed.
14054
14055 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14056
14057         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14058
14059 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14062         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14063         recommends to use EasyPG instead of PGG.
14064
14065         * pgg.el: Revert to revision 6.23.2.16.
14066
14067         * pgg-def.el: Revert to revision 6.6.2.14.
14068
14069         * pgg-gpg.el: Revert to revision 6.23.2.34.
14070
14071 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14072
14073         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14074         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14075         thread for both the null and zero (kill/expire thread) universal prefix
14076         cases.
14077         (gnus-summary-expire-thread): Add new function to expire a thread,
14078         using gnus-summary-kill-thread.
14079         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14080         shortcuts for gnus-summary-expire-thread.
14081         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14082         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14083
14084 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14085
14086         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14087         extras value, so an extras entry can be deleted.
14088         (gnus-registry-delete-extra-entry): Use it.
14089         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14090         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14091         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14092         storage through the gnus-registry, and provide an appropriate API for
14093         it.
14094
14095 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14098         Suggested by Leo <sdl.web@gmail.com>.
14099
14100         * gnus.el: Do.
14101
14102 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14105         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14106
14107         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14108
14109         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14110         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14111
14112 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14115         newline.
14116         (nnmbox-request-accept-article): Don't change article in source buffer;
14117         narrow to header to use message-fetch-field rather than
14118         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14119         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14120         as delimiters; make sure article ends with newline.
14121         (nnmbox-delete-mail): Correct last position of article to be deleted;
14122         ignore X-Gnus-Newsgroup header in article body.
14123         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14124         positions; make sure article ends with newline.
14125
14126         * message.el (message-display-abbrev): Don't infloop when a user
14127         inserts SPC in the beginning of header.
14128
14129         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14130         coding-system-for-read and coding-system-for-write for XEmacs having no
14131         file-coding feature.
14132
14133         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14134
14135 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14136
14137         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14138         list of groups not followed by default.  Fix type to be regexp.
14139         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14140
14141 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14142
14143         * hmac-def.el (define-hmac-function): Switch from old-style to
14144         new-style backquotes.
14145
14146         * md4.el (md4-make-step): Likewise.
14147
14148 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14151         raw-text coding system when saving .newsrc file, which may contain
14152         non-ASCII group names.
14153
14154 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * gnus-cus.el (gnus-score-extra): New widget.
14157         (gnus-score-extra-convert): New function.
14158         (gnus-score-customize): Use it for Extra.
14159
14160 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14161
14162         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14163         (mml2015-mailcrypt-clear-verify): Use it.
14164         (mml2015-gpg-clear-verify): Use it.
14165         (mml2015-pgg-clear-verify): Use it.
14166         (mml2015-epg-clear-verify): Replace the current part with the output
14167         from GnuPG; don't extract the plaintext by itself.
14168
14169         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14170         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14171         mml2015-clear-verify-function; don't touch the armor headers or
14172         dash-escaped text here.
14173
14174 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14177         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14178         parts, or application/octet-stream as a last resort.
14179         (gnus-mime-view-part-as-type): Don't toggle display.
14180         (gnus-mime-view-part-as-charset): Don't turn off display before
14181         querying charset.
14182
14183         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14184         stuff to undisplayer function in Emacs.
14185         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14186
14187         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14188         text/calendar parts.
14189
14190 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14193         decoding text/calendar parts.
14194
14195         * message.el (message-forward-make-body-mime): Always mark body as
14196         having no illegible text; remove signed-or-encrypted argument.
14197         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14198
14199         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14200         (mml-generate-mime-1): Don't encode body if it is specified to be in
14201         raw form; don't make buffer be unibyte when inserting multibyte string.
14202
14203 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14204
14205         * sha1.el: Fix up comment style.
14206         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14207         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14208
14209         * hex-util.el: Fix up comment style.
14210         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14211
14212         * gnus-salt.el: Use with-current-buffer.
14213         (gnus-pick-setup-message): Fix long-standing typo.
14214
14215 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * imap.el (imap-logout-timeout): New variable.
14218         (imap-logout, imap-logout-wait): New functions.
14219         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14220
14221         * nnimap.el (nnimap-logout-timeout): New server variable.
14222         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14223         nnimap-logout-timeout.
14224
14225         * gnus-art.el (gnus-article-summary-command-nosave)
14226         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14227
14228 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * gnus.el (gnus-maximum-newsgroup): New variable.
14231
14232         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14233         according to gnus-maximum-newsgroup.
14234
14235         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14236         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14237         Limit the range of articles according to gnus-maximum-newsgroup.
14238
14239 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14240
14241         * gnus-art.el (gnus-sticky-article): Fix problems described in
14242         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14243         Don't perform gnus-configure-windows here; reuse existing sticky
14244         article buffer.
14245
14246         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14247         it doesn't exist in gnus-article-mode.
14248
14249 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14252         (gnus-agent-decoded-group-name): New function.
14253         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14254         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14255
14256 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14257
14258         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14259         Add binding for gnus-sticky-article.
14260         (gnus-summary-exit): Don't kill sticky article buffers.
14261
14262         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14263         article buffer.
14264         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14265         (gnus-kill-sticky-article-buffers): New commands.
14266
14267 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * nntp.el (nntp-xref-number-is-evil): New server variable.
14270         (nntp-find-group-and-number): If it is non-nil, don't trust article
14271         numbers in the Xref header.
14272
14273 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-agent.el (gnus-agent-read-group): New function.
14276         (gnus-agent-flush-group, gnus-agent-expire-group)
14277         (gnus-agent-regenerate-group): Use it.
14278         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14279         nnmail-pathname-coding-system.
14280
14281 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14284
14285         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14286         that are unread as unread, and also as selected so that information of
14287         marks having been changed by a user may be updated when exiting group.
14288
14289 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14292
14293 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14296         calculated ignoring signature parts to gnus-treat-article.
14297
14298 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14301         a point here in order to keep the window start.
14302         (gnus-insert-mime-security-button): Make a button overlay without the
14303         front stickiness.
14304         (gnus-mime-display-security): Goto the end of a button.
14305
14306         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14307
14308 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14311         group-name-at-point.
14312         (gnus-group-completing-read): New function that offers decoded
14313         non-ASCII group names for completion.
14314         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14315         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14316         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14317         (gnus-group-fetch-control): Use it.
14318         (gnus-fetch-group): Use group-name-at-point for the initial value
14319         rather than the default value; use gnus-alive-p.
14320
14321         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14322         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14323         (gnus-summary-post-news): Use gnus-group-completing-read.
14324
14325         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14326         (gnus-read-move-group-name): Decode group name for completion.
14327
14328 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14329
14330         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14331         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14332         Yamaoka slightly modified the code).
14333
14334 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14337         (nnmail-split-incoming): Bind it.
14338
14339         * nnml.el (nnml-group-name-charset): New function.
14340         (nnml-decoded-group-name): Use it; don't decode group name if
14341         nnmail-group-names-not-encoded-p is non-nil.
14342         (nnml-encoded-group-name): New function.
14343         (nnml-group-pathname): Inline nnml-decoded-group-name.
14344         (nnml-request-expire-articles): Decode group name in message.
14345         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14346         nnmail-pathname-coding-system.
14347         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14348         not decoded ones according to nnmail-group-names-not-encoded-p.
14349         (nnml-generate-active-info): Use nnml-encoded-group-name.
14350
14351 2007-08-08  Glenn Morris  <rgm@gnu.org>
14352
14353         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14354         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14355         doc-strings and comments.
14356
14357 2007-07-25  Glenn Morris  <rgm@gnu.org>
14358
14359         * Relicense all FSF files to GPLv3 or later.
14360
14361 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * gnus-sum.el (gnus-summary-move-article):
14364         Make gnus-summary-respool-article work.
14365
14366 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14367
14368         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14369         string.
14370
14371 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14372
14373         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14374         that should be ignored when comparing distant RSS articles with local
14375         ones.
14376         (nnrss-make-hash-index): New function.  Create a hash index according
14377         to the ignored fields.
14378         (nnrss-check-group): Use it.
14379
14380 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14383
14384         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14385
14386         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14387         the new optional argument ENCODED is non-nil.
14388         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14389         coding system for encoding group name.
14390         (gnus-group-make-rss-group): Pass un-encoded group name to
14391         gnus-group-make-group.
14392         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14393         encoded.
14394
14395         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14396         Encode group name to which articles are moved or copied.
14397         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14398         coding system for encoding Newsgroup, Followup-To and Xref headers.
14399
14400         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14401         marks; use nnheader-file-coding-system to write a file.
14402         (nnagent-retrieve-headers): Bind file-name-coding-system to
14403         nnmail-pathname-coding-system.
14404
14405         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14406
14407         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14408         (nnml-request-article, nnml-request-create-group)
14409         (nnml-request-rename-group, nnml-find-id)
14410         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14411         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14412         (nnml-save-marks): Use nnml-group-pathname instead of
14413         nnmail-group-pathname.
14414
14415         (nnml-request-create-group, nnml-request-expire-articles)
14416         (nnml-request-move-article, nnml-request-delete-group)
14417         (nnml-deletable-article-p, nnml-possibly-create-directory)
14418         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14419         (nnml-open-marks): Bind file-name-coding-system to
14420         nnmail-pathname-coding-system.
14421
14422         (nnml-request-article): Pass server argument to nnml-find-group-number.
14423         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14424         Pass server argument to nnml-possibly-create-directory.
14425         (nnml-request-accept-article): Pass server argument to
14426         nnml-active-number and nnml-save-mail.
14427         (nnml-find-group-number): Pass server argument to nnml-find-id.
14428         (nnml-request-update-info): Pass server argument to
14429         nnml-marks-changed-p.
14430
14431         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14432         (nnml-save-mail, nnml-active-number): Add server argument.
14433
14434         (nnml-request-delete-group): Warn if group is missing.
14435         (nnml-get-nov-buffer): Decode group name.
14436         (nnml-generate-active-info): Encode group name.
14437         (nnml-open-marks): Decode group name in messages.
14438
14439 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14442         if it is not specified.
14443         (gnus-article-pipe-part, gnus-article-save-part)
14444         (gnus-article-interactively-view-part, gnus-article-copy-part)
14445         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14446         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14447         (gnus-article-replace-part, gnus-article-delete-part)
14448         (gnus-article-view-part-as-type): Pass raw prefix argument to
14449         gnus-article-part-wrapper.
14450
14451 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-agent.el (gnus-agent-save-active):
14454         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14455
14456         * gnus-cache.el (gnus-cache-save-buffers)
14457         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14458         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14459         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14460         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14461         (gnus-cache-generate-active, gnus-cache-rename-group)
14462         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14463         (gnus-cache-update-overview-total-fetched-for):
14464         Bind file-name-coding-system to nnmail-pathname-coding-system.
14465         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14466         New variables.
14467         (gnus-cache-decoded-group-name): New function.
14468         (gnus-cache-file-name): Use it.
14469         (gnus-cache-generate-active): Use non-decoded group name for active.
14470
14471         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14472         right place.
14473         (gnus-write-active-file): Don't break non-ASCII group names.
14474
14475         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14476         nnmail-pathname-coding-system.
14477
14478         * lpath.el: Bind default-file-name-coding-system,
14479         file-name-coding-system and language-info-alist for XEmacs.
14480
14481         * gnus-uu.el (gnus-uu-decode-save): Typo.
14482
14483 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14486
14487 2007-07-14  David Kastrup  <dak@gnu.org>
14488
14489         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14490         finishing actions if we did not edit the article.
14491
14492 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14495         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14496         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14497         (gnus-agent-flush-group, gnus-agent-flush-cache)
14498         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14499         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14500         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14501         (gnus-agent-regenerate-group)
14502         (gnus-agent-update-files-total-fetched-for)
14503         (gnus-agent-update-view-total-fetched-for):
14504         Bind file-name-coding-system to nnmail-pathname-coding-system.
14505         (gnus-agent-group-pathname): Don't encode file names by
14506         nnmail-pathname-coding-system.
14507         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14508         coding-system-for-write instead of buffer-file-coding-system to
14509         gnus-agent-file-coding-system.
14510
14511         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14512         Decode group name.
14513
14514         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14515
14516         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14517         (gnus-read-newsrc-el-file): Make group names unibyte.
14518
14519         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14520         nnmail-pathname-coding-system.
14521
14522         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14523         (nnrss-request-delete-group): Bind file-name-coding-system to
14524         nnmail-pathname-coding-system.
14525         (nnrss-read-server-data, nnrss-read-group-data):
14526         Bind file-name-coding-system correctly.
14527         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14528
14529         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14530         (nntp-server-to-method-cache): New variable.
14531         (nntp-group-pathname): New function that decodes non-ASCII group names.
14532         (nntp-possibly-create-directory, nntp-marks-changed-p)
14533         (nntp-save-marks, nntp-open-marks): Use it.
14534         (nntp-possibly-create-directory, nntp-open-marks):
14535         Bind file-name-coding-system to nnmail-pathname-coding-system.
14536         (nntp-open-marks): Decode group names when bootstrapping marks.
14537
14538         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14539         Newsgroups and Followup-To headers.
14540
14541 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14544         (gnus-server-closed-face, gnus-server-denied-face)
14545         (gnus-server-offline-face): Remove variable.
14546         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14547
14548         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14549         of modifying message-stack directly for XEmacs.
14550
14551         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14552         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14553         if the coding-system argument is nil for XEmacs.
14554
14555         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14556         mm-charset-override-alist.
14557
14558         * rfc2047.el: Don't require base64; require rfc2045 for the function
14559         rfc2045-encode-string.
14560         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14561         to quote the parameter value.
14562
14563 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14564
14565         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14566         form in gnus-group-name-charset-method-alist.
14567
14568         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14569         overrides the default layout edit-form.
14570
14571         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14572
14573         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14574
14575 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14578         as unfetched articles.
14579
14580 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14581
14582         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14583
14584 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14587         original back end that keeps marks in the local system.
14588
14589 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14592         arg of pop-to-buffer for XEmacs.
14593         (gnus-article-read-summary-keys): Ditto; don't restore window
14594         configuration if summary command ends up with neither article buffer
14595         nor summary buffer; describe bindings if summary keys end with C-h.
14596
14597 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * message.el (message-fix-before-sending): Skip raw message part to be
14600         forwarded while checking illegible text.
14601         (message-forward-make-body-mime, message-forward-make-body):
14602         Mark signed or encrypted raw message as having no illegible text.
14603
14604 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14605
14606         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14607         (gnus-message-with-timestamp-1): New macro.
14608         (gnus-message-with-timestamp): New function.
14609         (gnus-message): Use them.
14610
14611         * nnheader.el (nnheader-message): Use them.
14612
14613 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14614
14615         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14616         .newsrc.eld file.
14617
14618 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * gnus-agent.el (gnus-agent-fetch-headers)
14621         (gnus-agent-retrieve-headers):
14622         Bind gnus-decode-encoded-address-function to identity.
14623
14624         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14625         available also when the server returns simply a dot.
14626
14627         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14628
14629 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14632
14633 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * gnus-ems.el (gnus-x-splash): Make it work.
14636
14637         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14638         from being used.
14639
14640         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14641
14642 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14645         4th and the 5th arguments.
14646
14647         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14648         the front stickiness.
14649         (gnus-article-summary-command-nosave): Correct the order of the
14650         arguments passed to pop-to-buffer.
14651         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14652         summary command ends up with the article buffer.
14653
14654         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14655         the same faces.
14656
14657 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14658
14659         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14660
14661 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14662
14663         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14664         * gnus-sum.el (gnus-summary-highlight):
14665         * pgg.el (pgg-sign-region, pgg-sign):
14666         * mail-source.el (mail-source-delete-old-incoming-confirm):
14667         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14668
14669 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-art.el (gnus-mime-view-part-externally)
14672         (gnus-mime-view-part-internally): Fix predicate function passed to
14673         completing-read.
14674
14675         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14676
14677         * gnus.el (gnus-update-message-archive-method): Add :version.
14678
14679 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * gnus.el (gnus-update-message-archive-method): New variable.
14682
14683         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14684         according to gnus-message-archive-method if
14685         gnus-update-message-archive-method is non-nil.
14686
14687 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14690         Suggested by Loic Dachary <loic@dachary.org>.
14691         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14692
14693 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * message.el (message-pop-to-buffer): Add switch-function argument.
14696         (message-mail): Pass switch-function argument to it.
14697
14698 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14699
14700         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14701         Improve doc string.
14702
14703 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14706         (gnus-header-content):
14707         * gnus-cite.el (gnus-cite-10):
14708         * gnus-srvr.el (gnus-server-closed):
14709         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14710         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14711         (gnus-group-mail-3-empty, gnus-group-mail-low)
14712         (gnus-group-mail-low-empty, gnus-splash):
14713         * message.el (message-header-to, message-header-cc)
14714         (message-header-subject, message-header-other, message-header-name)
14715         (message-header-xheader, message-separator, message-cited-text)
14716         (message-mml): Lighten colors of faces used for dark background.
14717
14718 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14719
14720         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14721         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14722
14723 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * message.el (message-narrow-to-headers-or-head):
14726         Ignore mail-header-separator in the body.
14727
14728 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14731         same as window size.
14732
14733 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14734
14735         * message.el (message-font-lock-keywords): Use message-header-xheader
14736         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14737         ahead of the anything pattern, to get it recognized.
14738
14739 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14742         spam.el loads uses it in the compiled defadvice form.
14743
14744 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14745
14746         * gnus-sum.el (gnus-articles-to-read)
14747         (gnus-summary-insert-old-articles): Don't truncate group name for
14748         `read-string'.
14749
14750         * gnus-util.el (gnus-limit-string): Delete this function.
14751
14752         * gnus-sum.el (gnus-simplify-subject-fully):
14753         Use `truncate-string-to-width' instead.
14754
14755 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14756
14757         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14758         Tell if, on summary exit, the next group has to be selected.
14759         (gnus-summary-exit): Use it.
14760
14761 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14762
14763         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14764         non-break space.
14765
14766 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14769         Check if group is not a directory.
14770         (nnfolder-request-expire-articles): Don't delete articles if the target
14771         group is not available.
14772
14773         * nnml.el (nnml-request-create-group): Properly check if group is not a
14774         file.
14775         (nnml-request-expire-articles): Don't delete articles if the target
14776         group is not available.
14777
14778         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14779         Don't quote characters that are within parentheses.
14780
14781 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14784         (gnus-handle-ephemeral-exit): Select article according to it.
14785
14786 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14787
14788         * message.el (message-insert-formated-citation-line): Remove newline.
14789         (message-citation-line-format): Add final \n here so that the user can
14790         avoid a blank line.
14791
14792 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14793
14794         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14795         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14796         Update lanl/arXiv support.
14797
14798 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14799
14800         * gnus.el: Bump version number.
14801
14802 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14803
14804         * gnus.el (gnus-version-number): Bump version.
14805
14806 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14807
14808         * gnus.el: No Gnus v0.6 is released.
14809
14810 2007-04-27  Didier Verna  <didier@xemacs.org>
14811
14812         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14813         * gmm-utils.el (gmm-regexp-concat): ... here.
14814         * message.el: Don't require 'gnus-util.
14815         (message-dont-reply-to-names): Handle name change above.
14816         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14817
14818 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14821         since the initial value varies according to the system.
14822
14823 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14826
14827 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14828
14829         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14830
14831 2007-04-24  Didier Verna  <didier@xemacs.org>
14832
14833         Improve the type of gnus-ignored-from-addresses.
14834         * gnus-util.el (gnus-orify-regexp): New function.
14835         * message.el (gnus-util): Require it.
14836         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14837         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14838         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14839
14840 2007-04-24  Didier Verna  <didier@xemacs.org>
14841
14842         * gnus-sum.el:
14843         * gnus-utils.el: Fix some trailing whitespaces.
14844
14845 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14848         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14849         article's Message-ID; refer parent article in summary buffer.
14850
14851         * message.el (message-bounce): Call mime-to-mml.
14852
14853         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14854         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14855         optimize and/or forms properly.
14856
14857 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14858
14859         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14860         URL.
14861
14862 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14865
14866 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14869         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14870         displayed of multipart/alternative part if it is invoked from summary
14871         buffer.
14872
14873         * mm-view.el (mm-inline-text-html-render-with-w3m)
14874         (mm-inline-text-html-render-with-w3m-standalone)
14875         (mm-inline-render-with-function): Use mail-parse-charset by default.
14876
14877 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14878
14879         * parse-time.el (parse-time-string-chars): Check if CHAR
14880         is less than the length of parse-time-syntax.
14881
14882 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14885         from gnus-newsgroup-processable.
14886
14887 2007-04-16  Didier Verna  <didier@xemacs.org>
14888
14889         * gnus-msg.el (gnus-configure-posting-styles):
14890         Handle message-signature-directory properly with :file syntax.
14891         Reported by "Leo".
14892
14893 2007-04-11  Didier Verna  <didier@xemacs.org>
14894
14895         New user option: message-signature-directory.
14896         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14897         * message.el (message-insert-signature): Ditto.
14898         * message.el (message-signature-file): Doc update.
14899         * message.el (message-signature-directory): New.
14900
14901 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * gnus-msg.el (gnus-inews-yank-articles):
14904         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14905
14906 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * message.el (message-yank-original): Make sure cited text ends with
14909         newline; don't exchange point and mark.
14910
14911 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14912
14913         * tls.el (open-tls-stream): Properly handle case where there
14914         is no associated buffer.
14915
14916 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14917
14918         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14919         message-yank-original, make sure (< mark TEXT point).
14920
14921 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * message.el (message-fill-column): New variable.
14924         (message-mode): Use it.  Add comment on a possible new hook.
14925
14926         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14927         (nnmail-get-new-mail): Reformat.
14928
14929         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14930
14931         * gmm-utils.el: Fix Commentary.
14932         (gmm-tool-bar-from-list): Fix typo in doc string.
14933
14934 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14935
14936         * message.el (message-yank-original): Don't switch point and mark
14937         unnecessarily to put point and mark as documented.
14938
14939 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14940
14941         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14942         from the message heads.
14943
14944 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14945
14946         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14947         article buffer does not have a window.  This may not be the best
14948         solution but is certainly better than setting the start of the null,
14949         that is the current, window.
14950
14951 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14952
14953         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14954         (gnus-draft-setup): Run it.
14955
14956         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14957         gnus-score-fast-scoring.  Allow regexp.
14958         (gnus-score-headers): Use it.
14959
14960         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14961         XEmacs.
14962
14963         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14964         string.
14965         (gnus-button-alist): Also catch `<f1> k ...'.
14966         (gnus-treat-display-x-face): Fix doc string.
14967
14968 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14969
14970         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14971         evaluation of gnus-extended-version to ensure correct generation of the
14972         User-Agent header when message-generate-headers-first is used.
14973
14974 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14975
14976         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14977         hashcash-path is nil.  Don't call callback with incorrect number of
14978         parameters if val is 0.
14979
14980 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14981
14982         * message.el (message-required-news-headers):
14983         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14984
14985 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14986
14987         * tls.el (open-tls-stream): In handshake-waiting loop,
14988         don't wait more if there is output available to process.
14989
14990 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14991
14992         * tls.el (tls-program): Doc fix.
14993
14994 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * message.el (message-generate-new-buffers): Change the meaning of the
14997         nil value; add `standard' to the choices; treat t as `unique'; improve
14998         doc string.
14999         (gnus-select-frame-set-input-focus): Autoload.
15000         (message-buffer-name): Search for the existing message buffer if
15001         message-generate-new-buffers is nil or `standard'; treat the value t of
15002         message-generate-new-buffers as `unique'.
15003         (message-pop-to-buffer): Raise the frame already displaying the message
15004         buffer; clear the echo area after querying.
15005         (message-setup): Pass the `continue' argument to compose-mail.
15006         (message-mail): Prefer `switch-function' if it is given; search for the
15007         existing message buffer if the `continue' argument is non-nil; pass
15008         continue and switch-function arguments to compose-mail by way of
15009         message-setup.
15010         (message-mail-other-window): Adjust argument of message-setup.
15011         (message-mail-other-frame): Ditto.
15012
15013 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15016         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15017         to turn font-lock on when turning gnus-message-citation-mode on.
15018
15019 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15020
15021         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15022         (mml-smime-function-alist): New variable; add epg as the backend.
15023         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15024         mml-smime- functions instead.
15025         * mm-view.el: Require smime.
15026
15027 2007-03-05  Didier Verna  <didier@xemacs.org>
15028
15029         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15030         instead of just inheritance for posting styles.
15031         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15032
15033 2007-02-24  Chris Moore  <dooglus@gmail.com>
15034
15035         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15036         * pgg-pgp.el (pgg-pgp-encrypt-region):
15037         * pgg-gpg.el (pgg-gpg-encrypt-region):
15038         Check pgg-encrypt-for-me if no other recipients.
15039
15040 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15041
15042         * tls.el (tls-certtool-program): Fix custom type.
15043
15044 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15045
15046         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15047         and point-at-eol instead of line-(beginning|end)-position.
15048
15049         * assistant.el (assistant-parse-buffer): Ditto.
15050
15051         * netrc.el (netrc-parse-services): Ditto.
15052
15053 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15054
15055         * mml2015.el (mml2015-epg-find-usable-key): New function.
15056         (mml2015-epg-sign): Use it.
15057         (mml2015-epg-encrypt): Use it.
15058
15059 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * message.el (message-make-in-reply-to): Quote name containing
15062         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15063         if there are special characters.  Reported by NAKAJI Hiroyuki
15064         <nakaji@jp.freebsd.org>.
15065
15066 2007-02-27  Didier Verna  <didier@xemacs.org>
15067
15068         Include the group parameters as well as the topic ones in the
15069         inheritance filter process.
15070         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15071         argument GROUP-PARAMS-LIST.
15072         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15073
15074 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * nntp.el (nntp-never-echoes-commands)
15077         (nntp-open-connection-functions-never-echo-commands): New variables.
15078         (nntp-send-command): Use them.
15079
15080 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15081
15082         * mml2015.el (mml2015-epg-verify): Simplify.
15083
15084 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * mml.el (mml-content-disposition-alist): New user option.
15087         (mml-content-disposition): New function.
15088         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15089         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15090
15091 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15092
15093         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15094         verification.
15095
15096 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15097
15098         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15099         articles posted in the last 24 hours.
15100
15101 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15102
15103         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15104
15105 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15106
15107         * nntp.el (nntp-send-command): Don't wait for echoes when
15108         nntp-open-ssl-stream is used.
15109
15110 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15113         (gnus-message-add-citation-keywords)
15114         (gnus-message-remove-citation-keywords): Remove.
15115         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15116         directly, make the variables in font-lock-defaults buffer-local, add
15117         gnus-message-citation-keywords to them and then update the value of
15118         font-lock-keywords.
15119
15120 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * message.el (message-cite-original-1): Don't call
15123         gnus-article-highlight-citation.
15124
15125         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15126         citations; fix line count.
15127
15128 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15131         (gnus-message-add-citation-keywords)
15132         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15133         versions of font-lock-add-keywords and font-lock-remove-keywords to
15134         work with XEmacs correctly.
15135
15136 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * gnus-cite.el (gnus-cite-face-list): Set the values of
15139         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15140         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15141         (gnus-message-cite-prefix-regexp): New variable.
15142         (gnus-message-search-citation-line): Use it; protect against long
15143         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15144         the 0th match data for Emacs.
15145         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15146         (gnus-message-add-citation-keywords): Append keywords rather than
15147         prepending; emulate font-lock-add-keywords if it is not available.
15148         (gnus-message-remove-citation-keywords):
15149         Emulate font-lock-remove-keywords if it is not available.
15150
15151         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15152
15153         * message.el (message-cite-prefix-regexp): Set the value of
15154         gnus-message-cite-prefix-regexp.
15155
15156 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15157
15158         * nnweb.el (nnweb-google-parse-1): Update parser.
15159
15160 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15161
15162         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15163
15164 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15165
15166         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15167         regexp.
15168
15169 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15172         string-to-multibyte.
15173         (uudecode-decode-region-internal): Use it.
15174
15175         * lpath.el: Fbind string-as-multibyte for XEmacs.
15176
15177 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15178
15179         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15180         Fix custom choice.
15181
15182         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15183
15184 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15185
15186         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15187
15188         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15189         `write-region' to respect `mm-inhibit-file-name-handlers'.
15190
15191 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15192
15193         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15194         Use gnus-home-directory instead of "~/" or "$HOME".
15195
15196 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15197
15198         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15199         to mention filename.
15200         Add comments at beginning regarding usage.
15201         (encrypt-write-file-contents): Change interactive so a string is
15202         acceptable.  If the file has no associated model, show an error instead
15203         of a nonsense prompt.
15204
15205 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15206
15207         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15208         Thanks to Yoshihiko Yamada for kind notification of this typo.
15209
15210 2007-01-12  Kenichi Handa  <handa@m17n.org>
15211
15212         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15213         multibyte buffer.
15214
15215 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15216
15217         * gnus-score.el (gnus-score-fast-scoring): New variable.
15218         (gnus-score-headers): Use it.
15219
15220         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15221
15222         * message.el (message-cite-original-1):
15223         Call gnus-article-highlight-citation if requested.
15224         (message-make-from): Allow name and address as optional arguments.
15225
15226         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15227
15228         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15229         bugs to doc string.
15230         (gnus-button-alist): Add mid\\|message-id.
15231         (gnus-button-fetch-group): Extend for use in
15232         `browse-url-browser-function'.
15233         (gnus-button-url-regexp): Try to catch paired parentheses like in
15234         Wikipedia URLs.
15235
15236         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15237         Suggested by Simon Krahnke <overlord@gmx.li>.
15238
15239 2007-01-13  Romain Francoise  <romain@orebokech.com>
15240
15241         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15242         Update copyright.
15243
15244 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15245
15246         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15247
15248 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15249
15250         * gnus-registry.el (gnus-registry-unfollowed-groups)
15251         (gnus-registry-split-fancy-with-parent): Fix documentation.
15252
15253 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15254
15255         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15256         from nnweb groups.
15257
15258 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15261         Xref urls.  Erase buffer before requesting head.
15262
15263         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15264
15265 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15266
15267         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15268         customizable.
15269
15270 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15271
15272         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15273         no signing key is found.
15274         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15275         no encrypting and/or signing key is found.
15276
15277 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15278
15279         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15280
15281 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15282
15283         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15284         headers read from disk with the ones newly found in the current search.
15285         This should no longer cause problems, because the article numbers in
15286         Gmane's `nov.php' output are ignored since the previous change.
15287
15288 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15289
15290         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15291
15292 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15295         replace-regexp-in-string; bind url-version; fbind display-images-p and
15296         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15297         find-face and set-itimer-function for Emacs; bind itimer-list for
15298         Emacs.
15299
15300         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15301
15302 2007-01-01  Romain Francoise  <romain@orebokech.com>
15303
15304         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15305
15306 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15307
15308         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15309         `define-minor-mode' macro definition expanded properly.
15310         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15311         exclude it there.
15312
15313         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15314         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15315         `fboundp' test.
15316         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15317         This is OK to autoload in (S)XEmacs now.
15318
15319 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15320
15321         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15322         keystroke.
15323         (gnus-summary-limit-to-singletons): Fix typo.
15324
15325         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15326         else fails.
15327
15328 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15329
15330         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15331         docstring.
15332
15333         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15334         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15335         (gnus-summary-insert-dormant-articles): Fix typo in message.
15336
15337 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15338
15339         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15340         nil for XEmacs.
15341         (gnus-message-citation-mode): Don't autoload in XEmacs.
15342
15343         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15344
15345 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15346
15347         * nnimap.el (nnimap-expunge-search-string):
15348         Mention nnimap-search-uids-not-since-is-evil in docstring.
15349
15350 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15351
15352         * spam.el: Revert to make-obsolete-variable because
15353         define-obsolete-variable-alias is not supported in Emacs 21.
15354
15355         * spam.el (spam-ifile-path, spam-ifile-database-path)
15356         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15357         make-obsolete-variable.
15358         (spam-bsfilter-path, spam-bsfilter-program)
15359         (spam-spamassassin-path, spam-spamassassin-program)
15360         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15361         Don't use "path" inappropriately.
15362         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15363         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15364         variable names.
15365
15366 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15367
15368         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15369         summary buffer.
15370
15371         * password.el (password-cache-remove): Use clear-string to burn
15372         password, if available.
15373
15374 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15375
15376         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15377
15378         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15379
15380         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15381         (gnus-message-highlight-citation): Move defcustom here from
15382         gnus-cite.el.
15383         (gnus-message-citation-mode): Autoload.
15384
15385         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15386         checks to make it compile with XEmacs.
15387         (gnus-message-citation-mode): New minor mode.
15388         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15389         (gnus-message-highlight-citation): New variables.
15390         (gnus-message-search-citation-line)
15391         (gnus-message-add-citation-keywords)
15392         (gnus-message-remove-citation-keywords)
15393         (turn-on-gnus-message-citation-mode)
15394         (turn-off-gnus-message-citation-mode): New functions.
15395
15396 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15397
15398         * gnus-cite.el: Enable highlighting of different citation levels in
15399         message-mode.
15400
15401 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15402
15403         * message.el (message-make-fqdn): Fix comment.
15404         (message-bogus-system-names): Add ".local".
15405
15406         * spam.el (spam-ifile-path, spam-ifile-program)
15407         (spam-ifile-database-path, spam-ifile-database)
15408         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15409         Don't use "path" inappropriately.
15410         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15411         strings.
15412         (spam-check-ifile, spam-ifile-register-with-ifile)
15413         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15414         Use new variable names.
15415
15416         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15417         (gnus-treat-display-smileys): Simplify using
15418         gnus-image-type-available-p.
15419
15420         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15421         available.
15422
15423         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15424         Use `display-images-p' if available.
15425
15426 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15429         one after turning on the buffer's multibyteness instead of decoding
15430         them directly in the unibyte buffer that causes unexpected conversion
15431         in Emacs 23 (unicode).
15432
15433 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15434
15435         * message.el (message-generate-hashcash): Fix custom type.
15436
15437 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15438
15439         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15440
15441 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15442
15443         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15444         disconnect icons.  Add help text.
15445
15446 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15447
15448         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15449         negated to be consistent with the others we handle.
15450
15451 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15452
15453         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15454         version of gnus-summary-buffer to something, so that we can use two
15455         article buffers at the same time.
15456
15457 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15458
15459         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15460         trigger all the extra headers.
15461         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15462         sorting.
15463
15464 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15465
15466         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15467         solid groups.
15468
15469 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15470
15471         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15472
15473 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15474
15475         * legacy-gnus-agent.el: Add Copyright notice.
15476
15477 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15478
15479         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15480
15481 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15482
15483         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15484
15485         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15486         to make it work reliably in CVS Emacs.
15487         (gnus-summary-limit-strange-charsets-predicate)
15488         (gnus-summary-limit-to-predicate): New functions.
15489
15490 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15491
15492         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15493         specifying array size.
15494         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15495         array if it is too small.
15496         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15497         (gnus-sort-threads-loop): New function.
15498
15499 2006-12-06  Chris Moore  <dooglus@gmail.com>
15500
15501         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15502         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15503
15504 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15505
15506         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15507         options.
15508
15509 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15510
15511         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15512         DOS-ing the recipient.
15513
15514         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15515         the headers when creating the mapping to avoid mismappings.
15516         (nnweb-gmane-create-mapping): Always nix out old mapping.
15517
15518 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15521         and mm-verify-option to never.
15522
15523 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15524
15525         * message.el (message-signed-or-encrypted-p): New function.
15526         (message-forward-make-body): Use it.
15527
15528         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15529         Replace encode-coding-string with mm-encode-coding-string.
15530
15531 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * nneething.el (nneething-decode-file-name):
15534         Replace decode-coding-string with mm-decode-coding-string.
15535
15536         * gnus-int.el (gnus-open-server): Say failed server's name.
15537
15538 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15539
15540         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15541         strings to a single string.  Quote `errors-file-name'.
15542         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15543         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15544         Adjust calls.  Use `shell-quote-argument'.
15545
15546 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15547
15548         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15549         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15550
15551         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15552         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15553         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15554         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15555         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15556         (gnus-subscribe-newsgroup, gnus-1):
15557         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15558         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15559         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15560         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15561
15562 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15563
15564         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15565         keystroke.
15566         (gnus-summary-limit-to-bodies): Implement headersp.
15567
15568 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15569
15570         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15571
15572 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15575
15576 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15577
15578         * message.el (message-generate-hashcash): Expand range of values to
15579         include `opportunistic'.
15580         (message-send-mail): Use it.
15581
15582 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15583
15584         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15585         and comment it.
15586
15587         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15588
15589 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15590
15591         * gnus-util.el (gnus-extract-address-components): Improve comment.
15592
15593 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * gnus-util.el (gnus-extract-address-components): Work with address in
15596         which the name portion contains @.
15597
15598         * lpath.el: Fbind custom-autoload.
15599
15600 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15601
15602         * gnus.el (gnus-start): Move custom group up.
15603         (gnus-select-method): Don't autoload, but make it available for
15604         `customize-variable'.
15605         (gnus-getenv-nntpserver): Don't autoload.
15606
15607 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15608
15609         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15610
15611 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15612
15613         * message.el (message-sendmail-extra-arguments): New variable.
15614         (message-send-mail-with-sendmail): Use it.
15615
15616 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15619         mm-with-unibyte-current-buffer to make string unibyte.
15620
15621         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15622         mm-string-as-multibyte.
15623
15624 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15625
15626         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15627         Reported by Werner Koch <wk@gnupg.org>.
15628
15629 2006-11-14  Daiki Ueno  <ueno@p360>
15630
15631         * mml2015.el: Autoload epa-select-keys when compiling.
15632
15633 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15634
15635         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15636         message-options.
15637         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15638
15639 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15640
15641         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15642         EasyPG (< 0.0.6).
15643         (mml2015-always-trust): New user option.
15644         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15645         prompt.
15646
15647 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15648
15649         * nntp.el (nntp-authinfo-force): New variable.
15650         (nntp-send-authinfo): Use it.
15651
15652 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15653
15654         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15655         decode encoded words.  Improve prompt.  Add comment about forwarding.
15656         (message-replacement-char): Move up.
15657
15658 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15659
15660         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15661         instead of gnus-intersection because arguments of gnus-sorted-nunion
15662         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15663
15664 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15665
15666         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15667         (message-simplify-subject-functions):
15668         Enable message-strip-subject-encoded-words by default.
15669
15670 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15671
15672         * message.el (message-strip-subject-encoded-words): New function.
15673         (message-simplify-subject-functions): New variable.
15674         (message-simplify-subject): Use it.  Fix typo in doc string.
15675         Support message-strip-subject-encoded-words.
15676
15677 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15678
15679         * gnus-diary.el (gnus-diary-delay-format-function):
15680         * nndiary.el (nndiary-reminders):
15681         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15682
15683 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15684
15685         * gnus-art.el (article-hide-boring-headers): Fetch date from
15686         gnus-original-article-buffer to avoid problems with localized date
15687         strings.
15688
15689 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15692
15693 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15694
15695         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15696         New variables.
15697         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15698         (mm-charset-synonym-alist): Move some entries to
15699         mm-codepage-iso-8859-list.
15700         (mm-charset-synonym-alist, mm-charset-override-alist):
15701         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15702
15703 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15706
15707 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15708
15709         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15710         with Emacs 21 and XEmacs.
15711
15712 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15713
15714         * spam.el (spam-parse-address): New function for better parsing,
15715         catching errors, etc.
15716         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15717
15718 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * mm-view.el: Add interactive arg to html2text autoload.
15721
15722 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15725
15726 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15727
15728         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15729         New variables.
15730         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15731         (mm-charset-synonym-alist): Move some entries to
15732         mm-codepage-iso-8859-list.
15733
15734         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15735
15736 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15737
15738         * message.el (message-citation-line-format)
15739         (message-insert-formated-citation-line): Fix implementation of %E, %N
15740         and %n according to the doc string.
15741
15742 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15743
15744         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15745         Use car-safe to avoid bad parses.
15746
15747 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15750         names.
15751
15752         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15753
15754 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15757         header.
15758
15759         * message.el (message-draft-headers): Add Date.
15760         (message-headers-to-generate): Fix typo in docstring.
15761
15762         * nndraft.el (nndraft-required-headers): New variable.
15763         (nndraft-generate-headers): Use it.
15764
15765         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15766
15767 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15768
15769         * gnus-registry.el (gnus-registry-wash-for-keywords)
15770         (gnus-registry-find-keywords): New functions to allow easy searching of
15771         articles that are in the registry.
15772
15773 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15774
15775         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15776         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15777         Reported by Damien Elmes <damien@repose.cx>.
15778
15779 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * gnus.el (gnus-mime): Remove unused custom group.
15782
15783 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15784
15785         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15786         "blank line" when searching for end of armor headers.
15787
15788 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * gmm-utils.el (gmm-write-region): Fix variable name.
15791
15792 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * gmm-utils.el (gmm-write-region): New function based on compatibility
15795         code from `mm-make-temp-file'.
15796
15797         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15798
15799         * nnmaildir.el (nnmaildir--update-nov)
15800         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15801         Use `gmm-write-region'.
15802
15803 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15804
15805         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15806         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15807
15808         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15809
15810         * message.el (message-replacement-char): New variable.
15811         (message-fix-before-sending): Use it.
15812         (message-simplify-subject): New function to remove duplicate code.
15813         (message-reply, message-followup): Use it.
15814
15815         * gnus-sum.el (gnus-summary-make-menu-bar):
15816         Clarify gnus-summary-limit-to-articles.
15817
15818 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * gnus-util.el (gnus-with-local-quit): New macro.
15821
15822         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15823
15824 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15825
15826         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15827         ignore non-string data.
15828
15829 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15830
15831         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15832         non-string data (needs to be done in the registry too).
15833
15834 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15835
15836         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15837         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15838         (gnus-registry-split-fancy-with-parent)
15839         (gnus-registry-fetch-simplified-message-subject-fast)
15840         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15841         Remove text properties on ingress into the registry and when it's saved.
15842         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15843         registry from entries with no groups.
15844
15845 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15846
15847         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15848         function to remove string properties.
15849
15850 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15851
15852         * gmm-utils.el (gmm): Adjust custom version.
15853
15854         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15855         Adjust custom version.
15856
15857         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15858
15859 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15860
15861         * gnus-art.el (gnus-insert-prev-page-button)
15862         (gnus-insert-next-page-button): Simplify.  Reformat.
15863
15864 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15865
15866         * gnus-art.el (gnus-insert-prev-page-button)
15867         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15868
15869 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15870
15871         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15872
15873 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15874
15875         * gnus-art.el (gnus-insert-mime-button)
15876         (gnus-insert-mime-security-button):
15877         Apply gnus-article-button-face to MIME and security buttons.
15878
15879 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15880
15881         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15882         readable.
15883
15884 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15887
15888 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15889
15890         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15891         `browse-url-of-file' instead of `browse-url'.
15892
15893 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15894
15895         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15896         regexp.  Articles containing quotation were cut prematurely.
15897
15898 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * message.el (message-cite-original-1): Use nobody by default for the
15901         value of From header.
15902         (message-reply): Ditto.
15903
15904 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15905
15906         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15907         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15908         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15909
15910 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15913         mails in the doc string.  Add some URLs in comment.
15914         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15915
15916 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15919         backslashes handling and the way to find boundaries of quoted strings.
15920
15921 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15922
15923         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15924         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15925         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15926         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15927
15928 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15929
15930         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15931         doc string.
15932         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15933
15934 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * lpath.el: Fbind epg-check-configuration.
15937
15938 2006-09-06  Simon Josefsson  <jas@extundo.com>
15939
15940         * mml2015.el (mml2015-use): Doc fix, mention epg.
15941
15942 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15943
15944         * mml2015.el (mml2015-use): Default to epg, if available.
15945
15946 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15947
15948         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15949         message-sender.
15950         (mml1991-epg-encrypt): Ditto.
15951         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15952         message-sender.
15953         (mml2015-epg-encrypt): Ditto.
15954
15955 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15956
15957         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15958         several common directories.
15959
15960 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15961
15962         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15963         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15964
15965 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * gnus-art.el (article-decode-encoded-words): Make it fast.
15968
15969 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15972
15973         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15974         in quoted string into `\'.
15975
15976 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15979         Use standard-syntax-table.
15980
15981 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * gnus-art.el (gnus-decode-address-function): New variable.
15984         (article-decode-encoded-words): Use it to decode headers which are
15985         assumed to contain addresses.
15986         (gnus-mime-delete-part): Remove useless `or'.
15987
15988         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15989         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15990         (gnus-nov-parse-line): Use it to decode From header.
15991         (gnus-get-newsgroup-headers): Ditto.
15992         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15993
15994         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15995         (mail-decode-encoded-address-string): New alias.
15996
15997         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15998         New function.
15999         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16000         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16001         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16002         (rfc2047-decode-string): Ditto.
16003         (rfc2047-decode-address-region): New function.
16004         (rfc2047-decode-address-string): New function.
16005
16006 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16007
16008         * message.el (message-caesar-buffer-body): Allow rotating headers.
16009
16010         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16011
16012         * message.el (message-insert-formated-citation-line): Fix %f.
16013         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16014
16015 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16018         (gnus-bookmark-mouse-available-p): New macro.
16019         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16020         (gnus-bookmark-bmenu-show-infos): Use it.
16021         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16022         (gnus-bookmark-bmenu-hide-infos): Ditto.
16023         (gnus-bookmark-remove-properties): New function.
16024         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16025         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16026         (gnus-bookmark-write-file): Bind coding-system-for-write.
16027         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16028         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16029         group before selecting it.
16030         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16031         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16032         quit-window if it is not available; use gnus-mouse-2 and bind it to
16033         gnus-bookmark-bmenu-select-by-mouse.
16034         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16035         (gnus-bookmark-bmenu-select-by-mouse): New function.
16036
16037 2006-08-13  Romain Francoise  <romain@orebokech.com>
16038
16039         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16040         space.
16041
16042 2006-08-10  Romain Francoise  <romain@orebokech.com>
16043
16044         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16045         (dns-mode-soa-auto-increment-serial): New user option.
16046         (dns-mode-soa-maybe-increment-serial): New function.
16047         (dns-mode): Add the latter to `write-contents-functions'.
16048
16049 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * compface.el (uncompface): Use binary rather than raw-text-unix.
16052
16053 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * compface.el (uncompface): Make sure the eol conversion doesn't take
16056         place when communicating with the external programs.
16057         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16058
16059 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16060
16061         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16062
16063 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16064
16065         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16066         Make it more robust by parsing author and date independently.
16067
16068 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16071
16072 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16073
16074         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16075         first matching secret key.
16076         (mml2015-epg-encrypt): Ditto.
16077
16078         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16079         first matching secret key.
16080         (mml1991-epg-encrypt): Ditto.
16081
16082         * mml2015.el (mml2015-encrypt-to-self): New user option.
16083         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16084         mml2015-epg-encrypt-to-self is set.
16085
16086         * mml1991.el (mml1991-encrypt-to-self): New variable.
16087         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16088         mml1991-epg-encrypt-to-self is set.
16089
16090         * mml2015.el (mml2015-signers): New user option.
16091         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16092         (mml2015-epg-encrypt): Allow to select signing keys.
16093
16094         * mml1991.el (mml1991-signers): New variable.
16095         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16096         (mml1991-epg-encrypt): Allow to select signing keys.
16097
16098 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * nnheader.el (nnheader-insert-head): Make it work even if the file
16101         uses CRLF for the line-break code.
16102
16103 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16104
16105         * mml2015.el: Require mml-sec instead of password.
16106         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16107         (mml2015-cache-passphrase): Inherit the default value from
16108         mml-secure-cache-passphrase.
16109         (mml2015-passphrase-cache-expiry): Inherit the default value from
16110         mml-secure-passphrase-cache-expiry.
16111
16112         * mml1991.el: Require mml-sec instead of password.
16113         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16114         (mml1991-cache-passphrase): Inherit the default value from
16115         mml-secure-cache-passphrase.
16116         (mml1991-passphrase-cache-expiry): Inherit the default value from
16117         mml-secure-passphrase-cache-expiry.
16118
16119         * mml-sec.el: Require password.
16120         (mml-secure-verbose): New user option.
16121         (mml-secure-cache-passphrase): New user option.
16122         (mml-secure-passphrase-cache-expiry): New user option.
16123
16124 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16125             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16126
16127         * pgg-def.el (pgg-truncate-key-identifier):
16128         Truncate the key ID to 8 letters from the end.
16129
16130 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16131
16132         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16133         workaround for the url package included with Emacs.
16134
16135         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16136
16137 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16140         correctly.  This fixes a bug caused by the 2006-05-12 change.
16141
16142 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16143
16144         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16145         some information about the error when saying that the `bogus' mail
16146         group will be used.
16147
16148 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16149
16150         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16151         string.
16152
16153 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16154
16155         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16156
16157 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16158
16159         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16160
16161 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16162
16163         * mml1991.el (mml1991-function-alist): Add epg.
16164         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16165         (mml1991-epg-encrypt): New functions.
16166
16167 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16168
16169         * mml2015.el (mml2015-verbose): New variable.
16170         (mml2015-cache-passphrase): Ditto.
16171         (mml2015-passphrase-cache-expiry): Ditto.
16172         (mml2015-function-alist): Add epg.
16173         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16174         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16175         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16176         New functions.
16177
16178 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16179
16180         * message.el (message-cite-original-1): Preserve region when removing
16181         quoted text due to X-No-Archive in order to avoid bogus attribution
16182         when citing multiple messages.
16183
16184 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16185
16186         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16187         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16188
16189 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16190
16191         * gnus-diary.el (gnus-user-format-function-d)
16192         (gnus-user-format-function-D): Autoload.
16193
16194         * imap.el (Commentary): Fix typo.
16195
16196         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16197         2006-04-22 contribution.
16198
16199 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16200
16201         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16202         It didn't really fix the bogosity I'm seeing with solid web groups.
16203
16204 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16205
16206         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16207         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16208         created using server names.  If we use the feature without declaring
16209         it, Gnus does not properly manage server and group state.
16210
16211         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16212         bound.
16213
16214 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16215
16216         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16217         looking up the method using GROUP's prefix before inventing a new one.
16218         It is used on killed/unknown groups in various places where returning
16219         an all-new method isn't expected by the caller.
16220
16221         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16222         and match semantics of gnus-group-real-prefix.
16223
16224 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16225
16226         * nnmail.el (nnmail-broken-references-mailers): New variable.
16227         (nnmail-ignore-broken-references): New function generalizing
16228         nnmail-fix-eudora-headers.
16229         (nnmail-fix-eudora-headers): Now obsolete.
16230
16231         * gnus-art.el (gnus-button-handle-custom):
16232         Support `customize-apropos*'.
16233
16234 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16235
16236         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16237
16238         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16239         articles.
16240
16241 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * message.el (message-cite-reply-above): New variable.
16244         (message-yank-original): Use it.
16245
16246 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16249
16250 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16251
16252         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16253         as read.
16254
16255         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16256
16257 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16258
16259         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16260         (gnus-bookmark-default-file): Use gnus-directory.
16261         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16262         Remove "*" in doc string.
16263         (gnus-bookmark-write-file): Simplify.
16264         (gnus-bookmark-maybe-sort-alist): Use `when'.
16265         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16266         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16267         Add FIXME about Emacs 21 and XEmacs compatibility.
16268         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16269         compatibility.
16270         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16271         compatibility.
16272         (gnus-bookmark-menu-heading): Fix version.
16273
16274 2006-06-19  Bastien Guerry  <bzg@altern.org>
16275
16276         * gnus-bookmark.el: New file.
16277
16278 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * message.el (message-syntax-checks): Doc fix.
16281
16282 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16283
16284         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16285         unsubscribed groups as if they were killed ones.  It causes duplicate
16286         entries in gnus-newsrc-alist.
16287
16288 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * message.el (message-syntax-checks): Doc fix.
16291         (message-send-mail): Add check for continuation headers.
16292         (message-check-news-header-syntax): Fix regexp used to check for
16293         continuation headers.
16294
16295 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16298
16299 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16300
16301         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16302
16303 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16304
16305         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16306         default-truncate-lines.
16307
16308 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16311         to fill the utf-8 entry.
16312
16313         * lpath.el: Fbind unicode-precedence-list.
16314
16315 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16316
16317         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16318
16319 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16320
16321         * gnus-agent.el (directory-files-and-attributes): Move all the way
16322         forward (the third and final move).
16323         (gnus-agent-read-agentview): Trap reconstruction errors due to
16324         nonexistent directory.  Handle by returning nil.
16325
16326 2006-05-30  Didier Verna  <didier@xemacs.org>
16327
16328         * message.el (message-dont-reply-to-names): Update the custom type.
16329         * message.el (message-dont-reply-to-names): New defsubst: potentially
16330         convert a list of regexps into a single one.
16331         * message.el (message-get-reply-headers): Use it.
16332         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16333
16334 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * gnus-agent.el (directory-files-and-attributes): Move forward.
16337
16338 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16339
16340         * gnus-ml.el (gnus-mailing-list-subscribe)
16341         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16342         (gnus-mailing-list-message): Fix doc strings.
16343
16344 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16345
16346         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16347         of doing it manually.
16348
16349 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16350
16351         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16352         comment.
16353
16354 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16355
16356         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16357         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16358         (gnus-agent-read-local): All symbols allocated in my-obarray.
16359         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16360         (gnus-agent-regenerate-group): Check numeric names to see if they are
16361         messages or groups.
16362         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16363         better way of do this...)
16364
16365         * gnus-cache.el (gnus-agent-total-fetched-for):
16366         Ignore 'dummy.group' (there should be a better way of do this...)
16367
16368 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16371         (gnus-saved-headers): Ditto.
16372         (gnus-default-article-saver): Mention functions may have properties.
16373         (gnus-article-save): Override gnus-save-all-headers and
16374         gnus-saved-headers by :headers property which saver function may have.
16375         (gnus-summary-save-in-file): Add :headers property.
16376         (gnus-summary-write-to-file): Ditto.
16377
16378         * gnus-sum.el (gnus-summary-save-article): Bind
16379         gnus-prompt-before-saving to t when saving many articles in a file;
16380         always show all headers.
16381
16382         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16383
16384 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16385
16386         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16387         marks.
16388
16389         * message.el (message-indent-citation): Add optional arguments to allow
16390         using it outside of message buffers.
16391
16392         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16393         (gnus-article-treat-unfold-headers): Use it.
16394         (gnus-article-truncate-lines): New variable.
16395         (gnus-article-mode): Use it.
16396         (gnus-article-toggle-truncate-lines): New function.
16397
16398         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16399         Add gnus-article-toggle-truncate-lines.
16400
16401         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16402         coding system in XEmacs, use binary.
16403
16404 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16407         after-load-alist.
16408
16409         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16410         this function should save decoded articles.
16411         (gnus-summary-write-to-file): Use property to specify this function
16412         should save decoded articles and specify gnus-summary-save-in-file
16413         should be used to save articles other than the first one when saving
16414         many articles.
16415         (gnus-summary-save-body-in-file): Use property to specify this
16416         function should save decoded articles.
16417         (gnus-summary-write-body-to-file): Use property to specify this
16418         function should save decoded articles and specify
16419         gnus-summary-save-body-in-file should be used to save articles other
16420         than the first one when saving many articles.
16421
16422         * gnus-sum.el (gnus-summary-save-article): Simplify.
16423
16424 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * gnus-art.el (gnus-default-article-saver):
16427         Add gnus-summary-write-body-to-file.
16428         (gnus-article-save-coding-system): Don't use coding system object
16429         in XEmacs.
16430         (gnus-read-save-file-name): Add optional `dir-var' argument which
16431         specifies directory in which files are saved; work even if optional
16432         `variable' argument is not specified.
16433         (gnus-summary-write-to-file): Read file name.
16434         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16435         (gnus-summary-write-body-to-file): New function.
16436
16437         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16438         (gnus-summary-local-variables): Add it.
16439         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16440         (gnus-summary-save-article): Remove optional `decode' argument;
16441         determine whether to decode articles by the value of
16442         gnus-default-article-saver; when saving many files using
16443         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16444         it first and use gnus-summary-save-in-file or
16445         gnus-summary-save-body-in-file thereafter unless
16446         gnus-prompt-before-saving is always; move point to article which
16447         will be saved.
16448         (gnus-summary-save-article-file): Revert.
16449         (gnus-summary-write-article-file): Revert.
16450         (gnus-summary-save-article-body-file): Revert.
16451         (gnus-summary-write-article-body-file): New function.
16452
16453 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16454
16455         * gnus-art.el (gnus-default-article-saver): Doc fix.
16456         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16457         from gnus-summary-save-article-coding-system, and default to a
16458         certain coding system.
16459         (gnus-output-to-file): Add coding cookie and encode text according
16460         to gnus-article-save-coding-system; don't use mm-append-to-file.
16461
16462         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16463         gnus-art.el and rename to gnus-article-save-coding-system.
16464         (gnus-summary-save-article): Require gnus-art; don't show all
16465         headers if it decodes articles; don't add coding cookie here;
16466         don't bind mm-text-coding-system-for-write.
16467         (gnus-summary-save-article-file): Save decoded articles.
16468         (gnus-summary-write-article-file): When saving many files, use
16469         gnus-summary-write-to-file first and gnus-summary-save-in-file
16470         thereafter unless gnus-prompt-before-saving is always.
16471         (gnus-summary-save-article-body-file): Save decoded articles.
16472
16473         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16474
16475 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16476
16477         * nnrss.el (nnrss-check-group): Bind hash-index.
16478
16479 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16480
16481         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16482         its hash index.  Store this hash in `nnrss-group-data'.
16483         (nnrss-read-group-data): Update accordingly.
16484
16485 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16486
16487         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16488         entry.
16489
16490         * gnus-sum.el (gnus-summary-make-menu-bar):
16491         Add gnus-article-browse-html-article.
16492
16493 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16494
16495         * gnus-sum.el (gnus-summary-mime-map):
16496         Add gnus-article-browse-html-article.
16497
16498         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16499
16500 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16503         suitable coding systems in customize.
16504
16505 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16506
16507         * mail-source.el (mail-sources): Fix custom type.
16508
16509 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16510
16511         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16512         (gnus-summary-expire-articles-now): Shorten prompt.
16513
16514         * gmm-utils.el (wid-edit): Require.
16515         (defun-gmm): Rename from `gmm-defun-compat'.
16516         (gmm-image-search-load-path): Use it.
16517         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16518
16519 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * gnus-sum.el (gnus-summary-save-article-coding-system):
16522         New variable.
16523         (gnus-summary-save-article): Add optional `decode' argument.
16524         If it is set and gnus-summary-save-article-coding-system is non-nil,
16525         save decoded article.
16526         (gnus-summary-write-article-file): Save decoded article if
16527         gnus-summary-save-article-coding-system is non-nil.
16528
16529         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16530         type.
16531
16532 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16535
16536 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16539         first to test gnus-single-article-buffer which may be buffer-local.
16540
16541         * gnus-sum.el (gnus-summary-setup-buffer):
16542         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16543         group; make gnus-article-buffer, gnus-article-current, and
16544         gnus-original-article-buffer always buffer-local.
16545         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16546         group.
16547         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16548
16549 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16550
16551         * nnml.el (nnml-request-compact-group): Compressed files might not
16552         have .gz extension.
16553
16554 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16555
16556         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16557         (mm-copy-to-buffer): Use with-current-buffer.
16558         (mm-display-part): Simplify.
16559         (mm-inlinable-p): Add optional arg `type'.
16560
16561 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16562
16563         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16564         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16565         Try harder to show the attachment internally or externally using
16566         gnus-mime-view-part-as-type.
16567
16568 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16569
16570         * message.el (message-from-style, message-signature-separator)
16571         (message-user-organization-file, message-send-mail-function)
16572         (message-citation-line-function, message-yank-prefix)
16573         (message-indent-citation-function, message-signature)
16574         (message-signature-file, message-signature-insert-empty-line):
16575         Remove autoloads.
16576
16577         * gnus-art.el (gnus-buttonized-mime-types):
16578         Remove "multipart/signed".  Revert 2006-04-26 change.
16579
16580 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16581
16582         * gnus.el (gnus-version-number): Bump version.
16583
16584 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16585
16586         * gnus.el: No Gnus v0.5 is released.
16587
16588 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16589
16590         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16591         fetching articles by message-id.
16592
16593 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16594
16595         * message.el (hashcash): Require hashcash as normal.
16596
16597         * ecomplete.el (ecomplete-highlight-match-line):
16598         Use point-at-eol.
16599         (ecomplete-highlight-match-line): Use `highlight', because that
16600         face exists in both Emacs and XEmacs.
16601
16602         * message.el (message-display-abbrev): Use point-at-bol.
16603
16604         * mail-source.el: Don't require timer/timer-funcs.
16605
16606         * gnus-async.el: Ditto.
16607
16608         * password.el: Ditto.
16609
16610         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16611
16612         * mm-url.el: Ditto.
16613
16614         * gnus-xmas.el: Don't require timer-funcs.
16615
16616         * mm-util.el: Require timer/timer-funcs.
16617
16618 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16619
16620         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16621         Close.
16622
16623 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16626         unibyte after clear-decrypt function runs.
16627
16628         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16629         returns as a unibyte string.
16630
16631 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16632
16633         * lpath.el: Revert.
16634
16635         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16636         (pgg-gpg-process-sentinel): Revert.
16637
16638         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16639         (pgg-pgp-lookup-key): Revert.
16640
16641         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16642         (pgg-pgp5-lookup-key): Revert.
16643
16644         * pgg.el (pgg-fetch-key): Revert.
16645
16646 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * lpath.el: Fbind string-as-multibyte for XEmacs.
16649
16650         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16651         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16652         (mml1991-pgg-encrypt): Ditto.
16653
16654         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16655         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16656         a multibyte buffer.
16657
16658         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16659         (pgg-pgp-lookup-key): Ditto.
16660
16661         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16662         (pgg-pgp5-lookup-key): Ditto.
16663
16664         * pgg.el (pgg-fetch-key): Ditto.
16665
16666 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16667
16668         * message.el (message-user-organization-file): Check several
16669         locations of the organization file.
16670
16671         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16672         Add gnus-article-view-part-as-type.
16673
16674         * gnus-art.el (gnus-article-view-part-as-type): New function.
16675
16676         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16677         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16678
16679         * mml.el: Simplify autoload.
16680         (mml-mode): defvar dnd-protocol-alist instead of using
16681         symbol-value.
16682         (mml-default-directory): New variable.
16683         (mml-minibuffer-read-file): Use it.
16684         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16685
16686         * message.el (message-citation-line-format): New variable.
16687         (message-insert-formated-citation-line): New function.
16688         (message-citation-line-function):
16689         Add `message-insert-formated-citation-line' to custom type.
16690
16691         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16692         to doc string.
16693
16694         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16695         depending on mm-verify-option.
16696
16697 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16700         binding pgg-* variables; reimplement the section which prevents
16701         MIME header from being signed.
16702         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16703         pgg-text-mode; remove a blank line at the top of body.
16704
16705         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16706         lines at the top of body; use gnus-newsgroup-charset if there's no
16707         Charset header.
16708
16709 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * message.el (message-self-insert-commands): Doc fix.
16712
16713         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16714         (mm-uu-pgp-encrypted-test): Ditto.
16715         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16716         between header and body; return application/pgp-encrypted handle
16717         if decryption failed; decode decrypted body by charset.
16718
16719         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16720         element match to application/pgp-*.
16721
16722 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16723
16724         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16725         HTML.
16726
16727 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16728
16729         * mail-source.el (mail-source-call-script): Message the error
16730         string.
16731
16732 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16733
16734         * gnus-util.el (gnus-byte-compile): Use it.
16735
16736 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16737
16738         * gnus-util.el (kill-empty-logs): New function.
16739
16740 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16741
16742         * message.el (message-mail-alias-type): Doc fix.
16743         (message-mail-alias-type-p): New function.
16744         (message-send): Use it.
16745         (message-mode): Ditto.
16746         (message-strip-forbidden-properties): Ditto.
16747
16748         * ecomplete.el (ecomplete-database-file-coding-system):
16749         New variable.
16750         (ecomplete-save): Use it.
16751         (ecomplete-setup): Use it.
16752
16753 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * message.el (message-self-insert-commands): New variable.
16756         (message-strip-forbidden-properties): Use it.
16757
16758 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16759
16760         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16761         that doesn't make XEmacs choke.
16762
16763 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16764
16765         * gnus-util.el (gnus-replace-in-string):
16766         Prefer replace-regexp-in-string over of replace-in-string.
16767
16768 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * gnus-util.el (gnus-select-frame-set-input-focus):
16771         Use select-frame-set-input-focus if it is available in XEmacs; use
16772         definition defined in Emacs 22 for old Emacsen.
16773
16774         * dgnushack.el: Autoload unmorse-region for XEmacs.
16775
16776         * lpath.el: Bind cursor-in-non-selected-windows and
16777         select-frame-set-input-focus for XEmacs.
16778
16779 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16782
16783 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16784
16785         * gnus-registry.el (gnus-registry-cache-save): Remove text
16786         properties when saving via the temp buffer.
16787
16788 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16789
16790         * message.el (message-generate-hashcash): Honor custom type.
16791
16792 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16793
16794         * message.el (message-generate-hashcash): Default to non-nil when
16795         hashcash is found.
16796
16797         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16798         (gnus-refer-thread-limit): Increase default to 500.
16799
16800         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16801
16802         * flow-fill.el (fill-flowed): Allow delete-space.
16803
16804 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16805
16806         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16807         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16808         Remove autoloads.
16809
16810 2006-04-18  Simon Josefsson  <jas@extundo.com>
16811
16812         * message.el (message-generate-hashcash): Default to.
16813
16814 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16817         concatenating segments rather than before concatenating them.
16818
16819 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16820
16821         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16822
16823 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16824
16825         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16826
16827         * message.el (message-forward-make-body-plain):
16828         Allow message-forward-ignored-headers to be a list.
16829         (message-remove-ignored-headers): Factor out into function.
16830         (message-forward-make-body-mml): Use it.
16831
16832         * imap.el (imap-quote-specials): New function.
16833         (imap-login-auth): Quote specials.
16834
16835         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16836         (rfc2231-parse-string): Allow concatanation of parameters that
16837         aren't contiguous.  The test case is
16838           (mail-header-parse-content-type "message/external-body;
16839             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16840             access-type=LOCAL-FILE;
16841             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16842
16843 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16844
16845         * nntp.el (nntp-accept-process-output): Return the value of
16846         `nnheader-accept-process-output'.
16847
16848 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16849
16850         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16851         (gnus-button-alist): Recognize more diff formats.
16852         (gnus-button-patch): Strip directory.
16853
16854 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16855
16856         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16857         Emacs 22 when setting focus.
16858
16859 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16860
16861         * gnus-art.el (gnus-article-treat-types): Do treatment of
16862         text/x-verbatim parts.
16863         (gnus-button-patch): New command.
16864
16865         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16866         addresses that contain invalid characters.
16867
16868 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16869
16870         * message.el (message-put-addresses-in-ecomplete):
16871         Use gnus-replace-in-string.
16872         (message-is-yours-p): Use the more correct
16873         mail-header-parse-address instead of
16874         mail-extract-address-components.
16875         (message-put-addresses-in-ecomplete): Fix typo.
16876
16877         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16878         keystroke.
16879
16880         * gnus-art.el (gnus-treatment-function-alist): Change order of
16881         newsgroups/generic header folding to avoid double-folding.
16882
16883         * message.el (message-hidden-headers): Add X-Draft-From.
16884
16885         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16886         New command.
16887         (gnus-summary-repeat-search-article-backward): New command.
16888
16889         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16890         groups in the parent topic.
16891
16892 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16893
16894         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16895         (spam-extra-header-to-number): Return the CRM114 number as a
16896         number instead of a string.
16897
16898 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16899
16900         * gnus-art.el (gnus-face-properties-alist): Move here from
16901         gnus-fun.
16902
16903         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16904
16905 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16906
16907         * message.el (message-strip-forbidden-properties): Only display on
16908         self-insert-command.
16909
16910         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16911         reindent.
16912         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16913
16914 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16915
16916         * smiley.el (smiley-style): Fix typo.
16917
16918 2006-03-23  Kenichi Handa  <handa@m17n.org>
16919
16920         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16921         instead of set-buffer-multibyte.
16922
16923 2006-03-23  Kenichi Handa  <handa@m17n.org>
16924
16925         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16926         buffer and then decode the buffer text if necessary.
16927         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16928         first, and after mm-encode-body, change the buffer to unibyte.
16929
16930 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16931
16932         * hashcash.el (hashcash-insert-payment-async-2):
16933         Use message-goto-eoh instead of doing it manually.
16934         (mail-add-payment): Use message-narrow-to-header instead of trying
16935         to do the same itself.
16936
16937         * message.el (message-hidden-headers): Add Face.
16938
16939         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16940         reparenting code.
16941         (gnus-summary-reparent-children): Refactored out code.
16942         (gnus-summary-thread-map): New keystroke.
16943         (gnus-summary-reparent-children): Make into command.
16944
16945         * smiley.el (smiley-style): Default to `medium' if using a large
16946         font.
16947
16948         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16949         does it itself.
16950
16951         * message.el (message-point-in-header-p): Simplify definition.
16952
16953 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16954
16955         * nnagent.el (nnagent-request-set-mark): Silence log file
16956         writing.
16957         (nnagent-request-set-mark): Use write-region instead of
16958         append-to-file.
16959
16960         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16961         strange select method.
16962
16963         * ecomplete.el (ecomplete-display-matches): Get highlightling
16964         right.
16965         (ecomplete-display-matches): Use literals.
16966         (ecomplete-display-matches): Disable message logging.
16967
16968         * message.el (message-display-abbrev): Small optimization.
16969
16970         * ecomplete.el (ecomplete-display-matches): Allow automatic
16971         display.
16972
16973         * message.el (message-strip-forbidden-properties):
16974         Display abbrevs.
16975         (message-display-abbrev): Get automatic display right.
16976
16977         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16978         keystrokes.
16979
16980 2006-04-13  Romain Francoise  <romain@orebokech.com>
16981
16982         TODO: Backport to v5-10!
16983
16984         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16985         Move here (and rename) from gnus-registry.el.
16986
16987         * gnus-registry.el: Require gnus-util.
16988         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16989
16990 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16991
16992         * gnus-group.el (gnus-group-catchup-current):
16993         Change if-then-else-if-then-else into cond.
16994         (gnus-group-catchup): Indent.
16995         (group-name-at-point): New function.
16996         (gnus-fetch-group): Provide default from thing at point.
16997
16998 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16999
17000         * message.el (message-display-abbrev): Fix regexp.
17001
17002         * ecomplete.el (ecomplete-highlight-match-line):
17003         Reimplement choosing.
17004         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17005         dead variables.
17006
17007         * message.el (message-newline-and-indent): Remove debugging.
17008         (message-display-abbrev): Use new implementation.
17009
17010 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17011
17012         * gnus-art.el (gnus-article-mode):
17013         Set cursor-in-non-selected-windows to nil.
17014
17015         * smiley.el: Revert previous change.
17016         (smiley-data-directory): defvar it before using it in the
17017         defcustom of `smiley-style'.
17018
17019 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17020
17021         * message.el (message-newline-and-indent): New function.
17022
17023         * ecomplete.el: Implement more bits.
17024
17025         * message.el (message-put-addresses-in-ecomplete): Clean up the
17026         string.
17027
17028         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17029
17030         * gnus-sum.el (gnus-summary-save-parts):
17031         Bind gnus-summary-save-parts-counter and use it to make unique file
17032         names.
17033
17034         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17035
17036         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17037         parameter to say whether to actually parse the individual
17038         addresses.
17039
17040         * message.el (message-put-addresses-in-ecomplete): New function.
17041         (ecomplete): Require.
17042         (message-mail-alias-type): Add ecomplete as an option.
17043
17044 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17045
17046         * flow-fill.el (fill-flowed): Remove trailing space from blank
17047         quoted lines.
17048
17049 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17050
17051         * smiley.el (smiley-style): Move definition later to avoid a
17052         compilation warning.
17053
17054 2006-04-12  Kenichi Handa  <handa@m17n.org>
17055
17056         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17057         buffer and then decode the buffer text if necessary.
17058         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17059         first, and after mm-encode-body, change the buffer to unibyte.
17060         Use mm-disable-multibyte instead of set-buffer-multibyte.
17061
17062 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17065         Content-Type header instead of Content-Disposition header.
17066         (gnus-mime-inline-part): Ditto.
17067         (gnus-mime-view-part-as-charset): Ignore charset that the part
17068         specifies.
17069
17070         * mm-decode.el (mm-display-part): Work with external parts and
17071         usual parts similarly.
17072
17073         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17074         instead of gnus-display-mime.
17075
17076         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17077         instead of with-temp-buffer.
17078
17079         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17080         tag to summarized topics part in order to encode non-ASCII text.
17081
17082 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * smiley.el (smiley-style): New variable.
17085         (smiley-directory): New function.
17086         (smiley-data-directory): Derive from `smiley-style' using
17087         `smiley-directory'.
17088         (smiley-regexp-alist): Add new entries.
17089
17090         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17091         (gnus-article-browse-delete-temp): Add :version.
17092
17093 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17094
17095         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17096         the sieve region.
17097
17098 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17099
17100         * gnus.el (gnus-version-number): Bump version.
17101
17102 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17103
17104         * gnus.el: No Gnus v0.4 is released.
17105
17106 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17107
17108         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17109         layout.
17110
17111         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17112         unknown charset.
17113
17114         * message.el (message-header-synonyms): Add Original-To to the
17115         default.
17116
17117         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17118         optional parameter.
17119
17120 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17121
17122         * gnus-fun.el (gnus): Require it for gnus-directory.
17123
17124 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17127
17128 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17129
17130         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17131
17132 2006-04-05  Simon Josefsson  <jas@extundo.com>
17133
17134         * password.el (password-reset): New function.
17135
17136 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17137
17138         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17139         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17140
17141 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17142
17143         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17144         Some whitespace was matched into the url, which broke browsing hits
17145         > 100 when mm-url-use-external was nil.
17146
17147 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17150         Check gnus-extra-headers for 'Newsgroups.
17151
17152         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17153         bound.
17154
17155 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17156
17157         * pgg-gpg.el: Clean up process buffers every time gpg processes
17158         complete.
17159
17160 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17161
17162         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17163         doc string.
17164
17165 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17166
17167         * pgg-gpg.el (pgg-gpg-process-filter)
17168         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17169
17170         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17171         lines, temporary fix.
17172
17173 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17174
17175         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17176
17177 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17178
17179         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17180         default-enable-multibyte-characters.  This reverts the change from
17181         revision 6.17 which is no longer necessary because the passphrase
17182         is sent separately now.  GnuPG messages are unreadable under
17183         multibyte locales with default-enable-multibyte-characters set to
17184         nil.
17185
17186 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17187
17188         * message.el (message-tool-bar-gnome): Move "spell".
17189
17190 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17191
17192         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17193         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17194         instead.
17195
17196 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17197
17198         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17199         Improve newsgroups handling for NNTP overviews which don't include
17200         Newsgroups.
17201
17202 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17203
17204         * message.el (message-resend): Bind message-generate-hashcash to nil.
17205
17206 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17207
17208         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17209         when searching for already-paid recipients.
17210
17211 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17212
17213         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17214         passphrases when it is not needed.
17215         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17216         passphrase stuff from gpg, should only be necessary when you use
17217         gpg with a smartcard.
17218
17219 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17220
17221         * mml.el (mml-insert-mime): Ignore cached contents of
17222         message/external-body part.
17223
17224         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17225         (mm-insert-part): Ditto.
17226
17227 2006-03-23  Simon Josefsson  <jas@extundo.com>
17228
17229         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17230         Reiner.
17231         (pgg-gpg-use-agent-p): Use it again.
17232
17233 2006-03-23  Simon Josefsson  <jas@extundo.com>
17234
17235         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17236         older emacsen.
17237         (pgg-gpg-use-agent-p): Don't use it.
17238
17239 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17240
17241         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17242         if we can.
17243
17244 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17245
17246         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17247         (pgg-gpg-update-agent): New function.
17248         (pgg-gpg-use-agent-p): New function.
17249         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17250         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17251         (pgg-gpg-sign-region): Use it.
17252
17253 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17256         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17257
17258 2006-03-21  Simon Josefsson  <jas@extundo.com>
17259
17260         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17261         <wilde@sha-bang.de>.
17262         (pgg-gpg-use-agent): New variable.
17263         (pgg-gpg-process-region): Use it.
17264         (pgg-gpg-encrypt-region): Likewise.
17265         (pgg-gpg-encrypt-symmetric-region): Likewise.
17266         (pgg-gpg-decrypt-region): Likewise.
17267         (pgg-gpg-sign-region): Likewise.
17268         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17269
17270 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17271
17272         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17273
17274         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17275         Add comment on version.
17276
17277 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17278
17279         * smiley.el: Add missing test smiley.
17280
17281 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * mm-decode.el (mm-with-part): New macro.
17284         (mm-get-part): Use it; work with message/external-body as well.
17285         (mm-save-part): Treat name and filename equally.
17286
17287         * mm-extern.el (mm-extern-cache-contents): New function.
17288         (mm-inline-external-body): Use it; force the part to be displayed;
17289         move undisplayer added to the cached handle to the parent.
17290
17291         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17292         (gnus-mime-view-part-as-type): Work with message/external-body.
17293
17294         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17295
17296 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17297
17298         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17299         images in image-load-path.  [Sync with image.el, revision 1.60, in
17300         Emacs.]
17301
17302 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17305         path rather than symbol.  Always return list of directories.
17306         Guarantee that image directory comes first.  [Sync with image.el,
17307         revision 1.59, in Emacs.]
17308
17309         * message.el (message-make-tool-bar): Adjust to new API of
17310         `gmm-image-load-path-for-library'.
17311
17312         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17313
17314         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17315
17316 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17317
17318         * gnus-art.el (gnus-article-only-boring-p):
17319         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17320         intangible text.
17321         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17322
17323 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17324
17325         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17326         Use `defun' instead of `gmm-defun-compat'.
17327
17328 2006-03-14  Simon Josefsson  <jas@extundo.com>
17329
17330         * message.el (message-unique-id): Don't use message-number-base36
17331         if (user-uid) is a float.
17332         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17333
17334 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17335
17336         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17337
17338         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17339         empty line between a part and a message part.
17340
17341 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17342
17343         * smiley.el: Add more test smileys.
17344         (smiley-data-directory, smiley-regexp-alist)
17345         (gnus-smiley-file-types): Fix doc strings.
17346         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17347         adding new elements.
17348         (smiley-mouse-map): Unused code.  Make it a comment.
17349
17350 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17351
17352         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17353         scan latest NoCeM messages instead of old ones.
17354         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17355         delimiters that are recently used.
17356         (gnus-nocem-load-cache): Add autoload cookie.
17357
17358         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17359
17360         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17361         level which is larger than gnus-use-nocem is specified.
17362
17363         * gnus-group.el (gnus-group-get-new-news): Ditto.
17364
17365 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17366
17367         * gnus-util.el (gnus-tool-bar-update): New function.
17368
17369         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17370         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17371
17372         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17373
17374         * gnus-group.el (gnus-group-redraw-when-idle)
17375         (gnus-group-redraw-check): Remove.
17376         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17377
17378 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17379
17380         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17381         if optional last element is specified in splits (FIELD VALUE...).
17382
17383 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17384
17385         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17386         to gmm-image-load-path-for-library.  Call with no-error argument.
17387         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17388
17389         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17390
17391         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17392
17393         * gmm-utils.el (gmm-image-load-path): Remove alias.
17394
17395 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17396
17397         * gmm-utils.el (gmm-image-load-path): Add alias.
17398
17399         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17400         nnml-generate-nov-databases-1.
17401         (nnml-generate-nov-databases): Use it.
17402         (nnml-generate-nov-databases-directory): Document no-active
17403         argument.
17404
17405         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17406         directory if path is t.  Add no-error.
17407
17408         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17409         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17410
17411         * gnus-art.el (gnus-article-browse-delete-temp-files):
17412         Simplify resetting gnus-article-browse-html-temp-list.
17413
17414         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17415         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17416         Add example to docstring.  Rename local variables.  Move error
17417         checks to default case in cond and simplify.
17418
17419 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17422         handle is multipart when calling it recursively.
17423         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17424
17425 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17426
17427         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17428         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17429
17430 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17433         is loaded.
17434
17435         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17436         loaded.
17437
17438 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17439
17440         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17441         to "Emacs 23 (unicode)" in doc string.
17442
17443         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17444         "Emacs 23 (unicode)" in comment.
17445
17446 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17449
17450         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17451         characters 160 through 255 in Emacs 23.
17452
17453 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17454
17455         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17456         gnus-article-browse-html-temp.
17457         (gnus-article-browse-delete-temp): Make it customizable.
17458         Add `file'.  Adjust doc string.
17459         (gnus-article-browse-delete-temp-files): Add argument.
17460         Allow query for each file.  Adjust doc string.
17461         (gnus-article-browse-html-parts):
17462         Add `gnus-article-browse-delete-temp-files' to
17463         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17464
17465 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17466
17467         * gnus-art.el (gnus-article-browse-html-temp)
17468         (gnus-article-browse-delete-temp): New variables.
17469         (gnus-article-browse-delete-temp-files): New function.
17470         (gnus-article-browse-html-parts): Use it.
17471
17472 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17473
17474         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17475
17476         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17477         string.
17478
17479         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17480         gnus-summary-insert-new-articles when unplugged.
17481         Remove gnus-summary-search-article-forward.
17482
17483         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17484         display-visual-class instead of display-color-cells.
17485
17486 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * dgnushack.el: Autoload customize-group for XEmacs.
17489
17490         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17491         message/* containing non-ASCII text properly.
17492
17493 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17494
17495         * message.el: Require gmm-utils, remove autoloads.
17496         (message-tool-bar): Set default based on
17497         gmm-tool-bar-style.
17498         (message-tool-bar-gnome): Add gmm-customize-mode.
17499
17500         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17501         gmm-tool-bar-style.
17502         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17503
17504         * gnus-group.el (gnus-group-tool-bar): Set default based on
17505         gmm-tool-bar-style.
17506         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17507
17508         * gmm-utils.el (gmm-image-directory): Rename variable from
17509         gmm-image-load-path.
17510         (gmm-image-load-path): Use gmm-image-directory.
17511         (gmm-customize-mode): New function.
17512         (gmm-tool-bar-style): New variable.
17513
17514         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17515         gnus-group-redraw-line-number.
17516         (gnus-group-redraw-check): Simplify.
17517         (gnus-group-tool-bar-update): Remove redraw check.
17518         (gnus-group-make-tool-bar): Add redraw check.
17519
17520 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17521
17522         * gnus-art.el (gnus-button): Add missing parentheses.
17523
17524 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * lpath.el: Fbind line-number-at-pos.
17527
17528 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17531
17532 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17533
17534         * gnus-art.el (gnus-button): New face.
17535         (gnus-article-button-face): Use it.
17536
17537         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17538         Add gnus-summary-next-page.  Re-order.
17539
17540         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17541         next-node are now included.
17542         (gnus-group-redraw-line-number): New internal variable.
17543         (gnus-group-redraw-check): Helper function for updating the tool
17544         bar.
17545         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17546
17547         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17548
17549         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17550         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17551         Use it to match format of Spamassassin 3.0 and later.
17552         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17553         (spam-check-bogofilter)
17554         (spam-bogofilter-register-with-bogofilter): Fix args of
17555         `gnus-error' calls.
17556
17557 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17558
17559         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17560         unnecessary interaction when sending queued mails.
17561         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17562
17563 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17564
17565         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17566         first or last are nil.
17567
17568 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17569
17570         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17571
17572 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17573
17574         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17575
17576 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17577
17578         * dns.el (query-dns): Protect more against buggy tcp output.
17579
17580 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17581
17582         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17583         nov.php.
17584
17585 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17586
17587         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17588         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17589         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17590         output on the server side.
17591         (nnweb-google-create-mapping): Update regexps and add some
17592         progress indication.
17593
17594 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17595
17596         * gnus-group.el (gnus-group-tool-bar-gnome):
17597         Fix gnus-agent-toggle-plugged.  Re-order icons.
17598         (gnus-group-tool-bar-gnome):
17599         Add gnus-group-{prev,next}-unread-group.
17600         (gnus-group-tool-bar-gnome): Re-order icons.
17601
17602         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17603         Move gnus-summary-insert-new-articles.
17604
17605         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17606         Fix comments.
17607
17608         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17609         also available in Emacs 21.3.
17610
17611         * message.el (message-fix-before-sending): Change "Emacs 22" to
17612         "Emacs 23 (unicode)" in comment.
17613
17614         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17615         "Emacs 23 (unicode)" in comment.
17616
17617         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17618         comment.
17619         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17620
17621         * mm-view.el (mm-fill-flowed): Add :version.
17622
17623 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17624
17625         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17626         and load-path.
17627
17628 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17629
17630         * message.el: Autoload gmm-image-load-path.
17631         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17632         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17633         consitency.
17634
17635         * gmm-utils.el (gmm-image-load-path): Also search in
17636         "../etc/images".  Don't set gmm-image-load-path if we don't find
17637         the image.
17638
17639 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * gmm-utils.el (gmm-image-load-path): Don't make
17642         `gmm-image-load-path' include subdirectories which the second arg
17643         `image' might specify.
17644
17645         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17646         subdirectory to icon file names.
17647
17648         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17649
17650 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17651
17652         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17653         gmm-image-load-path calls.
17654
17655         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17656
17657         * message.el (message-make-tool-bar): Ditto.
17658
17659         * mml.el (mml-preview): Add comment concerning tool bar icons.
17660
17661         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17662         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17663
17664         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17665         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17666
17667         * message.el (message-tool-bar-gnome): Use new icon names.
17668         (message-make-tool-bar): Use `gmm-image-load-path'.
17669
17670         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17671         New functions from MH-E.
17672         (gmm-image-load-path): New variable from MH-E.
17673         (gmm-image-load-path): New function from MH-E.  Add arguments
17674         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17675         *-image-load-path-called-flag.
17676
17677 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17678
17679         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17680
17681 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17682
17683         * nnimap.el (nnimap-request-move-article): Change folder back to
17684         source group before deleting.
17685
17686 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17687
17688         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17689
17690         * gnus-art.el (mm-url-insert-file-contents-external):
17691         Autoload mm-url.
17692
17693         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17694
17695 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17698         coding system which mm-charset-to-coding-system returns for a
17699         given charset is valid.
17700
17701 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17702
17703         * html2text.el (html2text-remove-tag-list):
17704         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17705
17706 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17707
17708         * gnus-cus.el: Revert 2005-10-17 change.
17709
17710 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * gnus-art.el (article-strip-banner):
17713         Call article-really-strip-banner only when the regexp match is made.
17714
17715 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17716
17717         * gnus-art.el (article-strip-banner):
17718         Use gnus-extract-address-components instead of
17719         mail-header-parse-addresses to make it work with non-ASCII text;
17720         remove mail-encode-encoded-word-string.
17721
17722         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17723         values which are surrounded with \"...\"; make it never cause a
17724         Lisp error; give up parsing of parameters if it failed in
17725         extracting type.
17726
17727 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17728
17729         * smime.el (smime-cert-by-ldap-1): Fix bug where
17730         `smime-ldap-search' returns results without userCertificates.
17731
17732 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17735
17736 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17737
17738         * spam.el (spam-check-spamassassin-headers): Adapt format for
17739         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17740         <ari@mbf.ocn.ne.jp>.
17741         (spam-list-of-processors): Add spam-use-gmane.
17742
17743 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17744
17745         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17746         make-temp-file; make it work with XEmacs as well.
17747
17748         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17749         mm-make-temp-file.
17750
17751         * mm-decode.el (mm-display-external): Use the 3rd arg of
17752         mm-make-temp-file.
17753         (mm-create-image-xemacs): Ditto.
17754
17755 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17756
17757         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17758         with message-narrow-to-headers.
17759         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17760         (gnus-draft-check-draft-articles): New function.
17761         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17762
17763 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17764
17765         * gnus-art.el (gnus-article-browse-html-parts):
17766         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17767         Don't use suffix argument for mm-make-temp-file for Emacs 21
17768         compatibility.  Remove useless `format'.
17769
17770 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17771
17772         * nnweb.el (nnweb-google-wash-article): Update regexps.
17773         (nnweb-group-alist): Use defvoo instead of defvar.
17774
17775 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17778         re-loading nn* modules.
17779
17780 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17781
17782         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17783         for `tool-bar-mode' and don't check it's default-value.
17784
17785         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17786
17787         * message.el (message-make-tool-bar): Ditto.
17788
17789         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17790         `substring'.  Shorten tmp-file name.
17791
17792         * gnus.el: Remove bogus comment.
17793
17794 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17795
17796         * gnus-art.el (gnus-article-browse-html-parts): New function.
17797         (gnus-article-browse-html-article): New function for viewing html
17798         articles with a browser.
17799
17800 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17801
17802         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17803         in elisp.
17804         (pgg-gpg-encrypt-symmetric-region): Ditto.
17805         (pgg-gpg-sign-region): Ditto.
17806
17807         * pgg-def.el (pgg-text-mode): New variable.
17808
17809         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17810         (mml2015-pgg-encrypt): Ditto.
17811
17812         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17813         (mml1991-pgg-encrypt): Ditto.
17814
17815 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * nnfolder.el (nnfolder-insert-newsgroup-line):
17818         Use message-make-date instead of current-time-string.
17819
17820         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17821         to gnus-decoded which mm-uu might set.
17822
17823 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17826         don't decode quoted parameters; remove misimported Emacs code.
17827         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17828         (rfc2231-decode-encoded-string): Don't use split-string which
17829         behaves differently according to Emacs version; use
17830         mm-decode-coding-region to convert charset to coding-system.
17831         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17832         (rfc2231-encode-string): Remove misimported Emacs code.
17833
17834 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17835
17836         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17837         when calling mail-header-parse-content-type.
17838         (article-de-quoted-unreadable): Ditto.
17839         (article-de-base64-unreadable): Ditto.
17840         (article-wash-html): Ditto.
17841
17842         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17843         calling mail-header-parse-content-type and
17844         mail-header-parse-content-disposition.
17845         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17846         mail-header-parse-content-type.
17847
17848         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17849         insert charset and format parameters; encode description after
17850         inserting it to buffer.
17851         (mml-insert-parameter): Fold lines properly even if a parameter is
17852         segmented into two or more lines; change the max column to 76.
17853
17854         * rfc1843.el (rfc1843-decode-article-body): Don't use
17855         ignore-errors when calling mail-header-parse-content-type.
17856
17857         * rfc2231.el (rfc2231-parse-string): Return at least type if
17858         possible; don't cause an error even if it fails in parsing of
17859         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17860         (rfc2231-encode-string): Don't break lines at the beginning, leave
17861         it to mml-insert-parameter.
17862
17863         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17864         calling mail-header-parse-content-type.
17865
17866 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17867
17868         * spam-report.el (spam-report-gmane-use-article-number):
17869         Improve doc string.
17870         (spam-report-gmane-internal): Check if a suitable header was found
17871         in the article.
17872
17873 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17874
17875         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17876         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17877
17878 2006-02-05  Romain Francoise  <romain@orebokech.com>
17879
17880         Update copyright notices of all files in the gnus directory.
17881
17882 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17883
17884         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17885
17886 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17889         segmented lines of parameter value to cope with Thunderbird 1.5
17890         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17891         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17892         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17893
17894 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17895
17896         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17897         parts.
17898
17899 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17900
17901         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17902         there's only one active file for all servers.
17903         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17904         solid groups.  Gnus might have used a FAST request to select the group.
17905         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17906         and nnweb-search redundantly in the active file.
17907         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17908         (nnweb-request-create-group): Don't use ARGS.
17909         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17910         initializations.  Let nnoo do the work.
17911
17912 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17913
17914         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17915         Say the part has been decoded.
17916
17917         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17918
17919 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17920
17921         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17922         mailcap-viewer-test-cache when there's no 'test clause, since that
17923         will invert the meaning of a "nil" test previously determined by
17924         mailcap-mailcap-entry-passes-test.
17925
17926 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17929         compiling.
17930
17931         * gnus-sum.el: Ditto.
17932
17933         * message.el: Don't bind tool-bar-map when compiling.
17934
17935 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17936
17937         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17938
17939 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17940
17941         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17942         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17943         current Google Groups.
17944
17945 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17946
17947         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17948         and tool-bar-mode.
17949
17950         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17951         and tool-bar-mode.
17952
17953         * message.el (message-tool-bar-update): Simplify.
17954         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17955
17956         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17957         gnus-summary-buffer.
17958         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17959         gnus-summary-reply.
17960
17961         * gmm-utils.el (gmm): Add :version.
17962
17963 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * Makefile.in (clean): New rule.
17966         (distclean): Use it.
17967
17968 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17969
17970         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17971         Don't autoload.
17972
17973 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * gmm-utils.el (gmm-verbose): Add :group.
17976
17977 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17978
17979         * message.el: Change some comments WRT tool-bars.
17980
17981         * gnus-sum.el (gnus-summary-tool-bar)
17982         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17983         (gnus-summary-tool-bar-zap-list): New variables.
17984         (gnus-summary-make-tool-bar): Complete rewrite using
17985         `gmm-tool-bar-from-list'.
17986
17987         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17988         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17989         New variables.
17990         (gnus-group-make-tool-bar): Complete rewrite using
17991         `gmm-tool-bar-from-list'.
17992         (gnus-group-tool-bar-update): New function.
17993
17994         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17995
17996 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17999         is dissected into a single part of which the type is the same as
18000         the given one; decode charset.
18001
18002 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18003
18004         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18005         into alists as symbol not string, since that's what
18006         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18007         look for.
18008
18009 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18010
18011         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18012         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18013
18014         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18015
18016 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18019         (gnus-xmas-mime-security-button-menu): New function.
18020
18021         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18022         (gnus-mime-security-button-menu): New definition.
18023         (gnus-mime-security-button-map): Use them.
18024         (gnus-mime-security-button-menu): New function.
18025         (gnus-insert-mime-security-button): Addition to help echo.
18026         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18027         (gnus-mime-security-pipe-part): New functions.
18028
18029         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18030         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18031
18032         * mm-decode.el (mm-handle-set-disposition): Remove.
18033         (mm-handle-set-description): Remove.
18034
18035 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18038         (mm-w3m-standalone-supports-m17n-p): New function.
18039         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18040         w3m usage.
18041
18042         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18043         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18044
18045 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18046
18047         * message.el (message-tool-bar-zap-list):
18048         Use gmm-tool-bar-zap-list as custom type.
18049         (message-tool-bar-update): New function.
18050         (message-tool-bar, message-tool-bar-gnome)
18051         (message-tool-bar-retro): Add message-tool-bar-update.
18052         (message-tool-bar-gnome): Add flyspell-buffer.
18053
18054         * gnus-util.el (gnus-error): Describe `args'.
18055
18056         * gmm-utils.el (gmm-error): Describe `args'.
18057         (gmm-tool-bar-zap-list): New widget.
18058         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18059
18060 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18063         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18064         the number of recursive calls.
18065
18066         * mm-decode.el (mm-handle-set-disposition): New macro.
18067         (mm-handle-set-description): New macro.
18068
18069 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18072         encoding.
18073
18074 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18075
18076         * message.el (message-tool-bar-zap-list, message-tool-bar)
18077         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18078         (message-tool-bar-local-item-from-menu): Remove.
18079         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18080         (message-make-tool-bar): New function.
18081         (message-mode): Use `message-make-tool-bar'.
18082
18083         * gmm-utils.el: New file.
18084         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18085         (gmm-lazy): New widget copied from `nnmail.el'.
18086         (gmm-tool-bar-from-list): New function for creating customizable
18087         tool bars.
18088         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18089         output.
18090         (gmm): Add :prefix to defgroup.
18091
18092 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18093
18094         * gmm-utils.el (gmm-widget-p): New function.
18095
18096 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18097
18098         * mml.el (mml-attach-file): Describe `description' in doc string.
18099         (mml-menu): Add Emacs MIME manual and PGG manual.
18100
18101 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18102
18103         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18104
18105 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18106
18107         * nntp.el (nntp-end-of-line): Doc fix.
18108
18109 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18110
18111         * imap.el (imap-open): Handle case where buffer is a buffer
18112         object.
18113
18114 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18115
18116         * gnus-delay.el (gnus-delay): Don't autoload.
18117         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18118         to be re-loaded when customizing the `gnus-delay' group.
18119
18120 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18121
18122         * message.el (message-insert-citation-line): Use newlines.
18123
18124 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18125
18126         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18127         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18128         these routines, so the passphrase can be managed externally and
18129         passed in to the system.
18130         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18131         pgg-add-passphrase-to-cache function.
18132
18133         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18134         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18135         these routines, so the passphrase can be managed externally and
18136         passed in to the system.
18137         (pgg-pgp5-sign-region): Use new name of
18138         pgg-add-passphrase-to-cache function.
18139
18140 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18141
18142         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18143         part of the decoded armor to find the key-identifier.
18144         (pgg-gpg-lookup-key-owner): New function to return the
18145         human-readable identifier of a key owner.
18146         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18147         itself.
18148         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18149         the key value) if we have a key and can match it against a secret
18150         key.  Also, added a note pointing out fact that the prompt only
18151         indicates the first matching key.
18152
18153         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18154         pgg-decrypt-region.
18155         (pgg-add-passphrase-to-cache): Rename from
18156         `pgg-add-passphrase-cache' to reduce confusion (all callers
18157         changed).
18158         (pgg-remove-passphrase-from-cache): Rename from
18159         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18160         changed).
18161         (pgg-read-passphrase, pgg-add-passphrase-cache)
18162         (pgg-remove-passphrase-cache): Add informative docstrings.
18163         (pgg-decrypt): Convey provided passphrase in subordinate call to
18164         pgg-decrypt-region.
18165
18166 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18167
18168         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18169         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18170         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18171         'passphrase' argument, so the passphrase can be managed externally
18172         and then passed in to the system.
18173
18174         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18175         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18176         so the passphrase cache can be used reliably with identifiers
18177         besides a pgp packet's key id.
18178
18179         * pgg-gpg.el (pgg-gpg-encrypt-region)
18180         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18181         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18182         these routines, so the passphrase can be managed externally and
18183         passed in to the system.
18184
18185         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18186         'notruncate' argument, so the passphrase cache can be used
18187         reliably with identifiers besides a pgp packet's key id.
18188
18189 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18190
18191         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18192         symmetric encryption.
18193         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18194         encrypted session key.
18195         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18196         message ask for the passphrase in a proper way.
18197
18198         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18199         New user commands for symmetric encryption.
18200
18201 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18204
18205         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18206
18207 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18208
18209         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18210
18211 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * mm-decode.el (mm-inlined-types): Add application/pgp.
18214         (mm-automatic-display): Ditto.
18215
18216         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18217         part as text.
18218
18219 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * nnrss.el: Update copyright.
18222         (nnrss-opml-import): Query whether to subscribe to each entry.
18223
18224         * gnus-art.el:
18225         * gnus-sum.el:
18226         * gnus-xmas.el:
18227         * messagexmas.el:
18228         * mm-uu.el:
18229         * mm-view.el: Update copyright.
18230
18231 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18232
18233         * message.el (message-info): New function.
18234         (message-mode-menu): Add it.
18235         Update copyright.
18236
18237         * ChangeLog: Fix and update copyright.
18238
18239 2006-01-13  Romain Francoise  <romain@orebokech.com>
18240
18241         * message.el (message-forward-subject-name-subject): Prefer the
18242         address to 'nowhere' if the sender has no name.
18243         Fix typo.  Update copyright year.
18244
18245 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18246
18247         * gnus-art.el (article-wash-html):
18248         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18249         (gnus-article-wash-html-with-w3m-standalone): New function.
18250
18251         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18252         mm-inline-text-html-render-with-w3m-standalone.
18253         (mm-text-html-washer-alist): Map w3m-standalone to
18254         gnus-article-wash-html-with-w3m-standalone.
18255         (mm-inline-text-html-render-with-w3m-standalone): New function.
18256
18257 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18258
18259         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18260         Improve LaTeX.
18261
18262 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18263
18264         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18265         (nnrss-request-article): Render text/plain parts as HTML.
18266
18267         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18268         the buffer.
18269
18270 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18271
18272         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18273         custom definition of `gnus-posting-styles'.
18274
18275         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18276         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18277
18278 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18279
18280         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18281         Use nntp for bug archive.
18282
18283 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18284
18285         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18286         parts.
18287         (nnrss-normalize-date): New function converts ISO 8601 date into
18288         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18289         (nnrss-check-group): Use it.
18290
18291 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18292
18293         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18294
18295         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18296         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18297         (nnrss-insert-w3): Ditto.
18298
18299 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18300
18301         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18302         the articles to be forwarded including the case where neither a
18303         number of articles nor a region is specified.
18304
18305 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18306
18307         * nnrss.el (nnrss-request-article): Fix last change; fill
18308         text/plain parts.
18309
18310 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18313         in text/plain part.
18314         (nnrss-check-group): Don't add excessive newline to dc:subject.
18315
18316 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18317
18318         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18319         article.
18320
18321 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18322
18323         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18324         (nnml-use-compressed-files, nnml-save-mail): Support other
18325         comression programs such as bzip2.
18326
18327 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18328
18329         * dns.el (query-dns): Make sure we check the buffer size before
18330         removing tcp headers.
18331
18332 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18335         remove MIME buttons associated with multipart/alternative parts.
18336         (gnus-mime-display-alternative): Tag buttons using `article-type'
18337         text property.
18338
18339         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18340         associated with multipart/alternative parts.
18341
18342         * gnus-art.el (gnus-signature-separator): Fix custom type.
18343
18344         * mm-decode.el (mm-inlined-types): Fix custom type.
18345         (mm-keep-viewer-alive-types): Ditto.
18346         (mm-automatic-display): Ditto.
18347         (mm-attachment-override-types): Ditto.
18348         (mm-inline-override-types): Ditto.
18349         (mm-automatic-external-display): Ditto.
18350
18351 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18352
18353         * spam-report.el (spam-report-user-mail-address)
18354         (spam-report-user-agent): New variables.
18355         (spam-report-url-ping-plain): Use spam-report-user-agent.
18356
18357 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18358
18359         * gnus-art.el (gnus-button-handle-custom): Do not just use
18360         `customize-apropos' for any "M-x customize-*" button but the
18361         function called for.  Accept both the function name and its
18362         argument in order to achieve this.
18363         (gnus-button-alist): Remove support for "custom:" URL's.
18364         Pass function name to `gnus-button-handle-custom' in case of "M-x
18365         customize-*" buttons.
18366
18367 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18370         multipart/alternative and add xref to mm-discouraged-alternatives
18371         in doc string.
18372
18373         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18374         gnus-buttonized-mime-types in doc string.
18375
18376 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18377
18378         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18379         Suggest image/.* in the doc string.
18380
18381 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18382
18383         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18384         message-marks (Debian bug #342521).
18385
18386 2005-12-12  Simon Josefsson  <jas@extundo.com>
18387
18388         * password.el (password-read-from-cache): Add.
18389         (password-read): Use it.
18390
18391 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18392
18393         * rfc2047.el (rfc2047-charset-to-coding-system):
18394         Recognize us-ascii as a MIME charset.
18395
18396         * mm-bodies.el (mm-decode-content-transfer-encoding):
18397         Protect against the case where the 2nd arg TYPE is nil.
18398
18399 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18400
18401         * pop3.el (pop3-stream-type): Fix custom version.
18402
18403         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18404
18405 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18406
18407         * mm-decode.el (mm-display-external): Add missing cdr.
18408
18409 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18410
18411         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18412         RFC1524) if it is in mailcap or add a suffix according to
18413         mailcap-mime-extensions when generating a temp filename; postpone
18414         deleting a temp file for 2 seconds for some wrappers, shell
18415         scripts, and so on, which might exit right after having started a
18416         viewer command as a background job.
18417
18418 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18419
18420         * nntp.el (nntp-marks-directory): Fix custom group.
18421
18422         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18423         steps when < 10.
18424
18425         * gnus-start.el (gnus-no-server-1):
18426         Mention `gnus-level-default-subscribed' in doc string.
18427
18428 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18429
18430         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18431         parens.
18432
18433 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18434
18435         * gnus-xmas.el (gnus-use-toolbar): Revert.
18436         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18437         gnus-use-toolbar is default.
18438
18439         * messagexmas.el (message-use-toolbar): Revert.
18440         (message-setup-toolbar): Use global default-toolbar if
18441         message-use-toolbar is default.
18442
18443 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18446         according to default-toolbar-visible-p.
18447
18448         * messagexmas.el (message-use-toolbar): Ditto.
18449
18450 2005-11-26  Dave Love  <fx@gnu.org>
18451
18452         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18453         (tls-program, tls-success): Provide openssl alternative.
18454
18455         * starttls.el: Doc fixes.
18456         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18457         SERVICE to PORT.
18458
18459         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18460         port null or service name.
18461         (starttls-negotiate): Autoload.
18462
18463 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * message.el (message-kill-to-signature): Fix interactive spec.
18466
18467 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * pop3.el (pop3-open-server): Recognize a string as a service name.
18470
18471 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18472
18473         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18474
18475 2005-11-23  Dave Love  <fx@gnu.org>
18476
18477         Add pop3s, pop3/starttls.
18478
18479         * pop3.el (pop3-authentication-scheme): Clarify doc.
18480         (open-tls-stream, starttls-open-stream): Autoload.
18481         (pop3-stream-type): New.
18482         (pop3-open-server): Use it.
18483
18484         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18485         for POP.
18486         (mail-source-keyword-map): Add :stream for POP.
18487         (mail-source-fetch-pop): Use pop3-stream-type.
18488
18489 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18490
18491         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18492         of current-time-string.
18493
18494 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18495
18496         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18497         date header.
18498
18499 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18500
18501         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18502         it can seriously impact performance as it bypasses the agent's
18503         local caches.
18504
18505 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18506
18507         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18508         must be explicitly online rather than "not explicitly offline" for
18509         its flags to be synchronized.
18510
18511         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18512         that gnus-uu-unmark-thread will function correctly.
18513
18514         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18515         1024K is instead displayed as 1M.
18516
18517 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18518
18519         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18520
18521 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18522
18523         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18524
18525 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18526
18527         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18528         error message to display actual error condition.
18529         (gnus-agent-save-local): Avoid saving symbols that are bound to
18530         nil as they simply result in a warning message in
18531         gnus-agent-read-local.
18532
18533 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18534
18535         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18536         rather than make-variable-buffer-local for file-precious-flag.
18537
18538 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18539
18540         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18541         for duplicates which are removed.  The invalid sort check then
18542         triggers a rescan after the sort as sorting may have moved
18543         duplicate entries such that they can be cheaply detected.
18544
18545 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18546
18547         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18548
18549 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18550
18551         * gnus-agent.el (gnus-agent-article-alist-save-format):
18552         Change internal variable to a custom variable.  Change default value
18553         from compressed(2) to uncompressed(1).
18554         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18555         support for uncompressed agentview files.  Taken together, reading
18556         the agentview file should now be 6-7 times faster.
18557
18558 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18559
18560         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18561         as a buffer-local variable.  This avoids creating truncated
18562         dribble files as a result of a hang up, eg.
18563
18564 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18565
18566         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18567         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18568         XEmacs.
18569
18570 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18571
18572         * gnus-start.el (gnus-start-draft-setup):
18573         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18574
18575         * gnus.el (gnus-splash): Change custom group.
18576         (gnus-group-get-parameter, gnus-group-parameter-value):
18577         Describe allow-list argument.
18578
18579         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18580         string.
18581
18582 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18583
18584         * gnus-art.el (gnus-default-article-saver): Add user-defined
18585         `function' to custom type.
18586
18587 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18588
18589         * imap.el (imap-open): Handle case where buffer is a buffer
18590         object.
18591
18592 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18593
18594         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18595         long lines.
18596         (gnus-cache-delete-group): Wrap doc strings.
18597
18598         * gnus-agent.el (gnus-agent-rename-group)
18599         (gnus-agent-delete-group): Wrap doc strings.
18600
18601 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18602
18603         * messagexmas.el (message-use-toolbar): Change the valid values
18604         into default, top, bottom, left, and right.
18605         (message-toolbar-thickness): New variable.
18606         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18607         well.
18608         (message-setup-toolbar): Make it work.
18609
18610         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18611         (gnus-use-toolbar): Change the valid values into default, top,
18612         bottom, left, and right.
18613         (gnus-toolbar-thickness): New variable.
18614         (gnus-xmas-setup-toolbar): New function.
18615         (gnus-xmas-setup-group-toolbar): Use it.
18616         (gnus-xmas-setup-summary-toolbar): Use it.
18617
18618 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18619
18620         * gnus-start.el (gnus-1): Add "native" to
18621         gnus-predefined-server-alist.
18622
18623         * gnus.el (gnus-method-to-server): Don't add "native" to the
18624         lists here, because that leads to problems when
18625         gnus-select-method is bound.
18626
18627 2005-11-09  Simon Josefsson  <jas@extundo.com>
18628
18629         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18630         use (not sort-by-date) instead.
18631
18632 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18633
18634         * gnus-delay.el (gnus-delay-group): Don't autoload.
18635         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18636         to be re-loaded when customizing the `gnus-delay' group.
18637
18638 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18639
18640         * message.el: Revert last changes.
18641         (message-insert-citation-line): Use newlines.
18642
18643 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18644
18645         * message.el (message-courtesy-message)
18646         (message-mark-insert-begin, message-mark-insert-end)
18647         (message-elide-ellipsis, message-cancel-message)
18648         (message-add-header, message-change-subject)
18649         (message-cross-post-followup-to-header)
18650         (message-cross-post-insert-note, message-reduce-to-to-cc)
18651         (message-widen-reply, message-delete-not-region)
18652         (message-kill-to-signature, message-insert-signature)
18653         (message-insert-importance-high, message-insert-importance-low)
18654         (message-insert-or-toggle-importance)
18655         (message-insert-disposition-notification-to)
18656         (message-indent-citation, message-yank-original)
18657         (message-cite-original-without-signature, message-cite-original)
18658         (message-insert-citation-line, message-position-on-field)
18659         (message-fix-before-sending, message-send-mail-partially)
18660         (message-send-mail, message-send-mail-with-sendmail)
18661         (message-send-mail-with-qmail, message-send-news)
18662         (message-check-news-header-syntax, message-generate-headers)
18663         (message-insert-courtesy-copy, message-fill-address)
18664         (message-fill-header, message-shorten-references)
18665         (message-setup-1, message-cancel-news)
18666         (message-forward-make-body-plain, message-forward-make-body-mime)
18667         (message-forward-make-body-mml, message-encode-message-body)
18668         (message-forward-make-body-digest-plain)
18669         (message-forward-make-body-digest-mime)
18670         (message-use-alternative-email-as-from): Insert `hard-newline'
18671         instead of ordinary newlines.
18672
18673 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18674
18675         * message.el (message-generate-headers): Downcase the argument
18676         given to message-check-element.
18677
18678 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18679
18680         * nntp.el (nntp-authinfo-rejected): New error condition.
18681         (nntp-wait-for): Use new error condition to signal authentication
18682         error.
18683         (nntp-retrieve-data): Rethrow new error condition to break out of
18684         recursive call to nntp-send-authinfo.
18685
18686 2005-11-08  Romain Francoise  <romain@orebokech.com>
18687
18688         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18689         (gnus-summary-exit-map): Bind to `Z p'.
18690         (gnus-summary-make-menu-bar): Add menu item.
18691
18692 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18693
18694         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18695         (gnus-treat-*): Add `first' in all doc strings.
18696
18697         * gnus-group.el (gnus-group-compact-group): Fix typo.
18698
18699 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18700
18701         * gnus.el (gnus-parameters-case-fold-search): New variable.
18702         (gnus-parameters-get-parameter): Use it.
18703
18704         * gnus-score.el (gnus-home-score-file): Doc fix.
18705
18706 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18707
18708         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18709
18710 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * mm-util.el (mm-special-display-p): New function.
18713
18714         * mml.el (mml-preview): Use it; doc fix.
18715
18716 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18717
18718         * imap.el (imap-open): Handle case where buffer is a buffer object.
18719
18720 2005-10-29  Romain Francoise  <romain@orebokech.com>
18721
18722         * message.el (message-fix-before-sending): Fix comment.
18723
18724 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18725
18726         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18727
18728 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18729
18730         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18731         Used in gnus-score.el.
18732
18733 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18734
18735         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18736
18737 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18738
18739         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18740         whitespace removed in revision 7.8.  Use concatenated string to
18741         protect trailing whitespace.
18742
18743 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18744
18745         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18746         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18747         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18748         Courier IMAP ("some version from 2004").  Mostly based on similar
18749         code in the same function.
18750
18751 2005-10-26  Didier Verna  <didier@xemacs.org>
18752
18753         * gnus-group.el (gnus-group-compact-group): Invalidate original
18754         article buffer.
18755         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18756         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18757         NOV database and in article itself.
18758         Invalidate article backlog.
18759
18760 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18761
18762         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18763
18764 2005-10-26  Simon Josefsson  <jas@extundo.com>
18765
18766         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18767         part of 2004-07-25 change.
18768
18769 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * message.el (message-display-completion-list): New function.
18772         (message-expand-group): Use it; make sure the Completions buffer
18773         is modifiable.
18774 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18775
18776         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18777         user-mail-name is an empty string.
18778
18779 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18780
18781         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18782         depending on gnus-score-decay-constant.
18783
18784         * encrypt.el (encrypt-insert-file-contents)
18785         (encrypt-write-file-contents): Don't use `gnus-message'.
18786
18787         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18788         arguments.
18789         (mm-uu-type-alist): Add message-marks and insert-marks.
18790         Pass arguments to mm-uu-verbatim-marks-extract.
18791         (mm-uu-hide-markers): New variable.
18792         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18793
18794         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18795         (gnus-convert-image-to-face-command): Use "convert" by default to
18796         allow other input image formats.
18797         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18798         accordingly.
18799
18800 2005-10-23  Simon Josefsson  <jas@extundo.com>
18801
18802         * imap.el (imap-gssapi-program): Align command line parameters
18803         with latest GNU SASL.
18804         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18805
18806 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18807
18808         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18809         HTML.
18810         (nnslashdot-request-article): Ditto.
18811
18812         * lpath.el (featurep): Add nobreak-char-display.
18813
18814 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18815
18816         * mail-source.el (mail-source-fetch-pop): Require pop3.
18817         (mail-source-check-pop): Ditto.
18818
18819 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18822         errors.
18823
18824 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18825
18826         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18827         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18828
18829         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18830
18831         * mm-bodies.el (mm-decode-string):
18832         Call `mm-charset-to-coding-system' with allow-override argument.
18833
18834 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18837         (rfc2047-charset-to-coding-system): New function.
18838         (rfc2047-decode-encoded-words): New function.
18839         (rfc2047-decode-region): Use them.
18840         (rfc2047-decode-cte): Remove.
18841         (rfc2047-parse-and-decode): Remove.
18842         (rfc2047-decode): Remove.
18843
18844 2005-10-15  Kenichi Handa  <handa@m17n.org>
18845
18846         * rfc2047.el (rfc2047-decode-cte): New function.
18847         (rfc2047-decode-region): Change the way to decode successive
18848         encoded-words: decode B- or Q-encoding in each encoded-word,
18849         concatenate them, and decode it as charset.
18850
18851 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18852
18853         * lpath.el: Fbind codepage-setup for XEmacs.
18854
18855 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18856
18857         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18858         widget-move-and-invoke.
18859         (gnus-custom-mode): Use gnus-custom-map.
18860
18861 2005-10-15  Bill Wohler  <wohler@newt.com>
18862
18863         * message.el (message-tool-bar-map): Rename image file from
18864         mail_send to mail/send.
18865
18866 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18867
18868         * message.el (message-expand-group): Pass the common
18869         prefix substring of completion to `display-completion-list'.
18870
18871 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18872
18873         * mml-sec.el (mml-secure-method): New internal variable.
18874         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18875         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18876         New functions using mml-secure-method.
18877
18878         * mml.el (mml-mode-map): Add key bindings for those functions.
18879         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18880         Harder <harder@myrealbox.com>.
18881         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18882         Goto end of message if point is the headers of the message.
18883
18884         * message.el (message-in-body-p): New function.
18885
18886         * assistant.el: Autoload gnus-util and netrc.
18887
18888         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18889         Use `mm-charset-override-alist' only when decoding.
18890
18891         * mm-bodies.el (mm-decode-body):
18892         Call `mm-charset-to-coding-system' with allow-override argument.
18893
18894         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18895         `filename' from Content-Disposition if Content-Type doesn't
18896         provide `name'.
18897         (gnus-mime-view-part-as-type): Set default instead of
18898         initial-input.
18899
18900 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18901
18902         * format-spec.el (format-spec): Propagate text properties of % spec.
18903
18904 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18905
18906         * gnus-art.el (gnus-treat-predicate): Add `first'.
18907
18908 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18909
18910         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18911         (mm-charset-override-alist): New variable.
18912         (mm-charset-to-coding-system): Use it.
18913         (mm-codepage-setup): New helper function.
18914         (mm-charset-eval-alist): New variable.
18915         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18916         Warn about unknown charsets.
18917
18918         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18919
18920 2005-10-04  David Hansen  <david.hansen@gmx.net>
18921
18922         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18923         (nnrss-check-group): Ditto.
18924
18925 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18926
18927         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18928         Rename x-gnus-verbatim to x-verbatim.
18929         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18930
18931         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18932         x-verbatim.
18933
18934         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18935
18936         * gnus-util.el (gnus-remove-duplicates): Remove.
18937
18938         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18939         instead of gnus-remove-duplicates.
18940
18941         * message.el (message-remove-duplicates): Remove.
18942         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18943         message-remove-duplicates.
18944
18945         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18946         available, else use implementation from `delete-dups'.
18947
18948         * message.el (message-insert-expires): New function.
18949         (message-mode-map): Add key binding.
18950         (message-mode-field-menu): Add menu entry.
18951         (message-mode): Document it.
18952         (message-make-expires-date): Use `message-make-date'.
18953
18954 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18955
18956         * message.el (message-make-expires-date): New function.
18957
18958 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * Makefile.in (list-installed-shadows): New entry.
18961         (install): Use it.
18962         (remove-installed-shadows): New entry.
18963
18964         * dgnushack.el (dgnushack-default-load-path): New variable.
18965         (dgnushack-find-lisp-shadows): New function.
18966         (dgnushack-remove-lisp-shadows): New function.
18967
18968 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18969
18970         * Makefile.in (install-el-elc): New entry.
18971         (install): Use it so that .el files are necessarily installed.
18972
18973 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18974
18975         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18976
18977 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18978
18979         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18980         function rather than the diff-mode.el package.
18981         (mm-display-external): Use with-current-buffer.
18982         (mm-viewer-completion-map, mm-viewer-completion-map):
18983         Move initialization inside declaration.
18984
18985 2005-09-29  Simon Josefsson  <jas@extundo.com>
18986
18987         * spam.el: Load hashcash when compiling, to avoid warnings.
18988         Don't autoload mail-check-payment.
18989         (spam-check-hashcash): Define unconditionally, since hashcash.el
18990         is part of Gnus now.  Ignore errors from payment checking.
18991
18992 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18993
18994         * message.el (message-bold-region, message-unbold-region):
18995         Rename from `bold-region' and `unbold-region'.
18996
18997         * message.el: Remove useless autoloads.
18998
18999 2005-09-28  Simon Josefsson  <jas@extundo.com>
19000
19001         * message.el (message-use-idna): Default to t.
19002         (message-use-idna): Test whether encoding works too.  Doc fix.
19003
19004 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19005
19006         * nntp.el (nntp-warn-about-losing-connection): Remove.
19007
19008 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19009
19010         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19011         customizable.  Change default value.
19012         (mm-uu-diff-groups-regexp): Change default value.
19013         (mm-uu-type-alist): Add doc string.
19014         (mm-uu-configure): Add doc string.  Make it interactive.
19015         (mm-uu-tex-groups-regexp): New variable.
19016         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19017         (mm-uu-type-alist): Add LaTeX documents.
19018         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19019         of "text/verbatim".
19020         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19021
19022         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19023         instead of "text/verbatim".
19024
19025         * message.el (message-mark-inserted-region)
19026         (message-mark-insert-file): Use slrn style marks when called with
19027         prefix argument.
19028
19029 2005-09-27  Simon Josefsson  <jas@extundo.com>
19030
19031         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19032
19033 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19034
19035         * message.el (message-remove-duplicates): New function.
19036         Implementation borrowed from `gnus-remove-duplicates'.
19037         (message-idna-to-ascii-rhs): Also encode idna addresses in
19038         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19039         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19040         only ask about the same idna domain once per header and also tell
19041         in what header to replace the idna domain.
19042
19043         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19044         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19045         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19046         a header is decoded and not just the last one.
19047
19048 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19049
19050         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19051         has been decoded.
19052
19053         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19054         (mm-insert-part): Don't modify text if it has been decoded.
19055
19056         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19057         decoded.
19058
19059         * mm-view.el (mm-inline-text): Don't strip text props unless
19060         decoding enriched or richtext parts.
19061
19062 2005-09-25  Romain Francoise  <romain@orebokech.com>
19063
19064         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19065         * gnus-start.el (gnus-subscribe-interactively):
19066         * gnus-uu.el (gnus-uu-grab-articles):
19067         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19068         space.
19069
19070 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19071
19072         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19073         * mm-view.el (mm-view-pkcs7-decrypt):
19074         * gnus-sum.el (gnus-summary-limit-to-extra)
19075         (gnus-summary-respool-article, gnus-read-move-group-name):
19076         * gnus-score.el (gnus-summary-increase-score):
19077         * gnus-util.el (gnus-completing-read-with-default):
19078         * gnus-art.el (gnus-read-save-file-name)
19079         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19080         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19081         * message.el (message-check-news-header-syntax):
19082         Follow convention for reading with the minibuffer.
19083
19084 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19085
19086         * spam-report.el (spam-report-url-ping-plain):
19087         Use gnus-extended-version as User-Agent.
19088
19089         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19090         default value is nil.
19091
19092         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19093         (mm-uu-verbatim-marks-extract): New function.
19094         (mm-uu-extract): New face.
19095         (mm-uu-copy-to-buffer): Use it.
19096
19097         * spam-report.el (spam-report-gmane-ham): Rename from
19098         `spam-report-gmane-unspam'.
19099         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19100         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19101
19102         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19103         Autoload.
19104         (spam-report-gmane-unregister-routine):
19105         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19106
19107 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19108
19109         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19110         (spam-report-gmane-unregister-routine): Add support for gmane
19111         unregistration.
19112
19113         * spam-report.el (spam-report-gmane-unspam)
19114         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19115         (spam-report-gmane): Change to take a single article and do unspam
19116         registration.
19117
19118 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19119
19120         * mm-url.el (mm-url-decode-entities): Fix regexp.
19121
19122 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19123
19124         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19125         default to nil, to be able to use Gnus at all.  If the default
19126         switches to something else, then the function should be fixed not
19127         be exceedingly slow.
19128
19129 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19130
19131         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19132         fail hard.
19133
19134         * spam-report.el: Add better Keywords line.
19135
19136         * spam.el: Add Maintainer and better Keywords line.
19137
19138 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19139
19140         * gnus-art.el (gnus-article-replace-part)
19141         (gnus-mime-replace-part): New functions.
19142         (gnus-mime-action-alist, gnus-mime-button-commands)
19143         (gnus-mime-save-part-and-strip): Add file argument.
19144         (gnus-article-part-wrapper): Add interactive argument.
19145
19146         * gnus-sum.el (gnus-summary-mime-map):
19147         Add `gnus-article-replace-part'.
19148
19149 2005-09-19  Didier Verna  <didier@xemacs.org>
19150
19151         The nnml compaction feature:
19152         * nnml.el (nnml-request-compact-group): New function.
19153         * nnml.el (nnml-request-compact): New function.
19154         * gnus-int.el (gnus-request-compact-group): New function.
19155         * gnus-int.el (gnus-request-compact): New function.
19156         * gnus-group.el (gnus-group-compact-group): New function.
19157         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19158         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19159         * gnus-srvr.el (gnus-server-compact-server): New function.
19160         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19161         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19162
19163 2005-09-18  Deepak Goel  <deego@gnufans.org>
19164
19165         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19166         format spec.
19167
19168 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19169
19170         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19171
19172 2005-09-15  Romain Francoise  <romain@orebokech.com>
19173
19174         * message.el (message-fill-paragraph): Clarify docstring.
19175
19176 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * gnus-art.el (gnus-mime-display-part): Protect against broken
19179         MIME messages.
19180
19181 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19182
19183         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19184         before parsing header.
19185
19186 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19187
19188         * html2text.el (html2text-replace-list): Add new entities.
19189
19190 2005-09-11  Romain Francoise  <romain@orebokech.com>
19191
19192         * message.el (message-alternative-emails): Improve docstring.
19193         (message-setup-1): Call `message-use-alternative-email-as-from'
19194         after `message-setup-hook' to give it precedence over posting
19195         styles, etc.
19196         (message-use-alternative-email-as-from): Add docstring.
19197         Remove the original From header if present.
19198
19199         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19200         (nnml-save-mail): Use it.
19201
19202         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19203         articles.  Add new argument `silent'.
19204         (gnus-uu-mark-all): Report the total number of marked articles.
19205
19206 2005-09-10  Romain Francoise  <romain@orebokech.com>
19207
19208         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19209         (gnus-uu-mark-series): Likewise.
19210
19211 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19212
19213         * spam-report.el (spam-report-gmane): Fix generation of spam
19214         report URL.
19215
19216 2005-09-10  Simon Josefsson  <jas@extundo.com>
19217
19218         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19219         t, based on discussion on the ding list with Robert Epprecht
19220         <epprecht@solnet.ch>.
19221
19222 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19223
19224         * spam-report.el (spam-report-gmane): Make it work without
19225         X-Report-Spam header.  Gmane now only provides Archived-At.
19226         This is only used if `spam-report-gmane-use-article-number' is nil.
19227         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19228
19229         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19230         make `gnus-summary-sort-by-recipient' work with threading.
19231
19232         * nnweb.el (nnweb-google-wash-article): Print a message if article
19233         is not available.
19234
19235 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19236
19237         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19238         change.  Decode text/* parts content before displaying.
19239
19240 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19241
19242         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19243
19244 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19247
19248         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19249         url-package-name, url-package-version,
19250         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19251         w3m-display-inline-images, and w3m-minor-mode-map.
19252
19253 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19254
19255         * message.el (message-tab-body-function): Fix mismatched custom type.
19256
19257         * gnus.el (gnus-group-change-level-function): Ditto.
19258
19259         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19260
19261         * gnus-art.el (gnus-signature-limit)
19262         (gnus-article-mime-part-function): Ditto.
19263
19264 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19265
19266         * mml.el (mml-mode): Silence the byte compiler.
19267
19268         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19269         using `(sit-for 0)' before moving the point to the specified part;
19270         skip unbuttonized parts.
19271         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19272         return to the summary window if gnus-auto-select-part is non-nil.
19273
19274 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19275
19276         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19277         New variables.
19278         (mml-dnd-attach-file, mml-mode): Use them.
19279
19280         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19281         Make fetching article by MID work again for Google Groups.
19282         Add FIXME concerning gnus-group-make-web-group.
19283
19284         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19285         Don't depend on Gnus by using mail-extract-address-components if
19286         gnus-extract-address-components is not bound.
19287
19288 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19289
19290         * gnus-art.el (gnus-mime-display-security): Don't display the
19291         signature, but only the signed part.
19292
19293 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19294
19295         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19296
19297         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19298         list, not listp.
19299
19300 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19301
19302         * mm-encode.el (mm-encode-content-transfer-encoding):
19303         Likewise when encoding.
19304
19305         * mm-bodies.el (mm-decode-content-transfer-encoding):
19306         De-canonicalize CRLF for all text content types, not just
19307         text/plain.
19308
19309 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19310
19311         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19312         valid article; point arrow and cursor at the MIME button.
19313
19314 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19315
19316         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19317         Suggested by Dan Christensen <jdc@uwo.ca>.
19318
19319         * mm-decode.el (mm-save-part): Enable change of prompt.
19320
19321 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19322
19323         * gnus-msg.el (gnus-inews-add-send-actions):
19324         Make `message-post-method' lambda parameter ARG `&optional'.
19325
19326 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19327
19328         * gnus-sum.el (gnus-summary-mime-map):
19329         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19330         gnus-article-jump-to-part.
19331
19332         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19333         (gnus-article-edit-part): Use it.
19334         (gnus-article-part-wrapper): Add no-handle argument.
19335         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19336         New functions.
19337
19338 2005-08-29  Romain Francoise  <romain@orebokech.com>
19339
19340         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19341         docstring.
19342         (gnus-face-from-file): Likewise.
19343
19344 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19345
19346         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19347         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19348         non-nil.
19349         (gnus-auto-select-part): New variable.
19350         (gnus-article-jump-to-part): New function.
19351         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19352         (gnus-mime-delete-part): Allow selecting specified part after
19353         deleting or stripping parts.
19354         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19355         part if argument is bogus.
19356
19357 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19358
19359         * gnus-art.el (w3m-minor-mode-map):
19360         * gnus-spec.el (gnus-newsrc-file-version):
19361         * gnus-util.el (nnmail-active-file-coding-system)
19362         (gnus-original-article-buffer, gnus-user-agent):
19363         * gnus.el (gnus-ham-process-destinations)
19364         (gnus-parameter-ham-marks-alist)
19365         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19366         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19367         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19368         * mm-decode.el (gnus-current-window-configuration):
19369         * mm-extern.el (gnus-article-mime-handles):
19370         * mm-url.el (url-current-object, url-package-name)
19371         (url-package-version):
19372         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19373         (smime-keys, w3m-cid-retrieve-function-alist)
19374         (w3m-current-buffer, w3m-display-inline-images)
19375         (w3m-minor-mode-map):
19376         * mml-smime.el (gnus-extract-address-components):
19377         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19378         (gnus-newsrc-hashtb, message-default-charset)
19379         (message-deletable-headers, message-options)
19380         (message-posting-charset, message-required-mail-headers)
19381         (message-required-news-headers):
19382         * mml1991.el (mc-pgp-always-sign):
19383         * mml2015.el (mc-pgp-always-sign):
19384         * nnheader.el (nnmail-extra-headers):
19385         * rfc1843.el (gnus-decode-encoded-word-function)
19386         (gnus-decode-header-function, gnus-newsgroup-name):
19387         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19388
19389 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19390
19391         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19392         the end of the date treatments.
19393
19394 2005-08-15  Simon Josefsson  <jas@extundo.com>
19395
19396         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19397         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19398         Capello and Romain Francoise.
19399         (pgg-fetch-key-function): Remove, not used?
19400         (pgg-insert-url-with-w3): Require url, to get
19401         url-insert-file-contents regardless of where it is defined.
19402
19403 2005-08-13  Romain Francoise  <romain@orebokech.com>
19404
19405         * message.el (message-cite-original-1): New function.
19406         (message-cite-original): Use it.
19407         (message-cite-original-without-signature): Ditto.
19408
19409 2005-08-08  Romain Francoise  <romain@orebokech.com>
19410
19411         * message.el (message-yank-empty-prefix): New variable.
19412         (message-indent-citation): Use it.
19413         (message-cite-original-without-signature): Respect X-No-Archive.
19414
19415 2005-08-08  Simon Josefsson  <jas@extundo.com>
19416
19417         * pgg.el: Autoload url-insert-file-contents instead of loading
19418         w3/url.
19419         (pgg-insert-url-with-w3): Don't load url here.
19420
19421 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19422
19423         * message.el (message-kill-to-signature): Don't insert newline at
19424         bol.
19425         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19426
19427 2005-08-06  Romain Francoise  <romain@orebokech.com>
19428
19429         * message.el (message-user-fqdn): Fix typo in docstring.
19430
19431 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19432
19433         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19434
19435         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19436
19437 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19438
19439         * mm-bodies.el (mm-encode-body): Use coding system rather than
19440         charset to encode text.
19441
19442         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19443         number of charsets if utf-8 is available (XEmacs).
19444
19445 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19446
19447         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19448         taken from `gnus-button-mid-or-mail-regexp'.
19449         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19450         (gnus-button-alist): Improve regexp for domain part of the MIDs
19451         for news:localpart@domain buttons.
19452         (gnus-button-ctan-directory-regexp): Update.
19453
19454 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19455
19456         * sieve-manage.el (sieve-manage-interactive-login):
19457         Use make-local-variable rather than make-variable-buffer-local.
19458         (sieve-manage-open): Ditto.
19459         (sieve-manage-authenticate): Ditto.
19460
19461         * mml.el (mml-generate-mime-1): Make the content type default to
19462         text/plain if the filename is not specified.
19463
19464 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19467         instead of insert-buffer.
19468
19469         * message.el (message-yank-original): Ditto; set the mark at the
19470         end of the yanked message.
19471
19472 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19473
19474         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19475         lines to scroll rather than to stop it.
19476
19477         * mml.el (mml-generate-default-type): Add doc string.
19478         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19479         default to application/octet-stream when determining the content
19480         type if it is not specified for the part or the mml contents; add
19481         a comment about mml-generate-default-type.
19482
19483 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19484
19485         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19486         make it default to application/octet-stream when determining the
19487         content type if it is not specified for the external contents.
19488
19489 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19490
19491         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19492         segmented parameter but also other parameters might be there.
19493
19494 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19495
19496         * mm-decode.el (mm-display-external): Delete temp file, directory
19497         and buffer immediately if the external process is exited.
19498
19499 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19500
19501         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19502         fewer lines than that of scroll-margin.
19503         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19504
19505 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19506
19507         * gnus-art.el (gnus-article-next-page): Revert.
19508         (gnus-article-beginning-of-window): New macro.
19509         (gnus-article-next-page-1): Use it.
19510         (gnus-article-prev-page): Ditto.
19511         (gnus-article-edit-part): Use insert-buffer-substring instead of
19512         insert-buffer.
19513         (gnus-article-edit-exit): Ditto.
19514
19515         * gnus-util.el (gnus-beginning-of-window): Remove.
19516         (gnus-end-of-window): Remove.
19517
19518         * lpath.el: Don't bind header-line-format and scroll-margin.
19519
19520 2005-07-25  Simon Josefsson  <jas@extundo.com>
19521
19522         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19523         to have the url package without w3.  Reported by Daiki Ueno
19524         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19525
19526 2005-07-20  Didier Verna  <didier@xemacs.org>
19527
19528         * gnus-diary.el: Remove the description comment (nndiary is now
19529         properly documented in the Gnus manual).
19530         Fix the spelling of "Back End".
19531         * nndiary.el: Ditto.
19532         Fix the copyright notice.
19533
19534 2005-07-18  Romain Francoise  <romain@orebokech.com>
19535
19536         * gnus-sum.el (gnus-summary-to-prefix)
19537         (gnus-summary-newsgroup-prefix): New variables.
19538         (gnus-summary-from-or-to-or-newsgroups): Use them.
19539
19540 2005-07-17  Romain Francoise  <romain@orebokech.com>
19541
19542         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19543         space as it's generally not especially interesting to the user.
19544
19545 2005-07-16  Romain Francoise  <romain@orebokech.com>
19546
19547         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19548         nil to avoid prompting and file modification if one of the
19549         messages at the top of the nnfolder file contains a copyright
19550         notice.
19551         Update copyright notice.
19552
19553         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19554         instead of `current-time-string' as the latter creates a time
19555         string that is not RFC 2822 compliant (it lacks the zone).
19556         Update copyright notice.
19557
19558 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19559
19560         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19561         for text/rtf.  Display default in prompt.  Pass default for M-n.
19562
19563         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19564
19565 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19566
19567         * gnus-msg.el (gnus-button-mailto):
19568         Remove save-selected-window-window hackery because it relies on
19569         save-selected-window internals.
19570
19571 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19572
19573         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19574         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19575         (gnus-article-prev-page): Ditto.
19576
19577         * gnus-util.el (gnus-beginning-of-window): New function.
19578         (gnus-end-of-window): New function.
19579
19580         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19581
19582 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19583
19584         * gnus-score.el (gnus-score-edit-all-score):
19585         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19586         gnus-message.
19587
19588 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19589
19590         * gnus-msg.el (gnus-button-mailto):
19591         Remove save-selected-window-window hackery because it relies on
19592         save-selected-window internals.
19593
19594 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19595
19596         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19597         add-minor-mode.
19598         (gnus-binary-mode): Ditto.
19599
19600         * gnus-topic.el (gnus-topic-mode): Ditto.
19601
19602 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19603
19604         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19605         (gnus-article-prev-page): Take scroll-margin into consideration.
19606
19607 2005-07-04  Lute Kamstra  <lute@gnu.org>
19608
19609         Update FSF's address in GPL notices.
19610
19611 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19612
19613         * gnus.el (gnus-exit):
19614         * gnus-group.el (gnus-group-icons):
19615         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19616
19617         * gnus-nocem.el (gnus-nocem):
19618         * message.el (message-various, message-buffers, message-sending)
19619         (message-interface, message-forwarding, message-insertion)
19620         (message-headers, message-news, message-mail):
19621         * pgg-gpg.el (pgg-gpg):
19622         * pgg-parse.el (pgg-parse):
19623         * pgg-pgp.el (pgg-pgp):
19624         * pgg-pgp5.el (pgg-pgp5):
19625         * pop3.el (pop3): Finish `defgroup' description with period.
19626
19627 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19628
19629         * gnus-art.el (article-display-face): Improve the efficiency.
19630         (article-display-x-face): Ditto; remove gray x-face stuff.
19631
19632 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19633
19634         * gnus-art.el (article-display-face): Correct the position in
19635         which Faces are inserted.
19636
19637 2005-06-29  Didier Verna  <didier@xemacs.org>
19638
19639         * gnus-art.el (article-display-face): Display faces in correct
19640         order.
19641
19642 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19643
19644         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19645         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19646         (gnus-nocem-check-article): Fetch the Type header.
19647         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19648         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19649         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19650         make sure gnus-nocem-hashtb is initialized.
19651         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19652         (gnus-nocem-unwanted-article-p): Ditto.
19653
19654         * pgg.el (pgg-verify): Return the verification result.
19655
19656 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19657
19658         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19659         is ascii.
19660
19661 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19662
19663         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19664         `show-nonbreak-escape'.
19665
19666 2005-06-23  Lute Kamstra  <lute@gnu.org>
19667
19668         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19669
19670         * dig.el (dig-mode):
19671         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19672
19673 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19674
19675         * nnimap.el (nnimap-split-download-body): Fix spellings.
19676
19677 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19678
19679         * gnus-art.el (gnus-article-encrypt-body):
19680         * gnus-cus.el (gnus-score-customize):
19681         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19682         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19683
19684 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19685
19686         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19687         header by looking for magic "MII" at the beginning.
19688
19689 2005-06-16  Miles Bader  <miles@gnu.org>
19690
19691         * gnus-xmas.el (gnus-xmas-group-startup-message):
19692         Use renamed gnus-splash face.
19693
19694         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19695         (assistant-field-face): New backward-compatibility alias for renamed
19696         face.
19697         (assistant-render-text): Use renamed assistant-field face.
19698
19699         * spam.el (spam): Remove "-face" suffix from face name.
19700         (spam-face): New backward-compatibility alias for renamed face.
19701         (spam-face, spam-initialize): Use renamed spam face.
19702
19703         * message.el (message-header-to, message-header-cc)
19704         (message-header-subject, message-header-newsgroups)
19705         (message-header-other, message-header-name)
19706         (message-header-xheader, message-separator, message-cited-text)
19707         (message-mml): Remove "-face" suffix from face names.
19708         (message-header-to-face, message-header-cc-face)
19709         (message-header-subject-face, message-header-newsgroups-face)
19710         (message-header-other-face, message-header-name-face)
19711         (message-header-xheader-face, message-separator-face)
19712         (message-cited-text-face, message-mml-face):
19713         New backward-compatibility aliases for renamed faces.
19714         (message-font-lock-keywords): Use renamed message faces.
19715
19716         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19717         (sieve-test-commands, sieve-tagged-arguments):
19718         Remove "-face" suffix from face names.
19719         (sieve-control-commands-face, sieve-action-commands-face)
19720         (sieve-test-commands-face, sieve-tagged-arguments-face):
19721         New backward-compatibility aliases for renamed faces.
19722         (sieve-control-commands-face, sieve-action-commands-face)
19723         (sieve-test-commands-face, sieve-tagged-arguments-face):
19724         Use renamed sieve faces.
19725
19726         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19727         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19728         (gnus-group-news-3-empty, gnus-group-news-4)
19729         (gnus-group-news-4-empty, gnus-group-news-5)
19730         (gnus-group-news-5-empty, gnus-group-news-6)
19731         (gnus-group-news-6-empty, gnus-group-news-low)
19732         (gnus-group-news-low-empty, gnus-group-mail-1)
19733         (gnus-group-mail-1-empty, gnus-group-mail-2)
19734         (gnus-group-mail-2-empty, gnus-group-mail-3)
19735         (gnus-group-mail-3-empty, gnus-group-mail-low)
19736         (gnus-group-mail-low-empty, gnus-summary-selected)
19737         (gnus-summary-cancelled, gnus-summary-high-ticked)
19738         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19739         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19740         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19741         (gnus-summary-low-undownloaded)
19742         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19743         (gnus-summary-low-unread, gnus-summary-normal-unread)
19744         (gnus-summary-high-read, gnus-summary-low-read)
19745         (gnus-summary-normal-read, gnus-splash):
19746         Remove "-face" suffix from face names.
19747         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19748         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19749         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19750         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19751         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19752         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19753         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19754         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19755         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19756         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19757         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19758         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19759         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19760         (gnus-summary-normal-ticked-face)
19761         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19762         (gnus-summary-normal-ancient-face)
19763         (gnus-summary-high-undownloaded-face)
19764         (gnus-summary-low-undownloaded-face)
19765         (gnus-summary-normal-undownloaded-face)
19766         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19767         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19768         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19769         (gnus-splash-face):
19770         New backward-compatibility aliases for renamed faces.
19771         (gnus-group-startup-message): Use renamed gnus faces.
19772
19773         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19774         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19775         (gnus-server-agent): Remove "-face" suffix from face names.
19776         (gnus-server-agent-face, gnus-server-opened-face)
19777         (gnus-server-closed-face, gnus-server-denied-face)
19778         (gnus-server-offline-face):
19779         New backward-compatibility aliases for renamed faces.
19780         (gnus-server-agent-face, gnus-server-opened-face)
19781         (gnus-server-closed-face, gnus-server-denied-face)
19782         (gnus-server-offline-face): Use renamed gnus faces.
19783
19784         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19785         Remove "-face" suffix from face names.
19786         (gnus-picon-xbm-face, gnus-picon-face):
19787         New backward-compatibility aliases for renamed faces.
19788
19789         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19790         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19791         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19792         (gnus-cite-11): Remove "-face" suffix from face names.
19793         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19794         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19795         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19796         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19797         New backward-compatibility aliases for renamed faces.
19798         (gnus-cite-attribution-face, gnus-cite-face-list)
19799         (gnus-article-boring-faces): Use renamed gnus faces.
19800
19801         * gnus-art.el (gnus-signature, gnus-header-from)
19802         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19803         (gnus-header-content): Remove "-face" suffix from face names.
19804         (gnus-signature-face, gnus-header-from-face)
19805         (gnus-header-subject-face, gnus-header-newsgroups-face)
19806         (gnus-header-name-face, gnus-header-content-face):
19807         New backward-compatibility aliases for renamed faces.
19808         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19809
19810         * gnus-sum.el (gnus-summary-selected-face)
19811         (gnus-summary-highlight): Use renamed gnus faces.
19812         * gnus-group.el (gnus-group-highlight): Likewise.
19813
19814 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19815
19816         * gnus-sieve.el (gnus-sieve-article-add-rule):
19817         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19818         * spam-stat.el (spam-stat-buffer-change-to-spam)
19819         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19820
19821         * message.el (message-is-yours-p):
19822         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19823
19824 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19825
19826         * mm-view.el (mm-inline-text): Withdraw the last change.
19827
19828 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19829
19830         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19831         executing enriched-decode.
19832
19833 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19836         charset of tar files.
19837
19838 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19839
19840         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19841
19842 2005-06-04  Lute Kamstra  <lute@gnu.org>
19843
19844         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19845         information is never recorded.
19846
19847 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19848
19849         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19850
19851 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19852
19853         * pop3.el (pop3-apop): Run md5 in the binary mode.
19854
19855         * starttls.el (starttls-set-process-query-on-exit-flag):
19856         Use eval-and-compile.
19857
19858 2005-05-31  Simon Josefsson  <jas@extundo.com>
19859
19860         * smime.el (smime-replace-in-string): Define.
19861         (smime-cert-by-ldap-1): Use it.
19862
19863 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19864
19865         * gnus-art.el (article-display-x-face): Replace
19866         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19867
19868         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19869         set-process-query-on-exit-flag or process-kill-without-query.
19870
19871         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19872         loop instead of replace-regexp.
19873
19874         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19875         instead of process-kill-without-query if it is available.
19876
19877         * lpath.el: Fbind ldap-search-entries.
19878
19879         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19880         instead of find-file-hooks if it is available.
19881
19882         * mml1991.el: Bind pgg-default-user-id when compiling.
19883
19884         * mml2015.el: Bind pgg-default-user-id when compiling.
19885
19886         * nndraft.el (nndraft-request-associate-buffer):
19887         Use write-contents-functions instead of write-contents-hooks if it is
19888         available.
19889
19890         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19891         instead of find-file-hooks if it is available.
19892
19893         * nntp.el (nntp-open-connection): Replace
19894         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19895         (nntp-open-ssl-stream): Ditto.
19896         (nntp-open-tls-stream): Ditto.
19897
19898         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19899         set-process-query-on-exit-flag or process-kill-without-query.
19900         (starttls-open-stream-gnutls): Use it instead of
19901         process-kill-without-query.
19902         (starttls-open-stream): Ditto.
19903
19904 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19905
19906         * smime.el (smime-cert-by-ldap-1): Don't use
19907         replace-regexp-in-string.
19908
19909 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19910
19911         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19912
19913         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19914         in PEM format.  Adjust to the XEmacs compatibility.
19915
19916 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19917
19918         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19919         by `string-to-number'.
19920         * gnus-agent.el (gnus-agent-regenerate-group)
19921         (gnus-agent-fetch-articles): Ditto.
19922         * gnus-art.el (gnus-button-fetch-group): Ditto.
19923         * gnus-cache.el (gnus-cache-generate-active)
19924         (gnus-cache-articles-in-group): Ditto.
19925         * gnus-group.el (gnus-group-set-current-level)
19926         (gnus-group-insert-group-line): Ditto.
19927         * gnus-score.el (gnus-score-set-expunge-below)
19928         (gnus-score-set-mark-below, gnus-summary-score-effect)
19929         (gnus-summary-score-entry): Ditto.
19930         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19931         (gnus-soup-pack): Ditto.
19932         * gnus-spec.el (gnus-xmas-format): Ditto.
19933         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19934         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19935         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19936         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19937         * nndb.el (nndb-get-remote-expire-response): Ditto.
19938         * nndiary.el (nndiary-parse-schedule-value)
19939         (nndiary-string-to-number, nndiary-request-replace-article)
19940         (nndiary-request-article): Ditto.
19941         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19942         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19943         * nneething.el (nneething-make-head): Ditto.
19944         * nnfolder.el (nnfolder-request-article)
19945         (nnfolder-retrieve-headers): Ditto.
19946         * nnheader.el (nnheader-file-to-number): Ditto.
19947         * nnkiboze.el (nnkiboze-request-article): Ditto.
19948         * nnmail.el (nnmail-process-unix-mail-format)
19949         (nnmail-process-babyl-mail-format): Ditto.
19950         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19951         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19952         (nnmh-request-create-group, nnmh-request-list-1)
19953         (nnmh-request-group, nnmh-request-article): Ditto.
19954         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19955         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19956         * nnsoup.el (nnsoup-make-active): Ditto.
19957         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19958         * nntp.el (nntp-find-group-and-number)
19959         (nntp-retrieve-headers-with-xover): Ditto.
19960         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19961         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19962         (pgg-format-key-identifier): Ditto.
19963         * pop3.el (pop3-last, pop3-stat): Ditto.
19964         * qp.el (quoted-printable-decode-region): Ditto.
19965
19966         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19967         of concat.
19968
19969 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19970
19971         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19972
19973         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19974
19975         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19976
19977         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19978
19979         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19980
19981         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19982
19983         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19984         (gnus-carpal-mode): Ditto.
19985
19986         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19987         (gnus-browse-mode): Ditto.
19988
19989         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19990
19991         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19992
19993 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19994
19995         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19996
19997 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19998
19999         * gnus-util.el (gnus-run-mode-hooks): New function.
20000
20001         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20002
20003         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20004         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20005
20006 2005-05-27  Lute Kamstra  <lute@gnu.org>
20007
20008         * dns-mode.el (dns-mode): Specify customization group.
20009
20010 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20011
20012         * gnus-agent.el (gnus-agent-make-mode-line-string):
20013         Use mode-line-highlight as mouse-face.
20014
20015 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20016
20017         * canlock.el (canlock): Change the parent group to news.
20018
20019         * deuglify.el (gnus-outlook-deuglify): Add :group.
20020
20021         * dig.el (dig): Add :group.
20022
20023         * dns-mode.el (dns-mode): Add :group.
20024
20025         * encrypt.el (encrypt): Add :group.
20026
20027         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20028         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20029         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20030         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20031         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20032
20033         * gnus-diary.el (gnus-diary): Add :group.
20034
20035         * gnus.el (gnus-group-news-1-face): Add :group.
20036         (gnus-group-news-1-empty-face): Ditto.
20037         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20038         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20039         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20040         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20041         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20042         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20043         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20044         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20045         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20046         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20047         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20048         (gnus-summary-high-ticked-face): Ditto.
20049         (gnus-summary-low-ticked-face): Ditto.
20050         (gnus-summary-normal-ticked-face): Ditto.
20051         (gnus-summary-high-ancient-face): Ditto.
20052         (gnus-summary-low-ancient-face): Ditto.
20053         (gnus-summary-normal-ancient-face): Ditto.
20054         (gnus-summary-high-undownloaded-face): Ditto.
20055         (gnus-summary-low-undownloaded-face): Ditto.
20056         (gnus-summary-normal-undownloaded-face): Ditto.
20057         (gnus-summary-high-unread-face): Ditto.
20058         (gnus-summary-low-unread-face): Ditto.
20059         (gnus-summary-normal-unread-face): Ditto.
20060         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20061         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20062
20063         * hashcash.el (hashcash): New custom group.
20064         (hashcash-default-payment): Add :group.
20065         (hashcash-payment-alist): Ditto.
20066         (hashcash-default-accept-payment): Ditto.
20067         (hashcash-accept-resources): Ditto.
20068         (hashcash-path): Ditto.
20069         (hashcash-extra-generate-parameters): Ditto.
20070         (hashcash-double-spend-database): Ditto.
20071         (hashcash-in-news): Ditto.
20072
20073         * message.el (message-minibuffer-local-map): Add :group.
20074
20075         * netrc.el (netrc): Add :group.
20076
20077         * sieve-manage.el (sieve-manage-log): Add :group.
20078         (sieve-manage-default-user): Diito.
20079         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20080         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20081         (sieve-manage-authenticators): Ditto.
20082         (sieve-manage-authenticator-alist): Ditto.
20083         (sieve-manage-default-port): Ditto.
20084
20085         * sieve-mode.el (sieve-control-commands-face): Add :group.
20086         (sieve-action-commands-face): Ditto.
20087         (sieve-test-commands-face): Ditto.
20088         (sieve-tagged-arguments-face): Ditto.
20089
20090         * smime.el (smime): Add :group.
20091
20092         * spam-report.el (spam-report): Add :group.
20093
20094         * spam.el (spam, spam-face): Add :group.
20095
20096 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20097
20098         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20099         return \n.\n.\n at the end of articles.  Protect against that.
20100         (nntp-with-open-group): Allow debugging.
20101
20102         * nnheader.el (mail-header-set-extra): Make into a function
20103         because I just could't understand how to quote the list properly.
20104
20105         * dns.el (query-dns-cached): New function.
20106
20107 2005-05-26  Lute Kamstra  <lute@gnu.org>
20108
20109         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20110
20111 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20112
20113         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20114
20115         * gnus-art.el: Don't autoload mail-extract-address-components.
20116
20117         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20118         eval-and-compile to evaluate it.
20119
20120         * hashcash.el: Don't autoload executable-find.
20121
20122         * nndb.el: Don't declare the nndb back end two or more times; don't
20123         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20124
20125         * nntp.el: Autoload format-spec instead of format; use
20126         eval-and-compile to evaluate autoload forms.
20127
20128 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20129
20130         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20131
20132 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20133
20134         * gnus.el (gnus-version-number): Bump version.
20135
20136 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20137
20138         * gnus.el: No Gnus v0.3 is released.
20139
20140 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20141
20142         * lpath.el (featurep): Bind show-nonbreak-escape.
20143
20144 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * gnus-art.el (gnus-article-edit-part): Disable undo.
20147
20148 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20149
20150         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20151         gnus-article-date-lapsed-new-header is t if date timer is active;
20152         skip headers in which the original date value is empty.
20153         (gnus-article-save-original-date): Redefine it as a macro.
20154         (gnus-display-mime): Use it.
20155
20156 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20157
20158         * gnus-art.el (article-date-ut): Support converting date in
20159         forwarded parts as well.
20160         (gnus-article-save-original-date): New function.
20161         (gnus-display-mime): Use it.
20162
20163 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20164
20165         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20166         enclosure element of <item>.
20167
20168 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20169
20170         * message.el (message-kill-buffer-query): Rename from
20171         `message-kill-buffer-query-if-modified'.  Add :version.
20172
20173 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20174
20175         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20176         window layout.
20177
20178 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20179
20180         * mml.el: Autoload dnd when compiling.
20181
20182 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20183
20184         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20185         x-dnd-*.
20186
20187 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20188
20189         * qp.el (quoted-printable-encode-region): Save excursion.
20190
20191 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20192
20193         * message.el (message-kill-buffer-query-if-modified): Add new variable
20194         so the user can kill a modified message buffer quickly.
20195         (message-kill-buffer): Use it.
20196
20197 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20198
20199         * lpath.el: Fbind display-time-event-handler; don't fbind
20200         string-to-multibyte.
20201
20202         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20203
20204 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20205
20206         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20207         contained in text because xml.el decodes entities) with LFs.
20208
20209 2005-04-11  Lute Kamstra  <lute@gnu.org>
20210
20211         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20212         differently.
20213
20214 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20215
20216         * mm-util.el (mm-detect-coding-region): Typo.
20217
20218 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20219
20220         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20221
20222 2005-04-06  Deepak Goel  <deego@gnufans.org>
20223
20224         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20225         user-function allow user modifications of the scores.
20226         (spam-stat-score-buffer-user): New function, to allow
20227         user-computed modifications to the score.
20228         (spam-stat-score-buffer-user-functions): List of additional
20229         scoring functions.
20230         (spam-stat-error-holder): Global temporary error holder.
20231         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20232         variable.
20233
20234 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20235
20236         * gnus-registry.el (gnus-registry-clean-empty-function)
20237         (gnus-registry-trim, gnus-registry-fetch-groups)
20238         (gnus-registry-delete-group): Groups that match
20239         `gnus-registry-ignored-groups' are removed from the registry
20240         entries, not just ignored for splitting.  This helps clean up the
20241         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20242         to get all the groups a message ID is in.
20243
20244         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20245         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20246         (spam-stat-score-buffer-user-functions): Add :number custom type.
20247
20248 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20249
20250         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20251         argument in XEmacs.
20252
20253         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20254         (nnrss-request-group): Decode group name first.
20255         (nnrss-request-article): Make a text/plain article if mml-to-mime
20256         failed.
20257         (nnrss-get-encoding): Return a compatible encoding according to
20258         nnrss-compatible-encoding-alist.
20259         (nnrss-find-el): Use consp instead of listp.
20260         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20261
20262 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20263
20264         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20265         which Emacs 20 doesn't support.
20266         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20267
20268 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20269
20270         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20271         silence the byte compiler inside the defun.
20272
20273         * gnus-demon.el (parse-time-string): Add autoload.
20274
20275         * gnus-delay.el (parse-time-string): Add autoload.
20276
20277         * gnus-art.el (parse-time-string): Add autoload.
20278
20279         * nnultimate.el (parse-time): Require for `parse-time-string'.
20280
20281 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20282
20283         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20284
20285         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20286
20287         * smime.el (smime-ldap-host-list): Add :version.
20288
20289 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20290
20291         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20292         pass it to `gnus-browse-read-group'.
20293         (gnus-browse-read-group): Add NUMBER argument and pass it to
20294         `gnus-group-read-ephemeral-group'.
20295
20296         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20297         argument and pass it to `gnus-group-read-group'.
20298
20299 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20300
20301         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20302         mm-xemacs-find-mime-charset-1 if we have the mule feature
20303         available at runtime.
20304
20305 2005-03-25  Werner Lemberg  <wl@gnu.org>
20306
20307         * nnmaildir.el: Replace `illegal' with `invalid'.
20308
20309 2005-03-23  Lute Kamstra  <lute@gnu.org>
20310
20311         * time-date.el: Add comment on time value formats.
20312         Don't require parse-time.
20313         (with-decoded-time-value): New macro.
20314         (encode-time-value): New function.
20315         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20316         (days-to-time): Return a valid time value when arg is huge.
20317         (time-since): Use time-subtract.
20318         (time-to-number-of-days): Use time-to-seconds.
20319
20320 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20321
20322         * gnus-start.el (gnus-display-time-event-handler):
20323         Check display-time-timer at runtime rather than only at load time
20324         in case display-time-mode is turned off in the mean time.
20325
20326 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20327
20328         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20329         used.
20330
20331         * nneething.el (nneething-map-file-directory): Derive from
20332         `gnus-directory'.
20333
20334         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20335         the To/Cc button.
20336
20337 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20338
20339         * nnmaildir.el (nnmaildir-request-accept-article):
20340         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20341
20342 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20343
20344         * gnus-async.el: Require timer-funcs at compile time when in
20345         XEmacs for `run-with-idle-timer'.
20346
20347 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20348
20349         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20350         autoloaded function.
20351
20352 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20353
20354         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20355
20356 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20357
20358         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20359
20360 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20361
20362         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20363         Add gnus-expert-user to default.
20364
20365 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20366
20367         * nnimap.el (nnimap-open-server): Ditto.
20368
20369         * imap.el (imap-authenticate): Fix typo.
20370
20371 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20372
20373         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20374         buffer (since IMAP server might return FETCH response out of
20375         order, and the nntp buffer must be sorted).
20376
20377 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20378
20379         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20380         comparison on string.
20381
20382         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20383         (gnus-agent-score): Rename category keywords to match gnus-cus.
20384         (gnus-agent-summary-fetch-series): Modify to protect against
20385         gnus-agent-summary-fetch-group clearing processable flags.
20386         (gnus-agent-synchronize-group-flags): Update live group buffer as
20387         synchronization may occur due to the user toggle the plugged
20388         status.
20389         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20390         successfully downloaded.
20391         (gnus-agent-expire-group-1): Avoid using markers when the overview
20392         is in ascending order; greatly improves performance.
20393         (gnus-agent-regenerate-group):
20394         Use gnus-agent-synchronize-group-flags to reset read status in both
20395         gnus and server.
20396         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20397
20398 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20399
20400         * message.el: Don't autoload former message-utils variables.
20401         (message-strip-subject-trailing-was): Change doc string.
20402
20403         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20404         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20405         (nnweb-google-search): Add "hl=en" here.
20406         (nnweb-google-parse-1, nnweb-google-create-mapping):
20407         Don't hardcode URL.
20408
20409 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20410
20411         * message.el (message-get-reply-headers, message-followup):
20412         Mention related variables `message-use-followup-to' and
20413         `message-use-mail-followup-to', in the information buffer.
20414
20415         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20416         of broken groups(-beta).google.com.
20417
20418 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20419
20420         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20421         parameter to invoked gnus-request-move-article; remove the
20422         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20423         all at once instead of once per article.
20424         (gnus-summary-remove-process-mark): Accept a list of articles as
20425         well as a single article for processing.
20426
20427         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20428         parameter.
20429
20430         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20431
20432         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20433
20434         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20435         parameter.
20436
20437         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20438         parameter.
20439
20440         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20441         parameter and remove the gnus-sum-hint-move-is-internal variable.
20442
20443         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20444         parameter.
20445
20446         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20447         parameter.
20448
20449         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20450         parameter.
20451
20452         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20453
20454         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20455         parameter.
20456
20457         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20458         parameter.
20459
20460 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20461
20462         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20463         a more conservative way.
20464
20465 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20466
20467         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20468         buffer, so it moves the window's cursor.
20469
20470 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20471
20472         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20473         `mm-dissect-multipart' and receive the from field as an (optional)
20474         argument from `mm-dissect-multipart'.
20475         (mm-dissect-multipart): Receive the from field as an argument and
20476         pass it on when we call `mm-dissect-buffer' on MIME parts.
20477         Fixes verification/decryption of signed/encrypted MIME parts.
20478
20479 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20480
20481         * gnus-sum.el (gnus-summary-move-article):
20482         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20483         whatever it calls (right now, only nnimap-request-move article
20484         respects it).
20485
20486         * nnimap.el (nnimap-request-move-article):
20487         When gnus-sum-hint-move-is-internal is set, don't do the extra
20488         nnimap-request-article.
20489
20490 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20491
20492         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20493
20494         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20495         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20496
20497         * gnus-sum.el (gnus-summary-caesar-message):
20498         Apply `gnus-treat-article' after rotation.
20499
20500         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20501         doc string.
20502
20503 2005-02-22  Simon Josefsson  <jas@extundo.com>
20504
20505         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20506         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20507         <arne@arnested.dk>.
20508         (encrypt): Add password-cache and password-cache-expiry as group
20509         members.
20510
20511 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20512
20513         * smime.el (smime-ldap-host-list): Doc fix.
20514         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20515         cache) password.
20516         (smime-sign-region): Use it.
20517         (smime-decrypt-region): Use it.
20518         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20519         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20520         fails.
20521         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20522         certificate from DER to PEM format rather than calling openssl.
20523
20524         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20525
20526         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20527         for signing/encryption.
20528
20529         * mml.el (mml-parse-1): Use them.
20530
20531 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20532
20533         * nnrss.el (nnrss-verbose): Remove.
20534         (nnrss-request-group): Use `nnheader-message' instead.
20535
20536 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20537
20538         * nnrss.el (nnrss-verbose): New variable.
20539         (nnrss-request-group): Make it say nnrss is requesting a group.
20540
20541 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20542
20543         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20544         Handle news URL with given port correctly.
20545
20546 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20547
20548         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20549         containing special characters.
20550
20551         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20552
20553         * mml.el (mime-to-mml): Ditto.
20554
20555         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20556         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20557         (rfc2047-decode-region): Quote decoded words containing special
20558         characters when rfc2047-quote-decoded-words-containing-tspecials
20559         is non-nil.
20560
20561 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20562
20563         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20564
20565         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20566
20567 2005-02-15  Simon Josefsson  <jas@extundo.com>
20568
20569         * nnimap.el (nnimap-debug): Doc fix.
20570
20571         * imap.el (imap-debug): Doc fix.
20572
20573 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20574
20575         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20576
20577 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20578
20579         * gnus.el (spam-contents): Improve docs for spam-contents
20580         parameter in its variable incarnation.
20581
20582 2005-02-14  Simon Josefsson  <jas@extundo.com>
20583
20584         * smime-ldap.el: Use require instead of load-library for ldap.
20585         (smime-ldap-search): Indent.
20586         (smime-ldap-search-internal): Shorten line.
20587
20588         * smime.el (smime-cert-by-dns): Add doc-string.
20589         (smime-cert-by-ldap-1): Indent.
20590
20591         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20592         mml-smime-get-dns-ldap.
20593         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20594
20595 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20596
20597         * smime.el: Require smime-ldap.
20598         (smime-ldap-host-list): New variable.
20599         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20600
20601         * mml-smime.el (mml-smime-encrypt-query): New function.
20602         (mml-smime-encrypt-query): Use it.
20603
20604         * smime-ldap.el: New file.
20605
20606 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20607
20608         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20609
20610 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20611
20612         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20613         argument in doc string.  Make query for type more clear.
20614
20615 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20616
20617         * gnus.el (gnus-group-startup-message): Search for gnus images in
20618         etc/images/gnus.
20619         * mm-util.el (mm-image-load-path): Likewise.
20620         * smiley.el (smiley-data-directory): Search for smilies in
20621         etc/images/smilies.
20622
20623 2005-02-09  Kim F. Storm  <storm@cua.dk>
20624
20625         Change Emacs release version from 21.4 to 22.1 throughout.
20626         Change Emacs development version from 21.3.50 to 22.0.50.
20627
20628 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20629
20630         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20631
20632         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20633         non-Mule XEmacs as well.
20634         (mm-decompress-buffer): Signal an error intentionally if it does
20635         not decompress compressed data because auto-compression-mode is
20636         disabled.
20637
20638 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20639
20640         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20641         an ID in the registry even if it has no groups.
20642
20643 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20644
20645         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20646         merge it into mm-decompress-buffer.
20647         (gnus-mime-copy-part): Use the MIME part charset, the value which
20648         a user specified or gnus-newsgroup-charset for decoding, like
20649         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20650         save-buffer what was used.  Suggested by Kevin Ryde
20651         <user42@zip.com.au>.
20652         (gnus-mime-inline-part): Allow the name parameter as well as the
20653         filename parameter; force decompressing of compressed data; always
20654         display contents being not decoded as unibyte.
20655
20656         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20657         as well as the filename parameter.
20658
20659         * mm-util.el (mm-decompress-buffer):
20660         Merge gnus-mime-jka-compr-maybe-uncompress.
20661         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20662         of compressed data.
20663
20664 2005-02-08  Simon Josefsson  <jas@extundo.com>
20665
20666         * imap.el (imap-log): Doc fix.
20667
20668 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20669
20670         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20671         the coding cookies; decompress compressed parts.
20672
20673         * mml.el (mml-generate-mime-1): Add the charset parameter according
20674         to the value which a user specified manually or the coding cookie.
20675
20676         * mm-util.el (mm-string-to-multibyte): New function.
20677         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20678         (mm-coding-system-to-mime-charset): New function.
20679         (mm-decompress-buffer): New function.
20680         (mm-find-buffer-file-coding-system): New function.
20681
20682         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20683         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20684         parts.
20685
20686 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20687
20688         * mm-view.el (mm-display-inline-fontify): Decode a part according
20689         to the charset parameter.
20690
20691 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20692
20693         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20694         prefix arg is neither nil nor a number, as info specifies.
20695
20696 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20697
20698         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20699         timestamps.
20700
20701 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20702
20703         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20704         groups error checking and notify user.
20705
20706 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20707
20708         * message.el (message-send-mail-function): Check existence of
20709         sendmail-program first before using default value
20710         `message-send-mail-with-sendmail'.  Otherwise use more generic
20711         `smtpmail-send-it'.
20712
20713 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20714
20715         * nntp.el (nntp-request-update-info): Always return nil.
20716
20717 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20718
20719         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20720
20721 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20722
20723         * message.el (message-beginning-of-line): Change the behavior when
20724         invoked between BOL and : so that it first moves backward.
20725
20726 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20727
20728         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20729         article buffer when editing of the article is discarded.
20730         (gnus-article-prepare): Revert.
20731
20732 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20733
20734         * gnus-art.el (gnus-article-prepare):
20735         Remove message-strip-forbidden-properties from the local hook.
20736
20737 2005-01-27  Simon Josefsson  <jas@extundo.com>
20738
20739         * password.el (password-cache-add): Only start one timer per key.
20740         Reported by Derek Atkins <warlord@MIT.EDU>.
20741
20742 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20743
20744         * run-at-time.el: Remove.  It is no longer needed as
20745         timer-funcs.el in the xemacs-base package has a working version of
20746         `run-at-time'.
20747
20748         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20749
20750         * password.el: Require timer-funcs instead of run-at-time in
20751         XEmacs.
20752         Remove `password-run-at-time' macro.
20753         (password-cache-add): Use `run-at-time' instead of
20754         `password-run-at-time'.
20755
20756         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20757         Remove `nnheader-cancel-function-timers' alias,
20758         `cancel-function-timers' exists in XEmacs in timer-funcs.
20759
20760         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20761         for `run-with-idle-timer'.
20762
20763         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20764         for `run-at-time'.
20765
20766         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20767         for `with-timeout'.
20768
20769         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20770         the same as for XEmacs 21.4.
20771         No need to ignore `run-with-idle-timer', this function exists in
20772         XEmacs now in timer-funcs.el in the xemacs-base package.
20773         (dgnushack-compile): No need to delete
20774         run-at-time.el from the list of files to compile because it
20775         doesn't exist anymore.
20776
20777 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20778
20779         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20780         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20781
20782 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20783
20784         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20785         sensitively.
20786
20787 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20788
20789         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20790
20791 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20792
20793         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20794         which will be inserted according to the multibyteness of a buffer
20795         rather than the type of contents.  Suggested by ARISAWA Akihiro
20796         <ari@mbf.ocn.ne.jp>.
20797
20798         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20799         of string which old xml.el may return rather than a string.
20800
20801 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20802
20803         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20804
20805 2005-01-16  Simon Josefsson  <jas@extundo.com>
20806
20807         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20808         idn/idna.el isn't available.
20809         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20810         <michael@waxrat.com>.
20811
20812         * hashcash.el: Remove non-FSF copyright header.
20813
20814         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20815         (hashcash-generate-payment): Use it.
20816         (hashcash-generate-payment-async): Use it.
20817
20818 2005-01-15  Simon Josefsson  <jas@extundo.com>
20819
20820         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20821         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20822
20823         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20824         gnus-summary-idna-message.
20825         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20826         (gnus-summary-idna-message): New function.
20827
20828 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20829
20830         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20831         gnus-novice-user.
20832
20833 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20834
20835         * nnrss.el (nnrss-request-delete-group): Delete entries in
20836         nnrss-group-alist as well.
20837         (nnrss-save-server-data): Insert newline.
20838
20839 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20840
20841         * gnus.el (gnus-user-agent): Use list of symbols instead of
20842         symbols.  Display full version number for (S)XEmacs.
20843         Optionally display (S)XEmacs codename.
20844
20845         * gnus-util.el (gnus-emacs-version): Update for new
20846         `gnus-user-agent'.
20847
20848         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20849         Gnus version.
20850
20851 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20852
20853         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20854         which is unreadable in some setups.
20855
20856 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20857
20858         * gnus-spec.el (gnus-update-format-specifications): Flush the
20859         group format spec cache if it doesn't support decoded group names.
20860
20861 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20862
20863         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20864         Allow to apply decay on score files matching a regexp.
20865
20866 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20867
20868         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20869         compatibility in %g and %c.
20870
20871 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20872
20873         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20874         name for only %g and %c.
20875         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20876         of gnus-tmp-group to decoded group name.
20877         (gnus-group-make-rss-group): Exclude `/'s from group names.
20878
20879 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20880
20881         * nnrss.el (nnrss-get-encoding): Fix regexp.
20882
20883 2004-12-27  Simon Josefsson  <jas@extundo.com>
20884
20885         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20886         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20887         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20888
20889 2004-12-17  Kim F. Storm  <storm@cua.dk>
20890
20891         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20892
20893         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20894
20895 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20896
20897         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20898
20899 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20900
20901         * nnrss.el: Require rfc2047 and mml.
20902         (nnrss-file-coding-system): New variable.
20903         (nnrss-format-string): Redefine it as an inline function.
20904         (nnrss-decode-group-name): New function.
20905         (nnrss-string-as-multibyte): Remove.
20906         (nnrss-retrieve-headers): Decode group name; don't use
20907         nnrss-format-string.
20908         (nnrss-request-group): Decode group name.
20909         (nnrss-request-article): Decode group name; allow a Message-ID as
20910         well as an article number; don't use nnrss-format-string; encode a
20911         Message-ID string which may contain non-ASCII characters; use
20912         mml-to-mime to compose a MIME article.
20913         (nnrss-request-expire-articles): Decode group name.
20914         (nnrss-request-delete-group): Decode group name.
20915         (nnrss-fetch): Clarify error message.
20916         (nnrss-read-server-data): Use insert-file-contents instead of load;
20917         bind file-name-coding-system; use multibyte buffer.
20918         (nnrss-save-server-data): Bind coding-system-for-write to the
20919         value of nnrss-file-coding-system; bind file-name-coding-system;
20920         add coding cookie.
20921         (nnrss-read-group-data): Use insert-file-contents instead of load;
20922         bind file-name-coding-system; use multibyte buffer.
20923         (nnrss-save-group-data): Bind coding-system-for-write to the
20924         value of nnrss-file-coding-system; bind file-name-coding-system.
20925         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20926         make it work with non-ASCII text.
20927         (nnrss-find-el): Make it work with old xml.el as well.
20928
20929 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20930
20931         * nnrss.el (nnrss-get-encoding): New function.
20932         (nnrss-fetch): Use unibyte buffer initially; bind
20933         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20934         decode contents according to the encoding attribute.
20935         (nnrss-save-group-data): Add coding cookie.
20936         (nnrss-mime-encode-string): New function.
20937         (nnrss-check-group): Use it to encode subject and author.
20938
20939 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20940
20941         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20942         imaginary variable.
20943
20944 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20945
20946         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20947         correctly even if there are wide characters.
20948
20949 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20950
20951         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20952         downcased symbol names; make a new cache instead of reusing
20953         bbdb-hashtable.
20954
20955 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20956
20957         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20958         concatenating segments rather than before concatenating them.
20959         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20960
20961         * message.el (message-get-reply-headers): Bind `extra'.
20962
20963 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20964
20965         * message.el (message-extra-wide-headers): New variable.
20966         (message-get-reply-headers): Use it.
20967
20968 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20969
20970         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20971         (gnus-agent-group-pathname): Ditto.
20972
20973         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20974
20975         * gnus-group.el (gnus-group-make-group): Decode group name.
20976         (gnus-group-make-rss-group): Register the group data after opening
20977         the nnrss group.
20978
20979 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20980
20981         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20982         by expiry now get marked as read.
20983
20984 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20985
20986         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20987
20988 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20989
20990         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20991         unify Latin characters in XEmacs.
20992         (mm-find-mime-charset-region): Use it.
20993
20994 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20995
20996         * gnus-util.el (gnus-delete-directory): New function.
20997
20998         * gnus-agent.el (gnus-agent-delete-group): Use it.
20999
21000         * gnus-cache.el (gnus-cache-delete-group): Use it.
21001
21002 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21003
21004         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21005         names.
21006
21007 2004-12-16  Simon Josefsson  <jas@extundo.com>
21008
21009         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21010
21011 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21012
21013         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21014
21015         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21016         (gnus-group-set-current-level): Decode group name.
21017
21018 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21019
21020         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21021         failed.
21022
21023 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21024
21025         * gnus-group.el (gnus-group-delete-group): Decode group name.
21026         (gnus-group-make-rss-group): Encode group name.
21027         (gnus-group-catchup-current): Decode group name.
21028         (gnus-group-kill-group): Decode group name.
21029
21030 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21031
21032         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21033
21034 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21035
21036         * gnus-group.el (gnus-group-make-rss-group):
21037         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21038
21039         * gnus-start.el (gnus-setup-news): Honor user's setting to
21040         gnus-message-archive-method.  Suggested by Lute Kamstra
21041         <lute@gnu.org>.
21042
21043 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21044
21045         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21046         global counterparts of the buffer-local variables.
21047
21048 2004-11-16  Romain Francoise  <romain@orebokech.com>
21049
21050         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21051         counterparts of the buffer-local variables.
21052
21053 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21054
21055         * message.el (message-forbidden-properties): Fix typo in doc
21056         string.
21057
21058 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21059
21060         * gnus-util.el (gnus-replace-in-string): Add doc string.
21061
21062         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21063         to avoid problems when splitting mails with many recipients.
21064
21065 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21066
21067         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21068         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21069
21070 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21071
21072         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21073         if there is no hashtable in memory or file modification time is
21074         newer than cached timestamp.
21075
21076 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21077
21078         * gnus-sum.el (gnus-summary-limit-to-recipient):
21079         Implement not-matching option.
21080
21081 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21082
21083         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21084         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21085         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21086         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21087         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21088         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21089
21090 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21091
21092         * message.el (message-forward-make-body-mml): Remove headers
21093         according to message-forward-ignored-headers if a message is decoded.
21094
21095 2004-12-02  Romain Francoise  <romain@orebokech.com>
21096
21097         * message.el (message-forward-make-body-plain): Always remove
21098         headers according to message-forward-ignored-headers.
21099
21100 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21101
21102         * spam.el (spam-summary-prepare-exit): Remove the
21103         gnus-summary-limit pop for now, it has problems with ham marks for
21104         me.
21105
21106 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21107
21108         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21109         correctly.
21110
21111 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21112
21113         * format-spec.el (format-spec): Message the char.
21114
21115 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21116
21117         * gnus-art.el (gnus-split-methods): Reformat comments.
21118
21119         * spam.el (spam-summary-prepare-exit): Remove article limits
21120         before exiting the summary buffer.
21121
21122 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21123
21124         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21125         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21126
21127         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21128         order to silence the byte compiler.
21129
21130         * spam.el: Fix the way to silence the byte compiler, which
21131         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21132         bbdb-search-simple, spam-BBDB-register-routine,
21133         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21134         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21135         spam-stat-buffer-is-spam, spam-stat-load,
21136         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21137         spam-stat-save and spam-stat-split-fancy.
21138
21139 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21140
21141         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21142         which may confuse users.
21143         (canlock-password-for-verify): Ditto.
21144
21145         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21146
21147         * gnus-art.el (gnus-emphasis-alist): Ditto.
21148
21149         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21150
21151         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21152
21153         * gnus-start.el (gnus-save-killed-list): Ditto.
21154
21155         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21156         (gnus-sum-thread-tree-root): Ditto.
21157         (gnus-sum-thread-tree-false-root): Ditto.
21158         (gnus-sum-thread-tree-single-indent): Ditto.
21159
21160         * message.el (message-courtesy-message): Ditto.
21161         (message-archive-note): Ditto.
21162         (message-subscribed-address-file): Ditto.
21163         (message-user-fqdn): Ditto.
21164
21165         * spam-report.el (spam-report-gmane-regex): Ditto.
21166
21167         * spam.el (spam-blackhole-good-server-regex): Ditto.
21168
21169 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21170
21171         * mml.el (mml-preview): Widen the message buffer before copying
21172         the contents to the preview buffer; sort headers before previewing.
21173
21174         * message.el (message-hidden-headers): Fix the way to avoid a bug
21175         in the `repeat' widget in Emacs 21.3 or earlier.
21176
21177 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21178
21179         * message.el (message-hidden-headers): Default to "^References:".
21180         Improve customization type.  Suggested by Reiner Steib
21181         <Reiner.Steib@gmx.de>.
21182
21183 2004-11-25  Romain Francoise  <romain@orebokech.com>
21184
21185         * message.el (message-strip-forbidden-properties): Remove check for
21186         obsolete `message-hidden' text property, hidden headers are not
21187         accessible in the buffer anymore.
21188
21189 2004-11-22  Romain Francoise  <romain@orebokech.com>
21190
21191         * message.el (message-header-format-alist): Add `From' in list
21192         so that it can be sorted.
21193         (message-fix-before-sending): Widen and sort headers before
21194         sending.
21195         (message-hide-headers): Use narrowing to hide headers by moving
21196         them to the top of the buffer and narrowing to the region
21197         underneath.
21198
21199 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21200
21201         * message.el (message-strip-forbidden-properties):
21202         Bind buffer-read-only (etc) to nil.
21203
21204 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21205
21206         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21207         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21208
21209 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21210
21211         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21212
21213 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21214
21215         * dns.el (query-dns): Use sit-for to time instead of
21216         accept-process-output, since that doesn't seem to work on udp
21217         sockets.
21218
21219 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21220
21221         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21222
21223 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21224
21225         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21226         doc string.  Improve doc string.
21227
21228 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21229
21230         * nntp.el (nntp-request-update-info): Return nil if
21231         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21232         may not call gnus-activate-group which uselessly issues the GROUP
21233         commands for all nntp groups and wastes time.  Reported by Romain
21234         Francoise <romain@orebokech.com>.
21235
21236         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21237
21238 2004-11-15  Simon Josefsson  <jas@extundo.com>
21239
21240         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21241         headers separately.
21242         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21243         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21244
21245 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21246
21247         * gnus-start.el (gnus-convert-old-newsrc):
21248         Assign legacy-gnus-agent to 5.10.7.
21249
21250 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21251
21252         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21253         start of the lines.
21254
21255 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21256
21257         * hashcash.el (hashcash-default-payment): Change default to 20.
21258         (hashcash-default-accept-payment): Change default to 20.
21259         (hashcash-process-alist): New variable.
21260         (hashcash-generate-payment-async): Add.
21261         (hashcash-already-paid-p): Add.
21262         (hashcash-insert-payment): Don't generate payments twice.
21263         (hashcash-insert-payment-async): Add.
21264         (hashcash-insert-payment-async-2): Add.
21265         (hashcash-cancel-async): Add.
21266         (hashcash-wait-async): Add.
21267         (hashcash-processes-running-p): Add.
21268         (hashcash-wait-or-cancel): Add.
21269         (mail-add-payment): New optional argument.  Conditionally start
21270         asynchronous calculation.
21271         (mail-add-payment-async): Add.
21272
21273         * message.el (message-send-mail): Wait for asynchronous hashcash
21274         results.  Don't clobber existing X-Hashcash headers.
21275         (message-setup-1): Call mail-add-payment-async when
21276         message-generate-hashcash is non-nil.
21277
21278 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21279
21280         * message.el (message-use-alternative-email-as-from): Examine the
21281         From header as well; use message-make-from in order to include a
21282         user's full name.
21283
21284 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21285
21286         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21287         default; improve customization type.
21288         (gnus-emphasis-custom-with-format): New macro.
21289         (gnus-emphasis-custom-value-to-external): New function.
21290         (gnus-emphasis-custom-value-to-internal): New function.
21291
21292 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21293
21294         * dns.el (query-dns): Resolve reverse addresses.
21295
21296 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21297
21298         * gnus-group.el (gnus-group-get-new-news): Use it.
21299
21300         * gnus-start.el (gnus-check-reasonable-setup): New function.
21301
21302 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21303
21304         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21305         "Args out of range" error.  Reported by Arnaud Giersch
21306         <arnaud.giersch@free.fr>.
21307
21308 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21309
21310         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21311
21312 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21313
21314         * spam.el (spam group): Add :version.
21315
21316         * pgg-def.el (pgg group): Add :version.
21317
21318 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21319
21320         * gnus-art.el (gnus-article-edit-article): Don't associate the
21321         article buffer with a draft file.  This is a temporary measure
21322         against the 2004-08-22 change to gnus-article-edit-mode.
21323
21324 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21325
21326         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21327         (html2text-format-tags): Remove unused variable `attr'.
21328
21329 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21330
21331         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21332
21333         * tls.el (tls-process-connection-type, tls-success)
21334         (tls-certtool-program): Add :version.
21335
21336         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21337         (starttls-extra-arguments, starttls-process-connection-type)
21338         (starttls-connect, starttls-failure, starttls-success): Add :version.
21339
21340         * spam-stat.el (spam-stat): Add :version.
21341
21342         * sieve.el (sieve): Add :version.
21343
21344         * sha1.el (sha1): Add :version.
21345         (sha1-use-external): Remove redundant version.
21346
21347         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21348         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21349         (nnmail-split-fancy-match-partial-words)
21350         (nnmail-split-lowercase-expanded): Add :version.
21351
21352         * nndiary.el (nndiary): Add :version.
21353
21354         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21355
21356         * mml-sec.el (mml-default-sign-method)
21357         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21358         Add :version.
21359
21360         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21361
21362         * mm-url.el (mm-url-use-external, mm-url-program)
21363         (mm-url-arguments): Add :version.
21364
21365         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21366         (mm-attachment-file-modes, mm-decrypt-option)
21367         (mm-w3m-safe-url-regexp): Add :version.
21368
21369         * message.el (message-cite-prefix-regexp)
21370         (message-sendmail-envelope-from, message-minibuffer-local-map)
21371         (message-user-fqdn, message-completion-alist): Add :version.
21372
21373         * gnus-win.el (gnus-configure-windows-hook)
21374         (gnus-use-frames-on-any-display): Add :version.
21375
21376         * gnus-art.el (gnus-article-address-banner-alist)
21377         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21378         (gnus-treat-from-picon, gnus-treat-mail-picon)
21379         (gnus-treat-x-pgp-sig): Add :version.
21380
21381         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21382         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21383         (gnus-summary-article-delete-hook)
21384         (gnus-summary-display-while-building): Add :version.
21385
21386         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21387         (gnus-get-top-new-news-hook): Add :version.
21388
21389         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21390         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21391
21392         * gnus-registry.el (gnus-registry): Add :version.
21393
21394         * gnus-spec.el (gnus-use-correct-string-widths)
21395         (gnus-make-format-preserve-properties): Add :version.
21396
21397         * gnus.el (gnus-group-charter-alist)
21398         (gnus-group-fetch-control-use-browse-url)
21399         (gnus-install-group-spam-parameters): Add :version.
21400
21401         * gnus-diary.el (gnus-diary): Add :version.
21402
21403         * gnus-delay.el (gnus-delay): Add :version.
21404
21405         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21406         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21407         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21408         Add :version.
21409
21410         * gnus-agent.el (gnus-agent-max-fetch-size)
21411         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21412         (gnus-agent-prompt-send-queue): Add :version.
21413
21414         * deuglify.el (gnus-outlook-deuglify): Add :version.
21415
21416         * html2text.el: Beautify code.  Improve doc strings.
21417         Some checkdoc cleanup.
21418         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21419
21420 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21421
21422         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21423
21424 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21425
21426         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21427         when package is loaded.
21428
21429         * spam.el (spam-summary-score-preferred-header): Add global preference
21430         for people who want to override the default SpamAssassin over
21431         Bogofilter preference (when both are set).
21432         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21433         (spam-user-format-function-S):
21434         Check spam-summary-score-preferred-header.
21435         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21436         (spam-user-format-function-S): Format the score correctly.
21437
21438 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21439
21440         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21441         signature file.  Suggested by Manoj Srivastava
21442         <srivasta@golden-gryphon.com>.
21443
21444         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21445         iso-2022-jp even in the Japanese language environment.
21446         Suggested by Jason Rumney <jasonr@gnu.org>.
21447
21448 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21449
21450         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21451         use the same characters as the dummy marks; make it free from
21452         getting affected by the language environment.
21453         (gnus-summary-read-group-1): Update mark positions only when the
21454         format spec is updated.
21455
21456         * gnus-spec.el (gnus-update-format-specifications): Return a list
21457         of updated types.
21458
21459 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21460
21461         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21462         of boundp to check if display-warning is available.
21463
21464 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21465
21466         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21467
21468 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21469
21470         * nnspool.el (nnspool-spool-directory): Use news-path if the
21471         news-directory variable is not bound.
21472
21473         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21474         function instead of display-warning if it is not available.
21475
21476 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21477
21478         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21479         v5-10: Use `point-at-bol'.
21480
21481 2004-10-26  Simon Josefsson  <jas@extundo.com>
21482
21483         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21484         <chenggao@gmail.com>.
21485
21486 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21487
21488         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21489         instead.
21490
21491 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21492
21493         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21494         to remove a server from the nnimap-server-buffer-alist.
21495         (nnimap-open-connection, nnimap-close-server): Use it.
21496
21497         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21498
21499 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21500
21501         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21502         running the major-mode function.
21503
21504 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21505
21506         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21507         dummy marks in the right way.
21508
21509 2004-10-18  David Edmondson  <dme@dme.org>
21510
21511         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21512         excessively.
21513
21514 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21515
21516         * gnus-util.el (gnus-split-references): Accept a nil references
21517         string and go on blissfully.
21518
21519         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21520         cases where the references string is non-nil but has no references.
21521
21522         * encrypt.el: Add autoload tags.
21523
21524         * spam.el (spam-resolve-registrations-routine): Remove article
21525         from unregistration list too.  Reported by David Hanak
21526         <dhanak@isis.vanderbilt.edu>
21527
21528 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21529
21530         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21531         nil.  Change custom type.
21532
21533 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21534
21535         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21536
21537         * gnus-sum.el (gnus-summary-move-article): Use it.
21538
21539 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21540
21541         * encrypt.el: Add autoload cookies.
21542
21543         * spam.el (spam-backend-article-list-property)
21544         (spam-backend-get-article-todo-list)
21545         (spam-backend-put-article-todo-list)
21546         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21547         Resolve registrations separately.
21548         (spam-register-routine): Format comments.
21549         (spam-unregister-routine, spam-register-routine): Always call with
21550         specific-articles, no default list.
21551         (spam-summary-prepare-exit): Use the spam-classifications function.
21552
21553         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21554         gnus-encrypt.el.
21555
21556         * encrypt.el: Copied from gnus-encrypt.el.
21557
21558         * gnus-encrypt.el: Commented that it's obsolete.
21559
21560 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21561
21562         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21563         (gnus-score-save): Use it.
21564
21565         * message.el (message-bury): Use `window-dedicated-p'.
21566
21567 2004-10-15  Simon Josefsson  <jas@extundo.com>
21568
21569         * pop3.el (top-level): Don't require nnheader.
21570         (pop3-read-timeout): Add.
21571         (pop3-accept-process-output): Add.
21572         (pop3-read-response, pop3-retr): Use it.
21573
21574 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21575
21576         * spam.el (spam-register-routine): Move comment.
21577         (spam-verify-bogofilter): Use 'unknown for the initial
21578         spam-bogofilter-valid state, not 'never.
21579
21580         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21581         for netrc-machine.
21582
21583         * nnimap.el (nnimap-open-connection):
21584         Use netrc-machine-user-or-password.
21585
21586 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21587
21588         * gnus-registry.el (gnus-registry-unload-hook):
21589         Set as a variable with add-hook.
21590
21591         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21592         of news-path.
21593
21594         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21595
21596         * spam.el: Delete duplicate `provide'.
21597         (spam-unload-hook): Set as a variable with add-hook.
21598
21599 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21600
21601         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21602         in the doc string.
21603
21604         * message.el (message-ignored-news-headers)
21605         (message-ignored-supersedes-headers)
21606         (message-ignored-resent-headers)
21607         (message-forward-ignored-headers): Improve custom type.
21608
21609 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21610
21611         * message.el (message-tokenize-header): Fix 2004-09-06 change
21612         which used point-min in the wrong place.
21613
21614 2004-10-12  Simon Josefsson  <jas@extundo.com>
21615
21616         * tls.el (tls-certtool-program): New variable.
21617         (tls-certificate-information): New function, based on
21618         ssl-certificate-information.
21619
21620 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21621
21622         * compface.el: Move the version of ELisp-based uncompface program
21623         to the contrib directory because of the copyright problem.
21624
21625 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21626
21627         * message.el (message-kill-buffer): Raise the current frame.
21628
21629 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21630
21631         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21632
21633         * gnus.el (message-y-or-n-p): Autoload.
21634
21635         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21636         (pop3-password-required, pop3-authentication-scheme)
21637         (pop3-leave-mail-on-server): Make customizable.
21638         (pop3): New custom group.
21639         (pop3-retr): Remove `sleep-for' statements.
21640         Suggested by Dave Love <fx@gnu.org>.
21641
21642         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21643         Windows/DOS.
21644
21645         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21646         (imap-parse-body): Fix incorrect use of `assert'.
21647         Suggested by Dave Love <fx@gnu.org>.
21648
21649         * mml.el (mml-minibuffer-read-disposition): Require match.
21650         Suggested by Dave Love <fx@gnu.org>.
21651
21652 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21653
21654         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21655         doc string.
21656
21657 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21658
21659         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21660
21661 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21662
21663         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21664         instead of calling `mm-insert-inline', to decode text/* parts
21665         before displaying them.
21666
21667 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21668
21669         * mm-uu.el (mm-uu-text-plain-type): New variable.
21670         (mm-uu-pgp-signed-extract-1): Use it.
21671         (mm-uu-pgp-encrypted-extract-1): Use it.
21672         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21673         bind mm-uu-text-plain-type with that value.
21674         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21675         mm-uu-dissect.
21676
21677 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21678
21679         * gnus-group.el (gnus-update-group-mark-positions):
21680         * gnus-sum.el (gnus-update-summary-mark-positions):
21681         * message.el (message-check-news-body-syntax):
21682         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21683         of string-as-multibyte.
21684
21685 2004-10-05  Juri Linkov  <juri@jurta.org>
21686
21687         * gnus-group.el (gnus-update-group-mark-positions):
21688         * gnus-sum.el (gnus-update-summary-mark-positions):
21689         * message.el (message-check-news-body-syntax):
21690         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21691         8-bit unibyte values to a multibyte string for search functions.
21692
21693 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21694
21695         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21696         (mm-uu-dissect-text-parts): New function.
21697
21698         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21699         dissect text parts.
21700
21701         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21702         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21703
21704         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21705
21706         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21707         Use gnus-current-topics instead of gnus-current-topic.
21708
21709 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21710
21711         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21712
21713 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21714
21715         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21716         where appropriate.
21717
21718         * nnml.el (nnml-generate-active-info): do.
21719
21720         * nndiary.el (nndiary-generate-active-info): do.
21721
21722         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21723         (gnus-topic-move): do.
21724
21725         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21726         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21727
21728         * gnus-srvr.el (gnus-server-prepare)
21729         (gnus-server-open-all-servers): do.
21730
21731         * gnus-msg.el (gnus-summary-cancel-article)
21732         (gnus-summary-resend-message)
21733         (gnus-summary-mail-crosspost-complaint): do.
21734
21735         * gnus-move.el (gnus-change-server): do.
21736
21737         * gnus-group.el (gnus-group-unmark-all-groups)
21738         (gnus-group-set-current-level): do.
21739
21740 2004-10-04  Simon Josefsson  <jas@extundo.com>
21741
21742         * message.el (message-generate-hashcash): Doc fix.
21743
21744 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21745
21746         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21747         avoid infinite recursion via gnus-get-function.
21748
21749 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21750
21751         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21752
21753         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21754
21755         * nnmail.el (nnmail-split-history): do.
21756
21757         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21758         (nnml-request-delete-group): do.
21759
21760         * nnslashdot.el (nnslashdot-read-groups): do.
21761
21762         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21763         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21764
21765         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21766         (nnspool-sift-nov-with-sed): Use last.
21767         (nnspool-retrieve-headers-with-nov): Use mapc.
21768         (nnspool-request-newgroups): Use dolist.
21769         (nnspool-request-group): Use last.
21770
21771         * nntp.el (nntp-read-server-type): Use dolist.
21772
21773         * nnvirtual.el (nnvirtual-create-mapping)
21774         (nnvirtual-update-read-and-marked): Use dolist.
21775         (nnvirtual-convert-headers): Simplify.
21776
21777 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21778
21779         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21780         Add support for sync'ing tick marks.
21781
21782 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21783
21784         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21785         there's no visible header.
21786
21787 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21788
21789         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21790         When necessary, pass full group name to gnus-request-set-marks.
21791
21792 2004-10-01  Simon Josefsson  <jas@extundo.com>
21793
21794         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21795         acroread.
21796
21797 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21798
21799         * spam-report.el (spam-report-gmane): Fix interactive.
21800
21801         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21802
21803         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21804         when writing file.
21805         (gnus-agent-synchronize-flags): Don't default to being
21806         interactive.
21807
21808 2004-09-30  Simon Josefsson  <jas@extundo.com>
21809
21810         * message.el (message-generate-hashcash): Add.
21811         (message-send-mail): Use it, call mail-add-payment.
21812
21813 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21814
21815         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21816
21817 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21818
21819         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21820         gnus-requst-update-info with explicit code to sync the in-memory
21821         info read flags with the marks being sync'd to the backend.
21822
21823         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21824
21825 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21826
21827         * spam.el (spam-verify-bogofilter): Add new function.
21828         (spam-check-bogofilter)
21829         (spam-bogofilter-register-with-bogofilter): Use it.
21830         (spam-verify-bogofilter): Add small fixes.
21831
21832 2004-09-28  Simon Josefsson  <jas@extundo.com>
21833
21834         * hashcash.el (hashcash-generate-payment): Revert.
21835
21836 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21837
21838         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21839         Use gnus-extract-references instead of gnus-split-references.
21840
21841         * gnus-util.el (gnus-extract-references): Add new function, analogous
21842         to gnus-split-references but extracts only the message-ID without
21843         anything extra.
21844
21845         * hashcash.el (hashcash-generate-payment)
21846         (hashcash-check-payment): Do the right thing if hashcash-path is
21847         nil (because the hashcash program could not be found).
21848
21849         * spam.el (spam-use-hashcash): Remove comment.
21850
21851 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21852
21853         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21854         (gnus-cache-enter-article, gnus-cache-remove-article)
21855         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21856
21857         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21858
21859         * gnus-art.el (article-hide-boring-headers)
21860         (article-translate-strings, article-display-face)
21861         (gnus-article-mime-match-handle-first)
21862         (gnus-article-highlight-headers)
21863         (gnus-article-add-buttons-to-head): do.
21864
21865 2004-09-27  Simon Josefsson  <jas@extundo.com>
21866
21867         * hashcash.el: New version, from
21868         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21869         ../contrib/.
21870
21871 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21872
21873         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21874
21875 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21876
21877         * gnus-dup.el (gnus-dup-open): Use mapc.
21878         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21879
21880         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21881         Reported by Stefan Wiens <s.wi@gmx.net>.
21882
21883         * gnus.el (gnus-shutdown): Use dolist.
21884
21885         * gnus-undo.el (gnus-undo): Use mapc.
21886
21887         * nnrss.el (nnrss-generate-active): do.
21888
21889         * message.el (message-cite-original-without-signature)
21890         (message-cite-original): Use mapc.
21891         (message-do-actions, message-make-forward-subject): Use dolist.
21892
21893 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21894
21895         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21896         deletion to remove entire duplicate line.  Fixes merged article
21897         number bug.
21898
21899 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21900
21901         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21902         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21903         first ask if you want to open a server and then, even when you
21904         responded with no, asking if you want to synchronize the server's
21905         flags.
21906         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21907         multi-line expressions.
21908         (gnus-agent-synchronize-group-flags): New internal function.
21909         Updates marks in memory (in the info structure) AND in the
21910         backend.
21911
21912         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21913
21914         * nnagent.el (nnagent-request-set-mark):
21915         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21916         method, to ensure that synchronization updates marks in the
21917         backend and in the info (in memory) structure.
21918
21919 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21920
21921         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21922         convention fully; don't miss the root article of a thread; make
21923         the X-Draft-From header with correct article numbers.
21924
21925 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21926
21927         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21928         unless plugged.  Disable the agent so that an open failure causes
21929         an error.
21930
21931         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21932         Revert 2004-09-21 change.  The backend must be opened while
21933         synchronizing flags even when the backend stores the flags
21934         locally.
21935
21936 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21937
21938         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21939         in `header' match.  Reported by Svend Tollak Munkejord.
21940
21941         * message.el (message-cite-original): Fix use of
21942         `message-cite-articles-with-x-no-archive'.
21943
21944 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21945
21946         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21947         (gnus-window-to-buffer): Ditto.
21948
21949         * mml.el (mml-preview-buffer): New variable.
21950         (mml-preview): Manage window layout with gnus-buffer-configuration.
21951
21952         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21953         X-Draft-From header even if those articles aren't quoted.
21954
21955 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21956
21957         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21958         (gnus-request-set-mark, gnus-request-update-mark): Use new
21959         g-s-t-u-l-m to decide to use backend even when unplugged.
21960
21961 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21962
21963         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21964         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21965
21966 2004-09-20  Simon Josefsson  <jas@extundo.com>
21967
21968         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21969         "utf-16-le".
21970
21971 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21972
21973         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21974
21975 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21976
21977         * uudecode.el (uudecode-use-external): Add :version.
21978
21979         * smime.el (smime-CA-file, smime-encrypt-cipher)
21980         (smime-dns-server): Add :version.
21981
21982         * smiley.el (gnus-smiley-file-types): Add :version.
21983
21984         * sha1.el (sha1-use-external): Add :version.
21985
21986         * pgg-def.el (pgg-query-keyserver): Add :version.
21987
21988         * nnmail.el (nnmail-fancy-expiry-targets)
21989         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21990         Add :version.
21991
21992         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21993         (nnimap-retrieve-groups-asynchronous): Add :version.
21994         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21995
21996         * mml.el (mml-content-disposition-parameters)
21997         (mml-insert-mime-headers-always): Add :version.
21998
21999         * mm-util.el (mm-coding-system-priorities): Add :version.
22000
22001         * mm-decode.el (mm-inline-text-html-with-images)
22002         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22003         (mm-verify-option): Add :version.
22004         (mm-text-html-renderer): Change :version.
22005
22006         * message.el (message-fcc-externalize-attachments)
22007         (message-required-headers, message-draft-headers)
22008         (message-subject-trailing-was-query)
22009         (message-subject-trailing-was-ask-regexp)
22010         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22011         (message-mark-insert-end, message-archive-header)
22012         (message-archive-note, message-cross-post-default)
22013         (message-cross-post-note, message-followup-to-note)
22014         (message-cross-post-note-function, message-use-mail-followup-to)
22015         (message-subscribed-address-functions)
22016         (message-subscribed-address-file, message-subscribed-addresses)
22017         (message-subscribed-regexps, message-allow-no-recipients)
22018         (message-yank-cited-prefix, message-signature-insert-empty-line)
22019         (message-hidden-headers, message-hierarchical-addresses)
22020         (message-mail-user-agent, message-use-idna)
22021         (message-valid-fqdn-regexp)
22022         (message-strip-special-text-properties, message-header-synonyms)
22023         (message-beginning-of-line, message-tab-body-function): Add :version.
22024         (message-insert-canlock, message-wide-reply-confirm-recipients):
22025         Change :version.
22026
22027         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22028         and :version.
22029         (mail-source-delete-old-incoming-confirm)
22030         (mail-source-movemail-program): Add :version.
22031
22032         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22033         (gnus-agent-cache, gnus-agent): Change :version.
22034
22035         * gnus-util.el (gnus-use-byte-compile): Change :version.
22036
22037         * gnus-sum.el (gnus-summary-make-false-root-always)
22038         (gnus-summary-default-high-score)
22039         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22040         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22041         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22042         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22043         (gnus-sum-thread-tree-single-indent)
22044         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22045         (gnus-sum-thread-tree-leaf-with-other)
22046         (gnus-sum-thread-tree-single-leaf): Add :version.
22047         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22048         (gnus-article-loose-mime): Change :version.
22049
22050         * gnus-start.el (gnus-backup-startup-file)
22051         (gnus-save-startup-file-via-temp-buffer): Add :version.
22052
22053         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22054         (gnus-server-offline-face): Add :version.
22055
22056         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22057
22058         * gnus-msg.el (gnus-gcc-externalize-attachments)
22059         (gnus-debug-files, gnus-debug-exclude-variables)
22060         (gnus-discouraged-post-methods): Change :version.
22061         (gnus-confirm-mail-reply-to-news)
22062         (gnus-confirm-treat-mail-like-news): Add :version.
22063
22064         * gnus-int.el (gnus-server-unopen-status): Add :version.
22065
22066         * gnus-group.el (gnus-group-jump-to-group-prompt)
22067         (gnus-large-ephemeral-newsgroup)
22068         (gnus-fetch-old-ephemeral-headers): Add :version.
22069
22070         * gnus-fun.el (gnus-x-face-directory)
22071         (gnus-convert-pbm-to-x-face-command)
22072         (gnus-convert-image-to-x-face-command)
22073         (gnus-convert-image-to-face-command): Add :version.
22074
22075         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22076
22077         * gnus-cite.el (gnus-cite-blank-line-after-header)
22078         (gnus-article-boring-faces): Add :version.
22079
22080         * gnus-art.el (gnus-buttonized-mime-types)
22081         (gnus-inhibit-mime-unbuttonizing)
22082         (gnus-treat-display-face)
22083         (gnus-treat-body-boundary): Change :version.
22084         (gnus-body-boundary-delimiter, gnus-picon-databases)
22085         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22086         (gnus-treat-date-english, gnus-treat-fold-headers)
22087         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22088         (gnus-treat-mail-picon, gnus-treat-wash-html)
22089         (gnus-article-encrypt-protocol)
22090         (gnus-use-idna, gnus-article-over-scroll)
22091         (gnus-mime-display-multipart-alternative-as-mixed)
22092         (gnus-mime-display-multipart-related-as-mixed)
22093         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22094         (gnus-ctan-url, gnus-button-ctan-handler)
22095         (gnus-button-handle-ctan-bogus-regexp)
22096         (gnus-button-ctan-directory-regexp)
22097         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22098         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22099         (gnus-button-man-level, gnus-button-emacs-level)
22100         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22101
22102         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22103         (gnus-agent-go-online): Change :version.
22104         (gnus-agent-expire-unagentized-dirs)
22105         (gnus-agent-auto-agentize-methods): Add :version.
22106
22107         * flow-fill.el (fill-flowed-display-column)
22108         (fill-flowed-encode-column): Add :version.
22109
22110         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22111         (gnus-outlook-deuglify-unwrap-max)
22112         (gnus-outlook-deuglify-cite-marks)
22113         (gnus-outlook-deuglify-unwrap-stop-chars)
22114         (gnus-outlook-deuglify-no-wrap-chars)
22115         (gnus-outlook-deuglify-attrib-cut-regexp)
22116         (gnus-outlook-deuglify-attrib-verb-regexp)
22117         (gnus-outlook-deuglify-attrib-end-regexp)
22118         (gnus-outlook-display-hook): Add :version.
22119
22120         * binhex.el (binhex-use-external): Add :version.
22121
22122 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22123
22124         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22125         and `invisible'.
22126
22127 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22128
22129         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22130         in gnus-registry-trim.
22131
22132 2004-09-13  Simon Josefsson  <jas@extundo.com>
22133
22134         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22135
22136         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22137
22138         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22139         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22140         <yamaoka@jpl.org>.
22141         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22142         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22143         <yamaoka@jpl.org>.
22144
22145         * sieve.el (sieve-manage-mode): Ditto.
22146
22147 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22148
22149         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22150
22151 2004-09-11  Simon Josefsson  <jas@extundo.com>
22152
22153         * dns-mode.el: Add.
22154
22155         * mm-view.el (mm-display-dns-inline): Add.
22156
22157         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22158         (mm-automatic-display): Ditto.
22159
22160         * mailcap.el (mailcap-mime-data): Add text/dns.
22161         (mailcap-mime-extensions): Map .soa to text/dns.
22162
22163 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22164
22165         * gnus-art.el (article-decode-mime-words, article-babel)
22166         (gnus-article-highlight-signature, gnus-article-add-buttons)
22167         (gnus-signature-toggle): Remove unnecessary bindings of
22168         `inhibit-read-only' inherited from v5.10 merge.
22169
22170 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22171
22172         * nntp.el (nntp): New customization group.
22173         (nntp-authinfo-file): Add customization group.
22174
22175         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22176
22177         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22178
22179         * gnus.el (to-address, to-list, subscribed)
22180         (large-newsgroup-initial): Ditto.
22181
22182         * flow-fill.el (fill-flowed-display-column)
22183         (fill-flowed-encode-column): Ditto.
22184
22185 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22186
22187         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22188         Use point-min rather than 1.
22189         (message-send-mail): Use buffer-size rather than point-max.
22190
22191         * gnus-sum.el (gnus-summary-search-article-forward):
22192         Signal a specific `search-failed' rather than a generic `error'.
22193
22194         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22195         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22196         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22197
22198 2004-09-10  Simon Josefsson  <jas@extundo.com>
22199
22200         * nndb.el (require): Remove tcp and duplicate cl.
22201
22202 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22203
22204         * gnus-agent.el (directory-files-and-attributes): Move forward.
22205
22206 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22207
22208         * gnus-agent.el (directory-files-and-attributes):
22209         Optionally defined to support XEmacs.
22210
22211 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22212
22213         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22214         to avoid run-time CL dependencies.
22215         (gnus-agent-unfetch-articles): New function.
22216         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22217         article numbers even when local .overview file is missing.
22218         (gnus-agent-read-article-number): New function.  Only accepts
22219         27-bit article numbers.
22220         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22221         Use gnus-agent-read-article-number.
22222         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22223         from backend while recognizing that article numbers in .overview
22224         must be valid.
22225         (gnus-agent-update-files-total-fetched-for):
22226         Use directory-files-and-attributes to improve performance.
22227         * gnus-int.el (gnus-request-move-article):
22228         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22229         improve performance.
22230
22231         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22232         some users confused by references to .newsrc when they only have a
22233         .newsrc.eld file.
22234         (gnus-convert-mark-converter-prompt)
22235         (gnus-convert-converter-needs-prompt): Fix use of property list.
22236         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22237         New function.  Used internally to only display 'gnus converting
22238         files' message when actually necessary.
22239
22240         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22241         methods now autoloaded.
22242
22243 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22244
22245         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22246         identifiers.
22247
22248 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22249
22250         * gnus-picon.el: Fix indentation and closing parenthesis.
22251
22252 2004-09-01  Simon Josefsson  <jas@extundo.com>
22253
22254         * message.el (message-canlock-generate): Require sha1, not
22255         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22256         to require within a function.  Sadly, if sha1.el isn't loaded, the
22257         let binding in m-c-g will hide the defcustom definition, which is
22258         bad.)
22259
22260         * canlock.el: Require sha1, not sha1-el.
22261
22262         * message.el: Don't autoload sha1 (there is a autoload cookie in
22263         sha1.el).
22264
22265         * sha1-el.el: Rename to sha1.el.
22266
22267 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22268
22269         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22270
22271 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22272
22273         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22274
22275 2004-08-30  Kim F. Storm  <storm@cua.dk>
22276
22277         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22278
22279         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22280         Add :group 'nnimap.
22281
22282 2004-08-30  Andreas Schwab  <schwab@suse.de>
22283
22284         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22285         ?* and ?\;.
22286
22287         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22288         and ?\' to symbol instead of whitespace.
22289
22290 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22291
22292         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22293
22294         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22295         instead of re-search-forward.
22296
22297         * gnus-uu.el (gnus-uu-save-article): Ditto.
22298         (gnus-uu-post-encode-uuencode): Ditto.
22299
22300         * html2text.el (html2text-clean-list-items): Ditto.
22301         (html2text-clean-dtdd): Ditto.
22302         (html2text-format-tags): Ditto.
22303
22304         * message.el (message-send-mail-with-sendmail): Fix regexp.
22305         (message-fill-field-general): Use search-forward instead of
22306         re-search-forward.
22307         (unbold-region): Ditto.
22308
22309         * nnrss.el (nnrss-request-article): Ditto.
22310
22311         * nnslashdot.el (nnslashdot-request-article): Ditto.
22312
22313         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22314
22315         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22316         "Unrecognized menu descriptor" error in XEmacs.
22317
22318 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22319
22320         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22321         parent article of a sparse article in the thread hashtb.
22322
22323 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22324
22325         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22326         (nnmail-expand-newtext): Lowercase expanded entries if
22327         nnmail-split-lowercase-expanded is non-nil.
22328
22329 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22330
22331         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22332
22333         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22334         of gnus-tmp-news-method into string under XEmacs.  It will be
22335         passed to gnus-correct-length which takes only a string argument.
22336
22337 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22338
22339         * gnus-util.el (gnus-bind-print-variables): New macro.
22340         (gnus-prin1): Use it.
22341         (gnus-prin1-to-string): Use it.
22342         (gnus-pp): New function.
22343         (gnus-pp-to-string): New function.
22344
22345         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22346         Replace pp-to-string with gnus-pp-to-string.
22347         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22348         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22349         * gnus-msg.el (gnus-debug): Ditto.
22350         * gnus-score.el (gnus-score-save): Ditto.
22351         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22352         gnus-pp-to-string.
22353         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22354         with gnus-pp.
22355         * score-mode.el (gnus-score-pretty-print): Ditto.
22356         * webmail.el (webmail-debug): Ditto.
22357
22358 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22359
22360         * gnus-art.el (article-display-face, article-display-x-face):
22361         Use buffer-read-only.
22362
22363 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22364
22365         * gnus-art.el (article-hide-list-identifiers):
22366         Bind inhibit-read-only as t.
22367
22368 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22369
22370         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22371
22372 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22373
22374         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22375         (gnus-narrow-to-page): Don't assume point-min == 1.
22376         (gnus-article-edit-mode): Derive from message-mode.
22377
22378         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22379         point-min == 1.
22380
22381         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22382         Disable incorrect use of `assert'.
22383
22384         * message.el (message-mode): Set comment-start-skip.
22385
22386
22387 2004-08-22  Sam Steingold  <sds@gnu.org>
22388
22389         * pop3.el (pop3-leave-mail-on-server): New user variable.
22390         (pop3-movemail): Delete mail only when it is nil.
22391
22392 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22393
22394         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22395
22396         * mml.el (mml-preview): Use `pop-to-buffer'.
22397
22398         * message.el (message-goto-mail-followup-to): Insert after "To".
22399         (message-carefully-insert-headers): Add comment.
22400
22401         * gnus.el: Remove unused variable `gnus-article-check-size'.
22402
22403         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22404
22405         * gnus-art.el (gnus-button-alist):
22406         Improve `gnus-button-handle-library' entry.
22407
22408 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22409
22410         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22411         Use downcase, since XEmacs capitalizes error messages differently.
22412
22413 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22414
22415         * nntp.el: Add (require 'gnus) due to reference to
22416         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22417
22418 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22419
22420         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22421         Bind `mm-fill-flowed'.
22422
22423         * mm-decode.el (mm-dissect-singlepart): Check it.
22424
22425 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22426
22427         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22428         'imap' for netrc parsing.
22429
22430 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22431
22432         * mailcap.el (mailcap-mime-data): Mark as risky.
22433
22434 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22435
22436         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22437         may be included in the encoded word.
22438         (rfc2047-encode): Don't append a space if the encoded word
22439         includes close parenthesis.
22440
22441 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22442
22443         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22444         of text within parentheses.
22445
22446 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22447
22448         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22449         (gnus-encrypt-write-file-contents): Make the password key the file
22450         name PLUS the cipher, not just the cipher.  Also remove failed
22451         passwords from the cache.
22452
22453 2004-08-06  Simon Josefsson  <jas@extundo.com>
22454
22455         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22456         Doc fix.
22457
22458 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22459
22460         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22461         LWSP.
22462
22463 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22464
22465         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22466         Try to append in-reply-to: data to the references: header.
22467
22468         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22469         (netrc-parse): Use gnus-encrypt.el functions.
22470
22471         * gnus-encrypt.el: Add new file for encryption support; currently
22472         does only a few GPG ciphers and an internal XOR cipher.
22473
22474         * password.el: Add comments on using password-read-and-add.
22475         (password-read-and-add): Add function to read and add the
22476         password to the cache at once.
22477
22478 2004-07-28  Simon Josefsson  <jas@extundo.com>
22479
22480         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22481         parameter (but don't use it, for now).
22482
22483         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22484         instead of hard coding to nil.
22485
22486 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22487
22488         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22489         as mm-inline-image-xemacs does.
22490
22491 2004-07-26  Simon Josefsson  <jas@extundo.com>
22492
22493         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22494         Revert part of 2004-07-17 change below.
22495
22496 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22497
22498         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22499         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22500
22501 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22502
22503         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22504         quotes that actually start with ">" at the beginning of the
22505         lines.
22506
22507 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22508
22509         * rfc2047.el (rfc2047-encode-region): Fix last change.
22510         (rfc2047-encode-parameter): Remove useless concat.
22511
22512 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22513
22514         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22515         encode special characters; fix some kind of misconfigured headers;
22516         signal a real error if debug-on-quit or debug-on-error is non-nil.
22517         (rfc2047-encode-max-chars): New variable.
22518         (rfc2047-encode-1): Use it.
22519         (rfc2047-encode-parameter): New function.
22520
22521         * mml.el (mml-insert-parameter): Remove an excessive space.
22522
22523 2004-07-17  Simon Josefsson  <jas@extundo.com>
22524
22525         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22526         Kai Grossjohann <kai@emptydomain.de>.
22527         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22528         (gnus-group-make-menu-bar): Ditto.
22529
22530         * gnus-util.el (gnus-group-server): Add.
22531
22532 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22533
22534         * message.el (message-clone-locals): Clone sendmail and smtp
22535         variables.
22536
22537 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22538
22539         * rfc2047.el (rfc2047-encode-region): Fix last change.
22540
22541 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22542
22543         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22544         characters as non-special.
22545
22546 2004-07-09  Simon Josefsson  <jas@extundo.com>
22547
22548         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22549         Users will lose all flag changes made while unplugged with
22550         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22551         good default.  See numerous reports on ding mailing list.
22552
22553 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22554
22555         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22556         add generate-head-function and generate-article-function to the
22557         rfc822-forward entry.
22558         (nndoc-rfc822-forward-generate-article): New function.
22559         (nndoc-rfc822-forward-generate-head): New function.
22560
22561         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22562
22563 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22564
22565         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22566         respect display group parameter and gnus-summary-expunge-below.
22567         (gnus-articles-to-read): Remove unused reference to display group
22568         parameter.
22569
22570 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22571
22572         * nnheader.el (nnheader-uniquify-message-id): New experimental
22573         variable.
22574         (nnheader-nov-read-message-id): Use it.
22575
22576         * spam-report.el (spam-report-gmane): Add interactive.
22577
22578 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22579
22580         * mm-encode.el (mm-content-transfer-encoding-defaults):
22581         Use qp-or-base64 for the application/* types.
22582
22583 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22584
22585         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22586
22587 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22588
22589         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22590         trim value.
22591
22592 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22593
22594         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22595         New macro and function.
22596         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22597
22598 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22599
22600         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22601         after-load-alist.
22602
22603 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22604
22605         * gnus-group.el (gnus-group-get-new-news-this-group):
22606         Don't update info that isn't there.
22607
22608 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22609
22610         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22611         entry.
22612
22613 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22614
22615         * mm-view.el (mm-inline-render-with-function): Use multibyte
22616         buffer; decode html source by charset.
22617
22618         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22619
22620         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22621         Mule-UCS is loaded under XEmacs.
22622         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22623
22624 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22625
22626         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22627
22628 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22629
22630         * mm-util.el (mm-coding-system-p): Return a coding-system.
22631         (mm-mime-mule-charset-alist): Use shift_jis instead of
22632         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22633         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22634         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22635         instead of japanese-shift-jis and iso-latin-1 respectively in
22636         order to share the default value with both Emacs and XEmacs-mule.
22637         (mm-mule-charset-to-mime-charset):
22638         Make mm-coding-system-priorities effective.
22639         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22640         while predicating of candidates upon the priorities.
22641
22642 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22643
22644         * gnus-sum.el (gnus-summary-make-menu-bar):
22645         Add gnus-uu-invert-processable.
22646
22647         * gnus.el: Autoload gnus-uu-invert-processable.
22648
22649 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22650
22651         * mm-util.el (mm-with-multibyte-buffer): New macro.
22652
22653         * rfc2047.el (rfc2047-encode-string): Use it.
22654         (rfc2047-encode-region): Move point to the end of the region after
22655         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22656
22657 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22658
22659         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22660         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22661
22662 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22663
22664         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22665         (gnus-cite-parse): Ignore quoted envelope From_.
22666         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22667
22668 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22669
22670         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22671         invalid addresses.
22672
22673 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22674
22675         * spam.el: Change section markers, revise TODO list.
22676         (spam-backends): Make new master list of all installed backends.
22677         (spam-summary-exit-behavior): Add new variable to determine how
22678         messages moves are done at summary exit.
22679         (spam-move-spam-nonspam-groups-only)
22680         (spam-process-ham-in-nonham-groups)
22681         (spam-process-ham-in-spam-groups): Remove variables, the
22682         spam-summary-exit-behavior variable should be used to manage this
22683         behavior.
22684         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22685         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22686         and spam-old-spam-articles.
22687         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22688         Add empty variables, placeholders for the backends they represent.
22689         (spam-set-difference): Move, unchanged.
22690         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22691         unless the user has a processor variable.
22692         (spam-classifications, spam-classification-valid-p)
22693         (spam-backend-properties, spam-backend-property-valid-p)
22694         (spam-backend-function-type-valid-p)
22695         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22696         (spam-report-articles-gmane, spam-report-articles-resend):
22697         Remove functions, they are not needed.
22698         (spam-install-backend-super, spam-backend-list)
22699         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22700         (spam-backend-function, spam-backend-ham-registration-function)
22701         (spam-backend-spam-registration-function)
22702         (spam-backend-ham-unregistration-function)
22703         (spam-backend-spam-unregistration-function)
22704         (spam-backend-statistical-p, spam-backend-mover-p)
22705         (spam-install-backend-alias, spam-install-checkonly-backend)
22706         (spam-install-mover-backend, spam-install-nocheck-backend)
22707         (spam-install-backend, spam-install-statistical-backend)
22708         (spam-install-statistical-checkonly-backend): Add backend installation
22709         support.
22710         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22711         (spam-group-processor-p): Use the new backend code and respect the
22712         summary exit behavior.
22713         (spam-mark-spam-as-expired-and-move-routine): Remove.
22714         (spam-summary-prepare): Change to use the new spam-old-articles
22715         variable.
22716         (spam-copy-or-move-routine, spam-copy-spam-routine)
22717         (spam-move-spam-routine, spam-copy-ham-routine)
22718         (spam-move-ham-routine): Add code to copy/move ham or spam.
22719         (spam-fetch-field-fast): Improve doc and code, plus allow the
22720         'number request.
22721         (spam-list-of-checks, spam-list-of-statistical-checks):
22722         Remove variables.
22723         (spam-split, spam-find-spam): Use the new backend code.
22724         (spam-registration-functions): Remove variable.
22725         (spam-unregister-routine): Add convenience wrapper.
22726         (spam-log-undo-registration, spam-register-routine)
22727         (spam-log-processing-to-registry)
22728         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22729         where possible.
22730         (spam-check-gmane-xref, spam-check-regex-headers)
22731         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22732         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22733         (spam-check-bogofilter-headers, spam-check-spamoracle)
22734         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22735         (spam-check-crm114-headers): Use the spam-split-group that
22736         spam-split prepares, no need to determine it every time.
22737
22738         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22739         to the nnheader-parse-naked-head call.
22740
22741         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22742
22743         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22744         the nnheader-nov-read-message-id call.
22745
22746 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22747
22748         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22749         gnus-activate-group twice.  Suggested by Markus Peter
22750         <warp@spin.de>.
22751
22752 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22753
22754         * gnus-art.el (gnus-article-time-format): Exchange the order of
22755         day and month in the default value; fix customization type.
22756         (article-date-ut): Use add-text-properties.
22757         (article-make-date-line): Use message-make-date instead of
22758         current-time-string.
22759
22760         * message.el (message-fetch-field): Don't use set-text-properties.
22761         (message-make-date): Simplify.
22762
22763         * messagexmas.el (message-xmas-make-date): New function.
22764         (message-xmas-redefine): Defalias message-make-date to it.
22765
22766 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22767
22768         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22769         (rfc2047-encode-region): Treat text within parentheses as special;
22770         show the original text when error has occurred.
22771
22772         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22773         already-computed method to gnus-activate-group.
22774
22775         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22776         same select-methods identical Lisp objects.
22777
22778         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22779         object when modifying the info.
22780
22781 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22782
22783         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22784         gnus-opened-servers since it has never been opened with the new
22785         configuration yet.
22786
22787 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22788
22789         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22790         arg to nnheader-generate-fake-message-id.
22791
22792 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22793
22794         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22795         number and build a fake message ID localized to a group and
22796         article number (so it's repeatable from that point on).
22797         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22798         ID format.
22799
22800         * gnus-sum.el (gnus-get-newsgroup-headers):
22801         Call nnheader-generate-fake-message-id with the article number.
22802
22803 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22804
22805         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22806         end-of-buffer.
22807
22808 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22809
22810         * message.el (message-ignored-supersedes-headers): Add Approved.
22811
22812 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22813
22814         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22815         goto-char.
22816         (rfc2047-encode): Fold the line before encoding.
22817
22818 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22819
22820         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22821         folding -- not all headers can be folded, and this should be done
22822         by the message composition mode.  Probably.  I think.
22823
22824 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22825
22826         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22827         fast.
22828
22829         * gnus-ems.el (gnus-remove-image): Don't use
22830         message-text-with-property; remove only the image found first.
22831
22832         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22833         found first.
22834
22835 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22836
22837         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22838
22839 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22840
22841         * message.el (message-text-with-property): Make it fast and accept
22842         optional arguments.
22843         (message-strip-forbidden-properties): Use it.
22844         (message-fix-before-sending): Follow the m-t-w-p change.
22845
22846         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22847
22848 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22849
22850         * gnus-art.el (article-hide-headers): Don't change the buffer
22851         mistakenly when performing mml-preview even if
22852         gnus-single-article-buffer is nil.
22853
22854 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22855
22856         * message.el (message-expand-name-databases): New user option.
22857         (message-expand-name): Use it.
22858
22859 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22860
22861         * spam.el (spam-report-articles-resend)
22862         (spam-report-resend-register-routine): Allow ham reporting.
22863         (spam-report-resend-register-ham-routine): Add wrapper.
22864         (spam-registration-functions): Add ham resending functions.
22865         (spam-list-of-processors): Add ham resend processor.
22866
22867         * gnus.el (ham-resend-to): Add new group parameter.
22868         (spam-process): Add ham resend option.
22869
22870         * spam-report.el (spam-report-resend): Allow reporting ham.
22871         (spam-report-resend-ham): Add wrapper.
22872
22873 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22874
22875         * message.el (message-cite-articles-with-x-no-archive):
22876         New variable.
22877         (message-cite-original): Use it.
22878
22879 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22880
22881         * message.el (message-cite-original): Respect X-No-Archive.
22882
22883 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22884
22885         * gnus-art.el (article-hide-headers): Refer to the values for
22886         gnus-ignored-headers and gnus-visible-headers in the summary
22887         buffer since a user may have set them as group parameters.
22888
22889 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22890
22891         * assistant.el (assistant-node-name): Add convenience function.
22892         (assistant-render-text, assistant-render-node): Add error handling,
22893         plus handle multiple next nodes.
22894         (assistant-find-next-node): Comment out for now.
22895         (assistant-find-next-nodes): Add function, returns list of next
22896         nodes.
22897
22898 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22899
22900         * mail-source.el (mail-source-directory): Fix doc-string.
22901
22902 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22903
22904         * assistant.el (assistant-render-text, assistant-eval): Add :set
22905         widget type, which is different because it takes and returns a
22906         list.  Much hilarity ensues.
22907
22908 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22909
22910         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22911
22912         * gnus-group.el (gnus-group-get-new-news-this-group):
22913         Add doc-string.
22914
22915         * gnus-start.el (gnus-activate-group): Add doc-string.
22916
22917 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22918
22919         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22920
22921 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22922
22923         * assistant.el (assistant-render-text): Try to add a :set
22924         widget, more to come.
22925
22926         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22927         strings.
22928         (spam-report-articles-resend)
22929         (spam-register-routine): Do registration iff any articles warrant
22930         it.
22931         (spam-summary-prepare-exit): Change log message for nil group
22932         destinations.
22933
22934 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22935
22936         * spam.el (spam-report-resend-register-routine):
22937         Allow spam-report-resend-to to be a group parameter or a global value.
22938
22939 2004-05-26  Simon Josefsson  <jas@extundo.com>
22940
22941         * starttls.el: Merge with my GNUTLS based starttls.el.
22942         (starttls-gnutls-program, starttls-use-gnutls)
22943         (starttls-extra-arguments, starttls-process-connection-type)
22944         (starttls-connect, starttls-failure, starttls-success):
22945         New variables.
22946         (starttls-program, starttls-extra-args): Doc fix.
22947         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22948         New functions.
22949         (starttls-negotiate, starttls-open-stream):
22950         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22951         function if it is set.
22952
22953 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22954
22955         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22956         structured fields.
22957
22958 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22959
22960         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22961
22962 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22963
22964         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22965         Add variable.
22966         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22967         assigning the spam-mark to new messages.
22968
22969 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22970
22971         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22972
22973 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22974
22975         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22976
22977         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22978         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22979         default.
22980
22981 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22982
22983         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22984         correct data.
22985
22986 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22987
22988         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22989         (spam-group-processor-p): Fix function.
22990         (spam-group-processor-multiple-p)
22991         (spam-group-spam-processor-report-gmane-p)
22992         (spam-group-spam-processor-report-resend-p)
22993         (spam-group-spam-processor-bogofilter-p)
22994         (spam-group-spam-processor-blacklist-p)
22995         (spam-group-spam-processor-ifile-p)
22996         (spam-group-ham-processor-ifile-p)
22997         (spam-group-spam-processor-spamoracle-p)
22998         (spam-group-spam-processor-crm114-p)
22999         (spam-group-ham-processor-bogofilter-p)
23000         (spam-group-spam-processor-stat-p)
23001         (spam-group-ham-processor-stat-p)
23002         (spam-group-ham-processor-whitelist-p)
23003         (spam-group-ham-processor-BBDB-p)
23004         (spam-group-ham-processor-spamoracle-p)
23005         (spam-group-ham-processor-copy-p): Remove functions with some
23006         prejudice against unneeded code.
23007         (spam-report-articles-resend)
23008         (spam-report-resend-register-routine): Allow the group/topic
23009         spam-resend-to value to override spam-report-resend-to.
23010         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23011         properly now.
23012
23013         * gnus.el (spam-resend-to): Add group/topic parameter.
23014         (spam-process): Move the OBSOLETE processors to the end of the
23015         choices.
23016
23017 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23018
23019         * spam-report.el (spam-report-resend-to, spam-report-resend):
23020         Start with resend-to set to nil, and then ask the user if necessary.
23021         (spam-report-resend): spam-report-resend takes a list of articles, not
23022         separate article numbers.
23023
23024 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23025
23026         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23027         addition to emacs-w3m.
23028
23029 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23030
23031         * assistant.el (assistant-authinfo-data): New function.
23032         (assistant-eval): Eval for entire assistant.
23033
23034         * netrc.el (netrc-services-file): New variable.
23035         (netrc-parse-services): New function.
23036         (netrc-find-service-name): New function.
23037         (netrc-find-service-number): New function.
23038         (netrc-port-equal): New function.
23039         (netrc-machine): Use it.
23040
23041         * nnimap.el (nnimap-open-connection): Use netrc.
23042
23043         * gnus-util.el (gnus-netrc-get): Remove aliases.
23044
23045         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23046
23047         * assistant.el (wid-edit): Fix compilation.
23048
23049         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23050
23051 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23052
23053         * gnus-util.el (gnus-set-file-modes): New function.  (small
23054         patch).
23055
23056 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23057
23058         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23059
23060         * assistant.el (assistant-render-node): Fix up rendering and
23061         read-only text.
23062         (assistant-render-node): Reset.
23063         (assistant-make-read-only): Not sticky.
23064
23065 2004-05-20  Danny Siu  <dsiu@adobe.com>
23066
23067         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23068         centered even when gnus-auto-center-summary is t.
23069
23070 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23071
23072         * dns.el (dns-get-txt-answer): New function.
23073         (dns-read-txt): Ditto.
23074         (query-dns): Use it.
23075
23076 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23077
23078         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23079         active for foreign groups even if the group level is higher than
23080         the specified value.
23081
23082 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23083
23084         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23085         non-active groups.
23086
23087         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23088
23089 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23090
23091         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23092
23093 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23094
23095         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23096         (spam-crm114-header, spam-crm114-spam-switch)
23097         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23098         (spam-crm114-positive-spam-header)
23099         (spam-crm114-database-directory, spam-list-of-processors)
23100         (spam-group-spam-processor-crm114-p)
23101         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23102         (spam-generic-score, spam-list-of-checks)
23103         (spam-list-of-statistical-checks, spam-registration-functions)
23104         (spam-check-crm114-headers, spam-crm114-score)
23105         (spam-check-crm114, spam-crm114-register-with-crm114)
23106         (spam-crm114-register-spam-routine)
23107         (spam-crm114-unregister-spam-routine)
23108         (spam-crm114-register-ham-routine)
23109         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23110
23111 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23112
23113         * gnus.el: Add spam-use-crm114.
23114
23115         * spam.el (spam-list-of-processors, spam-registration-functions):
23116         Add spam-use-resend.
23117         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23118         (spam-report-articles-gmane): Add doc fix.
23119         (spam-report-articles-resend, spam-report-resend-register-routine):
23120         Add wrappers around spam-report-resend-to.
23121
23122         * spam-report.el (spam-report-resend-to, spam-report-resend):
23123         Add support for resending spam.
23124         (spam-report-gmane): Fix line length >80.
23125
23126         * gnus.el (spam-process): Add spam-use-resend.
23127
23128 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23129
23130         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23131         number of processed spam messages.
23132         (spam-ham-copy-or-move-routine): Return the number of processed
23133         ham messages.
23134         (spam-summary-prepare-exit): Use the above values to decide
23135         whether status messages shouled be displayed.
23136
23137 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23138
23139         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23140         `rfc2047-encoding-function-alist' in order to avoid conflicting
23141         with the old version.
23142         (rfc2047-encode-region): Concatenate words containing non-ASCII
23143         characters in structured fields; don't encode space-delimited
23144         ASCII words even in unstructured fields; don't break words at
23145         char-category boundaries.
23146         (rfc2047-encode-1): New function.
23147         (rfc2047-encode): Use it; encode text so that it occupies the
23148         maximum width within 76-column; work correctly on Q encoding for
23149         iso-2022-* charsets.
23150         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23151         sure not to break a line just after the header name.
23152         (rfc2047-b-encode-region): Remove.
23153         (rfc2047-b-encode-string): New function.
23154         (rfc2047-q-encode-region): Remove.
23155         (rfc2047-q-encode-string): New function.
23156
23157         * mm-util.el (mm-replace-in-string): New function.
23158
23159 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23160
23161         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23162         Really get it right.
23163         (gnus-inews-make-draft): Really.
23164
23165 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23166
23167         * nnmh.el (nnmh-request-list-1): Don't check the link count
23168         before descending.  (small patch)
23169
23170 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23171
23172         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23173         stuff.
23174
23175         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23176         Match on real group name.
23177
23178         * gnus-art.el (gnus-signature-limit): Doc fix.
23179
23180         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23181
23182         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23183
23184 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23185
23186         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23187         isn't a string.
23188
23189 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23190
23191         * gnus-draft.el (gnus-draft-send):
23192         Bind rfc2047-encode-encoded-words.
23193
23194         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23195         (rfc2047-encodable-p): Say that =? needs encoding.
23196         (rfc2047-encode-encoded-words): New variable.
23197
23198         * gnus-group.el (gnus-group-select-group): Doc fix.
23199
23200         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23201
23202         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23203         to nil.
23204
23205         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23206
23207         * nnheader.el (nnheader-get-lines-and-char): New function.
23208
23209 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23210
23211         * gnus-msg.el (gnus-summary-followup-with-original):
23212         Document yanking of region when active.
23213
23214 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23215
23216         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23217         groups if the group level is higher than the specified value.
23218
23219 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23220
23221         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23222         (gnus-group-jump-to-group): Add prefix argument using
23223         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23224         non-active group.
23225
23226         * compface.el (uncompface): Be verbose when changing
23227         `uncompface-use-external'.
23228
23229         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23230         handle manual section.
23231
23232 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23233
23234         * gnus-art.el (gnus-button-alist): Revert previous change.
23235
23236 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23237
23238         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23239
23240 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23241
23242         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23243         whether backend can accept message.
23244
23245         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23246
23247 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23248
23249         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23250         Avoid creating directory when nntp-marks-is-evil is true.
23251         Reported by Reiner Steib.
23252
23253 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23254
23255         * gnus-picon.el (gnus-picon-insert-glyph):
23256         Add optional `nostring' argument.
23257
23258 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23259
23260         * gnus-picon.el (gnus-picon-style): New variable.
23261         (gnus-picon-transform-address): Support `gnus-picon-style'.
23262
23263 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23264
23265         * message.el (message-fill-field): Return point.
23266         (message-generate-headers): Go to end of field.
23267
23268         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23269         stuff for non-living groups.
23270
23271 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23272
23273         * gnus-art.el (gnus-article-followup-with-original)
23274         (gnus-article-reply-with-original): gnus-mark-active-p ->
23275         gnus-region-active-p.
23276
23277 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23278
23279         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23280         only when there is spam or ham to be processed.
23281
23282 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23283
23284         * mail-source.el (mail-source-delete-crash-box): Refactor.
23285         (mail-source-fetch): Use it.
23286         (mail-source-fetch-file): Ditto.
23287         (mail-source-fetch-directory): Run postscript in loop.
23288         (mail-source-fetch-pop): Delete.
23289         (mail-source-fetch-maildir): Ditto.
23290         (mail-source-fetch-imap): Ditto.
23291
23292         * imap.el (imap-authenticators): Comment out sasl.
23293
23294         * message.el (message-skip-to-next-address): New function.
23295         (message-fill-header-address): Refactor.
23296         (message-fill-address): Use it.
23297         (message-delete-address): Use it.
23298         (message-fill-header-general): Refactor.
23299         (message-fill-field-address): Rename.
23300         (message-narrow-to-field): Find the start of the header.
23301         (message-header-format-alist): Don't pre-fill.
23302         (message-fill-header): Remove.
23303         (message-insert-header): New function.
23304         (message-shorten-references): Use it.
23305
23306         * rfc2047.el (rfc2047-field-value): Strip props.
23307
23308         * mail-parse.el (mail-header-make-address): New alias.
23309
23310         * ietf-drums.el (ietf-drums-make-address): New function.
23311
23312         * imap.el: Add compiler directives.
23313
23314         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23315
23316         * gnus-art.el (article-decode-idna-rhs): Don't use
23317         message-idna-inside-rhs-p.
23318
23319 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23320
23321         * message.el (message-idna-inside-rhs-p): Remove.
23322         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23323
23324         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23325         false positives.
23326
23327 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23328
23329         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23330
23331 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23332
23333         * nneething.el (nneething-file-name): Don't create spurious
23334         files.
23335
23336         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23337         (gnus-inews-do-gcc): Remove sleep.
23338
23339         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23340         part under point.
23341
23342         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23343         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23344
23345 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23346
23347         * spam.el (spam-summary-prepare-exit): Fix (length).
23348
23349 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23350
23351         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23352         as expired without moving it" message when there are spam
23353         messages left.
23354
23355 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23356
23357         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23358         header is not nil.
23359
23360 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23361
23362         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23363         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23364         (nntp-marks-changed-p): New arg SERVER.
23365         (nntp-request-update-info): Adjust caller.
23366
23367 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23368
23369         * nntp.el (nntp-save-marks): Pass missing arg.
23370
23371 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23372
23373         * nntp.el: Support marks.
23374         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23375         (nntp-marks-modtime, nntp-marks-directory): New variables.
23376         (nntp-request-set-mark, nntp-request-update-info)
23377         (nntp-possibly-create-directory, nntp-marks-changed-p)
23378         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23379         New functions.
23380
23381 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23382
23383         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23384         (gnus-xmas-redefine): Rename.
23385
23386         * gnus-score.el (gnus-score-insert-help):
23387         Use gnus-select-lowest-window.
23388
23389         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23390         appt-select-lowest-window and rename to gnus-select-lowest-window.
23391
23392         * gnus.el: do.
23393
23394 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23395
23396         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23397         encodings of MIME-encoded words, in order to improve
23398         interoperability with several broken MUAs.
23399
23400 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23401
23402         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23403         tags, only when charsets are not specified in headers.
23404         (mm-inline-text-html-render-with-w3m): Ditto.
23405
23406         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23407         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23408
23409 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23410
23411         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23412         instead of MIME-decoded from fields when checking
23413         `gnus-article-address-banner-alist'.
23414
23415 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23416
23417         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23418         description rather than subject.
23419
23420 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23421
23422         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23423
23424 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23425
23426         * gnus.el (gnus-version-number): Bump.
23427
23428 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23429
23430         * gnus.el: No Gnus v0.2 is released.
23431
23432 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23433
23434         * gnus-agent.el (gnus-agent-read-agentview):
23435         Inline gnus-uncompress-range.
23436
23437 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23438
23439         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23440         `exec-installed-p'.
23441
23442 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23443
23444         * gnus.el (spam-process, spam-autodetect-methods):
23445         Add bsfilter and bsfilter-headers.
23446
23447         * spam.el (spam-bsfilter): New customize group.
23448         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23449         (spam-bsfilter-header, spam-bsfilter-probability-header)
23450         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23451         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23452         (spam-bsfilter-database-directory): New options.
23453         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23454         (spam-list-of-statistical-checks, spam-registration-functions):
23455         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23456         (spam-bsfilter-score): New command.
23457         (spam-check-bsfilter-headers, spam-check-bsfilter)
23458         (spam-bsfilter-register-with-bsfilter)
23459         (spam-bsfilter-register-spam-routine)
23460         (spam-bsfilter-unregister-spam-routine)
23461         (spam-bsfilter-register-ham-routine)
23462         (spam-bsfilter-unregister-ham-routine): New functions.
23463         (spam-generic-score): Support bsfilter; Accept an optional argument
23464         to recalcurate spam score even if scoring header has already been
23465         added.
23466         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23467         optional argument to recalcurate spam score even if scoring header
23468         has already been added.
23469
23470 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23471
23472         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23473         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23474         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23475         link is missing.
23476
23477 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23478
23479         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23480         (html2text-get-attr): Rewrite.
23481
23482         * message.el (message-setup-1): Remove redundant put-text-property
23483         on mail-header-separator.
23484
23485 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23486
23487         * gnus-registry.el (gnus-registry-cache-whitespace)
23488         (gnus-registry-action, gnus-registry-spool-action)
23489         (gnus-registry-split-fancy-with-parent): Change message levels
23490         from 5 to 3 or 7, as needed.
23491
23492         * spam.el (spam-summary-prepare-exit)
23493         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23494         (spam-split, spam-find-spam, spam-log-undo-registration)
23495         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23496         level from 5 to 6.
23497
23498 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23499
23500         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23501         2004-03-04 change).
23502
23503 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23504
23505         * sieve-manage.el (sieve-manage-open):
23506         * nnweb.el (nnweb-insert-html):
23507         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23508         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23509         * nnspool.el (nnspool-request-group):
23510         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23511         * nnml.el (nnml-request-update-info):
23512         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23513         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23514         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23515         (nnimap-request-set-mark):
23516         * nnfolder.el (nnfolder-request-update-info):
23517         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23518         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23519         * gnus-uu.el (gnus-uu-find-articles-matching):
23520         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23521         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23522         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23523         * gnus-nocem.el (gnus-nocem-scan-groups):
23524         * gnus-int.el (gnus-start-news-server):
23525         * gnus-group.el (gnus-group-make-kiboze-group)
23526         (gnus-group-browse-foreign-server):
23527         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23528         Use mapc when appropriate.
23529
23530 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23531             Adam Sjøgren  <asjo@koldfront.dk>
23532             Wes Hardaker  <wes@hardakers.net>
23533             Michael Shields  <shields@msrl.com>
23534
23535         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23536         may need for spam sorting and scoring.
23537         (spam-user-format-function-S): Add user format function suitable for
23538         general use.
23539         (spam-article-sort-by-spam-status): Add sorting function for summary
23540         sorting.
23541         (spam-extra-header-to-number): Add function to get a score from a
23542         header.
23543         (spam-summary-score): Add function to get a numeric score from the
23544         headers.
23545         (spam-generic-score): Fix function doc, was in wrong place.
23546         (spam-initialize): Take symbols when it's run, and install the
23547         extra headers that spam-necessary-extra-headers thinks we need.
23548
23549 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23550
23551         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23552         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23553
23554 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23555
23556         * gnus-sum.el (gnus-set-global-variables)
23557         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23558         (gnus-article-get-xrefs, gnus-summary-best-group)
23559         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23560         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23561         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23562         Use with-current-buffer.
23563
23564 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23565
23566         * spam.el (spam-summary-prepare-exit): Simplify logic.
23567         (spam-fetch-article-header): Read the article header if it's not
23568         available.
23569         (spam-list-articles): Simplify logic.
23570         (spam-filelist-register-routine): Fix bug with unregister-list.
23571
23572         * gnus-registry.el: Fix comments at beginning.
23573
23574 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23575
23576         * message.el (message-cater-to-broken-inn): Remove.
23577         (message-shorten-references): Make sure the total folded length of
23578         References is shorter than 998 characters to cater to a bug in INN
23579         2.3.  Also, don't pretend that references aren't folded -- this
23580         hasn't worked for a while.
23581
23582 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23583
23584         * gnus-agent.el (gnus-agentize):
23585         gnus-agent-send-mail-real-function no longer set to current value
23586         of message-send-mail-function but rather a lambda that calls
23587         message-send-mail-function.  The change makes the agent real-time
23588         responsive to user changes to message-send-mail-function.
23589
23590 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23591
23592         * legacy-gnus-agent.el
23593         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23594         help from Florian Weimer <fw@deneb.enyo.de>
23595
23596 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23597
23598         * nnmail.el (nnmail-cache-insert): Revert last change.
23599
23600 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23601
23602         * nnmail.el (nnmail-cache-insert): Always check whether
23603         nnmail-cache-ignore-groups matches a group name.
23604
23605 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23606
23607         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23608         (spam-find-spam, spam-log-processing-to-registry)
23609         (spam-log-registered-p, spam-log-unregistration-needed-p)
23610         (spam-log-undo-registration): Use gnus-message instead of
23611         gnus-error, none of these errors are fatal.
23612
23613         * gnus-registry.el (gnus-registry-clean-empty-function)
23614         (gnus-registry-clean-empty): Remove only empty entries without
23615         extra data.
23616
23617 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23618
23619         * spam-stat.el (spam-stat-buffer-change-to-spam)
23620         (spam-stat-buffer-change-to-non-spam): Change (error) to
23621         (gnus-message 8) invocation.
23622
23623 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23624
23625         * nntp.el (nntp-via-netcat-command): New variable.
23626         (nntp-via-netcat-switches): New variable.
23627         (nntp-open-via-rlogin-and-netcat): New function.
23628         (nntp-open-connection-function): Doc fix.
23629         (nntp-telnet-command): Doc fix.
23630         (nntp-end-of-line): Doc fix.
23631         (nntp-via-rlogin-command): Doc fix.
23632         (nntp-via-user-name): Doc fix.
23633         (nntp-via-address): Doc fix.
23634
23635 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23636
23637         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23638         error in Emacs 21.1.
23639
23640 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23641
23642         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23643
23644 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23645
23646         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23647         (gnus-agent-with-refreshed-group): New macro.
23648         (gnus-agent-rename-group): New function.
23649         (gnus-agent-delete-group): New function.
23650         (gnus-agent-save-group-info): Use gnus-command-method when
23651         `method' parameter is nil.  Don't write nil entries into the
23652         active file.
23653         (gnus-agent-get-group-info): New function.
23654         (gnus-agent-fetch-articles):
23655         Use gnus-agent-update-files-total-fetched-for to increment disk space
23656         used.
23657         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23658         Use gnus-agent-update-view-total-fetched-for to increment disk space
23659         used.
23660         (gnus-agent-get-local): Add optional parameters to avoid calling
23661         gnus-group-real-name and gnus-find-method-for-group.
23662         (gnus-agent-set-local): Delete stored entry if either min, or max,
23663         are nil.
23664         (gnus-agent-fetch-session): Reworded error/quit messages.
23665         On quit, use gnus-agent-regenerate-group to record existance of any
23666         articles fetched to disk before the quit occurred.
23667         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23668         gnus-agent-update-view-total-fetched-for, and
23669         gnus-agent-update-files-total-fetched-for to decrement disk space
23670         used.
23671         (gnus-agent-retrieve-headers):
23672         Use gnus-agent-update-view-total-fetched-for to increment disk space
23673         used.
23674         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23675         with gnus-agent-update-files-total-fetched-for to decrement disk
23676         space and fresh group buffer.
23677         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23678         (gnus-agent-need-update-total-fetched-for): New variable.
23679         (gnus-agent-update-files-total-fetched-for): New function.
23680         (gnus-agent-update-view-total-fetched-for): New function.
23681         (gnus-agent-total-fetched-for): New function.
23682
23683         * gnus-cache.el (gnus-cache-save-buffers):
23684         Use gnus-cache-update-overview-total-fetched-for to change disk space
23685         used by this group.
23686         (gnus-cache-possibly-enter-article):
23687         Use gnus-cache-update-file-total-fetched-for to increment disk space
23688         used by this group.
23689         (gnus-cache-possibly-remove-article):
23690         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23691         used by this group.
23692         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23693         (gnus-cache-rename-group): New function.
23694         (gnus-cache-delete-group): New function.
23695         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23696         (gnus-cache-need-update-total-fetched-for): New variable.
23697         (gnus-cache-with-refreshed-group): New macro.
23698         (gnus-cache-update-file-total-fetched-for): New function.
23699         (gnus-cache-update-overview-total-fetched-for): New function.
23700         (gnus-cache-rename-group-total-fetched-for): New function.
23701         (gnus-cache-delete-group-total-fetched-for): New function.
23702         (gnus-cache-total-fetched-for): New function.
23703
23704         * gnus-group.el: Require gnus-sum and autoload functions to
23705         resolve warnings when gnus-group.el compiled alone.
23706         (gnus-group-line-format): Documented new %F.
23707         (size of Fetched data) group line format; identifies disk space
23708         used by agent and cache.
23709         (gnus-group-line-format-alist): Defined new F format.
23710         (gnus-total-fetched-for): New function.
23711         (gnus-group-delete-group): No longer update
23712         gnus-cache-active-altered as gnus-request-delete-group now keeps
23713         the cache in sync.
23714         (gnus-group-list-active): Let the agent store a server's active
23715         list if currently plugged.
23716
23717         * gnus-int.el (gnus-request-delete-group):
23718         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23719         local disk in sync with the server.
23720         (gnus-request-rename-group):
23721         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23722         local disk in sync with the server.
23723
23724         * gnus-start.el (gnus-get-unread-articles):
23725         Cosmetic simplification to logic.
23726
23727         * gnus-util.el (gnus-rename-file): New function.
23728
23729 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23730
23731         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23732
23733 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23734
23735         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23736         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23737
23738 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23739
23740         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23741         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23742
23743 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23744
23745         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23746
23747 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23748
23749         * spam.el (spam-set-difference): Add function to replace
23750         gnus-set-difference in spam.el.
23751         (spam-summary-prepare-exit): Use spam-set-difference.
23752
23753 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23754
23755         * gnus-registry.el (gnus-registry-cache-file): Update to use
23756         gnus-dribble-directory OR gnus-home-directory OR ~.
23757         (gnus-registry-split-fancy-with-parent): Fix doc.
23758
23759 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23760
23761         * message.el (message-exchange-point-and-mark):
23762         Use message-mark-active-p.  Suggested by Jesper Harder
23763         <harder@ifa.au.dk>.
23764
23765 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23766
23767         * message.el (message-exchange-point-and-mark): Don't activate
23768         region if it was inactive.  Suggested by Hiroshi Fujishima
23769         <pooh@nature.tsukuba.ac.jp>.
23770
23771 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23772
23773         * gnus-art.el (article-display-face): Display Faces in the same
23774         order as X-Faces.
23775
23776 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23777
23778         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23779
23780 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23781
23782         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23783         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23784         (gnus-article-mime-hierarchy): Remove.
23785         (gnus-article-mime-hierarchy-next): Remove.
23786         (gnus-article-mode): Revert 2004-03-19 change.
23787         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23788         (gnus-insert-mime-button): Revert 2004-03-19 change.
23789         (gnus-mime-accumulate-hierarchy): Remove.
23790         (gnus-mime-enter-multipart): Remove.
23791         (gnus-mime-leave-multipart): Remove.
23792         (gnus-mime-display-part): Revert 2004-03-19 change.
23793         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23794
23795         * mml.el (mml-preview): Revert 2004-03-19 change.
23796
23797 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23798
23799         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23800
23801 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23802
23803         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23804         t while entering a file name using the mm-with-multibyte macro.
23805         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23806
23807         * mm-util.el (mm-with-multibyte): New macro.
23808
23809 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23810
23811         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23812         New user option.
23813         (gnus-mime-multipart-functions): Doc and customization fix.
23814         (gnus-article-mime-hierarchy): New variable.
23815         (gnus-article-mime-hierarchy-next): New variable.
23816         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23817         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23818         gnus-article-mime-hierarchy-next to nil.
23819         (gnus-insert-mime-button): Show hierarchy numbers.
23820         (gnus-mime-accumulate-hierarchy): New function.
23821         (gnus-mime-enter-multipart): New function.
23822         (gnus-mime-leave-multipart): New function.
23823         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23824         (gnus-mime-display-alternative): Show hierarchy numbers.
23825
23826         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23827         gnus-article-mime-hierarchy-next to nil.
23828
23829 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23830
23831         * dns.el: Don't require gnus-xmas.
23832
23833 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23834
23835         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23836         inline PGP.
23837         (mml-menu): Disable mml-quote-region if mark is inactive.
23838
23839 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23840
23841         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23842         when the group's active is not available.
23843
23844 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23845
23846         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23847         error.
23848
23849 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23850
23851         * imap.el (imap-store-password): New variable.
23852         (imap-interactive-login): Use it.
23853         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23854
23855 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23856
23857         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23858         window-start and hscroll to summary window.
23859
23860 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23861
23862         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23863         conversion message to newsrc-dribble when an actual conversion is
23864         performed.
23865
23866 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23867
23868         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23869
23870 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23871
23872         * mm-decode.el (mm-complicated-handles): New function reviving
23873         former definition of mm-multiple-handles.
23874
23875         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23876         (gnus-mime-delete-part): Use it.
23877
23878 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23879
23880         * gnus-agent.el (gnus-agent-read-local):
23881         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23882         avoid the implicit assumption that they will always be equal.
23883         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23884         coding-system-for-write, as the with-temp-file macro first prints
23885         to a buffer then saves the buffer.
23886
23887 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23888
23889         * gnus-art.el (gnus-article-edit-part): New function.
23890         (gnus-mime-save-part-and-strip): Use it; do query instead of
23891         signaling an error; don't use mm-multiple-handles.
23892         (gnus-mime-delete-part): Ditto.
23893
23894 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23895
23896         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23897         old file versions.
23898         (gnus-group-prepare-hook): Remove function that converted list
23899         form of gnus-agent-expire-days to group properties.
23900
23901         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23902         (gnus-request-accept-article): Re-indented.
23903
23904         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23905         converters to handle old agent file formats.  Add logic for a
23906         "backup before upgrading warning".
23907         (gnus-convert-mark-converter-prompt): Developers can mark
23908         functions as needing (default), or not needing,
23909         gnus-convert-old-newsrc's "backup before upgrading warning".
23910         (gnus-convert-converter-needs-prompt): Tests whether the user
23911         should be protected from potentially irreversable changes by the
23912         function.
23913
23914         * legacy-gnus-agent.el: New.  Provides converters that are only
23915         loaded when gnus-convert-old-newsrc needs to call them.
23916
23917 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23918
23919         * mail-source.el (mail-source-touch-pop): Doc fix.
23920
23921         * message.el (message-smtpmail-send-it): Doc fix.
23922
23923 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23924
23925         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23926
23927         * nnmail.el (nnmail-split-fancy): do.
23928
23929         * gnus-kill.el (gnus-kill, gnus-execute): do.
23930
23931 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23932
23933         * gnus-sum.el (gnus-widget-reversible-match)
23934         (gnus-widget-reversible-to-internal)
23935         (gnus-widget-reversible-to-external): New functions.
23936         (gnus-widget-reversible): New widget.
23937         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23938
23939 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23940
23941         * gnus-sum.el (gnus-thread-sort-functions)
23942         (gnus-article-sort-functions): Document `(not F)' items.
23943
23944 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23945
23946         * spam.el (spam-use-gmane-xref): Add new backend.
23947         (spam-gmane-xref-spam-group): Add variable to control the name of the
23948         Gmane spam group.
23949         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23950         (spam-regex-headers-spam, spam-regex-headers-ham)
23951         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23952         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23953         backends and checks.
23954         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23955
23956         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23957         an autodetect method.
23958
23959 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23960
23961         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23962         articles are being added to a group.
23963         (gnus-request-replace-article): Inform the agent that articles
23964         need to be uncached as the cached contents are no longer valid.
23965
23966 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23967
23968         * binhex.el: Don't autoload executable-find.
23969
23970         * canlock.el: Don't autoload mail-fetch-field.
23971
23972         * dgnushack.el: Autoload c-mode for XEmacs.
23973
23974         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23975
23976         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23977         rmail-dont-reply-to and rmail-output.
23978
23979         * gnus-score.el: Don't autoload ffap-string-at-point.
23980
23981         * gnus-setup.el: Don't autoload sc-cite-original.
23982
23983         * imap.el: Don't autoload base64-decode-string,
23984         base64-encode-string and md5.
23985
23986         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23987         and rmail-msg-restore-non-pruned-header.
23988
23989         * mm-decode.el: Don't autoload executable-find.
23990
23991         * mm-url.el: Don't autoload executable-find.
23992
23993         * mm-view.el: Don't autoload diff-mode.
23994
23995         * nndb.el: Don't autoload news-reply-mode, news-setup,
23996         cancel-timer and telnet.
23997
23998         * password.el: Don't autoload run-at-time for Emacs.
23999
24000         * sha1-el.el: Don't autoload executable-find.
24001
24002         * sieve-mode.el: Don't autoload c-mode.
24003
24004         * uudecode.el: Don't autoload executable-find.
24005
24006 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24007
24008         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24009         (gnus-agent-possibly-alter-active): Avoid null in numeric
24010         comparison.
24011         (gnus-agent-set-local): Refuse to save null in local object table.
24012         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24013         list of articles that will be marked as unread.
24014
24015 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24016
24017         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24018
24019 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24020
24021         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24022         language tags.
24023
24024 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24025
24026         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24027         Don't bind "obarray".
24028
24029         * gnus-sum.el (gnus-thread-sort-functions):
24030         Add `gnus-thread-sort-by-most-recent-number' and
24031         `gnus-thread-sort-by-most-recent-date'.
24032         Reported by Kai Grossjohann <kai@emptydomain.de>.
24033
24034 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24035
24036         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24037
24038 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24039
24040         * gnus-cus.el (gnus-agent-customize-category):
24041         Remove ignore-errors macro reference that required cl to be loaded at
24042         run-time.
24043
24044         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24045         single-interval range of the form (min . max).  Previously the
24046         range had to look like ((min . max)).  Likewise, return
24047         (min . max) rather than ((min . max)).
24048         (gnus-range-map): Use gnus-range-normalize to accept
24049         single-interval range.
24050
24051         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24052         the cache, but not the agent, now appear with their usual face.
24053
24054         * dgnushack.el (loaddir): New variable that is bound to the
24055         directory containing the dgnushack.el file. Use loaddir, rather
24056         than srcdir, to update load-path. Change lets dgnushack compile
24057         code in directories other than GNUS/lisp.
24058
24059 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24060
24061         * lpath.el: Don't bind w3m-safe-url-regexp.
24062
24063         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24064         w3m-safe-url-regexp variable buffer-local.
24065
24066         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24067
24068 2004-02-27  Simon Josefsson  <jas@extundo.com>
24069
24070         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24071         gnus-group-real-prefix.
24072         (gnus-summary-move-article): Use it, instead of
24073         gnus-group-real-prefix.
24074
24075 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24076
24077         * lpath.el: Bind w3m-safe-url-regexp.
24078
24079         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24080         w3m-safe-url-regexp variable buffer-local and set it as the value
24081         of mm-w3m-safe-url-regexp.
24082
24083         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24084
24085         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24086         parsing gnus-posting-styles when the message is not for replying.
24087
24088         * dgnushack.el: Autoload sgml-mode for XEmacs.
24089
24090         * nnrss.el (nnrss-opml-export):
24091         Use mm-set-buffer-file-coding-system instead of
24092         set-buffer-file-coding-system.
24093
24094 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24095
24096         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24097         of checkdoc.el).
24098         * nnrss.el: do.
24099         * gnus-mlspl.el: do.
24100         * gnus-ml.el: do.
24101         * gnus-srvr.el: do.
24102
24103         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24104
24105 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24106
24107         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24108         Corrections to custom-manual links.
24109
24110         * gnus-art.el (gnus-article): Ditto.
24111
24112         * mm-decode.el (mime-display, mime-security): Ditto.
24113
24114 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24115
24116         * flow-fill.el: Typo.
24117
24118 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24119
24120         * spam-wash.el: New file.
24121
24122 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24123
24124         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24125
24126 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24127
24128         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24129         to be run with new-articles as LIST1, not LIST2.
24130         (spam-registration-functions): Add spam-use-ham-copy as a nil
24131         registration backend.
24132
24133 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24134
24135         * spam-stat.el (spam-stat-washing-hook): New option.
24136         (spam-stat-buffer-words): Use it.
24137         (spam-stat-process-directory, spam-stat-test-directory):
24138         Use insert-file-contents-literally.
24139         (spam-stat-coding-system): New variable.
24140         (spam-stat-load, spam-stat-save): Use it.
24141
24142 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24143
24144         * spam-report.el (spam-report-plug-agent):
24145         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24146
24147 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24148
24149         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24150         Allow / in mailto URLs.
24151
24152 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24153
24154         * spam-report.el (spam-report-process-queue): Fix interactive use.
24155         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24156         (spam-report-unplug-agent): Doc fixes.
24157         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24158         (spam-report-agentize, spam-report-deagentize): Autoload.
24159
24160 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24161
24162         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24163
24164         * message.el (message-setup-fill-variables): Add mml tags to
24165         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24166         <ajk@iu.edu>.
24167         (message-mode): Don't modify paragraph-separate there.
24168
24169 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24170
24171         * compface.el (uncompface-use-external): Default to undecided.
24172         (uncompface-use-external-threshold): New variable.
24173         (uncompface-float-time): New macro.
24174         (uncompface): Determine whether to use the external decoder if
24175         uncompface-use-external is undecided.
24176
24177 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24178
24179         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24180         after images.
24181
24182         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24183
24184 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24185
24186         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24187
24188         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24189
24190         * gnus-sum.el (gnus-summary-limit-to-age)
24191         (gnus-summary-limit-children): do.
24192
24193         * gnus-int.el (gnus-request-scan): do.
24194
24195         * gnus-group.el (gnus-group-suspend): do.
24196
24197         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24198
24199         * gnus-cite.el (gnus-cite-parse-attributions): do.
24200
24201         * gnus-agent.el (gnus-summary-set-agent-mark)
24202         (gnus-agent-regenerate-group): do.
24203
24204         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24205
24206         * binhex.el (binhex-decode-region-internal): do.
24207
24208 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24209
24210         * gnus-fun.el (gnus-face-properties-alist): New user option.
24211         (gnus-display-x-face-in-from): Use it.
24212
24213         * gnus-art.el (article-display-face): Ditto.
24214
24215         * compface.el (uncompface-use-external): Default to nil.
24216
24217 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24218
24219         * nntp.el (nntp-erase-buffer): New function.
24220         (nntp-retrieve-data, nntp-send-command)
24221         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24222         (nntp-possibly-change-group): Use it.
24223
24224         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24225         Use with-current-buffer.
24226
24227 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24228
24229         * compface.el: Merge the ELisp-based uncompface program.
24230         (compface): New customization group.
24231         (uncompface-use-external): New user option.
24232         (uncompface): Call uncompface-internal if uncompface-use-external
24233         is nil.
24234         (uncompface-internal): New function.  Note that there are also
24235         some other functions and variables added for this function.
24236
24237 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24238
24239         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24240         if necessary.
24241
24242 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24243
24244         * spam-report.el (spam-report-unplug-agent)
24245         (spam-report-plug-agent, spam-report-deagentize)
24246         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24247         Add support for the Agent in spam-report: when unplugged, report to a
24248         file; when plugged, submit all the requests.
24249
24250         * spam.el (spam-register-routine): Fix message about
24251         registration.
24252
24253 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24254
24255         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24256         dependencies.
24257         (rfc2047-encode): Use it.
24258
24259         * gnus-art.el (gnus-button-marker-list): Move before first
24260         reference.
24261
24262         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24263         (imap-parse-body): Fix format string mismatch.
24264
24265         * gnus-score.el (gnus-summary-increase-score): do.
24266
24267         * nnrss.el (nnrss-close): New function.
24268
24269 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24270
24271         * nnrss.el (nnrss-make-filename): New function.
24272         (nnrss-request-delete-group, nnrss-read-server-data)
24273         (nnrss-save-server-data, nnrss-read-group-data)
24274         (nnrss-save-group-data): Use it.
24275         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24276         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24277         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24278
24279 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24280
24281         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24282
24283 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24284
24285         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24286         files.
24287
24288         * message.el (message-generate-headers-first): Don't quote nil
24289         and t in docstrings.
24290
24291         * imap.el (imap-id): do.
24292
24293         * gnus-agent.el (gnus-agent-consider-all-articles)
24294         (gnus-agent-queue-mail): do.
24295
24296 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24297
24298         * spam-report.el (spam-report-process-queue): New function.
24299         Process requests from `spam-report-requests-file'.
24300         (spam-report-process-queue): Doc fix.
24301
24302 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24303
24304         * spam.el (spam-register-routine)
24305         (spam-log-processing-to-registry, spam-log-registered-p)
24306         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24307         Change "check" to "spam-check" for semi-clarity.
24308
24309 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24310
24311         * pop3.el: Require nnheader.
24312
24313         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24314
24315         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24316
24317         * gnus-picon.el: Require cl.
24318
24319         * gnus-fun.el: Require gnus-ems and gnus-util.
24320
24321         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24322
24323         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24324
24325         * gnus-art.el (gnus-article-edit-mode): Define before first
24326         reference.
24327
24328 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24329
24330         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24331         (gnus-uu-post-encoded): Use point-at-bol.
24332
24333         * gnus-topic.el (gnus-group-active-topic-p): do.
24334
24335         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24336
24337         * gnus-group.el (gnus-group-kill-region): do.
24338
24339         * gnus-art.el (article-date-ut): do.
24340
24341         * message.el (message-fetch-field): Remove redundant
24342         case-fold-search binding.
24343         (message-narrow-to-field): Simplify.
24344
24345 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24346
24347         * spam.el (spam-directory): Derive from `gnus-directory'.
24348
24349         * spam-report.el (spam-report-url-to-file)
24350         (spam-report-requests-file): New function and variable for offline
24351         reporting.
24352         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24353         and user defined function.
24354         (spam-report-url-ping-mm-url): Remove doubled slash.
24355
24356 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24357
24358         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24359
24360 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24361
24362         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24363         Fix format string mismatch.
24364
24365         * sieve.el (sieve-deactivate-all): do.
24366
24367         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24368
24369         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24370
24371         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24372
24373         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24374
24375 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24376
24377         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24378         the list of checks.
24379
24380 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24381
24382         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24383         padding.
24384
24385 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24386
24387         * mm-view.el (mm-fill-flowed): New variable.
24388         (mm-inline-text): Use it.
24389
24390 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24391
24392         * spam.el (spam-spamassassin-register-ham-routine)
24393         (spam-spamassassin-register-spam-routine): Fix function names.
24394
24395 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24396
24397         * gnus.el (gnus-tmp-grouplens): Remove.
24398         (gnus-summary-line-format): Remove grouplens.
24399
24400         * gnus-group.el (gnus-group-line-format): Ditto.
24401
24402         * gnus-spec.el (gnus-format-specs): Ditto.
24403         (gnus-update-format-specifications): Flush the group format spec
24404         cache if there's the grouplens stuff.
24405         (gnus-parse-simple-format): Replace %l with the empty string.
24406
24407 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24408
24409         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24410         omission.
24411
24412 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24413
24414         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24415         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24416
24417 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24418
24419         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24420         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24421         New macros and functions.
24422         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24423         Handle > NLINK_MAX messages.
24424         * nnmaildir.el (nnmaildir-request-set-mark):
24425         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24426
24427 2004-01-25  Alex Schroeder  <alex@gnu.org>
24428
24429         * spam-stat.el (spam-stat-process-directory-age): New option.
24430         (spam-stat-process-directory): Use it.
24431
24432 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24433
24434         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24435         (spam-stat-save): Accept prefix argument.
24436
24437 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24438
24439         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24440         links" error.
24441
24442 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24443
24444         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24445         the rest of the and/or forms.
24446
24447 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24448
24449         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24450         compatibility with old .newsrc.eld files.
24451
24452         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24453
24454         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24455
24456         * gnus-start.el (gnus-1): do.
24457
24458         * gnus-group.el (gnus-group-line-format-alist): do.
24459
24460         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24461
24462         * gnus-gl.el: Remove.
24463
24464 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24465
24466         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24467         marks consisting of a single range {for example, (3 . 5)} rather
24468         than a list of a single range { ((3 . 5)) }.
24469
24470 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24471
24472         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24473         Use with-current-buffer.
24474         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24475         avoid consing a string.
24476
24477         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24478         Remove obsolete entries for big5 and gb2312.
24479
24480 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24481
24482         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24483         uncompressed list.
24484
24485 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24486
24487         * spam-stat.el (spam-stat-strip-xref): New function.
24488         (spam-stat-process-directory): Use it.
24489
24490         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24491         here -- it's done in message-fetch-field.
24492
24493 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24494
24495         * gnus-agent.el (gnus-agent-queue-mail)
24496         (gnus-agent-prompt-send-queue): New variables.
24497         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24498         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24499         "nndraft:queue" along to gnus-draft-send.
24500         Use gnus-agent-prompt-send-queue.
24501         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24502         is "nndraft:queue".  Suggested by Gaute Strokkenes
24503         <gs234@srcf.ucam.org>
24504
24505         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24506         (agent-enable-undownloaded-faces): Add.
24507         (gnus-agent-cat-groups): Use eval-and-compile, not
24508         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24509         method of gnus-agent-cat-groups even when the buffer has been
24510         evaled.
24511         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24512         delete gnus-agent-save-active-1.
24513         (gnus-agent-save-groups): Delete.  Identical to
24514         gnus-agent-save-active.
24515         (gnus-agent-write-active): No longer adjust agent's copy of active
24516         file as agent's adjustments are now stored in their own
24517         file.  Remove optional parameter.
24518         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24519         servers.  Add use of min/max range limits from server's local
24520         file.
24521         (gnus-agent-save-alist): Remove unused optional argument.
24522         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24523         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24524         (gnus-agent-set-local): A per-server file that keeps min/max range
24525         limits for articles known to the agent.  Provides a fast mechanism
24526         for altering many active ranges.
24527         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24528         active file (local makes it unnecessary).
24529         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24530
24531         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24532         (agent-enable-undownloaded-faces): Add.
24533
24534         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24535         disable it when sending to "nndraft:queue".
24536         (gnus-group-send-queue): Add safety check to avoid sending queue
24537         when unplugged.
24538
24539         * gnus-group.el (gnus-group-catchup): Use new
24540         gnus-sequence-of-unread-articles, not
24541         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24542         numbers of articles.  Use gnus-range-map to avoid having to
24543         uncompress the unread list.
24544         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24545         Fix invalid ange-ftp reference.
24546
24547         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24548         (gnus-sorted-range-intersection): Intersection of two ranges
24549         without requiring that they first be uncompressed.
24550
24551         * gnus-start.el (gnus-activate-group): Unless blocked by the
24552         caller, possibly expand the active range to include both cached
24553         and agentized articles.
24554         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24555         multiple version-dependent converters.
24556         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24557         gnus-agent-save-active.
24558         (gnus-save-newsrc-file): Save dirty agent range limits.
24559
24560         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24561         gnus-agent-possibly-alter-active.
24562         (gnus-adjust-marked-articles): Faster handling of simple lists.
24563
24564 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24565
24566         * spam-stat.el (spam-stat-test-directory): New optional argument
24567         displays a list of files detected.  Suggested by Andrew Cohen
24568         <cohen@andy.bu.edu>.
24569         (spam-stat-buffer-words-with-scores): Don't narrow and change
24570         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24571
24572 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24573
24574         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24575         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24576         (spam-spamassassin-arguments)
24577         (spam-spamassassin-spam-flag-header)
24578         (spam-spamassassin-positive-spam-flag-header)
24579         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24580         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24581         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24582         (spam-list-of-processors, spam-list-of-checks)
24583         (spam-list-of-statistical-checks, spam-registration-functions)
24584         (spam-check-spamassassin-headers, spam-check-spamassassin)
24585         (spam-spamassassin-score)
24586         (spam-spamassassin-register-with-sa-learn)
24587         (spam-spamassassin-register-spam-routine)
24588         (spam-spamassassin-register-ham-routine)
24589         (spam-assassin-register-spam-routine)
24590         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24591         (spam-bogofilter-score): Fix to show article before scoring.
24592
24593 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24594
24595         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24596         default scoring function.
24597         (spam-generic-score): Call spam-spamassassin-score if
24598         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24599         spam-bogofilter-score otherwise.
24600
24601         * gnus.el (spam-process, spam-autodetect-methods):
24602         Add spamassassin and spamassassin-headers.
24603
24604 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24605
24606         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24607         Suppress unnecessary messages.
24608
24609 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24610
24611         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24612         make-hash-table.
24613
24614 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24615
24616         * canlock.el (base64-encode-string): Don't autoload it.
24617
24618 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24619
24620         * run-at-time.el: Remove useless (require 'itimer),
24621         eval-and-compile and (featurep 'xemacs).
24622
24623 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24624
24625         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24626         GROUP is a virtual group.
24627
24628 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24629
24630         * gnus.el: Autoload `message-y-or-n-p'.
24631
24632 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24633
24634         * pgg-parse.el: Remove unnecessary (require 'custom).
24635
24636         * pgg-def.el: do.
24637
24638         * nnmail.el: do.
24639
24640         * gnus-undo.el: do.
24641
24642         * gnus-picon.el: do.
24643
24644         * gnus-util.el: do.
24645
24646 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24647
24648         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24649
24650 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24651
24652         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24653         handle, as well as a list.
24654
24655         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24656         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24657         (mm-w3m-cid-retrieve): Simplify.
24658
24659 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24660
24661         * message.el (message-kill-to-signature): Allow prefix arg to
24662         specify number of lines to keep before signature.
24663
24664 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24665
24666         * message.el (message-kill-to-signature): Change docstring.
24667
24668 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24669
24670         * canlock.el: Always require sha1-el.
24671         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24672
24673         * message.el: Autoload sha1 only when compiling.
24674
24675         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24676         eudc-expand-inline for XEmacs.
24677
24678 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24679
24680         * message.el (message-canlock-generate): Require sha1-el.
24681
24682 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24683
24684         * message.el (message-expand-name): Silence the byte compiler.
24685
24686         * lpath.el: Add detect-coding-system.
24687
24688         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24689         cus-edit.
24690
24691 2004-01-13  Simon Josefsson  <jas@extundo.com>
24692
24693         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24694         Invoke gnus-score-mode.
24695         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24696
24697         * gnus-range.el (gnus-compress-sequence): Doc fix.
24698         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24699
24700 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24701
24702         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24703
24704 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24705
24706         * spam.el (spam-get-article-as-string): Update to use
24707         gnus-request-article-this-buffer, much simpler.
24708         (spam-get-article-as-buffer): Remove.
24709
24710 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24711
24712         * message.el (message-expand-name): Use EUDC if the user uses that.
24713
24714 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24715
24716         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24717         character for the encoding to avoid consing a string.
24718
24719         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24720         unnecessarily.
24721
24722         * mm-util.el (mm-replace-chars-in-string): Remove.
24723
24724         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24725         of mm-replace-chars-in-string.
24726
24727 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24728
24729         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24730
24731         * mm-util.el (mm-subst-char-in-string): Support inplace.
24732
24733         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24734         a new string in every iteration.  Use shy groups.
24735
24736 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24737
24738         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24739         * gnus-soup.el (gnus-soup-group-brew):
24740         * gnus-msg.el (gnus-put-message):
24741         * gnus-move.el (gnus-group-move-group-to-server):
24742         * gnus-kill.el (gnus-batch-score):
24743         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24744         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24745         (gnus-group-update-group, gnus-group-read-group)
24746         (gnus-group-make-group, gnus-group-make-help-group)
24747         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24748         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24749         (gnus-group-sort-by-unread, gnus-group-catchup)
24750         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24751         (gnus-group-yank-group, gnus-group-set-info)
24752         (gnus-group-list-groups):
24753         * gnus.el (gnus-generate-new-group-name):
24754         * gnus-delay.el (gnus-delay-send-queue):
24755         * nnvirtual.el (nnvirtual-catchup-group):
24756         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24757         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24758         (gnus-group-prepare-topics, gnus-topic-check-topology):
24759         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24760         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24761         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24762         (gnus-group-make-articles-read):
24763         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24764         (gnus-group-change-level, gnus-kill-newsgroup)
24765         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24766         (gnus-get-unread-articles, gnus-make-articles-unread)
24767         (gnus-make-ascending-articles-unread): Use accessor
24768         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24769         to get group information for improved readability.
24770
24771
24772 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24773
24774         * gnus-art.el (article-decode-mime-words, article-babel)
24775         (gnus-article-highlight-signature, gnus-article-add-buttons)
24776         (gnus-signature-toggle): Use gnus-with-article-buffer.
24777
24778         * gnus-art.el (gnus-article-highlight-headers)
24779         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24780
24781         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24782         (gnus-article-set-globals, gnus-request-article-this-buffer)
24783         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24784         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24785         (gnus-mime-display-alternative): Use with-current-buffer.
24786
24787 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24788
24789         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24790         also under 80 char limit, and call gnus-error if needed.
24791         (spam-fetch-article-header): Fix - it was a
24792         buffer-local variable (gnus-newsgroup-data).
24793         (spam-find-spam): Use spam-generate-fake-headers, forget about
24794         spam-insert-fake-headers.
24795         (spam-insert-fake-headers): Remove.
24796
24797 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24798
24799         * deuglify.el (gnus-article-outlook-unwrap-lines)
24800         (gnus-outlook-rearrange-article)
24801         (gnus-outlook-repair-attribution-outlook)
24802         (gnus-outlook-repair-attribution-block)
24803         (gnus-outlook-repair-attribution-other): Remove redundant
24804         save-excursion.
24805
24806 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24807
24808         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24809         (spam-fetch-field-subject-fast)
24810         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24811         (spam-fetch-article-header): Add functions to deal with Gnus
24812         internals for fast retrieval of article header data.
24813         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24814
24815 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24816
24817         * pop3.el (pop3-md5): Remove.
24818         (pop3-apop): Replace pop3-md5 with md5.
24819
24820         * mm-bodies.el: base64 is always built-in.
24821
24822         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24823         Use with-current-buffer.
24824
24825 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24826
24827         * canlock.el (canlock-insert-header): Remove excessive grouping in
24828         regexp.
24829
24830         * gnus-sum.el (gnus-summary-read-document): Ditto.
24831
24832         * gnus-uu.el (gnus-uu-part-number): Ditto.
24833
24834         * html2text.el (html2text-remove-tags): Ditto.
24835         (html2text-format-tags): Ditto.
24836         (html2text-format-single-elements): Ditto.
24837
24838         * mml.el (mml-parse-1): Ditto.
24839
24840 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24841
24842         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24843
24844         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24845
24846         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24847
24848         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24849
24850 2003-11-15  Simon Josefsson  <jas@extundo.com>
24851
24852         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24853         (pgg-gpg-lookup-key): Use regexp match instead of
24854         split-string (split-string is different between emacs 21.2 and
24855         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24856
24857 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24858
24859         * gnus-art.el (gnus-mime-view-all-parts)
24860         (gnus-article-part-wrapper, gnus-article-view-part):
24861         Use with-current-buffer.
24862
24863 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24864
24865         * spam.el (spam-disable-spam-split-during-ham-respool)
24866         (spam-spamoracle-database, spam-cache-lookups)
24867         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24868         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24869         (spam-group-ham-marks, spam-group-spam-marks)
24870         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24871         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24872         also add spam-use-blackholes to the statistical checks.
24873         (spam-fetch-field-fast): Add interface to fetching fields, may
24874         become a macro.
24875         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24876         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24877         (spam-insert-fake-headers): Fake an article when needed.
24878         (spam-find-spam): Fake article when possible.
24879         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24880         (spam-check-bogofilter-headers): Use message-fetch-field instead
24881         of nnmail-fetch-field.
24882
24883 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24884
24885         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24886
24887 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24888
24889         * spam.el (spam-split): Do not require spam-use-CHECK to be
24890         enabled if that check is passed to spam-split explicitly; also
24891         fix so 'spam doesn't get converted to spam-split-group when
24892         spam-split-symbolic-return is t.
24893         (spam-find-spam): Find registrations of the article and use those
24894         instead of re-running spam-split to find the spam/ham
24895         classification of the article.
24896         (spam-log-processing-to-registry, spam-log-registered-p)
24897         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24898         Use gnus-error instead of gnus-message.
24899         (spam-log-registration-type): Add function to determine the
24900         classification of a message based on registry entries; will
24901         return nil if both 'spam and 'ham are found.
24902         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24903         a reasonably fast local cache without the loading errors.
24904         (spam-cache-lookups): Set to t by default.
24905         (spam-find-spam): Don't try to guess spam-cache-lookups.
24906         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24907         spam-caches entry.
24908         (spam-filelist-build-cache, spam-filelist-check-cache):
24909         Fix caching of whitelist/blacklist entries.
24910         (spam-check-whitelist, spam-check-blacklist):
24911         Invoke spam-from-listed-p with a type, not a cache variable.
24912         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24913
24914 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24915
24916         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24917
24918         * nnmail.el (nnmail-split-fancy): do.
24919
24920         * mml.el (mml-parse): do.
24921
24922         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24923         (gnus-score-adaptive): do.
24924
24925 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24926
24927         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24928         (gnus-mime-button-map): Don't set keymap parent.
24929         (gnus-button-ctan-directory-regexp): Use shy grouping.
24930         (gnus-prev-page-map): Don't set keymap parent.
24931         (gnus-prev-page-map): Remove duplicated one.
24932         (gnus-next-page-map): Don't set keymap parent.
24933         (gnus-mime-security-button-map): Ditto.
24934
24935         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24936         version number.
24937
24938         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24939
24940 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24941
24942         * canlock.el (canlock-sha1-function): Remove.
24943         (canlock-sha1-function-for-verify): Remove.
24944         (canlock-openssl-program): Remove.
24945         (canlock-openssl-args): Remove.
24946         (canlock-ignore-errors): Remove.
24947         (canlock-sha1-with-openssl): Remove.
24948         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24949         (canlock-verify): Don't use canlock-ignore-errors.
24950
24951         * sha1-el.el (sha1-string-external): Make it can return a string
24952         in binary form.
24953         (sha1-region-external): Ditto.
24954         (sha1-string-internal): Ditto.
24955         (sha1-region-internal): Ditto.
24956         (sha1-region): Ditto.
24957         (sha1-string): Ditto.
24958         (sha1): Ditto.
24959
24960 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24961
24962         * spam.el (spam-report-articles-gmane): New command.
24963
24964 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24965
24966         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24967
24968         * run-at-time.el (run-at-time-saved): Remove.
24969         (run-at-time): Doc fix.
24970
24971 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24972
24973         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24974         (gnus-summary-limit-map): Add it.
24975         (gnus-summary-make-menu-bar): do.
24976
24977 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24978
24979         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24980         Make attempt at some caching support (done for BBDB only now).
24981         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24982         addresses to be checked.
24983         (spam-clear-cache-BBDB): Add function, to be invoked by
24984         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24985         (spam-check-BBDB): Check and use the caches, if
24986         spam-cache-lookups is on, remove superfluous (provide).
24987
24988 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24989
24990         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24991
24992 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24993
24994         * run-at-time.el (run-at-time-saved): Move to after the definition
24995         of `run-at-time'.
24996
24997         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24998
24999 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25000
25001         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25002         mm-w3m-local-map-property.
25003
25004         * mm-view.el (mm-w3m-mode-map): Remove.
25005         (mm-w3m-local-map-property): Remove.
25006         (mm-inline-text-html-render-with-w3m): Don't use
25007         mm-w3m-local-map-property.
25008
25009 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25010
25011         * run-at-time.el: New file.
25012
25013         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25014         under Emacs.
25015
25016         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25017         of gnus-set-text-properties.
25018
25019         * gnus-uu.el (gnus-uu-save-article): Ditto.
25020
25021         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25022
25023         * gnus-cite.el (gnus-cite-parse): Ditto.
25024
25025         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25026         of gnus-.
25027
25028         * gnus-xmas.el (run-at-time): Require run-at-time.
25029
25030         * gnus.el: Change calls to nnheader-run-at-time and
25031         password-run-at-time throughout to use run-at-time directly.
25032
25033         * password.el: Remove definition of run-at-time.
25034
25035         * nnheaderxm.el: Remove definition of run-at-time.
25036
25037 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25038
25039         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25040         in prompt.
25041
25042 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25043
25044         * messagexmas.el (message-xmas-redefine): Alias
25045         `message-make-caesar-translation-table' to
25046         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25047         version.
25048
25049         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25050         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25051         `gnus-xmas-set-text-properties'.
25052         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25053         `gnus-xmas-completing-read'.
25054         (gnus-xmas-completing-read): Removed.
25055         (gnus-xmas-open-network-stream): Removed.
25056
25057         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25058         XEmacs version.
25059
25060         * dns.el (dns-make-network-process): Use `open-network-stream'
25061         instead of `gnus-xmas-open-network-stream'.
25062
25063         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25064
25065         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25066
25067 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25068
25069         * gnus-art.el (gnus-mime-display-alternative)
25070         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25071         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25072         Don't use gnus-local-map-property.
25073
25074         * gnus-util.el (gnus-local-map-property): Remove.
25075
25076         * mm-view.el (mm-view-pkcs7-decrypt):
25077         Replace gnus-completing-read-maybe-default with completing-read.
25078
25079         * gnus-util.el (gnus-completing-read): do.
25080         (gnus-completing-read-maybe-default): Remove.
25081
25082 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25083
25084         * password.el: Only autoload `run-at-time' if not XEmacs.
25085         Only autoload the itimer functions if XEmacs.
25086
25087 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25088
25089         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25090         XEmacsen.
25091
25092         * dgnushack.el: Autoload executable-find for XEmacs.
25093
25094 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25095
25096         * gnus-art.el (gnus-read-string): Remove.
25097         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25098         read-string.
25099
25100 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25101
25102         * netrc.el: Autoload password-read.
25103         (netrc): Add configuration group.
25104         (netrc-encoding-method, netrc-openssl-path):
25105         Add variables for encoding and decoding of files with symmetric
25106         ciphers.
25107         (netrc-encode): Add assistant function to encode a file with
25108         netrc-encoding-method.
25109         (netrc-parse): Add interactive parameter, added optional
25110         decoding if netrc-encoding-method is non-nil but otherwise
25111         behavior is standard.
25112         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25113         Do s/encode/encrypt/ everywhere.
25114
25115         * spam.el: Remove executable-find autoload.
25116
25117 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25118
25119         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25120
25121         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25122
25123 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25124
25125         * gnus-art.el (gnus-treat-ansi-sequences)
25126         (article-treat-ansi-sequences): New variable and function.
25127         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25128
25129         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25130         Use it.
25131
25132 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25133
25134         * mm-util.el (mm-quote-arg): Remove.
25135
25136         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25137         shell-quote-argument.
25138
25139         * gnus-uu.el (gnus-uu-command): do.
25140
25141         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25142
25143         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25144         with make-char.
25145
25146         * mm-util.el (mm-make-char): Remove.
25147
25148         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25149         add-minor-mode.
25150
25151         * gnus-undo.el (gnus-undo-mode): do.
25152
25153         * gnus-topic.el (gnus-topic-mode): do.
25154
25155         * gnus-sum.el (gnus-dead-summary-mode): do.
25156
25157         * gnus-start.el (gnus-slave-mode): do.
25158
25159         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25160
25161         * gnus-ml.el (gnus-mailing-list-mode): do.
25162
25163         * gnus-gl.el (gnus-grouplens-mode): do.
25164
25165         * gnus-draft.el (gnus-draft-mode): do.
25166
25167         * gnus-dired.el (gnus-dired-mode): do.
25168
25169         * gnus-ems.el (gnus-add-minor-mode): Remove.
25170
25171         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25172         Replace gnus-char-width with char-width.
25173
25174         * gnus-ems.el (gnus-char-width): Remove.
25175
25176         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25177         Replace gnus-char-width with char-width.
25178
25179         * gnus-ems.el (gnus-char-width): Remove.
25180
25181         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25182         definition.
25183         Remove Emacs 20 hash table compatibility code.
25184
25185         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25186         20 compatibility code.
25187
25188         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25189
25190         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25191
25192         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25193         Replace with point-at-{eol,bol}.
25194
25195         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25196
25197         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25198
25199         * flow-fill.el (fill-flowed-point-at-bol)
25200         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25201
25202         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25203         Replace with point-at-{eol,bol} throughout all files.
25204
25205 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25206
25207         * ntlm.el (ntlm-string-as-unibyte): New macro.
25208         (ntlm-build-auth-response): Use it.
25209
25210         Remove Emacs 20 stuff:
25211         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25212         (butlast, mapc, remove): Remove the compiler macros.
25213         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25214         of delq and copy-sequence.
25215         * gnus-art.el (popup-menu): Remove the compiler macro.
25216         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25217         Emacs 20.
25218
25219 2004-01-05  Simon Josefsson  <jas@extundo.com>
25220
25221         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25222         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25223         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25224         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25225         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25226         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25227         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25228         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25229         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25230         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25231         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25232         string-xor into ntlm-string-xor.
25233         Suggested by Jesper Harder <harder@myrealbox.com>.
25234
25235         * ntlm.el: Don't include poem.
25236
25237         * md4.el (print-int32, print-string-hexa): Remove.
25238         Suggested by Jesper Harder <harder@myrealbox.com>.
25239
25240         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25241
25242         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25243         probably breaks emacs with DL patch, but do we care? Is anyone
25244         still using the DL stuff?)
25245
25246         * sieve-manage.el: Use the password package.
25247         (sieve-manage-read-passwd): Remove.
25248         (sieve-manage-interactive-login): Use password.  Re-add
25249         condition-case around loop.
25250
25251         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25252         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25253         Use the password package.
25254
25255 2003-02-19  Simon Josefsson  <jas@extundo.com>
25256
25257         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25258         token.
25259
25260 2002-08-07  Simon Josefsson  <jas@extundo.com>
25261
25262         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25263         (sieve-manage-authenticators):
25264         (sieve-manage-authenticator-alist): Add some SASL mechs.
25265         (sieve-sasl-auth): New function.
25266         (sieve-manage-cram-md5-auth):
25267         (sieve-manage-plain-auth): Rewrite using SASL library.
25268         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25269         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25270         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25271         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25272
25273 2004-01-05  Simon Josefsson  <jas@extundo.com>
25274
25275         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25276         New files.
25277
25278 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25279
25280         * gnus-group.el (gnus-no-groups-message): Update.
25281
25282         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25283
25284 2003-11-09  Simon Josefsson  <jas@extundo.com>
25285
25286         * imap.el: Support for ID IMAP extension (RFC 2971).
25287         (imap-local-variables): Add imap-id.
25288         (imap-id): New variable.
25289         (imap-id): New function.
25290         (imap-parse-response): Parse untagged ID response.
25291         * nnimap.el (nnimap-id): New variable.
25292         (nnimap-open-connection): Use it.
25293
25294 2003-12-28  Simon Josefsson  <jas@extundo.com>
25295
25296         * gnus-score.el (gnus-score-edit-all-score): New.
25297         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25298
25299 2004-01-04  Simon Josefsson  <jas@extundo.com>
25300
25301         * password.el: Add.
25302
25303 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25304
25305         * dns.el (dns-query-types): Fix typo.
25306         (dns-query-types): New function.
25307         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25308         PTR and SOA replies, see RFC 1035.
25309
25310 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25311
25312         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25313
25314         * Move to Changelog.2.
25315
25316 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25317
25318         * gnus.el (gnus-version-number): Bump version.
25319
25320 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25321
25322         * gnus.el: No Gnus v0.1 is released.
25323
25324 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25325
25326         * gnus.el: No Gnus v0.0 is released.
25327
25328 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25329
25330         * gnus.el (gnus-version-number): Bump.
25331         (gnus-version): No.
25332
25333 See ChangeLog.2 for earlier changes.
25334
25335   Copyright (C) 2004-2012 Free Software Foundation, Inc.
25336
25337   This file is part of GNU Emacs.
25338
25339   GNU Emacs is free software: you can redistribute it and/or modify
25340   it under the terms of the GNU General Public License as published by
25341   the Free Software Foundation, either version 3 of the License, or
25342   (at your option) any later version.
25343
25344   GNU Emacs is distributed in the hope that it will be useful,
25345   but WITHOUT ANY WARRANTY; without even the implied warranty of
25346   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25347   GNU General Public License for more details.
25348
25349   You should have received a copy of the GNU General Public License
25350   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25351
25352 ;; Local Variables:
25353 ;; coding: utf-8
25354 ;; fill-column: 79
25355 ;; add-log-time-zone-rule: t
25356 ;; End: