18fb3c1ad7dd8254201c7d50d0156706c7f2736a
[gnus] / lisp / ChangeLog
1 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gmm-utils.el (gmm-called-interactively-p): New function.
4         * gnus-art.el (article-unsplit-urls)
5         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6         * gnus-registry.el (gnus-registry-get-article-marks)
7         * message.el (message-goto-body): Use it.
8         (message-called-interactively-p): Remove.
9
10         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
11         * gnus-sync.el (gnus-sync-lesync-call)
12         * message.el (message-read-from-minibuffer): Use it.
13
14 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * gmm-utils.el (gmm-flet): Remove.
17         * gnus-sync.el (gnus-sync-lesync-call)
18         * message.el (message-read-from-minibuffer): Don't use it.
19
20 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * gmm-utils.el (gmm-labels): Use cl-labels if available.
23
24 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
27
28         * gnus-sync.el (gnus-sync-lesync-call)
29         * message.el (message-read-from-minibuffer): Use gmm-flet.
30
31         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
32
33         * gnus-util.el (gnus-macroexpand-all): Remove.
34
35 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
36
37         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
38         to TAB, not [tab].
39         (gnus-summary-article-map): Likewise.
40
41         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
42         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
43
44 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
45
46         * time-date.el: Commentary fix.
47
48 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
49
50         * color.el: Don't require cl.
51         (color-complement): `caddr' -> `nth 2'.
52
53         * time-date.el (time-to-seconds): De-obsolete.
54
55 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * message.el (message-get-reply-headers):
58         Make sure the reply goes to the author if it is a wide reply.
59
60 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
61
62         * gnus-score.el (gnus-score-body):
63         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
64         scoring by body.
65
66 2012-11-16  Glenn Morris  <rgm@gnu.org>
67
68         * gnus-diary.el (nndiary-request-create-group-functions)
69         (nndiary-request-update-info-functions)
70         (gnus-subscribe-newsgroup-functions)
71         (nndiary-request-accept-article-functions):
72         Use new names for hooks rather than obsolete aliases.
73
74 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * dgnushack.el (define-obsolete-variable-alias): Simplify.
77
78 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
81         in meta tag with the one the part specifies in its header.
82
83 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
84
85         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
86         by default.
87
88 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
91         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
92
93 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
96         and a runtime function for it, of which the XEmacs version takes only
97         two arguments.
98
99 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
100
101         * nndiary.el (nndiary-request-create-group-functions)
102         (nndiary-request-update-info-functions)
103         (nndiary-request-accept-article-functions):
104         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
105         "-hooks" suffix.
106
107 2012-10-19  Julien Danjou  <julien@danjou.info>
108
109         * gnus-art.el: Require gnus-util because it uses
110         `gnus-timer--function'.
111
112 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
113
114         * starttls.el (starttls-extra-arguments): Doc fix.
115
116 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
119         it.
120
121 2012-10-06  Glenn Morris  <rgm@gnu.org>
122
123         * gnus-notifications.el (gnus-notifications):
124         Add missing group :version tag.
125         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
126         (gnus-gcc-post-body-encode-hook):
127         * gnus-sync.el (gnus-sync-lesync-name)
128         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
129
130 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
131
132         * color.el (color-hsl-to-rgb): Fix incorrect results for
133         small and large hue values.  (Bug#12559)
134
135 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         New UIDL implementation.
138
139         * mail-source.el (mail-sources, mail-source-keyword-map):
140         Add :leave as a pop3 keyword.
141         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
142
143         * pop3.el (pop3-leave-mail-on-server): Allow number.
144         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
145         (pop3-movemail): Add UIDL support.
146         (pop3-send-streaming-command): Take a list of mail numbers instead of
147         the number of mails.
148         (pop3-write-to-file): Add X-UIDL header.
149         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
150         (pop3-uidl-add-xheader): New functions.
151
152         * message.el (message-ignored-resent-headers):
153         Add X-Content-Length and X-UIDL headers.
154
155 2012-10-05  Glenn Morris  <rgm@gnu.org>
156
157         * color.el (color-name-to-rgb, color-rgb-to-hex)
158         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
159         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
160         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
161         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
162
163 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
166         a user about whether to delete temp files if once a user answered as n.
167
168 2012-09-25  Chong Yidong  <cyd@gnu.org>
169
170         * password-cache.el (password-read-and-add): Use a declare form to mark
171         this function obsolete.
172
173 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * lpath.el: Bind mail-encode-mml for old Emacsen.
176
177 2012-09-17  Richard Stallman  <rms@gnu.org>
178
179         * message.el (message-in-body-p): Don't set mark or modify buffer.
180
181         * mml.el (mml-attach-file): Doc fix.
182         (mml-attach-external, mml-attach-buffer, mml-attach-file):
183         Set mail-encode-mml when in Mail mode.
184         Simplify code to set HEAD and move back to HEAD.
185         (mml-insert-multipart, mml-insert-part):
186         Set mail-encode-mml when in Mail mode.
187
188 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * gnus-util.el (gnus-timer--function): New function.
191
192         * gnus-art.el (gnus-article-stop-animations): Use it.
193
194 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
195
196         Fix glitches caused by addition of psec to timers.
197         * gnus-art.el (gnus-article-stop-animations): Use timer--function
198         rather than raw access to timer vector.
199
200 2012-09-11  Julien Danjou  <julien@danjou.info>
201
202         * gnus-notifications.el (gnus-notifications): Check for nil values in
203         ignored addresses check.
204
205 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
206
207         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
208
209 2012-09-07  Chong Yidong  <cyd@gnu.org>
210
211         * gnus-util.el
212         (gnus-put-text-property-excluding-characters-with-faces): Restore.
213
214         * gnus-salt.el (gnus-tree-highlight-node):
215         * gnus-sum.el (gnus-summary-highlight-line):
216         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
217
218 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
219
220         * gnus-util.el: Fix compilation error on XEmacs 21.4.
221
222 2012-09-06  Juri Linkov  <juri@jurta.org>
223
224         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
225         scheme for buffer names to be more consistent with other group and
226         article buffer names in Gnus.
227
228 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
229
230         * gnus-util.el
231         (gnus-put-text-property-excluding-characters-with-faces): Removed.
232
233         * gnus-compat.el: Define compat function `add-face' from Wolfgang
234         Jenkner.
235
236         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
237
238         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
239
240         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
241
242 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
245         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
246
247         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
248         string-prefix-p in Emacs >=23.2.
249
250         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
251         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
252         instead of string-match-p.
253         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
254
255 2012-09-06  Kenichi Handa  <handa@gnu.org>
256
257         * qp.el (quoted-printable-decode-region): Fix previous change; handle
258         lowercase a..f.
259
260 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
261
262         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
263
264 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
265
266         * nnimap.el (nnimap-request-move-article): Decode the group name when
267         doing internal moves to avoid charset issues.
268
269         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
270         TIME is set.
271
272 2012-09-05  Juri Linkov  <juri@jurta.org>
273
274         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
275         than one group at a time (bug#11961).
276
277 2012-09-05  Julien Danjou  <julien@danjou.info>
278
279         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
280         this hide the real reason with a message giving absolutely no hint.
281
282 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
283
284         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
285         to the backend (bug#11804).
286
287         * message.el (message-insert-newsgroups): Don't insert newsgroup
288         duplicates (bug#12275).
289
290 2012-09-05  John Wiegley  <johnw@newartisans.com>
291
292         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
293         sieve rules.
294
295 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
296
297         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
298         function.
299
300         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
301
302         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
303
304 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
305
306         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
307         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
308         This should make nnmaildir more usable with offlineimap.
309
310 2012-09-05  Julien Danjou  <julien@danjou.info>
311
312         * nnimap.el (nnimap-request-list): Revert change that made listing
313         synchronous.
314         (nnimap-get-responses): Restore.
315
316 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
317
318         * dgnushack.el: XEmacs 21.5 compilation fix.
319
320         * gnus-notifications.el (gnus-notifications-notify): Use it.
321
322         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
323         warnings on XEmacs.
324
325 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
326
327         Better seeds for (random).
328         * gnus-sync.el (gnus-sync-lesync-setup):
329         * message.el (message-canlock-generate, message-unique-id):
330         Change (random t) to (random), now that the latter is more random.
331
332 2012-08-31  Dave Abrahams  <dave@boostpro.com>
333         * nnimap.el (nnimap-change-group): Document result value
334
335         * auth-source.el (auth-sources): Fix macos keychain access.
336
337         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
338         allow the backend `request-head' function to determine the group
339         name on its own.
340         (gnus-request-expire-articles): Filter out negative article numbers
341         during expiry (Bug#11980).
342
343         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
344         O(N^2) to O(N).  This makes warping into huge groups tolerable.
345
346         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
347         you've found the article when you haven't.
348
349         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact that
350         nnimap-change-group can return t
351
352 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
353
354         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
355
356 2012-08-30  Julien Danjou  <julien@danjou.info>
357
358         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
359         `gnus-notifications-timeout'.
360         (gnus-notifications-timeout): Add.
361         (gnus-notifications-action): New function.
362         (gnus-notifications-notify): Add :action using
363         `gnus-notifications-action'.
364         (gnus-notifications-id-to-msg): New variable.
365         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
366         notifications id to messages.
367
368 2012-08-30  Kenichi Handa  <handa@gnu.org>
369
370         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
371         once.
372
373 2012-08-29  Julien Danjou  <julien@danjou.info>
374
375         * gnus-notifications.el: New file.
376         (gnus-notifications-notify): New function.
377         (gnus-notifications): Use `gnus-notifications-notify'.
378
379 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
382         transfer encoding first; bind gnus-newsgroup-charset to the charset
383         that the article specifies (Bug#12209).
384
385 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
388         (gnus-group-customize-done): Encode values posting-style holds.
389
390         * gnus-msg.el (gnus-summary-resend-message)
391         (gnus-configure-posting-styles): Decode values posting-style group
392         parameter holds.
393
394 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
397         `name' and `address' in Resent-From header.
398
399 2012-08-14  Chong Yidong  <cyd@gnu.org>
400
401         * gnus-art.el (article-display-face): Handle failure in
402         gnus-create-image (Bug#11802).
403
404 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
405
406         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
407         Use defsetf.
408
409 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
410
411         * auth-source.el: (auth-source-plstore-search)
412         (auth-source-secrets-search): Ignore :require and :type in search spec.
413
414 2012-08-06  Julien Danjou  <julien@danjou.info>
415
416         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
417         `nnimap-request-move-article'.
418
419         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
420         Remove autoload, already handled by gnus.el.
421
422         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
423
424         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
425         supported by nnimap actually. Reverts previous change.
426
427         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
428         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
429         to-buffer argument that is already supported.
430
431 2012-08-05  Julien Danjou  <julien@danjou.info>
432
433         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
434         Add autoload.
435
436 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * gnus.el (gnus-valid-select-methods): Fix custom type.
439
440 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
441
442         * auth-source.el (auth-sources, auth-source-backend-parse)
443         (auth-source-macos-keychain-search)
444         (auth-source-macos-keychain-search-items)
445         (auth-source-macos-keychain-result-append)
446         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
447         auth-source.el through the /usr/bin/security utility.
448         (auth-sources): Fix syntax error.
449         (auth-source-macos-keychain-result-append): Fix variable name.
450         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
451
452 2012-07-27  Julien Danjou  <julien@danjou.info>
453
454         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
455         Emacs < 24.1
456
457 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * message.el (message-kill-address): Don't kill last newline.
460         (message-skip-to-next-address): Don't move to the next header.
461         (message-fill-field-address): Work properly.
462
463 2012-07-25  Julien Danjou  <julien@danjou.info>
464
465         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
466
467 2012-07-24  Julien Danjou  <julien@danjou.info>
468
469         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
470
471         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
472         (nntp-async-timer-handler): Remove, unused.
473
474         * nnimap.el (nnimap-get-responses): Remove, unused.
475
476         * nnheader.el (mail-header-set-extra): Remove, unused.
477
478         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
479         unused.
480
481         * mm-view.el (mm-view-sound-file): Remove, unused.
482
483         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
484         (mm-url-encode-multipart-form-data): Remove, unused.
485
486         * message.el (message-remove-signature, message-make-host-name)
487         (message-fill-address): Remove, unused.
488
489         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
490         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
491         unused.
492
493         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
494         (gnus-xmas-call-region): Remove, unused.
495
496         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
497
498         * gnus-util.el (gnus-extract-address-component-name)
499         (gnus-extract-address-component-email, gnus-sortable-date)
500         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
501         (gnus-process-live-p): Remove, unused.
502
503         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
504
505         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
506         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
507         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
508         function.
509
510         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
511
512         * gnus-score.el (gnus-summary-score-crossposting)
513         (gnus-score-regexp-bad-p): Remove, unused.
514
515         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
516
517         * gnus-range.el (gnus-sublist-p): Remove, unused.
518
519         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
520         unused.
521
522         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
523
524         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
525         (gnus-request-associate-buffer): Remove, unused.
526
527         * gnus-group.el (gnus-group-set-method-info)
528         (gnus-group-set-params-info): Remove, unused.
529
530         * gnus-fun.el (gnus-shell-command-to-string)
531         (gnus-shell-command-on-region): Remove, unused.
532
533         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
534
535         * gnus-art.el (gnus-article-text-type-exists-p)
536         (article-translate-characters, gnus-article-hide-text-of-type)
537         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
538         Remove, unused.
539
540 2012-07-22  Andrew Cohen  <cohen@bu.edu>
541
542         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
543
544 2012-07-21  Julien Danjou  <julien@danjou.info>
545
546         * message.el (message-dont-reply-to-names): Replace deprecated
547         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
548         (message-get-reply-headers): Ditto.
549
550 2012-07-18  Julien Danjou  <julien@danjou.info>
551
552         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
553         `sieve-upload-and-kill'.
554
555         * sieve.el (sieve-bury-buffer): Remove function.
556         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
557         (sieve-upload-and-kill): New function, mapped to C-c C-c.
558
559 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
560
561         * shr.el (shr-expand-url): Handle URL starting with `//'.
562
563 2012-07-13  Chong Yidong  <cyd@gnu.org>
564
565         * smime.el (smime-certificate-info): Set buffer-read-only directly,
566         instead of calling toggle-read-only with a (bogus) argument.
567
568 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
569
570         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
571         of initial input when reading the author to restrict the summary to.
572
573 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * mm-decode.el (mm-shr):
576         Allow overriding charset by mm-charset-override-alist.
577
578 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * gnus-art.el (gnus-article-view-part):
581         Toggle subparts of multipart/alternative part.
582
583 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
584
585         * shr.el (shr-render-buffer): New command.
586         (shr-visit-file): Use it.
587
588 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
589
590         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
591         Set no-byte-compile and no-update-autoloads.
592
593 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
596
597 2012-06-25  Julien Danjou  <julien@danjou.info>
598
599         * nnimap.el (nnimap-request-articles-find-limit): Rename from
600         `nnimap-request-move-articles-find-limit' since we do not use it only
601         for move operations.
602         (nnimap-request-accept-article): Use
603         `nnimap-request-articles-find-limit' to limit search by message-id.
604
605 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
606
607         Support higher-resolution time stamps (Bug#9000).
608
609         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
610         VARLIST.  It's optional, for backward compatibility.
611         (encode-time-value): New optional arg PICO.  New type 3.
612         (time-to-seconds) [!float-time]: Support the new picoseconds
613         component if it's used.
614         (seconds-to-time, time-subtract, time-add):
615         Support ps-resolution time stamps as well.
616
617 2012-06-19  Julien Danjou  <julien@danjou.info>
618
619         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
620
621         * nnimap.el (nnimap-log-buffer): Check that
622         `window-point-insertion-type' is boundp, since it's not available in
623         XEmacs.
624
625 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
626
627         * nnimap.el (nnimap-log-buffer): Add this, setting
628         `window-point-insertion-type' in the buffer to t.
629         (nnimap-log-command): Use nnimap-log-buffer.
630
631 2012-06-19  Julien Danjou  <julien@danjou.info>
632
633         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
634         argument to be able to limit the search.
635         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
636         (nnimap-request-move-articles-find-limit): Add this to limit the search
637         by Message-Id after a message move.
638         (nnimap): Add defgroup.
639
640 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
641
642         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
643
644 2012-06-15  Julien Danjou  <julien@danjou.info>
645
646         * nnimap.el (nnimap-find-article-by-message-id): Use
647         `nnimap-possibly-change-group' rather than its own EXAMINE call.
648         (nnimap-possibly-change-group): Add read-only argument.
649         (nnimap-request-list): Use nnimap-possibly-change-group rather than
650         issuing EXAMINE manually.
651         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
652         with read-only argument.
653         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
654         cannot possibly change because we need to be sure that it's either
655         read-write or read-only.
656
657 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
660         being bound to a lambda form.
661
662 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
663
664         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
665         articles when fetch-old is non-nil (bug#11370).
666
667 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
668
669         * gnus-picon.el (gnus-picon-properties): New defcustom.
670         (gnus-picon-create-glyph): Use it.
671
672 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * gnus-group.el (gnus-group-get-new-news): Respect
675         `gnus-group-use-permanent-levels', as documented (bug#11638).
676
677 2012-06-10  Dave Abrahams  <dave@boostpro.com>
678
679         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
680         groups (bug#11641).
681
682 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
683
684         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
685         is an integer to avoid later problems.
686
687 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688
689         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
690         locales.
691
692         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
693         on a handle.
694
695         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
696         address as the default.
697         (gnus-summary-insert-old-articles): Don't include unexistent messages.
698
699         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
700         makes no sense to query the user about internal files.
701
702         * gnus-spec.el: Remove all the byte-compilation stuff, since
703         benchmarking shows that it doesn't help when entering large summary
704         buffers.
705
706         * gnus-xmas.el (gnus-xmas-define): Remove.
707
708         * gnus-util.el (gnus-byte-code): Remove.
709
710         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
711         grouplens stuff.
712
713 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
716         (bug#11514).
717
718 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
719
720         * message.el (message-buffers): Return all buffers derived from Message
721         to make `gnus-dired-attach' work with mu4e.
722
723 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
724
725         * nntp.el: Stop the `letf' madness.
726         (nntp--report-1): New var.
727         (nntp-report): Merge nntp-report-1 into it.
728         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
729         the nntp-report function.
730
731         * auth-source.el: Fix comment-style to follow the convention.
732
733 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
734
735         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
736         (mm-dissect-singlepart): Don't guess the MIME type of
737         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
738         set.
739         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
740         toplevel MIME type is multipart/encrypted.
741
742 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
745         a string so that Gcc works (bug#11514).
746
747 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
748
749         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
750         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
751
752 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
753
754         * gnus-win.el (gnus-configure-frame): Don't signal an error when
755         jumping to *Server* from a dedicated *Group* window.
756         (gnus-configure-frame): CSE.
757
758         * gnus-registry.el: Minor style cleanup.
759         (gnus-registry--set/remove-mark): New function, extracted from
760         gnus-registry-install-shortcuts.
761         (gnus-registry-install-shortcuts): Use it.
762
763 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * nnspool.el (news-path): Use eval-and-compile.
766
767 2012-05-24  Glenn Morris  <rgm@gnu.org>
768
769         * nnspool.el (news-directory, news-path, news-inews-program):
770         Move here from paths.el.  Don't see a need for these to be autoloaded.
771
772         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
773         Merge in doc from paths.el version.  Don't see any need for this to be
774         autoloaded, or for the warning about users not setting it.
775
776 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
777
778         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
779         format.  In particular, add an optional argument and a docstring.
780
781         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
782
783         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
784         current before calling `gnus-groups-to-gnus-format'.
785         Note that this was already the case for `gnus-active-to-gnus-format'.
786
787 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
788
789         Fix minor Y10k bug.
790         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
791
792 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
793
794         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
795         message once it's actually open.
796
797 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
798
799         * gnus.el: Ma Gnus v0.5 is released.
800
801 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
802
803         * auth-source.el (auth-source--aput-1, auth-source--aput)
804         (auth-source--aget): New functions and macros.
805         Use them instead of aput/aget.
806
807 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
808
809         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
810
811 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
812
813         * plstore.el (plstore-called-interactively-p): New compat macro copied
814         from message.el.
815         (plstore-mode): Use it.
816
817 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
818
819         * plstore.el: Revive the editing feature.
820         (plstore-mode): New mode to edit plstore file.
821         (plstore-mode-toggle-display, plstore-mode-original)
822         (plstore-mode-decoded): New command.
823         (plstore--encode, plstore--decode, plstore--write-contents-functions)
824         (plstore--insert-buffer, plstore--make): New function.
825         (plstore-open, plstore-save): Simplify by using them.
826
827 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
830
831 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
832
833         * tls.el (open-tls-stream): Remove unused binding.
834
835 2012-04-16  Glenn Morris  <rgm@gnu.org>
836
837         * nndraft.el (nndraft-request-list): Fix declaration.
838
839 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * mm-decode.el (mm-dissect-buffer): Doc fix.
842
843         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
844         don't have a current group.
845
846         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
847         buffer if it doesn't exist.
848
849         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
850         given, mark the group as ephemeral with the current window conf.
851
852         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
853         buffer exists, which it doesn't if we haven't started Gnus.
854         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
855
856 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * mml.el (mml-generate-mime): Allow specifying what the top-level part
859         type is.
860
861         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
862         `unexists' entries.
863         (gnus-clean-old-newsrc): Fix last checkin.
864
865         * nnimap.el (nnimap-update-info): None of the articles below the active
866         low-water mark exist.
867
868         * dgnushack.el: Get rid of XEmacs compilation warning.
869
870         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
871         would have gotten if we posted to the group, and use that to compare
872         against the message we want to cancel (bug#10808).
873
874         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
875         on XEmacs.
876
877 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
878
879         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
880         `scroll-margin'.
881
882 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
883
884         * gnus-cite.el (gnus-dissect-cited-text): A single line without
885         citation prefix within a block of cited text should be considered part
886         of that block *only* if it is a blank line.
887
888 2012-04-09  Chong Yidong  <cyd@gnu.org>
889
890         * binhex.el, hashcash.el, uudecode.el:
891         Remove * characters from the front of variable docstrings.
892
893 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
896         before kinsoku-bol characters nor within kinsoku-eol characters.
897
898 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
901         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
902         (gnus-sync-read): Use mapc instead of mapcar.
903
904         * mm-archive.el: Require mm-decode for some macros.
905         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
906         the byte compiler.
907         (mm-archive-decoders): New function that returns the value of
908         the mm-archive-decoders variable.
909
910         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
911         instead.
912         (mm-dissect-singlepart): Use the function mm-archive-decoders.
913
914         * nnimap.el (gnus-refer-thread-use-nnir):
915         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
916
917 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
920
921 2012-03-12  Peter Münster  <pmrb@free.fr>
922
923         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
924         (gnus-demon-cancel): Ditto.
925         (gnus-demon-run-callback): When function cannot be called due to low
926         idleness, call it when idleness reaches the expected value, instead of
927         waiting another timer period.
928         (gnus-demon-init): Add `time' to arguments of call-back.
929
930 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
933
934         * gnus.el: Register gnus-registry functions.
935
936         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
937         indent.
938
939         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
940         enabled before warping.
941
942 2012-03-22  Dave Abrahams  <dave@boostpro.com>
943
944         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
945         registry about each article retrieved.
946
947         * gnus-int.el (gnus-select-group-with-message-id): New function.
948         (gnus-try-warping-via-registry): Ditto.
949         (gnus-warp-to-article): Fall back on the registry.
950
951 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
952
953         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
954         inboxes.
955
956 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
959
960 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
963         gnus-gcc-self-resent-messages may be a group parameter.
964         (gnus-summary-resend-message): Don't encode encoded words in header
965         when Gcc'ing resent message.
966
967 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * shr.el (shr-insert): Treat non-breaking space just like normal
970         space.  This seems to produce more pleasing results.
971         (shr-insert): Only insert a blank line if we're starting from an image.
972         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
973         (shr-ensure-paragraph): Consider lines with white space to be blank.
974
975 2012-03-15  Elias Pipping  <pipping@lavabit.com>
976
977         * Makefile.in: Respect DESTDIR.
978
979 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
980
981         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
982         and gnus-gcc-post-body-encode-hook.
983
984 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
987         messages that don't exist.
988
989         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
990
991 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
994         a string so that Gcc works (bug#11514).
995
996 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
997
998         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
999
1000 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001
1002         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1003         don't have a current group.
1004
1005 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1008         Remove.
1009
1010         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1011
1012         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1013
1014 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1017         have a group name.
1018
1019         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1020         a multibyte buffer (bug#7410).
1021         (article-wash-html): Parse the original article buffer to get the
1022         unencoded data (bug#7410).
1023
1024         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1025         .newsrc.el files.
1026
1027 2012-04-05  Bastien Guerry  <bzg@altern.org>
1028
1029         * color.el (color-lighten-name): Fix typo.
1030
1031 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1034         "#" to avoid having them interpreted as comments.
1035
1036 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * shr.el (shr-insert): Update the text state properly to avoid
1039         inserting spurious paragraph starts.
1040
1041 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * shr.el (shr-table-widths): Divide the extra width more fairly over
1044         the TDs (bug#10973).
1045         (shr-render-td): Don't delete too much padding.
1046         (shr-natural-width): Compute the natural width more correctly.
1047         (shr-insert): Allow the natural width to be computed for tables again.
1048         (shr-tag-table-1): Rework how the natural widths are computed by
1049         rendering the table a third time.
1050         (shr-natural-width): Removed.
1051         (shr-buffer-width): New function.
1052         (shr-expand-newlines): Use it.
1053
1054         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1055         using a `gnus-use-full-window' setup (bug#11013).
1056
1057 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1060         24.1 release.
1061
1062 2012-03-10  David Edmondson  <dme@dme.org>
1063
1064         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1065         'Forwarded Message' header and the start of the message.
1066
1067 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1068
1069         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1070         isn't running (bug#10897).
1071
1072 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1075         This is inconsistent with all the other stream functions, which leave
1076         the setting up to the higher levels (if so wanted) (bug#10931).
1077
1078 2012-02-28  Glenn Morris  <rgm@gnu.org>
1079
1080         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1081         mm-decode.el: Standardize possessive apostrophe usage.
1082
1083 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1086
1087 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1088
1089         * parse-time.el (parse-time-string): Allow extractor to return nil.
1090
1091 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1094
1095 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1096
1097         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1098
1099 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1100
1101         * mm-decode.el (mm-shr): Remove "soft hyphens".
1102
1103         * nnimap.el (nnimap-request-list): Return the group names encoded as
1104         utf8.  Otherwise non-European group names don't work.
1105         (nnimap-request-newgroups): Ditto.
1106
1107         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1108         the default in `read-string' (bug#10757).
1109
1110         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1111         topics (bug#10843).
1112
1113         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1114         buffer.  Suggested by Herbert Valerio Riedel.
1115         (nnimap-request-move-article): Delete the message from the correct IMAP
1116         server.
1117
1118 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1119
1120         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1121         Reported by Peter Münster.
1122
1123 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1124
1125         * shr.el (shr-image-fetched): Make sure we really kill the right
1126         buffer.
1127
1128 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1129
1130         * gnus-start.el (gnus-1): Avoid duplicate entries.
1131
1132 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1133
1134         * imap.el: Remove.
1135
1136         * nntp.el (nntp-coding-system-for-read): Remove.
1137         (nntp-coding-system-for-write): Ditto.
1138         (nntp-open-connection): Just use `binary' directly.
1139
1140         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1141         Gnus 0.3.
1142
1143 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1144
1145         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1146         application/octet-stream parts really is.
1147
1148         * gnus-sum.el (gnus-propagate-marks): Remove.
1149
1150 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1151
1152         * shr.el (shr-rescale-image): Undo previous change; see
1153         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1154
1155 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1156
1157         * gnus.el: Ma Gnus v0.3 is released.
1158
1159 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1160
1161         * gnus-sum.el (gnus-summary-local-variables): Make
1162         `gnus-newsgroup-unexist' into a local variable.
1163
1164 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1165
1166         * registry.el (registry-usage-test, registry-persistence-test): Move to
1167         tests/gnustest-registry.el.
1168         (registry-make-testable-db, registry-match-test)
1169         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1170
1171         * gnus-registry.el (gnus-registry-misc-test)
1172         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1173
1174         * tests/gnustest-registry.el: New file with the registry and
1175         gnus-registry ERT tests.
1176
1177 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * gnus-msg.el (gnus-summary-resend-message): Make
1180         gnus-summary-resend-message-insert-gcc be last item in
1181         message-header-setup-hook.
1182
1183 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1184
1185         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1186         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1187         Remove.
1188         (nnfolder-open-server): Don't use marks.
1189         (nnfolder-request-delete-group): Ditto.
1190         (nnfolder-request-rename-group): Ditto.
1191         (nnfolder-request-set-mark, nnfolder-request-marks)
1192         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1193         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1194
1195         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1196         (nnml-marks-modtime): Remove.
1197         (nnml-request-delete-group): Don't use marks.
1198         (nnml-request-rename-group): Ditto.
1199         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1200         (nnml-save-marks, nnml-open-marks): Remove.
1201
1202         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1203         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1204         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1205         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1206         (nntp-server-to-method-cache): Remove.
1207
1208         * shr.el (shr-rescale-image): Fix wrong merge.
1209
1210 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1211
1212         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1213         too-wide lines.
1214
1215 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1216
1217         * nnimap.el (nnimap-record-commands): New variable.
1218         (nnimap-log-command): Use it.
1219         (nnimap-make-process-buffer): Add a space to the process buffer.
1220         (nnimap-transform-headers): Don't bug out on header lines containing
1221         stuff that look like IMAP length encodings.
1222
1223         * shr.el (shr-rescale-image): Allow viewing large images.
1224
1225 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1226
1227         * nnml.el (nnml-request-compact-group): Delete the marks file after
1228         compaction (bug#10800).
1229
1230         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1231         group exit.
1232
1233         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1234         QRESYNC/FETCH output.
1235
1236 2012-02-11  Glenn Morris  <rgm@gnu.org>
1237
1238         * sieve-manage.el (sieve-manage-default-stream):
1239         * shr.el (shr):
1240         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1241         (nnir-retrieve-headers-override-function)
1242         (nnir-imap-default-search-key, nnir-notmuch-program)
1243         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1244         (nnir-method-default-engines):
1245         * message.el (message-cite-reply-position):
1246         * gssapi.el (gssapi-program):
1247         * gravatar.el (gravatar):
1248         * gnus-sum.el (gnus-refer-thread-use-nnir):
1249         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1250         (gnus-registry-max-pruned-entries):
1251         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1252         * gnus-int.el (gnus-after-set-mark-hook)
1253         (gnus-before-update-mark-hook):
1254         * gnus-async.el (gnus-async-post-fetch-function):
1255         * auth-source.el (auth-source-cache-expiry):
1256         Add missing :version tags to new defcustoms and defgroups.
1257
1258 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1261         `gnus-newsgroup-unexist'.
1262
1263         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1264         marks.
1265         (gnus-article-special-mark-lists): Put the `unexist' in the special
1266         marks list instead.
1267
1268         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1269         articles in the list of articles to be selected.
1270
1271         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1272         articles.
1273         (nnimap-update-info): Keep track of unexisting articles.
1274         (nnimap-update-qresync-info): Ditto.
1275
1276 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1277
1278         * message.el (message-default-send-mail-function): Made into own
1279         function for reuse by emacsbug.el.
1280
1281 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1282
1283         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1284         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1285
1286 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1287
1288         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1289         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1290
1291         * gnus-compat.el: Define `timer-set-function'.
1292
1293         * mm-decode.el (mm-display-external): Output the text from the command
1294         in the buffer after the command finished.  This makes text-based
1295         commands behave better.
1296
1297 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1298
1299         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1300
1301 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1302
1303         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1304         23.1.
1305
1306 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1309
1310 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1311
1312         * message.el (smtpmail-smtp-user): Silence compiler warning.
1313
1314 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1315
1316         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1317         SMTP user name.
1318
1319 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * gnus-sum.el (gnus-summary-show-thread):
1322         next-single-char-property-change may return nil in XEmacs.
1323         (gnus-summary-article-map): Fix typo.
1324
1325 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1328         running.
1329
1330         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1331
1332         * gnus.el (gnus-server-extend-method): Don't add an -address component
1333         if the method already has one (bug#9676).
1334
1335 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1336
1337         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1338         of an initial-input for consistency (bug#10757).
1339
1340         * dgnushack.el: Fix XEmacs compilation warning.
1341
1342         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1343
1344         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1345
1346 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1347
1348         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1349         lines that are narrower than the window width.  Otherwise background
1350         "blocks" will look less readable.
1351
1352 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1353
1354         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1355         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1356         have newlines within the strings, and where the UID comes after the
1357         BODYSTRUCTURE element (bug#10537).
1358
1359         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1360         (bug#10732).
1361
1362         * shr.el (shr-insert-document): Add doc string.
1363         (shr-visit-file): Ditto.
1364         (shr-remove-trailing-whitespace): New function.
1365         (shr-insert-document): Use it to clean up trailing whitespace as the
1366         final step (bug#10714).
1367
1368 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1369
1370         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1371         buffer if `gnus-kill-summary-on-exit' is nil.
1372
1373 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1374
1375         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1376         when just reading a single group from "without" Gnus.
1377
1378 2012-02-06  Chong Yidong  <cyd@gnu.org>
1379
1380         * gnus-sum.el (gnus-summary-show-thread):
1381         next-single-char-property-change never returns nil (Bug#8657).
1382
1383 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1384
1385         * message.el (message-multi-smtp-send-mail): New function.
1386         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1387         header to implement multi-SMTP functionality.
1388
1389         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1390         (gnus-agentize): Don't set it.
1391         (gnus-agent-send-mail): Don't use it.
1392
1393         * gnus-sum.el (gnus-summary-widget-backward): New function and
1394         keystroke.
1395
1396         * gnus-compat.el: More the compat functions more compatible.
1397
1398         * shr.el (shr-put-image): Remove underlines from sliced images.
1399         (shr-zoom-image): Compute the region to be replaced more correctly.
1400
1401 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1404         (gnus-summary-resend-message-insert-gcc): New function.
1405         (gnus-summary-resend-message): Modify message-header-setup-hook and
1406         message-sent-hook to make it work for Gcc.
1407         (gnus-inews-do-gcc): Update the number of unread articles of groups
1408         that messages are Gcc'd to.
1409
1410         * message.el (message-resend): Run message-sent-hook to do Gcc.
1411
1412 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1413
1414         * lpath.el: Fix an XEmacs compilation warning.
1415
1416         * gnus-compat.el: Require `help-fns' to fix compilation error.
1417
1418         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1419         a higher level to silence compilation.
1420
1421         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1422         parameter to allow controlling the scaling.
1423
1424         * shr.el (shr-zoom-image): New command and keystroke.
1425         (shr-put-image): Take a `size' flag to say how to scale the image.
1426
1427         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1428         deletion unless already defined.
1429
1430         * gnus.el (gnus-compat): Require it.
1431
1432         * gnus-compat.el: New file.
1433
1434         * gnus-start.el (gnus-clean-old-newsrc): New function.
1435         (gnus-read-newsrc-file): Use it.
1436
1437         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1438         Use recursive deletion.
1439         (mm-dissect-archive): Add support for zip files.
1440
1441         * gnus-util.el (gnus-recursive-directory-files): New function.
1442
1443         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1444         (mm-archive-decoders): Add tgz support.
1445
1446         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1447         Otherwise inserting text into the Gnus buffer can look odd.
1448
1449         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1450
1451         * mm-archive.el (mm-archive-decoders): Add support for tar.
1452
1453         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1454
1455         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1456
1457 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1458
1459         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1460
1461         * mm-archive.el: New file.
1462
1463         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1464
1465         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1466
1467         * message.el (message-goto-*): Make all the `message-goto-*' commands
1468         push the mark before moving point.  This makes it easier to go back to
1469         where you came from after editing whatever you jumped to.
1470
1471 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1472
1473         * gnus.el: Ma Gnus v0.1 is released.
1474
1475 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1476
1477         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1478         without reconnecting.
1479         (nnimap-possibly-change-group): Ditto.
1480         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1481         connection has died before being called.
1482
1483 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1484
1485         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1486         an initial sync unless we're really doing one.
1487
1488         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1489         address parameter if one already exists (bug#9676).
1490
1491         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1492         not the prefix, as documented (bug#10689).
1493
1494 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1495
1496         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1497         the "server".
1498
1499         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1500         the real error message with the useless "previously known to be down".
1501         Which isn't even correct.
1502
1503         * nntp.el (nntp-open-connection): Report the error message if the nntp
1504         server can't be reached.
1505
1506         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1507         groups we do a total scan for.
1508         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1509         doing that.
1510
1511 2012-01-31  Jim Meyering  <jim@meyering.net>
1512
1513         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1514         Correct a comment (insert "not") and hide nominally-doubled "to".
1515
1516 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1517
1518         * gnus.el (gnus-version): Change name to "Ma Gnus".
1519
1520 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1521
1522         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1523         section in the manual.
1524
1525 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1526
1527         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1528         words.
1529         (rfc2047-encode-string): Ditto.
1530         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1531         understand folded filename="..." parameters, for instance.
1532
1533         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1534         the message for greater debuggability.
1535
1536 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1537
1538         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1539         instead of setting it locally, since the latter doesn't seem to have
1540         any effect (most of the time).
1541
1542 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1543
1544         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1545         function call.
1546
1547 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1548
1549         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1550         seconds, and make the repeat clause with HH:MM specs work as
1551         documented.
1552
1553 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1554
1555         * proto-stream.el (proto-stream-capability-open): Fall back on
1556         :end-of-command if :end-of-capability doesn't exist.
1557
1558 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1561         bound globally in old Emacsen and XEmacsen.
1562
1563 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1564
1565         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1566         so that previous errors don't prohibit getting new news.
1567
1568         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1569
1570         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1571
1572 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1573
1574         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1575         buffer, not of the string which is its name.
1576
1577 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1578
1579         * proto-stream.el (proto-stream-capability-open): Wait for
1580         :end-of-capability, not :end-of-command.
1581
1582         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1583         non-server-marks groups.
1584         (gnus-group-make-articles-read): Ditto.
1585
1586         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1587         methods (bug#9676).
1588
1589         * gnus.el (gnus-method-ephemeral-p): New function.
1590
1591 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1594         left-to-right.
1595
1596 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1597
1598         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1599         warning.
1600
1601 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1604         macroexpand the nnir things, since they haven't been defined yet, and
1605         nnir requires gnus-sum.
1606
1607 2012-01-24  Julien Danjou  <julien@danjou.info>
1608
1609         * color.el (color-rgb-to-hsl): Fix value computing.
1610         (color-hue-to-rgb): New function.
1611         (color-hsl-to-rgb): New function.
1612         (color-clamp, color-saturate-hsl, color-saturate-name)
1613         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1614         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1615
1616 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1619
1620 2012-01-19  Julien Danjou  <julien@danjou.info>
1621
1622         * color.el (color-name-to-rgb): Use the white color to find the max
1623         color component value and return correctly computed values.
1624         (color-name-to-rgb): Add missing float conversion for max value.
1625
1626 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1627
1628         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1629         logical server name in addition to the actual machine address.
1630
1631         * auth-source.el (auth-source-user-and-password): Add convenience
1632         wrapper to search by just host and optionally user.
1633
1634 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1637         after rendering.
1638
1639 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1640
1641         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1642         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1643         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1644
1645 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1648         (bug#9693).
1649         (gnus-summary-setup-buffer): Document return value (bug#9697).
1650
1651         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1652         since ido doesn't work on symbols (bug#9632).
1653
1654         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1655         when getting a single value as when getting all the values.  This means
1656         that atoms like `gcc-self' work cumulatively, like variable settings,
1657         instead of getting the value from the last matching clause.
1658         (gnus-group-find-parameter): Protect against the group buffer not
1659         existing (bug#9585).
1660
1661 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * gnus-start.el (gnus-activate-group): Document more parameters
1664         (bug#9694).
1665
1666         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1667         (bug#9692).
1668
1669         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1670         article was fetched, so that it can be expired later (bug#9958).
1671         (gnus-agent-summary-fetch-series): Add doc string.
1672         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1673         (bug#9517).
1674
1675         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1676         retrieval is happening.
1677
1678         * gnus.el (gnus-parameters): Doc fix.
1679
1680 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1681
1682         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1683         show the thread after expansion.
1684
1685 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * gnus-art.el (article-narrow-to-head): If the head is completely
1688         empty, narrow to the empty region (bug#9764).
1689
1690         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1691         read, and then mark them as unread only when the unread mark is used.
1692         This makes `C-- T k' actually work, even though it's confusing.
1693
1694         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1695         alive before we try to find its window.
1696
1697 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1698
1699         * mm-decode.el (mm-display-external): Use a longer timeout for the
1700         deletion to allow slow programs to display the file.
1701
1702 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703
1704         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1705         prompt to be less confusing.
1706
1707         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1708         argument to `message-reply'.  This broke `special-display-*' frame
1709         pop-uping (bug#10238).
1710
1711 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1714         systems, since these allegedly don't work there.
1715
1716 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1717
1718         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1719         live buffer.
1720
1721 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * nnir.el (nnir-retrieve-headers): Protect against the article not
1724         existing on the server (bug#10335).
1725
1726 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1727
1728         * gnus-agent.el (gnus-agent-load-local): Recompute
1729         gnus-agent-article-local on changing method.
1730
1731 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * gnus.el (gnus-parameters): Note precedence.
1734
1735 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1736
1737         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1738         in the group buffer.
1739
1740 2012-01-04  Julien Danjou  <julien@danjou.info>
1741
1742         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1743         change.
1744
1745 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1748         too.
1749
1750         * nntp.el (nntp-retrieve-group-data-early): Use it.
1751
1752 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * nntp.el (nntp-retrieval-in-progress): New variable.
1755         (nntp-make-process-buffer): Make it buffer-local.
1756
1757         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1758         2010.
1759         (gnus-demon-init): Use it to compute the time if time is on the form
1760         "04:23".
1761
1762         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1763
1764         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1765         status in the correct buffer.
1766
1767 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1768
1769         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1770         when opening topics (bug#10407).
1771
1772 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1773
1774         * gnus-cus.el (gnus-score-customize):
1775         * gnus-sum.el (gnus-sort-gathered-threads):
1776         * message.el (message-shorten-references):
1777         * nnmairix.el (nnmairix-request-group):
1778         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1779
1780 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1781
1782         * gnus-agent.el (gnus-agent-regenerate-group):
1783         * gnus-int.el (gnus-retrieve-group-data-early):
1784         * mm-util.el (mm-codepage-ibm-list):
1785         * nndiary.el (Commentary, nndiary-get-new-mail):
1786         * nnir.el (nnir):
1787         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1788
1789 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * mm-view.el (mm-display-inline-fontify): Add comment.
1792
1793 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1794
1795         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1796         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1797
1798 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1799
1800         * gnus-art.el (gnus-split-methods):
1801         * gnus-msg.el (gnus-configure-posting-styles):
1802         * gnus-spec.el (gnus-parse-simple-format):
1803         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1804         * message.el (message-do-actions): Spelling fix.
1805
1806 2011-12-15  Juri Linkov  <juri@jurta.org>
1807
1808         * mm-decode.el (mm-inline-media-tests): Add missing
1809         `mm-handle-media-subtype'.
1810
1811 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1812
1813         * gnus-group.el (gnus-group-tool-bar):
1814         * gnus-sum.el (gnus-summary-tool-bar):
1815         * message.el (message-tool-bar):
1816         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1817
1818 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1819
1820         * plstore.el (plstore--insert-buffer): Spelling fix.
1821
1822 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1823
1824         * message.el (message-valid-fqdn-regexp): Update with newly approved
1825         top-level domain names ".tel" and ".asia".
1826
1827 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1830         unconditionally.
1831
1832 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1835         pop-to-buffer-same-window for old Emacsen.
1836
1837 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1838
1839         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1840
1841 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1842
1843         * netrc.el (netrc-credentials): Spelling fix.
1844
1845 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1846
1847         * gnus-fun.el (gnus-fun-ppm-change-string):
1848         * gnus-msg.el (gnus-inews-do-gcc):
1849         * gnus-sum.el (gnus-summary-find-for-reselect):
1850         * gnus.el (gnus-summary-cancelled):
1851         * message.el (message-cancel-hook, message-send-news):
1852         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1853         * nnir.el (nnir-run-hyrex):
1854         * nntp.el (nntp-with-open-group-function):
1855         * pgg.el (pgg-pending-timers): Spelling fix.
1856
1857 2011-12-04  Chong Yidong  <cyd@gnu.org>
1858
1859         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1860         change (Bug#10200).
1861
1862 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * compface.el (uncompface):
1865         * gnus-art.el (gnus-article-x-face-command): Update the header format
1866         of icon data for the most recent icontopbm program.
1867
1868 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * gnus-msg.el (gnus-inews-do-gcc):
1871         * message.el (message-send-mail):
1872         * mml.el (mml-generate-mime): Share the value of the buffer-local
1873         `message-options' variable between a draft buffer and temprary working
1874         buffers.
1875
1876 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1877
1878         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1879
1880 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1883         for Cygwin.
1884
1885 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1886
1887         * gnus-group.el (gnus-group-prepare-flat):
1888         * mm-bodies.el (mm-encode-body):
1889         * mml.el (mml-preview):
1890         * nnml.el (nnml-request-compact-group):
1891         * pop3.el (pop3-stream-type): Spelling fix.
1892
1893 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1894
1895         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1896
1897 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1898
1899         * color.el (color-rgb-to-hsl):
1900         * gmm-utils.el (gmm-tool-bar-style):
1901         * gnus-group.el (gnus-group-prepare-flat):
1902         * gnus-topic.el (gnus-topic-prepare-topic):
1903         * mm-decode.el (mm-discouraged-alternatives):
1904         * rfc2047.el (rfc2047-encode-1):
1905         * starttls.el: Spelling fix.
1906
1907 2011-11-24  Glenn Morris  <rgm@gnu.org>
1908
1909         * binhex.el (binhex-begin-line): Give it basic doc-string.
1910
1911         * starttls.el, tls.el: Fix case of "GnuTLS".
1912
1913 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1914
1915         * gnus-group.el (gnus-group-highlight): Fix typo.
1916
1917 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1918
1919         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1920         value of `delete-file', that returns nil for a local file but returns t
1921         for a remote file using ssh.
1922
1923 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1924
1925         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1926
1927 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1930         avoid later breakage.
1931
1932 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1935         article buffers' name.
1936
1937 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1940         by Paul Eggert's spellfixes two days ago.
1941
1942 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1945         doesn't have it.
1946
1947         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1948         buffer-local instead of binding them to avoid warnings.  Also demote
1949         errors (bug#10063).
1950         (font-lock-mode-hook): Shut up byte compiler.
1951
1952 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1953
1954         * mm-util.el (mm-charset-after):
1955         * nnir.el (nnir-run-hyrex):
1956         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1957         (ntlm-get-password-hashes, ntlm-md4hash):
1958         * smime.el: Fix typo.
1959
1960 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1961
1962         * gnus-agent.el (gnus-agent-expire-group-1):
1963         * nndiary.el (nndiary-last-occurence):
1964         * nnimap.el (nnimap-request-set-mark):
1965         * nnmairix.el (nnmairix-only-use-registry):
1966         * gnus-group.el (gnus-group-prepare-flat):
1967         * gnus-sum.el (gnus-decode-encoded-word-methods):
1968         * message.el (message-wash-subject):
1969         * nntp.el (nntp-retrieve-headers-with-xover):
1970         * smime.el (smime-certificate-directory): Spelling fix.
1971
1972 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1973
1974         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1975
1976         * color.el:
1977         * gnus-agent.el (gnus-agent-possibly-alter-active):
1978         * gnus-dired.el (gnus-dired-print):
1979         * mail-parse.el:
1980         * nnmairix.el (nnmairix-request-group):
1981         * shr.el (shr-image-displayer):
1982         * sieve-manage.el:
1983         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1984
1985 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1986
1987         * gnus-sum.el (gnus-auto-select-subject):
1988         * spam-report.el (spam-report-resend): Spelling fix.
1989
1990 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1991
1992         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1993         * gnus-art.el (gnus-default-article-saver):
1994         * gnus-srvr.el (gnus-server-copy-server):
1995         * gnus.el (gnus-sloppily-equal-method-parameters):
1996         * html2text.el (html2text-format-tag-list):
1997         * message.el (message-narrow-to-head):
1998         * nndiary.el:
1999         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2000         * sieve.el: Spelling fix.
2001
2002 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2003
2004         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2005         * gnus-sum.el (gnus-summary-make-menu-bar):
2006         * gnus-uu.el (gnus-uu-decode-postscript)
2007         (gnus-uu-decode-postscript-and-save):
2008         * mailcap.el (mailcap-print-command):
2009         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2010         Fix typos.
2011
2012 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2013
2014         * gnus-art.el (gnus-article-part-wrapper):
2015         * html2text.el (html2text-fix-paragraphs):
2016         * mm-decode.el (mm-image-fit-p):
2017         * rfc2047.el (rfc2047-encode-message-header):
2018         * shr-color.el (shr-color-visible-distance-min)
2019         (shr-color-relative-to-absolute, set-minimum-interval)
2020         (shr-color-visible): Fix typos.
2021
2022 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2023
2024         * gmm-utils.el (gmm-tool-bar-item):
2025         * gnus-art.el (gnus-treat-body-boundary):
2026         * gnus-diary.el (gnus-user-format-function-d):
2027         * gnus-start.el (gnus-get-unread-articles):
2028         * pgg-gpg.el (pgg-gpg-update-agent):
2029         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2030
2031 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2032
2033         * gnus-topic.el (gnus-group-prepare-topics):
2034         * gnus-uu.el (gnus-extract-view):
2035         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2036
2037 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2038
2039         * spam.el: Move BBDB autoloads.
2040         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2041         BBDB 2 and 3.
2042         (spam-check-BBDB): Use it.
2043         (spam-enter-ham-BBDB): Use it.
2044
2045 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2046
2047         * smime.el (smime-draw-buffer): Spelling fix.
2048
2049 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2050
2051         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2052         for scanning exactly one level.
2053         * gnus-start.el (gnus-get-unread-articles): Ditto.
2054
2055 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2058         slightly clearer.
2059
2060 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2061
2062         * gnus-sync.el: More commentary about setup.
2063
2064 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2065
2066         * message.el (message-send-and-exit): Document `arg'.
2067
2068 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2069
2070         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2071
2072 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2073
2074         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2075
2076         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2077         we don't use `bound-and-true-p'.
2078
2079 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2080
2081         * gnus-util.el (gnus-bound-and-true-p): Remove.
2082         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2083         * nnir.el: Use it.
2084         * nnmairix.el: Use it.
2085
2086 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2087
2088         * gnus-sync.el: Improve docs about CouchDB admins.
2089
2090         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2091         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2092         for reasons unknown.
2093         * nnir.el: Use it.
2094         * nnmairix.el: Use it.
2095
2096         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2097         * nnir.el: Ditto.
2098         * nnmairix.el: Ditto.
2099
2100         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2101
2102 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2103
2104         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2105         not needed.  Provide xmlplistread list function to produce XML plist
2106         output for non-Gnus LeSync clients.
2107
2108 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2109
2110         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2111
2112         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2113         and save against it.  Group subscriptions, read marks, other marks,
2114         subscription levels, topic names, and topic offsets (the group's
2115         position within the topic) are saved.  This is an experimental backend
2116         and may change significantly.  Load json.el from the gnus-fallback-lib
2117         if it's not available otherwise.
2118         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2119
2120 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2121
2122         * message.el (message-completion-function): Make sure
2123         message-tab-body-function is not attempted if one of
2124         message-completion-alist fails to find a completion (bug#9158).
2125
2126 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2127
2128         * mml.el (mml-quote-region): Quote <#secure> tag.
2129         (mml-generate-mime-1): Unquote <#secure> tag.
2130
2131 2011-10-20  Chong Yidong  <cyd@gnu.org>
2132
2133         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2134         calling a minor mode from Lisp with nil arg enables it, so we have to
2135         make the wording a bit ambiguous here).
2136
2137 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2138
2139         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2140         * nnir.el (nnir-mode): Use it.
2141         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2142         Use it.
2143
2144         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2145         * nnmairix.el (gnus-registry-enabled): Ditto.
2146
2147 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2148
2149         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2150         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2151         only while we need to find out if it should be t or nil.
2152         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2153         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2154         the registry is installed.  Set it to nil when it's unloaded.
2155         (gnus-registry-install-p): Provide user guidance for the initial value
2156         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2157         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2158         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2159         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2160         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2161         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2162         `gnus-registry-install'.
2163
2164 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2165
2166         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2167         previous change.
2168         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2169         primary key is marked as disabled.
2170
2171 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2172
2173         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2174         primary key is marked as disabled.
2175
2176 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2177
2178         * html2text.el (html2text-clean-anchor): Check for quotes around
2179         `href' value.
2180
2181 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2182
2183         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2184         searching.  Drop `bbdb-cache'.
2185
2186 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * message.el (message-signed-or-encrypted-p): Exclude header when
2189         checking if there is signed or encrypted body in text/plain message.
2190
2191 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2192
2193         * html2text.el (html2text-get-attr): Correctly handle attribute values
2194         containing "=".
2195
2196 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2197
2198         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2199         handle bindings.
2200
2201 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * gnus-win.el (gnus-configure-windows): Protect against reading
2204         ephemeral groups outside of Gnus.
2205
2206 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * shr.el (shr-tag-img): Don't get images displayed in tables.
2209
2210 2011-10-03  Glenn Morris  <rgm@gnu.org>
2211
2212         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2213         the "maintainer" version of debbugs.gnu.org reports.
2214
2215 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2216
2217         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2218         make asynchronous adjacent image insertion work better.
2219
2220 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2221
2222         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2223         documentation.
2224
2225 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2228         `gnus-asynchronous' isn't shadowed.
2229
2230 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2233
2234         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2235         (nnimap-insert-partial-structure): The charset parameter isn't
2236         case-sensitive.
2237
2238         * nnheader.el (nnheader-message-maybe): New function.
2239
2240         * shr.el (shr-tag-table): Render totally broken tables better.
2241
2242         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2243         computing the boundary.
2244
2245 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * pop3.el (pop3-number-of-responses): Remove.
2248         (pop3-wait-for-messages): Rewrite to take linear time instead of
2249         exponential time.
2250
2251 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2254         re-fetch images.
2255
2256         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2257         re-fetch images when hitting `g' in Gnus.
2258
2259 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2262         (mml-compute-boundary): Don't check collision if it is non-nil.
2263         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2264         before checking collision.
2265
2266 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * message.el (message-indent-citation): Really make sure there's a
2269         newline at the end.
2270
2271         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2272         Fix suggested by John Wiegley.
2273
2274         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2275
2276         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2277
2278         * message.el (message-default-send-rename-function): Break out into its
2279         own function.
2280
2281         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2282         doesn't work under XEmacs.
2283
2284         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2285         of "imaps" to word around Windows problems.
2286         (nnimap-open-connection-1): Use it.
2287
2288         * message.el (message-indent-citation): Revert last change which made
2289         `F' not work.
2290
2291 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2292
2293         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2294         terminal as well.
2295
2296 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2299         because it displays images using overlays that aren't easy to copy to
2300         the article buffer.
2301
2302 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2303
2304         * message.el (message-indent-citation): Fix empty line removal at the
2305         end of the citation.
2306
2307 2011-09-20  Julien Danjou  <julien@danjou.info>
2308
2309         * auth-source.el (auth-source-netrc-create): Use default value for
2310         password if specified.  Evaluate default.
2311         (auth-source-plstore-create): Ditto.
2312         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2313         value evaluation.
2314         (auth-source-netrc-create): Typo fix.
2315         (auth-source-plstore-create): Ditto.
2316
2317         * password-cache.el (password-cache-remove): Remove entries even if the
2318         value is nil, so that password with a nil value (negative caching) is
2319         possible to invalidate.
2320
2321         * auth-source.el (auth-source-format-cache-entry): New function.
2322
2323 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2326
2327 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2330
2331 2011-09-19  Julien Danjou  <julien@danjou.info>
2332
2333         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2334         which work with things that are not ASCII.
2335
2336 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2339
2340 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2343         message level.
2344
2345 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2348
2349 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2352
2353 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2354
2355         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2356         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2357
2358 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2359
2360         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2361         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2362         articles.
2363
2364 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2365
2366         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2367         (message-mail-other-window, message-mail-other-frame)
2368         (message-news-other-window, message-news-other-frame):
2369         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2370         instead of setting buffer display varibles.
2371
2372 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2375
2376         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2377
2378 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379
2380         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2381         duplicates" to a higher level.
2382
2383         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2384         most egregious messages.
2385
2386 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2389
2390 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2391
2392         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2393         up the file (bug#9351).
2394
2395 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2398         it does with all other backends, but decode the names immediately after
2399         getting them.
2400
2401         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2402         decoding nnimap groups.
2403
2404         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2405         newsrc file.  It doesn't seem like an important optimization any more.
2406
2407 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2408
2409         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2410         overflows.
2411
2412 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2413
2414         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2415         (gnus-interactive-exit): Extend to `quiet'.
2416
2417         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2418
2419         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2420         string.
2421
2422         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2423         renaming function arguments from `this'.
2424
2425         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2426
2427         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2428         has been renamed.
2429         (gnus-lrm-string-p): Include RLM and PDF, too.
2430
2431         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2432         (bug#9225).
2433
2434 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2435
2436         Add autoload cookies for functions used by sendmail.el.
2437         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2438
2439         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2440
2441 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2442
2443         * gnus-art.el (article-date-ut): Work properly even when there are
2444         things like Date header in the body; work for forwarded parts.
2445
2446 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2447
2448         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2449         original-article-buffer.
2450
2451 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2452
2453         * nnir.el (nnir-compose-result): Fix matching of server type.
2454         (nnir-run-swish++): Ditto.
2455         (nnir-run-namazu): Ditto.
2456         (nnir-run-notmuch): Ditto.
2457
2458 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2461         (bug#9405).
2462
2463         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2464         (bug#9421).
2465
2466         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2467         (bug#9425).
2468
2469         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2470         thing (bug#9426).
2471
2472 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2475         the error message.
2476
2477 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2478
2479         * message.el (message-setup-1): Return t (Bug#9392).
2480
2481 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2482
2483         * gnus-sum.el: When adding article headers to a summary buffer also
2484         update gnus-newsgroup-articles (bug#9386).
2485
2486 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * auth-source.el: Autoload help-mode.
2489
2490 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491
2492         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2493         names.
2494
2495 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2496
2497         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2498         mm-replace-in-string for compatibility issues.
2499         * mml2015.el (mml2015-epg-verify): Ditto.
2500
2501 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2504
2505         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2506
2507 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2510         continue on and do the clean-up phase (bug#9188).
2511
2512         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2513         just ignore groups that can't be opened instead of erroring out
2514         (bug#9225).
2515
2516         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2517         nil since some many people are fuddy-duddies.
2518
2519         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2520         images.
2521
2522         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2523         instead.
2524
2525         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2526
2527         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2528
2529         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2530         processing.
2531
2532         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2533         buffer to avoid warnings.
2534
2535 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2536
2537         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2538         specified to reduce precision.
2539
2540 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2543         bodystructures (bug#9314).
2544
2545 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2548         Make button keymap non-sticky after buttons.
2549
2550 2011-08-18  David Engster  <dengste@eml.cc>
2551
2552         * nnmairix.el (nnmairix-request-set-mark)
2553         (nnmairix-goto-original-article): Remove adding of article to registry,
2554         since `gnus-registry-add-group' isn't available anymore.
2555         (nnmairix-determine-original-group-from-registry):
2556         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2557         available anymore.
2558
2559 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2560
2561         * starttls.el (starttls-any-program-available): Define as obsolete
2562         function.
2563
2564 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2567         versions which Gnus use when appropriate.
2568
2569         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2570         a pretty destructive command.
2571
2572         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2573
2574 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * message.el (message-fix-before-sending): Make a different warning
2577         about NUL characters (bug#9270).
2578
2579         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2580         from custom (bug#9260).
2581
2582         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2583         things work in Emacs 22 and XEmacs, too.
2584
2585         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2586         default From.
2587
2588         * gnus-spec.el (gnus-lrm-string-p): New macro.
2589         (gnus-lrm-string): New constant.
2590         (gnus-summary-line-format-spec): LRM-ify the from.
2591         (gnus-tilde-max-form): LRM-ify string chopping.
2592
2593         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2594
2595         * message.el (message-is-yours-p): Allow disabling canlock checking
2596         (bug#9295).
2597         (message-shoot-gnksa-feet): Add `canlock-verify'.
2598         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2599         message directory isn't writable (bug#9304).
2600
2601         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2602         non-world-readable.
2603
2604 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2607         articles.
2608
2609 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2610
2611         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2612         copy-list.
2613
2614 2011-08-12  Sam Steingold  <sds@gnu.org>
2615
2616         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2617         in the reverse order to avoid modifying the cache with `nreverse'.
2618         (gnus-all-score-files): Do not modify the value returned by
2619         `gnus-score-find-alist' because it lives in a cache variable.
2620         (gnus-current-home-score-file): No need to `nreverse' the return value
2621         of `gnus-score-find-alist', it is already in the correct order.
2622
2623 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2624
2625         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2626         type MESSAGE and subtype RFC822 is slightly different from those of
2627         type TEXT.
2628
2629 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2630
2631         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2632         This allows article-referral to work from an nnir group.
2633
2634 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2635
2636         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2637
2638 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2639
2640         * mml1991.el (mml1991-epg-find-usable-key)
2641         (mml1991-epg-find-usable-secret-key): New function.
2642         (mml1991-epg-sign): Check if signing key is usable.
2643         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2644
2645 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2646
2647         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2648         server-variables only.  This should fix a bug introduced with commit
2649         e1889675b7f4adf057833c5513c9374134c4e053.
2650         (nnir-run-query): 'nnir-search-engine should not be set from the global
2651         environment.
2652
2653 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2654
2655         * nnir.el (nnir-search-thread): Position point on referring article
2656         line.
2657         (nnir-warp-to-article): Clean up summary buffers.
2658
2659         * nnimap.el (nnimap-request-thread): Whitespace fix.
2660
2661 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2662
2663         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2664
2665 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666
2667         * starttls.el (starttls-available-p): Rename from
2668         `starttls-any-program-available' and changed return convention.
2669
2670 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2671
2672         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2673         `unix-sync' unless it's defined.
2674
2675 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2676
2677         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2678         `aref' for XEmacs compatibiltiy.
2679
2680 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681
2682         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2683
2684 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2685
2686         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2687         closures, quote the form properly (bug#9194).
2688
2689 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2692         (gnus-summary-insert-new-articles): Protect against servers that are
2693         down.
2694
2695 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2696
2697         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2698         in mm handle if none is specified.
2699
2700 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2701
2702         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2703
2704 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2705
2706         * nnir.el (nnir-search-thread): New function to make an nnir group
2707         based on a thread query.
2708
2709         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2710         of nnir in thread referral.
2711         (gnus-summary-refer-thread): Use it.
2712
2713         * nnimap.el (nnimap-request-thread): Use it.
2714
2715 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * shr.el (shr-tag-comment): Ignore HTML comments.
2718
2719 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2720
2721         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2722         argument.
2723         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2724         Use `nnir-address' to handle server info rather than passing an arg.
2725
2726         * nnimap.el (nnimap-make-thread-query): New utility function to format
2727         an imap thread search query.
2728         (nnimap-request-thread): Use it.
2729
2730         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2731         right select-method if we are not going back to the group buffer.
2732
2733 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2736         enter invalid buffer configurations into the quit form (bug#9107).
2737         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2738         unplugged/plugged.
2739
2740         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2741         keep track of which ones are unread (bug#9061).
2742
2743         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2744         (bug#9055).
2745
2746         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2747         (bug#9041).
2748
2749         * gnus-html.el (mm-util): Require (bug#9073).
2750
2751         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2752         (gnus-summary-refer-thread): Use it to remove duplicates in the
2753         un-threaded view (bug#9053).
2754         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2755
2756 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2757
2758         * nnir.el (nnir-read-server-parm): Use default value from global
2759         variable.  Without this the default search engine parameters aren't
2760         used at all.
2761
2762 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * message.el (message-unique-id): Don't use the undocumented return
2765         value from (random t) (bug#9118).
2766
2767 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2768
2769         * message.el (message-auto-save-directory): If the ~/Mail directory
2770         doesn't exist, use ~ as the auto-save directory (bug#4432).
2771
2772         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2773         hasn't already been started.
2774
2775 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2778
2779         * message.el (message-reply): Work around mysterious bug where
2780         `message-mode' seems to overwrite the locally bound `subject' variable.
2781
2782 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2783
2784         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2785         correct group.
2786
2787         * gnus-int.el (gnus-request-thread): Add group argument.
2788
2789         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2790
2791 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792
2793         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2794
2795         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2796         renamed to `debbugs-gnu-*'.
2797
2798 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2799
2800         * plstore.el: Revert the editing feature since it is not urgent.
2801         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2802         (plstore-mode-decoded): Remove.
2803
2804 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2807         isn't very interesting any more, and it leaks potentially secret data.
2808         (gnus-debug): Remove.
2809
2810         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2811         use of :custom-show.
2812
2813 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2814
2815         * plstore.el: Add documentation.
2816         (plstore-mode): New mode to edit plstore file.
2817         (plstore-mode-toggle-display, plstore-mode-original)
2818         (plstore-mode-decoded): New command.
2819         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2820         (plstore--insert-buffer, plstore--make): New function.
2821         (plstore-open, plstore-save): Simplify by using them.
2822
2823 2011-07-06  Glenn Morris  <rgm@gnu.org>
2824
2825         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2826
2827 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2828
2829         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2830         no longer is much used.
2831         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2832         Articles".
2833
2834 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2835
2836         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2837         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2838         `notmuch' backend.
2839
2840 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841
2842         * mm-decode.el (mm-text-html-renderer): Doc fix.
2843
2844         * gnus-msg.el (gnus-bug): Fix the MML tag.
2845
2846         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2847
2848 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2849
2850         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2851         secondary methods if started with `gnus-no-server'.
2852
2853 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2854
2855         * message.el (message-return-action): Fix typo in docstring.
2856
2857 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2860         bug reports at once.
2861
2862         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2863
2864 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2865
2866         * nndraft.el: Require gnus-group.
2867         (nndraft-request-list): Declare.
2868
2869         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2870         no unread article unless it matches gnus-permanently-visible-groups.
2871
2872         * nndraft.el (nndraft-update-unread-articles): New function.
2873         (nndraft-request-associate-buffer): Use it to update the number of
2874         unread articles for the nndraft groups in the group buffer when saving
2875         or killing a draft message.
2876
2877 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2880         systems to binary before writing and reading the mbox files.
2881
2882         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2883         instead of trying to list them all (bug#8978).
2884
2885 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2886
2887         * pop3.el (pop3-open-server): Use :end-of-capability.
2888
2889 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2890
2891         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2892         the id is always a number.
2893
2894         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2895
2896         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2897         debbugs mode, if possible.
2898
2899 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2900
2901         * auth-source.el (auth-source-token-passphrase-callback-function):
2902         Reindent.
2903         (epg-context-operation): Remove unnecessary autoload.
2904
2905 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * gnus.el (gnus-list-debbugs): New command.
2908
2909         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2910         mboxstat instead of the maintbox, since the stat seems to be fuller.
2911
2912         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2913         summary buffers.
2914
2915         * message.el (message-get-reply-headers): Delete all duplicates,
2916         instead of the first.
2917         (message-get-reply-headers): Ensure that we have progress while
2918         deleting duplicates.
2919
2920         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2921         gnus-posting-style value from the summary buffer to make it easier to
2922         make that a per-buffer conf.
2923
2924 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2925
2926         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2927         found by setting `shortcut' in 'query.
2928         (nnir-request-article): Use `shortcut' setting when requesting article
2929         by Message-ID.
2930
2931 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2932
2933         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2934         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2935         Bring the pseudo-headers back too.
2936
2937 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2938
2939         * auth-source.el (auth-source-token-passphrase-callback-function):
2940         Simplify and remove EPA dependency.
2941
2942 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2943
2944         * nnir.el (nnir-request-article): Fix error message text.
2945
2946 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2947
2948         * auth-source.el (plstore-delete): Autoload.
2949         (auth-source-plstore-search): Support delete operation.
2950         * plstore.el (plstore-delete): New function.
2951
2952 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2955         mark actually existing articles as unread rather than the ones that
2956         active asserts.
2957
2958 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2959
2960         * nntp.el (nntp-record-command):
2961         * gnus-util.el (gnus-message-with-timestamp-1):
2962         Use format-time-string rather than decoding time stamps by hand.
2963         This is simpler and insulates the code from potential changes to
2964         current-time format.
2965
2966 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2969
2970 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2971
2972         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2973         (plstore-save): Support public key encryption.
2974         (plstore--init-from-buffer): New function.
2975         (plstore-open): Use it; fix error when opening a non-existent file.
2976         (plstore-revert): Use plstore--init-from-buffer.
2977
2978 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2979
2980         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2981
2982 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2985         for old Emacsen.
2986
2987 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2988
2989         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2990         is not fully working.
2991
2992 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * dgnushack.el: Autoload sha1 on XEmacs.
2995
2996         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2997         quit window configuration.
2998
2999         * auth-source.el (epg-context-set-passphrase-callback):
3000         Remove duplicate autoload.
3001
3002 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3003
3004         * nnir.el (nnir-request-article): Allow requesting articles by
3005         Message-ID with nnimap.
3006
3007         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3008         current server.
3009
3010 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3011
3012         * auth-source.el: Autoload EPA/EPG functions.
3013         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3014         changed when EPA/EPG is not available.
3015         (auth-source-backend): Rename "arg" member to "data".
3016         (auth-source-backend-parse, auth-source-plstore-search)
3017         (auth-source-plstore-create): Use it.
3018
3019 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3020
3021         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3022         `gnus-refer-article-methods'.
3023
3024 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3025
3026         * auth-source.el: Require EPA and EPG.
3027         (auth-source-passphrase-alist): New variable.
3028         (auth-source-passphrase-callback-function)
3029         (auth-source-token-passphrase-callback-function): Callbacks for the
3030         netrc field encryption (GPG tokens).
3031         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3032         Symmetric encryption and decryption of the netrc GPG tokens.
3033         (auth-source-netrc-normalize): Use them, simplifying the closure.
3034
3035 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3038         is available.
3039
3040 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3043         non-nil, and `nnimap-split-methods' is nil, use the former.
3044
3045 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3046
3047         * plstore.el (plstore-revert): New function.
3048         (plstore-open): Use it; hide the buffer from user.
3049
3050 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3051
3052         * auth-source.el (auth-source-backend): New member "arg".
3053         (auth-source-backend-parse): Handle new backend 'plstore.
3054         * plstore.el: New file.
3055
3056 2011-06-30  Glenn Morris  <rgm@gnu.org>
3057
3058         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3059
3060 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3061
3062         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3063         expiring articles to.
3064
3065         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3066         variations as ASCII (bug#5458).
3067
3068 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3071
3072 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3073
3074         * message.el (message-point-in-header-p): Tweak the function to default
3075         to saying that we're not in the headers if there is no separator at
3076         all.  This makes it possible to use the Message version of `M-q' in
3077         buffers with no headers (bug#7987).
3078         (message-point-in-header-p): Fix last checkin to work with an empty
3079         mail-header-separator, too.
3080
3081         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3082         again, save the choice via customize.
3083
3084 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3087
3088         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3089         ended the connection, bail out before waiting infinitely on a new
3090         connection.
3091
3092 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3093
3094         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3095         reports.
3096
3097         * gnus.el (gnus-bug-package): Use "gnus."
3098         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3099
3100 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * dgnushack.el: Make the timer warning go away on XEmacs.
3103
3104         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3105         animations going on at article exit time.
3106
3107         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3108         since removing it breaks people upgrading.
3109
3110         * shr.el (shr-put-image): Use the new interface for animating images.
3111         (shr-put-image): Animate for 60 seconds.
3112
3113         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3114         avoid compiler warnings.
3115
3116         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3117         error with `find-file-hooks' on Emacs 22.
3118         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3119         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3120         on all architectures.
3121
3122         * spam.el (spam-stat): Require in a normal fashion without binding
3123         `spam-stat-install-hooks' to avoid compilation warnings.
3124
3125         * spam-stat.el (spam-stat-install-hooks): Remove.
3126         (spam-stat-install-hooks): Don't run automatically.
3127
3128 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3129
3130         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3131         and keystroke.
3132
3133 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * auth-source.el (auth-source-netrc-cache): Move forward.
3136
3137 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * proto-stream.el (proto-stream-open-starttls): Use
3140         `gnutls-available-p' to see whether we have built-in support.
3141
3142         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3143         we already know.
3144         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3145         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3146
3147 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3150         %S format, since that looks odd.
3151         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3152         file, especially when saving.
3153
3154 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3155
3156         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3157         article found.
3158
3159 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3160
3161         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3162         `auth-source-save-secrets' with a more sensitive alist that can be
3163         configured per file.  Experimental, so defaults to 'never.
3164         (auth-source-netrc-create): Use it.  Still experimental code.
3165         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3166         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3167
3168 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3169
3170         * auth-source.el (auth-source-save-secrets): New variable to control if
3171         secret tokens should be saved encrypted.
3172         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3173         to `auth-source-netrc-normalize'.
3174         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3175         on the EPA variables being defined.
3176         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3177         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3178         the lexical-let closure.
3179         (auth-source-netrc-create): Create "gpg:" tokens according to
3180         `auth-source-save-secrets'.
3181
3182 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * gnus-group.el (gnus-group-update-group): Add new argument
3185         `info-unchanged' that stops updating dribble buffer.
3186
3187         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3188         deletes lines matching to it in dribble buffer.
3189
3190         * gnus-agent.el (gnus-agent-fetch-group-1):
3191         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3192         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3193         * gnus-start.el (gnus-group-change-level):
3194         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3195
3196         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3197         if newsgroup info is not changed.
3198
3199         * gnus-group.el (gnus-group-get-new-news-this-group):
3200         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3201         Don't update dribble buffer.
3202
3203 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3204
3205         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3206         remove entries with groups we ignore.
3207
3208 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3211         the underline comes at the bottom.
3212
3213 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3214
3215         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3216         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3217         (gnus-registry-article-marks-to-names): Rename from
3218         `gnus-registry-user-format-function-M2'.
3219
3220 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3223         ephemeral group.
3224
3225 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * shr.el (shr-browse-image): Copy the URL if called interactively.
3228
3229 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3232         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3233         done, then unselected articles may be marked as read.
3234
3235         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3236         since not doing this seems to lead to a race condition in pop3-logon.
3237
3238         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3239         so that the call chain it correct when we call "upwards".
3240
3241         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3242         in read-only groups.
3243
3244         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3245
3246         * message.el (message-cite-reply-position): Doc string fix.
3247
3248         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3249         avoid regexp overflow.
3250         (nnimap-transform-split-mail): Ditto.
3251
3252         * pop3.el (pop3-retr): Error out if the server closes the connection.
3253
3254 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3255
3256         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3257         mm-with-unibyte-current-buffer.  The buffer should not contain any
3258         multibyte chars anyway at this stage.
3259
3260 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3261
3262         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3263         at the end of lines.
3264
3265 2011-05-29  Julien Danjou  <julien@danjou.info>
3266
3267         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3268
3269 2011-05-27  Glenn Morris  <rgm@gnu.org>
3270
3271         * gnus-group.el (gnus-bug-group-download-format-alist):
3272         Use the "maintainer" version of debian reports as well.
3273
3274 2011-05-26  Glenn Morris  <rgm@gnu.org>
3275
3276         * gnus-group.el (gnus-bug-group-download-format-alist):
3277         Use the "maintainer" version of debbugs.gnu.org reports.
3278
3279 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3282
3283 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3284
3285         * gnus-cus.el (gnus-agent-customize-category):
3286         * gnus-delay.el (gnus-delay-send-queue):
3287         * gnus.el (gnus-other-frame):
3288         Don't quote lambda expressions with `quote'.
3289
3290 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3291
3292         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3293         the thread moves us backwards and so we loop forever.
3294
3295 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3298         whitespace in base64 data lines.
3299
3300 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3301
3302         * gnus-registry.el (gnus-registry-user-format-function-M):
3303         Use `mapconcat'.
3304         (gnus-registry-user-format-function-M2): Use to see the full text of
3305         the marks.  Make "," the mark text separator.
3306
3307         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3308         authentication with auth-source.
3309
3310 2011-05-17  Glenn Morris  <rgm@gnu.org>
3311
3312         * gnus-group.el (gnus-import-other-newsrc-file):
3313         Use insert-file-contents.
3314
3315 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3316
3317         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3318         1000 iterations.
3319
3320 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * nntp.el (nntp-open-connection): Check if process-type is available.
3323
3324 2011-05-16  Julien Danjou  <julien@danjou.info>
3325
3326         * shr.el (shr-tag-del): Add support for del tag.
3327
3328 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * gnus-html.el (gnus-html-put-image): Register a displayer.
3331
3332         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3333
3334 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3335
3336         * registry.el (prune-factor): New initialization parameter defaulting
3337         to 0.1.
3338         (registry-prune-hard): Use it.
3339
3340         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3341         0.1 expicitly.
3342
3343 2011-05-13  Glenn Morris  <rgm@gnu.org>
3344
3345         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3346         is bound, since this function requires sendmail.
3347
3348 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3349
3350         * registry.el (registry-usage-test): Disable pruning test.
3351
3352 2011-05-11  David Engster  <dengste@eml.cc>
3353
3354         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3355         Bind set-network-process-option for XEmacs.
3356
3357 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3358
3359         * registry.el (registry-prune-hard-candidates)
3360         (registry-prune-soft-candidates): Helper methods for registry pruning.
3361         (registry-prune): Use them.  Make the sort function optional.
3362
3363 2011-05-10  Jim Meyering  <meyering@redhat.com>
3364
3365         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3366
3367 2011-05-10  Julien Danjou  <julien@danjou.info>
3368
3369         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3370         symbol and not a list.
3371
3372 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * gnus-art.el (gnus-article-mode): Move binding of
3375         shr-put-image-function here from gnus-article-prepare-display.
3376
3377         * shr.el (shr-put-image-function): New variable.
3378         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3379         (shr-put-image): Return scaled image.
3380
3381         * gnus-art.el (gnus-shr-put-image): New function.
3382         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3383
3384         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3385         original ones, as deletable.
3386
3387 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3388
3389         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3390
3391 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3392
3393         * registry.el (registry-full): Add convenience method.  Fix logic.
3394         (registry-insert): Use it.  Fix logic here too.
3395
3396         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3397         `registry-prune' if `registry-full' returns t.
3398         (gnus-registry-handle-action)
3399         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3400         (gnus-registry-usage-test): Use it.
3401
3402 2011-05-07  Julien Danjou  <julien@danjou.info>
3403
3404         * shr.el (shr-link): Make shr-link inherit from link by default.
3405
3406 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3407
3408         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3409
3410 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3411
3412         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3413         error out because the face is not a list.
3414
3415 2011-05-05  Glenn Morris  <rgm@gnu.org>
3416
3417         * proto-stream.el (gnutls-negotiate): Fix declarations.
3418
3419         * gnus-start.el (gnus-propagate-marks): Declare.
3420
3421 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3422
3423         * registry.el (registry-reindex): Fix percentage message.
3424
3425         * proto-stream.el (network-stream-open-starttls): Adjust to call
3426         `gnutls-negotiate' with :process and :hostname arguments.
3427
3428 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3429
3430         * shr.el: Add shr-link face for links.
3431         (shr-urlify): Use it.
3432
3433         * registry.el (registry-insert): Make error message more helpful.
3434
3435 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * gnus-html.el (gnus-html-schedule-image-fetching):
3438         Use url-queue-retrieve, if it exists.
3439
3440         * shr.el (shr-tag-img): Ditto.
3441
3442         * gnus.el: Autoload more gnus-agent functions.
3443
3444         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3445         agent if we haven't already (bug#8502).
3446
3447         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3448         into the Agent, too.
3449
3450         * gnus-agent.el (gnus-agent-store-article): New function.
3451
3452         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3453         and moved from that file for reuse.
3454
3455         * pop3.el (pop3-open-server): Error messages are "-ERR".
3456
3457 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3460         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3461
3462 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3463
3464         * gnus.el: No Gnus v0.17 is released.
3465
3466 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3467
3468         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3469         buffer has moved to a different frame.
3470
3471 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3474         to get the conversion from unibyte to multibyte buffers to work on
3475         Emacs 22.
3476
3477         * nntp.el (nntp-request-article): Slight clean-up.
3478
3479 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * shr.el (shr-strike-through): New face.
3482         (shr-tag-s): Use it to provide <s> support.
3483         (shr-tag-s): Remove duplicate definition.
3484
3485 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3486
3487         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3488         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3489
3490 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3491
3492         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3493         `gnutls-negotiate'.
3494         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3495
3496 2011-04-23  Glenn Morris  <rgm@gnu.org>
3497
3498         * gnus-sum.el (gnus-extra-headers): Bump :version.
3499
3500 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * shr.el (shr-tag-sup): New function.
3503         (shr-tag-sub): Ditto.
3504
3505 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3506
3507         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3508         for the case where `gnus-registry-ignored-groups' is a list of lists,
3509         and don't call `gnus-parameter-registry-ignore' otherwise.
3510
3511 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3512
3513         * nnimap.el (nnimap-user): New backend variable.
3514         (nnimap-open-connection-1): Use it.
3515         (nnimap-credentials): Accept user parameter so it's explicit what user
3516         name is desired.
3517
3518         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3519         default.
3520
3521         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3522         not gnus-registry.el.
3523
3524         * gnus-registry.el: Mention in comments how to modify
3525         `gnus-extra-headers' for proper recipient tracking and that it may
3526         already have To and Cc recently, which it does as of this commit.
3527         (gnus-registry-ignored-groups): Remove defcustom.
3528         Explain why in comments.
3529         (gnus-registry-action): Fix data-header reference to use the extra
3530         headers.  Explain in package commentary how to add To and Cc headers to
3531         the gnus-extra-headers.
3532         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3533         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3534         parameter list or a string list in `gnus-registry-ignored-groups'.
3535         Fix logic error.
3536
3537 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * shr.el (shr-expand-url): Protect against null urls.
3540
3541 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542
3543         * shr.el (shr-base): New binding.
3544         (shr-tag-base): Keep track of <base>.
3545         (shr-expand-url): New function used throughout.
3546
3547 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3548
3549         * gnus-registry.el
3550         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3551         (gnus-registry-ignored-groups): New variable.
3552         (gnus-registry-ignore-group-p): Use it.
3553         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3554         set the destination group to nil (same as delete) if it's ignored.
3555
3556 2011-04-20  David Engster  <dengste@eml.cc>
3557
3558         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3559
3560         * Makefile.in (test-nntp): New rule.
3561         (check): Add it.
3562         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3563
3564 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * gnus-registry.el (gnus-registry-action)
3567         (gnus-registry-fetch-header-fast):
3568         Don't use mail-header that looks an internal function of mailheader.el.
3569
3570 2011-04-19  Glenn Morris  <rgm@gnu.org>
3571
3572         * time-date.el (time-to-days): Remove unused local variables.
3573
3574 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * gnus-registry.el: Eliminate cl functions.
3577         (gnus-registry-sort-addresses): New function that replaces mapcan.
3578         (gnus-registry-action, gnus-registry-spool-action)
3579         (gnus-registry-split-fancy-with-parent)
3580         (gnus-registry-fetch-recipients-fast): Use it.
3581         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3582
3583         * registry.el (initialize-instance, registry-lookup)
3584         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3585         (registry-lookup-secondary-value, registry-search, registry-delete)
3586         (registry-insert, registry-reindex, registry-size, registry-prune):
3587         Use eval-and-compile.
3588
3589 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3590
3591         * registry.el (registry-reindex): New method to recreate the secondary
3592         registry indices.
3593
3594         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3595         tracked field changes.
3596         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3597         (gnus-registry-action, gnus-registry-spool-action)
3598         (gnus-registry-handle-action)
3599         (gnus-registry--split-fancy-with-parent-internal)
3600         (gnus-registry-split-fancy-with-parent)
3601         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3602         move, and delete actions, and for fancy splitting with parent.
3603         (gnus-registry-extract-addresses)
3604         (gnus-registry-fetch-recipients-fast)
3605         (gnus-registry-fetch-header-fast): Convenience functions.
3606         (gnus-registry-misc-test): ERT test of
3607         `gnus-registry-extract-addresses'.
3608
3609 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3610
3611         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3612         Track by subject first, then sender.
3613
3614 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3615
3616         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3617
3618         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3619         Lisp.
3620
3621         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3622         (gnus-draft-send): Use it to avoid popping
3623         up frames from gnus-group-send-queue.
3624
3625 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3626
3627         * gnus-registry.el: Updated gnus-registry docs.
3628
3629 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3630
3631         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3632         Fix logic bug.
3633         (gnus-registry-post-process-groups): Fix logging of no results and
3634         quote sender and subject.
3635
3636 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3639         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3640         gnutls-cli are too slow to be done opportunistically.
3641
3642         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3643         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3644         we had no early-data returned.
3645         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3646         two async commands to the same server at the same time.
3647
3648 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3649
3650         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3651
3652 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653
3654         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3655         "warning" level.
3656
3657         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3658         (mm-url-insert-file-contents): Don't set the package names.
3659
3660 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3661
3662         * gnus-registry.el (gnus-registry-action): Remove properties and
3663         simplify subject in `gnus-registry-handle-action'.
3664         (gnus-registry-spool-action): Get subject and sender from message if
3665         they are not passed in.
3666         (gnus-registry-handle-action): Remove properties and simplify subject
3667         consistently.
3668
3669 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3670
3671         * registry.el: Require CL before using defmacro*.
3672
3673 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3674
3675         * gnus-art.el (article-treat-date): Assume that
3676         gnus-article-date-headers may be a group parameter.
3677
3678 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3679
3680         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3681
3682         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3683         interactively so the newsrc file can contain foreign groups too.
3684         Useful for debugging but not much for users.
3685
3686 2011-04-07  David Engster  <dengste@eml.cc>
3687
3688         * registry.el (registry-usage-test): Only do
3689         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3690         lexical binding.
3691
3692 2011-04-07  David Engster  <dengste@eml.cc>
3693
3694         * Makefile.in (check, test-registry): New rules for test-suite.
3695
3696 2011-04-06  David Engster  <dengste@eml.cc>
3697
3698         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3699         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3700
3701 2011-04-06  David Engster  <dengste@eml.cc>
3702
3703         * registry.el (initialize-instance): Change :after to :AFTER to be
3704         compatible with old EIEIO version in XEmacs.
3705
3706 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3707
3708         * gnus-registry.el (gnus-registry-post-process-groups)
3709         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3710         and provide better messaging.
3711
3712 2011-04-06  David Engster  <dengste@eml.cc>
3713
3714         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3715         errors.
3716
3717         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3718         dgnushack-compile with error-on-warn enabled, and to signal an error if
3719         clean compilation failed.
3720         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3721         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3722
3723 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3724
3725         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3726         unconditionally anyway, discarding errors.
3727         (gnus-registry-delete-entries): New convenience function.
3728         (gnus-registry-import-eld): Import from old .eld registry.
3729
3730         * registry.el: Don't use ERT if it's not available.  Load it
3731         unconditionally anyway, discarding errors.
3732
3733         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3734         version from the Claudio Bley GnuTLS patch (extra optional parameters
3735         and host name).
3736
3737 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3738
3739         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3740         fixup the parameters that can be customized by the user between
3741         save/read cycles.
3742         (gnus-registry-read): Use it.
3743         (gnus-registry-make-db): Use it.
3744         (gnus-registry-spool-action, gnus-registry-handle-action):
3745         Fix messaging.
3746         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3747         Map references to actual group names with sender and subject tracking.
3748         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3749         (gnus-registry-usage-test): Add subject lookup test.
3750
3751         * registry.el (registry-db, initialize-instance): Set up constructor
3752         instead of :initform arguments for the sake of older Emacsen.
3753         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3754         pre-lexbind merge bug.
3755         (registry-usage-test): Use it.
3756         (initialize-instance, registry-db): Move the non-function initforms
3757         back to the class definition.
3758
3759 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3760
3761         * registry.el: New library to manage gnus-registry-style data.
3762
3763         * gnus-registry.el: Use it (major rewrite).
3764
3765         * nnregistry.el: Use it.
3766
3767         * spam.el: Use it.
3768
3769 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3772         marks on non-selected articles.
3773
3774 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3775
3776         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3777         parameter to open-protocol-stream.
3778
3779 2011-04-01  Julien Danjou  <julien@danjou.info>
3780
3781         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3782         fundamental-mode.
3783
3784 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3787         servers.
3788
3789 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3792         made marks not propagate, again.
3793
3794 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3795
3796         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3797         Make this the default type.
3798         (proto-stream-open-plain): Rename from proto-stream-open-default.
3799         (open-protocol-stream, proto-stream-open-starttls)
3800         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3801         with `plain'.
3802
3803         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3804         value.
3805
3806         * nntp.el (nntp-open-connection-function): Document the fact that some
3807         values are not functions but are instead handled specially.
3808         Recognize nntp-open-plain-stream value.
3809         (nntp-open-connection): Recognize that value.
3810
3811 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3814         where it seems to be needed.
3815
3816 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3819         stuff.
3820
3821         * gnus-score.el (gnus-score-string): Fix calling convention of
3822         `gnus-simplify-buffer-fuzzy' after last patches.
3823
3824         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3825         server for articles we didn't get any headers for.  This is a sanity
3826         check.
3827
3828 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3829
3830         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3831         new CAPABILITY, use it.
3832
3833 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834
3835         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3836         downloading anything.
3837
3838         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3839
3840 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3841
3842         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3843         colors.
3844         (gnus-splash-svg-color-symbols): New function.
3845
3846 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3849         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3850         (gnus-simplify-subject-fuzzy): Use the local
3851         gnus-simplify-subject-fuzzy-regex instead of the global one.
3852         This makes using this variable in group parameters work.
3853
3854 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3855
3856         * gnus-registry.el (gnus-registry-unfollowed-groups):
3857         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3858         archive:sent-YYYY-MM-DD groups).
3859         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3860         tracking if there are more than `gnus-registry-max-track-groups'
3861         matches.
3862
3863 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3864
3865         * message.el (message--yank-original-internal): New function to do the
3866         insertion cleanly inside eval in `message-yank-original'.
3867         (message-yank-original): Use it.
3868
3869 2011-03-29  Julien Danjou  <julien@danjou.info>
3870
3871         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3872         local variables disabled rather than `normal-mode'.
3873
3874 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3875
3876         * imap.el (imap-shell-open, imap-process-connection-type):
3877         Use imap-process-connection-type for 'shell' streams as well as
3878         Kerberos, SSL, other subprocesses.
3879
3880 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3881
3882         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3883         with open-network-stream.
3884         (proto-stream-always-use-starttls): Option removed.
3885         (open-protocol-stream): Return a process object by default.  Provide a
3886         new parameter :return-list specifying a list-type return value, which
3887         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3888         :type `network' to `try-starttls', and `network-only' to `default'.
3889         Make `default' the default, for compatibility with open-network-stream.
3890         Handle the no-parameter case exactly as open-network-stream, with no
3891         additional stream processing.  Search plists using plist-get.
3892         Explicitly add :end-of-commend parameter if it is missing.
3893         (proto-stream-open-default): Rename from
3894         proto-stream-open-network-only.  Return 'default as the type.
3895         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3896         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3897         failed.  Always return a list with a (possibly dead) process as the
3898         first element, for compatibility with open-network-stream.
3899         (proto-stream-open-tls): Use plist-get.  Always return a list.
3900         (proto-stream-open-shell): Return `default' as connection type.
3901         (proto-stream-capability-open): Use plist-get.
3902         (proto-stream-eoc): Function deleted.
3903
3904         * nnimap.el (nnimap-stream, nnimap-open-connection)
3905         (nnimap-open-connection-1): Handle renaming of :type parameter for
3906         open-protocol-stream.
3907         (nnimap-open-connection-1): Pass a :return-list parameter
3908         open-protocol-stream to obtain a list return value.  Parse this list
3909         using plist-get.
3910
3911         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3912         for open-protocol-stream.  Accept open-protocol-stream return value
3913         that is a subprocess object instead of a list.  Handle the case of a
3914         dead returned process.
3915
3916 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3917
3918         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3919
3920         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3921
3922 2011-03-21  Julien Danjou  <julien@danjou.info>
3923
3924         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3925         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3926         query.
3927         (mm-inline-text): Render normal text with fontification whenever
3928         possible.
3929
3930         * gnus-sum.el (gnus-summary-save-parts-1):
3931         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3932         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3933         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3934         Use `mm-handle-filename'.
3935
3936         * mm-util.el (mm-handle-filename): New function, return the filename of
3937         an handle.
3938
3939 2011-03-18  Julien Danjou  <julien@danjou.info>
3940
3941         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3942         (gnus-buffer-live-p): Check that buffer is not nil.
3943
3944 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3945
3946         * gnus.el: No Gnus v0.15 is released.
3947
3948 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3951         avoid warning on XEmacs.
3952
3953         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3954         on XEmacs.
3955
3956         * gnus-art.el: Require mouse, which the build bot seems to say is
3957         needed.
3958
3959         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3960
3961         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3962         XEmacs, since it doesn't have url-retrieve-synchronously.
3963
3964         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3965         since assoc-string doesn't exist in XEmacs.
3966
3967 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3968
3969         * gnus-group.el (gnus-group-list-ticked): New function.
3970         (gnus-group-make-menu-bar): Provide a menu entry for it.
3971         (gnus-group-list-map): Provide a binding for it.
3972
3973 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * shr.el (shr-visit-file): New command.
3976
3977         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3978
3979 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3980
3981         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3982         servers.
3983
3984 2011-03-16  Julien Danjou  <julien@danjou.info>
3985
3986         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3987         inline.
3988
3989         * gnus-art.el (article-hide-list-identifiers):
3990         Use gnus-group-get-list-identifiers.
3991
3992         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3993         (gnus-summary-remove-list-identifiers):
3994         Use gnus-group-get-list-identifiers to get regexp.
3995         (gnus-select-newsgroup, gnus-summary-insert-subject)
3996         (gnus-summary-insert-articles):
3997         Call gnus-summary-remove-list-identifiers unconditionally.
3998
3999 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4002         we're selecting a group with unread articles.
4003
4004         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4005
4006         * gssapi.el: New file separated out from imap.el to provide a general
4007         Kerberos 5 connection facility for Emacs.
4008
4009         * message.el (message-elide-ellipsis): Document the format spec
4010         ellipsis.
4011
4012 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4013
4014         * message.el (message-elide-region): Allow the ellipsis to say how many
4015         lines were removed.
4016
4017 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018
4019         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4020         window configurations containing buffers that are now dead.
4021
4022         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4023         parsing to avoid integer overflows.
4024         (nnimap-parse-flags): Simplify the last change.
4025         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4026         too large for 32-bit Emacsen.
4027
4028 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4029
4030         * auth-source.el (auth-source-netrc-create):
4031         * message.el (message-yank-original): Fix use of `case'.
4032
4033 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4034
4035         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4036         XEmacs, which was one character too wide.
4037
4038 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4039
4040         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4041         default number of articles to display.
4042         (gnus-articles-to-read): Use pretty names for prompt.
4043
4044 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4045
4046         * gnus-int.el (gnus-open-server): Ditto.
4047
4048         * gnus-start.el (gnus-activate-group): Give a backtrace if
4049         debug-on-quit is set and the user hits `C-g'.
4050         (gnus-read-active-file): Ditto.
4051
4052         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4053
4054 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4055
4056         * message.el (message-yank-original): Use cond instead of CL case.
4057
4058 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4059
4060         * auth-source.el (auth-source-netrc-create): Use usual format for the
4061         default in prompts.
4062
4063 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * lpath.el: Fbind read-char-choice for XEmacs.
4066
4067 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4068
4069         * auth-source.el (auth-source-netrc-create): Show the default in the
4070         prompt when prompting for token creation.
4071
4072 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4073
4074         * auth-source.el (auth-source-format-prompt): Always convert the value
4075         to a string to avoid evaluating non-string arguments.
4076         (auth-source-netrc-create): Offer default properly, not as initial
4077         content in `read-string'.
4078         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4079         of line to determine if we've been run before.  If so, don't run again,
4080         but print a trivial message to indicate the cache was hit instead.
4081
4082 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4083
4084         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4085         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4086         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4087         Gnus.
4088
4089 2011-03-11  Julien Danjou  <julien@danjou.info>
4090
4091         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4092         modified file".
4093
4094 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4095
4096         * auth-source.el (auth-source-read-char-choice): New function to read a
4097         character choice using `dropdown-list', `read-char-choice', or
4098         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4099         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4100         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4101         (auth-source-netrc-saver): Use it.
4102         (auth-source-pick-first-password): New convenience function.
4103
4104 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4105
4106         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4107         parameter in the credentials.
4108         (nnimap-open-connection-1): Use it after a successful login.
4109         (nnimap-credentials): Add IMAP-specific user and password prompt.
4110
4111         * auth-source.el (auth-source-search): Add :require parameter, taking a
4112         list.  Document it and the :save-function return token.  Pass :require
4113         down.  Change the CREATED message from a warning to a debug statement.
4114         (auth-source-search-backends): Pass :require down.
4115         (auth-source-netrc-search): Pass :require down.
4116         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4117         Change save prompt to indicate all modifications saved here are
4118         deletions.
4119         (auth-source-netrc-create): Take user login name as default in user
4120         prompt.  Move all the save functionality to a lexically bound function
4121         under the :save-function token in the returned list.  Set up clearer
4122         default prompts for user, host, port, and secret.
4123         (auth-source-netrc-saver): New function, intended to be wrapped for
4124         :save-function.
4125
4126 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4127
4128         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4129         lines to be spaces instead.
4130
4131 2011-03-07  Julien Danjou  <julien@danjou.info>
4132
4133         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4134         (sieve-sasl-auth): Check that auth-source-search did return something,
4135         or just return an empty string.
4136
4137 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4138
4139         * gnus.el (gnus-interactive): Use read-directory-name.
4140
4141         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4142         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4143         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4144         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4145         Likewise.
4146
4147         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4148
4149 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4150
4151         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4152         onto the list of killed groups, too.  This makes killed nnimap groups,
4153         for instance, more reliably not reappear.
4154
4155         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4156         the parent.
4157
4158         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4159
4160         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4161         really have server-side marks.
4162
4163         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4164         since most backends do not usefully have server-side marks.
4165         (gnus-update-read-articles): Propagate marks to all backends that
4166         really have server-side marks.
4167
4168 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4169
4170         * message.el (message-cite-reply-position, message-cite-style):
4171         New variables.
4172         (message-yank-original): Use the new citation styles.
4173
4174 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4175
4176         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4177         buffer-local issue); don't mark it buffer-local when running under
4178         XEmacs.
4179
4180 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4181
4182         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4183         numbers too big to be `read'.
4184
4185 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4186
4187         * password-cache.el (password-in-cache-p): Add autoload.
4188
4189         * message.el (message-options): Make buffer-local two ways to attempt
4190         to fix a XEmacs bug.
4191
4192 2011-03-02  Julien Danjou  <julien@danjou.info>
4193
4194         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4195
4196 2011-03-01  Julien Danjou  <julien@danjou.info>
4197
4198         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4199         group.
4200         (article-hide-list-identifiers): Use list-identifier group parameter.
4201
4202 2011-02-28  Julien Danjou  <julien@danjou.info>
4203
4204         * sieve.el (sieve-buffer-script-name): New local variable to store
4205         sieve script name.
4206         (sieve-edit-script): Store sieve script name.
4207         (sieve-upload): Use sieve script name when uploading.
4208         (sieve-upload): Use substitute-command-keys.
4209         (sieve-edit-script): Use substitute-command-keys.
4210         (sieve-refresh-scriptlist): Use substitute-command-keys.
4211         (sieve-manage-mode-map): Define keymap properly.
4212         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4213         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4214         Remove commented code about cvs.
4215         (sieve-manage-quit): New function.
4216         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4217
4218 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219
4220         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4221
4222 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4223
4224         * auth-source.el (auth-source-search): Cache empty result sets.
4225
4226         * password-cache.el (password-in-cache-p): Convenience function to
4227         check if a key is in the cache, even if the value is nil.
4228
4229         * auth-source.el (auth-source-save-behavior): New variable to replace
4230         `auth-source-never-create'.
4231         (auth-source-netrc-create): Use it.
4232         (auth-source-never-save): Remove.
4233
4234 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4235
4236         * nnimap.el (nnimap-stream): Doc fix.
4237         (nnimap-open-connection-1): Reverse the order of the ports to that the
4238         prompted-for port is first.
4239
4240         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4241         retrieval by the no-group selection.
4242
4243         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4244         numerical parameters.
4245
4246 2011-02-25  Julien Danjou  <julien@danjou.info>
4247
4248         * gnus-gravatar.el: Use gnus-with-article-buffer.
4249
4250         * gnus-art.el (gnus-with-article-buffer): Check that the
4251         gnus-article-buffer is alive.
4252
4253 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4254
4255         * auth-source.el (auth-source-creation-prompts): New variable to manage
4256         creation-time prompts.
4257         (auth-source-search): Document it.
4258         (auth-source-format-prompt): Add utility function.
4259         (auth-source-netrc-create): Don't default the user name to
4260         user-login-name.  Use `auth-source-creation-prompts' and some default
4261         prompts for user, host, port, and password (the default generic prompt
4262         remains ugly).
4263         (auth-source-never-save): Add customizable option to never save info.
4264         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4265         mode excursion.
4266
4267 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4270         argument that XEmacs doesn't support.
4271
4272         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4273         compiled for Emacsen having no `libxml-parse-html-region' support.
4274
4275         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4276
4277         * lpath.el: Bind buffer-save-without-query for XEmacs.
4278
4279 2011-02-23  Julien Danjou  <julien@danjou.info>
4280
4281         * gnus-art.el (article-make-date-line): Ignore errors if time is
4282         invalid and not convertible.
4283         (article-make-date-line): Only add lapsed time if time is not nil.
4284
4285 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4286
4287         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4288         `read-char-choice' for backwards compatibility.
4289         (auth-source-netrc-element-or-first): New function to DTRT for
4290         parameter extraction.
4291         (auth-source-netrc-create): Use it and fix multiple parameter print
4292         bug.  Use the default passed from above (given-default) or the
4293         built-in (user-login-name for :user).
4294
4295 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus-start.el (gnus-dribble-read-file):
4298         Set buffer-save-without-query, since we always want to save the dribble
4299         file, probably.
4300
4301         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4302         nnimap.
4303
4304         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4305         -summary- since it's a user-visible variable.
4306
4307         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4308         first time you use the new Gnus.
4309
4310 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4311
4312         * auth-source.el: Don't load netrc.el.
4313         (auth-sources): Search ~/.netrc as well by default.
4314         (auth-source-debug): Add 'trivia option for extra output.
4315         (auth-source-do-trivia): Use it.
4316         (auth-source-search): Simplify logic to use
4317         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4318         appropriate.  Don't keep a running count at this level.  Layer :create
4319         and :delete options appropriately on the first and second passes.
4320         Don't track the backend with the search results.
4321         (auth-source-search-backends): New function to search a list of
4322         backends for a processed spec.
4323         (auth-source-netrc-parse): Cache all netrc files, making
4324         auth-source-netrc-cache an alist keyed by the file name and using the
4325         file mtime as the caching criterion.  Keep the obfuscated data secret
4326         with a lexical bind.
4327         (auth-source-netrc-search): Don't calculate the length of the results
4328         unnecessarily.
4329         (auth-source-search-backends): Fix bug.
4330         (auth-source-netrc-create): Rework prompts.
4331
4332 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4333
4334         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4335         Lower case names of search constraints.
4336         (nnir-run-query): Cache and reuse search constraints for all imap
4337         servers.
4338
4339 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4340
4341         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4342         after exit.
4343         (gnus-setup-message): Define missing variable from last checkin.
4344
4345         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4346         value, show the raw article.
4347
4348 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4349
4350         * gnus.el: No Gnus v0.13 is released.
4351
4352 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4353
4354         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4355         auth-source now accepts numbers.
4356
4357         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4358         spec, too.
4359         (auth-source-ensure-strings): New function.
4360
4361         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4362         (gnus-article-setup-buffer): Always restart the date timer so that user
4363         changes to the frequency is respected.
4364
4365         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4366         port numbers, so make sure it gets that if nnimap-server-port is
4367         explicit.
4368
4369 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4370
4371         * nnimap.el (nnimap-inbox): Doc fix.
4372
4373 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4374
4375         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4376         Autoload.  Add optional arg FRAME, and pass it to color-values.
4377         (color-complement): Caller changed.  Doc fix.
4378         (color-gradient): Rewrite for better clarity and efficiency.
4379
4380 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4381
4382         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4383         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4384         color-lab-to-srgb.
4385
4386 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4387
4388         * color.el: First part of merge from hexrgb.el.
4389         (color-rgb-to-hex): Rename from color-rgb->hex.
4390         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4391         saturation to zero if the value is too small.
4392         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4393         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4394         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4395         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4396         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4397         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4398         (color-cie-de2000): Doc fix.
4399
4400 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4401
4402         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4403         given method as in the group name if we're using an extended method.
4404         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4405         command, if we're using that, instead of waiting for the beginning.
4406
4407         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4408         we're sure to get unique server names, and we don't output two async
4409         commands in the same buffer.  This fixes an NNTP hang for some users.
4410
4411 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4412
4413         * gnus.el: No Gnus v0.11 is released.
4414
4415 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4416
4417         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4418         summary buffer before reading going to the next buffer.  This avoids
4419         putting the point in the group buffer if you `C-g' the command.
4420
4421         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4422         cache (for now) to make ~/.authinfo.gpg files usable.
4423
4424         * nnfolder.el (copyright-update): Define for the compiler.
4425
4426         * auth-source.el (auth-source-search): Fix unbound variable.
4427
4428 2011-02-19  Glenn Morris  <rgm@gnu.org>
4429
4430         * gnus.el (gnus-meta): Doc fix.
4431
4432 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4433
4434         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4435         in case it's not yet loaded.
4436
4437 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4438
4439         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4440         line we're waiting for.
4441
4442 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4443
4444         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4445         face with line-width greater than zero will cause RET in gnus summary
4446         buffer to scroll down article page-wise because auto vscroll happens,
4447         it should be temporally disabled when doing a scroll-up.
4448
4449 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4450
4451         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4452         outputs from the server.
4453
4454 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4455
4456         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4457         later so that bbdb can hook in easier.
4458
4459 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4460
4461         * auth-source.el (auth-source-search): Don't try to create credentials
4462         if the caller doesn't want that.
4463         (auth-source-search): If we don't find a match, don't bug out on
4464         non-bound variables.
4465         (auth-source-search): Only ask a single backend to create the
4466         credentials.
4467
4468         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4469         logging.
4470         (nnimap-credentials): Protect against auth-source-search returning nil.
4471         (nnimap-request-list): Protect against not being able to open the
4472         server.
4473
4474 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4475
4476         * auth-source.el (auth-source-search): Do a two-phase search, one with
4477         no :create to get the responses from all backends.
4478
4479         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4480         when getting credentials.
4481
4482         * gnus-util.el (gnus-delete-duplicates): New function.
4483
4484 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4485
4486         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4487         a creation default, pass the whole port list down.  It will be
4488         completed.
4489
4490         * auth-source.el (auth-source-search): Updated docs to talk about
4491         multiple creation choices.
4492         (auth-source-netrc-create): Accept a list as a value (from the search
4493         parameters) and do completion on that list.  Keep a separate netrc line
4494         with the password obscured for showing the user.
4495
4496         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4497         first choice to `auth-source-search' so it will be used for entry
4498         creation instead of the server's Gnus-specific name.
4499         (nnimap-credentials): Rely on the auth-source library to select which
4500         port is actually wanted in the new netrc entry, so don't override
4501         `auth-source-creation-defaults'.
4502
4503         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4504         :protocol and accept a missing user, host, or port as a wildcard match.
4505         (auth-source-debug): Default to off.
4506
4507         (auth-source-netrc-search, auth-source-netrc-create)
4508         (auth-source-secrets-search, auth-source-secrets-create)
4509         (auth-source-user-or-password, auth-source-backend, auth-sources)
4510         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4511         instead of :protocol.
4512
4513         * nnimap.el (nnimap-credentials): Pass a port default to
4514         `auth-source-search' in case an entry needs to be created.
4515         (nnimap-open-connection-1): Use :port instead of :protocol.
4516
4517 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * auth-source.el: Bind load-path when loading EIEIO from
4520         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4521         21.4 doesn't support, to `require'.
4522         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4523         delete-dups that is not available in XEmacs 21.4.
4524
4525 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4526
4527         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4528         as EIEIO must also be loaded when auth-source.el is being
4529         byte-compiled.
4530
4531 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4532
4533         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4534
4535         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4536
4537         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4538
4539         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4540
4541         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4542
4543         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4544
4545         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4546
4547         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4548         necessary.
4549
4550 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4551
4552         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4553         nil means that nnimap doesn't get updated.
4554
4555 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4556
4557         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4558         result when the user doesn't want to write to the file.
4559         (auth-source-netrc-search): Expect a synthetic result and proceed
4560         accordingly.
4561         (auth-source-cache-expiry): New variable to override
4562         `password-cache-expiry'.
4563         (auth-source-remember): Use it.
4564
4565         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4566         parameter.  Create entry if necessary by using :create t.
4567         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4568
4569 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4570
4571         * auth-source.el (auth-source-debug): Enable by default and don't
4572         mention the obsolete `auth-source-hide-passwords'.
4573         (auth-source-do-warn): New function to debug unconditionally.
4574         (auth-source-do-debug): Use it.
4575         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4576         and for Secrets API entries when the secrets.el library is not
4577         available.
4578
4579 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4580
4581         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4582         (gnus-summary-exit): Kill the correct article buffer on exit from a
4583         `C-d' group.
4584
4585         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4586         gnus-propagate-marks.
4587
4588         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4589         before killing the buffers so that a non-full window conf gets handled
4590         correctly.
4591         (gnus-summary-exit): Ditto.
4592         (gnus-summary-read-group-1): Ditto.
4593
4594         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4595         async code again so that we can debug it properly.
4596
4597         * message.el (message-reply): Take an optional switch-buffer parameter
4598         so that Gnus window confs are respected better.
4599
4600 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4601
4602         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4603         `plist-get' to accept non-list parameters (XEmacs issue).
4604         Fix docstring.
4605         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4606         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4607         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4608         Login collection is "Login" and not "login".
4609
4610 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4611
4612         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4613         multiple headers.
4614
4615         * nnimap.el (nnimap-inhibit-logging): New variable.
4616         (nnimap-log-command): Don't log login commands.
4617
4618         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4619         to have more parameters.
4620
4621         * nnimap.el (nnimap-send-command): Mark the command time for each
4622         command, so that we don't get NOOPs stepping on our toes.
4623
4624         * gnus-art.el (article-date-ut): Get the date from the Date header on
4625         `t'.
4626
4627 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * auth-source.el (auth-source-search): Use copy-sequence instead of
4630         the cl.el copy-list.
4631
4632 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4633
4634         * imap.el: Bring it back (revert
4635         84d800cd31de3064f0ed39617d725709a2f8f42f).
4636
4637 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4638
4639         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4640         Improve prompt.
4641
4642 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4643
4644         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4645         washing status from the default format.  It isn't very informative.
4646
4647 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4648
4649         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4650         Fix Gcc processing on imap.
4651
4652 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4653
4654         * imap.el: Remove file.  All the functionality is in nnimap.el.
4655
4656 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4657
4658         * message.el (message-bury): Don't pop up a new window when selected
4659         window is dedicated.
4660
4661 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4662
4663         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4664
4665 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4666
4667         * sieve-manage.el: Autoload `auth-source-search'.
4668         (sieve-sasl-auth): Use it.
4669
4670 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4671
4672         * nnimap.el: Autoload `auth-source-forget+'.
4673         (nnimap-open-connection-1): Use it if the connection fails.
4674
4675         * auth-source.el: Require `password-cache'.
4676         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4677         obsolete.
4678         (auth-source-magic): Marker for `password-cache' keys.
4679         (auth-source-do-cache): Update docstring.
4680         (auth-source-search): Use and check cache.
4681         (auth-source-forget-all-cached, auth-source-remember)
4682         (auth-source-recall, auth-source-forget, auth-source-forget+)
4683         (auth-source-specmatchp): Caching support functions.
4684         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4685         Remove and obsolete.
4686         (auth-source-user-or-password): Remove caching to further discourage
4687         using it.  Always hide passwords.
4688
4689         * password-cache.el (password-cache-remove): Accept secrets that are
4690         not strings.
4691
4692 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4693
4694         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4695         code for now, since it doesn't work for all users.
4696
4697 2011-02-09  Julien Danjou  <julien@danjou.info>
4698
4699         * message.el (message-options): Make message-options really buffer
4700         local.
4701
4702 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4703
4704         * mail-source.el: Autoload `auth-source-search'.
4705         (mail-source-keyword-map): Note order matters.
4706         (mail-source-set-1): Get all the mail-source source values and
4707         defaults and search auth-source on those if needed.  This can all
4708         probably be simplified.
4709
4710         * nnimap.el: Autoload `auth-source-search'.
4711         (nnimap-credentials): Use it.
4712         (nnimap-open-connection-1): Ask for the virtual server and physical
4713         address in one shot.
4714
4715         * nntp.el: Autoload `auth-source-search'.
4716         (nntp-send-authinfo): Use it.  Note TODO.
4717
4718 2011-02-08  Julien Danjou  <julien@danjou.info>
4719
4720         * shr.el (shr-tag-body): Add support for text attribute in body
4721         markups.
4722
4723         * message.el (message-options): Make message-options a local variable.
4724
4725 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4726
4727         * auth-source.el (auth-source-secrets-search)
4728         (auth-source-user-or-password): Use `append' instead of `nconc'.
4729         (auth-source-user-or-password): Build return list better and protect
4730         against nil :secret.
4731
4732 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4733
4734         * nnimap.el (nnimap-update-info): Refactor slightly.
4735         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4736         (nnimap-update-info): Clean up slightly.
4737         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4738         characters.
4739         (nnimap-process-quirk): Rename function to avoid collision.
4740         (nnimap-update-info): Fix macrology bug-out.
4741         (nnimap-update-info): Simplify split history test.
4742
4743 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4744
4745         * auth-source.el (top): Require 'eieio unconditionally.
4746         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4747         (auth-source-secrets-search): Limit search when `max' is greater than
4748         number of results.
4749
4750 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4751
4752         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4753         part not returning any data.
4754
4755         * proto-stream.el (open-protocol-stream): Document the return value.
4756
4757 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4758
4759         * auth-source.el (auth-source-secrets-search): Add examples.
4760
4761 2011-02-06  Julien Danjou  <julien@danjou.info>
4762
4763         * message.el (message-setup-1): Handle message-generate-headers-first
4764         set to t.
4765
4766 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4767
4768         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4769         API with a string "secrets:collection-name" and with 'default.
4770         (auth-source-backend-parse): Parse "secrets:collection-name" and
4771         'default.  Recurse on parses instead of repeating code.  Use the
4772         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4773         message when ignoring a source.
4774         (auth-source-search): List ignored search keys at the top level.
4775         (auth-source-netrc-create): Use `case' instead of `cond'.
4776         (auth-source-secrets-search): Created with TODOs.
4777         (auth-source-secrets-create): Created with TODOs.
4778         (auth-source-retrieve, auth-source-create, auth-source-delete)
4779         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4780         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4781         (auth-source-user-or-password-sftp)
4782         (auth-source-user-or-password-smtp): Remove.
4783         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4784         around `auth-source-search'.  Not tested thoroughly.
4785
4786 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4787
4788         * auth-source.el: Bring in assoc and eioeio libraries.
4789         (secrets-enabled): New variable to track the status of the Secrets API.
4790         (auth-source-backend): New EIOEIO class to represent a backend.
4791         (auth-source-creation-defaults): New variable to set prompt defaults
4792         during token creation (see the `auth-source-search' docstring for
4793         details).
4794         (auth-sources): Simplify to allow a simple string as a netrc backend
4795         spec.
4796         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4797         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4798         (auth-source-search): Main auth-source API entry point.
4799         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4800         (auth-source-search-collection): Helper function for searching.
4801         (auth-source-netrc-parse, auth-source-netrc-normalize)
4802         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4803         Supports search, create, and delete.
4804         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4805         backend stubs.
4806         (auth-source-user-or-password): Call `auth-source-search' but it's not
4807         ready yet.
4808
4809 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4810
4811         * message.el (message-setup-1): Remove the read-only stuff, since it
4812         doesn't work under XEmacs, for some reason.
4813
4814         * gnus-sum.el (gnus-user-date): Rename back from
4815         gnus-summary-user-date since user code refers to it.
4816
4817         * shr.el (shr-render-td): Store the actual background color used.
4818
4819         * message.el (message-setup-1): Don't bind the constant
4820         -forbidden-properties.
4821         (message-setup-1): Revert previous change, since it needs to bind the
4822         props to insert them.
4823         (message-resend): Allow removing the read-only separator line.
4824
4825 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4826
4827         * nnimap.el (nnimap-request-accept-article): Give an error message if
4828         the APPEND wasn't successful.
4829
4830 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4831
4832         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4833         that have no groups.
4834
4835 2011-02-03  Julien Danjou  <julien@danjou.info>
4836
4837         * gnus-draft.el: Remove progn around gnus-draft-setup.
4838
4839 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4840
4841         * gnus-start.el (gnus-read-active-for-groups): This function is never
4842         called with a nil `infos', so clean that up.
4843         (gnus-get-unread-articles): Request active files from primary/secondary
4844         methods that have no groups (yet).
4845
4846 2011-02-03  Julien Danjou  <julien@danjou.info>
4847
4848         * message.el (message-setup-1): Always generate References first.
4849         (message-mail): Return the return value of message-setup, not always t.
4850         (message-setup-1): Insert mail-header-separator with read-only and
4851         intangible properties set.
4852
4853         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4854         user-date in docstring.
4855
4856         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4857
4858         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4859         docstring.
4860
4861         * gnus.el (gnus-user-date-format-alist): Change default value.
4862         Use defcustom, with type and group. Move from gnus-util.el.
4863         Rename to gnus-summary-user-date-format-alist.
4864
4865 2011-02-03  Glenn Morris  <rgm@gnu.org>
4866
4867         * nnimap.el (gnus-fetch-headers): Declare.
4868
4869         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4870
4871 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4872
4873         * message.el (message-forward-make-body-digest-plain)
4874         (message-followup, message-reply): Clean up things noted by Stefan.
4875
4876         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4877         gnus-article-update-date-headers is nil.
4878         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4879         it didn't really work with defcustom.
4880         (article-update-date-lapsed): Make sure the window start doesn't move,
4881         either.
4882
4883 2011-02-01  Julien Danjou  <julien@danjou.info>
4884
4885         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4886         format.
4887
4888         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4889         standard in Emacs nowadays.
4890
4891         * color.el (color-gradient): Add a color-gradient function.
4892
4893 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4894
4895         * message.el (message-expand-name): Don't trust the return value of
4896         bbdb-complete-name.
4897         (message-check-news-header-syntax): Remove unused var `start'.
4898         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4899         (message-inhibit-body-encoding): Move to before first use.
4900         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4901         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4902         (Organization, Message-ID, Date, mh-previous-window-config):
4903         Defvar the vars using dynamic scoping.
4904
4905 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4906
4907         * shr.el (shr-render-td): Only do colors at the final rendering.
4908         Should be slightly faster.
4909         (shr-insert-table): Fix up TD background colors when doing the
4910         vertical padding.
4911
4912         * gnus-art.el (article-date-ut): Protect against articles with no Date
4913         header.
4914         (article-update-date-lapsed): Don't use current-column to find the
4915         horizontal position.  It's fragile in the presence of \003 characters.
4916
4917         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4918
4919 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4920
4921         * gnus-art.el (article-transform-date): Rewrite to still work when
4922         there are several rfc2822 parts.
4923         (article-transform-date): Fix infinite recursion.
4924         (article-date-ut): Replace infinitely many Date headers with a single
4925         one when called interactively.
4926
4927         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4928         secure manner.
4929
4930         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4931         move around by not using save-window-excursion.  It seems to work...
4932
4933 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus-art.el (article-make-date-line): Work for user-defined format.
4936
4937 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4938
4939         * nntp.el (nntp-retrieve-group-data-early)
4940         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4941         fetching functions.
4942
4943         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4944         thoroughly for all backends that have no known groups.  This should
4945         allow new nnml methods to retrieve mail.
4946
4947         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4948         that Gnus doesn't know exists again.
4949
4950         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4951         (gnus-treat-date-ut): Ditto.
4952         (gnus-article-update-date-header): Rename.
4953         (gnus-treat-date-local): Remove.
4954         (gnus-treat-date-english): Remove.
4955         (gnus-treat-date-lapsed): Remove.
4956         (gnus-treat-date-combined-lapsed): Remove.
4957         (gnus-treat-date-original): Remove.
4958         (gnus-treat-date-iso8601): Remove.
4959         (gnus-treat-date-user-defined): Remove.
4960         (gnus-article-date-headers): New variable to control all the date
4961         header options.
4962         (article-date-ut): Rewrite to allow using the new way to format date
4963         headers(s).
4964
4965 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4966
4967         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4968         method.
4969         (nnmail-article-group): A better test for fanciness.
4970
4971         * nnimap.el (nnimap-request-head): Protect against not finding the
4972         article by Message-ID.
4973
4974 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4975
4976         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4977         keep point at the "same place".
4978
4979 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4980
4981         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4982         data if the group is inactive.
4983
4984 2011-01-28  Julien Danjou  <julien@danjou.info>
4985
4986         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4987         (gnus-all-windows-visible-p): Remove old compatibility code.
4988         (gnus-window-top-edge): Add docstring.
4989
4990         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4991
4992 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4993
4994         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4995         older request-update-info.
4996
4997         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4998
4999 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5000
5001         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5002         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5003
5004 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5005
5006         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5007         groups.  This makes the nndraft:queue group pop up if it's not already
5008         there.
5009
5010         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5011         messages" logic, which was reversed.
5012
5013         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5014         the "same place" even if point is on the line being replaced.
5015         (article-update-date-lapsed): Allow updating both the combined lapsed
5016         and the lapsed headers.
5017         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5018         (article-make-date-line): Limit the number of segments dynamically to
5019         avoid too-long lines.
5020
5021 2011-01-27  Julien Danjou  <julien@danjou.info>
5022
5023         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5024         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5025
5026 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5029         Use plist-get instead of the cl function getf.
5030
5031 2011-01-27  Glenn Morris  <rgm@gnu.org>
5032
5033         * gnus-util.el (float-time): Get rid of compiler warning, again.
5034
5035 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5036
5037         * shr.el (shr-put-color): Special-case background colors: Do put them
5038         at the blank parts at the front of the lines.
5039
5040         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5041         exit hook to nix out all data on readedness on group exit.
5042
5043         * gnus-util.el (float-time): If float-time is bound, always use it on
5044         all Emacsen.  It's unclear why the subrp check was there.
5045         (time-date): Require to make some autoload issues on XEmacs go away.
5046
5047         * shr.el (shr-put-color): Don't do the box padding in tables, since
5048         they're already padded.
5049
5050 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5051
5052         * gnus-art.el (gnus-article-next-page): When the last line of the
5053         article is displayed, scroll down once more instead of going to the
5054         next article at once.
5055         (article-lapsed-string): Refactor out and allow specifying how many
5056         segments you want.
5057         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5058         (gnus-article-update-lapsed-header): New variable.
5059
5060         * shr.el: Revert change that made headings use different-sized faces.
5061         The Emacs display engine isn't advanced enough that, for instance,
5062         tables can comfortably use differently-sized faces.
5063
5064 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5065
5066         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5067         used.
5068         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5069         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5070         we're using an encrypted connection.
5071
5072         * proto-stream.el: Alter the interface functions to also return the
5073         actual stream type used: network or tls.
5074
5075 2011-01-25  Julien Danjou  <julien@danjou.info>
5076
5077         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5078         (mm-display-javascript-inline): New function.
5079
5080         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5081         viewing function.
5082
5083 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * shr.el (shr-expand-newlines): Fix variable name.
5086
5087 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5088
5089         * shr.el (shr-expand-newlines): Make nested boxes work.
5090
5091 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5092
5093         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5094         backgrounds.
5095         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5096         in a more sensible manner.
5097
5098 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5099
5100         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5101         if EPG is loaded.
5102
5103 2011-01-24  Julien Danjou  <julien@danjou.info>
5104
5105         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5106         tags.
5107
5108 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5109
5110         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5111         commands.
5112
5113         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5114         in the article buffer.
5115         (gnus-gravatar-insert): Use blank space from the current buffer to
5116         avoid breaking text properties.  This makes X-Sent updating work again.
5117
5118         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5119
5120 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5121
5122         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5123         fix the bug in url-http.el instead.
5124
5125         * shr.el (shr-image-fetched): Ditto.
5126
5127         * shr.el (shr-image-fetched): Avoid having point move in the article
5128         buffer.
5129
5130         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5131         buffer after being called.  It's apparently being killed by url.el, and
5132         killing it made point move to end-of-buffer in a random buffer.
5133
5134         * shr.el (shr-image-fetched): Ditto.
5135
5136 2011-01-23  Julien Danjou  <julien@danjou.info>
5137
5138         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5139
5140         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5141         text/x-org.
5142
5143 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5144
5145         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5146         (i.e., nnimap) returning nil as the article number.
5147
5148 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5149
5150         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5151         "DelSp" parameter in RFC3676.
5152
5153 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5154
5155         * message.el (message-check-recipients): Display the encoded version of
5156         the bogus address if they differ.
5157
5158         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5159         after sending.
5160
5161         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5162
5163         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5164
5165         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5166         group buffer after sending the queue.
5167
5168         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5169
5170 2011-01-22  Julien Danjou  <julien@danjou.info>
5171
5172         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5173
5174 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5175
5176         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5177         nested related parts.
5178
5179         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5180         unexpired articles.  This fixes the regression that led expiry marks to
5181         disappear from nnfolder groups.
5182
5183 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5184
5185         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5186         Don't confuse the "ret" of "retrograde" with RET.
5187
5188 2011-01-21  Julien Danjou  <julien@danjou.info>
5189
5190         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5191         than mm-insert-inline.
5192
5193 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5196         Widen article buffer.
5197
5198 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5199
5200         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5201         the temp buffer.
5202         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5203
5204 2011-01-20  Julien Danjou  <julien@danjou.info>
5205
5206         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5207
5208         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5209         than mm-insert-inline to insert inline part: this respect
5210         mm-inline-media-tests displayers.
5211
5212         * mm-view.el (mm-display-shell-script-inline): New function.
5213
5214         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5215
5216         * mm-uu.el (mm-uu-type-alist): Add org block.
5217         (mm-uu-org-src-code-block-extract): New function.
5218
5219         * mm-view.el (mm-display-org-inline): New function.
5220
5221         * mm-decode.el (mm-automatic-display): Add text/org.
5222
5223         * mailcap.el (mailcap-mime-extensions): Add .org.
5224
5225 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5228         gnus-article-add-buttons.
5229
5230 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5231
5232         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5233         From header with a date and "nobody" as the sender.
5234
5235 2011-01-19  Julien Danjou  <julien@danjou.info>
5236
5237         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5238         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5239         if you have the same regexp several times.
5240         (gnus-button-push): Fix matching when regexp is symbol.
5241
5242 2011-01-15  Glenn Morris  <rgm@gnu.org>
5243
5244         * message.el (message-mail): A compose-mail function should
5245         accept headers as strings.
5246
5247 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5248
5249         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5250         Add :vert-only tags.
5251         (message-mail): New arg RETURN-ACTION.
5252         (message-return-action): New var.
5253         (message-bury): Use it.
5254         (message-mode): Make it buffer-local.
5255         (message-send-and-exit): Always call message-bury.
5256
5257         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5258         message-mail.
5259
5260 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5261
5262         * nnimap.el (nnimap-convert-partial-article): Protect against
5263         zero-length body parts.
5264
5265         * mm-decode.el (mm-preferred-alternative-precedence):
5266         Discourage showing empty parts.
5267
5268         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5269         and stuff if the backend didn't return the article number.  This fixes
5270         an Exchange-related nnimap bug.
5271
5272         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5273         group window, because it does the wrong thing when a separate frame
5274         displays the group buffer.
5275
5276         * proto-stream.el (open-protocol-stream): Protect against the low-level
5277         transport functions returning nil.
5278
5279 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5280
5281         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5282         (mml2015-epg-find-usable-secret-key): New function.
5283         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5284         mml2015-epg-find-usable-key (Bug#7797).
5285         (mml2015-epg-encrypt): Ditto.
5286
5287 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * dgnushack.el (rot13-string): Fix the way to get the argument.
5290
5291 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5292
5293         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5294
5295 2011-01-03  Glenn Morris  <rgm@gnu.org>
5296
5297         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5298
5299         * sieve.el (sieve-open-server): Give a more explicit error if
5300         sieve-manage-open returns nil.  (Bug#7720)
5301
5302 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5303
5304         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5305
5306 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307
5308         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5309         This avoids sending passwords in plain text over non-encrypted
5310         channels.
5311
5312         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5313
5314         * nnimap.el (nnimap-login): Refactored out into own function, and
5315         implement CRAM-MD5.
5316         (nnimap-wait-for-line): Refactored out.
5317
5318         * mm-view.el (mml-smime): Require.
5319
5320 2010-12-20  David Engster  <deng@eml.cc>
5321
5322         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5323         use EPG to decrypt S/MIME messages instead of openssl.
5324
5325 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5328
5329         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5330         status is the group clearly is unreachable.
5331
5332         * auth-source.el (auth-source-create): Add the optional second
5333         parameter to `local-variable-p' to be compatible with XEmacs.
5334
5335 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5336
5337         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5338         work when using a compressed nnml folder.
5339
5340 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5341
5342         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5343         backends after sanitising on entry, because this never makes sense:
5344         If the articles have gone missing, then the data no longer exists on
5345         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5346         overwrite anything anyway.
5347
5348         * shr.el (shr-insert-document): Bind shr-width dynamically to
5349         window-width if it's nil.
5350
5351 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5352
5353         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5354         with the meaning of using the full emacs window width for rendering.
5355
5356 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5357
5358         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5359         case when sender is not given.
5360
5361 2010-12-23  Julien Danjou  <julien@danjou.info>
5362
5363         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5364         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5365         the addresses, otherwise we might misplaced the gravatar.
5366
5367 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5368
5369         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5370         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5371         obsolete in Emacs.
5372
5373 2010-12-20  Julien Danjou  <julien@danjou.info>
5374
5375         * gnus-util.el (gnus-rescale-image): Revert last change.
5376
5377 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5378
5379         * binhex.el: Improve commentary (Bug#7482).
5380
5381 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * gnus-group.el (gnus-group-delete-articles): New command.
5384
5385 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5386
5387         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5388
5389 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5392         here, since it's up to the backends to do CRLF removal if their
5393         protocol has it.
5394
5395         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5396
5397 2010-12-17  Julien Danjou  <julien@danjou.info>
5398
5399         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5400         they are from file.  Can also scale up.
5401
5402 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5403
5404         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5405         Restore gnus-use-agent.
5406         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5407
5408         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5409
5410 2010-12-17  Julien Danjou  <julien@danjou.info>
5411
5412         * gravatar.el (gravatar-retrieve-synchronously): New function.
5413         (gravatar-get-data): Make more robust.
5414
5415 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5418
5419 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5422         to really consider the last line.
5423
5424 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5425
5426         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5427         list of recipient keys, or use symmetric encryption if not a list.
5428         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5429         EPA override, replacing the call to `netrc-store-data'.
5430
5431 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5432
5433         * gnus-srvr.el: Avoid passing nil regexp argument to
5434         delete-matching-lines.
5435
5436 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5439         fetching stops when Gnus exits.
5440
5441         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5442         function.
5443         (nnfolder-request-expire-articles): Save all the buffers after doing
5444         expiry.
5445
5446         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5447         the last article", since that led to serious performance regressions
5448         when expiring nnml groups.
5449
5450 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5451
5452         * nnir.el: Improve customizations.
5453
5454 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455
5456         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5457
5458         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5459         group has been killed.
5460         (gnus-group-yank-group): Ditto.
5461
5462         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5463
5464         * nnimap.el (nnimap-request-update-group-status): New function.
5465
5466         * gnus-int.el (gnus-request-update-group-status): New interface
5467         function.
5468
5469         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5470         copying read-ness to the backends.
5471
5472         * nnimap.el (nnimap-quirk): New function.
5473         (nnimap-retrieve-group-data-early): Use it.
5474         (nnimap-quirks): New alist.
5475
5476 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5479         don't delete it within indentation.
5480
5481 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5482
5483         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5484         previous line.
5485
5486 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5489         QRESYNC command by deleting a superfluous space which broke Cyrus
5490         servers.  This change will break other servers that are buggy the other
5491         way around.
5492
5493 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5494
5495         * spam.el: Reindent and fix long lines.
5496         (spam-copy-or-move-routine): Exclude invalid move destinations.
5497
5498 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5499
5500         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5501         installed the registry.
5502
5503 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5506
5507 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5508
5509         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5510         groupname doesn't contain "gmane".
5511
5512 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5515         and netrc-bound-and-true-p bindings.
5516         (netrc-parse): Cache the netrc contents.
5517
5518         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5519         (gnus-1): Don't create the nndrafts group twice.
5520         (gnus-setup-news): There's no need to read the active file here, since
5521         that's done again later on a per-backend basis.
5522         (gnus-start-draft-setup): Make sure that the new group is started out
5523         empty.
5524
5525         * gnus-agent.el (gnus-agentize): Don't create the queue group
5526         automatically on startup.  It'll be created later, if needed.
5527
5528         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5529         of automatically subscribed groups.
5530         (gnus-auto-subscribed-categories): New variable.
5531         (gnus-matches-options-n): Use it.
5532         (gnus-default-subscribed-newsgroups): Remove unused variable.
5533         (gnus-start-draft-setup): Message a bit less.
5534
5535 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5536
5537         * nnir.el (nnir-run-imap): Return article list in order of increasing
5538         UID.
5539
5540 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * gnus-sum.el (gnus-summary-enter-digest-group):
5543         Mention gnus-auto-select-on-ephemeral-exit.
5544
5545         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5546         convention of the network-only option.
5547
5548 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * proto-stream.el (proto-stream-open-network-only): New function to
5551         have a way to specify non-STARTTLS upgrade connections.
5552
5553 2010-12-10  Julien Danjou  <julien@danjou.info>
5554
5555         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5556         email address is nil.
5557
5558         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5559
5560 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5561
5562         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5563         deletion.
5564         (nnir-run-imap): Only need to parse list once.
5565
5566 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567
5568         * shr.el (shr-tag-script): Ignore <script>.
5569         (shr-tag-label): Add <label> support.
5570
5571 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5574
5575         * shr.el (shr-image-displayer): Work for images lined side by side.
5576
5577 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5578
5579         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5580         parameter, since XEmacs doesn't accept t as a parameter.
5581
5582 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5583
5584         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5585         ids.
5586         (nnir-run-gmane): Simplify groupspec formatting.
5587         (nnir-request-expire-articles): New function.
5588
5589 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5590
5591         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5592         overflow, possibly.
5593
5594         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5595         (shr-render-td): Handle td style="" better.
5596         (shr-tag-table): Use the color from the style sheet.
5597         (shr-render-td): Make sure we copy over all the overlays, too.
5598
5599 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5600
5601         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5602         (nnir-request-article): Improve article retrieval.
5603
5604 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * mm-util.el (mm-extra-numeric-entities): New variable.
5607
5608         * mm-url.el (mm-url-decode-entities):
5609         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5610
5611         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5612
5613 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5614
5615         * message.el: Use completion-at-point.
5616         (message-completion-function): New fun, extracted from message-tab.
5617         (message-mode): Use it for completion-at-point-functions.
5618         (message-tab): Use it and completion-at-point.
5619
5620 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5623         character if a non-breakable character follows.
5624
5625 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5626
5627         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5628         any stream.
5629
5630         * shr.el (shr-tag-font): Colorize the region.
5631         (shr-tag-body): Ditto.
5632         (shr-tag-font): Actually let the styles be inherited instead of
5633         overwriting them.
5634         (shr-tag-font): Get the background color right.
5635         (shr-tag-style): Ignore all <style> tags for the moment.
5636
5637         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5638         a Message-ID to avoid having nnimap depend on gnus-sum.
5639
5640         * shr.el (shr-descend): Only colorize something if we have a node that
5641         sets colors.
5642
5643 2010-12-06  Julien Danjou  <julien@danjou.info>
5644
5645         * shr.el (shr-render-td): Render td content with shr-descend, so style
5646         will be applied to <td> too.
5647         (shr-colorize-region): Colorize region even if we only have a background.
5648         (shr-tag-body): Fix color and background color inheritance.
5649         Do not recolorize after shr-generic.
5650         (shr-tag-font): Let shr-generic colorize via inheritance.
5651
5652 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5655
5656 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5657
5658         * nnir.el (nnir-request-move-article): Remove obsolete code.
5659
5660 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5663
5664 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5665
5666         * gnus-sum.el (gnus-summary-respool-article): The completion function
5667         expects a list instead of an alist.
5668
5669         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5670         string as the parameter.
5671
5672         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5673
5674         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5675         styles.
5676         (shr-colorize-region): New function.
5677         (shr-insert-background-overlay): Remove.
5678         (shr-render-td): Background setting should be taken care of on a higher
5679         level.
5680         (shr-tag-body): Use post-hoc colorizations.
5681         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5682         (shr-put-color-1): Don't overwrite old colors.
5683         (shr-colorize-region): When the background color isn't explicit, use
5684         a fixed background.
5685
5686         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5687         nnmail variables.
5688
5689 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5690
5691         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5692         unless necessary.
5693
5694 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5695
5696         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5697         server.
5698
5699 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700
5701         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5702         so that TAB works.
5703
5704         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5705         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5706
5707         * shr.el (shr-urlify): Show the URL before the title to avoid
5708         misleading URLs.
5709
5710 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5711
5712         * shr.el (shr-urlify): Display the title in <a> tags.
5713
5714 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5715
5716         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5717
5718 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5719
5720         * nnir.el: Rearrange code to allow macros to be autoloaded by
5721         gnus-sum.el.
5722         (nnir-retrieve-headers-override-function): Make this variable
5723         customizable.
5724         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5725
5726         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5727         from nnir.el.
5728
5729 2010-12-03  Julien Danjou  <julien@danjou.info>
5730
5731         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5732
5733 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5736         allow optional argument `environment'.
5737
5738 2010-12-03  Glenn Morris  <rgm@gnu.org>
5739
5740         * mm-extern.el (message-goto-body): Update declaration.
5741
5742 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * gnus-util.el (gnus-macroexpand-all): New function.
5745
5746         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5747         instead of macroexpand-all that is unavailable in XEmacs.
5748
5749 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5750
5751         * nnir.el (nnir-summary-line-format): New variable.
5752         (nnir-mode): Use it.
5753         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5754         (nnir-article-ids): Reimplement as defsubst.
5755         (nnir-retrieve-headers): Don't mangle the subject header.
5756         (nnir-run-imap): Use 100 as RSV score.
5757         (nnir-run-find-grep): Fix for full server searching.
5758         (nnir-run-gmane): Better restriction to gmane groups.
5759
5760         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5761         summary buffers.
5762
5763 2010-12-02  Julien Danjou  <julien@danjou.info>
5764
5765         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5766
5767         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5768
5769         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5770         support.
5771
5772 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5773
5774         * nnir.el: Update to handle the registry better.
5775         (autoload): Silence byte-compiler.
5776         (nnir-open-server): Add a hook for nnir groups.
5777         (nnir-request-move-article): Don't mangle the header.  Better to use
5778         formatting variables (which will be added in the future).
5779         (nnir-registry-action): Update the registry using the original article
5780         group name.
5781         (nnir-mode): Install nnir-specific hooks for updating the registry.
5782
5783         * gnus-sum.el
5784         (gnus-article-original-subject,gnus-newsgroup-original-name):
5785         Remove obsolete variables.
5786         (gnus-summary-move-article): Remove use of obsolete variables.
5787         (gnus-summary-local-variables): Make move and delete hooks local to
5788         summary buffers.
5789
5790 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * rtree.el: New file.
5793
5794 2010-12-01  Julien Danjou  <julien@danjou.info>
5795
5796         * message.el (message-user-organization): Do not use
5797         gnus-local-organization.
5798
5799         * gnus.el: Remove gnus-local-organization.
5800
5801         * gnus-msg.el: Remove nastygram thing.
5802
5803 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5804
5805         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5806         funcall.
5807
5808 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5811         names.
5812
5813         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5814         characters.
5815
5816         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5817         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5818         Suggested by Štěpán Němec <stepnem@gmail.com>.
5819         (gnus-gravatar-transform-address): Use mail-extract-address-components
5820         that supports non-ASCII names rather than mail-header-parse-addresses.
5821
5822 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * proto-stream.el (open-protocol-stream): All starttls connections are
5825         handled by the network handler.
5826
5827 2010-11-30  Julien Danjou  <julien@danjou.info>
5828
5829         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5830         (nnimap-open-connection-1): Fix PREAUTH.
5831
5832         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5833
5834 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5837         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5838         (shr-insert): Use them.
5839         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5840
5841 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5842
5843         * nnir.el (nnir-request-move-article): Bail out if original group
5844         doesn't support article moves.
5845         (nnir-get-active): Improve active list retrieval.
5846
5847 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5848
5849         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5850
5851 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5852
5853         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5854         seem to accept strings-with-numbers as port numbers.
5855
5856 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5857
5858         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5859         change the registry.
5860
5861 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5864         delete-dups that is not available in XEmacs 21.4.
5865
5866         * mm-util.el (mm-delete-duplicates): Add comment.
5867
5868 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5869
5870         * nnir.el (nnir-ignored-newsgroups): New variable.
5871         (nnir-get-active): Use it.
5872
5873 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5874
5875         * proto-stream.el (proto-stream-open-network): Add some comments.
5876
5877         * nntp.el (nntp-open-connection): Provide a :success condition.
5878
5879         * nnimap.el (nnimap-open-connection-1): Ditto.
5880
5881         * proto-stream.el (proto-stream-open-network): See what the response to
5882         the STARTTLS command is.
5883
5884         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5885         backwards compatibility).
5886         (nnimap-open-connection-1): Really respect nnimap-server-port.
5887
5888         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5889         TLS upgrades we don't really care about the identity of the peer.
5890         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5891         that what we've checked for.
5892         (proto-stream-always-use-starttls): Only default to t if
5893         open-gnutls-stream exists.
5894         (proto-stream-open-network): If STARTTLS failed, then just open a
5895         normal connection.
5896         (proto-stream-open-network): Wait until the greeting before doing
5897         STARTTLS.
5898
5899         * nntp.el (nntp-open-connection): Report what the connection error is.
5900
5901         * proto-stream.el (open-protocol-stream): Rename from
5902         open-proto-stream.
5903
5904 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5905
5906         * nnimap.el (nnimap-stream): Change default to `undecided'.
5907         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5908         first, and then network.
5909         (nnimap-open-connection-1): Respect nnimap-server-port.
5910         (nnimap-open-connection): Be more backwards-compatible.
5911
5912         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5913         (proto-stream-open-starttls): De-duplicate the starttls code.
5914         (proto-stream-open-starttls): Folded back into the main function.
5915         (proto-stream-open-network): Fix typo in the gnutls path.
5916         (proto-stream-command): Refactor out.
5917
5918         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5919
5920         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5921         starttls.el STARTTLS.
5922
5923         * color.el (color-lab->srgb): Fix function call name.
5924
5925         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5926         if we're using tls.el.
5927         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5928         built in, then don't try to establish a STARTTLS connection.
5929
5930         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5931         servers.
5932
5933         * proto-stream.el (open-proto-stream): Use network, not stream.
5934         (open-proto-stream): Add a way to specify what the end of a command is.
5935
5936         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5937         connections types.
5938         (nntp-open-network-stream): Remove.
5939         (nntp-open-ssl-stream): Remove.
5940         (nntp-open-tls-stream): Remove.
5941         (nntp-ssl-program): Remove.
5942
5943         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5944
5945 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5946
5947         * nnir.el: Fix typos.
5948         (nnir-retrieve-headers-override-function): Rename variable to reflect
5949         new semantics.
5950         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5951         macros.
5952         (nnir-request-article, nnir-request-move-article): Use them.
5953         (nnir-categorize): New function.
5954         (nnir-run-query): Use it.
5955         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5956         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5957         sorted.
5958         (nnir-group-full-name): Use gnus-group-full-name instead.
5959         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5960         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5961
5962 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963
5964         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5965
5966         * proto-stream.el: New library to provide protocol-specific
5967         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5968         protocols.
5969         (open-proto-stream): Complete the documentation.
5970         (proto-stream-open-network): Fix some typos.
5971
5972         * nnimap.el (nnimap-open-connection): Use it.
5973
5974 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5975
5976         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5977         negotiation.
5978
5979 2010-11-26  Julien Danjou  <julien@danjou.info>
5980
5981         * color.el: Rename various rgb functions to srgb.
5982
5983 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984
5985         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5986         names.
5987
5988 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * shr.el (shr-insert): Revert last change.
5991         (shr-find-fill-point): Never leave point being at bol;
5992         relax the kinsoku limitation when rendering tables.
5993
5994 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995
5996         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5997         results from -accept-article.
5998
5999         * shr-color.el: Require cl when compiling.
6000
6001         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6002         checkin.
6003
6004         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6005
6006         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6007
6008         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6009         'add and 'delete to set backend marks.
6010
6011         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6012
6013         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6014
6015         * nntp.el (nntp-request-set-mark): Use it.
6016
6017         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6018
6019         * nnml.el (nnml-request-set-mark): Ditto.
6020
6021         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6022         introduces regressions in article selection.
6023         (nnimap-find-uid-response): New function.
6024         (nnimap-request-accept-article): Use the UID returned, if any.
6025         (nnimap-request-move-article): Use the UID returned, if any.
6026         (nnimap-get-groups): Reimplement to work with folded lines.
6027         (nnimap-find-uid-response): The UID is the last element in the list.
6028         (nnimap-request-set-mark): Extend syntax with 'set.
6029
6030         * nnml.el (nnml-request-set-mark): Ditto.
6031
6032         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6033
6034         * nntp.el (nntp-request-set-mark): Ditto.
6035
6036 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * message.el (message-called-interactively-p): A temporary macro.
6039         (message-goto-body): Use it temporarily.
6040
6041 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042
6043         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6044         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6045         (nnimap-last-response-string): Fix last unfolding fix.
6046
6047 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * shr.el (shr-insert): Fix the way to fold lines.
6050
6051 2010-11-25  Julien Danjou  <julien@danjou.info>
6052
6053         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6054
6055         * color.el: Rename from color-lab.el
6056         (color-rgb->hex): Add.
6057         (color-complement): Add.
6058         (color-complement-hex): Add.
6059
6060         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6061
6062 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6063
6064         * shr-color.el (shr-color-visible): Don't bug out if the color names
6065         don't exist.
6066
6067 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6070         assuming that article displaying or another mml-preview may be
6071         interrupted for an error or for the like.
6072
6073         * shr.el (shr-get-background): Fix argument name.
6074
6075 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6076
6077         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6078
6079         * gnus-sum.el (gnus-summary-include-articles): New function.
6080
6081         * message.el (message-goto-body): called-interactively-p needs a
6082         parameter, so use `any'.
6083
6084         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6085         clear marks before moving, since they're synced from the Gnus side
6086         first.
6087
6088         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6089         (gnus-summary-move-article): Copy over all marks before moving, so that
6090         IMAP doesn't think a new article has arrived.
6091
6092 2010-11-24  Julien Danjou  <julien@danjou.info>
6093
6094         * shr.el (shr-insert-background-overlay): Fix typo.
6095         (shr-render-td): Copy the background before rendering.
6096
6097         * shr-color.el (shr-color-visible): Fix docstring.
6098
6099         * shr.el (shr-tag-table): Add bgcolor support.
6100         (shr-render-td): Add bgcolor support.
6101         (shr-get-background): Add.
6102         (shr-insert-foreground-overlay): Use shr-get-background.
6103
6104         * message.el (message-goto-body): Use called-interactively-p.
6105         (message-in-body-p): message-goto-body returns point.
6106
6107 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6108
6109         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6110         Fixes something or other in Emacs 23, and is backwards compatible.
6111
6112         * message.el (message-goto-body): Remove the <#secure special-casing,
6113         which is too special.
6114
6115         * shr.el (shr-parse-style): Drop !important from styles.
6116
6117 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6118
6119         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6120         this function to return incorrect results when calling it with an
6121         explicit article argument different from
6122         (gnus-summary-article-number).
6123
6124 2010-11-24  Julien Danjou  <julien@danjou.info>
6125
6126         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6127         (shr-tag-body): Add background support.
6128         (shr-descend): Add background support.
6129         (shr-tag-title): Add.
6130
6131         * shr-color.el (shr-color-visible): Really return original background
6132         if fixed.
6133
6134 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * shr.el (shr-color-check): Protect against non-existent color names.
6137
6138 2010-11-24  Julien Danjou  <julien@danjou.info>
6139
6140         * color-lab.el: Require 'cl when compiling.
6141
6142         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6143
6144         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6145         matched part.
6146
6147         * color-lab.el: Fix all expt calls to use float type.
6148
6149 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6152         expression to shr-color-check as is.
6153
6154         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6155
6156         * color-lab.el: Add coding cookie.
6157         (float-pi): Use eval-and-compile.
6158
6159         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6160         compiled for Emacsen having no `libxml-parse-html-region' support.
6161
6162 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6163
6164         * shr.el (shr-insert-color-overlay): Split stuff like
6165         "#444444 !important" to find the real color.
6166         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6167         parse <font color="red"> entries.
6168
6169 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6170
6171         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6172         point when parsing headers.
6173
6174         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6175         is positioned properly when parsing headers.
6176
6177 2010-11-23  Julien Danjou  <julien@danjou.info>
6178
6179         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6180
6181         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6182
6183         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6184
6185         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6186         Use shr-color-hue-to-rgb.
6187         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6188
6189 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6190
6191         * shr.el (shr-color->hexadecimal): Autoload.
6192         (shr-descend): Add color to all tags.
6193
6194 2010-11-22  Julien Danjou  <julien@danjou.info>
6195
6196         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6197         shr-color->hexadecimal.
6198
6199         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6200         RGB() or HSL() color representation.
6201
6202         * shr.el (shr-tag-font): Add.
6203         (shr-tag-color-check): New function to get better colors.
6204         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6205         tag-span.
6206
6207         * shr-color.el: New file.
6208
6209         * color-lab.el: New file.
6210
6211         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6212
6213 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6214
6215         * nnir.el: Fix typo in comments.
6216         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6217         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6218
6219 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6222
6223         * nnimap.el (nnimap-get-capabilities): Refactor out.
6224         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6225
6226 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6227
6228         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6229         appearing when `mm-uu-hide-markers' is nil.
6230
6231 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * nnimap.el (nnimap-unselect-group): Make into its own function.
6234         (nnimap-request-rename-group): Unselect group before renaming.
6235         This had gotten lost somewhere.
6236         (nnimap-request-accept-article): Keep track of examined groups, and
6237         unselect the group before APPENDing to read-only groups.
6238         (nnimap-request-move-article): Clear flags before moving so that they
6239         can be re-set later.
6240
6241 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6244         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6245
6246 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * gnus-art.el (gnus-mime-display-single):
6249         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6250         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6251         parameter.
6252
6253 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6254
6255         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6256         (shr-table-vertical-line): New variable.
6257         (shr-insert-table): Use it.
6258
6259 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * gnus-html.el (gnus-html-wash-images): Don't display images if
6262         gnus-inhibit-images is non-nil; register displayer for cid images.
6263         (gnus-html-display-image): Work for cid image.
6264         (gnus-html-insert-image): Allow arguments.
6265         (gnus-html-put-image): Inhibit read-only.
6266         (gnus-html-prefetch-images): Don't prefetch images if
6267         gnus-inhibit-images is non-nil.
6268
6269 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * shr.el (shr-put-image): Break lines when inserting big pictures.
6272
6273 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6274
6275         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6276         sender, thanks Katsumi Yamaoka.
6277
6278 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6279
6280         * nnir.el (nnir-run-imap): Reverse the article list for each group
6281         rather than the whole list.
6282
6283 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * shr.el (shr-image-displayer): Protect function against non-existent
6286         image source.
6287
6288         * gnus-art.el (gnus-inhibit-images): New user option.
6289         (gnus-mime-display-single): Don't display image if it is non-nil.
6290
6291         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6292         gnus-inhibit-images.
6293
6294         * shr.el (shr-image-displayer): New function.
6295         (shr-tag-img): Use it.
6296
6297 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6298
6299         * mml2015.el (mml2015-epg-sign): Use From header.
6300
6301 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6302
6303         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6304
6305         * gnus-util.el (gnus-find-text-property-region): Return markers.
6306
6307         * shr.el (shr-tag-img): Put a displayer in the text property.
6308
6309         * gnus-util.el (gnus-find-text-property-region): New utility function.
6310
6311         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6312         (gnus-html-show-images): Remove.
6313
6314         * gnus-art.el (gnus-article-show-images): New, more general function.
6315
6316         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6317         image url text properties.
6318
6319         * shr.el: Ditto.
6320
6321         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6322         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6323
6324 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6327         work for two or more articles.
6328
6329 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6332         divide an image that's in an html article to two or more when washing
6333         non-ASCII characters in alt text of it.
6334
6335 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6338         smime-decrypt-region using function argument.
6339         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6340
6341         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6342
6343         * smime.el (smime-decrypt-region): Catch it.
6344
6345 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6346
6347         * smime.el (smime-mode-map): Move initialization into declaration.
6348         (gnus-run-mode-hooks): Don't autoload.
6349         (smime-mode): Use define-derived-mode.
6350
6351 2010-11-11  Glenn Morris  <rgm@gnu.org>
6352
6353         * smime.el (from): Restrict declaration to XEmacs.
6354
6355         * nnir.el (gnus-group-topic-name): Autoload.
6356
6357 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * shr.el (shr-insert): Don't break long line if it is because of
6360         kinsoku-bol characters in the line end.
6361
6362 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6363
6364         * nnir.el (nnir-request-move-article): Fix to provide original group
6365         and subject.
6366         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6367         been retrieved.
6368
6369         * gnus-sum.el (gnus-summary-move-article): Use original group and
6370         subject for virtual articles such as those in an nnir summary buffer.
6371
6372 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6375         least 21.5).
6376
6377         * smime.el (from): Declare it again for XEmacs.
6378
6379 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6380
6381         * message.el (message-resend): Don't disable encoding unless it's
6382         already encoded.
6383
6384         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6385         low-numbered articles.
6386
6387 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * rfc2047.el (rfc2047-syntax-table): Simplify.
6390
6391         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6392
6393         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6394         set-char-table-range for XEmacs.
6395
6396 2010-11-10  Glenn Morris  <rgm@gnu.org>
6397
6398         * time-date.el (time-to-seconds): Always an alias on Emacs,
6399         never a real function.
6400         (with-no-warnings): Remove compat stub, now unused.
6401         (time-less-p): Doc fix.
6402         (time-to-number-of-days): Simplify.
6403
6404         * smime.el (from): Remove unused declaration.
6405
6406         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6407         (gnus-float-time): On Emacs, always an alias.
6408
6409         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6410         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6411
6412 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * dgnushack.el: Don't use ignore-errors in the top level form since it
6415         is unavailable in XEmacs even if cl is loaded.
6416
6417         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6418
6419 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * shr.el (browse-url-mailto): Autoload.
6422
6423         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6424
6425         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6426         regexp doesn't need quoting.
6427
6428 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6429
6430         * message.el (message-subject-trailing-was-ask-regexp)
6431         (message-subject-trailing-was-regexp): Match was: in addition to was.
6432
6433 2010-11-09  Glenn Morris  <rgm@gnu.org>
6434
6435         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6436         (nnbabyl-check-mbox): Use point-at-bol.
6437
6438 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439
6440         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6441
6442         * message.el (message-mailto): New function.
6443         (message-mailto): Should accept other parameters.
6444         (message-mailto): Remove since it duplicates browse-url-mailto
6445         functionality.
6446
6447 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6448
6449         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6450         methods.
6451         (gnus-read-active-file): Ditto.
6452
6453         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6454         ": " from the prompt.
6455         (gnus-group-make-group): Ditto.
6456
6457 2010-11-07  Glenn Morris  <rgm@gnu.org>
6458
6459         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6460         (gnus-bookmark-kill-line): Use point-at-eol.
6461
6462 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6465         asterisks in From header.
6466
6467 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6470         string to avoid making the From headers syntactically invalid.
6471
6472         * message.el (message-send-mail): Don't insert courtesy messages if the
6473         message already has List-Post and List-ID messages.
6474
6475 2010-11-06  Glenn Morris  <rgm@gnu.org>
6476
6477         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6478         `condition', `type', `length' a prefix.
6479         (gnus-treat-predicate): Update for above name changes.
6480
6481 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6482
6483         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6484         binding.  Handled by `gnus-summary-refer-thread' instead.
6485         (nnir-warp-to-article): New backend function.
6486
6487         * nnimap.el (nnimap-request-thread): Force dependency updating.
6488
6489         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6490         (gnus-summary-refer-thread): Rework to improve thread-referral.
6491
6492         * gnus-int.el (gnus-warp-to-article): New function.
6493
6494         * gnus-sum.el (gnus-summary-article-map): Bind it.
6495
6496 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6497
6498         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6499         gnus-summary-refer-thread.
6500
6501         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6502         headers.
6503         (gnus-summary-limit-include-thread): Prevent articles in thread from
6504         being cut in gnus-cut-threads.
6505         (gnus-summary-refer-thread): Limit retrieved headers to those in
6506         thread.
6507
6508 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * message.el (message-send-mail): Use the value of
6511         message-courtesy-message from the message buffer.
6512
6513         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6514
6515         * shr.el (shr-browse-url): Implement mailto: URLs.
6516
6517         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6518         "raw".
6519
6520         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6521         if it's already selected.
6522
6523         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6524
6525 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6528         to measure the length and truncate alt text.
6529
6530 2010-11-03  Glenn Morris  <rgm@gnu.org>
6531
6532         * nndiary.el (nndiary-generate-nov-databases-1)
6533         (nndiary-generate-active-info): Rename dynamic variable `files' to
6534         something less generic.
6535
6536 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6537
6538         * nnir.el (nnir-request-move-article): Call the underlying backend to
6539         move articles from nnir.
6540
6541 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6544
6545 2010-11-02  Julien Danjou  <julien@danjou.info>
6546
6547         * nnir.el: Remove wais support.
6548
6549 2010-11-02  Glenn Morris  <rgm@gnu.org>
6550
6551         * gnus-html.el: Reorder requirements to quieten compiler.
6552
6553 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6556         properly for XEmacs as well.
6557         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6558         (gnus-article-natural-long-line-p): Use window-width rather than
6559         frame-width.
6560
6561 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6562
6563         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6564         (nnir-read-parms): Don't modify query.
6565         (nnir-run-query): Add ability to search topic on current line.
6566         (nnir-get-active): Clean up.
6567
6568 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6569
6570         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6571         degenerate articles.
6572
6573         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6574         (gnus-print-buffer): Just print the buffer as is, without any copying
6575         to a buffer and then re-highlighting.
6576
6577         * nnimap.el (nnimap-request-group): Store the new updated info.
6578         (nnimap-request-group): Select the group when we don't know whether it
6579         exists or not.
6580
6581         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6582         groups.
6583
6584         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6585         groups.
6586
6587         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6588         groups.
6589
6590         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6591         long-lines case by only filling the long lines.
6592
6593         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6594         (bug #7311).
6595
6596 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * shr.el: No need to declare `declare-function' since shr.el is for
6599         only Emacsen that provide `libxml-parse-html-region'.
6600
6601         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6602         effective only in a file it is referred to.
6603
6604 2010-11-01  Glenn Morris  <rgm@gnu.org>
6605
6606         * mm-util.el (gnus-completing-read): Autoload.
6607         (mm-read-coding-system): Simplify Emacs definition.
6608
6609         * nnmail.el (gnus-activate-group):
6610         * nnimap.el (gnutls-negotiate):
6611         * nntp.el (netrc-parse): Fix declarations.
6612
6613 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6616         string-match-p in Emacs >=23.
6617
6618         * gnus-msg.el (gnus-configure-posting-styles):
6619         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6620
6621 2010-11-01  Glenn Morris  <rgm@gnu.org>
6622
6623         * nnir.el (declare-function): Add compat stub.
6624         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6625         (nnir-run-gmane): Require 'mm-url.
6626
6627         * mm-util.el (mm-string-to-multibyte): Simplify.
6628
6629         * shr.el (declare-function): Add compat stub.
6630         (url-cache-create-filename): Declare.
6631         (mm-disable-multibyte, widget-convert-button): Autoload.
6632
6633         * smime.el (ldap-search): Declare.
6634         (smime-cert-by-ldap-1): Require ldap on Emacs.
6635
6636         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6637         (nnimap-keepalive): Use gnus-float-time.
6638
6639         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6640         (mail-source-delete-crash-box): Use gnus-float-time.
6641
6642         * gnus-dired.el (gnus-completing-read): Autoload.
6643
6644         * mm-view.el (gnus-rescale-image): Autoload.
6645
6646         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6647
6648         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6649
6650         * sieve-manage.el: Require 'cl when compiling.
6651
6652         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6653         (gnus-iswitchb-completing-read): Require iswitchb.
6654         (gnus-select-frame-set-input-focus): Silence compiler.
6655
6656 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6657
6658         * message.el (message-subject-trailing-was-query): Change default to t,
6659         since I think that's what most people want.
6660
6661         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6662         appending for easier debugging.
6663         (nnimap-wait-for-connection): Take a regexp.
6664         (nnimap-request-accept-article): Wait for the continuation line before
6665         sending anything unless we're streaming.
6666
6667         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6668         leave the header washing to take place.
6669
6670 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6671
6672         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6673         regular expression match and replace in posting styles.
6674
6675 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6676
6677         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6678         an entire server.
6679         (nnir-get-active): New function.
6680         (nnir-run-imap): Use it.
6681         (nnir-run-gmane): Who knew, gmane search returns an article score!
6682
6683         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6684         server on the current line with nnir.
6685
6686 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6689         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6690         left edge.
6691         (gnus-article-foldable-buffer): Skip past the prefix when determining
6692         raggedness.
6693
6694         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6695         the raw article, and change `C-u g' to show the article without doing
6696         treatments.
6697
6698         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6699         on to `gnus-treat-article'.
6700         (gnus-inhibit-article-treatments): New variable.
6701
6702         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6703
6704         * gnus-art.el (gnus-treatment-function-alist): Have
6705         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6706         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6707         sections.
6708
6709         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6710         parameter.
6711         (gnus-article-fill-cited-long-lines): New function.
6712         (gnus-article-fill-cited-article): Allow filling only long sections.
6713
6714         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6715         and non-punctuation (like after the apostrophe in "'We").
6716
6717         * gnus-sum.el (gnus-summary-select-article): Make sure
6718         gnus-original-article-buffer is alive.
6719
6720         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6721         reflect the order they're in in the digest.
6722
6723         * gnus.el (gnus-group-startup-message): Move point to the start of the
6724         buffer.
6725
6726         * nnimap.el (nnimap-capability): New function.
6727         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6728         is set.
6729
6730 2010-10-31  David Engster  <dengste@eml.cc>
6731
6732         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6733         conform with changes to gnus-completing-read.
6734
6735 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6736
6737         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6738
6739 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6740
6741         * nnir.el: Move defvar, defcustom around to keep file organized
6742         and keep byte-compiler quiet.
6743         (nnir-read-parms): Accept search-engine as arg.
6744         (nnir-run-query): Pass search-engine as arg.
6745         (nnir-search-engine): Remove.
6746
6747 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6748
6749         * shr.el (shr-generic): The text nodes should be text, not :text.
6750
6751         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6752         later in the file.
6753
6754 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6755
6756         * nnir.el: General clean up.  Allow searching with multiple engines.
6757         Allow separate extra-parameters for each engine.
6758         Batch queries when possible.
6759         (nnir-imap-default-search-key,nnir-method-default-engines):
6760         Add customize interface.
6761         (nnir-run-gmane): New engine.
6762         (nnir-engines): Use it.  Qualify all prompts with engine name.
6763         (nnir-search-engine): Remove global variable.
6764         (nnir-run-hyrex): Restore for now.
6765         (nnir-extra-parms,nnir-search-history): New variables.
6766         (gnus-group-make-nnir-group): Use them.
6767         (nnir-group-server): Remove in favor of gnus-group-server.
6768         (nnir-request-group): Avoid searching twice.
6769         (nnir-sort-groups-by-server): New function.
6770
6771 2010-10-30  Julien Danjou  <julien@danjou.info>
6772
6773         * gnus-group.el: Remove gnus-group-fetch-control.
6774
6775         * gnus-start.el (gnus-find-new-newsgroups):
6776         Remove gnus-check-first-time-used.
6777
6778         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6779
6780 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6781
6782         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6783         set on groups that don't have \* permanentflags.
6784
6785 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6786
6787         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6788         control the background color.
6789         (shr-tag-img): Ignore very small web bug type images.
6790         (shr-put-image): Add help-echo alt texts to the images.
6791         (shr-tag-video): Show the video poster image.
6792
6793 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * shr.el (shr-table-depth): New variable.
6796         (shr-tag-table-1): Only insert the images after the top-level table.
6797
6798         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6799
6800         * gnus-util.el (gnus-list-memq-of-list): New function.
6801
6802         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6803         selected.
6804         (nnimap-unsplittable-articles): New slot.
6805         (nnimap-new-articles): Use it.
6806
6807 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6808
6809         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6810         move to the previous line on `M-g'.
6811
6812 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813
6814         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6815         *-request-group, which seems unnecessary.
6816
6817         * nnimap.el (nnimap-quote-specials): Function copied over from
6818         imap.el.
6819         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6820         they support that.  Suggested by Tom Regner.
6821
6822 2010-10-29  Julien Danjou  <julien@danjou.info>
6823
6824         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6825         defalias.
6826         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6827
6828         * gnus.el: Remove `gnus-nntp-service' variable.
6829         (gnus-secondary-servers): Make obsolete.
6830         (gnus-nntp-server): Make obsolete.
6831
6832         * gnus-start.el (gnus-1): Remove x-splash calls.
6833
6834         * gnus-ems.el (gnus-x-splash): Remove.
6835
6836         * gnus.el (gnus-group-startup-message): Simplify/update code.
6837
6838         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6839         definition.
6840
6841         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6842         capability before doing anything.
6843         (gnus-group-insert-group-line): Remove useless
6844         gnus-group-remove-excess-properties.
6845
6846 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6849
6850 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6851
6852         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6853         config after reselecting.
6854
6855 2010-10-28  Julien Danjou  <julien@danjou.info>
6856
6857         * shr.el (shr-put-image): Use point even if only inserting text.
6858         (shr-put-image): Save excursion when inserting alt text on non-graphic
6859         display, so the behavior is the same when we are on a graphic display.
6860
6861         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6862
6863 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6866         (gnus-mime-copy-part): Check coding system, not charset.
6867         (gnus-mime-view-part-externally): Never remove part.
6868         (gnus-mime-view-part-internally): Don't remove part here.
6869         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6870         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6871         multipart/alternative.
6872
6873         * mm-decode.el (mm-display-part): Take optional arg `force'.
6874
6875 2010-10-26  Julien Danjou  <julien@danjou.info>
6876
6877         * gnus-group.el (gnus-group-default-list-level): Add this function to
6878         compute the default list level.
6879         (gnus-group-default-list-level): Add possibility to use a function.
6880
6881 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6884
6885         * gnus-group.el (gnus-group-completing-read)
6886         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6887         gnus-replace-in-string.
6888
6889 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * shr.el (shr-tag-div): Add.
6892
6893         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6894
6895 2010-10-25  Julien Danjou  <julien@danjou.info>
6896
6897         * gnus-util.el: Remove `gnus-with-local-quit'.
6898
6899         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6900
6901 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902
6903         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6904         the original article buffer.
6905
6906 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6907
6908         * nnimap.el (nnimap-request-head): New function.
6909         (nnimap-request-move-article): Try to be slightly faster by not
6910         requesting the entire message when moving.
6911         (nnimap-transform-headers): Don't bug out on bodiless articles.
6912         (nnimap-send-command): Have no outstanding messages if the IMAP server
6913         doesn't support streaming.
6914         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6915
6916 2010-10-24  Julien Danjou  <julien@danjou.info>
6917
6918         * message.el (message-default-headers): Fix type.
6919
6920 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6921
6922         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6923         prefetching images.
6924
6925         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6926         backend for unknown groups.  This is mainly useful for nnimap groups.
6927
6928         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6929         group isn't covered by the agent.
6930
6931 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6932
6933         * nnir.el (nnir-method-default-engines): New variable.
6934         (nnir-run-query): Use it.
6935         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6936         (gnus-summary-nnir-goto-thread): Change group if needed.
6937
6938         * gnus-group.el (gnus-group-group-map): Add key binding for
6939         gnus-group-make-nnir-group.
6940
6941 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * shr.el (shr-tag-object): Add.
6944
6945         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6946         original article buffer live.
6947         (gnus-summary-select-article-buffer):
6948         Mention gnus-widen-article-buffer.
6949
6950 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951
6952         * shr.el (shr-tag-strong): Add.
6953
6954 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6955
6956         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6957         group names.  They mess up the group buffer badly.
6958
6959         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6960
6961         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6962         instead of the summary one.
6963
6964 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * mml.el (mml-preview): Work properly when editing article.
6967
6968         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6969         gnus-have-read-active-file if it's already been in.
6970
6971 2010-10-22  Tom Tromey  <tromey@redhat.com>
6972
6973         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6974         gnus-group-completing-read.
6975
6976 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * message.el (message-mode-map): Don't bind M-; to comment region, to
6979         allow the global comment-dwim to work.
6980
6981 2010-10-21  Julien Danjou  <julien@danjou.info>
6982
6983         * message.el (message-setup-1): Allow message-default-headers to be a
6984         function.
6985
6986 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * shr.el (shr-tag-table): Simplify.
6989
6990 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991
6992         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6993         to avoid trying to snarf invalid stuff.
6994
6995         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6996
6997         * gnus.el (gnus-message-archive-group): Quote value.
6998         (gnus-message-archive-group): Mark as changed.
6999
7000         * shr.el (shr-add-font): Don't put the font properties on the newline
7001         or the indentation.
7002
7003         * message.el (message-fix-before-sending): Change options when sending
7004         non-printable characters.
7005
7006         * gnus.el (gnus-message-archive-method): Change the default to
7007         monthly outgoing groups.
7008
7009         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7010         that have gotten new numbers.
7011
7012         * nnimap.el (nnimap-request-replace-article): New function.
7013
7014 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7017         (nnrss-request-article): Don't use special html washing code.
7018
7019 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * shr.el (shr-tag-table): Remove useless nconc.
7022
7023 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7024
7025         * gnus-art.el (article-wash-html): Simplify and remove the charset
7026         stuff.  Use the normal html rendering code instead of the special html
7027         washing code.
7028
7029         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7030         `gnus-w3m' symbols.
7031         (mm-text-html-washer-alist): Remove.
7032
7033         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7034         (mm-inline-media-tests): Remove use.
7035         (mm-text-html-renderer): Change default to the `shr' symbol.
7036
7037         * mm-view.el (mm-inline-text-html): Remove use.
7038
7039         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7040         `gnus-blocked-images' to be a function.
7041         (gnus-article-wash-function): Remove.
7042
7043 2010-10-20  Julien Danjou  <julien@danjou.info>
7044
7045         * spam.el (spam-list-of-processors): Mark as obsolete.
7046
7047         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7048         (nnimap-insert-partial-structure): Fix boundary detection.
7049
7050 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7051
7052         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7053         run file-truename on remote files.  This can be expensive and even
7054         prevent one from editing drafts if some unrelated buffer has a stale
7055         connection.
7056
7057 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7060         kinsoku-eol regardless of shr-kinsoku-shorten.
7061         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7062         (shr-tag-table): Support caption, thead, and tfoot.
7063
7064 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7065
7066         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7067         lines.
7068         (shr-save-contents): New command and keystroke.
7069
7070         * nndoc.el (nndoc-type-alist): Add git support.
7071         (nndoc-git-type-p): New function.
7072         (nndoc-transform-git-article): Ditto.
7073         (nndoc-transform-git-headers): Ditto.
7074         (nndoc-transform-git-headers): Generate Subject headers.
7075
7076         * shr.el (shr-parse-style): New function.
7077         (shr-tag-span): Ditto.
7078
7079         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7080         to `G G' to avoid collisions.
7081
7082 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * shr.el: Load kinsoku if necessary.
7085         (shr-kinsoku-shorten): New internal variable.
7086         (shr-find-fill-point): Make kinsoku shorten text line if
7087         shr-kinsoku-shorten is bound to non-nil.
7088         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7089         shr-indentation too when testing if table is wider than frame width.
7090         (shr-insert-table): Use `string-width' instead of `length' to measure
7091         text width.
7092         (shr-insert-table-ruler): Make sure indentation is done at bol.
7093
7094 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7095
7096         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7097         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7098         undecoded network data.
7099
7100 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7101
7102         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7103         name in the mode line spec so that the mode line menu works
7104         (bug #2431).
7105
7106         * message.el (message-get-reply-headers): If we're fed `to-address',
7107         then always use that.
7108
7109         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7110         aren't so wide as to need to switch off the edit menu.
7111
7112         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7113         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7114
7115         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7116         `M-g'.
7117         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7118         the permanent marks.
7119
7120 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7121
7122         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7123         Splitting according to references/in-reply-to obeys the ignore-groups
7124         variable, while splitting by sender and subject do not.
7125
7126 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7127
7128         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7129         alist, so that we can look for non-Unicode chars.
7130         (article-translate-strings): Allow both character and string maps.
7131
7132 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * shr.el (shr-insert): Don't insert space behind a wide character
7135         categorized as kinsoku-bol, or between characters both categorized as
7136         nospace.
7137
7138 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7139
7140         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7141         headers to gnus-newsgroup-headers.
7142
7143 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144
7145         * shr.el (shr-tag-img): Don't align images -- since we're not
7146         rescaling, this often leads to ugly displays.
7147
7148 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7149
7150         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7151         duplicates.
7152
7153 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7154
7155         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7156         call.
7157
7158 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7159
7160         * gnus.el: Autoload gnus-html-show-images.
7161
7162         * nnimap.el: Use nnheader-message throughout.
7163
7164         * shr.el (shr-tag-img): Ignore images with no data.
7165
7166 2010-10-15  Julien Danjou  <julien@danjou.info>
7167
7168         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7169         a possibility to disable format=flow encoding when using hard newlines.
7170
7171 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * shr.el (shr-insert): Remove space inserted before or after a
7174         breakable character or at the beginning or the end of a line.
7175         (shr-find-fill-point): Do kinsoku; find the second best point or give
7176         it up if there's no breakable point.
7177
7178 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * nnimap.el (nnimap-open-connection): Message when opening connection
7181         for debugging purposes.
7182
7183         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7184         on every setup buffer call to allow this to change from article to
7185         article.
7186
7187         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7188         buffers where we have a wide table.
7189
7190 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7191
7192         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7193         uses *-request-thread.
7194
7195 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7196
7197         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7198         incantation, which is no longer valid.
7199
7200 2010-10-14  Julien Danjou  <julien@danjou.info>
7201
7202         * shr.el: Fix defcustom type (char -> character).
7203
7204 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7205
7206         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7207         programs.
7208
7209 2010-10-14  Julien Danjou  <julien@danjou.info>
7210
7211         * shr.el (shr-tag-a): Use url-link as widget type.
7212
7213         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7214         `gnus-group-get-icon'.
7215
7216 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7217
7218         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7219         This should make server editing work better.
7220
7221         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7222
7223         * tls.el (tls-program): Remove spurious %s from openssl.
7224
7225         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7226         (nnimap-parse-flags): Fix regexp.
7227
7228         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7229         probably work for CJVK text, too.
7230
7231         * nnimap.el (nnimap-extend-tls-programs): Remove.
7232         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7233
7234         * tls.el (tls-starttls-switches): Remove starttls hack.
7235         (open-tls-stream): Ditto.
7236         (tls-find-starttls-argument): Ditto.
7237
7238 2010-10-13  Julien Danjou  <julien@danjou.info>
7239
7240         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7241         responses.
7242
7243 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7244
7245         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7246
7247         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7248         anything in Emacs.
7249
7250         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7251
7252 2010-10-13  Julien Danjou  <julien@danjou.info>
7253
7254         * shr.el (shr-width): Make shr-width a defcustom with default to
7255         fill-column.
7256         (shr-tag-img): Use shr-width rather than fill-column.
7257
7258 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * dgnushack.el (byte-optimize-apply):
7261         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7262
7263         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7264         position when (X-)Faces exist.
7265         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7266         avatars when called interactively.
7267
7268 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7271         gnus-article-x-face-too-ugly is bound.
7272
7273 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274
7275         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7276
7277         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7278         mailbox that doesn't exist.
7279
7280 2010-10-12  Julien Danjou  <julien@danjou.info>
7281
7282         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7283         (shr-get-image-data): Encode URL properly when fetching from cache.
7284         (shr-tag-img): Use aligned-to spaces to align correctly images.
7285
7286         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7287         before inserting the Gravatar.
7288
7289         * shr.el (shr-tag-img): Add align attribute support for <img>.
7290
7291 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292
7293         * gnus-gravatar.el (gnus-art): Require.
7294
7295         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7296         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7297         Remove long obsoleted functions.
7298
7299 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7302
7303         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7304
7305         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7306         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7307         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7308         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7309         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7310         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7311         * sieve-manage.el, smime.el, spam.el:
7312         Fix comment for declare-function.
7313
7314 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * nnimap.el (nnimap-request-rename-group): Select group read-only
7317         before renaming it.
7318
7319         * shr.el (shr-insert): Fix up the white space only regexp.
7320
7321         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7322         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7323
7324         * shr.el (shr-current-column): New function.
7325         (shr-find-fill-point): New function.
7326
7327 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7328
7329         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7330         numbers.
7331
7332 2010-10-11  Julien Danjou  <julien@danjou.info>
7333
7334         * shr.el (shr-hr-line): Add.
7335         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7336         display hr lines.
7337         (shr-max-columns): Do not change state to nil if we just inserting
7338         spaces.
7339
7340 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7341
7342         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7343         select the last group.
7344
7345 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7346
7347         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7348
7349 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7350
7351         * dig.el (dig-mode-map): Declare and define in one step.
7352
7353 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7354
7355         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7356         for Gnus.
7357         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7358         (nnimap-update-qresync-info): Mark \Seen articles as read.
7359
7360         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7361         non-variable, too.
7362
7363         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7364         available.
7365         (nnimap-update-info): Rely more on the current active than the param
7366         active to avoid marking articles as read too much.
7367
7368         * auth-source.el (auth-source-create): Use (user-login-name) for the
7369         user name default.
7370
7371         * nnimap.el (nnimap-update-info): If the server doesn't return any
7372         useful info, just use the previous info.
7373         (nnimap-update-info): Prefer old info over start-article.
7374         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7375
7376 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7377
7378         * nnir.el (autoload): Clean up autoloads.
7379         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7380         Use key rather than value.
7381         (nnir-imap-search-other): New variable.
7382         (nnir-read-parm): Use it.
7383         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7384         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7385
7386 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7387
7388         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7389         the process, too.
7390
7391 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * spam.el (gnus-summary-mode-map): Bind to "$".
7394         Suggested by Russ Allbery.
7395
7396         * shr.el: Rework the way things are indented by <li> slightly.
7397
7398         * gnus.el (gnus-group-set-parameter): Fix typo.
7399
7400         * nnimap.el: Start implementing QRESYNC support.
7401
7402 2010-10-09  Julien Danjou  <julien@danjou.info>
7403
7404         * nnir.el (nnir-engines): Fix too many arguments.
7405
7406 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7407
7408         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7409         group is the "last", so that the backends like nnfolder actually save
7410         their folders.
7411
7412         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7413         try to use that for the tls stream.
7414         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7415         UIDVALIDITY and find out which groups are read-only and not.
7416         (nnimap-get-flags): Use the same marks parsing code as the rest of
7417         nnimap.
7418
7419 2010-10-09  Julien Danjou  <julien@danjou.info>
7420
7421         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7422
7423         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7424         retrieving gravatars.
7425
7426         * shr.el (shr-table-corner): Add.
7427         (shr-table-line): Add.
7428         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7429
7430 2010-10-08  Julien Danjou  <julien@danjou.info>
7431
7432         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7433
7434 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7435
7436         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7437
7438         * gnus-sum.el (gnus-mark-article-as-unread)
7439         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7440         (gnus-summary-set-bookmark): Use it.
7441
7442         * gnus-msg.el (gnus-setup-message): Use it.
7443
7444         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7445
7446         * gnus.el (gnus-group-remove-parameter): Use it.
7447
7448         * gnus-group.el (gnus-group-make-web-group): Use it.
7449
7450         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7451
7452         * nnregistry.el: Update docs to mention manual.
7453
7454         * gnus-registry.el: Update docs to mention nnregistry.el.
7455         (gnus-registry-initialize): Don't install nnregistry refer method
7456         automatically.
7457         (gnus-registry-install-nnregistry): Remove it.
7458
7459 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * shr.el (shr-insert): Don't insert double spaces.
7462
7463 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * gnus-gravatar.el (gnus-treat-from-gravatar)
7466         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7467         called interactively.
7468
7469         * gnus-art.el (gnus-mime-view-part-externally)
7470         (gnus-mime-view-part-internally): Make predicate function passed to
7471         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7472         of a mime type.
7473
7474         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7475
7476 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7477
7478         * shr.el (require): Require cl when compiling.
7479         (shr-tag-hr): New function.
7480
7481         * nnimap.el (nnimap-update-info): Remove double setting of high.
7482         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7483         This makes nnimap work properly on Courier again.
7484
7485         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7486         the variable for backwards compatibility.
7487
7488         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7489         the file name before using to avoid setting mm-default-directory to
7490         nil.
7491
7492         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7493         bidning gnus-agent variables.
7494
7495         * shr.el (shr-render-td): Use a cache for the table rendering function
7496         to avoid getting an exponential rendering behavior in nested tables.
7497         (shr-insert): Rework the line-breaking algorithm.
7498         (shr-insert): Don't leave trailing spaces.
7499         (shr-insert-table): Also insert empty TDs.
7500         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7501
7502 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7503
7504         * gnus-sum.el (gnus-number): Rename from `number'.
7505         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7506         (gnus-summary-limit-children): Update uses correspondingly.
7507
7508 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7511         (gnus-gravatar-transform-address): Don't show avatars of people of
7512         which mail addresses match gnus-gravatar-too-ugly.
7513
7514 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * shr.el (shr-table-widths): Expand TD elements to fill available
7517         space.
7518
7519 2010-10-07  Julien Danjou  <julien@danjou.info>
7520
7521         * nnimap.el (nnimap-request-rename-group): Add this method.
7522
7523 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7526         name from XEmacs' function-arglist.
7527
7528         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7529         gravatar under XEmacs.
7530
7531 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7532
7533         * auth-source.el: Update docs with TODO items.
7534
7535         * gnus-sync.el: Update docs to explain state and plans.
7536
7537         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7538         Hooks for mark updates.
7539         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7540
7541         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7542         hooks with arguments, which is needed for mark update hooks.
7543
7544 2010-10-06  Julien Danjou  <julien@danjou.info>
7545
7546         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7547         was matched.
7548
7549         * sieve-manage.el: Update example in `Commentary'.
7550
7551         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7552
7553         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7554         not 2000.
7555         (sieve-manage-authenticate): Re-add function.
7556
7557 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7558
7559         * shr.el (shr-insert): Get 'space transition right.
7560         (shr-render-td): Only delete space at the end of the TD.
7561
7562         * nnimap.el (nnimap-open-connection): Prepare to support
7563         open-gnutls-stream.
7564
7565         * shr.el: Rearrange function order to be more logical.
7566
7567 2010-10-06  Julien Danjou  <julien@danjou.info>
7568
7569         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7570         (nnrss-discover-feed): Remove 404 URL in docstring.
7571
7572         * nnir.el: Fix Swish-E URL.
7573         Fix Namazu URL.
7574
7575         * message.el (message-change-subject): Remove 404 URL in a comment.
7576
7577 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7580         called interactively.
7581
7582         * gnus-util.el (gnus-remove-if): Allow hash table.
7583         (gnus-remove-if-not): New function.
7584
7585         * gnus-art.el (gnus-mime-view-part-as-type):
7586         * gnus-score.el (gnus-summary-score-effect):
7587         * gnus-sum.el (gnus-read-move-group-name):
7588         Replace remove-if-not with gnus-remove-if-not.
7589
7590         * gnus-group.el (gnus-group-completing-read):
7591         Regard collection as a hash table if it is not a list.
7592
7593 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7594
7595         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7596
7597         * shr.el: Document the table-rendering algorithm.
7598
7599 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7602         for Emacsen having no `libxml-parse-html-region' support.
7603
7604 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7605
7606         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7607         invalid URLs.
7608
7609         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7610         line-broken.
7611         (shr-tag-img): Ignore image fetching errors.
7612         (shr-overlays-in-region): Compute overlay positions correctly.
7613
7614         * mm-decode.el (mm-shr): Require shr.
7615
7616         * gnus-art.el (gnus-blocked-images): Move variable here.
7617
7618         * shr.el (shr-insert-table): Bind free variable.
7619
7620         * mm-decode.el (mm-shr): Bind shr-content-function.
7621
7622         * shr.el (shr-content-function): New variable.
7623
7624         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7625         added for symmetry.
7626
7627         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7628
7629         * gnus-group.el (gnus-group-make-group): Doc fix.
7630
7631         * nnimap.el (nnimap-request-newgroups): Return success.
7632
7633         * shr.el (shr-find-elements): New function.
7634         (shr-tag-table): Put all the images after the table.
7635         (shr-tag-table): Really inhibit images inside the table.
7636         (shr-collect-overlays): Copy over overlays from the TD elements to the
7637         main document.
7638
7639         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7640         gnus-blocked-images.
7641
7642 2010-10-05  Julien Danjou  <julien@danjou.info>
7643
7644         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7645
7646         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7647         (gnus-html-maximum-image-size): Add this function.
7648         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7649
7650         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7651         server-value of the capability is nil.
7652
7653 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7654
7655         * shr.el (shr-tag-em): Add <EM> tag.
7656
7657 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7658
7659         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7660         customizable.
7661
7662         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7663         handing broken links to browse-url.
7664
7665 2010-10-05  Julien Danjou  <julien@danjou.info>
7666
7667         * gnus-util.el (gnus-emacs-completing-read)
7668         (gnus-iswitchb-completing-read): Use autoload rather than require.
7669
7670 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7673         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7674         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7675         iswitchb-temp-buflist for XEmacs.
7676
7677         * gnus-util.el (gnus-completing-read-function): Exclude
7678         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7679         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7680         XEmacs.
7681
7682         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7683         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7684
7685         * gnus-html.el: Don't require help-fns under XEmacs.
7686         (gnus-html-schedule-image-fetching): Work for XEmacs.
7687
7688         * mm-decode.el (mm-shr): Decode contents by charset.
7689
7690 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7691
7692         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7693         unknown.
7694
7695         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7696         (shr-get-image-data): Ensure against the cache file missing.
7697
7698         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7699         for data.
7700
7701         * spam-report.el (spam-report-url-ping-plain): Don't query about
7702         killing the process.
7703
7704         * shr.el (shr-render-td): Protect against too-wide text.
7705
7706 2010-10-04  Julien Danjou  <julien@danjou.info>
7707
7708         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7709         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7710
7711         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7712         retrieved.
7713
7714 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7715
7716         * shr.el (browse-url): Require.
7717         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7718         lines.
7719         (shr-show-alt-text, shr-browse-image): New commands.
7720         (shr-browse-url, shr-copy-url): New commands.
7721
7722         * gnus-sum.el (gnus-widen-article-window): New variable.
7723         (gnus-summary-select-article-buffer): Use it.
7724
7725         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7726         without @ signs.
7727
7728 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7729
7730         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7731
7732 2010-10-04  Julien Danjou  <julien@danjou.info>
7733
7734         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7735         for XEmacs.
7736
7737 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7738
7739         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7740
7741         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7742         (nnimap-close-server): Implement.
7743
7744         * dgnushack.el (iswitchb): Require to shut up the compiler.
7745
7746         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7747         (shr-insert): Tweak line breaking.
7748         (shr-insert): Handle <pre> better.
7749         (shr-tag-li): Get <li> indentation right.
7750         (shr-tag-li): Get <li> indentation even righter.
7751         (shr-tag-blockquote): Ensure paragraph start.
7752         (shr-make-table): Tweak table generation.
7753         (shr-make-table): Fix typo.
7754
7755         * shr.el: Implement table rendering.
7756
7757 2010-10-04  Julien Danjou  <julien@danjou.info>
7758
7759         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7760
7761 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7762
7763         * shr.el (shr-insert): Use string anchors instead of line anchors.
7764
7765 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7766
7767         * shr.el: Add headings.
7768         (shr-ensure-paragraph): Actually work.
7769         (shr-tag-li): Make <ul> prettier.
7770         (shr-insert): Get white space at the beginning/end of elements right.
7771         (shr-tag-p): Collapse subsequent <p>s.
7772         (shr-ensure-paragraph): Don't insert double line feeds after blank
7773         lines.
7774         (shr-insert): \t is also space.
7775         (shr-tag-s): Fix "s" tag name function.
7776         (shr-tag-s): Fix face prop name.
7777
7778 2010-10-03  Julien Danjou  <julien@danjou.info>
7779
7780         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7781
7782         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7783         gnus-window-inside-pixel-edges.
7784
7785         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7786         gnus-ems.
7787
7788         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7789
7790         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7791         function.
7792
7793         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7794         resize choice.
7795
7796 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7797
7798         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7799         beginning of the buffer.
7800
7801         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7802         article buffer again.
7803
7804         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7805
7806         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7807         when it's at the start of the buffer.
7808
7809         * shr.el (shr-tag-blockquote): Convert name.
7810         (shr-rescale-image): Use the right image-size variant.
7811
7812         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7813         buffer isn't shown, then select the current article first instead of
7814         bugging out.
7815         (gnus-summary-select-article-buffer): Show both the article and summary
7816         buffers again.
7817
7818         * shr.el (shr-fontize-cont): Protect against regions with no text.
7819         Rename tag functions to shr-tag-* for enhanced security.
7820         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7821
7822 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7823
7824         * shr.el (shr-insert):
7825         * pop3.el (pop3-movemail):
7826         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7827         loaded.
7828
7829 2010-10-03  Glenn Morris  <rgm@gnu.org>
7830
7831         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7832
7833         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7834
7835         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7836
7837         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7838
7839         * gnus-util.el (gnus-make-local-hook): Simplify.
7840
7841 2010-10-02  Julien Danjou  <julien@danjou.info>
7842
7843         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7844         (gnus-ido-completing-read): New function.
7845         (gnus-emacs-completing-read): New function.
7846         (gnus-completing-read): Use gnus-completing-read-function.
7847         Add gnus-completing-read-function.
7848
7849 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7850
7851         * shr.el (shr-insert-document): Autoload.
7852         (shr-img): Be silent.
7853         (shr-insert): Add a newline after every picture before text.
7854         (shr-add-font): Use overlays for combining faces.
7855         (shr-insert): Pass upwards the text start point.
7856
7857         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7858         possible.
7859         (mm-shr): New function.
7860
7861 2010-10-02  Julien Danjou  <julien@danjou.info>
7862
7863         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7864         should go backward.
7865
7866 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7867
7868         * shr.el (shr): Fix typo in provide call.
7869
7870 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * shr.el: New file.
7873
7874         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7875
7876         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7877         completing read.
7878
7879 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7880
7881         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7882         we're being queried about.  Suggested by Dan Jacobson.
7883
7884         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7885         Suggested by Jason Eisner.
7886
7887         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7888         table, too.  Suggested by Stefan Wiens.
7889         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7890         the table unnecessary.  Suggested by Stefan Wiens.
7891
7892         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7893         longer needed, and probably doesn't work either, as pointed out by
7894         Stefan Wiens.
7895         (gnus-summary-exit): Remove call to the clearing function.
7896         (gnus-summary-exit-no-update): Ditto.
7897
7898         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7899         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7900         Reported by Stefan Monnier.
7901         (gnus-summary-save-in-rmail): Ditto.
7902
7903         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7904         article buffer, instead of both the article buffer and the summary
7905         buffer.  Sort of suggested by Dan Jacobson.
7906
7907         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7908
7909         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7910         Suggested by Dan Jacobson.
7911
7912         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7913         documentation clearer.
7914
7915         * message.el (message-shorten-references): Comment on the number "21".
7916         Suggested by Stefan Monnier.
7917
7918         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7919         Suggested by Dan Jacobson.
7920
7921         * gnus.el (gnus-large-newsgroup):
7922         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7923
7924         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7925         externalize attachments.  Bug reported by Steve Wen.
7926
7927         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7928         really message anything to the user.
7929
7930         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7931         directly.
7932
7933         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7934         messages in empty groups.
7935
7936 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7937
7938         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7939         non-UIDNEXT group.
7940
7941 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7942
7943         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7944         not the value from the collection.
7945
7946         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7947         values.  This sometimes happens on some groups that have no info.
7948         (nnimap-request-newgroups): New function.
7949
7950 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7951
7952         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7953         check into `gnus-registry-initialize'.
7954         (gnus-registry-initialize): Ditto.
7955         Fix and extend header docs.
7956
7957 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7958
7959         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7960         regexp backtrace overflows.
7961
7962         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7963         for starttls that tls.el implements; i.e. openssl.
7964
7965         * tls.el (tls-starttls-switches): Give up on using starttls with
7966         gnutls-cli.
7967         (tls-program): Add --insecure to be consistent with the defaults from
7968         openssl s_client.  Now all three commands are insecure.
7969
7970 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * lpath.el: Bind completion-styles-alist for XEmacs.
7973
7974         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7975         (gravatar-create-image): New function that's an alias to
7976         gnus-xmas-create-image, gnus-create-image, or create-image.
7977         (gravatar-data->image): Use it.
7978
7979 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7980
7981         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7982         install the nnregistry refer method.
7983         (gnus-registry-install-hooks): Use it.
7984         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7985         unfollowed groups.
7986
7987 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7988
7989         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7990         expanding threads.
7991
7992 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993
7994         * nnir.el: Use the server names without suffixes (bug #7009).
7995
7996         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7997         unencrypted to STARTTLS, if possible.
7998
7999 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8000
8001         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8002         headers before superseding.
8003
8004 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005
8006         * nnrss.el (nnrss-use-local): Add documentation.
8007
8008         * nnimap.el (nnimap-extend-tls-programs): New function.
8009         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8010         (nnimap-wait-for-connection): Accept the greeting from the stupid
8011         output from openssl s_client -starttls, too.
8012
8013         * tls.el (tls-starttls-switches): New variable.
8014         (tls-find-starttls-argument): Use it.
8015         (open-tls-stream): Ditto.
8016
8017         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8018         (netrc-machine): Ditto.
8019
8020         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8021         article number.
8022         (nnimap-split-fancy): New variable.
8023         (nnimap-split-incoming-mail): Use it.
8024
8025         * nntp.el (nntp-server-list-active-group): Document.
8026
8027         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8028         SELECT to get the message-id.
8029
8030         * mail-source.el (mail-sources): Remove webmail support.
8031         (defvar): Ditto.
8032         (mail-source-fetcher-alist): Ditto.
8033         (mail-source-fetch-webmail): Remove.
8034
8035         * webmail.el: Remove -- doesn't seem relevant any more.
8036
8037         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8038
8039         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8040         the \r.
8041
8042 2010-09-30  Julien Danjou  <julien@danjou.info>
8043
8044         * gnus-agent.el (gnus-agent-add-group): Fix call to
8045         gnus-completing-read.
8046
8047 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * nndoc.el (nndoc-retrieve-groups): New function.
8050
8051         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8052         `default', use nnmail-split-methods.
8053         (nnimap-request-article): Downcase the NILs so that they are nil.
8054
8055         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8056         symbol.
8057
8058         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8059         code, since if the user has requested network, that's what they ought
8060         to get.
8061         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8062         (nnimap-split-rule): Mark as obsolete.
8063
8064         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8065         New variable.
8066
8067         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8068         correct slot, too.
8069
8070 2010-09-29  Julien Danjou  <julien@danjou.info>
8071
8072         * gnus.el (gnus-local-domain): Declare variable obsolete.
8073
8074         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8075         Fix history computing.
8076         (gnus-ido-completing-read): Require ido.
8077
8078 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8079
8080         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8081         build Gnus.
8082
8083         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8084         when interpreting the structures.
8085         (nnimap-request-accept-article): Add \r\n to the lines to make this
8086         work with Cyrus.
8087
8088         * nndraft.el (nndraft-request-expire-articles): Use the group name
8089         instead if "nndraft".  Fix found by Nils Ackermann.
8090
8091 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8092
8093         * nnregistry.el: Add.
8094
8095 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8096
8097         * nnmail.el (group, group-art-list, group-art):
8098         Remove unneeded directives.
8099
8100 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8103         (mm-mime-charset):
8104         * rfc2047.el (rfc2047-syntax-table):
8105         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8106
8107         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8108         rather than `insert-file-contents' and `eval-region'.
8109
8110         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8111         construction.
8112
8113         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8114
8115         * time-date.el: No need to require cl for Emacs 21.
8116
8117 2010-09-29  Julien Danjou  <julien@danjou.info>
8118
8119         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8120         replacement of `gnus-gravatar-relief' to mimic
8121         `gnus-faces-properties-alist'.
8122         Add :version property.
8123
8124 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * mail-source.el (mail-source-report-new-mail):
8127         * message.el (message-default-mail-headers):
8128         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8129
8130         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8131
8132 2010-09-28  Julien Danjou  <julien@danjou.info>
8133
8134         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8135         mail-address contains the same string as real-name.
8136
8137         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8138         non-blank in header, otherwise it'll get stripped.
8139
8140         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8141         real-name, and then for mail address rather than doing : or , search.
8142
8143 2010-09-27  Julien Danjou  <julien@danjou.info>
8144
8145         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8146         right completing-read function.
8147         (gnus-use-ido): New variable
8148         (gnus-completing-read-with-default): Remove.
8149         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8150         (gnus-agent-add-group):
8151         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8152         * mm-view.el (mm-view-pkcs7-decrypt):
8153         * mm-util.el (mm-codepage-setup):
8154         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8155         * mml-smime.el (mml-smime-openssl-sign-query):
8156         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8157         (mml-insert-multipart):
8158         * gnus-msg.el (gnus-summary-yank-message):
8159         * gnus-int.el (gnus-start-news-server):
8160         * mm-decode.el (mm-interactively-view-part):
8161         * gnus-dired.el (gnus-dired-attach):
8162         * gnus.el (gnus-read-method):
8163         * gnus-bookmark.el (gnus-bookmark-jump):
8164         * gnus-art.el (gnus-mime-view-part-as-type)
8165         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8166         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8167         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8168         * nnmairix.el (nnmairix-create-server-and-default-group)
8169         (nnmairix-update-groups, nnmairix-get-server)
8170         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8171         (nnmairix-get-group-from-file-path):
8172         * nnrss.el (nnrss-find-rss-via-syndic8):
8173         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8174         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8175         (gnus-group-browse-foreign-server):
8176         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8177         (gnus-summary-execute-command, gnus-summary-respool-article)
8178         (gnus-read-move-group-name):
8179         * gnus-score.el (gnus-summary-increase-score)
8180         (gnus-summary-score-effect):
8181         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8182
8183 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8186         x-focus-frame.
8187
8188         * nnimap.el (auth-source-forget-user-or-password)
8189         (auth-source-user-or-password): Autoload.
8190
8191         * message.el (message-from-style, message-interactive)
8192         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8193         (message-yank-prefix, message-indentation-spaces, message-signature)
8194         (message-signature-file): Add comment.
8195
8196 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8197
8198         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8199         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8200         new articles.
8201
8202         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8203         parts.
8204         (nnimap-request-article): Work with the t setting, too.
8205
8206         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8207         that you don't get flashes of other buffers.
8208         (gnus-summary-show-complete-article): Intern before setting.
8209
8210 2010-09-27  David Engster  <dengste@eml.cc>
8211
8212         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8213         well as HEADERS.
8214         (nnmairix-retrieve-headers): Provide new argument for the above.
8215
8216 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8217
8218         * gnus-sum.el (gnus-summary-move-article): Don't alter
8219         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8220         group.
8221
8222         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8223
8224         * message.el (message-cite-prefix-regexp): Revert my last edit.
8225
8226         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8227         variable instead of the Gnus variable.
8228
8229         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8230
8231         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8232
8233         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8234         since some servers don't like it.
8235         (nnimap-open-connection): Forget credentials if the server says the
8236         password was wrong.
8237         (nnimap-parse-line): Protect against invalid data.
8238
8239         * gnus-sum.el (gnus-summary-move-article): Add comment.
8240         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8241         nothing alters it while scanning for new messages.
8242
8243         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8244         which may or may not help.
8245         (nnimap-open-connection): If we're doing a stream connection, and then
8246         discover we're on a STARTTLS-capable server, then open a STARTTLS
8247         connection instead.
8248
8249 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8250
8251         * nnimap.el (utf7): Require.
8252
8253         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8254         prefix.
8255
8256 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8257
8258         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8259
8260 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * nnimap.el (nnimap-request-accept-article): Message the error on
8263         error.
8264
8265 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8268
8269 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8270
8271         * nndoc.el (nndoc-request-list): Return success always.
8272
8273         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8274         `fetch-old' -- we only want to fetch the articles we've requested.
8275         The rest are in the agent, probably.
8276         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8277         disappeared server" to something low.  It's not important.
8278
8279         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8280         arrived before the FETCH data.
8281
8282         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8283         target here, because we don't know the Gnus name of the group.
8284
8285         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8286         for the correct group.
8287
8288         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8289
8290         * gnus.el (gnus): Give a final warning after startup.
8291
8292         * gnus-util.el (gnus-action-message-log): New variable.
8293         (gnus-message): Use it.
8294         (gnus-final-warning): New function.
8295
8296         * nnimap.el (nnimap-open-connection): Record the greeting.
8297         (nnimap): Add greeting.
8298
8299 2010-09-26  Julien Danjou  <julien@danjou.info>
8300
8301         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8302         arguments.
8303         (gnus-html-wash-images): Fix spec computing to include start/end.
8304
8305         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8306
8307 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8308
8309         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8310         deletion.
8311         (nnimap-retrieve-headers): Don't select the group, because that's
8312         already done by nnimap-possibly-change-group.
8313
8314         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8315         (gnus-picon-transform-address): Use it.
8316
8317         * mail-source.el (mail-source-value): Revert previous patch.
8318
8319         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8320         on failure.
8321         (nnimap-open-connection): Look up both virtual and physical server name
8322         credentials.
8323
8324         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8325
8326 2009-02-07  Dave Love  <fx@gnu.org>
8327
8328         * tls.el (open-tls-stream): Don't query killing process.
8329
8330 2009-02-08  Dave Love  <fx@gnu.org>
8331
8332         * gnus-win.el (gnus-window-to-buffer-helper)
8333         (gnus-all-windows-visible-p): Function needn't be a symbol.
8334
8335         * mail-source.el (mail-source-value): Function needn't be a symbol.
8336
8337 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8338
8339         * message.el (message-cite-prefix-regexp): Remove } from the cite
8340         prefix.
8341
8342         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8343         highlight again, so that the highlight is correct.
8344
8345         * gnus-picon.el (gnus-picon): Remove again.
8346         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8347
8348         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8349         doing the header highlightling, so that the background color of the
8350         picon is correct.
8351
8352         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8353         (gnus-picon): Ditto.
8354         (gnus-picon): Reinstate.  The background color for picons is white.
8355         (gnus-picon-insert-glyph): Make the background white.
8356
8357         * nnml.el (nnml-open-nov): Don't return dead buffers.
8358
8359         * auth-source.el (auth-source-create): Query the user for whether to
8360         store the credentials.
8361
8362         * netrc.el (netrc-store-data): New function.
8363
8364         * auth-source.el (auth-source-user-or-password): Use the existing auth
8365         sources, if any, for creation.
8366
8367         * gnus.el (gnus-group-fast-parameter): Return the last matching
8368         parameter instead of the first matching parameter.
8369
8370 2010-09-26  Julien Danjou  <julien@danjou.info>
8371
8372         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8373
8374 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8375
8376         * mml2015.el (mml2015-use): Remove gpg support.
8377
8378         * mml1991.el (mml1991-function-alist): Remove gpg function.
8379         (mml1991-gpg-sign): Remove.
8380
8381 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8382
8383         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8384         (gnus-browse-unsubscribe-current-group): Document it.
8385         (gnus-browse-unsubscribe-group): Use it.
8386
8387 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8388
8389         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8390         address to the To list for easier response.
8391
8392         * gnus.el (gnus-play-startup-jingle): Remove.
8393         (gnus-splash): Don't play jingle.
8394         (gnus): Silence gnus-load message.
8395
8396         * gnus-art.el (gnus-treat-play-sounds): Remove.
8397
8398         * gnus.el (gnus-play-jingle): Remove audio support.
8399
8400         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8401
8402         * earcon.el: Remove -- no users.
8403
8404         * gnus-audio.el: Remove -- no users of this package.
8405
8406         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8407
8408         * gnus-start.el (gnus-setup-news): Remove nocem support.
8409
8410         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8411
8412         * gnus.el (gnus-use-nocem): Remove.
8413
8414         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8415         Remove.
8416
8417         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8418         uses NoCeM any more.
8419
8420         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8421         (gnus-button-ctan-handler): Ditto.
8422         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8423         (gnus-button-ctan-directory-regexp): Ditto.
8424         (gnus-button-handle-ctan): Ditto.
8425         (gnus-button-tex-level): Ditto.
8426         (gnus-button-alist): Remove CTAN stuff.
8427
8428 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8429
8430         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8431         nnimap-streaming test.
8432
8433         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8434         servers twice.
8435
8436         * nnimap.el (nnimap-open-connection): Add more error reporting when
8437         nnimap fails early.
8438
8439         * nnheader.el (nnheader-get-report-string): New function.
8440         (nnheader-get-report): Use it.
8441
8442         * gnus-int.el (gnus-check-server): Say what the error was when opening
8443         failed.
8444
8445         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8446         using streaming.
8447
8448 2010-09-25  Julien Danjou  <julien@danjou.info>
8449
8450         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8451         gnus-window-inside-pixel-edges.
8452
8453 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8454
8455         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8456
8457         * mm-decode.el (mm-save-part): Allow saving to other directories the
8458         normal Emacs way.
8459
8460         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8461         Suggested by Jay Berkenbilt.
8462
8463         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8464         there isn't a single byte.
8465
8466         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8467         just do it.  It doesn't really seem to matter what the user responds
8468         here, I think, so it's just a confusing question.
8469
8470         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8471         non-streaming case.
8472
8473         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8474         (gnus-article-encrypt-body): Use it.
8475
8476         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8477         keystroke.
8478
8479         * nnimap.el (nnimap-find-wanted-parts-1):
8480         Use gnus-fetch-partial-articles.
8481
8482         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8483
8484         * nnimap.el (nnimap-insert-partial-structure): New function.
8485         (nnimap-get-partial-article): New function.
8486         (nnimap-request-article): Use it.
8487         (nnimap-wait-for-response): Return whether the wait was successful.
8488         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8489         retrieval wasn't successful.
8490         (nnimap-retrieve-group-data-early): Allow throttling servers.
8491         (nnimap-streaming): New variable.
8492         (nnimap-fetch-partial-articles): Remove.
8493
8494         * mm-decode.el (mm-with-part): Protect against killed buffers.
8495
8496         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8497         for prettier summary display.
8498
8499 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8500
8501         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8502
8503 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8504
8505         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8506         apparently third-party libraries depend on it.
8507
8508         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8509         before starting negotiation.
8510
8511         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8512         privacy reasons.
8513         (gnus-treat-mail-gravatar): Ditto.
8514
8515         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8516         buffer when inserting images.  Inserting text into the headers, for
8517         instance, can make them invalid.
8518
8519 2010-09-25  Julien Danjou  <julien@danjou.info>
8520
8521         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8522         variables.
8523
8524         * nnheader.el: Remove useless variables news-reply-yank-from and
8525         news-reply-yank-message-id.
8526
8527         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8528         variables.
8529
8530         * mml1991.el: Remove useless mml1991-verbose.
8531
8532         * gnus.el: Remove useless variable gnus-use-generic-from.
8533         Remove obsolete variable gnus-topic-indentation.
8534
8535         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8536
8537         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8538
8539         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8540
8541         * gnus-group.el: Remove useless gnus-group-icon-cache.
8542         Remove useless gnus-ephemeral-group-server.
8543
8544         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8545
8546         * mml2015.el: Remove useless mml2015-verbose.
8547
8548         * mml-smime.el: Remove useless mml-smime-verbose.
8549
8550         * gnus.el: Remove useless gnus-local-domain.
8551
8552         * gnus-gravatar.el (gnus-gravatar-transform-address):
8553         Use gnus-gravatar-size.
8554
8555         * gnus-art.el: Remove useless gnus-treat-translate.
8556
8557 2010-09-24  Julien Danjou  <julien@danjou.info>
8558
8559         * gnus-sum.el: Add support for Gravatars.
8560
8561         * gnus-art.el: Add support for Gravatars.
8562
8563         * gnus-gravatar.el: Add this file.
8564
8565         * gravatar.el: Add this file.
8566
8567 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8568
8569         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8570
8571         * gnus-group.el (gnus-group-fetch-faq): Remove.
8572
8573         * gnus.el (gnus-group-faq-directory): Remove.
8574
8575         * gnus-group.el (gnus-group-fetch-charter): Remove.
8576
8577         * gnus.el (gnus-group-charter-alist): Remove.
8578
8579         * gnus-group.el (gnus-group-archive-directory): Remove.
8580         (gnus-group-recent-archive-directory): Ditto.
8581         (gnus-group-make-archive-group): Remove.
8582
8583         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8584
8585         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8586         use the same article number for all the cached articles.
8587
8588         * nnimap.el (nnimap-command): Register the last command time so
8589         that we can use it for idling NOOPs.
8590         (nnimap-open-connection): Start the keeplive timer.
8591         (nnimap-make-process-buffer): Store all the process buffers.
8592         (nnimap-keepalive): New function.
8593
8594         * starttls.el (starttls-open-stream): Add autoload cookie.
8595
8596 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8597
8598         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8599         handling.
8600
8601 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602
8603         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8604         its data structures.
8605
8606         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8607         instead of the cl.el copy-list.
8608         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8609         equalp.
8610
8611 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8614         and tool-bar-local-item-from-menu.
8615
8616         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8617         mode-line-highlight face for Emacs.
8618
8619         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8620         loading gnus-sum.elc; fix comment for canlock-verify.
8621         (gnus-article-jump-to-part): Use read-number.
8622         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8623         Remove Emacs pre-21 compatible code for help-echo.
8624         (gnus-article-next-page-1): No need to adjust the number of lines.
8625         (gnus-article-describe-bindings): Always use help-buffer.
8626
8627         * gnus-audio.el (gnus-audio-inline-sound):
8628         * gnus-cus.el (gnus-custom-mode):
8629         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8630
8631         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8632
8633         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8634         compatible code.
8635
8636 2010-09-24  Glenn Morris  <rgm@gnu.org>
8637
8638         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8639         visiting the fcc file in rmail-mode.
8640
8641         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8642
8643 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * nnir.el: Silence the byte compiler.
8646
8647         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8648         alias to browse-url-url-encode-chars if any.
8649         (gnus-html-encode-url): Use it.
8650
8651 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8652
8653         * gnus-start.el (gnus-use-backend-marks): New variable.
8654         (gnus-get-unread-articles-in-group): Use it.
8655
8656         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8657         makeover.
8658
8659 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8660
8661         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8662
8663 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664
8665         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8666         Remove.
8667         (gnus-setup-news-hook):
8668         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8669
8670         * gnus-int.el (gnus-request-update-info): Protect against backends not
8671         having the function.
8672
8673         * nnimap.el (nnimap-stream): Mention starttls.
8674         (nnimap-open-connection): Add starttls support.
8675
8676 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8677
8678         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8679
8680 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8681
8682         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8683         BODYSTRUCTUREs.
8684         (nnimap-transform-headers): Unfold quoted {42} headers.
8685
8686         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8687         the info.
8688         (gnus-get-unread-articles): Only call updatep on backends that support
8689         it.
8690
8691         * nnweb.el (nnweb-request-update-info): NOOP.
8692
8693         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8694
8695         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8696         since it only deals with marks.
8697
8698         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8699         gnus-request-marks, and make a new gnus-request-update-info.
8700
8701         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8702         the active instead of the high number, which is usually too low.
8703
8704 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8705
8706         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8707         * encrypt.el: Remove.
8708
8709 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8710
8711         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8712         server in symbolic form.
8713
8714         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8715
8716 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717
8718         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8719         (nnimap-update-info): Fix up code slightly.
8720
8721         * gnus-int.el (gnus-open-server): Add tracing for performance
8722         debugging.
8723
8724         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8725         (gnus-group-insert-group-line): Pass the real group name so that it
8726         gets the right data.
8727
8728         * gnus-start.el (gnus-get-unread-articles): Don't have
8729         `gnus-get-unread-articles-in-group' update info, since that can be
8730         really slow and doesn't seem to be needed?
8731
8732 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8733
8734         * time-date.el (date-to-time): Try using parse-time-string first before
8735         using the slower timezone-make-date-arpa-standard.
8736
8737 2010-09-22  Julien Danjou  <julien@danjou.info>
8738
8739         * gnus-group.el (gnus-group-insert-group-line):
8740         Call gnus-group-highlight-line.
8741         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8742         default hook list.
8743         (gnus-group-update-eval-form): Add new function.
8744         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8745         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8746
8747 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8750         immediate, then expire all articles.
8751         (nnimap-update-info): Fix off-by-one errors.
8752         (nnimap-flags-to-marks): Would return no marks lists for group with no
8753         flags.  Instead return the other data.
8754
8755 2010-09-22  Julien Danjou  <julien@danjou.info>
8756
8757         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8758         Only return an icon.
8759         (gnus-group-insert-group-line): Compute icon to return.
8760
8761         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8762         (gnus-html-image-fetched): Only cache if
8763         gnus-html-image-automatic-caching is set.
8764         (gnus-html-image-fetched): Check for errors.
8765
8766 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8769         once per method on `g'.  This ensures that backends like nnfolder don't
8770         open all their folders.
8771
8772         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8773         (nnimap-request-list): Nix out group in the correct buffer.
8774         (nnimap-parse-flags): Implement by using `read' instead of
8775         hand-parsing.
8776         (nnimap-flags-to-marks): Pass on permanent-flags.
8777         (nnimap-make-process-buffer): Record the server name.
8778         (nnimap-parse-flags): Fix typo.
8779         (nnimap-request-scan): Run split on the server in general, not just a
8780         single group.
8781
8782         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8783         parameter, and propagate this downwards.
8784
8785         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8786         since EXAMINE changes it on the server.
8787
8788         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8789         this command might take a while.
8790
8791 2010-09-22  Julien Danjou  <julien@danjou.info>
8792
8793         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8794         harmful if you have 2 images side-by-side, they can't be properly
8795         update on text deletion.  Using text-property is safer here.
8796         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8797         data.
8798
8799 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8800
8801         * nnimap.el (nnimap-expunge-inbox): Remove.
8802         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8803         (nnimap-expunge): Flip default to t.
8804
8805         * gnus.el (gnus-method-to-server): Don't push things to the cache
8806         unless it's unique.
8807         (gnus-server-to-method): Ditto.
8808
8809 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8810
8811         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8812
8813 2010-09-22  Julien Danjou  <julien@danjou.info>
8814
8815         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8816         get the start of data.
8817         (gnus-html-encode-url): Add this function to encode special chars in
8818         URL.
8819         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8820         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8821
8822         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8823         default.
8824         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8825
8826         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8827         images alt-text.
8828         (gnus-html-put-image): Put alt-text as help-echo.
8829
8830 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8833         * mm-util.el (mm-decompress-buffer):
8834         * nnir.el (nnir-run-find-grep):
8835         * pop3.el (pop3-list): Use 3rd arg of split-string.
8836
8837         * time-date.el (format-seconds): Comment fix.
8838
8839         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8840         and byte-optimize-form-code-walker.
8841         (dgnushack-make-auto-load): Don't advise make-autoload.
8842
8843         * lpath.el: Remove Emacs 21 stuff.
8844
8845 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8846
8847         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8848         outside the active range.  Suggested by Dan Christensen.
8849
8850         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8851         slightly later to avoid double-getting it.
8852
8853         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8854         previous patch.
8855
8856         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8857
8858 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8859
8860         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8861
8862 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8863
8864         * gnus-int.el (gnus-open-server): Give a better error message in the
8865         "go offline" case.
8866
8867         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8868         marks for nnimap, which is seldom the right thing to do.
8869
8870         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8871         (gnus-same-method-different-name): New function.
8872
8873         * nnimap.el (parse-time): Require.
8874
8875         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8876         method in the presence of many similar methods.
8877
8878         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8879
8880         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8881         nnml-inhibit-expiry.
8882
8883         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8884         find out whether methods are equal.
8885
8886         * nnimap.el (nnimap-find-expired-articles): New function.
8887         (nnimap-process-expiry-targets): New function.
8888         (nnimap-request-move-article): Request the article before looking at
8889         what the Message-ID is.  Fix found by Andrew Cohen.
8890         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8891
8892         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8893         for oldness in addition to being a predicate.
8894
8895         * nnimap.el (nnimap-request-group): When we have zero articles, return
8896         the right data to Gnus.
8897         (nnimap-request-expire-articles): Only delete articles immediately if
8898         the target is 'delete.
8899
8900         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8901         method, this would bug out.
8902
8903         * gnus-group.el (gnus-group-expunge-group): Rename from
8904         gnus-group-nnimap-expunge, and implemented as a normal interface
8905         function.
8906
8907         * gnus-int.el (gnus-request-expunge-group): New function.
8908
8909         * nnimap.el (nnimap-request-create-group): Implement.
8910         (nnimap-request-expunge-group): New function.
8911
8912 2010-09-21  Julien Danjou  <julien@danjou.info>
8913
8914         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8915         (gnus-html-cache-expired): Add new function.
8916         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8917         wethever we should display image for fetch it.
8918         Compute alt-text earlier to pass it to the fetching function too.
8919         (gnus-html-schedule-image-fetching): Change function argument to only
8920         get one image at a time, not a list.
8921         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8922         cache.
8923         (gnus-html-get-image-data): New function to retrieve image data from
8924         cache.
8925         (gnus-html-put-image): Change buffer argument to use image data rather
8926         than file, and place image above region rather than inserting a new
8927         one.  Do not take alt-text as argument, since it's useless now: we place
8928         the image above alt-text.
8929         (gnus-html-prune-cache): Remove.
8930         (gnus-html-show-images): Start to fetch image when we find one, do not
8931         push into a temporary list.
8932         (gnus-html-prefetch-images): Only fetch image if they have expired.
8933         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8934         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8935
8936 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8939
8940 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8943         spec inser "*" if the group isn't active instead of 0.
8944
8945         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8946         opening the server.
8947         (nnimap-request-delete-group): Implement group deletion.
8948         (nnimap-transform-headers): Return the size of the entire message in
8949         the Bytes header, not just the size of the first part.
8950         (nnimap-request-move-article): When moving an article from nnimap,
8951         request the article first so the accepting form has an article to
8952         accept.  Reported by Dan Christensen.
8953         (nnimap-command): Make sure that the error message doesn't error out.
8954
8955 2010-09-20  David Edmondson  <dme@dme.org>
8956
8957         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8958         we haven't requested anything.
8959
8960 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8963         "".  Fix found by Andrew Cohen.
8964
8965         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8966         instead of -encode-string.
8967
8968 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8971
8972         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8973         by mm-subst-char-in-string.
8974
8975 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8976
8977         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8978         waiting for the connection string.
8979
8980         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8981         arriving.
8982
8983         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8984         bogus characters.  This allows selecting certain Gmail groups.
8985
8986         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8987         (nnimap-fetch-partial-articles): New variable.
8988         (nnimap-open-connection): When looking for credentials, also use the
8989         nnimap-server-port.
8990         (nnimap-request-article): Return the group/article number, so that Gnus
8991         `^' works as expected.
8992         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8993
8994         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8995         comments.
8996         (gnus-methods-sloppily-equal): New function.
8997         (gnus): When using the development version of Gnus, load the gnus-load
8998         file.
8999
9000         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9001         `gnus-open-server' on each method before trying to scan them etc.
9002         This ensures that all the backend parameters are set correctly.
9003
9004         * nnimap.el (nnimap-authenticator): New variable.
9005         (nnimap-open-connection): Allow anonymous login.
9006         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9007         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9008
9009         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9010         patch, found by Knut Anders Hatlen.
9011
9012 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9013
9014         * gnus-agent.el (gnus-agent-batch-confirmation)
9015         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9016         to gnus-message.
9017         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9018         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9019         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9020         * gnus-int.el (gnus-open-server): Likewise.
9021         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9022         (gnus-score-check-syntax): Likewise.
9023         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9024         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9025         Likewise.
9026         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9027
9028 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9029
9030         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9031         calling conventions so that prefetch doesn't bug out.
9032
9033 2010-09-19  Julien Danjou  <julien@danjou.info>
9034
9035         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9036         rather than `subst-char-in-region' in order to be able to replace ASCII
9037         char by UTF-8 ones.
9038
9039         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9040         than curl.
9041         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9042         the right URL and ALT text on images.
9043         (gnus-html-wash-tags): Fix tag case.
9044         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9045         (gnus-article-html): Add -o display_ins_del=2 option.
9046         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9047
9048 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9049
9050         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9051         the extra mail headers, which sometimes seem to happen for unknown
9052         reasons.
9053
9054         * mail-parse.el (mail-header-encode-parameter): Define as
9055         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9056         (or most, perhaps?) mail readers don't understand the latter, but do
9057         understand the former.
9058
9059         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9060         to nil, so that no methods are automatically agentized.  I think this
9061         is probably what most users want.
9062
9063         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9064         from url-retrieve, for instance about invalid URLs.
9065
9066         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9067         groups that have no articles.
9068         (nnimap-request-article): Check that we really got an article when we
9069         requested one.
9070
9071         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9072         doesn't exist.
9073
9074         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9075         nntp buffer so the agent can save it.
9076         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9077         that CRLF doesn't get translated to \n.
9078         (nnimap-open-connection): Don't make 'shell commands only send \n.
9079
9080 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9081
9082         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9083         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9084         Update var name.
9085         (nnml-generate-nov-file): Use dolist.
9086         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9087         Use with-current-buffer.
9088
9089 2010-09-18  Julien Danjou  <julien@danjou.info>
9090
9091         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9092         parallel.
9093
9094 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9095
9096         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9097         the range update right.
9098         (nnimap-request-group): Don't make `M-g' bug out on group with no
9099         marks.
9100         (nnoo): Require, so that other packages can require nnimap.
9101         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9102         command we're looking for.  This helps when the server sends more
9103         responses after we've gotten everything we expected.
9104         (nnimap): Add a `newlinep' field to keep track of end-of-line
9105         conventions.
9106         Don't send CRLF to things that don't want it.
9107         (nnimap-request-accept-article): Ditto.
9108
9109 2010-09-18  Julien Danjou  <julien@danjou.info>
9110
9111         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9112         than curl to retrieve images.
9113
9114 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9115
9116         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9117         the marks.
9118         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9119         (nnimap-wait-for-connection): New function.
9120         (nnimap-open-connection): If we have PREAUTH, don't query for login
9121         credentials.
9122         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9123         when doing a partial update.
9124
9125 2010-09-18  Julien Danjou  <julien@danjou.info>
9126
9127         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9128         tags.
9129
9130 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9131
9132         * nnimap.el (nnimap-credentials): New function.
9133         (nnimap-open-connection): Use the new function to look for credentials
9134         also on the numeric equivalents of "imap" and "imaps".
9135
9136         * gnus-start.el (gnus-activate-group): Send the info to
9137         gnus-request-group.
9138
9139         * nnimap.el (nnimap-request-group): Have the "check" version of the
9140         function parse flags and update the info, so that a `M-g' get a total
9141         resync of all flags from the group.
9142
9143         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9144         to allow backends to alter the info on group selection.  Also alter all
9145         the backend -request-group functions to take the parameter.
9146
9147         * nnimap.el (nnimap-store-info): New function.
9148         (nnimap-update-info): Store the info for later usage.
9149         (nnimap-request-group): Use the stored info for the dont-check case, so
9150         that we don't retrieve all marks when we enter a group.
9151
9152         * nnimap.el: Use deffoo instead of defun for interface functions.
9153
9154         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9155         update the group info.  This makes the nndraft groups, for instance, go
9156         back to their old behavior.
9157
9158         * gnus-sum.el (gnus-select-newsgroup): Indent.
9159
9160         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9161         in.
9162         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9163         nothing.
9164
9165         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9166         from methods that are denied.
9167
9168         * gnus-int.el (gnus-method-denied-p): New function.
9169
9170         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9171         store the password instead of netrc.
9172         (nnimap-open-connection): Don't error out when we can't make a
9173         connections.
9174
9175         * auth-source.el (auth-source-create): In the password prompt, say what
9176         we're querying for.  Also prompt for user name if that hasn't been
9177         given.
9178
9179         * nnimap.el (nnimap-with-process-buffer): Remove.
9180
9181 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9182
9183         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9184         method when we're reading from the agent.
9185
9186         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9187
9188         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9189         that's probably most useful for users.
9190
9191         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9192         "failed" all the time.
9193
9194         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9195         ...)) with (with-current-buffer ... ).
9196
9197         * nntp.el (nntp-open-server): Return whether the open was successful or
9198         not.
9199
9200         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9201         select an unread unseen article first.
9202
9203         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9204         /etc/services, supply some sensible port defaults.
9205
9206         * dgnushack.el: Define netrc-credentials.
9207
9208 2010-09-17  Julien Danjou  <julien@danjou.info>
9209
9210         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9211
9212 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9213
9214         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9215         doesn't have any parameters.
9216
9217 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9218
9219         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9220         only upcased checks.
9221
9222         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9223
9224         * nnimap.el (nnimap-open-shell-stream): New function.
9225         (nnimap-open-connection): Use it.
9226         (nnimap-transform-headers): Get the number of lines in each message.
9227         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9228         number of lines.
9229         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9230         problem.
9231
9232         * utf7.el (utf7-encode): Autoload.
9233
9234         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9235         to allow the mail splitting to not return a default group.  This is
9236         useful for nnimap, which will leave unmatched mail in the inbox.
9237
9238         * nnimap.el: Rewritten.
9239
9240         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9241         nnimap usage.
9242
9243         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9244         if the move is internal, so that nnimap can do fast internal moves.
9245
9246         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9247         data.
9248         (gnus-read-active-for-groups): Support finishing the early retrieval of
9249         data.
9250
9251         * gnus-range.el (gnus-range-nconcat): New function.
9252
9253         * gnus-int.el (gnus-finish-retrieve-group-infos)
9254         (gnus-retrieve-group-data-early): New functions.
9255
9256 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9257
9258         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9259         (nnrss-retrieve-groups):
9260         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9261         (pop3-quit): Use with-current-buffer.
9262
9263 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9266         instead of nnheader-accept-process-output.
9267
9268         * dgnushack.el (dgnushack-compile): Add comment.
9269
9270         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9271
9272         * gnus-html.el (gnus-html-schedule-image-fetching)
9273         (gnus-html-prefetch-images): Replace process-kill-without-query by
9274         gnus-set-process-query-on-exit-flag.
9275
9276 2010-09-16  Romain Francoise  <romain@orebokech.com>
9277
9278         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9279
9280 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9281
9282         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9283         parameter to unintern is mandatory-ish in Emacs 24.
9284
9285         * gnus-html.el (gnus-html-schedule-image-fetching)
9286         (gnus-html-prefetch-images): Check for curl before using it.
9287
9288         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9289         depend on curl, which isn't essential.
9290
9291         * imap.el: Revert back to version
9292         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9293         seem problematic.
9294
9295 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9296
9297         * gnus-registry.el (gnus-registry-install-shortcuts):
9298         Explicitly pass `obarray' to `unintern' to avoid a warning.
9299
9300 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9303         change.
9304
9305         * nnrss.el (nnrss-request-list): Remove this function and related
9306         functions, including the moreover stuff.
9307
9308 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9309
9310         * nnrss.el (nnrss-retrieve-groups): New function.
9311
9312 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9313
9314         * .dir-locals.el: Add no-byte-compile cookie.
9315
9316 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * time-date.el (format-seconds): Comment fix.
9319
9320         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9321         for back end that doesn't support request-scan.
9322
9323 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9326         then do request scans from the backends.
9327
9328         * netrc.el (netrc-credentials): New conveniency function.
9329
9330         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9331         avoid running a hook per line, since this takes a lot of time,
9332         profiling shows.
9333         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9334         directly if gnus-visual-p is true.
9335
9336 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9339         groups; replace mapcar with dolist which is a bit faster; pass groups
9340         info to gnus-read-active-file-1.
9341         (gnus-read-active-file-1): Scan only specified groups if the new
9342         optional arg `infos' is given.
9343
9344 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9347
9348         * pop3.el (pop3-movemail): Remove.
9349         (pop3-streaming-movemail): Rename to pop3-movemail.
9350
9351         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9352         don't restrict end-tag searches to the end of the line.
9353
9354 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9357         articles of every unchecked group to t, which means unknown since the
9358         server has never been opened.
9359
9360 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9361
9362         * gnus-html.el (gnus-html-show-alt-text): New command.
9363         (gnus-html-browse-image): Ditto.
9364         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9365         to browse the image directly.
9366         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9367         better.
9368
9369         * gnus-async.el (gnus-async-article-callback):
9370         Call `gnus-html-prefetch-images' unconditionally.
9371
9372         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9373         before feeding URLs to curl.
9374
9375 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9378         internal images as deletable by `W D D'.
9379
9380         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9381         (gnus-async-article-callback): Fix typo.
9382
9383 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9386         current line to work around bugs in the output from w3m.
9387
9388         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9389         for groups that want that.
9390
9391         * nntp.el (nntp-wait-for-string): Supply a timeout for
9392         accept-process-output to ensure progress.
9393
9394         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9395         level to get unread articles from, then use that for foreign groups,
9396         too.
9397
9398         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9399         confuses the rest of the function.
9400
9401         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9402         for the methods that support -retrieve-groups, too.
9403
9404         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9405
9406 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9409         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9410
9411         * pop3.el: Require cl when compiling.
9412         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9413
9414 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9417         that aren't going to be activated.
9418         (gnus-get-unread-articles): Fix up the last commit.
9419
9420         * gnus-html.el (gnus-article-html): Allow calling without specifying
9421         the handle.  In that case, dissect the buffer first.
9422
9423         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9424
9425         * nnimap.el (nnimap-open-connection): Revert the change that would look
9426         into authinfo for imaps instead of imap.
9427
9428         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9429         say that you don't want to call gnus-request-group with don-check, but
9430         do check the reponse.  This is for virtual groups only.
9431         (gnus-get-unread-articles): Count the archive groups as secondary, so
9432         that they're activated the same way as before.
9433
9434         * imap.el (imap-message-map): Removed optional buffer parameter, since
9435         no callers use it.
9436         (imap-message-get): Ditto.
9437         (imap-message-put): Ditto.
9438         (imap-mailbox-map): Ditto.
9439         (imap-mailbox-put): Ditto.
9440         (imap-mailbox-get): Ditto.
9441         (imap-mailbox-get): Revert last change for this function.
9442
9443         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9444         case-insensitively.
9445         (nnimap-debug): Remove.
9446
9447         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9448         callers to use `imap-fetch' instead.  According to the comments, this
9449         should be safe, since all other IMAP clients use the 1:* syntax.
9450         (imap-enable-exchange-bug-workaround): Remove.
9451         (imap-debug): Remove -- doesn't seem very useful.
9452
9453         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9454         mail from a file, and the file doesn't exist.
9455
9456         * imap.el (imap-log): New convenience function used throughout instead
9457         of repeating the same code all over the place.
9458
9459         * pop3.el (pop3-streaming-movemail): Return t for success.
9460
9461         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9462         .authinfo if we're using ssl connection.
9463
9464         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9465         already have if we're in a main Gnus `g' run.
9466
9467         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9468
9469 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9472
9473         * nnmh.el (nnmh-request-list-1): Bind `file'.
9474
9475         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9476         alias to set-process-query-on-exit-flag or process-kill-without-query.
9477         (pop3-open-server): Use it.
9478
9479 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9480
9481         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9482         box to the Incoming file.  Fixes mistake in previous checkin.
9483
9484         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9485         request loop (for debugging purposes) removed.
9486
9487         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9488         culprit is more visible.
9489         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9490         (nnml-add-incremental-nov): New functions to do "incremental" nov
9491         updates, where we just append to the end of the existing nov files
9492         without reading/writing them in full.
9493
9494         * mail-source.el (mail-source-delete-crash-box): Really only check the
9495         incoming files once in a while.
9496
9497         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9498
9499         * mail-source.el (mail-source-delete-crash-box): Only check the
9500         incoming files for deletion once per day to save a lot of file
9501         accesses.
9502
9503         * pop3.el (pop3-logon): Fix up unbound variable typo.
9504
9505         * mail-source.el (pop3-streaming-movemail): Autoload.
9506
9507         * pop3.el (pop3-streaming-movemail):
9508         Respect pop3-leave-mail-on-server.
9509
9510         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9511         retrieval.
9512
9513         * pop3.el (pop3-process-filter): Remove unused function.
9514         (pop3-streaming-movemail, pop3-send-streaming-command)
9515         (pop3-wait-for-messages, pop3-write-to-file)
9516         (pop3-number-of-responses): New functions for streaming pop3
9517         retrieval.
9518
9519         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9520         come from no known methods.
9521         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9522         list.
9523
9524         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9525         message sizes.
9526         (pop3-movemail): Use erase-buffer instead of looping and deleting
9527         regions, which seems rather odd.
9528
9529         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9530         file once per `g' run.
9531
9532         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9533         directories.  This makes the draft queue directory work.
9534
9535         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9536         data from the backends, so that we only request the list of groups from
9537         each method once.  This should speed things up considerably.
9538
9539         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9540         detect that it's not implemented.
9541
9542         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9543         we actually do recurse down into the tree, but don't stat all leaf
9544         nodes.
9545
9546         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9547         then say so instead of bugging out.
9548
9549         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9550         files exist before trying to read them.
9551
9552         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9553         around <pre_int>.
9554
9555         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9556
9557         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9558
9559 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9560
9561         * mm-util.el (mm-image-load-path): Just return the image directories,
9562         not all directories in the path in addition to the image directories.
9563         (mm-image-load-path): Maintain a cache of the image directories so that
9564         the `g' command in Gnus doesn't have to stat dozens of directories each
9565         time.
9566
9567         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9568         (gnus-html-wash-tags): Add a new `i' command to insert images.
9569         (gnus-html-insert-image): New command and keystroke.
9570         (gnus-html-redisplay-with-images): New command and keystroke.
9571         (gnus-html-show-images): Rename command.
9572         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9573         spacers.
9574         (gnus-html-wash-tags): Decode entities at the end, so that entities
9575         inside the tags don't mess up the rest of the "parsing".
9576
9577         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9578         so that nnimap methods aren't agentized by default.  There's apparently
9579         many problems related to agent/imap behavior.
9580
9581         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9582
9583         * gnus-html.el: Doc fix.
9584
9585 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9588         specifier-spec-list for Emacs 21.
9589
9590         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9591         glyph-width and glyph-height instead of display-graphic-p and
9592         image-size; make avoidance of displaying small images work for XEmacs.
9593
9594         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9595         for XEmacs.
9596
9597         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9598         of symbol that holds plist data.
9599         (gnus-process-plist): Remove plist of process after getting it.
9600
9601 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * message.el (message-generate-hashcash): Change default to
9604         'opportunistic if hashcash is installed.
9605
9606         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9607         (gnus-html-put-image): Only call image-size once, since it's somewhat
9608         time-consuming on remote X servers.
9609
9610 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9613         type on data, not a file name.
9614
9615         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9616         window-pixel-edges for Emacs 21.
9617
9618         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9619         decoded contents.
9620         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9621
9622 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9623
9624         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9625         group line format, since it isn't very interesting.
9626
9627         * gnus-agent.el (gnus-agent-short-article),
9628         (gnus-agent-long-article): Increase values for these two variables,
9629         since most people are likely to have more network connection and
9630         storage than before.
9631
9632         * gnus.el (gnus-refer-article-method): Change default to 'current.
9633         When referring an article, the common behavior is to refer it from the
9634         current select method, not the native select method.  The chances of
9635         the native select method having the message in question is rather slim
9636         these days.
9637
9638         * gnus-sum.el (gnus-auto-select-subject): Change default to
9639         `unseen-or-unread'.  I think it's likely that most people want to
9640         select an unseen article over a previously seen, but unread one.
9641
9642         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9643         means that in the article buffer none of the minor mode elements will
9644         be shown, usually, and this is not desirable in most cases.
9645
9646         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9647         that commands like `d' (and the like) go to the next line in the
9648         buffer, instead of the next unread article.  I think this is the
9649         behavior that is most natural for most users.
9650         (gnus-single-article-buffer): Change default to nil, so that people can
9651         have as many article buffers open as they have summary buffer.  I think
9652         this is the most natural way for the groups to behave.
9653
9654         * message.el (message-generate-new-buffers): Change default to
9655         `unsent', so that all new message buffers start their names with the
9656         string "*unsent", and it's easier to find the buffers if you move from
9657         them.
9658
9659 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9662         small.  They're probably tracking images.
9663         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9664         (gnus-html-rescale-image): Yet another try at getting the image sizing
9665         right.
9666
9667         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9668         nntp-marks-file-name is nil.
9669
9670 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9671
9672         * gnus-html.el (gnus-html-wash-tags)
9673         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9674         Better logging.
9675
9676 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9679
9680         * gnus-html.el (gnus-html-wash-tags): Check the value of
9681         gnus-blocked-images in the summary buffer.
9682
9683 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9684
9685         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9686
9687 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9688
9689         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9690         like "a", it seems like.
9691         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9692         since it needs to be picked from the correct buffer.
9693
9694         * nnwfm.el: Remove.
9695
9696         * nnlistserv.el: Remove.
9697
9698 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9699
9700         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9701         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9702
9703 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9704
9705         * nnkiboze.el: Remove.
9706
9707         * nndb.el: Remove.
9708
9709         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9710         alt text.
9711         (gnus-html-rescale-image): Try to get the rescaling logic right for
9712         images that are just wide and not tall.
9713
9714         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9715         overshadow variable bindings.
9716
9717 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9718
9719         * gnus-html.el (gnus-html-wash-tags)
9720         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9721         Add extra logging.
9722
9723 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9726         (gnus-max-image-proportion): New variable.
9727         (gnus-html-rescale-image): New function.
9728         (gnus-html-put-image): Rescale images.
9729
9730 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9731
9732         Fix up some byte-compiler warnings.
9733         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9734         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9735         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9736         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9737         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9738         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9739         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9740
9741 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * gnus-html.el (gnus-article-html): Decode contents by charset.
9744
9745 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9748         (gnus-html-frame-width, gnus-blocked-images):
9749         * message.el (message-prune-recipient-rules): Add custom version.
9750         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9751
9752         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9753         functions.
9754
9755         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9756         gnus-process-get.
9757
9758 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9759
9760         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9761         instead of lsub directly.
9762
9763 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764
9765         * nnwarchive.el: Remove.
9766
9767         * gnus-soup.el: Remove.
9768
9769         * nnsoup.el: Remove.
9770
9771         * nnultimate.el: Remove.
9772
9773         * gnus-html.el (gnus-blocked-images): New variable.
9774
9775         * message.el (message-prune-recipients): New function.
9776         (message-prune-recipient-rules): New variable.
9777
9778         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9779         guess whether a long line is natural text or not.
9780
9781         * gnus-html.el (gnus-html-schedule-image-fetching):
9782         Use gnus-process-plist and friends for compatibility.
9783
9784 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9785
9786         * gnus-html.el: Require packages that define macros used in this file.
9787         (gnus-article-mouse-face): Declare to silence byte-compiler.
9788         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9789         process-get.
9790         (gnus-html-put-image): Use plist-get to avoid getf.
9791         (gnus-html-prefetch-images): Use with-current-buffer.
9792
9793 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * gnus-ems.el: Provide compatibility functions for
9796         gnus-set-process-plist.
9797
9798         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9799         header-line-format for XEmacs 21.4.
9800
9801         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9802         * gnus.el (gnus-valid-select-methods):
9803         * message.el (message-send-mail-partially-limit):
9804         * mm-decode.el (mm-text-html-renderer):
9805         * mml.el (mml-insert-mime-headers-always):
9806         * smiley.el (smiley-regexp-alist): Bump custom version.
9807
9808 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9809
9810         * gnus-html.el: require mm-url.
9811         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9812         with the url to `url'.
9813         (gnus-html-wash-tags): Support cid: URLs/images.
9814
9815 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9816
9817         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9818         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9819         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9820
9821         * gnus-move.el: Remove file, since it doesn't really work.
9822
9823         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9824         UTF-8.  This seems to fix problems with some German web feeds.
9825
9826         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9827         at the top so that the proper colors are applied.
9828
9829         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9830         don't have dots in their names.
9831
9832         * gnus-art.el (gnus-article-view-part): Doc fix.
9833
9834         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9835         XEmacs-compatible.
9836         (gnus-html-put-image): Don't do images on non-graphic displays.
9837
9838         * nnslashdot.el: Remove this unused backend.
9839
9840         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9841         actions.
9842         (gnus-undo-register-1): Revert last change.
9843
9844         * gnus-group.el (gnus-group-completing-read): Protect against not
9845         having completion-styles bound.
9846
9847         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9848         make broken recipients happier.
9849
9850         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9851
9852         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9853         point parameter.
9854
9855         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9856
9857         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9858         completion-styles for group selection.
9859
9860 2009-02-04  Andreas Schwab  <schwab@suse.de>
9861
9862         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9863         headers and regexp-quote the match if necessary.
9864
9865 2009-03-24  Miles Bader  <miles@gnu.org>
9866
9867         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9868         the blinking smiley.
9869
9870 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9871
9872         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9873         blink smiley.
9874
9875 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9876
9877         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9878         where the dribbel file lives exists.
9879
9880         * message.el (message-send-mail-partially-limit): Change the default to
9881         nil, since most people don't want this.
9882
9883         * mm-url.el (mm-url-decode-entities): Also decode entities like
9884         &#x3212.
9885
9886 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9887
9888         * gnus-sum.el (gnus-summary-idna-message):
9889         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9890         Hyperlink urls in docstrings with URL `...'.
9891
9892 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9893
9894         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9895         functions.
9896
9897 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9898
9899         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9900         say what the mouseover text should be.
9901
9902         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9903         version of the mm-w3m-safe-url-regexp variable to only download images
9904         in the groups where we want that to happen.
9905
9906         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9907
9908         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9909         easier debugging.
9910         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9911         big pictures in the article buffer.
9912
9913         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9914         gnus-article-html.
9915         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9916         w3m.
9917
9918         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9919
9920 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9921
9922         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9923         which doesn't exist.
9924
9925         * message.el (message-inhibit-ecomplete): New variable to allow some
9926         function to inhibit ecomplete address storage.
9927         (message-resend): Disable ecomplete message storage when resending
9928         messages.
9929
9930         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9931
9932 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9935         Save excursion while copying, moving, and deleting articles in order to
9936         prevent the cursor from jumping to unforeseen place.
9937
9938 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * lpath.el: No need to bind bookmark-current-buffer,
9941         bookmark-yank-point and bookmark-make-record-function.
9942
9943 2010-08-17  Glenn Morris  <rgm@gnu.org>
9944
9945         * gnus-sync.el: Require gnus components whose functions are used.
9946
9947         * gnus-art.el (bookmark-make-record-function):
9948         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9949         Declare for compiler.
9950
9951         * mm-url.el (mml-compute-boundary): Autoload.
9952
9953 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9956
9957 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9958
9959         Typo fix "hoo4a" -> "hook".
9960
9961         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9962
9963 2010-08-14  Glenn Morris  <rgm@gnu.org>
9964
9965         * gnus-sync.el (gnus-sync): Fix defgroup version.
9966
9967 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9968
9969         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9970
9971         * gnus-sync.el: Fix docs.
9972         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9973         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9974
9975 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9976
9977         Optimizations for gnus-sync.el.
9978
9979         * gnus-sync.el: Add docs about gnus-sync-backend
9980         possibilities.
9981         (gnus-sync-save): Remove unnecessary message.
9982         (gnus-sync-read): Optimize and show what groups were skipped.
9983
9984 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9985
9986         Minor bug fixes for gnus-sync.el.
9987
9988         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9989         Don't read the sync on get-new-news.
9990
9991         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9992         quiet.
9993
9994         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9995         (fix typo).
9996
9997 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9998
9999         Make saving and restoring of hidden threads work with overlays.
10000         Patch applied by Ted Zlatanov.
10001
10002         * gnus-sum.el (gnus-hidden-threads-configuration)
10003         (gnus-restore-hidden-threads-configuration): Update to deal with text
10004         properties, rather than searching for a magic character.
10005
10006 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10007
10008         New gnus-sync.el library for synchronization of marks.
10009
10010         * gnus-sync.el: New library for synchronization of marks.
10011
10012         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10013         renamed from `gnus-registry-grep-in-list'.
10014
10015         * gnus-registry.el (gnus-registry-follow-group-p):
10016         Use `gnus-grep-in-list'.
10017
10018         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10019
10020 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10023         determining charset of text fails.
10024
10025 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * nnmail.el (nnmail-get-new-mail-1): Revert.
10028
10029         * nnml.el (nnml-active-number): Make sure names of newly created groups
10030         in nnml-group-alist are encoded.
10031
10032 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10035         containing non-ASCII characters in active file for nnml back end.
10036
10037 2010-07-24  David Engster  <dengste@eml.cc>
10038
10039         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10040         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10041
10042 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10043
10044         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10045         tag (Bug#6654).
10046
10047 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10050         the article buffer, not the summary buffer.
10051
10052 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10055         Emacs 23 as well.
10056
10057 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10060         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10061
10062 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10063
10064         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10065         Patch applied by Karl Fogel.
10066
10067         * gnus-sum.el (gnus-summary-bookmark-make-record):
10068         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10069
10070 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10071
10072         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10073         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10074         C-w still not working correctly from Article buffers; Thierry's
10075         patch to fix that will be applied after this.
10076
10077         * gnus-art.el (bookmark-make-record-function): New local variable.
10078
10079         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10080         article buffer.
10081         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10082
10083 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10084
10085         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10086         on changes in bookmark.el.
10087
10088 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10091         `no-log' instead of message not to log prompt string.
10092
10093 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10094
10095         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10096         the *other* type of HTML form submission.
10097
10098 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10099
10100         * auth-source.el (auth-source-pick): If choice does not contain a
10101         questioned keyword, set the check to t.
10102
10103 2010-06-12  Romain Francoise  <romain@orebokech.com>
10104
10105         * gnus-util.el (gnus-date-get-time): Move up before first use.
10106
10107 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10110         (gnus-article-edit-part): Bind it to make last part that is substituted
10111         or deleted visible.
10112         (gnus-mime-display-single): Buttonize part of which id equals to
10113         gnus-mime-buttonized-part-id.
10114
10115 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10116
10117         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10118         (gnus-dd-mmm): Use gnus-date-get-time.
10119         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10120         simplify logic.
10121         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10122         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10123
10124 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10125
10126         * auth-source.el (top): Autoload `secrets-list-collections',
10127         `secrets-create-item', `secrets-delete-item'.
10128         (auth-sources): Fix tag string.
10129         (auth-get-source, auth-source-retrieve, auth-source-create)
10130         (auth-source-delete): New defuns.
10131         (auth-source-pick): Rewrite in order to avoid 2 passes.
10132         (auth-source-forget-user-or-password): New parameter USERNAME.
10133         (auth-source-user-or-password): New parameters CREATE-MISSING and
10134         DELETE-EXISTING.  Retrieve password interactively, if needed.
10135
10136 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10137
10138         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10139         deleting unused directories when gnus-expert-user is t.
10140
10141 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10144         for each temp file when gnus-article-browse-delete-temp is ask.
10145
10146 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10147
10148         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10149         Replace Lisp calls to delete-backward-char by calls to delete-char.
10150
10151 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10152
10153         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10154
10155 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10156
10157         * password-cache.el (password-cache-remove): Fix docstring.
10158
10159 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10162         article unless decoding article to be saved.
10163
10164 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10167         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10168         generated within the mm-with-unibyte-current-buffer macro.
10169
10170 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10173         to nil when we're in a mml-preview buffer and no group is selected.
10174
10175 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10176
10177         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10178         when catching the `C-g'.  Reported by "Leo".
10179
10180 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * message.el (message-forward-make-body-plain)
10183         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10184         multibyte-string-p.
10185
10186         * lpath.el: Revert.
10187
10188 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * message.el (message-forward-make-body-mml): Assume original message
10191         is multibyte string; error on unibyte.
10192         (message-forward-make-body-plain): Ditto; don't add excessive newline
10193         in body end.
10194
10195         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10196
10197 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10198
10199         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10200         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10201
10202 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10203
10204         * mm-extern.el (mm-extern-url): Don't use
10205         mm-with-unibyte-current-buffer.
10206         (mm-extern-cache-contents): Use with-current-buffer instead of
10207         save-excursion + set-buffer.
10208
10209 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * mm-util.el (mm-emacs-mule): Remove.
10212
10213 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10214
10215         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10216         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10217         change.
10218
10219 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10222         bind the default value of enable-multibyte-characters to nil.
10223
10224 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * message.el (message-forward-make-body-plain)
10227         (message-forward-make-body-mml):
10228         Don't use mm-with-unibyte-current-buffer.
10229
10230 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10231
10232         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10233
10234 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10235
10236         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10237         (Bug#5592).
10238
10239 2010-05-07  Julien Danjou  <julien@danjou.info>
10240
10241         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10242         it to mm-pipe-part.
10243
10244         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10245         it is given.
10246
10247 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * binhex.el (binhex-decode-region-internal):
10250         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10251         (dns-query):
10252         * nnweb.el (nnweb-gmane-search):
10253         * pgg-parse.el (pgg-parse-armor):
10254         * pgg.el (pgg-verify-region):
10255         * sha1.el (sha1-string-external):
10256         * uudecode.el (uudecode-decode-region-internal):
10257         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10258         XEmacs.
10259
10260         * gnus-art.el (gnus-article-browse-html-parts):
10261         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10262         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10263         make-temp-file.
10264
10265         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10266         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10267         compiling.
10268
10269         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10270         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10271         XEmacs when compiling.
10272
10273         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10274         gnus-pick-mode-off-hook for XEmacs when compiling.
10275         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10276         gnus-binary-mode-off-hook for XEmacs when compiling.
10277
10278         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10279         Return nil if char-charset is not available.
10280
10281         * imap.el (imap-disable-multibyte)
10282         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10283         macros.
10284
10285         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10286         instead of encode-coding-string.
10287
10288         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10289         'xemacs) instead of mm-emacs-mule to switch function definitions.
10290         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10291
10292         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10293         bind temporary-file-directory for XEmacs;
10294         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10295         timer-set-function for XEmacs 21.4 and SXEmacs;
10296         bind timer-list for XEmacs 21.4 and SXEmacs;
10297         fbind char-charset and find-charset-region for non-Mule XEmacs;
10298         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10299         encode-coding-region and encode-coding-string for XEmacs having no
10300         file-coding feature.
10301
10302 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10303
10304         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10305
10306 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10309         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10310
10311 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10312
10313         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10314         alias `jka-compr-delete-temp-file' no longer exists.
10315
10316 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10317
10318         Use define-minor-mode in Gnus where applicable.
10319         * mml.el (mml-mode): Use define-minor-mode.
10320         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10321         (gnus-undo-mode): Use define-minor-mode.
10322         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10323         (gnus-dead-summary-mode): Use define-minor-mode.
10324         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10325         Initialize in declaration.
10326         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10327         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10328         (gnus-mailing-list-mode): Use define-minor-mode.
10329         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10330         (gnus-draft-mode): Use define-minor-mode.
10331         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10332         (gnus-dired-mode): Use define-minor-mode.
10333
10334 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10335
10336         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10337         handles on recursive mml-to-mime translation and check them for
10338         boundary delimiter collisions.  Reported by Greg Troxel.
10339
10340 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10343
10344 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10345
10346         * mm-util.el (mm-find-buffer-file-coding-system):
10347         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10348
10349 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10350
10351         * message.el (message-generate-headers): Record insertion of optional
10352         headers as well.  Otherwise the check to prevent repeated insertion of
10353         optional headers is a no-op.
10354
10355 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10356
10357         * smime.el: Don't mention CVS.
10358
10359         * nnrss.el (nnrss-fetch): Don't mention CVS.
10360
10361         * nnir.el: Don't mention CVS.
10362
10363 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10364
10365         * gnus-sum.el (gnus-summary-bookmark-make-record):
10366         Add `location' field.
10367
10368 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * lpath.el: Fbind bookmark-default-handler,
10371         bookmark-get-bookmark-record, bookmark-make-record-default,
10372         bookmark-prop-get for Emacs <23 and XEmacs.
10373
10374 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10375
10376         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10377         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10378         Use with-current-buffer to silence the byte-compiler.
10379         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10380         bother to require `gnus'.
10381         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10382
10383 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10384
10385         * gnus-sum.el (gnus-summary-bookmark-make-record)
10386         (gnus-summary-bookmark-jump): New functions.
10387         (gnus-summary-mode): Setup bookmark support.
10388
10389 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10390
10391         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10392         if set.
10393
10394 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10397         gnus-article-browse-html-save-cid-image; make it work recursively for
10398         forwarded messages as well.
10399         (gnus-article-browse-html-parts): Work when prefix arg is given.
10400         (gnus-article-browse-html-article): Doc fix.
10401
10402 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10403
10404         * message.el (message-default-mail-headers):
10405         (message-default-headers): Carry the value mail-default-headers over
10406         into message-default-mail-headers, rather than message-default-headers.
10407
10408 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10409
10410         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10411         charset.
10412
10413         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10414         charset into the <meta> tag when the article is encoded to utf-8.
10415
10416 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * gnus-art.el (gnus-article-browse-delete-temp-files):
10419         Delete directories as well.
10420         (gnus-article-browse-html-parts): Work for images that do not specify
10421         file names; delete temp directory when quitting; insert header at the
10422         right place; use file: scheme for image files.
10423
10424 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10425
10426         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10427         (gnus-article-browse-html-parts): Use it to make temporary cid image
10428         files in addition to html file so that browser may display them.
10429
10430 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10433
10434 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10435
10436         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10437
10438 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10439
10440         * auth-source.el (auth-sources): Change default to be simpler.
10441         Explain about Secret Service API sources.  Improve Customize options.
10442         (auth-source-pick): Change to accept any number of search parameters.
10443         Implement fallbacks iteratively, not recursively.  Add scoring on the
10444         second pass and sort by score.  Call Secret Service API when needed.
10445         (auth-source-user-or-password): Use it.  Call Secret Service API
10446         directly when needed to get the user name and the password.
10447
10448 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10449
10450         * message.el (message-interactive): Doc fix.
10451         (message-qmail-inject-args): Reflow.
10452         (message-kill-to-signature): Fix typo in docstring.
10453
10454         * smiley.el (smiley-buffer): Fix typo in docstring.
10455
10456 2010-03-24  Glenn Morris  <rgm@gnu.org>
10457
10458         * mail-source.el (gnus-message): Declare.
10459         (mail-source-delete-old-incoming): Require gnus-util.
10460
10461 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10464
10465         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10466
10467         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10468         password-cache's default if it is not bound.
10469         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10470         password-cache-expiry's default if it is not bound.
10471
10472         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10473         available in Emacs 21.
10474
10475         * lpath.el: Suppress compiler warnings for:
10476         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10477         XEmacs;
10478         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10479         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10480         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10481
10482 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10483
10484         * auth-source.el (auth-sources): Fix up definition so extra parameters
10485         are always inline.
10486
10487 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10488
10489         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10490         wasn't updated after mismatch.  Clear cached mailbox info correctly
10491         when uidvalidity changes.
10492         (nnimap-group-prefixed-name): New function to avoid some code
10493         duplication.
10494         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10495         (nnimap-request-group): Use it.
10496         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10497         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10498         with many imap folders.  This is done by caching the group status from
10499         the imap server persistently in a group parameter `imap-status'.  (This
10500         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10501         but not persistently, so every Gnus startup was still very slow.)
10502
10503 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10504
10505         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10506         delete the extra newline.  Otherwise editing of :string and :number
10507         types don't work.
10508
10509 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10510
10511         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10512         secrets.el dependency.
10513         (auth-sources): Add optional user name.  Add secrets.el configuration
10514         choice (unused right now).
10515
10516 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10517
10518         * gnus-sum.el (gnus-summary-make-menu-bar):
10519         Let `gnus-registry-install-shortcuts' fill in the functions.
10520
10521         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10522         warnings.
10523         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10524         (gnus-registry-install-shortcuts): Populate and use it in a
10525         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10526
10527 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10528
10529         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10530         In-place substitutions for the group name encoding/decoding.
10531         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10532         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10533         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10534         (nnimap-update-unseen, nnimap-request-list)
10535         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10536         (nnimap-request-set-mark, nnimap-split-to-groups)
10537         (nnimap-split-articles, nnimap-request-newgroups)
10538         (nnimap-request-create-group, nnimap-request-accept-article)
10539         (nnimap-request-delete-group, nnimap-request-rename-group)
10540         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10541         `encoded-mbx' for consistency.
10542         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10543         variable `imap-current-mailbox'.
10544
10545         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10546         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10547
10548 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10549
10550         * pop3.el (pop3-display-message-size-flag): Display message size byte
10551         counts during POP3 download.
10552         (pop3-movemail): Use it.
10553         (pop3-list): Implement listing of available messages.
10554
10555 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10556
10557         * nnir.el (nnir-get-article-nov-override-function): New function to
10558         override the normal NOV retrieval.
10559         (nnir-retrieve-headers): Use it.
10560
10561 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10562
10563         * auth-source.el (netrc-machine-user-or-password): Autoload.
10564
10565 2010-03-19  Glenn Morris  <rgm@gnu.org>
10566
10567         Stop message.el from loading about 40 libraries it doesn't always need.
10568         The general approach is to autoload rather than require, and to
10569         require in the specific functions rather than the file.  (Bug#5642)
10570
10571         * gmm-utils.el: Don't require wid-edit.
10572         (widget-create-child-value, widget-convert, widget-default-get):
10573         Autoload.
10574
10575         * gnus-util.el: Don't require time-date, netrc.
10576         (message-fetch-field, gnus-group-name-decode): Declare rather than
10577         autoloading.
10578         (gnus-fetch-field): Require message.
10579         (gnus-decode-newsgroups): Require gnus-group.
10580
10581         * ietf-drums.el: Don't require time-date.
10582
10583         * message.el: Don't require hashcash, canlock, ecomplete.
10584         Do require mail-utils.  Require nnheader only when compiling.
10585         (smtpmail-default-smtp-server): Remove declaration.
10586         (message-send-mail-function): Check smtpmail-default-smtp-server
10587         is bound rather than requiring smtpmail.
10588         (message-auto-save-directory, message-insert-signature):
10589         Use expand-file-name rather than nnheader-concat.
10590         (nnheader-insert-file-contents): Autoload.
10591         (hashcash-wait-async): Declare.
10592         (message-send-mail): Only call gnus-setup-posting-charset if
10593         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10594         (message-send-mail-with-sendmail): Require sendmail.
10595         (canlock-password, canlock-password-for-verify): Declare.
10596         (message-canlock-password): Require canlock.
10597         (nnheader-get-report): Autoload.
10598         (gnus-setup-posting-charset): Declare.
10599         (message-send-news): Require gnus-msg.
10600         (message-make-references, message-make-in-reply-to): Use mail-header-id
10601         rather than the alias mail-header-message-id.
10602         (ecomplete-add-item, ecomplete-save): Declare.
10603         (message-put-addresses-in-ecomplete): Require ecomplete.
10604         (ecomplete-display-matches): Autoload.
10605
10606         * mm-decode.el: Don't require mailcap, gnus-util.
10607         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10608         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10609         Autoload.
10610         (mailcap-mime-extensions): Declare.
10611
10612         * mm-encode.el: Don't require mailcap.
10613         (mailcap-extension-to-mime): Autoload.
10614
10615         * mml-sec.el: Don't require password-cache.
10616
10617         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10618         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10619         (mml-minibuffer-read-type): Require mailcap.
10620         (mml-preview): Require gnus-msg.
10621
10622         * mml1991.el: Require password-cache.
10623         (password-cache-expiry): Remove declaration.
10624
10625         * mml2015.el: Require password-cache.
10626         (password-cache-expiry): Remove declaration.
10627
10628         * nneething.el (mailcap): Require mailcap.
10629
10630         * nnheader.el (declare-function): Add compatibility stub.
10631         (message-remove-header): Declare rather than autoload.
10632         (nnheader-replace-header): Require message.
10633
10634         * nnimap.el (declare-function): Add compatibility stub.
10635         (netrc-parse, netrc-machine-user-or-password): Declare.
10636         (nnimap-open-connection): Require netrc.
10637
10638         * nntp.el (declare-function): Add compatibility stub.
10639         (netrc-parse, netrc-machine, netrc-get): Declare.
10640         (nntp-send-authinfo): Require netrc.
10641
10642         * rfc2047.el: Don't require qp.
10643         (quoted-printable-encode-region, quoted-printable-decode-string):
10644         Autoload.
10645
10646         * sieve-mode.el: Don't require easymenu.
10647         (easy-menu-add-item): Autoload it.
10648
10649         * spam-stat.el (time-to-number-of-days): Autoload it.
10650
10651 2010-03-19  Glenn Morris  <rgm@gnu.org>
10652
10653         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10654
10655 2010-03-18  Glenn Morris  <rgm@gnu.org>
10656
10657         * hashcash.el (declare-function): Remove duplicate definition.
10658
10659 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10660
10661         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10662         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10663         value if any backslash escapes).
10664
10665 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10668         if it is available.  (bug#5647)
10669
10670         * lpath.el: Suppress compiler warning for coding-system-from-name for
10671         Emacs 21 and XEmacs.
10672
10673 2010-03-14  Juri Linkov  <juri@jurta.org>
10674
10675         * hmac-def.el:
10676         * hmac-md5.el:
10677         * netrc.el: Fix keywords.
10678
10679 2010-02-26  Glenn Morris  <rgm@gnu.org>
10680
10681         * message.el (message-send-mail-function): Change the default, so that
10682         it inherits from a customized send-mail-function.  (Bug#5643)
10683
10684 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10685
10686         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10687         shell-command-to-string signals an error (bug#5299).
10688
10689 2010-02-24  Glenn Morris  <rgm@gnu.org>
10690
10691         * message.el (message-smtpmail-send-it)
10692         (message-send-mail-with-mailclient): Doc fixes.
10693
10694 2010-02-16  Glenn Morris  <rgm@gnu.org>
10695
10696         * message.el (message-default-mail-headers): Change the default value
10697         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10698
10699 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10702         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10703
10704 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10705
10706         * time-date.el (date-to-time): Doc fix (Bug#5408).
10707
10708 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10709
10710         * message.el (message-mail): Just pass yank-action on to message-setup.
10711         (message-setup): Handle (FUN . ARGS) form of yank-action.
10712         (message-with-reply-buffer, message-widen-reply)
10713         (message-yank-original): Handle non-buffer values of
10714         message-reply-buffer (Bug#4080).
10715         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10716
10717 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10718
10719         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10720         Fix typo in docstring.
10721
10722 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10723
10724         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10725         response.
10726
10727 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10730
10731         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10732
10733         * message.el (message-check-news-header-syntax): Protect against a
10734         string that `rfc822-addresses' returns when parsing fails.
10735
10736 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10739         (gnus-previous-char-property-change): New functions.
10740
10741         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10742
10743 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10744
10745         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10746         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10747
10748 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10749
10750         * message.el (message-exchange-point-and-mark): Rework last change to
10751         avoid using optional arg of exchange-point-and-mark, for backward
10752         compatibility.
10753
10754 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10755
10756         * message.el (message-exchange-point-and-mark):
10757         Call exchange-point-and-mark with an argument rather than setting
10758         mark-active by hand (Bug#5175).
10759
10760 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * nntp.el (nntp-service-to-port): Work for service expressed with
10763         numeric string; replace [:digit:] with [0-9] for XEmacs.
10764
10765 2009-12-17  Glenn Morris  <rgm@gnu.org>
10766
10767         * gnus-group.el (gnus-bug-group-download-format-alist):
10768         Change emacs entry to debbugs.gnu.org.  Bump :version.
10769
10770 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10773
10774 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10775
10776         * message.el (message-info): Explain why we use `Info-goto-node'.
10777
10778 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10781
10782 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10783
10784         * message.el (message-completion-in-region): New compatibility function.
10785         (message-expand-group): Use it.
10786
10787 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10790         with no unread article should be listed if the 2nd arg `predicate' is
10791         given.
10792
10793 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10796
10797 2009-11-29  Juri Linkov  <juri@jurta.org>
10798
10799         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10800         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10801         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10802
10803 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10804
10805         * sha1.el (sha1-string-external): default-directory "/" in case
10806         otherwise non-existent.  process-connection-type pipe for touch of
10807         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10808
10809 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10810
10811         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10812         it's comms related and sgml-mode.el has "comm" on that basis too.
10813
10814 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10817         containing tspecial characters if they have been already quoted.
10818
10819 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10820
10821         * dns-mode.el (auto-mode-alist): Purecopy string.
10822
10823 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10824
10825         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10826
10827 2009-10-24  Glenn Morris  <rgm@gnu.org>
10828
10829         * gnus-art.el (help-xref-stack-item): Define for compiler.
10830
10831 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10832
10833         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10834
10835 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10838
10839 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10842         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10843
10844 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10847         (gnus-overlays-in): New alias to overlays-in.
10848
10849         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10850         gnus-overlay-get, and gnus-delete-overlay.
10851         (gnus-summary-show-thread): Make it work as well for systems in which
10852         next-single-char-property-change is not available.
10853         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10854
10855         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10856         (gnus-overlay-get): New alias to extent-property.
10857         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10858
10859         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10860         SXEmacs.
10861
10862         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10863         SXEmacs.
10864
10865 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10868
10869 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10870
10871         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10872         and XEmacs that don't have `remove-overlays'.
10873
10874 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10875
10876         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10877         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10878         selective display.  Use overlays instead.
10879
10880 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10881
10882         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10883
10884 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10885
10886         * spam-stat.el (spam-stat-load): Fix typo in message.
10887
10888 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10889
10890         * dig.el (dig-invoke): Fix typo in docstring.
10891         (query-dig): Reflow docstring.
10892
10893 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10894
10895         * gnus-art.el (gnus-article-encrypt-body):
10896         * message.el (message-check-recipients):
10897         * mm-util.el (mm-codepage-setup):
10898         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10899         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10900
10901 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10902
10903         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10904         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10905         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10906         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10907         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10908
10909 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10910
10911         * dig.el: Add "Keywords: comm", as per net-utils.el.
10912
10913 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10914
10915         * dig.el (dig-mode): Use define-derived-mode.
10916
10917 2009-09-19  Glenn Morris  <rgm@gnu.org>
10918
10919         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10920
10921 2009-09-18  Glenn Morris  <rgm@gnu.org>
10922
10923         * gnus-diary.el (gnus-diary-check-message):
10924         * message.el (message-insert-formatted-citation-line):
10925         * nnbabyl.el (top-level):
10926         * nndiary.el (nndiary-schedule):
10927         Fix typos in condition-case handlers.
10928
10929 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10932         configuration that provides the sole article window in a frame;
10933         position point correctly after deleting a part.
10934
10935 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10936
10937         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10938         (spam-resolve-registrations-routine): Use it to unregister articles
10939         that change status.
10940
10941 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10944         with XEmacs.
10945         (parse-time-string-chars): Use it.
10946
10947 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10948
10949         * imap.el (imap-interactive-login): Better messages.
10950         (imap-open): Fix bug with renamed buffer on reconnect.
10951         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10952         for easier debugging and cleaner code.  On successful (guessed based on
10953         server capabilities) secondary authentication, set imap-state
10954         correctly.
10955         (imap-last-authenticator): Define imap-last-authenticator as a variable
10956         to avoid warnings.
10957
10958 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * nnrss.el (nnrss-request-article): Remove binding of
10961         default-enable-multibyte-characters that has gotten needless by
10962         the 2007-07-13 change in rfc2047-encode-message-header.
10963
10964         * mml.el (mml-insert-multipart): Error on the message header.
10965         (mml-insert-part): Error on the message header; position point at
10966         the end of a MIME tag.
10967
10968 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * time-date.el (autoload): Expand define-obsolete-function-alias into
10971         defalias and make-obsolete for old Emacsen that Gnus supports.
10972         (with-no-warnings): Define it for old Emacsen.
10973         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10974         is available.
10975         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10976         float-time is available; suppress compile warning for time-to-seconds.
10977
10978         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10979         (gnus-float-time): Alias to float-time if it exists.
10980
10981         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10982         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10983         float-time is available; suppress compile warning for time-to-seconds.
10984
10985         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10986         XEmacs.
10987
10988 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10989
10990         * imap.el (imap-message-map): Docstring fix.
10991
10992 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10995         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10996         Add the optional argument `encoding' that overrides the default.
10997
10998         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10999         mm-encode-buffer.
11000
11001 2009-09-04  Glenn Morris  <rgm@gnu.org>
11002
11003         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11004         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11005         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11006         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11007         * mm-util.el (mm-with-unibyte-current-buffer)
11008         (mm-find-buffer-file-coding-system):
11009         * yenc.el (yenc-decode-region): Use default-value rather than
11010         default-enable-multibyte-characters.
11011
11012 2009-09-03  Glenn Morris  <rgm@gnu.org>
11013
11014         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11015         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11016         than default-enable-multibyte-characters.
11017
11018 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11019
11020         * gnus-art.el (gnus-article-read-summary-keys):
11021         Fix gnus-buffer-configuration's value temporarily used.
11022
11023 2009-09-02  Glenn Morris  <rgm@gnu.org>
11024
11025         * gnus-util.el (gnus-float-time): New function.
11026         * gnus-delay.el (gnus-delay-article):
11027         * gnus-sum.el (gnus-thread-latest-date):
11028         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11029         * nnspool.el (nnspool-request-newgroups):
11030         Use gnus-float-time rather than time-to-seconds.
11031         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11032
11033         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11034         (gnus-header-subject-face, gnus-header-newsgroups-face)
11035         (gnus-header-name-face, gnus-header-content-face):
11036         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11037         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11038         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11039         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11040         (gnus-cite-face-11):
11041         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11042         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11043         (gnus-server-closed-face, gnus-server-denied-face)
11044         (gnus-server-offline-face):
11045         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11046         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11047         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11048         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11049         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11050         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11051         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11052         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11053         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11054         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11055         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11056         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11057         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11058         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11059         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11060         (gnus-summary-high-undownloaded-face)
11061         (gnus-summary-low-undownloaded-face)
11062         (gnus-summary-normal-undownloaded-face)
11063         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11064         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11065         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11066         (gnus-splash-face):
11067         * message.el (message-header-to-face, message-header-cc-face)
11068         (message-header-subject-face, message-header-newsgroups-face)
11069         (message-header-other-face, message-header-name-face)
11070         (message-header-xheader-face, message-separator-face)
11071         (message-cited-text-face, message-mml-face):
11072         * sieve-mode.el (sieve-control-commands-face)
11073         (sieve-action-commands-face, sieve-test-commands-face)
11074         (sieve-tagged-arguments-face):
11075         * spam.el (spam-face):
11076         Mark face aliases with "-face" in the name as obsolete.
11077
11078 2009-09-01  Glenn Morris  <rgm@gnu.org>
11079
11080         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11081         than goto-line.
11082
11083 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11086         Don't move point if the command is invoked inside the message header.
11087
11088 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11089
11090         * imap.el (imap-send-command): Simplify.
11091         (imap-wait-for-tag): point-max -> buffer-size.
11092
11093 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11094
11095         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11096         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11097         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11098         * nnir.el (nnir-swish-e-index-file):
11099         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11100         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11101         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11102         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11103         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11104         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11105
11106 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11109         Don't save excursion.
11110
11111 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11112
11113         * nnheader.el (nnheader-find-file-noselect):
11114         * mm-util.el (mm-insert-file-contents):
11115         Use (default-value 'major-mode) instead of default-major-mode.
11116
11117 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11118
11119         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11120
11121 2009-08-26  Glenn Morris  <rgm@gnu.org>
11122
11123         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11124         than placing in files.el.
11125
11126 2009-08-25  Glenn Morris  <rgm@gnu.org>
11127
11128         * nnir.el (top-level): Don't require cl at run-time.
11129         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11130         Replace cl-function substitute with gnus-replace-in-string.
11131         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11132         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11133         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11134         simplified expansions.
11135
11136 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11137
11138         * dig.el (dig): Add autoload cookie.
11139
11140 2009-08-22  Glenn Morris  <rgm@gnu.org>
11141
11142         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11143         goto-line.
11144
11145 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11146
11147         * parse-time.el (parse-time-string-chars): Save match data.
11148
11149 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11150
11151         * parse-time.el (parse-time-string-chars): Compute using character
11152         classes, to handle non-ascii characters (Bug#3190).
11153
11154 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11157
11158         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11159         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11160         (gnus-mm-display-part, gnus-mime-display-single)
11161         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11162         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11163
11164         * gnus-sum.el
11165         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11166         (gnus-summary-move-article): Add expirable mark to articles copied or
11167         moved to group that has auto-expire turned on if the option is non-nil.
11168
11169 2009-07-24  Glenn Morris  <rgm@gnu.org>
11170
11171         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11172         Fix typo.  (Bug#3903)
11173
11174 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11177         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11178         that should not be used for draft articles.
11179         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11180         that has no concern in minor mode keys.
11181         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11182         Abolish.
11183
11184 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11187         article without making inquiry to a user for unknown encoding.
11188
11189         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11190         (nnmaildir--scan): Assume i-node and device number that file-attributes
11191         returns might be cons-cell.
11192
11193         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11194
11195         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11196
11197 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11198
11199         * auth-source.el: Remove docs now in auth.texi.  Don't use
11200         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11201         `auth-source-hide-passwords' and use them.
11202
11203 2009-07-15  Glenn Morris  <rgm@gnu.org>
11204
11205         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11206
11207 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11210         excessive whitespace from the default values of title and description.
11211
11212 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11215         mail-fetch-field to fetch Content-Description header in order to
11216         exclude newlines.
11217
11218 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11219
11220         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11221         format used by GnuPG 2.0.11.
11222
11223 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11226         to deleted part.
11227
11228 2009-05-30  David Engster  <dengste@eml.cc>
11229
11230         * nnmairix.el: Remove old documentation in the commentary block.
11231         (nnmairix-request-group): Do not update active file for nnml back ends.
11232         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11233         end so that overview files are ignored.
11234         (nnmairix-update-groups): Make updating the groups more robust by using
11235         marks.
11236         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11237         with dollar characters in message-id.
11238
11239 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11240
11241         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11242         2008-12-25 in dns.el.
11243
11244 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11245
11246         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11247         could happen if the text is only composed of spaces and/or tabs.
11248
11249 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11250
11251         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11252         when sending a queued message to avoid extra mml tags.
11253
11254 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11257
11258 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11261         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11262         rmail-toggle-header for XEmacs;
11263         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11264
11265 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * gnus-dired.el: Remove autoload for gnus-setup-message.
11268         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11269         displaying Gnus logo; always use compose-mail.
11270
11271 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11274
11275 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11278         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11279         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11280         available.
11281         (gnus-nocem-epg-verify): New function.
11282
11283 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11286
11287 2009-02-15  Glenn Morris  <rgm@gnu.org>
11288
11289         * gnus-util.el (rmail-insert-rmail-file-header)
11290         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11291         autoloads.
11292         (rmail-default-rmail-file): Remove unnecessary declaration.
11293         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11294
11295 2009-02-14  Glenn Morris  <rgm@gnu.org>
11296
11297         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11298         variable (only used in gnus-util, which declares it anyway).
11299         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11300         which was only needed by gnus-art (changed to not use it any more).
11301         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11302         only used in gnus-util, which autoloads it itself.
11303         (rmail-update-summary): Fix autoload.
11304
11305         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11306         rather than rmail-output-to-rmail-file.
11307
11308 2009-02-07  Glenn Morris  <rgm@gnu.org>
11309
11310         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11311         autoload of function that no longer exists.
11312         (rmail-toggle-header): Declare.
11313         (message-forward-rmail-make-body): Handle mbox Rmail.
11314
11315 2009-01-31  Glenn Morris  <rgm@gnu.org>
11316
11317         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11318         2009-01-09 change.
11319
11320 2009-01-31  Dave Love  <fx@gnu.org>
11321
11322         * imap.el (imap-fetch-safe): Bind debug-on-error.
11323         (imap-debug): Add imap-fetch-safe.
11324
11325 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11326
11327         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11328         (auth-source-forget-all-cached): New convenience function.
11329         (auth-source-user-or-password): Accept list of modes or a single mode.
11330
11331         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11332         auth-source modes.
11333
11334         * netrc.el (netrc-machine-user-or-password): Use list of
11335         auth-source modes.
11336
11337         * nnimap.el (nnimap-open-connection): Use list of
11338         auth-source modes.
11339
11340         * nntp.el (nntp-send-authinfo): Use list of
11341         auth-source modes.
11342
11343 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11344
11345         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11346         now.
11347
11348 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11351         coding system in XEmacs; add a workaround for XEmacs.
11352
11353         * lpath.el: Fbind coding-system-aliasee.
11354
11355 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11358         of current-language-environment.
11359
11360 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11363         available at runtime.
11364
11365 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11368
11369 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11370
11371         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11372         the greatest positive fixnum value doesn't work under an XEmacs with
11373         bignum support; use the most-positive-fixnum constant instead,
11374         available since Emacs 21.1 with cl and XEmacs 21.1.
11375
11376 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11379         XEmacs gets not to work.
11380
11381 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * mm-util.el (mm-coding-system-priorities): Allow the value like
11384         "Japanese (UTF-8)" of current-language-environment.
11385
11386 2009-01-09  Glenn Morris  <rgm@gnu.org>
11387
11388         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11389         with last-command-event.
11390
11391 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11392
11393         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11394         in the doc string.
11395
11396         * message.el (message-fix-before-sending): Amend comment.
11397
11398 2009-01-08  Dave Love  <fx@gnu.org>
11399
11400         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11401
11402 2009-01-07  David Engster  <dengste@eml.cc>
11403
11404         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11405         simplified server definitions by converting it via
11406         gnus-server-to-method.
11407
11408 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11411         parameter's operands.
11412
11413 2009-01-06  David Engster  <dengste@eml.cc>
11414
11415         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11416         primary select method (for gnus-group-mark-article-as-read).
11417
11418 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11419
11420         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11421         `(gnus)Face', not `(gnus)X-Face'.
11422
11423 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * mm-util.el (mm-ucs-to-char): New function.
11426
11427         * mm-url.el (mm-url-decode-entities): Use it.
11428
11429         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11430         unicode-to-char.
11431
11432 2009-01-05  Dave Love  <fx@gnu.org>
11433
11434         * time-date.el: Require cl for `declare'.
11435
11436 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11437
11438         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11439         Dave Love.
11440
11441 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * message.el (message-fix-before-sending): Add `eight-bit' to
11444         illegible-text check.
11445
11446 2009-01-03  Michael Olson  <mwolson@gnu.org>
11447
11448         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11449         `headers' is nil.  This can occur if the IMAP server does not have
11450         permissions to read messages from a folder, but can write new messages
11451         to the folder.
11452         (nnimap-request-article-part): Do not insert `data' if it is nil.
11453
11454         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11455         characters which will confuse `read', so skip past them.
11456
11457 2009-01-01  Dave Love  <fx@gnu.org>
11458
11459         * imap.el (imap-string-to-integer): Fix typo.
11460         (imap-fetch-safe): New function.
11461         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11462
11463         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11464
11465         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11466         (imap-parse-greeting): Fix doc strings.
11467         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11468         (imap-parse-flag-list): Make messages unique.
11469         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11470
11471         * nnimap.el: Fix author email.
11472         (nnimap-split-rule): Add FIXME comment.
11473         (nnimap-debug): Fix doc string.
11474
11475 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11478
11479 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11482         nslookup if resolv.conf isn't available.
11483         (dns-query): Rename from query-dns.
11484         (dns-query-cached): Rename from query-dns-cached.
11485
11486 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11489         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11490         to check if those variables exist (first appeared in Emacs 18.50).
11491
11492 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * mm-util.el (mm-line-number-at-pos): New function.
11495
11496         * spam-report.el (spam-report-process-queue): Use it.
11497
11498 2008-12-24  David Engster  <dengste@eml.cc>
11499
11500         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11501         parameters that haven't existed as variables as buffer-local variables.
11502
11503 2008-12-23  Dave Love  <fx@gnu.org>
11504
11505         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11506         cadar.
11507
11508         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11509         imap-starttls-p.
11510         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11511
11512 2008-12-22  Dave Love  <fx@gnu.org>
11513
11514         * imap.el: Fix author email.  Doc fixes.
11515         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11516         reply.
11517
11518 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11519
11520         * spam-report.el (spam-report-gmane-max-requests): New constant.
11521         (spam-report-gmane-wait): New variable.
11522         (spam-report-gmane-ham, spam-report-gmane-spam)
11523         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11524         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11525         the server.
11526
11527         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11528         Add explanations.
11529
11530         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11531         nnheader-accept-process-output and nnheader-read-timeout if available.
11532         (pop3-movemail): Use it.
11533
11534         * message.el (message-check-news-body-syntax): Fix signature check if
11535         there's an attachment.
11536
11537 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * mm-util.el: Add comments to the mm- emulating functions.
11540
11541 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11544         Reported by Stephen Berman <stephen.berman@gmx.net>.
11545
11546 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * mm-util.el (mm-substring-no-properties): New function.
11549         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11550         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11551         (mm-string-to-multibyte): Doc fix.
11552
11553         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11554
11555 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * mml.el (mml-attach-file): Strip text properties from file name.
11558         (Bug#1574)
11559
11560 2008-12-16  Glenn Morris  <rgm@gnu.org>
11561
11562         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11563
11564 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11567         knows since the charset specified might be a bogus alias that
11568         mm-charset-synonym-alist provides.
11569
11570 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11573         "ISO_8859-1".
11574
11575         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11576
11577 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * mm-util.el (mm-charset-eval-alist):
11580         Define it before mm-charset-to-coding-system.
11581         (mm-charset-to-coding-system): Add optional argument `silent';
11582         define it before mm-charset-override-alist.
11583         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11584         default value if it can be used in Emacs currently running;
11585         silence mm-charset-to-coding-system.
11586
11587 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11590         `allow-override' which says whether to use `mm-charset-override-alist'.
11591         (rfc2047-decode-encoded-words): Use it.
11592
11593         * mm-util.el (mm-charset-override-alist): Fix custom type;
11594         add `(gb2312 . gbk)' to choices.
11595
11596 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11599         fast.
11600
11601         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11602
11603         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11604
11605 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11606
11607         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11608         on links.
11609
11610         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11611
11612 2008-12-03  Lute Kamstra  <lute@gnu.org>
11613
11614         * sha1.el: Remove leading * from docstrings of defcustoms,
11615         deffaces, defconsts and defuns.
11616
11617 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11620         users' addresses that don't have domain parts.
11621         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11622         rather than message-narrow-to-head since there will be the message
11623         header separator.
11624
11625 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11626
11627         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11628         since the result is inserted in a unibyte buffer anyway.
11629         (nnimap-demule-use-string-to-multibyte): Remove.
11630         (nnimap-demule): Alias it to mm-string-to-multibyte.
11631
11632 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11633
11634         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11635         variable for debugging bug#464 and bug#1174.
11636         (nnimap-demule): Use it.
11637
11638 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11639
11640         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11641         score calculation correctly.
11642
11643 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11644
11645         * message.el (message-send-mail): Just set the buffer to unibyte
11646         rather than use mm-with-unibyte-current-buffer which does a lot more.
11647         (message-send-mail-partially): Don't bother with
11648         mm-with-unibyte-current-buffer since it's already been made unibyte by
11649         message-send-mail.
11650
11651 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11652
11653         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11654
11655 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11656
11657         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11658
11659 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11662         require itself and to remove `with-no-warnings'.
11663
11664 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11665
11666         * starttls.el (starttls-any-program-available): Get the name of the
11667         available TLS layer program.
11668         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11669         well as the host name in the "opening" message.
11670
11671         * auth-source.el (auth-source-cache, auth-source-do-cache)
11672         (auth-source-user-or-password): Cache passwords and logins by default,
11673         allow override with `auth-source-do-cache'.
11674         (auth-source-forget-user-or-password): Allow users to remove cache
11675         entries if needed.
11676
11677 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11678
11679         * md4.el (md4-buffer): Fix typo in docstring.
11680         (md4, md4-64): Doc fixes.
11681         (md4-pack-int32): Reflow docstring.
11682
11683 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11684
11685         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11686         condition-case to only the forward-sexp call.
11687
11688 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11689
11690         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11691         quotes contained.  Make it more robust regardless by an extra
11692         condition-case wrapper.
11693
11694 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11697
11698 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * nnml.el (nnml-request-expire-articles): Check if the function set to
11701         `nnmail-expiry-target' returns the symbol `delete'.
11702
11703         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11704
11705         * nnmail.el (nnmail-expiry-target): Fix custom type.
11706
11707 2008-10-02  Glenn Morris  <rgm@gnu.org>
11708
11709         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11710         Silence compiler warning.
11711
11712 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11713
11714         * tls.el (open-tls-stream): Show the actual command being
11715         executed, instead of the format string.
11716
11717 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * lpath.el: Fbind codepage-setup for Emacs 23.
11720
11721 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11722
11723         * mml.el (mml-menu): Don't assume mml2015 is bound.
11724
11725 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11728         exists.
11729
11730 2008-09-27  Glenn Morris  <rgm@gnu.org>
11731
11732         * gnus-util.el (mail-header-remove-comments): Autoload it.
11733
11734 2008-09-27  Andreas Schwab  <schwab@suse.de>
11735
11736         * gnus-util.el (gnus-split-references): Strip comments.
11737         (gnus-parent-id): Likewise.
11738
11739 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * message.el (message-confirm-send): Fix version.
11742
11743 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * message.el (message-idna-to-ascii-rhs-1): Use
11746         mail-extract-address-components rather than mail-header-parse-addresses
11747         that is an alias by default to ietf-drums-parse-addresses that does not
11748         support non-ASCII names in headers' contents.
11749
11750 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11751
11752         * message.el (message-confirm-send): Fix variable documentation to
11753         avoid the "y/n" wording.
11754
11755 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11756
11757         * message.el (message-set-auto-save-file-name): Save to a different
11758         filename so multiple messages (especially drafts) can be recovered.
11759
11760 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11761
11762         * message.el (message-confirm-send): Add appropriate version.
11763
11764 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11765
11766         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11767         defvar.
11768
11769 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11770
11771         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11772         (mm-pkcs7-enveloped-magic): Ditto.
11773
11774 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11775
11776         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11777         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11778
11779 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11780
11781         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11782         default, it's better.
11783
11784 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11785
11786         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11787         summary line gnus-number property and ignore them (with a warning
11788         message).
11789
11790 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11793         macro caddr in the interactive form since it won't be expanded.
11794
11795 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11798         `charset'; fix name of function called recursively.
11799         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11800
11801 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11804         (gnus-mime-set-charset-parameters): New function.
11805         (gnus-mime-view-part-as-charset): Use it to correctly display part
11806         specifying wrong charset.
11807
11808 2008-09-08  David Engster  <dengste@eml.cc>
11809
11810         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11811         in completing-read for back end server.
11812
11813 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11814
11815         * message.el (message-confirm-send): New variable to confirm sending a
11816         message.
11817         (message-send): Use it.
11818
11819 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11820
11821         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11822
11823 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11826
11827 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11828
11829         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11830         prevent tracking too many groups.
11831         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11832         Use it.
11833
11834 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11835
11836         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11837         moving point to the bottom of the window in order to avoid recentering.
11838
11839 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11842
11843         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11844         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11845         (gnus-article-beginning-of-window): Fix calculation.
11846
11847 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * gnus-msg.el (gnus-summary-supersede-article)
11850         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11851         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11852         message header.
11853
11854 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11855
11856         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11857         pending output coming after the status change.
11858
11859 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11860
11861         * message.el:
11862         * gnus-start.el:
11863         * gnus-registry.el: Remove VMS support.
11864
11865 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11868         macro.
11869         (rfc2104-hash): Use it.
11870
11871 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11872
11873         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11874         (gnus-summary-sort-by-most-recent-date): New commands.
11875         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11876         and menu entries.
11877
11878 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11881         don't redisplay article for raw contents; remove plural articles stuff.
11882
11883         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11884         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11885         on gnus-summary-save-article; display results properly.
11886
11887 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * lpath.el: No need to fbind ns-focus-frame.
11890
11891 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11894
11895 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * gnus-art.el (gnus-summary-save-in-pipe):
11898         Consider gnus-save-all-headers.
11899
11900 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11901
11902         * gnus-util.el (ns-focus-frame): Remove declaration.
11903         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11904         like x.
11905
11906 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11907
11908         * rfc2104.el (rfc2104-zero): Delete defconst.
11909         (rfc2104-hex-alist): Likewise.
11910         (rfc2104-hex-to-int): Delete func.
11911         (rfc2104-hexstring-to-bitstring): Likewise.
11912         (rfc2104-nybbles): New defconst.
11913         (rfc2104-hash): Rewrite for speed.
11914
11915 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * tls.el (open-tls-stream): Make it work with the 2nd argument
11918         BUFFER that is a string but does not exist as a buffer object, as
11919         mentioned in the doc-string.
11920
11921 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11924         SXEmacs.
11925
11926 2008-07-16  Glenn Morris  <rgm@gnu.org>
11927
11928         * gnus-util.el (ns-focus-frame): Declare for compiler.
11929
11930 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11933         set as a group parameter.
11934         (gnus-summary-save-in-pipe): Work when it is called independently.
11935         (gnus-summary-pipe-to-muttprint): Don't modify
11936         gnus-summary-pipe-output-default-command.
11937
11938 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11939
11940         * message.el (message-send-mail-with-sendmail):
11941         Display the error message.
11942
11943 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-art.el (gnus-default-article-saver):
11946         Add gnus-summary-save-in-pipe to choices.
11947         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11948         gnus-summary-pipe-output-default-command as the default command.
11949         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11950         instead of gnus-last-shell-command.
11951
11952         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11953         New user option.
11954         (gnus-summary-muttprint-program): Mention the value will be changed.
11955         (gnus-summary-save-article): Force showing of all headers.
11956         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11957
11958 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11959
11960         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11961
11962 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11963
11964         * nnimap.el (nnimap-id):
11965         * sieve-manage.el (sieve-manage-open): Doc fixes.
11966
11967 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11968
11969         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11970         if available.
11971
11972 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11973
11974         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11975
11976         * nnkiboze.el (nnkiboze-generate-group):
11977         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11978
11979         * nnmairix.el: Require CL.
11980
11981 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * dgnushack.el: Autoload get-display-table and put-display-table for
11984         XEmacs 21.5.
11985
11986         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11987         21.4 and SXEmacs.
11988
11989 2008-06-15  David Engster  <dengste@eml.cc>
11990
11991         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11992
11993 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11994
11995         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11996         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11997         runtime choice under XEmacs.
11998
11999         * gnus-sum.el (gnus-summary-set-display-table):
12000         Use `gnus-put-display-table', `gnus-get-display-table',
12001         `gnus-set-display-table' for the display table, instead of `aset'.
12002
12003         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12004         Use `gnus-put-display-table', `gnus-get-display-table',
12005         `gnus-set-display-table' for the display table.
12006
12007 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12008
12009         * nnmairix.el: Add autoloads.
12010
12011 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * nnmairix.el (nnmairix-delete-recreate-group)
12014         (nnmairix-update-and-clear-marks): Fix error messages.
12015
12016 2008-06-14  David Engster  <dengste@eml.cc>
12017
12018         * nnmairix.el: Upgrade to version 0.6.
12019         (nnmairix-group-toggle-propmarks-this-group)
12020         (nnmairix-group-toggle-readmarks-this-group)
12021         (nnmairix-group-delete-recreate-this-group)
12022         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12023         (nnmairix-remove-tick-mark-original-article): New commands.
12024         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12025         (nnmairix-propagate-marks-to-nnmairix-groups)
12026         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12027         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12028         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12029         functions needed for marks propagation and manipulation of read marks.
12030         (nnmairix-update-groups): New function.
12031         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12032         (nnmairix-determine-original-group-from-registry)
12033         (nnmairix-determine-original-group-from-path)
12034         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12035         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12036         New helper functions.
12037         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12038         keystrokes for new commands.
12039         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12040         (nnmairix-request-group): Check allow-fast group parameter.
12041         (nnmairix-request-create-group): Set allow-fast group parameter if
12042         nnmairix-allowfast-default is set.
12043         (nnmairix-close-group): Propagate marks upon closing if needed.
12044         (nnmairix-group-toggle-threads-this-group): Use new.
12045         nnmairix-group-toggle-parameter helper function.
12046         (nnmairix-search): Better check for empty search result.
12047         (nnmairix-goto-original-article): Use new helper functions for
12048         determining original article.
12049         (nnmairix-show-original-article): Make sure message-id is in brackets.
12050         (nnmairix-call-mairix-binary): Change variable name.
12051         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12052         helper function.
12053         (nnmairix-widget-toggle-activate): Fix doc string.
12054
12055 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * nnir.el: Require edmacro when compiling with XEmacs.
12058         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12059         available in Emacs 21.
12060
12061 2008-06-11  Glenn Morris  <rgm@gnu.org>
12062
12063         * gnus-util.el (x-focus-frame):
12064         * gnus.el (image-size):
12065         * mm-decode.el (image-size): Declare.
12066
12067         * gnus-picon.el (declare-function): Add compat definition.
12068         (image-size): Declare.
12069
12070         * gnus-group.el (tool-bar-map):
12071         * gnus-sum.el (tool-bar-map): Define for compiler.
12072
12073         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12074
12075         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12076
12077         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12078         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12079         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12080         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12081         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12082         * sieve-manage.el, spam-report.el, spam.el:
12083         Remove unnecessary eval-and-compile of autoloads.
12084
12085 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12086
12087         * auth-source.el: Precise Tramp doc.
12088
12089 2008-06-07  Glenn Morris  <rgm@gnu.org>
12090
12091         * nnmairix.el: Remove unnecessary eval-when-compile.
12092
12093 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * lpath.el: Fbind propertize for XEmacs 21.4.
12096
12097 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12098
12099         * nnir.el: Move here from ../contrib.
12100
12101 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12102
12103         * gnus-util.el (gnus-read-shell-command): New function.
12104         * mm-decode.el (mm-pipe-part):
12105         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12106
12107 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12110
12111 2008-06-03  Glenn Morris  <rgm@gnu.org>
12112
12113         * pop3.el (nnheader-accept-process-output): Autoload it.
12114
12115 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12118         are not 2-digit hexadecimal characters that follow `%'s.
12119
12120 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12121
12122         * message.el (message-bogus-recipient-p): Fix type in doc string.
12123         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12124         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12125         Improve custom options.
12126         (message-bogus-recipient-p): Adjust accordingly.
12127
12128 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12129
12130         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12131         long-form month and day names.
12132
12133 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * dgnushack.el: Autoload debug, eudc-expand-inline and
12136         pgg-snarf-keys-region for XEmacs.
12137
12138         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12139
12140         * nnmairix.el: Require edmacro when compiling with XEmacs.
12141
12142 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12143
12144         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12145         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12146
12147 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12148
12149         * auth-source.el: Add more docs.
12150
12151         * netrc.el (netrc-machine): Always match if the port is not given.
12152
12153 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12154
12155         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12156         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12157         retrieval faster in some cases, but might make CPU usage larger.
12158         If this has any bad side effects, we might revert this change.
12159
12160         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12161         seems to make mail retrieval much, much faster.
12162         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12163         unconditionally.
12164
12165         * gnus-draft.el (gnus-group-send-queue):
12166         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12167
12168 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12171
12172         * message.el (message-bogus-address-regexp): Fix and improve custom
12173         type.
12174         (message-setup-hook): Add message-check-recipients as custom option.
12175
12176 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12177
12178         * message.el (message-cite-function): Remove bogus autoload which crept
12179         in during merge from v5-10.
12180
12181 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12182
12183         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12184
12185         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12186
12187         * auth-source.el: Preliminary Tramp docs.
12188         (auth-sources): Change the default auth-sources to use
12189         EPA .gpg files.
12190
12191 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12192
12193         * nntp.el: Autoload `auth-source-user-or-password'.
12194         (nntp-send-authinfo): Use it.
12195
12196         * nnimap.el: Autoload `auth-source-user-or-password'.
12197         (nnimap-open-connection): Use it.
12198
12199         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12200         for the gnus-message function.
12201         (auth-source-user-or-password): Use it.
12202
12203 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12204
12205         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12206         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12207         (rfc2104-hash): Use it.
12208
12209 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12210
12211         * gnus-art.el (gnus-article-toggle-truncate-lines):
12212         Don't use `iff' in docstring.
12213
12214 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12215
12216         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12217
12218         * gnus-util.el (gnus-extract-address-component-name)
12219         (gnus-extract-address-component-email): Convenience functions around
12220         `gnus-extract-address-components'.
12221
12222         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12223         Use `gnus-extract-address-component-email' to fix bug of comparing full
12224         sender name to `user-mail-address'.
12225
12226 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12227
12228         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12229         catch/throw to optimize.
12230         (gnus-registry-find-keywords): Just use member to find a keyword.
12231
12232 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12233
12234         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12235         is current before calling gnus-server-prepare.
12236         (gnus-server-setup-buffer, gnus-server-update-server)
12237         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12238
12239 2008-05-04  Juri Linkov  <juri@jurta.org>
12240
12241         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12242         (mailcap-file-default-commands): Use mailcap-replace-in-string
12243         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12244         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12245
12246 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12247
12248         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12249
12250 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12251
12252         * gnus.el: Bump version to 0.11.
12253
12254 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12255
12256         * gnus.el: No Gnus v0.10 is released.
12257
12258 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12259
12260         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12261         hooks.
12262         (gnus-update-read-articles): Speed up non-marks-using users.
12263         (gnus-use-marks): Define gnus-use-marks.
12264         (gnus-propagate-marks): Rename variable to something more sensible.
12265
12266 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12267
12268         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12269         (gmm-image-load-path-for-library): Fix typos in docstrings.
12270         (gmm-message): Reflow docstring.
12271
12272 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12273
12274         * mail-source.el (mail-source-set-1, mail-source-bind):
12275         Move auth-source code out of the macro to clean it up and fix bugs.
12276
12277 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12278
12279         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12280         by sender if it's equal to user-mail-address, it's likely to be
12281         useless.
12282
12283         * mail-source.el (mail-source-bind): Don't use user or password if they
12284         are not bound.  Unintern them if they are nil.  Don't use server unless
12285         it's bound, and default it to empty string otherwise.
12286
12287 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12288
12289         * mail-source.el: Load auth-source.el.
12290         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12291         get user name or password, if auth-sources is set up.
12292
12293         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12294         strategy of splitting with parent.
12295         (gnus-registry-split-fancy-with-parent)
12296         (gnus-registry-post-process-groups): Use it and fix prior
12297         bug (returning a list as the split result).
12298
12299         * auth-source.el (auth-sources): Remove server parameter.
12300         (auth-source-pick, auth-source-user-or-password)
12301         (auth-source-user-or-password-imap)
12302         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12303         (auth-source-user-or-password-sftp)
12304         (auth-source-user-or-password-smtp): Remove server parameter.
12305
12306 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12307
12308         * smime.el (smime-sign-region, smime-encrypt-region)
12309         (smime-decrypt-region):
12310         Remove redundant calls to `generate-new-buffer-name'.
12311
12312 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12313
12314         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12315         Don't use QP for message/rfc822.
12316         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12317
12318 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12319
12320         * sieve-manage.el (sieve-string-bytes): Remove.
12321         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12322         correct byte-length only if the process's coding-system is the same as
12323         the one used internally by Emacs to represent strings.
12324
12325 2008-04-22  Juri Linkov  <juri@jurta.org>
12326
12327         * mailcap.el (mailcap-file-default-commands): New function.
12328
12329 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * message.el (message-signature-separator, message-cite-function):
12332         Change custom version.
12333
12334 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12335
12336         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12337         commands.
12338         (tls-checktrust): Ditto.
12339
12340 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * mm-decode.el (mm-display-external): Make temp file read-only.
12343
12344 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12345
12346         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12347         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12348         `C-c C-f d'.
12349
12350 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12351
12352         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12353
12354 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * gnus.el: Bump version to 0.9.
12357
12358 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * gnus.el: No Gnus v0.8 is released.
12361
12362 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12363
12364         * mail-source.el (mail-source-value):
12365         Prefer fboundp to functionp so it works with macros as well.
12366
12367 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12368
12369         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12370         Fix last change in case the element is not even a symbol.
12371
12372 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12373
12374         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12375         Prefer fboundp to functionp so it works with macros as well.
12376
12377 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12378
12379         * auth-source.el: Add docs.
12380         (auth-sources): Modify format to support server.
12381         (auth-source-pick, auth-source-user-or-password)
12382         (auth-source-user-or-password-imap)
12383         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12384         (auth-source-user-or-password-sftp)
12385         (auth-source-user-or-password-smtp): Add server parameter.
12386
12387 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12388
12389         * gnus-registry.el: Initialize the registry when gnus-registry-install
12390         is t.
12391
12392 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * compface.el (uncompface): Make buffer unibyte.
12395
12396 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12397
12398         * mail-source.el (mail-source-value):
12399         Prefer fboundp to functionp so it works with macros as well.
12400
12401 2008-04-05  Glenn Morris  <rgm@gnu.org>
12402
12403         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12404
12405 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12406
12407         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12408         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12409
12410         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12411         multibyteness after rather than before erasing it.
12412
12413         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12414         mm-with-multibyte.
12415         (gnus-request-article-this-buffer): Make sure the proper decoding is
12416         used if gnus-original-article-buffer happens to be unibyte.
12417
12418         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12419         default-enable-multibyte-characters.
12420
12421         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12422         default-enable-multibyte-characters.
12423
12424         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12425
12426         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12427
12428 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12429
12430         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12431         Fix last change in case the element is not even a symbol.
12432
12433 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12434
12435         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12436         (imap-message-copyuid-1): Use it.
12437         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12438         J. Williams in
12439         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12440
12441         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12442         imap-enable-exchange-bug-workaround.
12443         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12444
12445 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12446
12447         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12448         a 100 byte status-checks into a 2-3MB transfer for each group.
12449         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12450         to enable bug workaround or not.
12451         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12452
12453 2008-03-31  Glenn Morris  <rgm@gnu.org>
12454
12455         * message.el (mml2015-use): Declare for compiler.
12456         (message-info): Require mml2015 when appropriate.
12457
12458 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12461         whitespace.
12462
12463 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12464
12465         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12466         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12467         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12468         (nntp-service-to-port): New function.
12469         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12470         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12471         (nntp-open-netcat-stream): New function.
12472         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12473
12474 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12475
12476         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12477
12478 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12479
12480         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12481
12482 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12483
12484         * dns.el (dns-write): Use set-buffer-multibyte.
12485
12486 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12487
12488         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12489
12490 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12491
12492         * message.el (message-signature-separator): Change default.
12493         Improve custom type.
12494         (message-cite-function): Change default to
12495         message-cite-original-without-signature.
12496
12497         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12498         toggle.
12499
12500         * message.el (message-check-news-body-syntax): Fix signature check.
12501         (message-setup-1): Mark buffer as unmodified _after_ running
12502         message-setup-hook and handling message-alternative-emails.
12503         (message-shorten-references): Be more strict when building list of
12504         valid references to comply with GNKSA.
12505
12506         * gnus-group.el (gnus-read-ephemeral-bug-group)
12507         (gnus-read-ephemeral-debian-bug-group)
12508         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12509
12510         * message.el (message-info): Don't use booleanp which isn't supported
12511         in Emacs 21 and XEmacs.
12512
12513 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12514
12515         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12516         gnus-group-gmane-group-download-format.
12517         (gnus-group-read-ephemeral-gmane-group): Rename from
12518         gnus-group-read-ephemeral-gmane-group.
12519         (gnus-read-ephemeral-gmane-group-url): Rename from
12520         gnus-group-read-ephemeral-gmane-group-url.
12521         (gnus-bug-group-download-format-alist): New variable.
12522         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12523         (gnus-read-ephemeral-emacs-bug-group): New commands.
12524
12525 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12528         (gnus-visible-headers): Improve custom type.
12529
12530 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * mml.el (mml-menu): Add workarounds for XEmacs.
12533
12534         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12535         X-Boundary header.
12536
12537         * message.el (message-simplify-recipients): Fix previous commit.
12538
12539 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12540
12541         * mm-util.el (mm-set-buffer-multibyte): New function.
12542         * mm-decode.el (mm-copy-to-buffer): Use it.
12543
12544         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12545         Prefer fboundp to functionp so it works with macros as well.
12546
12547 2008-03-19  Glenn Morris  <rgm@gnu.org>
12548
12549         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12550         Accidentally removed in the sync process with Emacs.
12551
12552 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12553
12554         * message.el (message-alter-recipients-discard-bogus-full-name):
12555         New function.
12556         (message-alter-recipients-function): New variable.
12557         (message-get-reply-headers): Use it.
12558         (message-replace-header): New helper function.
12559         (message-recipients-without-full-name): New variable.
12560         (message-simplify-recipients): New command.
12561
12562         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12563
12564         * message.el (message-info): Handle EasyPG manual.
12565
12566         * mml.el (mml-menu): Add entry for EasyPG.
12567
12568 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12569
12570         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12571         parameter.
12572
12573         * message.el (message-disassociate-draft): Specify drafts group name
12574         fully.
12575
12576 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12577
12578         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12579         Eliminate unnecessary duplicates from the match list.
12580
12581 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12584
12585         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12586
12587         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12588         args of `how-many' of which the XEmacs version doesn't take; declare
12589         Info-index-next as function.
12590
12591 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12592
12593         * gnus-score.el (gnus-score-headers): Fix handling of
12594         gnus-inhibit-slow-scoring.
12595
12596         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12597         string.
12598         (gnus-button-url-regexp): Improve handling of parenthesis.
12599         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12600         (gnus-button-handle-info-keystrokes): Handle index entries.
12601
12602 2008-03-15  Glenn Morris  <rgm@gnu.org>
12603
12604         * parse-time.el (parse-time-string): Simplify.
12605
12606 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12609         Incoming* files.
12610
12611 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12612
12613         * auth-source.el (auth-sources): Rename from auth-source-choices.
12614         (auth-source-pick): Use it.
12615
12616 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12617
12618         * binhex.el (binhex-decode-region-internal):
12619         * uudecode.el (uudecode-decode-region-internal):
12620         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12621         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12622         setting default-enable-multibyte-characters.
12623
12624 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12625
12626         * auth-source.el (auth-source-protocols)
12627         (auth-source-protocols-customize, auth-source-choices): Add and
12628         modified variable customizations and defaults.
12629         (auth-source-pick, auth-source-user-or-password)
12630         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12631         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12632         (auth-source-user-or-password-sftp)
12633         (auth-source-user-or-password-smtp): Use new variables and provide an
12634         interface to netrc.el.
12635
12636 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12639         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12640         Make sure the nntp port to specify is a string.
12641
12642 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12643
12644         * nntp.el: Use with-current-buffer.
12645         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12646         dubious mm-with-unibyte-current-buffer.
12647         (nntp-with-open-group-function): New function extracted from
12648         nntp-with-open-group macro.
12649         (nntp-with-open-group): Use the function, so it's easier to debug.
12650         Add indentation and debugging info.
12651         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12652         Recommend the use of the netcat alternatives.
12653
12654         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12655         Avoid mm-string-as-multibyte as well.
12656
12657         * nnweb.el (nnweb-insert-html):
12658         Remove use of nnheader-string-as-multibyte.
12659
12660         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12661         (nnheader-string-as-multibyte): Remove.
12662
12663         * mm-view.el: Use inhibit-read-only.
12664         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12665         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12666         or unibyte-string.
12667
12668         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12669         (mm-uu-yenc-extract): Use with-current-buffer.
12670
12671         * gnus-soup.el (gnus-soup-send-packet): Don't use
12672         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12673
12674         * nnmh.el: Use with-current-buffer.
12675         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12676         mm-string-as-multibyte on the output of mm-encode-coding-string.
12677
12678         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12679         (nnimap-request-move-article): Use with-current-buffer.
12680
12681         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12682         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12683         conversion uses string-make-unibyte rather than string-as-unibyte.
12684
12685         * gnus-msg.el: Use with-current-buffer.
12686
12687         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12688
12689 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12690
12691         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12692         string for caching if it is 'PIN.
12693
12694 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * lpath.el: Consider the case without Emacs/W3.
12697
12698 2008-03-08  Glenn Morris  <rgm@gnu.org>
12699
12700         * time-date.el (date-to-time, time-subtract, time-add)
12701         (safe-date-to-time): Doc fixes.
12702
12703 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12704
12705         * mail-source.el (mail-source-delete-old-incoming-confirm):
12706         Change default to nil.
12707         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12708
12709 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * lpath.el: Rearrange.
12712
12713         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12714         (gnus-article-goto-prev-page): Work for articles having ^L's.
12715
12716         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12717
12718         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12719
12720 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12721
12722         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12723         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12724         (gnus-bookmark-jump): Adjust some variable names.
12725
12726 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12727
12728         * auth-source.el: New package.
12729         (auth-source-choices): Add customization entry point variable.
12730
12731         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12732         bug.
12733
12734 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12735
12736         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12737         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12738         (gnus-registry-install-shortcuts): Rename from
12739         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12740         the `gnus-registry-mark-map' keymap dynamically from
12741         `gnus-registry-marks'.  The generated functions update the summary line
12742         when a registry mark is added or deleted, and will call
12743         `gnus-registry-install-p' (see the comments in the code).
12744         (gnus-registry-user-format-function-M): Use concat intelligently.
12745
12746         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12747         the registry mark functions.
12748
12749 2008-03-05  Glenn Morris  <rgm@gnu.org>
12750
12751         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12752         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12753         gnus-art.
12754         (top-level): No need to load own source when compiling.
12755
12756 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12759         Suggested by <chris.anderton@zetnet.co.uk>.
12760
12761 2008-03-04  Glenn Morris  <rgm@gnu.org>
12762
12763         * gnus-sum.el (top-level): No need to require gnus when compiling,
12764         since unconditionally required near start of file.
12765         (gnus-summary-display-while-building): Move definition before use.
12766
12767 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12768
12769         * gnus-registry.el (gnus-registry-user-format-function-M):
12770         Add formatting function.
12771
12772 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12773
12774         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12775         with plists.
12776         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12777         Use new format.
12778
12779 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12782         `where-is-internal' that returns a range of key sequences.
12783
12784 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12785
12786         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12787
12788         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12789         (gnus-summary-jump-to-group): Consider windows on other displayed
12790         frames as well.  Similar changes might be needed elsewhere, but that's
12791         the one I've bumped into during my use.
12792
12793         * nndoc.el (nndoc-oe-dbx-type-p):
12794         * gnus-msg.el (gnus-debug):
12795         * gnus-group.el (gnus-update-group-mark-positions):
12796         Use mm-string-to-multibyte.
12797
12798 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12799
12800         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12801         doesn't handle NotDashEscaped.
12802
12803         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12804         (mml-dnd-attach-options): Fix typo in custom choice.
12805
12806         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12807         Change nndoc-article-type to mbox.
12808         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12809
12810         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12811         to nil, instead of html2text.
12812
12813         * imap.el (imap-debug): Add `imap-ping-server'.
12814
12815         * gnus-bookmark.el: Add FIXMEs.
12816
12817         * message.el (message-form-letter-separator)
12818         (message-send-form-letter-delay): New variables.
12819         (message-send-form-letter): Use them.  New command to send form
12820         letters.  Requested by Uwe Siart.
12821         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12822
12823 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * Update copyright years.
12826
12827 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         Sync from EMACS_22_BASE.
12830
12831         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12832
12833 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12834
12835         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12836         empty author.
12837
12838 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12839
12840         * gnus-registry.el (gnus-registry-marks): Add variable for
12841         customization of marks and their appearance.
12842         (gnus-registry-read-mark): Use it.
12843         (gnus-registry-do-marks): Add utility function to loop through
12844         `gnus-registry-marks'.
12845         (gnus-registry-install-shortcuts-and-menus): Add function to install
12846         shortcuts and menus.
12847         (gnus-registry-initialize): Use it.
12848         (gnus-registry-default-mark): Clarify documentation.
12849
12850 2008-02-29  Glenn Morris  <rgm@gnu.org>
12851
12852         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12853         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12854         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12855         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12856         Change defcustom :version from 23.0 to 23.1.
12857
12858 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12859
12860         * gnus-registry.el (gnus-registry-follow-group-p)
12861         (gnus-registry-post-process-groups): Add functions to aid registry
12862         splitting and improve logging.  Clarify behavior in function
12863         documentation.
12864         (gnus-registry-split-fancy-with-parent): Use them.
12865
12866 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12867
12868         * gnus-art.el: Use with-current-buffer.
12869
12870 2008-02-27  David Engster  <dengste@eml.cc>
12871
12872         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12873         Express real group name in the response.
12874
12875 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12878         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12879         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12880         autoload gnus-registry-fetch-group when compiling.
12881         (nnmairix-request-group-with-article-number-correction):
12882         Remove unreferenced argument passed to nnmairix-call-backend.
12883
12884 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12885
12886         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12887         (mm-uu-extract): Improve face for low color ttys.
12888         Reported by Sascha Wilde.
12889
12890 2008-02-27  Glenn Morris  <rgm@gnu.org>
12891
12892         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12893         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12894         variables to defconsts.  Convert comments to doc-strings.
12895         (nnmairix-last-server, nnmairix-current-server): Convert from free
12896         variables to defvars.  Convert comments to doc-strings.
12897         (gnus-registry-fetch-group): Autoload.
12898         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12899         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12900         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12901         caddr.
12902         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12903         nnmairix-request-group-with-article-number-correction call.
12904         (nnmairix-fast, nnmairix-group): New, less general names, for free
12905         variables passed from nnmairix-request-group to
12906         nnmairix-request-group-with-article-number-correction.  Declare.
12907         (nnmairix-request-group-with-article-number-correction):
12908         Use nnmairix-fast, nnmairix-group rather than fast, group.
12909
12910 2008-02-26  David Engster  <dengste@eml.cc>
12911
12912         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12913         version 0.5.
12914
12915 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12916
12917         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12918         instead of making an extra function call.  Don't add the current group
12919         to articles only when they have the group.  Use
12920         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12921         Reported by David <de_bb@arcor.de>.
12922
12923 2008-02-24  Miles Bader  <miles@gnu.org>
12924
12925         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12926         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12927         (mm-find-mime-charset-region):
12928         * mm-bodies.el (mm-encode-body):
12929         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12930
12931 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12934         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12935
12936 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12937
12938         * mail-source.el (mail-source-delete-incoming): Change default.
12939         Supplement doc string.
12940
12941         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12942
12943 2008-02-14  Glenn Morris  <rgm@gnu.org>
12944
12945         * time-date.el (format-seconds): New function.
12946
12947 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12948
12949         * nnmail.el (nnmail-message-id-cache-file): Derive from
12950         `gnus-home-directory'.
12951
12952 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12953
12954         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12955         Document negative prefix.
12956
12957         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12958
12959 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12960
12961         * message.el (message-unsent-separator): Add the Exim bounce
12962         separator.
12963
12964 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12965
12966         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12967         list.
12968         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12969         recipient/signer list.
12970
12971 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * Makefile.in (datarootdir): Define.
12974         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12975         name that might contain whitespace.
12976
12977 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12980         fbound (Emacs 23 unicode), signal an error.
12981
12982 2008-02-08  Glenn Morris  <rgm@gnu.org>
12983
12984         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12985
12986 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12987
12988         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12989         ports to the calls to `netrc-machine-user-or-password' in addition to
12990         "imap" and "imaps".
12991
12992 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12993
12994         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12995
12996         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12997
12998 2008-02-01  Kenichi Handa  <handa@m17n.org>
12999
13000         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13001         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13002         (rfc2104-hash): Convert the result of concat to unibyte string.
13003
13004 2008-02-01  Dave Love  <fx@gnu.org>
13005
13006         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13007         coding-system-for-read.
13008         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13009
13010 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13011
13012         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13013         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13014         <hanche@math.ntnu.no>.
13015
13016 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13019
13020         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13021
13022 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13023
13024         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13025         * message.el (message-beginning-of-line): Use featurep instead of bound
13026         tests in order to resolve conditionals at compile time.
13027
13028 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13029
13030         * mail-source.el (mail-sources): Add `group' choice.
13031
13032         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13033         parameter `in-group' to control into which group the articles go.
13034         Add treatment of `group' mail-source.
13035
13036 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13039
13040         * mm-decode.el (mm-dissect-buffer): Decode description.
13041
13042         * mml.el (mml-to-mime): Encode message header first.
13043
13044 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13047         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13048
13049         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13050         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13051
13052 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13053
13054         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13055
13056 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13059         prefix keys.
13060         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13061         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13062         gnus-xmas.el.
13063
13064         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13065         (gnus-xmas-article-describe-bindings): New function.
13066         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13067         gnus-xmas-article-describe-bindings.
13068
13069         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13070
13071 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13072
13073         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13074         Add new variables for article mark management.
13075         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13076         list of extra data entries which, when present, will indicate that the
13077         article ID should not be trimmed from the registry.
13078         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13079         functions.
13080         (gnus-registry-read-mark): New function to read a mark name from the
13081         user.
13082         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13083         (gnus-registry-set-article-mark-internal): New functions to add and
13084         remove marks.
13085         (gnus-registry-get-article-marks): New function to show the marks for
13086         an article, or retrieve them for further use.
13087
13088 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13091         keys when no argument is given.
13092
13093 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * imap.el (imap-ping-server): New variable.
13096         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13097         (imap-ping-server): Minor doc string fixes.
13098
13099 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13100
13101         * imap.el (imap-ping-server): New function.
13102         (imap-opened): Call imap-ping-server.
13103
13104 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13105
13106         * gnus-sum.el (gnus-article-sort-by-random)
13107         (gnus-thread-sort-by-random): Fix doc strings.
13108         Reported by jidanni@jidanni.org.
13109
13110 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-art.el (gnus-article-describe-bindings): New function.
13113         (gnus-article-read-summary-keys): Use it.
13114         (gnus-article-mode-map): Bind `C-h b' to it.
13115
13116 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13119         XEmacs.
13120         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13121         Protect against non-character events.
13122
13123         * lpath.el: Fbind map-keymap for Emacs 21.
13124
13125 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13128         New command.
13129         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13130         instead of END.  Change name of the temp file.
13131         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13132         customizable.
13133
13134 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13137         bind `S W' to gnus-article-wide-reply-with-original; set default
13138         binding to gnus-article-read-summary-send-keys.
13139         (gnus-article-read-summary-keys): Fix the order of keys; display
13140         continuation keys correctly in the echo area; describe bindings
13141         correctly when keys end with `C-h'.
13142         (gnus-article-read-summary-send-keys): New function.
13143         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13144         Work for gnus-article-read-summary-send-keys; display continuation keys
13145         correctly in the echo area.
13146         (gnus-article-reply-with-original): Ignore prefix argument.
13147         (gnus-article-wide-reply-with-original): New function.
13148
13149         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13150         Emacs 21.
13151
13152 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13155         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13156
13157 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13158
13159         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13160         (gnus-group-read-ephemeral-gmane-group): New command.
13161
13162 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13163
13164         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13165
13166 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * message.el (message-send-mail-function): Increase custom version.
13169
13170         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13171         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13172
13173 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13174
13175         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13176         for the cases where imap-authenticate is called with a nil buffer
13177         parameter.
13178
13179 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13182         html parts correctly; support forwarded messages.
13183         (gnus-article-browse-html-article): Remove work buffers.
13184
13185         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13186         compiling.
13187         (netrc-bound-and-true-p): New macro.
13188         (netrc-parse): Use it instead of bound-and-true-p that is not available
13189         in XEmacs 21.4.
13190
13191 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13192
13193         * gnus-registry.el (gnus-registry-mark-article)
13194         (gnus-registry-article-marks): Add functionality to mark articles
13195         through the Gnus registry.
13196
13197         * encrypt.el: Clarify documentation for the new pgg method.
13198         (encrypt-file-alist): Add PGG option.
13199         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13200         functionality.  Abstract password key and messaging to external
13201         functions.
13202         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13203         (encrypt-message-method-and-cipher): Add new convenience external
13204         functions.
13205         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13206         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13207
13208         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13209         (netrc-parse): Use encrypt-file-alist to determine if
13210         encrypt-find-model or encrypt-insert-file-contents should be used.
13211
13212         * encrypt.el: Clarify documentation.  Load password-cache or
13213         password, whichever one is found first, instead of autoloading.
13214
13215 2007-12-19  Glenn Morris  <rgm@gnu.org>
13216
13217         * mml.el (message-options-set, message-narrow-to-head)
13218         (message-in-body-p, message-mail-p, message-encode-message-body):
13219         Autoload.
13220         (message-remove-header, message-narrow-to-headers-or-head)
13221         (message-subscribed-p, message-make-mail-followup-to)
13222         (message-position-on-field, message-news-p)
13223         (message-options-set-recipient, message-generate-headers)
13224         (message-sort-headers): Declare as functions.
13225
13226 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13227
13228         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13229         convention in doc string.
13230
13231 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13234         title to html parts.
13235         (gnus-article-browse-html-article): Pass message header to it.
13236
13237         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13238
13239 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13242         or password compatible with XEmacs.
13243
13244 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13245
13246         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13247         format document.
13248         (gnus-mime-delete-part): Don't write description line if empty.
13249         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13250
13251 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13252
13253         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13254         (gnus-summary-mark-read-and-unread-as-read)
13255         (gnus-summary-mark-current-read-and-unread-as-read)
13256         (gnus-summary-mark-unread-as-ticked): Doc fix.
13257         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13258
13259 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13262         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13263
13264 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13267         yes-or-no-p.
13268
13269 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * mm-decode.el (mm-add-meta-html-tag): New function.
13272         (mm-save-part-to-file, mm-pipe-part): Use it.
13273
13274         * gnus-art.el (gnus-article-browse-delete-temp-files):
13275         Use gnus-y-or-n-p instead of y-or-n-p.
13276         (gnus-article-browse-html-parts): Work with message/external-body; use
13277         mm-add-meta-html-tag.
13278
13279 2007-12-11  Glenn Morris  <rgm@gnu.org>
13280
13281         * gnus-cache.el: Require gnus-sum not just when compiling.
13282
13283         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13284
13285         * gnus-int.el (gnus-server-opened, gnus-status-message):
13286         Move definitions before use.
13287
13288         * mm-decode.el: Require gnus-util.
13289         (mm-remove-part): Only call delete-annotation on XEmacs.
13290
13291         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13292
13293         * nnmail.el: Require gnus-int.
13294
13295         * spam.el: Move `require's before `eval-when-compile's.
13296
13297         * gnus-ems.el (gnus-alive-p):
13298         * gnus-fun.el (message-goto-eoh):
13299         * gnus-util.el (gnus-group-name-decode):
13300         * mail-source.el (gnus-compress-sequence):
13301         * message.el (Info-goto-node, format-spec):
13302         * mm-bodies.el (message-options-get):
13303         * mm-decode.el (mm-view-pkcs7):
13304         * mm-util.el (gmm-write-region):
13305         * mml-smime.el (mml-compute-boundary)
13306         (gnus-completing-read-with-default):
13307         * mml.el (widget-button-press, gnus-make-hashtable):
13308         * mml1991.el (mm-decode-content-transfer-encoding)
13309         (mm-encode-content-transfer-encoding)
13310         (message-options-get, message-options-set):
13311         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13312         * nnfolder.el (gnus-request-group):
13313         * nnheader.el (ietf-drums-unfold-fws):
13314         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13315         * smime.el (gnus-run-mode-hooks):
13316         * spam-stat.el (gnus-message): Autoload.
13317
13318         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13319         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13320         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13321         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13322         Add declare-function compatibility definition.
13323
13324         * gnus-cache.el (nnvirtual-find-group-art):
13325         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13326         (gnus-add-image, gnus-add-wash-type):
13327         * gnus-group.el (nnkiboze-score-file):
13328         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13329         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13330         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13331         (message-tokenize-header, gnus-get-buffer-create)
13332         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13333         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13334         * gnus.el (gnus-group-decoded-name):
13335         * mail-source.el (imap-capability):
13336         * mm-bodies.el (message-options-set):
13337         * mm-decode.el (gnus-configure-windows):
13338         * mm-extern.el (message-goto-body):
13339         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13340         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13341         (epg-sub-key-validity, message-options-set):
13342         * mml.el (widget-event-point, gnus-configure-windows):
13343         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13344         * mml2015.el (epg-check-configuration, epg-configuration)
13345         (message-options-set):
13346         * nndb.el (nndb-request-article):
13347         * nnfolder.el (gnus-request-create-group):
13348         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13349         * nnmaildir.el (gnus-group-mark-article-read):
13350         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13351         * rfc1843.el (message-fetch-field):
13352         * spam.el (gnus-extract-address-components):
13353         Declare as functions.
13354
13355 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13358
13359         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13360
13361         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13362         bind show-trailing-whitespace for XEmacs.
13363
13364 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13365
13366         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13367         new no-op macro for backward compatibility.
13368
13369         * imap.el (imap-string-to-integer): New function.
13370
13371 2007-12-09  Glenn Morris  <rgm@gnu.org>
13372
13373         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13374
13375         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13376         * message.el, mm-view.el, sieve-manage.el, smime.el:
13377         Add declare-function compatibility definition.
13378
13379         * gnus-art.el (w3-region, w3m-region, Info-menu):
13380         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13381         * gnus-sum.el (gnus-get-predicate):
13382         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13383         * message.el (mail-abbrev-in-expansion-header-p):
13384         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13385         (w3m-detect-meta-charset, w3m-region):
13386         * sieve-manage.el (password-read, password-cache-add)
13387         (password-cache-remove):
13388         * smime.el (password-read-and-add): Declare as functions.
13389
13390 2007-12-08  David Kastrup  <dak@gnu.org>
13391
13392         * gnus-sum.el (gnus-summary-simplify-subject-query):
13393         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13394         `message'.
13395
13396 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13399         it to bind idna-program, installation-directory, defined-colors, and
13400         face-attribute for XEmacs of the version that compiles defcustom forms.
13401
13402 2007-12-07  Glenn Morris  <rgm@gnu.org>
13403
13404         * gnus-art.el (article-make-date-line): Revert previous change.
13405
13406 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13409
13410 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13411
13412         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13413         Call gnus-add-to-range ranges only once with a prepared article-list.
13414
13415 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13416
13417         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13418         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13419         group names with backslashes.
13420         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13421
13422 2007-12-06  Deepak Goel  <deego3@gmail.com>
13423
13424         * gnus-art.el (article-make-date-line):
13425         * gnus-start.el (gnus-load):
13426         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13427
13428 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * gnus-art.el (gnus-use-idna):
13431         * gnus-start.el (gnus-site-init-file):
13432         * message.el (message-use-idna):
13433         * mm-uu.el (mm-uu-hide-markers):
13434         * smiley.el (smiley-style): Revert changes that suppress warnings.
13435
13436 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13439         specify charset to html source.
13440         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13441
13442 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13445         idna-program in order to suppress byte compile warning issued by XEmacs
13446         that came to byte compile the default value section of defcustom forms
13447         recently.
13448
13449         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13450         value of installation-directory.
13451
13452         * message.el (message-use-idna): Don't directly refer to the value of
13453         idna-program.
13454
13455         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13456
13457         * smiley.el (smiley-style): Don't directly call face-attribute.
13458
13459 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13460
13461         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13462
13463         * gnus-dired.el: Reduce Gnus dependencies.
13464         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13465         Don't require.  Use autoloads instead.
13466         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13467         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13468         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13469         (gnus-dired-mode): Adjust doc string.
13470         (gnus-dired-mail-mode): New variable.
13471         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13472         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13473         (gnus-dired-mail-buffers): New function.  Return mail or message
13474         composition buffers.
13475         (gnus-dired-attach): Use it.
13476         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13477         NO-DECODE.
13478         (gnus-dired-print): Use `gnus-print-buffer' depending on
13479         `gnus-dired-mail-mode'.
13480
13481 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * rfc2047.el (rfc2047-encoded-word-regexp)
13484         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13485         explaining what regexp patterns are for.
13486
13487 2007-12-04  Glenn Morris  <rgm@gnu.org>
13488
13489         * password.el: Move to password-cache.el.
13490
13491         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13492         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13493         * mml-smime.el (password-read, password-cache-add)
13494         (password-cache-remove):
13495         No need to autoload, since mml-sec requires password.
13496
13497         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13498         * message.el (gnus-extract-address-components):
13499         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13500
13501         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13502         password.
13503
13504 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * mailcap.el: Reduce dependencies.
13507         (mail-header-parse-content-type): Autoload.
13508         (mailcap-delete-duplicates): New alias.
13509         (mailcap-mime-info): Add optional argument NO-DECODE.
13510         (mailcap-mime-types): Use mailcap-delete-duplicates.
13511
13512         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13513
13514 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13515
13516         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13517         (imap-parse-status): Upcase status-att for servers that sends them
13518         lower-case (e.g., MS Exchange 2007).
13519
13520 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13521
13522         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13523         function.
13524
13525         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13526         (gnus-uu-yenc-article): New function.
13527
13528         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13529
13530         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13531
13532 2007-12-02  Glenn Morris  <rgm@gnu.org>
13533
13534         * binhex.el (binhex): New custom group.
13535         (binhex-decoder-program, binhex-decoder-switches)
13536         (binhex-use-external): Move to the binhex custom group.
13537
13538         * uudecode.el (uudecode): New custom group.
13539         (uudecode-decoder-program, uudecode-decoder-switches)
13540         (uudecode-use-external): Move to the uudecode custom group.
13541
13542         * netrc.el (top-level): Don't load `encrypt' features.
13543         (netrc-parse): Don't use encrypt.
13544         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13545
13546         * encrypt.el: Remove file.
13547
13548 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13549
13550         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13551         matches on patches.
13552
13553         * gnus-art.el (gnus-article-browse-html-article):
13554         Mention `mm-text-html-renderer' in the doc string.
13555
13556         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13557         string.  Add comments.
13558
13559         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13560         if rhs is ASCII.
13561
13562 2007-12-01  Glenn Morris  <rgm@gnu.org>
13563
13564         * mail-source.el (top-level): Require format-spec before
13565         eval-when-compile.
13566
13567 2007-11-30  Glenn Morris  <rgm@gnu.org>
13568
13569         * encrypt.el: Require password, rather than autoloading password-read.
13570
13571 2007-11-29  Glenn Morris  <rgm@gnu.org>
13572
13573         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13574         (sasl-make-client, sasl-next-step, sasl-step-data)
13575         (sasl-step-set-data): Declare as functions.
13576
13577 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13578
13579         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13580
13581 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13582
13583         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13584         certs should be verified and what is to be done in the event of a
13585         verification failure.
13586
13587         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13588         caller can indicate whether the cache should be disregarded for this
13589         call.  This way the result of the call is reproducible at all times and
13590         can be considered a canonical server name for the supplied method.
13591         (gnus-agent-method-p): Canonicalize server names by pushing their
13592         method through `gnus-method-to-server' using the no-cache argument.
13593
13594         * gnus-srvr.el (gnus-server-insert-server-line):
13595         Call `gnus-method-to-server' with `no-cache' argument.
13596
13597         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13598         gnus-agent-possibly-synchronize-flags as this should be called when the
13599         server is actually being opened.
13600         (gnus-agent-possibly-synchronize-flags)
13601         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13602         flags file of an agentized server to the latter function.
13603
13604         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13605         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13606         after a connection has been established successfully.
13607
13608 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * gnus-art.el (article-display-face): Force to display face if called
13611         interactively; check if gnus-article-x-face-too-ugly matches author.
13612         (article-display-x-face): Display face even if From header is missing
13613         as article-display-face does.
13614
13615 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13616
13617         * hashcash.el (message-narrow-to-headers-or-head)
13618         (message-fetch-field, message-goto-eoh)
13619         (message-narrow-to-headers): Declare as functions.
13620
13621 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13622
13623         * mail-source.el (mail-sources): Default to fetch from file for
13624         compatibility with default of nnmail-spool-file.
13625
13626 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13629         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13630         to look for encoded word that should be encoded again.
13631         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13632         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13633         encoding pattern.
13634         (rfc2047-decode-region): Switch strict regexp and loose one according
13635         to rfc2047-allow-irregular-q-encoded-words.
13636
13637 2007-11-25  Romain Francoise  <romain@orebokech.com>
13638
13639         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13640
13641 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * tls.el (tls-program): Provide more custom choices from
13644         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13645         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13646
13647 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13648
13649         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13650         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13651
13652         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13653         `nnmail-spool-file'.
13654
13655         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13656         `nnmail-spool-file'.
13657
13658         * gnus-move.el (gnus-change-server): Ditto.
13659
13660         * gnus-kill.el (gnus-batch-score): Ditto.
13661
13662         * gnus-cache.el (gnus-jog-cache): Ditto.
13663
13664         * gnus-msg.el (gnus-summary-reply):
13665         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13666
13667 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13670         version.  Minor improvement to doc strings.
13671         (tls-program): Add comment.
13672
13673 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13674
13675         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13676         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13677         mismatch between the hostname provided in the certificate and the name
13678         of the host connnecting to.
13679         (open-tls-stream): Use them.  Check certificates against trusted root
13680         certificates.
13681
13682 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13683
13684         * gnus-cache.el (gnus-cache-generate-nov-databases):
13685         Use nnml-generate-nov-databases-directory instead of
13686         nnml-generate-nov-databases-1.
13687
13688 2007-11-24  Glenn Morris  <rgm@gnu.org>
13689
13690         * message.el (message-tool-bar-retro): Update for rename
13691         mail_send.xpm->mail-send.xpm.
13692
13693 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13694
13695         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13696         `smime-ldap-search' for Emacs 22 and up.
13697
13698 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13699
13700         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13701
13702         * message.el (message-send-mail-function): Fix error convention.
13703         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13704         (message-widen-reply, message-send-mail, message-talkative-question)
13705         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13706         (message-clone-locals, message-send-news): Use with-current-buffer.
13707         (message-insert-or-toggle-importance): Remove unused var `valid'.
13708         (message-make-references): Remove unused var `new-references'.
13709         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13710
13711 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13712
13713         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13714         (spam-split-symbolic-return-positive): Reflow docstring.
13715         (spam-backends, spam-summary-exit-behavior)
13716         (spam-mark-ham-unread-before-move-from-spam-group)
13717         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13718         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13719         (spam-clear-cache, spam-backend-check, spam-install-backend)
13720         (spam-install-statistical-backend, spam-list-of-processors)
13721         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13722         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13723         (spam-check-crm114, spam-initialize, spam-unload-hook):
13724         Fix typos in docstrings.
13725
13726 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13729         been checked if they have never been read and those group levels are
13730         higher than the one that a user specified.
13731
13732 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13735         foreign groups unless a group level is specified by a user.
13736         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13737
13738 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13739
13740         * message.el (message-send-mail-function): Require sendmail.
13741
13742 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13743
13744         * message.el (message-send-mail-function): Check for smtpmail too.
13745
13746         * utf7.el (utf7-encode, utf7-decode): Use coding system
13747         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13748
13749         * message.el (message-send-mail-function): New function.
13750         (message-send-mail-function): Set default using
13751         message-send-mail-function.  Adjust doc string.
13752         (message-send-mail-with-mailclient): New function.
13753
13754 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13755
13756         * smime.el (from):
13757         * rfc2047.el (message-posting-charset):
13758         * qp.el (mm-use-ultra-safe-encoding):
13759         * pop3.el (parse-time-months):
13760         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13761         * nnml.el (files):
13762         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13763         (jka-compr-compression-info-list, ange-ftp-path-format)
13764         (efs-path-regexp):
13765         * nndiary.el (files):
13766         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13767         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13768         (epg-digest-algorithm-alist, inhibit-redisplay)
13769         (password-cache-expiry):
13770         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13771         (pgg-output-buffer, password-cache-expiry):
13772         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13773         (efs-path-regexp):
13774         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13775         (inhibit-redisplay):
13776         * mm-uu.el (file-name, start-point, end-point, entry)
13777         (gnus-newsgroup-name, gnus-newsgroup-charset):
13778         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13779         (latin-unity-ucs-list):
13780         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13781         (mm-uu-binhex-decode-function):
13782         * message.el (gnus-message-group-art, gnus-list-identifiers)
13783         (rmail-enable-mime-composing, gnus-local-organization)
13784         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13785         (gnus-read-active-file, facemenu-add-face-function)
13786         (facemenu-remove-face-function, gnus-article-decoded-p)
13787         (tool-bar-mode):
13788         * mail-source.el (display-time-mail-function):
13789         * gnus-util.el (nnmail-pathname-coding-system)
13790         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13791         (gnus-original-article-buffer, gnus-user-agent)
13792         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13793         (xemacs-codename, sxemacs-codename, emacs-program-version):
13794         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13795         * gnus-start.el (gnus-agent-covered-methods)
13796         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13797         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13798         (gnus-newsgroup-headers, gnus-group-list-mode)
13799         (gnus-group-mark-positions, gnus-newsgroup-data)
13800         (gnus-newsgroup-unreads, nnoo-state-alist)
13801         (gnus-current-select-method, mail-sources)
13802         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13803         (nnmail-spool-file, gnus-cache-active-hashtb):
13804         * gnus-mh.el (mh-lib-progs):
13805         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13806         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13807         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13808         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13809         (gnus-group-buffer):
13810         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13811         (font-lock-set-defaults):
13812         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13813         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13814         (gnus-summary-post-menu, total-parts, type, condition, length):
13815         * gnus-agent.el (gnus-agent-read-agentview):
13816         * flow-fill.el (show-trailing-whitespace):
13817         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13818         eval-and-compile wrappers for byte compiler pacifiers.
13819
13820         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13821         (mm-display-inline-fontify): Check for featurep 'xemacs not
13822         extent-list.
13823
13824         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13825         itimer-list.
13826         (mm-create-image-xemacs): Only do something for XEmacs.
13827         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13828
13829         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13830
13831         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13832         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13833
13834 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13835
13836         * nnimap.el (nnimap-split-download-body):
13837         * gnus-demon.el (gnus-demon):
13838         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13839
13840 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13843         New macros.
13844         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13845         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13846         copy data from unibyte buffer to multibyte current buffer.
13847         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13848         to copy data from unibyte current buffer to multibyte buffer.
13849         (nntp-make-process-buffer): Make process buffer unibyte.
13850
13851         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13852
13853 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13854
13855         * pop3.el (pop3-open-server): Accept and process data more robustly at
13856         connection start to avoid spurious "POP SSL connection failed" errors.
13857
13858 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13861         read group names.
13862
13863 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13866
13867 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13870         (nnmail-save-active): Use a unibyte buffer when saving active file,
13871         which may contain non-ASCII group names.
13872
13873         * nnml.el (nnml-request-group): Decode group names in messages.
13874
13875 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13876
13877         * message.el (message-citation-line-function)
13878         (message-insert-formatted-citation-line): Fix spelling of
13879         `message-insert-formated-citation-line'.
13880
13881 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13884
13885 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13888         nnmail-pathname-coding-system.
13889
13890         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13891         that a user enters; decode group names in messages.
13892
13893         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13894
13895 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13896
13897         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13898
13899         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13900
13901         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13902         risky local variable.
13903
13904         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13905
13906 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13907
13908         * encrypt.el: Improve documentation to fix function name typo.
13909         Reported by Daiki Ueno <ueno@unixuser.org>.
13910
13911 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13914         even if the point is not in the last page of an article.
13915         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13916         back to the previous page.
13917
13918 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13919
13920         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13921
13922 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13925
13926 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13927
13928         * message.el (message-check-news-body-syntax):
13929         Avoid mm-string-as-multibyte.
13930         (message-hide-headers): Don't assume (point-min)==1.
13931
13932 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13933
13934         * message.el (message-remove-blank-cited-lines): Fix if remove is
13935         given.
13936         (message-bogus-address-regexp): New variable.
13937         (message-bogus-recipient-p): New function.
13938         (message-check-recipients): New command.
13939         (message-syntax-checks): Add `bogus-recipient'.
13940         (message-fix-before-sending): Add `bogus-recipient'.
13941
13942         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13943         (gnus-treat-body-boundary): Don't test window-system.
13944
13945 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13946
13947         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13948
13949 2007-10-28  Miles Bader  <miles@gnu.org>
13950
13951         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13952         at compile-time too.
13953
13954 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * gnus-msg.el (gnus-message-setup-hook):
13957         Add `message-remove-blank-cited-lines' to options.
13958
13959 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13960
13961         * message.el (message-remove-blank-cited-lines): New function.
13962         Suggested by Karl Plästerer.
13963
13964 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13967         mapc.
13968
13969         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13970         (top-level): Use mapc to set functions to be traced for debugging.
13971
13972         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13973         called for effect with while loop.
13974
13975         * message.el (message-talkative-question): Replace mapcar called for
13976         effect with mapc.
13977
13978         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13979         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13980         called for effect with dolist.
13981
13982         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13983
13984         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13985         gnus-extra-headers and nnmail-extra-headers.
13986
13987         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13988         called for effect with dolist.
13989         (top-level): Use mapc to set functions to be traced for debugging.
13990
13991         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13992         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13993         dolist.
13994
13995         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13996         Replace mapcar called for effect with mapc.
13997         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13998         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13999         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14000         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14001
14002         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14003         remove-if that's a cl function.
14004
14005         * webmail.el (webmail-debug): Replace mapcar called for effect with
14006         dolist.
14007
14008         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14009         with mapc.
14010
14011 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14014         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14015         with while loop.
14016
14017         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14018         functions from article-* functions.
14019         (gnus-multi-decode-header): Replace mapcar called for effect with
14020         dolist.
14021
14022         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14023         (gnus-bookmark-show-details): Replace mapcar called for effect with
14024         while loop.
14025
14026         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14027         called for effect with while loop.
14028
14029         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14030         with dolist.
14031
14032         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14033         Replace mapcar called for effect with dolist.
14034
14035         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14036
14037         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14038         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14039         Replace mapcar called for effect with dolist.
14040         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14041         mapc.
14042
14043         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14044         Replace mapcar called for effect with dolist.
14045         (gnus-topic-list): Replace mapcar called for effect with mapc.
14046
14047         * gnus.el: Use mapc instead of mapcar to add autoloads.
14048
14049 2007-10-23  Richard Stallman  <rms@gnu.org>
14050
14051         * gnus-group.el (gnus-group-highlight): Mark as risky.
14052
14053 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * gnus.el (gnus-server-to-method): Return method found first in
14056         gnus-newsrc-alist.
14057
14058         * gnus-art.el (gnus-article-highlight-signature)
14059         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14060         button overlay without the front stickiness.
14061
14062 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14063
14064         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14065         overview buffer needed a catch to receive its throw.
14066         (gnus-agent-flush-cache): Declare as interactive to make this function
14067         easier to use.
14068
14069 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14070
14071         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14072         `next-line'.
14073
14074 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14077         exclude address matching message-dont-reply-to-names.
14078
14079 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * gnus-util.el (gnus-string<): New function.
14082
14083         * gnus-sum.el (gnus-article-sort-by-author)
14084         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14085
14086 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14089         the frame-focus tag is set in gnus-buffer-configuration.
14090
14091 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14094         the front stickiness.
14095
14096 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14099         url pattern; remove duplicate one.
14100         (gnus-article-extend-url-button): New function.
14101         (gnus-article-add-buttons): Use it.
14102         (gnus-button-push): Use concatenated url that it makes.
14103
14104 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14105
14106         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14107
14108 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14109
14110         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14111         Don't hardcode point-min==1.
14112
14113 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14114
14115         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14116         Fix comment about "iso8859-1".
14117
14118 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14119
14120         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14121         ones returned from the verify-function.
14122
14123         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14124         Call mml2015-extract-cleartext-signature if extraction failed.
14125
14126 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14127
14128         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14129         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14130         failed.
14131
14132 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14133
14134         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14135
14136 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14137
14138         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14139         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14140         recommends to use EasyPG instead of PGG.
14141
14142         * pgg.el: Revert to revision 6.23.2.16.
14143
14144         * pgg-def.el: Revert to revision 6.6.2.14.
14145
14146         * pgg-gpg.el: Revert to revision 6.23.2.34.
14147
14148 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14149
14150         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14151         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14152         thread for both the null and zero (kill/expire thread) universal prefix
14153         cases.
14154         (gnus-summary-expire-thread): Add new function to expire a thread,
14155         using gnus-summary-kill-thread.
14156         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14157         shortcuts for gnus-summary-expire-thread.
14158         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14159         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14160
14161 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14162
14163         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14164         extras value, so an extras entry can be deleted.
14165         (gnus-registry-delete-extra-entry): Use it.
14166         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14167         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14168         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14169         storage through the gnus-registry, and provide an appropriate API for
14170         it.
14171
14172 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14175         Suggested by Leo <sdl.web@gmail.com>.
14176
14177         * gnus.el: Do.
14178
14179 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14182         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14183
14184         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14185
14186         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14187         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14188
14189 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14192         newline.
14193         (nnmbox-request-accept-article): Don't change article in source buffer;
14194         narrow to header to use message-fetch-field rather than
14195         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14196         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14197         as delimiters; make sure article ends with newline.
14198         (nnmbox-delete-mail): Correct last position of article to be deleted;
14199         ignore X-Gnus-Newsgroup header in article body.
14200         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14201         positions; make sure article ends with newline.
14202
14203         * message.el (message-display-abbrev): Don't infloop when a user
14204         inserts SPC in the beginning of header.
14205
14206         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14207         coding-system-for-read and coding-system-for-write for XEmacs having no
14208         file-coding feature.
14209
14210         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14211
14212 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14213
14214         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14215         list of groups not followed by default.  Fix type to be regexp.
14216         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14217
14218 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14219
14220         * hmac-def.el (define-hmac-function): Switch from old-style to
14221         new-style backquotes.
14222
14223         * md4.el (md4-make-step): Likewise.
14224
14225 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14228         raw-text coding system when saving .newsrc file, which may contain
14229         non-ASCII group names.
14230
14231 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * gnus-cus.el (gnus-score-extra): New widget.
14234         (gnus-score-extra-convert): New function.
14235         (gnus-score-customize): Use it for Extra.
14236
14237 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14238
14239         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14240         (mml2015-mailcrypt-clear-verify): Use it.
14241         (mml2015-gpg-clear-verify): Use it.
14242         (mml2015-pgg-clear-verify): Use it.
14243         (mml2015-epg-clear-verify): Replace the current part with the output
14244         from GnuPG; don't extract the plaintext by itself.
14245
14246         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14247         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14248         mml2015-clear-verify-function; don't touch the armor headers or
14249         dash-escaped text here.
14250
14251 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14252
14253         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14254         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14255         parts, or application/octet-stream as a last resort.
14256         (gnus-mime-view-part-as-type): Don't toggle display.
14257         (gnus-mime-view-part-as-charset): Don't turn off display before
14258         querying charset.
14259
14260         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14261         stuff to undisplayer function in Emacs.
14262         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14263
14264         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14265         text/calendar parts.
14266
14267 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14270         decoding text/calendar parts.
14271
14272         * message.el (message-forward-make-body-mime): Always mark body as
14273         having no illegible text; remove signed-or-encrypted argument.
14274         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14275
14276         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14277         (mml-generate-mime-1): Don't encode body if it is specified to be in
14278         raw form; don't make buffer be unibyte when inserting multibyte string.
14279
14280 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14281
14282         * sha1.el: Fix up comment style.
14283         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14284         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14285
14286         * hex-util.el: Fix up comment style.
14287         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14288
14289         * gnus-salt.el: Use with-current-buffer.
14290         (gnus-pick-setup-message): Fix long-standing typo.
14291
14292 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * imap.el (imap-logout-timeout): New variable.
14295         (imap-logout, imap-logout-wait): New functions.
14296         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14297
14298         * nnimap.el (nnimap-logout-timeout): New server variable.
14299         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14300         nnimap-logout-timeout.
14301
14302         * gnus-art.el (gnus-article-summary-command-nosave)
14303         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14304
14305 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * gnus.el (gnus-maximum-newsgroup): New variable.
14308
14309         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14310         according to gnus-maximum-newsgroup.
14311
14312         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14313         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14314         Limit the range of articles according to gnus-maximum-newsgroup.
14315
14316 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14317
14318         * gnus-art.el (gnus-sticky-article): Fix problems described in
14319         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14320         Don't perform gnus-configure-windows here; reuse existing sticky
14321         article buffer.
14322
14323         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14324         it doesn't exist in gnus-article-mode.
14325
14326 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14329         (gnus-agent-decoded-group-name): New function.
14330         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14331         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14332
14333 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14334
14335         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14336         Add binding for gnus-sticky-article.
14337         (gnus-summary-exit): Don't kill sticky article buffers.
14338
14339         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14340         article buffer.
14341         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14342         (gnus-kill-sticky-article-buffers): New commands.
14343
14344 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * nntp.el (nntp-xref-number-is-evil): New server variable.
14347         (nntp-find-group-and-number): If it is non-nil, don't trust article
14348         numbers in the Xref header.
14349
14350 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * gnus-agent.el (gnus-agent-read-group): New function.
14353         (gnus-agent-flush-group, gnus-agent-expire-group)
14354         (gnus-agent-regenerate-group): Use it.
14355         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14356         nnmail-pathname-coding-system.
14357
14358 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14361
14362         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14363         that are unread as unread, and also as selected so that information of
14364         marks having been changed by a user may be updated when exiting group.
14365
14366 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14367
14368         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14369
14370 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14371
14372         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14373         calculated ignoring signature parts to gnus-treat-article.
14374
14375 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14378         a point here in order to keep the window start.
14379         (gnus-insert-mime-security-button): Make a button overlay without the
14380         front stickiness.
14381         (gnus-mime-display-security): Goto the end of a button.
14382
14383         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14384
14385 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14388         group-name-at-point.
14389         (gnus-group-completing-read): New function that offers decoded
14390         non-ASCII group names for completion.
14391         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14392         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14393         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14394         (gnus-group-fetch-control): Use it.
14395         (gnus-fetch-group): Use group-name-at-point for the initial value
14396         rather than the default value; use gnus-alive-p.
14397
14398         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14399         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14400         (gnus-summary-post-news): Use gnus-group-completing-read.
14401
14402         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14403         (gnus-read-move-group-name): Decode group name for completion.
14404
14405 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14406
14407         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14408         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14409         Yamaoka slightly modified the code).
14410
14411 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14414         (nnmail-split-incoming): Bind it.
14415
14416         * nnml.el (nnml-group-name-charset): New function.
14417         (nnml-decoded-group-name): Use it; don't decode group name if
14418         nnmail-group-names-not-encoded-p is non-nil.
14419         (nnml-encoded-group-name): New function.
14420         (nnml-group-pathname): Inline nnml-decoded-group-name.
14421         (nnml-request-expire-articles): Decode group name in message.
14422         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14423         nnmail-pathname-coding-system.
14424         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14425         not decoded ones according to nnmail-group-names-not-encoded-p.
14426         (nnml-generate-active-info): Use nnml-encoded-group-name.
14427
14428 2007-08-08  Glenn Morris  <rgm@gnu.org>
14429
14430         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14431         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14432         doc-strings and comments.
14433
14434 2007-07-25  Glenn Morris  <rgm@gnu.org>
14435
14436         * Relicense all FSF files to GPLv3 or later.
14437
14438 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * gnus-sum.el (gnus-summary-move-article):
14441         Make gnus-summary-respool-article work.
14442
14443 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14444
14445         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14446         string.
14447
14448 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14449
14450         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14451         that should be ignored when comparing distant RSS articles with local
14452         ones.
14453         (nnrss-make-hash-index): New function.  Create a hash index according
14454         to the ignored fields.
14455         (nnrss-check-group): Use it.
14456
14457 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14460
14461         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14462
14463         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14464         the new optional argument ENCODED is non-nil.
14465         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14466         coding system for encoding group name.
14467         (gnus-group-make-rss-group): Pass un-encoded group name to
14468         gnus-group-make-group.
14469         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14470         encoded.
14471
14472         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14473         Encode group name to which articles are moved or copied.
14474         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14475         coding system for encoding Newsgroup, Followup-To and Xref headers.
14476
14477         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14478         marks; use nnheader-file-coding-system to write a file.
14479         (nnagent-retrieve-headers): Bind file-name-coding-system to
14480         nnmail-pathname-coding-system.
14481
14482         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14483
14484         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14485         (nnml-request-article, nnml-request-create-group)
14486         (nnml-request-rename-group, nnml-find-id)
14487         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14488         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14489         (nnml-save-marks): Use nnml-group-pathname instead of
14490         nnmail-group-pathname.
14491
14492         (nnml-request-create-group, nnml-request-expire-articles)
14493         (nnml-request-move-article, nnml-request-delete-group)
14494         (nnml-deletable-article-p, nnml-possibly-create-directory)
14495         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14496         (nnml-open-marks): Bind file-name-coding-system to
14497         nnmail-pathname-coding-system.
14498
14499         (nnml-request-article): Pass server argument to nnml-find-group-number.
14500         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14501         Pass server argument to nnml-possibly-create-directory.
14502         (nnml-request-accept-article): Pass server argument to
14503         nnml-active-number and nnml-save-mail.
14504         (nnml-find-group-number): Pass server argument to nnml-find-id.
14505         (nnml-request-update-info): Pass server argument to
14506         nnml-marks-changed-p.
14507
14508         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14509         (nnml-save-mail, nnml-active-number): Add server argument.
14510
14511         (nnml-request-delete-group): Warn if group is missing.
14512         (nnml-get-nov-buffer): Decode group name.
14513         (nnml-generate-active-info): Encode group name.
14514         (nnml-open-marks): Decode group name in messages.
14515
14516 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14519         if it is not specified.
14520         (gnus-article-pipe-part, gnus-article-save-part)
14521         (gnus-article-interactively-view-part, gnus-article-copy-part)
14522         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14523         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14524         (gnus-article-replace-part, gnus-article-delete-part)
14525         (gnus-article-view-part-as-type): Pass raw prefix argument to
14526         gnus-article-part-wrapper.
14527
14528 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * gnus-agent.el (gnus-agent-save-active):
14531         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14532
14533         * gnus-cache.el (gnus-cache-save-buffers)
14534         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14535         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14536         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14537         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14538         (gnus-cache-generate-active, gnus-cache-rename-group)
14539         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14540         (gnus-cache-update-overview-total-fetched-for):
14541         Bind file-name-coding-system to nnmail-pathname-coding-system.
14542         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14543         New variables.
14544         (gnus-cache-decoded-group-name): New function.
14545         (gnus-cache-file-name): Use it.
14546         (gnus-cache-generate-active): Use non-decoded group name for active.
14547
14548         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14549         right place.
14550         (gnus-write-active-file): Don't break non-ASCII group names.
14551
14552         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14553         nnmail-pathname-coding-system.
14554
14555         * lpath.el: Bind default-file-name-coding-system,
14556         file-name-coding-system and language-info-alist for XEmacs.
14557
14558         * gnus-uu.el (gnus-uu-decode-save): Typo.
14559
14560 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14563
14564 2007-07-14  David Kastrup  <dak@gnu.org>
14565
14566         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14567         finishing actions if we did not edit the article.
14568
14569 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14572         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14573         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14574         (gnus-agent-flush-group, gnus-agent-flush-cache)
14575         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14576         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14577         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14578         (gnus-agent-regenerate-group)
14579         (gnus-agent-update-files-total-fetched-for)
14580         (gnus-agent-update-view-total-fetched-for):
14581         Bind file-name-coding-system to nnmail-pathname-coding-system.
14582         (gnus-agent-group-pathname): Don't encode file names by
14583         nnmail-pathname-coding-system.
14584         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14585         coding-system-for-write instead of buffer-file-coding-system to
14586         gnus-agent-file-coding-system.
14587
14588         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14589         Decode group name.
14590
14591         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14592
14593         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14594         (gnus-read-newsrc-el-file): Make group names unibyte.
14595
14596         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14597         nnmail-pathname-coding-system.
14598
14599         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14600         (nnrss-request-delete-group): Bind file-name-coding-system to
14601         nnmail-pathname-coding-system.
14602         (nnrss-read-server-data, nnrss-read-group-data):
14603         Bind file-name-coding-system correctly.
14604         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14605
14606         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14607         (nntp-server-to-method-cache): New variable.
14608         (nntp-group-pathname): New function that decodes non-ASCII group names.
14609         (nntp-possibly-create-directory, nntp-marks-changed-p)
14610         (nntp-save-marks, nntp-open-marks): Use it.
14611         (nntp-possibly-create-directory, nntp-open-marks):
14612         Bind file-name-coding-system to nnmail-pathname-coding-system.
14613         (nntp-open-marks): Decode group names when bootstrapping marks.
14614
14615         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14616         Newsgroups and Followup-To headers.
14617
14618 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14621         (gnus-server-closed-face, gnus-server-denied-face)
14622         (gnus-server-offline-face): Remove variable.
14623         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14624
14625         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14626         of modifying message-stack directly for XEmacs.
14627
14628         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14629         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14630         if the coding-system argument is nil for XEmacs.
14631
14632         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14633         mm-charset-override-alist.
14634
14635         * rfc2047.el: Don't require base64; require rfc2045 for the function
14636         rfc2045-encode-string.
14637         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14638         to quote the parameter value.
14639
14640 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14643         form in gnus-group-name-charset-method-alist.
14644
14645         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14646         overrides the default layout edit-form.
14647
14648         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14649
14650         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14651
14652 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14655         as unfetched articles.
14656
14657 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14658
14659         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14660
14661 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14664         original back end that keeps marks in the local system.
14665
14666 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14669         arg of pop-to-buffer for XEmacs.
14670         (gnus-article-read-summary-keys): Ditto; don't restore window
14671         configuration if summary command ends up with neither article buffer
14672         nor summary buffer; describe bindings if summary keys end with C-h.
14673
14674 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * message.el (message-fix-before-sending): Skip raw message part to be
14677         forwarded while checking illegible text.
14678         (message-forward-make-body-mime, message-forward-make-body):
14679         Mark signed or encrypted raw message as having no illegible text.
14680
14681 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14684         (gnus-message-with-timestamp-1): New macro.
14685         (gnus-message-with-timestamp): New function.
14686         (gnus-message): Use them.
14687
14688         * nnheader.el (nnheader-message): Use them.
14689
14690 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14693         .newsrc.eld file.
14694
14695 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * gnus-agent.el (gnus-agent-fetch-headers)
14698         (gnus-agent-retrieve-headers):
14699         Bind gnus-decode-encoded-address-function to identity.
14700
14701         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14702         available also when the server returns simply a dot.
14703
14704         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14705
14706 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14709
14710 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * gnus-ems.el (gnus-x-splash): Make it work.
14713
14714         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14715         from being used.
14716
14717         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14718
14719 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14722         4th and the 5th arguments.
14723
14724         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14725         the front stickiness.
14726         (gnus-article-summary-command-nosave): Correct the order of the
14727         arguments passed to pop-to-buffer.
14728         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14729         summary command ends up with the article buffer.
14730
14731         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14732         the same faces.
14733
14734 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14735
14736         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14737
14738 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14739
14740         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14741         * gnus-sum.el (gnus-summary-highlight):
14742         * pgg.el (pgg-sign-region, pgg-sign):
14743         * mail-source.el (mail-source-delete-old-incoming-confirm):
14744         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14745
14746 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * gnus-art.el (gnus-mime-view-part-externally)
14749         (gnus-mime-view-part-internally): Fix predicate function passed to
14750         completing-read.
14751
14752         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14753
14754         * gnus.el (gnus-update-message-archive-method): Add :version.
14755
14756 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus.el (gnus-update-message-archive-method): New variable.
14759
14760         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14761         according to gnus-message-archive-method if
14762         gnus-update-message-archive-method is non-nil.
14763
14764 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14767         Suggested by Loic Dachary <loic@dachary.org>.
14768         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14769
14770 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * message.el (message-pop-to-buffer): Add switch-function argument.
14773         (message-mail): Pass switch-function argument to it.
14774
14775 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14776
14777         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14778         Improve doc string.
14779
14780 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14783         (gnus-header-content):
14784         * gnus-cite.el (gnus-cite-10):
14785         * gnus-srvr.el (gnus-server-closed):
14786         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14787         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14788         (gnus-group-mail-3-empty, gnus-group-mail-low)
14789         (gnus-group-mail-low-empty, gnus-splash):
14790         * message.el (message-header-to, message-header-cc)
14791         (message-header-subject, message-header-other, message-header-name)
14792         (message-header-xheader, message-separator, message-cited-text)
14793         (message-mml): Lighten colors of faces used for dark background.
14794
14795 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14796
14797         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14798         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14799
14800 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * message.el (message-narrow-to-headers-or-head):
14803         Ignore mail-header-separator in the body.
14804
14805 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14808         same as window size.
14809
14810 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14811
14812         * message.el (message-font-lock-keywords): Use message-header-xheader
14813         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14814         ahead of the anything pattern, to get it recognized.
14815
14816 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14819         spam.el loads uses it in the compiled defadvice form.
14820
14821 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14822
14823         * gnus-sum.el (gnus-articles-to-read)
14824         (gnus-summary-insert-old-articles): Don't truncate group name for
14825         `read-string'.
14826
14827         * gnus-util.el (gnus-limit-string): Delete this function.
14828
14829         * gnus-sum.el (gnus-simplify-subject-fully):
14830         Use `truncate-string-to-width' instead.
14831
14832 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14833
14834         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14835         Tell if, on summary exit, the next group has to be selected.
14836         (gnus-summary-exit): Use it.
14837
14838 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14839
14840         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14841         non-break space.
14842
14843 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14846         Check if group is not a directory.
14847         (nnfolder-request-expire-articles): Don't delete articles if the target
14848         group is not available.
14849
14850         * nnml.el (nnml-request-create-group): Properly check if group is not a
14851         file.
14852         (nnml-request-expire-articles): Don't delete articles if the target
14853         group is not available.
14854
14855         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14856         Don't quote characters that are within parentheses.
14857
14858 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14861         (gnus-handle-ephemeral-exit): Select article according to it.
14862
14863 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14864
14865         * message.el (message-insert-formated-citation-line): Remove newline.
14866         (message-citation-line-format): Add final \n here so that the user can
14867         avoid a blank line.
14868
14869 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14870
14871         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14872         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14873         Update lanl/arXiv support.
14874
14875 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14876
14877         * gnus.el: Bump version number.
14878
14879 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14880
14881         * gnus.el (gnus-version-number): Bump version.
14882
14883 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14884
14885         * gnus.el: No Gnus v0.6 is released.
14886
14887 2007-04-27  Didier Verna  <didier@xemacs.org>
14888
14889         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14890         * gmm-utils.el (gmm-regexp-concat): ... here.
14891         * message.el: Don't require 'gnus-util.
14892         (message-dont-reply-to-names): Handle name change above.
14893         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14894
14895 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14898         since the initial value varies according to the system.
14899
14900 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14903
14904 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14905
14906         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14907
14908 2007-04-24  Didier Verna  <didier@xemacs.org>
14909
14910         Improve the type of gnus-ignored-from-addresses.
14911         * gnus-util.el (gnus-orify-regexp): New function.
14912         * message.el (gnus-util): Require it.
14913         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14914         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14915         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14916
14917 2007-04-24  Didier Verna  <didier@xemacs.org>
14918
14919         * gnus-sum.el:
14920         * gnus-utils.el: Fix some trailing whitespaces.
14921
14922 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14925         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14926         article's Message-ID; refer parent article in summary buffer.
14927
14928         * message.el (message-bounce): Call mime-to-mml.
14929
14930         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14931         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14932         optimize and/or forms properly.
14933
14934 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14935
14936         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14937         URL.
14938
14939 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14942
14943 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14946         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14947         displayed of multipart/alternative part if it is invoked from summary
14948         buffer.
14949
14950         * mm-view.el (mm-inline-text-html-render-with-w3m)
14951         (mm-inline-text-html-render-with-w3m-standalone)
14952         (mm-inline-render-with-function): Use mail-parse-charset by default.
14953
14954 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14955
14956         * parse-time.el (parse-time-string-chars): Check if CHAR
14957         is less than the length of parse-time-syntax.
14958
14959 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14962         from gnus-newsgroup-processable.
14963
14964 2007-04-16  Didier Verna  <didier@xemacs.org>
14965
14966         * gnus-msg.el (gnus-configure-posting-styles):
14967         Handle message-signature-directory properly with :file syntax.
14968         Reported by "Leo".
14969
14970 2007-04-11  Didier Verna  <didier@xemacs.org>
14971
14972         New user option: message-signature-directory.
14973         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14974         * message.el (message-insert-signature): Ditto.
14975         * message.el (message-signature-file): Doc update.
14976         * message.el (message-signature-directory): New.
14977
14978 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-msg.el (gnus-inews-yank-articles):
14981         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14982
14983 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * message.el (message-yank-original): Make sure cited text ends with
14986         newline; don't exchange point and mark.
14987
14988 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14989
14990         * tls.el (open-tls-stream): Properly handle case where there
14991         is no associated buffer.
14992
14993 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14994
14995         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14996         message-yank-original, make sure (< mark TEXT point).
14997
14998 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14999
15000         * message.el (message-fill-column): New variable.
15001         (message-mode): Use it.  Add comment on a possible new hook.
15002
15003         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15004         (nnmail-get-new-mail): Reformat.
15005
15006         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15007
15008         * gmm-utils.el: Fix Commentary.
15009         (gmm-tool-bar-from-list): Fix typo in doc string.
15010
15011 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15012
15013         * message.el (message-yank-original): Don't switch point and mark
15014         unnecessarily to put point and mark as documented.
15015
15016 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15017
15018         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15019         from the message heads.
15020
15021 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15022
15023         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15024         article buffer does not have a window.  This may not be the best
15025         solution but is certainly better than setting the start of the null,
15026         that is the current, window.
15027
15028 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15031         (gnus-draft-setup): Run it.
15032
15033         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15034         gnus-score-fast-scoring.  Allow regexp.
15035         (gnus-score-headers): Use it.
15036
15037         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15038         XEmacs.
15039
15040         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15041         string.
15042         (gnus-button-alist): Also catch `<f1> k ...'.
15043         (gnus-treat-display-x-face): Fix doc string.
15044
15045 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15046
15047         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15048         evaluation of gnus-extended-version to ensure correct generation of the
15049         User-Agent header when message-generate-headers-first is used.
15050
15051 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15052
15053         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15054         hashcash-path is nil.  Don't call callback with incorrect number of
15055         parameters if val is 0.
15056
15057 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15058
15059         * message.el (message-required-news-headers):
15060         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15061
15062 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15063
15064         * tls.el (open-tls-stream): In handshake-waiting loop,
15065         don't wait more if there is output available to process.
15066
15067 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15068
15069         * tls.el (tls-program): Doc fix.
15070
15071 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * message.el (message-generate-new-buffers): Change the meaning of the
15074         nil value; add `standard' to the choices; treat t as `unique'; improve
15075         doc string.
15076         (gnus-select-frame-set-input-focus): Autoload.
15077         (message-buffer-name): Search for the existing message buffer if
15078         message-generate-new-buffers is nil or `standard'; treat the value t of
15079         message-generate-new-buffers as `unique'.
15080         (message-pop-to-buffer): Raise the frame already displaying the message
15081         buffer; clear the echo area after querying.
15082         (message-setup): Pass the `continue' argument to compose-mail.
15083         (message-mail): Prefer `switch-function' if it is given; search for the
15084         existing message buffer if the `continue' argument is non-nil; pass
15085         continue and switch-function arguments to compose-mail by way of
15086         message-setup.
15087         (message-mail-other-window): Adjust argument of message-setup.
15088         (message-mail-other-frame): Ditto.
15089
15090 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15093         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15094         to turn font-lock on when turning gnus-message-citation-mode on.
15095
15096 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15097
15098         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15099         (mml-smime-function-alist): New variable; add epg as the backend.
15100         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15101         mml-smime- functions instead.
15102         * mm-view.el: Require smime.
15103
15104 2007-03-05  Didier Verna  <didier@xemacs.org>
15105
15106         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15107         instead of just inheritance for posting styles.
15108         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15109
15110 2007-02-24  Chris Moore  <dooglus@gmail.com>
15111
15112         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15113         * pgg-pgp.el (pgg-pgp-encrypt-region):
15114         * pgg-gpg.el (pgg-gpg-encrypt-region):
15115         Check pgg-encrypt-for-me if no other recipients.
15116
15117 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15118
15119         * tls.el (tls-certtool-program): Fix custom type.
15120
15121 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15124         and point-at-eol instead of line-(beginning|end)-position.
15125
15126         * assistant.el (assistant-parse-buffer): Ditto.
15127
15128         * netrc.el (netrc-parse-services): Ditto.
15129
15130 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15131
15132         * mml2015.el (mml2015-epg-find-usable-key): New function.
15133         (mml2015-epg-sign): Use it.
15134         (mml2015-epg-encrypt): Use it.
15135
15136 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * message.el (message-make-in-reply-to): Quote name containing
15139         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15140         if there are special characters.  Reported by NAKAJI Hiroyuki
15141         <nakaji@jp.freebsd.org>.
15142
15143 2007-02-27  Didier Verna  <didier@xemacs.org>
15144
15145         Include the group parameters as well as the topic ones in the
15146         inheritance filter process.
15147         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15148         argument GROUP-PARAMS-LIST.
15149         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15150
15151 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * nntp.el (nntp-never-echoes-commands)
15154         (nntp-open-connection-functions-never-echo-commands): New variables.
15155         (nntp-send-command): Use them.
15156
15157 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15158
15159         * mml2015.el (mml2015-epg-verify): Simplify.
15160
15161 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * mml.el (mml-content-disposition-alist): New user option.
15164         (mml-content-disposition): New function.
15165         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15166         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15167
15168 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15169
15170         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15171         verification.
15172
15173 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15174
15175         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15176         articles posted in the last 24 hours.
15177
15178 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15179
15180         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15181
15182 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15183
15184         * nntp.el (nntp-send-command): Don't wait for echoes when
15185         nntp-open-ssl-stream is used.
15186
15187 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15190         (gnus-message-add-citation-keywords)
15191         (gnus-message-remove-citation-keywords): Remove.
15192         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15193         directly, make the variables in font-lock-defaults buffer-local, add
15194         gnus-message-citation-keywords to them and then update the value of
15195         font-lock-keywords.
15196
15197 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * message.el (message-cite-original-1): Don't call
15200         gnus-article-highlight-citation.
15201
15202         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15203         citations; fix line count.
15204
15205 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15208         (gnus-message-add-citation-keywords)
15209         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15210         versions of font-lock-add-keywords and font-lock-remove-keywords to
15211         work with XEmacs correctly.
15212
15213 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * gnus-cite.el (gnus-cite-face-list): Set the values of
15216         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15217         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15218         (gnus-message-cite-prefix-regexp): New variable.
15219         (gnus-message-search-citation-line): Use it; protect against long
15220         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15221         the 0th match data for Emacs.
15222         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15223         (gnus-message-add-citation-keywords): Append keywords rather than
15224         prepending; emulate font-lock-add-keywords if it is not available.
15225         (gnus-message-remove-citation-keywords):
15226         Emulate font-lock-remove-keywords if it is not available.
15227
15228         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15229
15230         * message.el (message-cite-prefix-regexp): Set the value of
15231         gnus-message-cite-prefix-regexp.
15232
15233 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15234
15235         * nnweb.el (nnweb-google-parse-1): Update parser.
15236
15237 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15238
15239         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15240
15241 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15242
15243         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15244         regexp.
15245
15246 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15249         string-to-multibyte.
15250         (uudecode-decode-region-internal): Use it.
15251
15252         * lpath.el: Fbind string-as-multibyte for XEmacs.
15253
15254 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15255
15256         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15257         Fix custom choice.
15258
15259         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15260
15261 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15262
15263         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15264
15265         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15266         `write-region' to respect `mm-inhibit-file-name-handlers'.
15267
15268 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15271         Use gnus-home-directory instead of "~/" or "$HOME".
15272
15273 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15274
15275         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15276         to mention filename.
15277         Add comments at beginning regarding usage.
15278         (encrypt-write-file-contents): Change interactive so a string is
15279         acceptable.  If the file has no associated model, show an error instead
15280         of a nonsense prompt.
15281
15282 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15283
15284         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15285         Thanks to Yoshihiko Yamada for kind notification of this typo.
15286
15287 2007-01-12  Kenichi Handa  <handa@m17n.org>
15288
15289         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15290         multibyte buffer.
15291
15292 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15293
15294         * gnus-score.el (gnus-score-fast-scoring): New variable.
15295         (gnus-score-headers): Use it.
15296
15297         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15298
15299         * message.el (message-cite-original-1):
15300         Call gnus-article-highlight-citation if requested.
15301         (message-make-from): Allow name and address as optional arguments.
15302
15303         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15304
15305         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15306         bugs to doc string.
15307         (gnus-button-alist): Add mid\\|message-id.
15308         (gnus-button-fetch-group): Extend for use in
15309         `browse-url-browser-function'.
15310         (gnus-button-url-regexp): Try to catch paired parentheses like in
15311         Wikipedia URLs.
15312
15313         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15314         Suggested by Simon Krahnke <overlord@gmx.li>.
15315
15316 2007-01-13  Romain Francoise  <romain@orebokech.com>
15317
15318         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15319         Update copyright.
15320
15321 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15322
15323         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15324
15325 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15326
15327         * gnus-registry.el (gnus-registry-unfollowed-groups)
15328         (gnus-registry-split-fancy-with-parent): Fix documentation.
15329
15330 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15331
15332         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15333         from nnweb groups.
15334
15335 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15336
15337         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15338         Xref urls.  Erase buffer before requesting head.
15339
15340         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15341
15342 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15343
15344         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15345         customizable.
15346
15347 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15348
15349         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15350         no signing key is found.
15351         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15352         no encrypting and/or signing key is found.
15353
15354 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15355
15356         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15357
15358 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15359
15360         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15361         headers read from disk with the ones newly found in the current search.
15362         This should no longer cause problems, because the article numbers in
15363         Gmane's `nov.php' output are ignored since the previous change.
15364
15365 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15366
15367         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15368
15369 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15372         replace-regexp-in-string; bind url-version; fbind display-images-p and
15373         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15374         find-face and set-itimer-function for Emacs; bind itimer-list for
15375         Emacs.
15376
15377         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15378
15379 2007-01-01  Romain Francoise  <romain@orebokech.com>
15380
15381         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15382
15383 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15384
15385         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15386         `define-minor-mode' macro definition expanded properly.
15387         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15388         exclude it there.
15389
15390         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15391         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15392         `fboundp' test.
15393         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15394         This is OK to autoload in (S)XEmacs now.
15395
15396 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15397
15398         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15399         keystroke.
15400         (gnus-summary-limit-to-singletons): Fix typo.
15401
15402         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15403         else fails.
15404
15405 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15406
15407         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15408         docstring.
15409
15410         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15411         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15412         (gnus-summary-insert-dormant-articles): Fix typo in message.
15413
15414 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15415
15416         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15417         nil for XEmacs.
15418         (gnus-message-citation-mode): Don't autoload in XEmacs.
15419
15420         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15421
15422 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15423
15424         * nnimap.el (nnimap-expunge-search-string):
15425         Mention nnimap-search-uids-not-since-is-evil in docstring.
15426
15427 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15428
15429         * spam.el: Revert to make-obsolete-variable because
15430         define-obsolete-variable-alias is not supported in Emacs 21.
15431
15432         * spam.el (spam-ifile-path, spam-ifile-database-path)
15433         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15434         make-obsolete-variable.
15435         (spam-bsfilter-path, spam-bsfilter-program)
15436         (spam-spamassassin-path, spam-spamassassin-program)
15437         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15438         Don't use "path" inappropriately.
15439         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15440         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15441         variable names.
15442
15443 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15444
15445         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15446         summary buffer.
15447
15448         * password.el (password-cache-remove): Use clear-string to burn
15449         password, if available.
15450
15451 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15452
15453         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15454
15455         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15456
15457         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15458         (gnus-message-highlight-citation): Move defcustom here from
15459         gnus-cite.el.
15460         (gnus-message-citation-mode): Autoload.
15461
15462         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15463         checks to make it compile with XEmacs.
15464         (gnus-message-citation-mode): New minor mode.
15465         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15466         (gnus-message-highlight-citation): New variables.
15467         (gnus-message-search-citation-line)
15468         (gnus-message-add-citation-keywords)
15469         (gnus-message-remove-citation-keywords)
15470         (turn-on-gnus-message-citation-mode)
15471         (turn-off-gnus-message-citation-mode): New functions.
15472
15473 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15474
15475         * gnus-cite.el: Enable highlighting of different citation levels in
15476         message-mode.
15477
15478 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15479
15480         * message.el (message-make-fqdn): Fix comment.
15481         (message-bogus-system-names): Add ".local".
15482
15483         * spam.el (spam-ifile-path, spam-ifile-program)
15484         (spam-ifile-database-path, spam-ifile-database)
15485         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15486         Don't use "path" inappropriately.
15487         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15488         strings.
15489         (spam-check-ifile, spam-ifile-register-with-ifile)
15490         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15491         Use new variable names.
15492
15493         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15494         (gnus-treat-display-smileys): Simplify using
15495         gnus-image-type-available-p.
15496
15497         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15498         available.
15499
15500         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15501         Use `display-images-p' if available.
15502
15503 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15506         one after turning on the buffer's multibyteness instead of decoding
15507         them directly in the unibyte buffer that causes unexpected conversion
15508         in Emacs 23 (unicode).
15509
15510 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15511
15512         * message.el (message-generate-hashcash): Fix custom type.
15513
15514 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15515
15516         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15517
15518 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15519
15520         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15521         disconnect icons.  Add help text.
15522
15523 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15524
15525         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15526         negated to be consistent with the others we handle.
15527
15528 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15529
15530         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15531         version of gnus-summary-buffer to something, so that we can use two
15532         article buffers at the same time.
15533
15534 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15535
15536         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15537         trigger all the extra headers.
15538         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15539         sorting.
15540
15541 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15542
15543         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15544         solid groups.
15545
15546 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15547
15548         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15549
15550 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15551
15552         * legacy-gnus-agent.el: Add Copyright notice.
15553
15554 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15555
15556         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15557
15558 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15559
15560         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15561
15562         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15563         to make it work reliably in CVS Emacs.
15564         (gnus-summary-limit-strange-charsets-predicate)
15565         (gnus-summary-limit-to-predicate): New functions.
15566
15567 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15568
15569         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15570         specifying array size.
15571         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15572         array if it is too small.
15573         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15574         (gnus-sort-threads-loop): New function.
15575
15576 2006-12-06  Chris Moore  <dooglus@gmail.com>
15577
15578         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15579         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15580
15581 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15582
15583         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15584         options.
15585
15586 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15587
15588         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15589         DOS-ing the recipient.
15590
15591         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15592         the headers when creating the mapping to avoid mismappings.
15593         (nnweb-gmane-create-mapping): Always nix out old mapping.
15594
15595 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15598         and mm-verify-option to never.
15599
15600 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * message.el (message-signed-or-encrypted-p): New function.
15603         (message-forward-make-body): Use it.
15604
15605         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15606         Replace encode-coding-string with mm-encode-coding-string.
15607
15608 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * nneething.el (nneething-decode-file-name):
15611         Replace decode-coding-string with mm-decode-coding-string.
15612
15613         * gnus-int.el (gnus-open-server): Say failed server's name.
15614
15615 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15616
15617         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15618         strings to a single string.  Quote `errors-file-name'.
15619         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15620         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15621         Adjust calls.  Use `shell-quote-argument'.
15622
15623 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15624
15625         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15626         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15627
15628         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15629         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15630         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15631         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15632         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15633         (gnus-subscribe-newsgroup, gnus-1):
15634         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15635         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15636         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15637         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15638
15639 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15640
15641         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15642         keystroke.
15643         (gnus-summary-limit-to-bodies): Implement headersp.
15644
15645 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15646
15647         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15648
15649 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15652
15653 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15654
15655         * message.el (message-generate-hashcash): Expand range of values to
15656         include `opportunistic'.
15657         (message-send-mail): Use it.
15658
15659 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15660
15661         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15662         and comment it.
15663
15664         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15665
15666 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15667
15668         * gnus-util.el (gnus-extract-address-components): Improve comment.
15669
15670 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * gnus-util.el (gnus-extract-address-components): Work with address in
15673         which the name portion contains @.
15674
15675         * lpath.el: Fbind custom-autoload.
15676
15677 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15678
15679         * gnus.el (gnus-start): Move custom group up.
15680         (gnus-select-method): Don't autoload, but make it available for
15681         `customize-variable'.
15682         (gnus-getenv-nntpserver): Don't autoload.
15683
15684 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15685
15686         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15687
15688 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15689
15690         * message.el (message-sendmail-extra-arguments): New variable.
15691         (message-send-mail-with-sendmail): Use it.
15692
15693 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15696         mm-with-unibyte-current-buffer to make string unibyte.
15697
15698         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15699         mm-string-as-multibyte.
15700
15701 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15702
15703         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15704         Reported by Werner Koch <wk@gnupg.org>.
15705
15706 2006-11-14  Daiki Ueno  <ueno@p360>
15707
15708         * mml2015.el: Autoload epa-select-keys when compiling.
15709
15710 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15711
15712         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15713         message-options.
15714         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15715
15716 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15717
15718         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15719         EasyPG (< 0.0.6).
15720         (mml2015-always-trust): New user option.
15721         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15722         prompt.
15723
15724 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * nntp.el (nntp-authinfo-force): New variable.
15727         (nntp-send-authinfo): Use it.
15728
15729 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15732         decode encoded words.  Improve prompt.  Add comment about forwarding.
15733         (message-replacement-char): Move up.
15734
15735 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15736
15737         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15738         instead of gnus-intersection because arguments of gnus-sorted-nunion
15739         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15740
15741 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15742
15743         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15744         (message-simplify-subject-functions):
15745         Enable message-strip-subject-encoded-words by default.
15746
15747 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15748
15749         * message.el (message-strip-subject-encoded-words): New function.
15750         (message-simplify-subject-functions): New variable.
15751         (message-simplify-subject): Use it.  Fix typo in doc string.
15752         Support message-strip-subject-encoded-words.
15753
15754 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15755
15756         * gnus-diary.el (gnus-diary-delay-format-function):
15757         * nndiary.el (nndiary-reminders):
15758         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15759
15760 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15761
15762         * gnus-art.el (article-hide-boring-headers): Fetch date from
15763         gnus-original-article-buffer to avoid problems with localized date
15764         strings.
15765
15766 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15769
15770 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15771
15772         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15773         New variables.
15774         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15775         (mm-charset-synonym-alist): Move some entries to
15776         mm-codepage-iso-8859-list.
15777         (mm-charset-synonym-alist, mm-charset-override-alist):
15778         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15779
15780 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15783
15784 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15785
15786         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15787         with Emacs 21 and XEmacs.
15788
15789 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15790
15791         * spam.el (spam-parse-address): New function for better parsing,
15792         catching errors, etc.
15793         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15794
15795 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * mm-view.el: Add interactive arg to html2text autoload.
15798
15799 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15802
15803 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15804
15805         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15806         New variables.
15807         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15808         (mm-charset-synonym-alist): Move some entries to
15809         mm-codepage-iso-8859-list.
15810
15811         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15812
15813 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15814
15815         * message.el (message-citation-line-format)
15816         (message-insert-formated-citation-line): Fix implementation of %E, %N
15817         and %n according to the doc string.
15818
15819 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15820
15821         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15822         Use car-safe to avoid bad parses.
15823
15824 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15827         names.
15828
15829         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15830
15831 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15834         header.
15835
15836         * message.el (message-draft-headers): Add Date.
15837         (message-headers-to-generate): Fix typo in docstring.
15838
15839         * nndraft.el (nndraft-required-headers): New variable.
15840         (nndraft-generate-headers): Use it.
15841
15842         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15843
15844 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15845
15846         * gnus-registry.el (gnus-registry-wash-for-keywords)
15847         (gnus-registry-find-keywords): New functions to allow easy searching of
15848         articles that are in the registry.
15849
15850 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15851
15852         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15853         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15854         Reported by Damien Elmes <damien@repose.cx>.
15855
15856 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * gnus.el (gnus-mime): Remove unused custom group.
15859
15860 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15861
15862         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15863         "blank line" when searching for end of armor headers.
15864
15865 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * gmm-utils.el (gmm-write-region): Fix variable name.
15868
15869 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15870
15871         * gmm-utils.el (gmm-write-region): New function based on compatibility
15872         code from `mm-make-temp-file'.
15873
15874         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15875
15876         * nnmaildir.el (nnmaildir--update-nov)
15877         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15878         Use `gmm-write-region'.
15879
15880 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15881
15882         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15883         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15884
15885         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15886
15887         * message.el (message-replacement-char): New variable.
15888         (message-fix-before-sending): Use it.
15889         (message-simplify-subject): New function to remove duplicate code.
15890         (message-reply, message-followup): Use it.
15891
15892         * gnus-sum.el (gnus-summary-make-menu-bar):
15893         Clarify gnus-summary-limit-to-articles.
15894
15895 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * gnus-util.el (gnus-with-local-quit): New macro.
15898
15899         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15900
15901 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15902
15903         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15904         ignore non-string data.
15905
15906 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15907
15908         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15909         non-string data (needs to be done in the registry too).
15910
15911 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15912
15913         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15914         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15915         (gnus-registry-split-fancy-with-parent)
15916         (gnus-registry-fetch-simplified-message-subject-fast)
15917         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15918         Remove text properties on ingress into the registry and when it's saved.
15919         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15920         registry from entries with no groups.
15921
15922 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15923
15924         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15925         function to remove string properties.
15926
15927 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15928
15929         * gmm-utils.el (gmm): Adjust custom version.
15930
15931         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15932         Adjust custom version.
15933
15934         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15935
15936 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15937
15938         * gnus-art.el (gnus-insert-prev-page-button)
15939         (gnus-insert-next-page-button): Simplify.  Reformat.
15940
15941 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15942
15943         * gnus-art.el (gnus-insert-prev-page-button)
15944         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15945
15946 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15947
15948         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15949
15950 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15951
15952         * gnus-art.el (gnus-insert-mime-button)
15953         (gnus-insert-mime-security-button):
15954         Apply gnus-article-button-face to MIME and security buttons.
15955
15956 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15957
15958         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15959         readable.
15960
15961 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15964
15965 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15966
15967         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15968         `browse-url-of-file' instead of `browse-url'.
15969
15970 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15971
15972         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15973         regexp.  Articles containing quotation were cut prematurely.
15974
15975 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * message.el (message-cite-original-1): Use nobody by default for the
15978         value of From header.
15979         (message-reply): Ditto.
15980
15981 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15982
15983         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15984         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15985         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15986
15987 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15988
15989         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15990         mails in the doc string.  Add some URLs in comment.
15991         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15992
15993 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15996         backslashes handling and the way to find boundaries of quoted strings.
15997
15998 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15999
16000         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16001         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16002         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16003         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16004
16005 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16006
16007         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16008         doc string.
16009         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16010
16011 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * lpath.el: Fbind epg-check-configuration.
16014
16015 2006-09-06  Simon Josefsson  <jas@extundo.com>
16016
16017         * mml2015.el (mml2015-use): Doc fix, mention epg.
16018
16019 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16020
16021         * mml2015.el (mml2015-use): Default to epg, if available.
16022
16023 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16024
16025         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16026         message-sender.
16027         (mml1991-epg-encrypt): Ditto.
16028         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16029         message-sender.
16030         (mml2015-epg-encrypt): Ditto.
16031
16032 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16033
16034         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16035         several common directories.
16036
16037 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16038
16039         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16040         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16041
16042 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * gnus-art.el (article-decode-encoded-words): Make it fast.
16045
16046 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16049
16050         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16051         in quoted string into `\'.
16052
16053 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16056         Use standard-syntax-table.
16057
16058 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * gnus-art.el (gnus-decode-address-function): New variable.
16061         (article-decode-encoded-words): Use it to decode headers which are
16062         assumed to contain addresses.
16063         (gnus-mime-delete-part): Remove useless `or'.
16064
16065         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16066         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16067         (gnus-nov-parse-line): Use it to decode From header.
16068         (gnus-get-newsgroup-headers): Ditto.
16069         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16070
16071         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16072         (mail-decode-encoded-address-string): New alias.
16073
16074         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16075         New function.
16076         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16077         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16078         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16079         (rfc2047-decode-string): Ditto.
16080         (rfc2047-decode-address-region): New function.
16081         (rfc2047-decode-address-string): New function.
16082
16083 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16084
16085         * message.el (message-caesar-buffer-body): Allow rotating headers.
16086
16087         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16088
16089         * message.el (message-insert-formated-citation-line): Fix %f.
16090         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16091
16092 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16095         (gnus-bookmark-mouse-available-p): New macro.
16096         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16097         (gnus-bookmark-bmenu-show-infos): Use it.
16098         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16099         (gnus-bookmark-bmenu-hide-infos): Ditto.
16100         (gnus-bookmark-remove-properties): New function.
16101         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16102         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16103         (gnus-bookmark-write-file): Bind coding-system-for-write.
16104         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16105         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16106         group before selecting it.
16107         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16108         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16109         quit-window if it is not available; use gnus-mouse-2 and bind it to
16110         gnus-bookmark-bmenu-select-by-mouse.
16111         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16112         (gnus-bookmark-bmenu-select-by-mouse): New function.
16113
16114 2006-08-13  Romain Francoise  <romain@orebokech.com>
16115
16116         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16117         space.
16118
16119 2006-08-10  Romain Francoise  <romain@orebokech.com>
16120
16121         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16122         (dns-mode-soa-auto-increment-serial): New user option.
16123         (dns-mode-soa-maybe-increment-serial): New function.
16124         (dns-mode): Add the latter to `write-contents-functions'.
16125
16126 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * compface.el (uncompface): Use binary rather than raw-text-unix.
16129
16130 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * compface.el (uncompface): Make sure the eol conversion doesn't take
16133         place when communicating with the external programs.
16134         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16135
16136 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16139
16140 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16141
16142         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16143         Make it more robust by parsing author and date independently.
16144
16145 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16146
16147         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16148
16149 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16150
16151         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16152         first matching secret key.
16153         (mml2015-epg-encrypt): Ditto.
16154
16155         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16156         first matching secret key.
16157         (mml1991-epg-encrypt): Ditto.
16158
16159         * mml2015.el (mml2015-encrypt-to-self): New user option.
16160         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16161         mml2015-epg-encrypt-to-self is set.
16162
16163         * mml1991.el (mml1991-encrypt-to-self): New variable.
16164         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16165         mml1991-epg-encrypt-to-self is set.
16166
16167         * mml2015.el (mml2015-signers): New user option.
16168         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16169         (mml2015-epg-encrypt): Allow to select signing keys.
16170
16171         * mml1991.el (mml1991-signers): New variable.
16172         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16173         (mml1991-epg-encrypt): Allow to select signing keys.
16174
16175 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * nnheader.el (nnheader-insert-head): Make it work even if the file
16178         uses CRLF for the line-break code.
16179
16180 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16181
16182         * mml2015.el: Require mml-sec instead of password.
16183         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16184         (mml2015-cache-passphrase): Inherit the default value from
16185         mml-secure-cache-passphrase.
16186         (mml2015-passphrase-cache-expiry): Inherit the default value from
16187         mml-secure-passphrase-cache-expiry.
16188
16189         * mml1991.el: Require mml-sec instead of password.
16190         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16191         (mml1991-cache-passphrase): Inherit the default value from
16192         mml-secure-cache-passphrase.
16193         (mml1991-passphrase-cache-expiry): Inherit the default value from
16194         mml-secure-passphrase-cache-expiry.
16195
16196         * mml-sec.el: Require password.
16197         (mml-secure-verbose): New user option.
16198         (mml-secure-cache-passphrase): New user option.
16199         (mml-secure-passphrase-cache-expiry): New user option.
16200
16201 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16202             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16203
16204         * pgg-def.el (pgg-truncate-key-identifier):
16205         Truncate the key ID to 8 letters from the end.
16206
16207 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16208
16209         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16210         workaround for the url package included with Emacs.
16211
16212         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16213
16214 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16217         correctly.  This fixes a bug caused by the 2006-05-12 change.
16218
16219 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16220
16221         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16222         some information about the error when saying that the `bogus' mail
16223         group will be used.
16224
16225 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16226
16227         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16228         string.
16229
16230 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16231
16232         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16233
16234 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16235
16236         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16237
16238 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16239
16240         * mml1991.el (mml1991-function-alist): Add epg.
16241         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16242         (mml1991-epg-encrypt): New functions.
16243
16244 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16245
16246         * mml2015.el (mml2015-verbose): New variable.
16247         (mml2015-cache-passphrase): Ditto.
16248         (mml2015-passphrase-cache-expiry): Ditto.
16249         (mml2015-function-alist): Add epg.
16250         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16251         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16252         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16253         New functions.
16254
16255 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16256
16257         * message.el (message-cite-original-1): Preserve region when removing
16258         quoted text due to X-No-Archive in order to avoid bogus attribution
16259         when citing multiple messages.
16260
16261 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16262
16263         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16264         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16265
16266 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16267
16268         * gnus-diary.el (gnus-user-format-function-d)
16269         (gnus-user-format-function-D): Autoload.
16270
16271         * imap.el (Commentary): Fix typo.
16272
16273         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16274         2006-04-22 contribution.
16275
16276 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16277
16278         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16279         It didn't really fix the bogosity I'm seeing with solid web groups.
16280
16281 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16282
16283         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16284         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16285         created using server names.  If we use the feature without declaring
16286         it, Gnus does not properly manage server and group state.
16287
16288         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16289         bound.
16290
16291 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16292
16293         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16294         looking up the method using GROUP's prefix before inventing a new one.
16295         It is used on killed/unknown groups in various places where returning
16296         an all-new method isn't expected by the caller.
16297
16298         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16299         and match semantics of gnus-group-real-prefix.
16300
16301 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16302
16303         * nnmail.el (nnmail-broken-references-mailers): New variable.
16304         (nnmail-ignore-broken-references): New function generalizing
16305         nnmail-fix-eudora-headers.
16306         (nnmail-fix-eudora-headers): Now obsolete.
16307
16308         * gnus-art.el (gnus-button-handle-custom):
16309         Support `customize-apropos*'.
16310
16311 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16312
16313         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16314
16315         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16316         articles.
16317
16318 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16319
16320         * message.el (message-cite-reply-above): New variable.
16321         (message-yank-original): Use it.
16322
16323 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16326
16327 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16330         as read.
16331
16332         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16333
16334 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16335
16336         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16337         (gnus-bookmark-default-file): Use gnus-directory.
16338         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16339         Remove "*" in doc string.
16340         (gnus-bookmark-write-file): Simplify.
16341         (gnus-bookmark-maybe-sort-alist): Use `when'.
16342         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16343         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16344         Add FIXME about Emacs 21 and XEmacs compatibility.
16345         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16346         compatibility.
16347         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16348         compatibility.
16349         (gnus-bookmark-menu-heading): Fix version.
16350
16351 2006-06-19  Bastien Guerry  <bzg@altern.org>
16352
16353         * gnus-bookmark.el: New file.
16354
16355 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * message.el (message-syntax-checks): Doc fix.
16358
16359 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16360
16361         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16362         unsubscribed groups as if they were killed ones.  It causes duplicate
16363         entries in gnus-newsrc-alist.
16364
16365 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * message.el (message-syntax-checks): Doc fix.
16368         (message-send-mail): Add check for continuation headers.
16369         (message-check-news-header-syntax): Fix regexp used to check for
16370         continuation headers.
16371
16372 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16375
16376 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16377
16378         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16379
16380 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16383         default-truncate-lines.
16384
16385 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16388         to fill the utf-8 entry.
16389
16390         * lpath.el: Fbind unicode-precedence-list.
16391
16392 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16393
16394         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16395
16396 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16397
16398         * gnus-agent.el (directory-files-and-attributes): Move all the way
16399         forward (the third and final move).
16400         (gnus-agent-read-agentview): Trap reconstruction errors due to
16401         nonexistent directory.  Handle by returning nil.
16402
16403 2006-05-30  Didier Verna  <didier@xemacs.org>
16404
16405         * message.el (message-dont-reply-to-names): Update the custom type.
16406         * message.el (message-dont-reply-to-names): New defsubst: potentially
16407         convert a list of regexps into a single one.
16408         * message.el (message-get-reply-headers): Use it.
16409         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16410
16411 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * gnus-agent.el (directory-files-and-attributes): Move forward.
16414
16415 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16416
16417         * gnus-ml.el (gnus-mailing-list-subscribe)
16418         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16419         (gnus-mailing-list-message): Fix doc strings.
16420
16421 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16422
16423         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16424         of doing it manually.
16425
16426 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16427
16428         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16429         comment.
16430
16431 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16432
16433         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16434         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16435         (gnus-agent-read-local): All symbols allocated in my-obarray.
16436         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16437         (gnus-agent-regenerate-group): Check numeric names to see if they are
16438         messages or groups.
16439         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16440         better way of do this...)
16441
16442         * gnus-cache.el (gnus-agent-total-fetched-for):
16443         Ignore 'dummy.group' (there should be a better way of do this...)
16444
16445 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16448         (gnus-saved-headers): Ditto.
16449         (gnus-default-article-saver): Mention functions may have properties.
16450         (gnus-article-save): Override gnus-save-all-headers and
16451         gnus-saved-headers by :headers property which saver function may have.
16452         (gnus-summary-save-in-file): Add :headers property.
16453         (gnus-summary-write-to-file): Ditto.
16454
16455         * gnus-sum.el (gnus-summary-save-article): Bind
16456         gnus-prompt-before-saving to t when saving many articles in a file;
16457         always show all headers.
16458
16459         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16460
16461 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16462
16463         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16464         marks.
16465
16466         * message.el (message-indent-citation): Add optional arguments to allow
16467         using it outside of message buffers.
16468
16469         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16470         (gnus-article-treat-unfold-headers): Use it.
16471         (gnus-article-truncate-lines): New variable.
16472         (gnus-article-mode): Use it.
16473         (gnus-article-toggle-truncate-lines): New function.
16474
16475         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16476         Add gnus-article-toggle-truncate-lines.
16477
16478         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16479         coding system in XEmacs, use binary.
16480
16481 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16484         after-load-alist.
16485
16486         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16487         this function should save decoded articles.
16488         (gnus-summary-write-to-file): Use property to specify this function
16489         should save decoded articles and specify gnus-summary-save-in-file
16490         should be used to save articles other than the first one when saving
16491         many articles.
16492         (gnus-summary-save-body-in-file): Use property to specify this
16493         function should save decoded articles.
16494         (gnus-summary-write-body-to-file): Use property to specify this
16495         function should save decoded articles and specify
16496         gnus-summary-save-body-in-file should be used to save articles other
16497         than the first one when saving many articles.
16498
16499         * gnus-sum.el (gnus-summary-save-article): Simplify.
16500
16501 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16502
16503         * gnus-art.el (gnus-default-article-saver):
16504         Add gnus-summary-write-body-to-file.
16505         (gnus-article-save-coding-system): Don't use coding system object
16506         in XEmacs.
16507         (gnus-read-save-file-name): Add optional `dir-var' argument which
16508         specifies directory in which files are saved; work even if optional
16509         `variable' argument is not specified.
16510         (gnus-summary-write-to-file): Read file name.
16511         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16512         (gnus-summary-write-body-to-file): New function.
16513
16514         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16515         (gnus-summary-local-variables): Add it.
16516         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16517         (gnus-summary-save-article): Remove optional `decode' argument;
16518         determine whether to decode articles by the value of
16519         gnus-default-article-saver; when saving many files using
16520         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16521         it first and use gnus-summary-save-in-file or
16522         gnus-summary-save-body-in-file thereafter unless
16523         gnus-prompt-before-saving is always; move point to article which
16524         will be saved.
16525         (gnus-summary-save-article-file): Revert.
16526         (gnus-summary-write-article-file): Revert.
16527         (gnus-summary-save-article-body-file): Revert.
16528         (gnus-summary-write-article-body-file): New function.
16529
16530 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * gnus-art.el (gnus-default-article-saver): Doc fix.
16533         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16534         from gnus-summary-save-article-coding-system, and default to a
16535         certain coding system.
16536         (gnus-output-to-file): Add coding cookie and encode text according
16537         to gnus-article-save-coding-system; don't use mm-append-to-file.
16538
16539         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16540         gnus-art.el and rename to gnus-article-save-coding-system.
16541         (gnus-summary-save-article): Require gnus-art; don't show all
16542         headers if it decodes articles; don't add coding cookie here;
16543         don't bind mm-text-coding-system-for-write.
16544         (gnus-summary-save-article-file): Save decoded articles.
16545         (gnus-summary-write-article-file): When saving many files, use
16546         gnus-summary-write-to-file first and gnus-summary-save-in-file
16547         thereafter unless gnus-prompt-before-saving is always.
16548         (gnus-summary-save-article-body-file): Save decoded articles.
16549
16550         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16551
16552 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * nnrss.el (nnrss-check-group): Bind hash-index.
16555
16556 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16557
16558         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16559         its hash index.  Store this hash in `nnrss-group-data'.
16560         (nnrss-read-group-data): Update accordingly.
16561
16562 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16563
16564         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16565         entry.
16566
16567         * gnus-sum.el (gnus-summary-make-menu-bar):
16568         Add gnus-article-browse-html-article.
16569
16570 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16571
16572         * gnus-sum.el (gnus-summary-mime-map):
16573         Add gnus-article-browse-html-article.
16574
16575         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16576
16577 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16578
16579         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16580         suitable coding systems in customize.
16581
16582 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16583
16584         * mail-source.el (mail-sources): Fix custom type.
16585
16586 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16587
16588         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16589         (gnus-summary-expire-articles-now): Shorten prompt.
16590
16591         * gmm-utils.el (wid-edit): Require.
16592         (defun-gmm): Rename from `gmm-defun-compat'.
16593         (gmm-image-search-load-path): Use it.
16594         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16595
16596 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * gnus-sum.el (gnus-summary-save-article-coding-system):
16599         New variable.
16600         (gnus-summary-save-article): Add optional `decode' argument.
16601         If it is set and gnus-summary-save-article-coding-system is non-nil,
16602         save decoded article.
16603         (gnus-summary-write-article-file): Save decoded article if
16604         gnus-summary-save-article-coding-system is non-nil.
16605
16606         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16607         type.
16608
16609 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16612
16613 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16616         first to test gnus-single-article-buffer which may be buffer-local.
16617
16618         * gnus-sum.el (gnus-summary-setup-buffer):
16619         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16620         group; make gnus-article-buffer, gnus-article-current, and
16621         gnus-original-article-buffer always buffer-local.
16622         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16623         group.
16624         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16625
16626 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16627
16628         * nnml.el (nnml-request-compact-group): Compressed files might not
16629         have .gz extension.
16630
16631 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16632
16633         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16634         (mm-copy-to-buffer): Use with-current-buffer.
16635         (mm-display-part): Simplify.
16636         (mm-inlinable-p): Add optional arg `type'.
16637
16638 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16639
16640         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16641         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16642         Try harder to show the attachment internally or externally using
16643         gnus-mime-view-part-as-type.
16644
16645 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16646
16647         * message.el (message-from-style, message-signature-separator)
16648         (message-user-organization-file, message-send-mail-function)
16649         (message-citation-line-function, message-yank-prefix)
16650         (message-indent-citation-function, message-signature)
16651         (message-signature-file, message-signature-insert-empty-line):
16652         Remove autoloads.
16653
16654         * gnus-art.el (gnus-buttonized-mime-types):
16655         Remove "multipart/signed".  Revert 2006-04-26 change.
16656
16657 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16658
16659         * gnus.el (gnus-version-number): Bump version.
16660
16661 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16662
16663         * gnus.el: No Gnus v0.5 is released.
16664
16665 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16666
16667         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16668         fetching articles by message-id.
16669
16670 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16671
16672         * message.el (hashcash): Require hashcash as normal.
16673
16674         * ecomplete.el (ecomplete-highlight-match-line):
16675         Use point-at-eol.
16676         (ecomplete-highlight-match-line): Use `highlight', because that
16677         face exists in both Emacs and XEmacs.
16678
16679         * message.el (message-display-abbrev): Use point-at-bol.
16680
16681         * mail-source.el: Don't require timer/timer-funcs.
16682
16683         * gnus-async.el: Ditto.
16684
16685         * password.el: Ditto.
16686
16687         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16688
16689         * mm-url.el: Ditto.
16690
16691         * gnus-xmas.el: Don't require timer-funcs.
16692
16693         * mm-util.el: Require timer/timer-funcs.
16694
16695 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16696
16697         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16698         Close.
16699
16700 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16703         unibyte after clear-decrypt function runs.
16704
16705         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16706         returns as a unibyte string.
16707
16708 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * lpath.el: Revert.
16711
16712         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16713         (pgg-gpg-process-sentinel): Revert.
16714
16715         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16716         (pgg-pgp-lookup-key): Revert.
16717
16718         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16719         (pgg-pgp5-lookup-key): Revert.
16720
16721         * pgg.el (pgg-fetch-key): Revert.
16722
16723 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * lpath.el: Fbind string-as-multibyte for XEmacs.
16726
16727         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16728         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16729         (mml1991-pgg-encrypt): Ditto.
16730
16731         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16732         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16733         a multibyte buffer.
16734
16735         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16736         (pgg-pgp-lookup-key): Ditto.
16737
16738         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16739         (pgg-pgp5-lookup-key): Ditto.
16740
16741         * pgg.el (pgg-fetch-key): Ditto.
16742
16743 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16744
16745         * message.el (message-user-organization-file): Check several
16746         locations of the organization file.
16747
16748         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16749         Add gnus-article-view-part-as-type.
16750
16751         * gnus-art.el (gnus-article-view-part-as-type): New function.
16752
16753         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16754         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16755
16756         * mml.el: Simplify autoload.
16757         (mml-mode): defvar dnd-protocol-alist instead of using
16758         symbol-value.
16759         (mml-default-directory): New variable.
16760         (mml-minibuffer-read-file): Use it.
16761         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16762
16763         * message.el (message-citation-line-format): New variable.
16764         (message-insert-formated-citation-line): New function.
16765         (message-citation-line-function):
16766         Add `message-insert-formated-citation-line' to custom type.
16767
16768         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16769         to doc string.
16770
16771         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16772         depending on mm-verify-option.
16773
16774 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16777         binding pgg-* variables; reimplement the section which prevents
16778         MIME header from being signed.
16779         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16780         pgg-text-mode; remove a blank line at the top of body.
16781
16782         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16783         lines at the top of body; use gnus-newsgroup-charset if there's no
16784         Charset header.
16785
16786 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * message.el (message-self-insert-commands): Doc fix.
16789
16790         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16791         (mm-uu-pgp-encrypted-test): Ditto.
16792         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16793         between header and body; return application/pgp-encrypted handle
16794         if decryption failed; decode decrypted body by charset.
16795
16796         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16797         element match to application/pgp-*.
16798
16799 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16800
16801         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16802         HTML.
16803
16804 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16805
16806         * mail-source.el (mail-source-call-script): Message the error
16807         string.
16808
16809 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16810
16811         * gnus-util.el (gnus-byte-compile): Use it.
16812
16813 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16814
16815         * gnus-util.el (kill-empty-logs): New function.
16816
16817 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16818
16819         * message.el (message-mail-alias-type): Doc fix.
16820         (message-mail-alias-type-p): New function.
16821         (message-send): Use it.
16822         (message-mode): Ditto.
16823         (message-strip-forbidden-properties): Ditto.
16824
16825         * ecomplete.el (ecomplete-database-file-coding-system):
16826         New variable.
16827         (ecomplete-save): Use it.
16828         (ecomplete-setup): Use it.
16829
16830 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * message.el (message-self-insert-commands): New variable.
16833         (message-strip-forbidden-properties): Use it.
16834
16835 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16836
16837         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16838         that doesn't make XEmacs choke.
16839
16840 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16841
16842         * gnus-util.el (gnus-replace-in-string):
16843         Prefer replace-regexp-in-string over of replace-in-string.
16844
16845 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16846
16847         * gnus-util.el (gnus-select-frame-set-input-focus):
16848         Use select-frame-set-input-focus if it is available in XEmacs; use
16849         definition defined in Emacs 22 for old Emacsen.
16850
16851         * dgnushack.el: Autoload unmorse-region for XEmacs.
16852
16853         * lpath.el: Bind cursor-in-non-selected-windows and
16854         select-frame-set-input-focus for XEmacs.
16855
16856 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16859
16860 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16861
16862         * gnus-registry.el (gnus-registry-cache-save): Remove text
16863         properties when saving via the temp buffer.
16864
16865 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16866
16867         * message.el (message-generate-hashcash): Honor custom type.
16868
16869 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16870
16871         * message.el (message-generate-hashcash): Default to non-nil when
16872         hashcash is found.
16873
16874         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16875         (gnus-refer-thread-limit): Increase default to 500.
16876
16877         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16878
16879         * flow-fill.el (fill-flowed): Allow delete-space.
16880
16881 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16882
16883         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16884         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16885         Remove autoloads.
16886
16887 2006-04-18  Simon Josefsson  <jas@extundo.com>
16888
16889         * message.el (message-generate-hashcash): Default to.
16890
16891 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16894         concatenating segments rather than before concatenating them.
16895
16896 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16897
16898         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16899
16900 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16901
16902         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16903
16904         * message.el (message-forward-make-body-plain):
16905         Allow message-forward-ignored-headers to be a list.
16906         (message-remove-ignored-headers): Factor out into function.
16907         (message-forward-make-body-mml): Use it.
16908
16909         * imap.el (imap-quote-specials): New function.
16910         (imap-login-auth): Quote specials.
16911
16912         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16913         (rfc2231-parse-string): Allow concatanation of parameters that
16914         aren't contiguous.  The test case is
16915           (mail-header-parse-content-type "message/external-body;
16916             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16917             access-type=LOCAL-FILE;
16918             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16919
16920 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16921
16922         * nntp.el (nntp-accept-process-output): Return the value of
16923         `nnheader-accept-process-output'.
16924
16925 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16926
16927         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16928         (gnus-button-alist): Recognize more diff formats.
16929         (gnus-button-patch): Strip directory.
16930
16931 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16932
16933         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16934         Emacs 22 when setting focus.
16935
16936 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16937
16938         * gnus-art.el (gnus-article-treat-types): Do treatment of
16939         text/x-verbatim parts.
16940         (gnus-button-patch): New command.
16941
16942         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16943         addresses that contain invalid characters.
16944
16945 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16946
16947         * message.el (message-put-addresses-in-ecomplete):
16948         Use gnus-replace-in-string.
16949         (message-is-yours-p): Use the more correct
16950         mail-header-parse-address instead of
16951         mail-extract-address-components.
16952         (message-put-addresses-in-ecomplete): Fix typo.
16953
16954         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16955         keystroke.
16956
16957         * gnus-art.el (gnus-treatment-function-alist): Change order of
16958         newsgroups/generic header folding to avoid double-folding.
16959
16960         * message.el (message-hidden-headers): Add X-Draft-From.
16961
16962         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16963         New command.
16964         (gnus-summary-repeat-search-article-backward): New command.
16965
16966         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16967         groups in the parent topic.
16968
16969 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16970
16971         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16972         (spam-extra-header-to-number): Return the CRM114 number as a
16973         number instead of a string.
16974
16975 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16976
16977         * gnus-art.el (gnus-face-properties-alist): Move here from
16978         gnus-fun.
16979
16980         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16981
16982 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16983
16984         * message.el (message-strip-forbidden-properties): Only display on
16985         self-insert-command.
16986
16987         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16988         reindent.
16989         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16990
16991 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16992
16993         * smiley.el (smiley-style): Fix typo.
16994
16995 2006-03-23  Kenichi Handa  <handa@m17n.org>
16996
16997         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16998         instead of set-buffer-multibyte.
16999
17000 2006-03-23  Kenichi Handa  <handa@m17n.org>
17001
17002         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17003         buffer and then decode the buffer text if necessary.
17004         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17005         first, and after mm-encode-body, change the buffer to unibyte.
17006
17007 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17008
17009         * hashcash.el (hashcash-insert-payment-async-2):
17010         Use message-goto-eoh instead of doing it manually.
17011         (mail-add-payment): Use message-narrow-to-header instead of trying
17012         to do the same itself.
17013
17014         * message.el (message-hidden-headers): Add Face.
17015
17016         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17017         reparenting code.
17018         (gnus-summary-reparent-children): Refactored out code.
17019         (gnus-summary-thread-map): New keystroke.
17020         (gnus-summary-reparent-children): Make into command.
17021
17022         * smiley.el (smiley-style): Default to `medium' if using a large
17023         font.
17024
17025         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17026         does it itself.
17027
17028         * message.el (message-point-in-header-p): Simplify definition.
17029
17030 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17031
17032         * nnagent.el (nnagent-request-set-mark): Silence log file
17033         writing.
17034         (nnagent-request-set-mark): Use write-region instead of
17035         append-to-file.
17036
17037         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17038         strange select method.
17039
17040         * ecomplete.el (ecomplete-display-matches): Get highlightling
17041         right.
17042         (ecomplete-display-matches): Use literals.
17043         (ecomplete-display-matches): Disable message logging.
17044
17045         * message.el (message-display-abbrev): Small optimization.
17046
17047         * ecomplete.el (ecomplete-display-matches): Allow automatic
17048         display.
17049
17050         * message.el (message-strip-forbidden-properties):
17051         Display abbrevs.
17052         (message-display-abbrev): Get automatic display right.
17053
17054         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17055         keystrokes.
17056
17057 2006-04-13  Romain Francoise  <romain@orebokech.com>
17058
17059         TODO: Backport to v5-10!
17060
17061         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17062         Move here (and rename) from gnus-registry.el.
17063
17064         * gnus-registry.el: Require gnus-util.
17065         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17066
17067 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17068
17069         * gnus-group.el (gnus-group-catchup-current):
17070         Change if-then-else-if-then-else into cond.
17071         (gnus-group-catchup): Indent.
17072         (group-name-at-point): New function.
17073         (gnus-fetch-group): Provide default from thing at point.
17074
17075 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17076
17077         * message.el (message-display-abbrev): Fix regexp.
17078
17079         * ecomplete.el (ecomplete-highlight-match-line):
17080         Reimplement choosing.
17081         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17082         dead variables.
17083
17084         * message.el (message-newline-and-indent): Remove debugging.
17085         (message-display-abbrev): Use new implementation.
17086
17087 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17088
17089         * gnus-art.el (gnus-article-mode):
17090         Set cursor-in-non-selected-windows to nil.
17091
17092         * smiley.el: Revert previous change.
17093         (smiley-data-directory): defvar it before using it in the
17094         defcustom of `smiley-style'.
17095
17096 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17097
17098         * message.el (message-newline-and-indent): New function.
17099
17100         * ecomplete.el: Implement more bits.
17101
17102         * message.el (message-put-addresses-in-ecomplete): Clean up the
17103         string.
17104
17105         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17106
17107         * gnus-sum.el (gnus-summary-save-parts):
17108         Bind gnus-summary-save-parts-counter and use it to make unique file
17109         names.
17110
17111         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17112
17113         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17114         parameter to say whether to actually parse the individual
17115         addresses.
17116
17117         * message.el (message-put-addresses-in-ecomplete): New function.
17118         (ecomplete): Require.
17119         (message-mail-alias-type): Add ecomplete as an option.
17120
17121 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17122
17123         * flow-fill.el (fill-flowed): Remove trailing space from blank
17124         quoted lines.
17125
17126 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17127
17128         * smiley.el (smiley-style): Move definition later to avoid a
17129         compilation warning.
17130
17131 2006-04-12  Kenichi Handa  <handa@m17n.org>
17132
17133         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17134         buffer and then decode the buffer text if necessary.
17135         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17136         first, and after mm-encode-body, change the buffer to unibyte.
17137         Use mm-disable-multibyte instead of set-buffer-multibyte.
17138
17139 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17142         Content-Type header instead of Content-Disposition header.
17143         (gnus-mime-inline-part): Ditto.
17144         (gnus-mime-view-part-as-charset): Ignore charset that the part
17145         specifies.
17146
17147         * mm-decode.el (mm-display-part): Work with external parts and
17148         usual parts similarly.
17149
17150         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17151         instead of gnus-display-mime.
17152
17153         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17154         instead of with-temp-buffer.
17155
17156         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17157         tag to summarized topics part in order to encode non-ASCII text.
17158
17159 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17160
17161         * smiley.el (smiley-style): New variable.
17162         (smiley-directory): New function.
17163         (smiley-data-directory): Derive from `smiley-style' using
17164         `smiley-directory'.
17165         (smiley-regexp-alist): Add new entries.
17166
17167         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17168         (gnus-article-browse-delete-temp): Add :version.
17169
17170 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17171
17172         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17173         the sieve region.
17174
17175 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17176
17177         * gnus.el (gnus-version-number): Bump version.
17178
17179 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17180
17181         * gnus.el: No Gnus v0.4 is released.
17182
17183 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17184
17185         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17186         layout.
17187
17188         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17189         unknown charset.
17190
17191         * message.el (message-header-synonyms): Add Original-To to the
17192         default.
17193
17194         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17195         optional parameter.
17196
17197 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17198
17199         * gnus-fun.el (gnus): Require it for gnus-directory.
17200
17201 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17204
17205 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17206
17207         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17208
17209 2006-04-05  Simon Josefsson  <jas@extundo.com>
17210
17211         * password.el (password-reset): New function.
17212
17213 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17214
17215         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17216         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17217
17218 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17219
17220         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17221         Some whitespace was matched into the url, which broke browsing hits
17222         > 100 when mm-url-use-external was nil.
17223
17224 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17225
17226         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17227         Check gnus-extra-headers for 'Newsgroups.
17228
17229         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17230         bound.
17231
17232 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17233
17234         * pgg-gpg.el: Clean up process buffers every time gpg processes
17235         complete.
17236
17237 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17238
17239         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17240         doc string.
17241
17242 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17243
17244         * pgg-gpg.el (pgg-gpg-process-filter)
17245         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17246
17247         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17248         lines, temporary fix.
17249
17250 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17251
17252         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17253
17254 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17255
17256         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17257         default-enable-multibyte-characters.  This reverts the change from
17258         revision 6.17 which is no longer necessary because the passphrase
17259         is sent separately now.  GnuPG messages are unreadable under
17260         multibyte locales with default-enable-multibyte-characters set to
17261         nil.
17262
17263 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17264
17265         * message.el (message-tool-bar-gnome): Move "spell".
17266
17267 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17268
17269         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17270         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17271         instead.
17272
17273 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17274
17275         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17276         Improve newsgroups handling for NNTP overviews which don't include
17277         Newsgroups.
17278
17279 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17280
17281         * message.el (message-resend): Bind message-generate-hashcash to nil.
17282
17283 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17284
17285         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17286         when searching for already-paid recipients.
17287
17288 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17289
17290         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17291         passphrases when it is not needed.
17292         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17293         passphrase stuff from gpg, should only be necessary when you use
17294         gpg with a smartcard.
17295
17296 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17297
17298         * mml.el (mml-insert-mime): Ignore cached contents of
17299         message/external-body part.
17300
17301         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17302         (mm-insert-part): Ditto.
17303
17304 2006-03-23  Simon Josefsson  <jas@extundo.com>
17305
17306         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17307         Reiner.
17308         (pgg-gpg-use-agent-p): Use it again.
17309
17310 2006-03-23  Simon Josefsson  <jas@extundo.com>
17311
17312         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17313         older emacsen.
17314         (pgg-gpg-use-agent-p): Don't use it.
17315
17316 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17317
17318         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17319         if we can.
17320
17321 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17322
17323         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17324         (pgg-gpg-update-agent): New function.
17325         (pgg-gpg-use-agent-p): New function.
17326         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17327         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17328         (pgg-gpg-sign-region): Use it.
17329
17330 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17333         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17334
17335 2006-03-21  Simon Josefsson  <jas@extundo.com>
17336
17337         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17338         <wilde@sha-bang.de>.
17339         (pgg-gpg-use-agent): New variable.
17340         (pgg-gpg-process-region): Use it.
17341         (pgg-gpg-encrypt-region): Likewise.
17342         (pgg-gpg-encrypt-symmetric-region): Likewise.
17343         (pgg-gpg-decrypt-region): Likewise.
17344         (pgg-gpg-sign-region): Likewise.
17345         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17346
17347 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17348
17349         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17350
17351         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17352         Add comment on version.
17353
17354 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17355
17356         * smiley.el: Add missing test smiley.
17357
17358 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * mm-decode.el (mm-with-part): New macro.
17361         (mm-get-part): Use it; work with message/external-body as well.
17362         (mm-save-part): Treat name and filename equally.
17363
17364         * mm-extern.el (mm-extern-cache-contents): New function.
17365         (mm-inline-external-body): Use it; force the part to be displayed;
17366         move undisplayer added to the cached handle to the parent.
17367
17368         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17369         (gnus-mime-view-part-as-type): Work with message/external-body.
17370
17371         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17372
17373 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17374
17375         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17376         images in image-load-path.  [Sync with image.el, revision 1.60, in
17377         Emacs.]
17378
17379 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17380
17381         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17382         path rather than symbol.  Always return list of directories.
17383         Guarantee that image directory comes first.  [Sync with image.el,
17384         revision 1.59, in Emacs.]
17385
17386         * message.el (message-make-tool-bar): Adjust to new API of
17387         `gmm-image-load-path-for-library'.
17388
17389         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17390
17391         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17392
17393 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17394
17395         * gnus-art.el (gnus-article-only-boring-p):
17396         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17397         intangible text.
17398         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17399
17400 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17401
17402         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17403         Use `defun' instead of `gmm-defun-compat'.
17404
17405 2006-03-14  Simon Josefsson  <jas@extundo.com>
17406
17407         * message.el (message-unique-id): Don't use message-number-base36
17408         if (user-uid) is a float.
17409         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17410
17411 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17414
17415         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17416         empty line between a part and a message part.
17417
17418 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17419
17420         * smiley.el: Add more test smileys.
17421         (smiley-data-directory, smiley-regexp-alist)
17422         (gnus-smiley-file-types): Fix doc strings.
17423         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17424         adding new elements.
17425         (smiley-mouse-map): Unused code.  Make it a comment.
17426
17427 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17430         scan latest NoCeM messages instead of old ones.
17431         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17432         delimiters that are recently used.
17433         (gnus-nocem-load-cache): Add autoload cookie.
17434
17435         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17436
17437         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17438         level which is larger than gnus-use-nocem is specified.
17439
17440         * gnus-group.el (gnus-group-get-new-news): Ditto.
17441
17442 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17443
17444         * gnus-util.el (gnus-tool-bar-update): New function.
17445
17446         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17447         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17448
17449         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17450
17451         * gnus-group.el (gnus-group-redraw-when-idle)
17452         (gnus-group-redraw-check): Remove.
17453         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17454
17455 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17458         if optional last element is specified in splits (FIELD VALUE...).
17459
17460 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17463         to gmm-image-load-path-for-library.  Call with no-error argument.
17464         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17465
17466         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17467
17468         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17469
17470         * gmm-utils.el (gmm-image-load-path): Remove alias.
17471
17472 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17473
17474         * gmm-utils.el (gmm-image-load-path): Add alias.
17475
17476         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17477         nnml-generate-nov-databases-1.
17478         (nnml-generate-nov-databases): Use it.
17479         (nnml-generate-nov-databases-directory): Document no-active
17480         argument.
17481
17482         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17483         directory if path is t.  Add no-error.
17484
17485         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17486         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17487
17488         * gnus-art.el (gnus-article-browse-delete-temp-files):
17489         Simplify resetting gnus-article-browse-html-temp-list.
17490
17491         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17492         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17493         Add example to docstring.  Rename local variables.  Move error
17494         checks to default case in cond and simplify.
17495
17496 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17499         handle is multipart when calling it recursively.
17500         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17501
17502 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17503
17504         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17505         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17506
17507 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17510         is loaded.
17511
17512         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17513         loaded.
17514
17515 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17516
17517         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17518         to "Emacs 23 (unicode)" in doc string.
17519
17520         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17521         "Emacs 23 (unicode)" in comment.
17522
17523 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17526
17527         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17528         characters 160 through 255 in Emacs 23.
17529
17530 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17531
17532         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17533         gnus-article-browse-html-temp.
17534         (gnus-article-browse-delete-temp): Make it customizable.
17535         Add `file'.  Adjust doc string.
17536         (gnus-article-browse-delete-temp-files): Add argument.
17537         Allow query for each file.  Adjust doc string.
17538         (gnus-article-browse-html-parts):
17539         Add `gnus-article-browse-delete-temp-files' to
17540         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17541
17542 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17543
17544         * gnus-art.el (gnus-article-browse-html-temp)
17545         (gnus-article-browse-delete-temp): New variables.
17546         (gnus-article-browse-delete-temp-files): New function.
17547         (gnus-article-browse-html-parts): Use it.
17548
17549 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17550
17551         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17552
17553         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17554         string.
17555
17556         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17557         gnus-summary-insert-new-articles when unplugged.
17558         Remove gnus-summary-search-article-forward.
17559
17560         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17561         display-visual-class instead of display-color-cells.
17562
17563 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * dgnushack.el: Autoload customize-group for XEmacs.
17566
17567         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17568         message/* containing non-ASCII text properly.
17569
17570 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17571
17572         * message.el: Require gmm-utils, remove autoloads.
17573         (message-tool-bar): Set default based on
17574         gmm-tool-bar-style.
17575         (message-tool-bar-gnome): Add gmm-customize-mode.
17576
17577         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17578         gmm-tool-bar-style.
17579         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17580
17581         * gnus-group.el (gnus-group-tool-bar): Set default based on
17582         gmm-tool-bar-style.
17583         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17584
17585         * gmm-utils.el (gmm-image-directory): Rename variable from
17586         gmm-image-load-path.
17587         (gmm-image-load-path): Use gmm-image-directory.
17588         (gmm-customize-mode): New function.
17589         (gmm-tool-bar-style): New variable.
17590
17591         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17592         gnus-group-redraw-line-number.
17593         (gnus-group-redraw-check): Simplify.
17594         (gnus-group-tool-bar-update): Remove redraw check.
17595         (gnus-group-make-tool-bar): Add redraw check.
17596
17597 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17598
17599         * gnus-art.el (gnus-button): Add missing parentheses.
17600
17601 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * lpath.el: Fbind line-number-at-pos.
17604
17605 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17608
17609 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17610
17611         * gnus-art.el (gnus-button): New face.
17612         (gnus-article-button-face): Use it.
17613
17614         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17615         Add gnus-summary-next-page.  Re-order.
17616
17617         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17618         next-node are now included.
17619         (gnus-group-redraw-line-number): New internal variable.
17620         (gnus-group-redraw-check): Helper function for updating the tool
17621         bar.
17622         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17623
17624         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17625
17626         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17627         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17628         Use it to match format of Spamassassin 3.0 and later.
17629         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17630         (spam-check-bogofilter)
17631         (spam-bogofilter-register-with-bogofilter): Fix args of
17632         `gnus-error' calls.
17633
17634 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17635
17636         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17637         unnecessary interaction when sending queued mails.
17638         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17639
17640 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17641
17642         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17643         first or last are nil.
17644
17645 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17646
17647         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17648
17649 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17650
17651         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17652
17653 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17654
17655         * dns.el (query-dns): Protect more against buggy tcp output.
17656
17657 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17658
17659         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17660         nov.php.
17661
17662 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17663
17664         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17665         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17666         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17667         output on the server side.
17668         (nnweb-google-create-mapping): Update regexps and add some
17669         progress indication.
17670
17671 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17672
17673         * gnus-group.el (gnus-group-tool-bar-gnome):
17674         Fix gnus-agent-toggle-plugged.  Re-order icons.
17675         (gnus-group-tool-bar-gnome):
17676         Add gnus-group-{prev,next}-unread-group.
17677         (gnus-group-tool-bar-gnome): Re-order icons.
17678
17679         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17680         Move gnus-summary-insert-new-articles.
17681
17682         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17683         Fix comments.
17684
17685         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17686         also available in Emacs 21.3.
17687
17688         * message.el (message-fix-before-sending): Change "Emacs 22" to
17689         "Emacs 23 (unicode)" in comment.
17690
17691         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17692         "Emacs 23 (unicode)" in comment.
17693
17694         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17695         comment.
17696         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17697
17698         * mm-view.el (mm-fill-flowed): Add :version.
17699
17700 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17703         and load-path.
17704
17705 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17706
17707         * message.el: Autoload gmm-image-load-path.
17708         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17709         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17710         consitency.
17711
17712         * gmm-utils.el (gmm-image-load-path): Also search in
17713         "../etc/images".  Don't set gmm-image-load-path if we don't find
17714         the image.
17715
17716 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * gmm-utils.el (gmm-image-load-path): Don't make
17719         `gmm-image-load-path' include subdirectories which the second arg
17720         `image' might specify.
17721
17722         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17723         subdirectory to icon file names.
17724
17725         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17726
17727 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17728
17729         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17730         gmm-image-load-path calls.
17731
17732         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17733
17734         * message.el (message-make-tool-bar): Ditto.
17735
17736         * mml.el (mml-preview): Add comment concerning tool bar icons.
17737
17738         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17739         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17740
17741         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17742         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17743
17744         * message.el (message-tool-bar-gnome): Use new icon names.
17745         (message-make-tool-bar): Use `gmm-image-load-path'.
17746
17747         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17748         New functions from MH-E.
17749         (gmm-image-load-path): New variable from MH-E.
17750         (gmm-image-load-path): New function from MH-E.  Add arguments
17751         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17752         *-image-load-path-called-flag.
17753
17754 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17755
17756         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17757
17758 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17759
17760         * nnimap.el (nnimap-request-move-article): Change folder back to
17761         source group before deleting.
17762
17763 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17764
17765         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17766
17767         * gnus-art.el (mm-url-insert-file-contents-external):
17768         Autoload mm-url.
17769
17770         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17771
17772 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17775         coding system which mm-charset-to-coding-system returns for a
17776         given charset is valid.
17777
17778 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17779
17780         * html2text.el (html2text-remove-tag-list):
17781         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17782
17783 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17784
17785         * gnus-cus.el: Revert 2005-10-17 change.
17786
17787 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-art.el (article-strip-banner):
17790         Call article-really-strip-banner only when the regexp match is made.
17791
17792 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * gnus-art.el (article-strip-banner):
17795         Use gnus-extract-address-components instead of
17796         mail-header-parse-addresses to make it work with non-ASCII text;
17797         remove mail-encode-encoded-word-string.
17798
17799         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17800         values which are surrounded with \"...\"; make it never cause a
17801         Lisp error; give up parsing of parameters if it failed in
17802         extracting type.
17803
17804 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17805
17806         * smime.el (smime-cert-by-ldap-1): Fix bug where
17807         `smime-ldap-search' returns results without userCertificates.
17808
17809 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17810
17811         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17812
17813 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17814
17815         * spam.el (spam-check-spamassassin-headers): Adapt format for
17816         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17817         <ari@mbf.ocn.ne.jp>.
17818         (spam-list-of-processors): Add spam-use-gmane.
17819
17820 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17823         make-temp-file; make it work with XEmacs as well.
17824
17825         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17826         mm-make-temp-file.
17827
17828         * mm-decode.el (mm-display-external): Use the 3rd arg of
17829         mm-make-temp-file.
17830         (mm-create-image-xemacs): Ditto.
17831
17832 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17835         with message-narrow-to-headers.
17836         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17837         (gnus-draft-check-draft-articles): New function.
17838         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17839
17840 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17841
17842         * gnus-art.el (gnus-article-browse-html-parts):
17843         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17844         Don't use suffix argument for mm-make-temp-file for Emacs 21
17845         compatibility.  Remove useless `format'.
17846
17847 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17848
17849         * nnweb.el (nnweb-google-wash-article): Update regexps.
17850         (nnweb-group-alist): Use defvoo instead of defvar.
17851
17852 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17855         re-loading nn* modules.
17856
17857 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17858
17859         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17860         for `tool-bar-mode' and don't check it's default-value.
17861
17862         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17863
17864         * message.el (message-make-tool-bar): Ditto.
17865
17866         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17867         `substring'.  Shorten tmp-file name.
17868
17869         * gnus.el: Remove bogus comment.
17870
17871 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17872
17873         * gnus-art.el (gnus-article-browse-html-parts): New function.
17874         (gnus-article-browse-html-article): New function for viewing html
17875         articles with a browser.
17876
17877 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17878
17879         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17880         in elisp.
17881         (pgg-gpg-encrypt-symmetric-region): Ditto.
17882         (pgg-gpg-sign-region): Ditto.
17883
17884         * pgg-def.el (pgg-text-mode): New variable.
17885
17886         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17887         (mml2015-pgg-encrypt): Ditto.
17888
17889         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17890         (mml1991-pgg-encrypt): Ditto.
17891
17892 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * nnfolder.el (nnfolder-insert-newsgroup-line):
17895         Use message-make-date instead of current-time-string.
17896
17897         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17898         to gnus-decoded which mm-uu might set.
17899
17900 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17901
17902         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17903         don't decode quoted parameters; remove misimported Emacs code.
17904         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17905         (rfc2231-decode-encoded-string): Don't use split-string which
17906         behaves differently according to Emacs version; use
17907         mm-decode-coding-region to convert charset to coding-system.
17908         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17909         (rfc2231-encode-string): Remove misimported Emacs code.
17910
17911 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17914         when calling mail-header-parse-content-type.
17915         (article-de-quoted-unreadable): Ditto.
17916         (article-de-base64-unreadable): Ditto.
17917         (article-wash-html): Ditto.
17918
17919         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17920         calling mail-header-parse-content-type and
17921         mail-header-parse-content-disposition.
17922         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17923         mail-header-parse-content-type.
17924
17925         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17926         insert charset and format parameters; encode description after
17927         inserting it to buffer.
17928         (mml-insert-parameter): Fold lines properly even if a parameter is
17929         segmented into two or more lines; change the max column to 76.
17930
17931         * rfc1843.el (rfc1843-decode-article-body): Don't use
17932         ignore-errors when calling mail-header-parse-content-type.
17933
17934         * rfc2231.el (rfc2231-parse-string): Return at least type if
17935         possible; don't cause an error even if it fails in parsing of
17936         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17937         (rfc2231-encode-string): Don't break lines at the beginning, leave
17938         it to mml-insert-parameter.
17939
17940         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17941         calling mail-header-parse-content-type.
17942
17943 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17944
17945         * spam-report.el (spam-report-gmane-use-article-number):
17946         Improve doc string.
17947         (spam-report-gmane-internal): Check if a suitable header was found
17948         in the article.
17949
17950 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17953         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17954
17955 2006-02-05  Romain Francoise  <romain@orebokech.com>
17956
17957         Update copyright notices of all files in the gnus directory.
17958
17959 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17960
17961         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17962
17963 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17966         segmented lines of parameter value to cope with Thunderbird 1.5
17967         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17968         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17969         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17970
17971 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17972
17973         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17974         parts.
17975
17976 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17977
17978         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17979         there's only one active file for all servers.
17980         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17981         solid groups.  Gnus might have used a FAST request to select the group.
17982         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17983         and nnweb-search redundantly in the active file.
17984         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17985         (nnweb-request-create-group): Don't use ARGS.
17986         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17987         initializations.  Let nnoo do the work.
17988
17989 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17992         Say the part has been decoded.
17993
17994         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17995
17996 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17997
17998         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17999         mailcap-viewer-test-cache when there's no 'test clause, since that
18000         will invert the meaning of a "nil" test previously determined by
18001         mailcap-mailcap-entry-passes-test.
18002
18003 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18006         compiling.
18007
18008         * gnus-sum.el: Ditto.
18009
18010         * message.el: Don't bind tool-bar-map when compiling.
18011
18012 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18013
18014         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18015
18016 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18017
18018         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18019         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18020         current Google Groups.
18021
18022 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18023
18024         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18025         and tool-bar-mode.
18026
18027         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18028         and tool-bar-mode.
18029
18030         * message.el (message-tool-bar-update): Simplify.
18031         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18032
18033         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18034         gnus-summary-buffer.
18035         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18036         gnus-summary-reply.
18037
18038         * gmm-utils.el (gmm): Add :version.
18039
18040 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18041
18042         * Makefile.in (clean): New rule.
18043         (distclean): Use it.
18044
18045 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18046
18047         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18048         Don't autoload.
18049
18050 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * gmm-utils.el (gmm-verbose): Add :group.
18053
18054 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18055
18056         * message.el: Change some comments WRT tool-bars.
18057
18058         * gnus-sum.el (gnus-summary-tool-bar)
18059         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18060         (gnus-summary-tool-bar-zap-list): New variables.
18061         (gnus-summary-make-tool-bar): Complete rewrite using
18062         `gmm-tool-bar-from-list'.
18063
18064         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18065         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18066         New variables.
18067         (gnus-group-make-tool-bar): Complete rewrite using
18068         `gmm-tool-bar-from-list'.
18069         (gnus-group-tool-bar-update): New function.
18070
18071         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18072
18073 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18074
18075         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18076         is dissected into a single part of which the type is the same as
18077         the given one; decode charset.
18078
18079 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18080
18081         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18082         into alists as symbol not string, since that's what
18083         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18084         look for.
18085
18086 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18087
18088         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18089         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18090
18091         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18092
18093 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18096         (gnus-xmas-mime-security-button-menu): New function.
18097
18098         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18099         (gnus-mime-security-button-menu): New definition.
18100         (gnus-mime-security-button-map): Use them.
18101         (gnus-mime-security-button-menu): New function.
18102         (gnus-insert-mime-security-button): Addition to help echo.
18103         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18104         (gnus-mime-security-pipe-part): New functions.
18105
18106         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18107         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18108
18109         * mm-decode.el (mm-handle-set-disposition): Remove.
18110         (mm-handle-set-description): Remove.
18111
18112 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18115         (mm-w3m-standalone-supports-m17n-p): New function.
18116         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18117         w3m usage.
18118
18119         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18120         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18121
18122 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18123
18124         * message.el (message-tool-bar-zap-list):
18125         Use gmm-tool-bar-zap-list as custom type.
18126         (message-tool-bar-update): New function.
18127         (message-tool-bar, message-tool-bar-gnome)
18128         (message-tool-bar-retro): Add message-tool-bar-update.
18129         (message-tool-bar-gnome): Add flyspell-buffer.
18130
18131         * gnus-util.el (gnus-error): Describe `args'.
18132
18133         * gmm-utils.el (gmm-error): Describe `args'.
18134         (gmm-tool-bar-zap-list): New widget.
18135         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18136
18137 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18140         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18141         the number of recursive calls.
18142
18143         * mm-decode.el (mm-handle-set-disposition): New macro.
18144         (mm-handle-set-description): New macro.
18145
18146 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18149         encoding.
18150
18151 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18152
18153         * message.el (message-tool-bar-zap-list, message-tool-bar)
18154         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18155         (message-tool-bar-local-item-from-menu): Remove.
18156         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18157         (message-make-tool-bar): New function.
18158         (message-mode): Use `message-make-tool-bar'.
18159
18160         * gmm-utils.el: New file.
18161         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18162         (gmm-lazy): New widget copied from `nnmail.el'.
18163         (gmm-tool-bar-from-list): New function for creating customizable
18164         tool bars.
18165         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18166         output.
18167         (gmm): Add :prefix to defgroup.
18168
18169 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18170
18171         * gmm-utils.el (gmm-widget-p): New function.
18172
18173 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18174
18175         * mml.el (mml-attach-file): Describe `description' in doc string.
18176         (mml-menu): Add Emacs MIME manual and PGG manual.
18177
18178 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18179
18180         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18181
18182 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18183
18184         * nntp.el (nntp-end-of-line): Doc fix.
18185
18186 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18187
18188         * imap.el (imap-open): Handle case where buffer is a buffer
18189         object.
18190
18191 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18192
18193         * gnus-delay.el (gnus-delay): Don't autoload.
18194         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18195         to be re-loaded when customizing the `gnus-delay' group.
18196
18197 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18198
18199         * message.el (message-insert-citation-line): Use newlines.
18200
18201 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18202
18203         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18204         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18205         these routines, so the passphrase can be managed externally and
18206         passed in to the system.
18207         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18208         pgg-add-passphrase-to-cache function.
18209
18210         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18211         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18212         these routines, so the passphrase can be managed externally and
18213         passed in to the system.
18214         (pgg-pgp5-sign-region): Use new name of
18215         pgg-add-passphrase-to-cache function.
18216
18217 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18218
18219         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18220         part of the decoded armor to find the key-identifier.
18221         (pgg-gpg-lookup-key-owner): New function to return the
18222         human-readable identifier of a key owner.
18223         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18224         itself.
18225         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18226         the key value) if we have a key and can match it against a secret
18227         key.  Also, added a note pointing out fact that the prompt only
18228         indicates the first matching key.
18229
18230         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18231         pgg-decrypt-region.
18232         (pgg-add-passphrase-to-cache): Rename from
18233         `pgg-add-passphrase-cache' to reduce confusion (all callers
18234         changed).
18235         (pgg-remove-passphrase-from-cache): Rename from
18236         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18237         changed).
18238         (pgg-read-passphrase, pgg-add-passphrase-cache)
18239         (pgg-remove-passphrase-cache): Add informative docstrings.
18240         (pgg-decrypt): Convey provided passphrase in subordinate call to
18241         pgg-decrypt-region.
18242
18243 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18244
18245         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18246         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18247         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18248         'passphrase' argument, so the passphrase can be managed externally
18249         and then passed in to the system.
18250
18251         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18252         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18253         so the passphrase cache can be used reliably with identifiers
18254         besides a pgp packet's key id.
18255
18256         * pgg-gpg.el (pgg-gpg-encrypt-region)
18257         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18258         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18259         these routines, so the passphrase can be managed externally and
18260         passed in to the system.
18261
18262         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18263         'notruncate' argument, so the passphrase cache can be used
18264         reliably with identifiers besides a pgp packet's key id.
18265
18266 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18267
18268         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18269         symmetric encryption.
18270         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18271         encrypted session key.
18272         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18273         message ask for the passphrase in a proper way.
18274
18275         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18276         New user commands for symmetric encryption.
18277
18278 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18279
18280         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18281
18282         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18283
18284 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18285
18286         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18287
18288 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * mm-decode.el (mm-inlined-types): Add application/pgp.
18291         (mm-automatic-display): Ditto.
18292
18293         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18294         part as text.
18295
18296 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18297
18298         * nnrss.el: Update copyright.
18299         (nnrss-opml-import): Query whether to subscribe to each entry.
18300
18301         * gnus-art.el:
18302         * gnus-sum.el:
18303         * gnus-xmas.el:
18304         * messagexmas.el:
18305         * mm-uu.el:
18306         * mm-view.el: Update copyright.
18307
18308 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18309
18310         * message.el (message-info): New function.
18311         (message-mode-menu): Add it.
18312         Update copyright.
18313
18314         * ChangeLog: Fix and update copyright.
18315
18316 2006-01-13  Romain Francoise  <romain@orebokech.com>
18317
18318         * message.el (message-forward-subject-name-subject): Prefer the
18319         address to 'nowhere' if the sender has no name.
18320         Fix typo.  Update copyright year.
18321
18322 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18323
18324         * gnus-art.el (article-wash-html):
18325         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18326         (gnus-article-wash-html-with-w3m-standalone): New function.
18327
18328         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18329         mm-inline-text-html-render-with-w3m-standalone.
18330         (mm-text-html-washer-alist): Map w3m-standalone to
18331         gnus-article-wash-html-with-w3m-standalone.
18332         (mm-inline-text-html-render-with-w3m-standalone): New function.
18333
18334 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18335
18336         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18337         Improve LaTeX.
18338
18339 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18340
18341         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18342         (nnrss-request-article): Render text/plain parts as HTML.
18343
18344         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18345         the buffer.
18346
18347 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18348
18349         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18350         custom definition of `gnus-posting-styles'.
18351
18352         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18353         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18354
18355 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18356
18357         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18358         Use nntp for bug archive.
18359
18360 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18363         parts.
18364         (nnrss-normalize-date): New function converts ISO 8601 date into
18365         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18366         (nnrss-check-group): Use it.
18367
18368 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18371
18372         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18373         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18374         (nnrss-insert-w3): Ditto.
18375
18376 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18377
18378         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18379         the articles to be forwarded including the case where neither a
18380         number of articles nor a region is specified.
18381
18382 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18383
18384         * nnrss.el (nnrss-request-article): Fix last change; fill
18385         text/plain parts.
18386
18387 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18390         in text/plain part.
18391         (nnrss-check-group): Don't add excessive newline to dc:subject.
18392
18393 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18394
18395         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18396         article.
18397
18398 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18399
18400         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18401         (nnml-use-compressed-files, nnml-save-mail): Support other
18402         comression programs such as bzip2.
18403
18404 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18405
18406         * dns.el (query-dns): Make sure we check the buffer size before
18407         removing tcp headers.
18408
18409 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18410
18411         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18412         remove MIME buttons associated with multipart/alternative parts.
18413         (gnus-mime-display-alternative): Tag buttons using `article-type'
18414         text property.
18415
18416         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18417         associated with multipart/alternative parts.
18418
18419         * gnus-art.el (gnus-signature-separator): Fix custom type.
18420
18421         * mm-decode.el (mm-inlined-types): Fix custom type.
18422         (mm-keep-viewer-alive-types): Ditto.
18423         (mm-automatic-display): Ditto.
18424         (mm-attachment-override-types): Ditto.
18425         (mm-inline-override-types): Ditto.
18426         (mm-automatic-external-display): Ditto.
18427
18428 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18429
18430         * spam-report.el (spam-report-user-mail-address)
18431         (spam-report-user-agent): New variables.
18432         (spam-report-url-ping-plain): Use spam-report-user-agent.
18433
18434 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18435
18436         * gnus-art.el (gnus-button-handle-custom): Do not just use
18437         `customize-apropos' for any "M-x customize-*" button but the
18438         function called for.  Accept both the function name and its
18439         argument in order to achieve this.
18440         (gnus-button-alist): Remove support for "custom:" URL's.
18441         Pass function name to `gnus-button-handle-custom' in case of "M-x
18442         customize-*" buttons.
18443
18444 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18447         multipart/alternative and add xref to mm-discouraged-alternatives
18448         in doc string.
18449
18450         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18451         gnus-buttonized-mime-types in doc string.
18452
18453 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18454
18455         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18456         Suggest image/.* in the doc string.
18457
18458 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18459
18460         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18461         message-marks (Debian bug #342521).
18462
18463 2005-12-12  Simon Josefsson  <jas@extundo.com>
18464
18465         * password.el (password-read-from-cache): Add.
18466         (password-read): Use it.
18467
18468 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18469
18470         * rfc2047.el (rfc2047-charset-to-coding-system):
18471         Recognize us-ascii as a MIME charset.
18472
18473         * mm-bodies.el (mm-decode-content-transfer-encoding):
18474         Protect against the case where the 2nd arg TYPE is nil.
18475
18476 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18477
18478         * pop3.el (pop3-stream-type): Fix custom version.
18479
18480         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18481
18482 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18483
18484         * mm-decode.el (mm-display-external): Add missing cdr.
18485
18486 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18489         RFC1524) if it is in mailcap or add a suffix according to
18490         mailcap-mime-extensions when generating a temp filename; postpone
18491         deleting a temp file for 2 seconds for some wrappers, shell
18492         scripts, and so on, which might exit right after having started a
18493         viewer command as a background job.
18494
18495 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18496
18497         * nntp.el (nntp-marks-directory): Fix custom group.
18498
18499         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18500         steps when < 10.
18501
18502         * gnus-start.el (gnus-no-server-1):
18503         Mention `gnus-level-default-subscribed' in doc string.
18504
18505 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18506
18507         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18508         parens.
18509
18510 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * gnus-xmas.el (gnus-use-toolbar): Revert.
18513         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18514         gnus-use-toolbar is default.
18515
18516         * messagexmas.el (message-use-toolbar): Revert.
18517         (message-setup-toolbar): Use global default-toolbar if
18518         message-use-toolbar is default.
18519
18520 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18521
18522         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18523         according to default-toolbar-visible-p.
18524
18525         * messagexmas.el (message-use-toolbar): Ditto.
18526
18527 2005-11-26  Dave Love  <fx@gnu.org>
18528
18529         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18530         (tls-program, tls-success): Provide openssl alternative.
18531
18532         * starttls.el: Doc fixes.
18533         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18534         SERVICE to PORT.
18535
18536         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18537         port null or service name.
18538         (starttls-negotiate): Autoload.
18539
18540 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18541
18542         * message.el (message-kill-to-signature): Fix interactive spec.
18543
18544 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18545
18546         * pop3.el (pop3-open-server): Recognize a string as a service name.
18547
18548 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18549
18550         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18551
18552 2005-11-23  Dave Love  <fx@gnu.org>
18553
18554         Add pop3s, pop3/starttls.
18555
18556         * pop3.el (pop3-authentication-scheme): Clarify doc.
18557         (open-tls-stream, starttls-open-stream): Autoload.
18558         (pop3-stream-type): New.
18559         (pop3-open-server): Use it.
18560
18561         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18562         for POP.
18563         (mail-source-keyword-map): Add :stream for POP.
18564         (mail-source-fetch-pop): Use pop3-stream-type.
18565
18566 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18567
18568         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18569         of current-time-string.
18570
18571 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18572
18573         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18574         date header.
18575
18576 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18577
18578         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18579         it can seriously impact performance as it bypasses the agent's
18580         local caches.
18581
18582 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18583
18584         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18585         must be explicitly online rather than "not explicitly offline" for
18586         its flags to be synchronized.
18587
18588         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18589         that gnus-uu-unmark-thread will function correctly.
18590
18591         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18592         1024K is instead displayed as 1M.
18593
18594 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18595
18596         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18597
18598 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18599
18600         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18601
18602 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18603
18604         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18605         error message to display actual error condition.
18606         (gnus-agent-save-local): Avoid saving symbols that are bound to
18607         nil as they simply result in a warning message in
18608         gnus-agent-read-local.
18609
18610 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18611
18612         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18613         rather than make-variable-buffer-local for file-precious-flag.
18614
18615 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18616
18617         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18618         for duplicates which are removed.  The invalid sort check then
18619         triggers a rescan after the sort as sorting may have moved
18620         duplicate entries such that they can be cheaply detected.
18621
18622 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18623
18624         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18625
18626 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18627
18628         * gnus-agent.el (gnus-agent-article-alist-save-format):
18629         Change internal variable to a custom variable.  Change default value
18630         from compressed(2) to uncompressed(1).
18631         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18632         support for uncompressed agentview files.  Taken together, reading
18633         the agentview file should now be 6-7 times faster.
18634
18635 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18636
18637         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18638         as a buffer-local variable.  This avoids creating truncated
18639         dribble files as a result of a hang up, eg.
18640
18641 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18642
18643         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18644         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18645         XEmacs.
18646
18647 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18648
18649         * gnus-start.el (gnus-start-draft-setup):
18650         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18651
18652         * gnus.el (gnus-splash): Change custom group.
18653         (gnus-group-get-parameter, gnus-group-parameter-value):
18654         Describe allow-list argument.
18655
18656         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18657         string.
18658
18659 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18660
18661         * gnus-art.el (gnus-default-article-saver): Add user-defined
18662         `function' to custom type.
18663
18664 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18665
18666         * imap.el (imap-open): Handle case where buffer is a buffer
18667         object.
18668
18669 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18670
18671         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18672         long lines.
18673         (gnus-cache-delete-group): Wrap doc strings.
18674
18675         * gnus-agent.el (gnus-agent-rename-group)
18676         (gnus-agent-delete-group): Wrap doc strings.
18677
18678 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18679
18680         * messagexmas.el (message-use-toolbar): Change the valid values
18681         into default, top, bottom, left, and right.
18682         (message-toolbar-thickness): New variable.
18683         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18684         well.
18685         (message-setup-toolbar): Make it work.
18686
18687         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18688         (gnus-use-toolbar): Change the valid values into default, top,
18689         bottom, left, and right.
18690         (gnus-toolbar-thickness): New variable.
18691         (gnus-xmas-setup-toolbar): New function.
18692         (gnus-xmas-setup-group-toolbar): Use it.
18693         (gnus-xmas-setup-summary-toolbar): Use it.
18694
18695 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18696
18697         * gnus-start.el (gnus-1): Add "native" to
18698         gnus-predefined-server-alist.
18699
18700         * gnus.el (gnus-method-to-server): Don't add "native" to the
18701         lists here, because that leads to problems when
18702         gnus-select-method is bound.
18703
18704 2005-11-09  Simon Josefsson  <jas@extundo.com>
18705
18706         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18707         use (not sort-by-date) instead.
18708
18709 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18710
18711         * gnus-delay.el (gnus-delay-group): Don't autoload.
18712         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18713         to be re-loaded when customizing the `gnus-delay' group.
18714
18715 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18716
18717         * message.el: Revert last changes.
18718         (message-insert-citation-line): Use newlines.
18719
18720 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18721
18722         * message.el (message-courtesy-message)
18723         (message-mark-insert-begin, message-mark-insert-end)
18724         (message-elide-ellipsis, message-cancel-message)
18725         (message-add-header, message-change-subject)
18726         (message-cross-post-followup-to-header)
18727         (message-cross-post-insert-note, message-reduce-to-to-cc)
18728         (message-widen-reply, message-delete-not-region)
18729         (message-kill-to-signature, message-insert-signature)
18730         (message-insert-importance-high, message-insert-importance-low)
18731         (message-insert-or-toggle-importance)
18732         (message-insert-disposition-notification-to)
18733         (message-indent-citation, message-yank-original)
18734         (message-cite-original-without-signature, message-cite-original)
18735         (message-insert-citation-line, message-position-on-field)
18736         (message-fix-before-sending, message-send-mail-partially)
18737         (message-send-mail, message-send-mail-with-sendmail)
18738         (message-send-mail-with-qmail, message-send-news)
18739         (message-check-news-header-syntax, message-generate-headers)
18740         (message-insert-courtesy-copy, message-fill-address)
18741         (message-fill-header, message-shorten-references)
18742         (message-setup-1, message-cancel-news)
18743         (message-forward-make-body-plain, message-forward-make-body-mime)
18744         (message-forward-make-body-mml, message-encode-message-body)
18745         (message-forward-make-body-digest-plain)
18746         (message-forward-make-body-digest-mime)
18747         (message-use-alternative-email-as-from): Insert `hard-newline'
18748         instead of ordinary newlines.
18749
18750 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * message.el (message-generate-headers): Downcase the argument
18753         given to message-check-element.
18754
18755 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18756
18757         * nntp.el (nntp-authinfo-rejected): New error condition.
18758         (nntp-wait-for): Use new error condition to signal authentication
18759         error.
18760         (nntp-retrieve-data): Rethrow new error condition to break out of
18761         recursive call to nntp-send-authinfo.
18762
18763 2005-11-08  Romain Francoise  <romain@orebokech.com>
18764
18765         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18766         (gnus-summary-exit-map): Bind to `Z p'.
18767         (gnus-summary-make-menu-bar): Add menu item.
18768
18769 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18770
18771         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18772         (gnus-treat-*): Add `first' in all doc strings.
18773
18774         * gnus-group.el (gnus-group-compact-group): Fix typo.
18775
18776 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18777
18778         * gnus.el (gnus-parameters-case-fold-search): New variable.
18779         (gnus-parameters-get-parameter): Use it.
18780
18781         * gnus-score.el (gnus-home-score-file): Doc fix.
18782
18783 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18784
18785         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18786
18787 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18788
18789         * mm-util.el (mm-special-display-p): New function.
18790
18791         * mml.el (mml-preview): Use it; doc fix.
18792
18793 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18794
18795         * imap.el (imap-open): Handle case where buffer is a buffer object.
18796
18797 2005-10-29  Romain Francoise  <romain@orebokech.com>
18798
18799         * message.el (message-fix-before-sending): Fix comment.
18800
18801 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18802
18803         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18804
18805 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18806
18807         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18808         Used in gnus-score.el.
18809
18810 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18811
18812         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18813
18814 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18815
18816         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18817         whitespace removed in revision 7.8.  Use concatenated string to
18818         protect trailing whitespace.
18819
18820 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18821
18822         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18823         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18824         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18825         Courier IMAP ("some version from 2004").  Mostly based on similar
18826         code in the same function.
18827
18828 2005-10-26  Didier Verna  <didier@xemacs.org>
18829
18830         * gnus-group.el (gnus-group-compact-group): Invalidate original
18831         article buffer.
18832         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18833         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18834         NOV database and in article itself.
18835         Invalidate article backlog.
18836
18837 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18838
18839         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18840
18841 2005-10-26  Simon Josefsson  <jas@extundo.com>
18842
18843         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18844         part of 2004-07-25 change.
18845
18846 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * message.el (message-display-completion-list): New function.
18849         (message-expand-group): Use it; make sure the Completions buffer
18850         is modifiable.
18851 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18852
18853         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18854         user-mail-name is an empty string.
18855
18856 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18857
18858         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18859         depending on gnus-score-decay-constant.
18860
18861         * encrypt.el (encrypt-insert-file-contents)
18862         (encrypt-write-file-contents): Don't use `gnus-message'.
18863
18864         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18865         arguments.
18866         (mm-uu-type-alist): Add message-marks and insert-marks.
18867         Pass arguments to mm-uu-verbatim-marks-extract.
18868         (mm-uu-hide-markers): New variable.
18869         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18870
18871         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18872         (gnus-convert-image-to-face-command): Use "convert" by default to
18873         allow other input image formats.
18874         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18875         accordingly.
18876
18877 2005-10-23  Simon Josefsson  <jas@extundo.com>
18878
18879         * imap.el (imap-gssapi-program): Align command line parameters
18880         with latest GNU SASL.
18881         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18882
18883 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18884
18885         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18886         HTML.
18887         (nnslashdot-request-article): Ditto.
18888
18889         * lpath.el (featurep): Add nobreak-char-display.
18890
18891 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18892
18893         * mail-source.el (mail-source-fetch-pop): Require pop3.
18894         (mail-source-check-pop): Ditto.
18895
18896 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18897
18898         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18899         errors.
18900
18901 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18902
18903         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18904         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18905
18906         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18907
18908         * mm-bodies.el (mm-decode-string):
18909         Call `mm-charset-to-coding-system' with allow-override argument.
18910
18911 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18912
18913         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18914         (rfc2047-charset-to-coding-system): New function.
18915         (rfc2047-decode-encoded-words): New function.
18916         (rfc2047-decode-region): Use them.
18917         (rfc2047-decode-cte): Remove.
18918         (rfc2047-parse-and-decode): Remove.
18919         (rfc2047-decode): Remove.
18920
18921 2005-10-15  Kenichi Handa  <handa@m17n.org>
18922
18923         * rfc2047.el (rfc2047-decode-cte): New function.
18924         (rfc2047-decode-region): Change the way to decode successive
18925         encoded-words: decode B- or Q-encoding in each encoded-word,
18926         concatenate them, and decode it as charset.
18927
18928 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18929
18930         * lpath.el: Fbind codepage-setup for XEmacs.
18931
18932 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18933
18934         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18935         widget-move-and-invoke.
18936         (gnus-custom-mode): Use gnus-custom-map.
18937
18938 2005-10-15  Bill Wohler  <wohler@newt.com>
18939
18940         * message.el (message-tool-bar-map): Rename image file from
18941         mail_send to mail/send.
18942
18943 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18944
18945         * message.el (message-expand-group): Pass the common
18946         prefix substring of completion to `display-completion-list'.
18947
18948 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18949
18950         * mml-sec.el (mml-secure-method): New internal variable.
18951         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18952         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18953         New functions using mml-secure-method.
18954
18955         * mml.el (mml-mode-map): Add key bindings for those functions.
18956         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18957         Harder <harder@myrealbox.com>.
18958         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18959         Goto end of message if point is the headers of the message.
18960
18961         * message.el (message-in-body-p): New function.
18962
18963         * assistant.el: Autoload gnus-util and netrc.
18964
18965         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18966         Use `mm-charset-override-alist' only when decoding.
18967
18968         * mm-bodies.el (mm-decode-body):
18969         Call `mm-charset-to-coding-system' with allow-override argument.
18970
18971         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18972         `filename' from Content-Disposition if Content-Type doesn't
18973         provide `name'.
18974         (gnus-mime-view-part-as-type): Set default instead of
18975         initial-input.
18976
18977 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18978
18979         * format-spec.el (format-spec): Propagate text properties of % spec.
18980
18981 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18982
18983         * gnus-art.el (gnus-treat-predicate): Add `first'.
18984
18985 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18986
18987         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18988         (mm-charset-override-alist): New variable.
18989         (mm-charset-to-coding-system): Use it.
18990         (mm-codepage-setup): New helper function.
18991         (mm-charset-eval-alist): New variable.
18992         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18993         Warn about unknown charsets.
18994
18995         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18996
18997 2005-10-04  David Hansen  <david.hansen@gmx.net>
18998
18999         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19000         (nnrss-check-group): Ditto.
19001
19002 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19003
19004         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19005         Rename x-gnus-verbatim to x-verbatim.
19006         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19007
19008         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19009         x-verbatim.
19010
19011         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19012
19013         * gnus-util.el (gnus-remove-duplicates): Remove.
19014
19015         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19016         instead of gnus-remove-duplicates.
19017
19018         * message.el (message-remove-duplicates): Remove.
19019         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19020         message-remove-duplicates.
19021
19022         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19023         available, else use implementation from `delete-dups'.
19024
19025         * message.el (message-insert-expires): New function.
19026         (message-mode-map): Add key binding.
19027         (message-mode-field-menu): Add menu entry.
19028         (message-mode): Document it.
19029         (message-make-expires-date): Use `message-make-date'.
19030
19031 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19032
19033         * message.el (message-make-expires-date): New function.
19034
19035 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19036
19037         * Makefile.in (list-installed-shadows): New entry.
19038         (install): Use it.
19039         (remove-installed-shadows): New entry.
19040
19041         * dgnushack.el (dgnushack-default-load-path): New variable.
19042         (dgnushack-find-lisp-shadows): New function.
19043         (dgnushack-remove-lisp-shadows): New function.
19044
19045 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19046
19047         * Makefile.in (install-el-elc): New entry.
19048         (install): Use it so that .el files are necessarily installed.
19049
19050 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19053
19054 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19055
19056         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19057         function rather than the diff-mode.el package.
19058         (mm-display-external): Use with-current-buffer.
19059         (mm-viewer-completion-map, mm-viewer-completion-map):
19060         Move initialization inside declaration.
19061
19062 2005-09-29  Simon Josefsson  <jas@extundo.com>
19063
19064         * spam.el: Load hashcash when compiling, to avoid warnings.
19065         Don't autoload mail-check-payment.
19066         (spam-check-hashcash): Define unconditionally, since hashcash.el
19067         is part of Gnus now.  Ignore errors from payment checking.
19068
19069 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19070
19071         * message.el (message-bold-region, message-unbold-region):
19072         Rename from `bold-region' and `unbold-region'.
19073
19074         * message.el: Remove useless autoloads.
19075
19076 2005-09-28  Simon Josefsson  <jas@extundo.com>
19077
19078         * message.el (message-use-idna): Default to t.
19079         (message-use-idna): Test whether encoding works too.  Doc fix.
19080
19081 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * nntp.el (nntp-warn-about-losing-connection): Remove.
19084
19085 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19086
19087         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19088         customizable.  Change default value.
19089         (mm-uu-diff-groups-regexp): Change default value.
19090         (mm-uu-type-alist): Add doc string.
19091         (mm-uu-configure): Add doc string.  Make it interactive.
19092         (mm-uu-tex-groups-regexp): New variable.
19093         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19094         (mm-uu-type-alist): Add LaTeX documents.
19095         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19096         of "text/verbatim".
19097         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19098
19099         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19100         instead of "text/verbatim".
19101
19102         * message.el (message-mark-inserted-region)
19103         (message-mark-insert-file): Use slrn style marks when called with
19104         prefix argument.
19105
19106 2005-09-27  Simon Josefsson  <jas@extundo.com>
19107
19108         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19109
19110 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19111
19112         * message.el (message-remove-duplicates): New function.
19113         Implementation borrowed from `gnus-remove-duplicates'.
19114         (message-idna-to-ascii-rhs): Also encode idna addresses in
19115         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19116         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19117         only ask about the same idna domain once per header and also tell
19118         in what header to replace the idna domain.
19119
19120         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19121         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19122         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19123         a header is decoded and not just the last one.
19124
19125 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19126
19127         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19128         has been decoded.
19129
19130         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19131         (mm-insert-part): Don't modify text if it has been decoded.
19132
19133         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19134         decoded.
19135
19136         * mm-view.el (mm-inline-text): Don't strip text props unless
19137         decoding enriched or richtext parts.
19138
19139 2005-09-25  Romain Francoise  <romain@orebokech.com>
19140
19141         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19142         * gnus-start.el (gnus-subscribe-interactively):
19143         * gnus-uu.el (gnus-uu-grab-articles):
19144         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19145         space.
19146
19147 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19148
19149         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19150         * mm-view.el (mm-view-pkcs7-decrypt):
19151         * gnus-sum.el (gnus-summary-limit-to-extra)
19152         (gnus-summary-respool-article, gnus-read-move-group-name):
19153         * gnus-score.el (gnus-summary-increase-score):
19154         * gnus-util.el (gnus-completing-read-with-default):
19155         * gnus-art.el (gnus-read-save-file-name)
19156         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19157         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19158         * message.el (message-check-news-header-syntax):
19159         Follow convention for reading with the minibuffer.
19160
19161 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19162
19163         * spam-report.el (spam-report-url-ping-plain):
19164         Use gnus-extended-version as User-Agent.
19165
19166         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19167         default value is nil.
19168
19169         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19170         (mm-uu-verbatim-marks-extract): New function.
19171         (mm-uu-extract): New face.
19172         (mm-uu-copy-to-buffer): Use it.
19173
19174         * spam-report.el (spam-report-gmane-ham): Rename from
19175         `spam-report-gmane-unspam'.
19176         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19177         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19178
19179         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19180         Autoload.
19181         (spam-report-gmane-unregister-routine):
19182         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19183
19184 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19185
19186         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19187         (spam-report-gmane-unregister-routine): Add support for gmane
19188         unregistration.
19189
19190         * spam-report.el (spam-report-gmane-unspam)
19191         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19192         (spam-report-gmane): Change to take a single article and do unspam
19193         registration.
19194
19195 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19196
19197         * mm-url.el (mm-url-decode-entities): Fix regexp.
19198
19199 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19200
19201         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19202         default to nil, to be able to use Gnus at all.  If the default
19203         switches to something else, then the function should be fixed not
19204         be exceedingly slow.
19205
19206 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19207
19208         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19209         fail hard.
19210
19211         * spam-report.el: Add better Keywords line.
19212
19213         * spam.el: Add Maintainer and better Keywords line.
19214
19215 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19216
19217         * gnus-art.el (gnus-article-replace-part)
19218         (gnus-mime-replace-part): New functions.
19219         (gnus-mime-action-alist, gnus-mime-button-commands)
19220         (gnus-mime-save-part-and-strip): Add file argument.
19221         (gnus-article-part-wrapper): Add interactive argument.
19222
19223         * gnus-sum.el (gnus-summary-mime-map):
19224         Add `gnus-article-replace-part'.
19225
19226 2005-09-19  Didier Verna  <didier@xemacs.org>
19227
19228         The nnml compaction feature:
19229         * nnml.el (nnml-request-compact-group): New function.
19230         * nnml.el (nnml-request-compact): New function.
19231         * gnus-int.el (gnus-request-compact-group): New function.
19232         * gnus-int.el (gnus-request-compact): New function.
19233         * gnus-group.el (gnus-group-compact-group): New function.
19234         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19235         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19236         * gnus-srvr.el (gnus-server-compact-server): New function.
19237         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19238         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19239
19240 2005-09-18  Deepak Goel  <deego@gnufans.org>
19241
19242         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19243         format spec.
19244
19245 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19246
19247         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19248
19249 2005-09-15  Romain Francoise  <romain@orebokech.com>
19250
19251         * message.el (message-fill-paragraph): Clarify docstring.
19252
19253 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * gnus-art.el (gnus-mime-display-part): Protect against broken
19256         MIME messages.
19257
19258 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19259
19260         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19261         before parsing header.
19262
19263 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19264
19265         * html2text.el (html2text-replace-list): Add new entities.
19266
19267 2005-09-11  Romain Francoise  <romain@orebokech.com>
19268
19269         * message.el (message-alternative-emails): Improve docstring.
19270         (message-setup-1): Call `message-use-alternative-email-as-from'
19271         after `message-setup-hook' to give it precedence over posting
19272         styles, etc.
19273         (message-use-alternative-email-as-from): Add docstring.
19274         Remove the original From header if present.
19275
19276         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19277         (nnml-save-mail): Use it.
19278
19279         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19280         articles.  Add new argument `silent'.
19281         (gnus-uu-mark-all): Report the total number of marked articles.
19282
19283 2005-09-10  Romain Francoise  <romain@orebokech.com>
19284
19285         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19286         (gnus-uu-mark-series): Likewise.
19287
19288 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19289
19290         * spam-report.el (spam-report-gmane): Fix generation of spam
19291         report URL.
19292
19293 2005-09-10  Simon Josefsson  <jas@extundo.com>
19294
19295         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19296         t, based on discussion on the ding list with Robert Epprecht
19297         <epprecht@solnet.ch>.
19298
19299 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19300
19301         * spam-report.el (spam-report-gmane): Make it work without
19302         X-Report-Spam header.  Gmane now only provides Archived-At.
19303         This is only used if `spam-report-gmane-use-article-number' is nil.
19304         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19305
19306         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19307         make `gnus-summary-sort-by-recipient' work with threading.
19308
19309         * nnweb.el (nnweb-google-wash-article): Print a message if article
19310         is not available.
19311
19312 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19313
19314         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19315         change.  Decode text/* parts content before displaying.
19316
19317 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19318
19319         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19320
19321 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19322
19323         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19324
19325         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19326         url-package-name, url-package-version,
19327         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19328         w3m-display-inline-images, and w3m-minor-mode-map.
19329
19330 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19331
19332         * message.el (message-tab-body-function): Fix mismatched custom type.
19333
19334         * gnus.el (gnus-group-change-level-function): Ditto.
19335
19336         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19337
19338         * gnus-art.el (gnus-signature-limit)
19339         (gnus-article-mime-part-function): Ditto.
19340
19341 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * mml.el (mml-mode): Silence the byte compiler.
19344
19345         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19346         using `(sit-for 0)' before moving the point to the specified part;
19347         skip unbuttonized parts.
19348         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19349         return to the summary window if gnus-auto-select-part is non-nil.
19350
19351 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19352
19353         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19354         New variables.
19355         (mml-dnd-attach-file, mml-mode): Use them.
19356
19357         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19358         Make fetching article by MID work again for Google Groups.
19359         Add FIXME concerning gnus-group-make-web-group.
19360
19361         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19362         Don't depend on Gnus by using mail-extract-address-components if
19363         gnus-extract-address-components is not bound.
19364
19365 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19366
19367         * gnus-art.el (gnus-mime-display-security): Don't display the
19368         signature, but only the signed part.
19369
19370 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19371
19372         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19373
19374         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19375         list, not listp.
19376
19377 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19378
19379         * mm-encode.el (mm-encode-content-transfer-encoding):
19380         Likewise when encoding.
19381
19382         * mm-bodies.el (mm-decode-content-transfer-encoding):
19383         De-canonicalize CRLF for all text content types, not just
19384         text/plain.
19385
19386 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19387
19388         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19389         valid article; point arrow and cursor at the MIME button.
19390
19391 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19392
19393         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19394         Suggested by Dan Christensen <jdc@uwo.ca>.
19395
19396         * mm-decode.el (mm-save-part): Enable change of prompt.
19397
19398 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19399
19400         * gnus-msg.el (gnus-inews-add-send-actions):
19401         Make `message-post-method' lambda parameter ARG `&optional'.
19402
19403 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19404
19405         * gnus-sum.el (gnus-summary-mime-map):
19406         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19407         gnus-article-jump-to-part.
19408
19409         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19410         (gnus-article-edit-part): Use it.
19411         (gnus-article-part-wrapper): Add no-handle argument.
19412         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19413         New functions.
19414
19415 2005-08-29  Romain Francoise  <romain@orebokech.com>
19416
19417         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19418         docstring.
19419         (gnus-face-from-file): Likewise.
19420
19421 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19422
19423         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19424         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19425         non-nil.
19426         (gnus-auto-select-part): New variable.
19427         (gnus-article-jump-to-part): New function.
19428         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19429         (gnus-mime-delete-part): Allow selecting specified part after
19430         deleting or stripping parts.
19431         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19432         part if argument is bogus.
19433
19434 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19435
19436         * gnus-art.el (w3m-minor-mode-map):
19437         * gnus-spec.el (gnus-newsrc-file-version):
19438         * gnus-util.el (nnmail-active-file-coding-system)
19439         (gnus-original-article-buffer, gnus-user-agent):
19440         * gnus.el (gnus-ham-process-destinations)
19441         (gnus-parameter-ham-marks-alist)
19442         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19443         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19444         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19445         * mm-decode.el (gnus-current-window-configuration):
19446         * mm-extern.el (gnus-article-mime-handles):
19447         * mm-url.el (url-current-object, url-package-name)
19448         (url-package-version):
19449         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19450         (smime-keys, w3m-cid-retrieve-function-alist)
19451         (w3m-current-buffer, w3m-display-inline-images)
19452         (w3m-minor-mode-map):
19453         * mml-smime.el (gnus-extract-address-components):
19454         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19455         (gnus-newsrc-hashtb, message-default-charset)
19456         (message-deletable-headers, message-options)
19457         (message-posting-charset, message-required-mail-headers)
19458         (message-required-news-headers):
19459         * mml1991.el (mc-pgp-always-sign):
19460         * mml2015.el (mc-pgp-always-sign):
19461         * nnheader.el (nnmail-extra-headers):
19462         * rfc1843.el (gnus-decode-encoded-word-function)
19463         (gnus-decode-header-function, gnus-newsgroup-name):
19464         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19465
19466 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19467
19468         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19469         the end of the date treatments.
19470
19471 2005-08-15  Simon Josefsson  <jas@extundo.com>
19472
19473         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19474         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19475         Capello and Romain Francoise.
19476         (pgg-fetch-key-function): Remove, not used?
19477         (pgg-insert-url-with-w3): Require url, to get
19478         url-insert-file-contents regardless of where it is defined.
19479
19480 2005-08-13  Romain Francoise  <romain@orebokech.com>
19481
19482         * message.el (message-cite-original-1): New function.
19483         (message-cite-original): Use it.
19484         (message-cite-original-without-signature): Ditto.
19485
19486 2005-08-08  Romain Francoise  <romain@orebokech.com>
19487
19488         * message.el (message-yank-empty-prefix): New variable.
19489         (message-indent-citation): Use it.
19490         (message-cite-original-without-signature): Respect X-No-Archive.
19491
19492 2005-08-08  Simon Josefsson  <jas@extundo.com>
19493
19494         * pgg.el: Autoload url-insert-file-contents instead of loading
19495         w3/url.
19496         (pgg-insert-url-with-w3): Don't load url here.
19497
19498 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19499
19500         * message.el (message-kill-to-signature): Don't insert newline at
19501         bol.
19502         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19503
19504 2005-08-06  Romain Francoise  <romain@orebokech.com>
19505
19506         * message.el (message-user-fqdn): Fix typo in docstring.
19507
19508 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19509
19510         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19511
19512         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19513
19514 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19515
19516         * mm-bodies.el (mm-encode-body): Use coding system rather than
19517         charset to encode text.
19518
19519         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19520         number of charsets if utf-8 is available (XEmacs).
19521
19522 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19523
19524         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19525         taken from `gnus-button-mid-or-mail-regexp'.
19526         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19527         (gnus-button-alist): Improve regexp for domain part of the MIDs
19528         for news:localpart@domain buttons.
19529         (gnus-button-ctan-directory-regexp): Update.
19530
19531 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * sieve-manage.el (sieve-manage-interactive-login):
19534         Use make-local-variable rather than make-variable-buffer-local.
19535         (sieve-manage-open): Ditto.
19536         (sieve-manage-authenticate): Ditto.
19537
19538         * mml.el (mml-generate-mime-1): Make the content type default to
19539         text/plain if the filename is not specified.
19540
19541 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19542
19543         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19544         instead of insert-buffer.
19545
19546         * message.el (message-yank-original): Ditto; set the mark at the
19547         end of the yanked message.
19548
19549 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19552         lines to scroll rather than to stop it.
19553
19554         * mml.el (mml-generate-default-type): Add doc string.
19555         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19556         default to application/octet-stream when determining the content
19557         type if it is not specified for the part or the mml contents; add
19558         a comment about mml-generate-default-type.
19559
19560 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19561
19562         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19563         make it default to application/octet-stream when determining the
19564         content type if it is not specified for the external contents.
19565
19566 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19569         segmented parameter but also other parameters might be there.
19570
19571 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19572
19573         * mm-decode.el (mm-display-external): Delete temp file, directory
19574         and buffer immediately if the external process is exited.
19575
19576 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19577
19578         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19579         fewer lines than that of scroll-margin.
19580         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19581
19582 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19583
19584         * gnus-art.el (gnus-article-next-page): Revert.
19585         (gnus-article-beginning-of-window): New macro.
19586         (gnus-article-next-page-1): Use it.
19587         (gnus-article-prev-page): Ditto.
19588         (gnus-article-edit-part): Use insert-buffer-substring instead of
19589         insert-buffer.
19590         (gnus-article-edit-exit): Ditto.
19591
19592         * gnus-util.el (gnus-beginning-of-window): Remove.
19593         (gnus-end-of-window): Remove.
19594
19595         * lpath.el: Don't bind header-line-format and scroll-margin.
19596
19597 2005-07-25  Simon Josefsson  <jas@extundo.com>
19598
19599         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19600         to have the url package without w3.  Reported by Daiki Ueno
19601         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19602
19603 2005-07-20  Didier Verna  <didier@xemacs.org>
19604
19605         * gnus-diary.el: Remove the description comment (nndiary is now
19606         properly documented in the Gnus manual).
19607         Fix the spelling of "Back End".
19608         * nndiary.el: Ditto.
19609         Fix the copyright notice.
19610
19611 2005-07-18  Romain Francoise  <romain@orebokech.com>
19612
19613         * gnus-sum.el (gnus-summary-to-prefix)
19614         (gnus-summary-newsgroup-prefix): New variables.
19615         (gnus-summary-from-or-to-or-newsgroups): Use them.
19616
19617 2005-07-17  Romain Francoise  <romain@orebokech.com>
19618
19619         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19620         space as it's generally not especially interesting to the user.
19621
19622 2005-07-16  Romain Francoise  <romain@orebokech.com>
19623
19624         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19625         nil to avoid prompting and file modification if one of the
19626         messages at the top of the nnfolder file contains a copyright
19627         notice.
19628         Update copyright notice.
19629
19630         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19631         instead of `current-time-string' as the latter creates a time
19632         string that is not RFC 2822 compliant (it lacks the zone).
19633         Update copyright notice.
19634
19635 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19636
19637         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19638         for text/rtf.  Display default in prompt.  Pass default for M-n.
19639
19640         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19641
19642 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19643
19644         * gnus-msg.el (gnus-button-mailto):
19645         Remove save-selected-window-window hackery because it relies on
19646         save-selected-window internals.
19647
19648 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19649
19650         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19651         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19652         (gnus-article-prev-page): Ditto.
19653
19654         * gnus-util.el (gnus-beginning-of-window): New function.
19655         (gnus-end-of-window): New function.
19656
19657         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19658
19659 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19660
19661         * gnus-score.el (gnus-score-edit-all-score):
19662         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19663         gnus-message.
19664
19665 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19666
19667         * gnus-msg.el (gnus-button-mailto):
19668         Remove save-selected-window-window hackery because it relies on
19669         save-selected-window internals.
19670
19671 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19672
19673         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19674         add-minor-mode.
19675         (gnus-binary-mode): Ditto.
19676
19677         * gnus-topic.el (gnus-topic-mode): Ditto.
19678
19679 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19680
19681         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19682         (gnus-article-prev-page): Take scroll-margin into consideration.
19683
19684 2005-07-04  Lute Kamstra  <lute@gnu.org>
19685
19686         Update FSF's address in GPL notices.
19687
19688 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19689
19690         * gnus.el (gnus-exit):
19691         * gnus-group.el (gnus-group-icons):
19692         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19693
19694         * gnus-nocem.el (gnus-nocem):
19695         * message.el (message-various, message-buffers, message-sending)
19696         (message-interface, message-forwarding, message-insertion)
19697         (message-headers, message-news, message-mail):
19698         * pgg-gpg.el (pgg-gpg):
19699         * pgg-parse.el (pgg-parse):
19700         * pgg-pgp.el (pgg-pgp):
19701         * pgg-pgp5.el (pgg-pgp5):
19702         * pop3.el (pop3): Finish `defgroup' description with period.
19703
19704 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19705
19706         * gnus-art.el (article-display-face): Improve the efficiency.
19707         (article-display-x-face): Ditto; remove gray x-face stuff.
19708
19709 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19710
19711         * gnus-art.el (article-display-face): Correct the position in
19712         which Faces are inserted.
19713
19714 2005-06-29  Didier Verna  <didier@xemacs.org>
19715
19716         * gnus-art.el (article-display-face): Display faces in correct
19717         order.
19718
19719 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19720
19721         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19722         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19723         (gnus-nocem-check-article): Fetch the Type header.
19724         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19725         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19726         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19727         make sure gnus-nocem-hashtb is initialized.
19728         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19729         (gnus-nocem-unwanted-article-p): Ditto.
19730
19731         * pgg.el (pgg-verify): Return the verification result.
19732
19733 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19734
19735         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19736         is ascii.
19737
19738 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19739
19740         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19741         `show-nonbreak-escape'.
19742
19743 2005-06-23  Lute Kamstra  <lute@gnu.org>
19744
19745         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19746
19747         * dig.el (dig-mode):
19748         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19749
19750 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19751
19752         * nnimap.el (nnimap-split-download-body): Fix spellings.
19753
19754 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19755
19756         * gnus-art.el (gnus-article-encrypt-body):
19757         * gnus-cus.el (gnus-score-customize):
19758         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19759         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19760
19761 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19762
19763         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19764         header by looking for magic "MII" at the beginning.
19765
19766 2005-06-16  Miles Bader  <miles@gnu.org>
19767
19768         * gnus-xmas.el (gnus-xmas-group-startup-message):
19769         Use renamed gnus-splash face.
19770
19771         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19772         (assistant-field-face): New backward-compatibility alias for renamed
19773         face.
19774         (assistant-render-text): Use renamed assistant-field face.
19775
19776         * spam.el (spam): Remove "-face" suffix from face name.
19777         (spam-face): New backward-compatibility alias for renamed face.
19778         (spam-face, spam-initialize): Use renamed spam face.
19779
19780         * message.el (message-header-to, message-header-cc)
19781         (message-header-subject, message-header-newsgroups)
19782         (message-header-other, message-header-name)
19783         (message-header-xheader, message-separator, message-cited-text)
19784         (message-mml): Remove "-face" suffix from face names.
19785         (message-header-to-face, message-header-cc-face)
19786         (message-header-subject-face, message-header-newsgroups-face)
19787         (message-header-other-face, message-header-name-face)
19788         (message-header-xheader-face, message-separator-face)
19789         (message-cited-text-face, message-mml-face):
19790         New backward-compatibility aliases for renamed faces.
19791         (message-font-lock-keywords): Use renamed message faces.
19792
19793         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19794         (sieve-test-commands, sieve-tagged-arguments):
19795         Remove "-face" suffix from face names.
19796         (sieve-control-commands-face, sieve-action-commands-face)
19797         (sieve-test-commands-face, sieve-tagged-arguments-face):
19798         New backward-compatibility aliases for renamed faces.
19799         (sieve-control-commands-face, sieve-action-commands-face)
19800         (sieve-test-commands-face, sieve-tagged-arguments-face):
19801         Use renamed sieve faces.
19802
19803         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19804         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19805         (gnus-group-news-3-empty, gnus-group-news-4)
19806         (gnus-group-news-4-empty, gnus-group-news-5)
19807         (gnus-group-news-5-empty, gnus-group-news-6)
19808         (gnus-group-news-6-empty, gnus-group-news-low)
19809         (gnus-group-news-low-empty, gnus-group-mail-1)
19810         (gnus-group-mail-1-empty, gnus-group-mail-2)
19811         (gnus-group-mail-2-empty, gnus-group-mail-3)
19812         (gnus-group-mail-3-empty, gnus-group-mail-low)
19813         (gnus-group-mail-low-empty, gnus-summary-selected)
19814         (gnus-summary-cancelled, gnus-summary-high-ticked)
19815         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19816         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19817         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19818         (gnus-summary-low-undownloaded)
19819         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19820         (gnus-summary-low-unread, gnus-summary-normal-unread)
19821         (gnus-summary-high-read, gnus-summary-low-read)
19822         (gnus-summary-normal-read, gnus-splash):
19823         Remove "-face" suffix from face names.
19824         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19825         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19826         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19827         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19828         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19829         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19830         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19831         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19832         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19833         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19834         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19835         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19836         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19837         (gnus-summary-normal-ticked-face)
19838         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19839         (gnus-summary-normal-ancient-face)
19840         (gnus-summary-high-undownloaded-face)
19841         (gnus-summary-low-undownloaded-face)
19842         (gnus-summary-normal-undownloaded-face)
19843         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19844         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19845         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19846         (gnus-splash-face):
19847         New backward-compatibility aliases for renamed faces.
19848         (gnus-group-startup-message): Use renamed gnus faces.
19849
19850         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19851         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19852         (gnus-server-agent): Remove "-face" suffix from face names.
19853         (gnus-server-agent-face, gnus-server-opened-face)
19854         (gnus-server-closed-face, gnus-server-denied-face)
19855         (gnus-server-offline-face):
19856         New backward-compatibility aliases for renamed faces.
19857         (gnus-server-agent-face, gnus-server-opened-face)
19858         (gnus-server-closed-face, gnus-server-denied-face)
19859         (gnus-server-offline-face): Use renamed gnus faces.
19860
19861         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19862         Remove "-face" suffix from face names.
19863         (gnus-picon-xbm-face, gnus-picon-face):
19864         New backward-compatibility aliases for renamed faces.
19865
19866         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19867         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19868         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19869         (gnus-cite-11): Remove "-face" suffix from face names.
19870         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19871         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19872         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19873         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19874         New backward-compatibility aliases for renamed faces.
19875         (gnus-cite-attribution-face, gnus-cite-face-list)
19876         (gnus-article-boring-faces): Use renamed gnus faces.
19877
19878         * gnus-art.el (gnus-signature, gnus-header-from)
19879         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19880         (gnus-header-content): Remove "-face" suffix from face names.
19881         (gnus-signature-face, gnus-header-from-face)
19882         (gnus-header-subject-face, gnus-header-newsgroups-face)
19883         (gnus-header-name-face, gnus-header-content-face):
19884         New backward-compatibility aliases for renamed faces.
19885         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19886
19887         * gnus-sum.el (gnus-summary-selected-face)
19888         (gnus-summary-highlight): Use renamed gnus faces.
19889         * gnus-group.el (gnus-group-highlight): Likewise.
19890
19891 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19892
19893         * gnus-sieve.el (gnus-sieve-article-add-rule):
19894         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19895         * spam-stat.el (spam-stat-buffer-change-to-spam)
19896         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19897
19898         * message.el (message-is-yours-p):
19899         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19900
19901 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19902
19903         * mm-view.el (mm-inline-text): Withdraw the last change.
19904
19905 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19906
19907         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19908         executing enriched-decode.
19909
19910 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19911
19912         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19913         charset of tar files.
19914
19915 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19916
19917         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19918
19919 2005-06-04  Lute Kamstra  <lute@gnu.org>
19920
19921         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19922         information is never recorded.
19923
19924 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19925
19926         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19927
19928 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * pop3.el (pop3-apop): Run md5 in the binary mode.
19931
19932         * starttls.el (starttls-set-process-query-on-exit-flag):
19933         Use eval-and-compile.
19934
19935 2005-05-31  Simon Josefsson  <jas@extundo.com>
19936
19937         * smime.el (smime-replace-in-string): Define.
19938         (smime-cert-by-ldap-1): Use it.
19939
19940 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19941
19942         * gnus-art.el (article-display-x-face): Replace
19943         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19944
19945         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19946         set-process-query-on-exit-flag or process-kill-without-query.
19947
19948         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19949         loop instead of replace-regexp.
19950
19951         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19952         instead of process-kill-without-query if it is available.
19953
19954         * lpath.el: Fbind ldap-search-entries.
19955
19956         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19957         instead of find-file-hooks if it is available.
19958
19959         * mml1991.el: Bind pgg-default-user-id when compiling.
19960
19961         * mml2015.el: Bind pgg-default-user-id when compiling.
19962
19963         * nndraft.el (nndraft-request-associate-buffer):
19964         Use write-contents-functions instead of write-contents-hooks if it is
19965         available.
19966
19967         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19968         instead of find-file-hooks if it is available.
19969
19970         * nntp.el (nntp-open-connection): Replace
19971         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19972         (nntp-open-ssl-stream): Ditto.
19973         (nntp-open-tls-stream): Ditto.
19974
19975         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19976         set-process-query-on-exit-flag or process-kill-without-query.
19977         (starttls-open-stream-gnutls): Use it instead of
19978         process-kill-without-query.
19979         (starttls-open-stream): Ditto.
19980
19981 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19982
19983         * smime.el (smime-cert-by-ldap-1): Don't use
19984         replace-regexp-in-string.
19985
19986 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19987
19988         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19989
19990         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19991         in PEM format.  Adjust to the XEmacs compatibility.
19992
19993 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19994
19995         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19996         by `string-to-number'.
19997         * gnus-agent.el (gnus-agent-regenerate-group)
19998         (gnus-agent-fetch-articles): Ditto.
19999         * gnus-art.el (gnus-button-fetch-group): Ditto.
20000         * gnus-cache.el (gnus-cache-generate-active)
20001         (gnus-cache-articles-in-group): Ditto.
20002         * gnus-group.el (gnus-group-set-current-level)
20003         (gnus-group-insert-group-line): Ditto.
20004         * gnus-score.el (gnus-score-set-expunge-below)
20005         (gnus-score-set-mark-below, gnus-summary-score-effect)
20006         (gnus-summary-score-entry): Ditto.
20007         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20008         (gnus-soup-pack): Ditto.
20009         * gnus-spec.el (gnus-xmas-format): Ditto.
20010         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20011         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20012         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20013         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20014         * nndb.el (nndb-get-remote-expire-response): Ditto.
20015         * nndiary.el (nndiary-parse-schedule-value)
20016         (nndiary-string-to-number, nndiary-request-replace-article)
20017         (nndiary-request-article): Ditto.
20018         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20019         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20020         * nneething.el (nneething-make-head): Ditto.
20021         * nnfolder.el (nnfolder-request-article)
20022         (nnfolder-retrieve-headers): Ditto.
20023         * nnheader.el (nnheader-file-to-number): Ditto.
20024         * nnkiboze.el (nnkiboze-request-article): Ditto.
20025         * nnmail.el (nnmail-process-unix-mail-format)
20026         (nnmail-process-babyl-mail-format): Ditto.
20027         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20028         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20029         (nnmh-request-create-group, nnmh-request-list-1)
20030         (nnmh-request-group, nnmh-request-article): Ditto.
20031         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20032         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20033         * nnsoup.el (nnsoup-make-active): Ditto.
20034         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20035         * nntp.el (nntp-find-group-and-number)
20036         (nntp-retrieve-headers-with-xover): Ditto.
20037         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20038         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20039         (pgg-format-key-identifier): Ditto.
20040         * pop3.el (pop3-last, pop3-stat): Ditto.
20041         * qp.el (quoted-printable-decode-region): Ditto.
20042
20043         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20044         of concat.
20045
20046 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20047
20048         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20049
20050         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20051
20052         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20053
20054         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20055
20056         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20057
20058         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20059
20060         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20061         (gnus-carpal-mode): Ditto.
20062
20063         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20064         (gnus-browse-mode): Ditto.
20065
20066         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20067
20068         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20069
20070 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20071
20072         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20073
20074 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20075
20076         * gnus-util.el (gnus-run-mode-hooks): New function.
20077
20078         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20079
20080         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20081         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20082
20083 2005-05-27  Lute Kamstra  <lute@gnu.org>
20084
20085         * dns-mode.el (dns-mode): Specify customization group.
20086
20087 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20088
20089         * gnus-agent.el (gnus-agent-make-mode-line-string):
20090         Use mode-line-highlight as mouse-face.
20091
20092 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20093
20094         * canlock.el (canlock): Change the parent group to news.
20095
20096         * deuglify.el (gnus-outlook-deuglify): Add :group.
20097
20098         * dig.el (dig): Add :group.
20099
20100         * dns-mode.el (dns-mode): Add :group.
20101
20102         * encrypt.el (encrypt): Add :group.
20103
20104         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20105         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20106         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20107         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20108         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20109
20110         * gnus-diary.el (gnus-diary): Add :group.
20111
20112         * gnus.el (gnus-group-news-1-face): Add :group.
20113         (gnus-group-news-1-empty-face): Ditto.
20114         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20115         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20116         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20117         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20118         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20119         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20120         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20121         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20122         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20123         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20124         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20125         (gnus-summary-high-ticked-face): Ditto.
20126         (gnus-summary-low-ticked-face): Ditto.
20127         (gnus-summary-normal-ticked-face): Ditto.
20128         (gnus-summary-high-ancient-face): Ditto.
20129         (gnus-summary-low-ancient-face): Ditto.
20130         (gnus-summary-normal-ancient-face): Ditto.
20131         (gnus-summary-high-undownloaded-face): Ditto.
20132         (gnus-summary-low-undownloaded-face): Ditto.
20133         (gnus-summary-normal-undownloaded-face): Ditto.
20134         (gnus-summary-high-unread-face): Ditto.
20135         (gnus-summary-low-unread-face): Ditto.
20136         (gnus-summary-normal-unread-face): Ditto.
20137         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20138         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20139
20140         * hashcash.el (hashcash): New custom group.
20141         (hashcash-default-payment): Add :group.
20142         (hashcash-payment-alist): Ditto.
20143         (hashcash-default-accept-payment): Ditto.
20144         (hashcash-accept-resources): Ditto.
20145         (hashcash-path): Ditto.
20146         (hashcash-extra-generate-parameters): Ditto.
20147         (hashcash-double-spend-database): Ditto.
20148         (hashcash-in-news): Ditto.
20149
20150         * message.el (message-minibuffer-local-map): Add :group.
20151
20152         * netrc.el (netrc): Add :group.
20153
20154         * sieve-manage.el (sieve-manage-log): Add :group.
20155         (sieve-manage-default-user): Diito.
20156         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20157         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20158         (sieve-manage-authenticators): Ditto.
20159         (sieve-manage-authenticator-alist): Ditto.
20160         (sieve-manage-default-port): Ditto.
20161
20162         * sieve-mode.el (sieve-control-commands-face): Add :group.
20163         (sieve-action-commands-face): Ditto.
20164         (sieve-test-commands-face): Ditto.
20165         (sieve-tagged-arguments-face): Ditto.
20166
20167         * smime.el (smime): Add :group.
20168
20169         * spam-report.el (spam-report): Add :group.
20170
20171         * spam.el (spam, spam-face): Add :group.
20172
20173 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20174
20175         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20176         return \n.\n.\n at the end of articles.  Protect against that.
20177         (nntp-with-open-group): Allow debugging.
20178
20179         * nnheader.el (mail-header-set-extra): Make into a function
20180         because I just could't understand how to quote the list properly.
20181
20182         * dns.el (query-dns-cached): New function.
20183
20184 2005-05-26  Lute Kamstra  <lute@gnu.org>
20185
20186         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20187
20188 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20189
20190         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20191
20192         * gnus-art.el: Don't autoload mail-extract-address-components.
20193
20194         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20195         eval-and-compile to evaluate it.
20196
20197         * hashcash.el: Don't autoload executable-find.
20198
20199         * nndb.el: Don't declare the nndb back end two or more times; don't
20200         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20201
20202         * nntp.el: Autoload format-spec instead of format; use
20203         eval-and-compile to evaluate autoload forms.
20204
20205 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20206
20207         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20208
20209 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20210
20211         * gnus.el (gnus-version-number): Bump version.
20212
20213 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20214
20215         * gnus.el: No Gnus v0.3 is released.
20216
20217 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20218
20219         * lpath.el (featurep): Bind show-nonbreak-escape.
20220
20221 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20222
20223         * gnus-art.el (gnus-article-edit-part): Disable undo.
20224
20225 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20226
20227         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20228         gnus-article-date-lapsed-new-header is t if date timer is active;
20229         skip headers in which the original date value is empty.
20230         (gnus-article-save-original-date): Redefine it as a macro.
20231         (gnus-display-mime): Use it.
20232
20233 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20234
20235         * gnus-art.el (article-date-ut): Support converting date in
20236         forwarded parts as well.
20237         (gnus-article-save-original-date): New function.
20238         (gnus-display-mime): Use it.
20239
20240 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20241
20242         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20243         enclosure element of <item>.
20244
20245 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20246
20247         * message.el (message-kill-buffer-query): Rename from
20248         `message-kill-buffer-query-if-modified'.  Add :version.
20249
20250 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20251
20252         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20253         window layout.
20254
20255 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20256
20257         * mml.el: Autoload dnd when compiling.
20258
20259 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20260
20261         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20262         x-dnd-*.
20263
20264 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * qp.el (quoted-printable-encode-region): Save excursion.
20267
20268 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20269
20270         * message.el (message-kill-buffer-query-if-modified): Add new variable
20271         so the user can kill a modified message buffer quickly.
20272         (message-kill-buffer): Use it.
20273
20274 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * lpath.el: Fbind display-time-event-handler; don't fbind
20277         string-to-multibyte.
20278
20279         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20280
20281 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20284         contained in text because xml.el decodes entities) with LFs.
20285
20286 2005-04-11  Lute Kamstra  <lute@gnu.org>
20287
20288         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20289         differently.
20290
20291 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20292
20293         * mm-util.el (mm-detect-coding-region): Typo.
20294
20295 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20296
20297         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20298
20299 2005-04-06  Deepak Goel  <deego@gnufans.org>
20300
20301         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20302         user-function allow user modifications of the scores.
20303         (spam-stat-score-buffer-user): New function, to allow
20304         user-computed modifications to the score.
20305         (spam-stat-score-buffer-user-functions): List of additional
20306         scoring functions.
20307         (spam-stat-error-holder): Global temporary error holder.
20308         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20309         variable.
20310
20311 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20312
20313         * gnus-registry.el (gnus-registry-clean-empty-function)
20314         (gnus-registry-trim, gnus-registry-fetch-groups)
20315         (gnus-registry-delete-group): Groups that match
20316         `gnus-registry-ignored-groups' are removed from the registry
20317         entries, not just ignored for splitting.  This helps clean up the
20318         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20319         to get all the groups a message ID is in.
20320
20321         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20322         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20323         (spam-stat-score-buffer-user-functions): Add :number custom type.
20324
20325 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20326
20327         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20328         argument in XEmacs.
20329
20330         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20331         (nnrss-request-group): Decode group name first.
20332         (nnrss-request-article): Make a text/plain article if mml-to-mime
20333         failed.
20334         (nnrss-get-encoding): Return a compatible encoding according to
20335         nnrss-compatible-encoding-alist.
20336         (nnrss-find-el): Use consp instead of listp.
20337         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20338
20339 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20340
20341         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20342         which Emacs 20 doesn't support.
20343         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20344
20345 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20346
20347         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20348         silence the byte compiler inside the defun.
20349
20350         * gnus-demon.el (parse-time-string): Add autoload.
20351
20352         * gnus-delay.el (parse-time-string): Add autoload.
20353
20354         * gnus-art.el (parse-time-string): Add autoload.
20355
20356         * nnultimate.el (parse-time): Require for `parse-time-string'.
20357
20358 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20359
20360         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20361
20362         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20363
20364         * smime.el (smime-ldap-host-list): Add :version.
20365
20366 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20367
20368         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20369         pass it to `gnus-browse-read-group'.
20370         (gnus-browse-read-group): Add NUMBER argument and pass it to
20371         `gnus-group-read-ephemeral-group'.
20372
20373         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20374         argument and pass it to `gnus-group-read-group'.
20375
20376 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20377
20378         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20379         mm-xemacs-find-mime-charset-1 if we have the mule feature
20380         available at runtime.
20381
20382 2005-03-25  Werner Lemberg  <wl@gnu.org>
20383
20384         * nnmaildir.el: Replace `illegal' with `invalid'.
20385
20386 2005-03-23  Lute Kamstra  <lute@gnu.org>
20387
20388         * time-date.el: Add comment on time value formats.
20389         Don't require parse-time.
20390         (with-decoded-time-value): New macro.
20391         (encode-time-value): New function.
20392         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20393         (days-to-time): Return a valid time value when arg is huge.
20394         (time-since): Use time-subtract.
20395         (time-to-number-of-days): Use time-to-seconds.
20396
20397 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20398
20399         * gnus-start.el (gnus-display-time-event-handler):
20400         Check display-time-timer at runtime rather than only at load time
20401         in case display-time-mode is turned off in the mean time.
20402
20403 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20404
20405         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20406         used.
20407
20408         * nneething.el (nneething-map-file-directory): Derive from
20409         `gnus-directory'.
20410
20411         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20412         the To/Cc button.
20413
20414 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20415
20416         * nnmaildir.el (nnmaildir-request-accept-article):
20417         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20418
20419 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20420
20421         * gnus-async.el: Require timer-funcs at compile time when in
20422         XEmacs for `run-with-idle-timer'.
20423
20424 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20425
20426         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20427         autoloaded function.
20428
20429 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20430
20431         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20432
20433 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20434
20435         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20436
20437 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20438
20439         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20440         Add gnus-expert-user to default.
20441
20442 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20443
20444         * nnimap.el (nnimap-open-server): Ditto.
20445
20446         * imap.el (imap-authenticate): Fix typo.
20447
20448 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20449
20450         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20451         buffer (since IMAP server might return FETCH response out of
20452         order, and the nntp buffer must be sorted).
20453
20454 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20455
20456         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20457         comparison on string.
20458
20459         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20460         (gnus-agent-score): Rename category keywords to match gnus-cus.
20461         (gnus-agent-summary-fetch-series): Modify to protect against
20462         gnus-agent-summary-fetch-group clearing processable flags.
20463         (gnus-agent-synchronize-group-flags): Update live group buffer as
20464         synchronization may occur due to the user toggle the plugged
20465         status.
20466         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20467         successfully downloaded.
20468         (gnus-agent-expire-group-1): Avoid using markers when the overview
20469         is in ascending order; greatly improves performance.
20470         (gnus-agent-regenerate-group):
20471         Use gnus-agent-synchronize-group-flags to reset read status in both
20472         gnus and server.
20473         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20474
20475 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20476
20477         * message.el: Don't autoload former message-utils variables.
20478         (message-strip-subject-trailing-was): Change doc string.
20479
20480         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20481         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20482         (nnweb-google-search): Add "hl=en" here.
20483         (nnweb-google-parse-1, nnweb-google-create-mapping):
20484         Don't hardcode URL.
20485
20486 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20487
20488         * message.el (message-get-reply-headers, message-followup):
20489         Mention related variables `message-use-followup-to' and
20490         `message-use-mail-followup-to', in the information buffer.
20491
20492         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20493         of broken groups(-beta).google.com.
20494
20495 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20496
20497         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20498         parameter to invoked gnus-request-move-article; remove the
20499         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20500         all at once instead of once per article.
20501         (gnus-summary-remove-process-mark): Accept a list of articles as
20502         well as a single article for processing.
20503
20504         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20505         parameter.
20506
20507         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20508
20509         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20510
20511         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20512         parameter.
20513
20514         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20515         parameter.
20516
20517         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20518         parameter and remove the gnus-sum-hint-move-is-internal variable.
20519
20520         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20521         parameter.
20522
20523         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20524         parameter.
20525
20526         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20527         parameter.
20528
20529         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20530
20531         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20532         parameter.
20533
20534         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20535         parameter.
20536
20537 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20538
20539         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20540         a more conservative way.
20541
20542 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20543
20544         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20545         buffer, so it moves the window's cursor.
20546
20547 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20548
20549         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20550         `mm-dissect-multipart' and receive the from field as an (optional)
20551         argument from `mm-dissect-multipart'.
20552         (mm-dissect-multipart): Receive the from field as an argument and
20553         pass it on when we call `mm-dissect-buffer' on MIME parts.
20554         Fixes verification/decryption of signed/encrypted MIME parts.
20555
20556 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20557
20558         * gnus-sum.el (gnus-summary-move-article):
20559         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20560         whatever it calls (right now, only nnimap-request-move article
20561         respects it).
20562
20563         * nnimap.el (nnimap-request-move-article):
20564         When gnus-sum-hint-move-is-internal is set, don't do the extra
20565         nnimap-request-article.
20566
20567 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20568
20569         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20570
20571         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20572         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20573
20574         * gnus-sum.el (gnus-summary-caesar-message):
20575         Apply `gnus-treat-article' after rotation.
20576
20577         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20578         doc string.
20579
20580 2005-02-22  Simon Josefsson  <jas@extundo.com>
20581
20582         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20583         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20584         <arne@arnested.dk>.
20585         (encrypt): Add password-cache and password-cache-expiry as group
20586         members.
20587
20588 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20589
20590         * smime.el (smime-ldap-host-list): Doc fix.
20591         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20592         cache) password.
20593         (smime-sign-region): Use it.
20594         (smime-decrypt-region): Use it.
20595         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20596         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20597         fails.
20598         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20599         certificate from DER to PEM format rather than calling openssl.
20600
20601         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20602
20603         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20604         for signing/encryption.
20605
20606         * mml.el (mml-parse-1): Use them.
20607
20608 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20609
20610         * nnrss.el (nnrss-verbose): Remove.
20611         (nnrss-request-group): Use `nnheader-message' instead.
20612
20613 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20614
20615         * nnrss.el (nnrss-verbose): New variable.
20616         (nnrss-request-group): Make it say nnrss is requesting a group.
20617
20618 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20619
20620         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20621         Handle news URL with given port correctly.
20622
20623 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20624
20625         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20626         containing special characters.
20627
20628         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20629
20630         * mml.el (mime-to-mml): Ditto.
20631
20632         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20633         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20634         (rfc2047-decode-region): Quote decoded words containing special
20635         characters when rfc2047-quote-decoded-words-containing-tspecials
20636         is non-nil.
20637
20638 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20639
20640         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20641
20642         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20643
20644 2005-02-15  Simon Josefsson  <jas@extundo.com>
20645
20646         * nnimap.el (nnimap-debug): Doc fix.
20647
20648         * imap.el (imap-debug): Doc fix.
20649
20650 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20651
20652         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20653
20654 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20655
20656         * gnus.el (spam-contents): Improve docs for spam-contents
20657         parameter in its variable incarnation.
20658
20659 2005-02-14  Simon Josefsson  <jas@extundo.com>
20660
20661         * smime-ldap.el: Use require instead of load-library for ldap.
20662         (smime-ldap-search): Indent.
20663         (smime-ldap-search-internal): Shorten line.
20664
20665         * smime.el (smime-cert-by-dns): Add doc-string.
20666         (smime-cert-by-ldap-1): Indent.
20667
20668         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20669         mml-smime-get-dns-ldap.
20670         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20671
20672 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20673
20674         * smime.el: Require smime-ldap.
20675         (smime-ldap-host-list): New variable.
20676         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20677
20678         * mml-smime.el (mml-smime-encrypt-query): New function.
20679         (mml-smime-encrypt-query): Use it.
20680
20681         * smime-ldap.el: New file.
20682
20683 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20684
20685         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20686
20687 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20688
20689         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20690         argument in doc string.  Make query for type more clear.
20691
20692 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20693
20694         * gnus.el (gnus-group-startup-message): Search for gnus images in
20695         etc/images/gnus.
20696         * mm-util.el (mm-image-load-path): Likewise.
20697         * smiley.el (smiley-data-directory): Search for smilies in
20698         etc/images/smilies.
20699
20700 2005-02-09  Kim F. Storm  <storm@cua.dk>
20701
20702         Change Emacs release version from 21.4 to 22.1 throughout.
20703         Change Emacs development version from 21.3.50 to 22.0.50.
20704
20705 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20706
20707         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20708
20709         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20710         non-Mule XEmacs as well.
20711         (mm-decompress-buffer): Signal an error intentionally if it does
20712         not decompress compressed data because auto-compression-mode is
20713         disabled.
20714
20715 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20716
20717         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20718         an ID in the registry even if it has no groups.
20719
20720 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20721
20722         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20723         merge it into mm-decompress-buffer.
20724         (gnus-mime-copy-part): Use the MIME part charset, the value which
20725         a user specified or gnus-newsgroup-charset for decoding, like
20726         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20727         save-buffer what was used.  Suggested by Kevin Ryde
20728         <user42@zip.com.au>.
20729         (gnus-mime-inline-part): Allow the name parameter as well as the
20730         filename parameter; force decompressing of compressed data; always
20731         display contents being not decoded as unibyte.
20732
20733         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20734         as well as the filename parameter.
20735
20736         * mm-util.el (mm-decompress-buffer):
20737         Merge gnus-mime-jka-compr-maybe-uncompress.
20738         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20739         of compressed data.
20740
20741 2005-02-08  Simon Josefsson  <jas@extundo.com>
20742
20743         * imap.el (imap-log): Doc fix.
20744
20745 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20746
20747         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20748         the coding cookies; decompress compressed parts.
20749
20750         * mml.el (mml-generate-mime-1): Add the charset parameter according
20751         to the value which a user specified manually or the coding cookie.
20752
20753         * mm-util.el (mm-string-to-multibyte): New function.
20754         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20755         (mm-coding-system-to-mime-charset): New function.
20756         (mm-decompress-buffer): New function.
20757         (mm-find-buffer-file-coding-system): New function.
20758
20759         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20760         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20761         parts.
20762
20763 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20764
20765         * mm-view.el (mm-display-inline-fontify): Decode a part according
20766         to the charset parameter.
20767
20768 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20769
20770         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20771         prefix arg is neither nil nor a number, as info specifies.
20772
20773 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20774
20775         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20776         timestamps.
20777
20778 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20779
20780         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20781         groups error checking and notify user.
20782
20783 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20784
20785         * message.el (message-send-mail-function): Check existence of
20786         sendmail-program first before using default value
20787         `message-send-mail-with-sendmail'.  Otherwise use more generic
20788         `smtpmail-send-it'.
20789
20790 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20791
20792         * nntp.el (nntp-request-update-info): Always return nil.
20793
20794 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20795
20796         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20797
20798 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20799
20800         * message.el (message-beginning-of-line): Change the behavior when
20801         invoked between BOL and : so that it first moves backward.
20802
20803 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20804
20805         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20806         article buffer when editing of the article is discarded.
20807         (gnus-article-prepare): Revert.
20808
20809 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * gnus-art.el (gnus-article-prepare):
20812         Remove message-strip-forbidden-properties from the local hook.
20813
20814 2005-01-27  Simon Josefsson  <jas@extundo.com>
20815
20816         * password.el (password-cache-add): Only start one timer per key.
20817         Reported by Derek Atkins <warlord@MIT.EDU>.
20818
20819 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20820
20821         * run-at-time.el: Remove.  It is no longer needed as
20822         timer-funcs.el in the xemacs-base package has a working version of
20823         `run-at-time'.
20824
20825         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20826
20827         * password.el: Require timer-funcs instead of run-at-time in
20828         XEmacs.
20829         Remove `password-run-at-time' macro.
20830         (password-cache-add): Use `run-at-time' instead of
20831         `password-run-at-time'.
20832
20833         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20834         Remove `nnheader-cancel-function-timers' alias,
20835         `cancel-function-timers' exists in XEmacs in timer-funcs.
20836
20837         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20838         for `run-with-idle-timer'.
20839
20840         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20841         for `run-at-time'.
20842
20843         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20844         for `with-timeout'.
20845
20846         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20847         the same as for XEmacs 21.4.
20848         No need to ignore `run-with-idle-timer', this function exists in
20849         XEmacs now in timer-funcs.el in the xemacs-base package.
20850         (dgnushack-compile): No need to delete
20851         run-at-time.el from the list of files to compile because it
20852         doesn't exist anymore.
20853
20854 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20855
20856         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20857         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20858
20859 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20860
20861         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20862         sensitively.
20863
20864 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20865
20866         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20867
20868 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20869
20870         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20871         which will be inserted according to the multibyteness of a buffer
20872         rather than the type of contents.  Suggested by ARISAWA Akihiro
20873         <ari@mbf.ocn.ne.jp>.
20874
20875         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20876         of string which old xml.el may return rather than a string.
20877
20878 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20879
20880         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20881
20882 2005-01-16  Simon Josefsson  <jas@extundo.com>
20883
20884         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20885         idn/idna.el isn't available.
20886         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20887         <michael@waxrat.com>.
20888
20889         * hashcash.el: Remove non-FSF copyright header.
20890
20891         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20892         (hashcash-generate-payment): Use it.
20893         (hashcash-generate-payment-async): Use it.
20894
20895 2005-01-15  Simon Josefsson  <jas@extundo.com>
20896
20897         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20898         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20899
20900         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20901         gnus-summary-idna-message.
20902         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20903         (gnus-summary-idna-message): New function.
20904
20905 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20906
20907         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20908         gnus-novice-user.
20909
20910 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20911
20912         * nnrss.el (nnrss-request-delete-group): Delete entries in
20913         nnrss-group-alist as well.
20914         (nnrss-save-server-data): Insert newline.
20915
20916 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20917
20918         * gnus.el (gnus-user-agent): Use list of symbols instead of
20919         symbols.  Display full version number for (S)XEmacs.
20920         Optionally display (S)XEmacs codename.
20921
20922         * gnus-util.el (gnus-emacs-version): Update for new
20923         `gnus-user-agent'.
20924
20925         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20926         Gnus version.
20927
20928 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20929
20930         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20931         which is unreadable in some setups.
20932
20933 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20934
20935         * gnus-spec.el (gnus-update-format-specifications): Flush the
20936         group format spec cache if it doesn't support decoded group names.
20937
20938 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20939
20940         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20941         Allow to apply decay on score files matching a regexp.
20942
20943 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20944
20945         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20946         compatibility in %g and %c.
20947
20948 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20949
20950         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20951         name for only %g and %c.
20952         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20953         of gnus-tmp-group to decoded group name.
20954         (gnus-group-make-rss-group): Exclude `/'s from group names.
20955
20956 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20957
20958         * nnrss.el (nnrss-get-encoding): Fix regexp.
20959
20960 2004-12-27  Simon Josefsson  <jas@extundo.com>
20961
20962         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20963         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20964         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20965
20966 2004-12-17  Kim F. Storm  <storm@cua.dk>
20967
20968         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20969
20970         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20971
20972 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20973
20974         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20975
20976 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20977
20978         * nnrss.el: Require rfc2047 and mml.
20979         (nnrss-file-coding-system): New variable.
20980         (nnrss-format-string): Redefine it as an inline function.
20981         (nnrss-decode-group-name): New function.
20982         (nnrss-string-as-multibyte): Remove.
20983         (nnrss-retrieve-headers): Decode group name; don't use
20984         nnrss-format-string.
20985         (nnrss-request-group): Decode group name.
20986         (nnrss-request-article): Decode group name; allow a Message-ID as
20987         well as an article number; don't use nnrss-format-string; encode a
20988         Message-ID string which may contain non-ASCII characters; use
20989         mml-to-mime to compose a MIME article.
20990         (nnrss-request-expire-articles): Decode group name.
20991         (nnrss-request-delete-group): Decode group name.
20992         (nnrss-fetch): Clarify error message.
20993         (nnrss-read-server-data): Use insert-file-contents instead of load;
20994         bind file-name-coding-system; use multibyte buffer.
20995         (nnrss-save-server-data): Bind coding-system-for-write to the
20996         value of nnrss-file-coding-system; bind file-name-coding-system;
20997         add coding cookie.
20998         (nnrss-read-group-data): Use insert-file-contents instead of load;
20999         bind file-name-coding-system; use multibyte buffer.
21000         (nnrss-save-group-data): Bind coding-system-for-write to the
21001         value of nnrss-file-coding-system; bind file-name-coding-system.
21002         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21003         make it work with non-ASCII text.
21004         (nnrss-find-el): Make it work with old xml.el as well.
21005
21006 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21007
21008         * nnrss.el (nnrss-get-encoding): New function.
21009         (nnrss-fetch): Use unibyte buffer initially; bind
21010         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21011         decode contents according to the encoding attribute.
21012         (nnrss-save-group-data): Add coding cookie.
21013         (nnrss-mime-encode-string): New function.
21014         (nnrss-check-group): Use it to encode subject and author.
21015
21016 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21017
21018         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21019         imaginary variable.
21020
21021 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21022
21023         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21024         correctly even if there are wide characters.
21025
21026 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21027
21028         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21029         downcased symbol names; make a new cache instead of reusing
21030         bbdb-hashtable.
21031
21032 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21033
21034         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21035         concatenating segments rather than before concatenating them.
21036         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21037
21038         * message.el (message-get-reply-headers): Bind `extra'.
21039
21040 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21041
21042         * message.el (message-extra-wide-headers): New variable.
21043         (message-get-reply-headers): Use it.
21044
21045 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21046
21047         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21048         (gnus-agent-group-pathname): Ditto.
21049
21050         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21051
21052         * gnus-group.el (gnus-group-make-group): Decode group name.
21053         (gnus-group-make-rss-group): Register the group data after opening
21054         the nnrss group.
21055
21056 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21057
21058         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21059         by expiry now get marked as read.
21060
21061 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21062
21063         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21064
21065 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21066
21067         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21068         unify Latin characters in XEmacs.
21069         (mm-find-mime-charset-region): Use it.
21070
21071 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21072
21073         * gnus-util.el (gnus-delete-directory): New function.
21074
21075         * gnus-agent.el (gnus-agent-delete-group): Use it.
21076
21077         * gnus-cache.el (gnus-cache-delete-group): Use it.
21078
21079 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21080
21081         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21082         names.
21083
21084 2004-12-16  Simon Josefsson  <jas@extundo.com>
21085
21086         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21087
21088 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21089
21090         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21091
21092         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21093         (gnus-group-set-current-level): Decode group name.
21094
21095 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21096
21097         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21098         failed.
21099
21100 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21101
21102         * gnus-group.el (gnus-group-delete-group): Decode group name.
21103         (gnus-group-make-rss-group): Encode group name.
21104         (gnus-group-catchup-current): Decode group name.
21105         (gnus-group-kill-group): Decode group name.
21106
21107 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21108
21109         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21110
21111 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21112
21113         * gnus-group.el (gnus-group-make-rss-group):
21114         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21115
21116         * gnus-start.el (gnus-setup-news): Honor user's setting to
21117         gnus-message-archive-method.  Suggested by Lute Kamstra
21118         <lute@gnu.org>.
21119
21120 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21121
21122         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21123         global counterparts of the buffer-local variables.
21124
21125 2004-11-16  Romain Francoise  <romain@orebokech.com>
21126
21127         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21128         counterparts of the buffer-local variables.
21129
21130 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21131
21132         * message.el (message-forbidden-properties): Fix typo in doc
21133         string.
21134
21135 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21136
21137         * gnus-util.el (gnus-replace-in-string): Add doc string.
21138
21139         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21140         to avoid problems when splitting mails with many recipients.
21141
21142 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21143
21144         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21145         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21146
21147 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21148
21149         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21150         if there is no hashtable in memory or file modification time is
21151         newer than cached timestamp.
21152
21153 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21154
21155         * gnus-sum.el (gnus-summary-limit-to-recipient):
21156         Implement not-matching option.
21157
21158 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21159
21160         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21161         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21162         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21163         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21164         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21165         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21166
21167 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21168
21169         * message.el (message-forward-make-body-mml): Remove headers
21170         according to message-forward-ignored-headers if a message is decoded.
21171
21172 2004-12-02  Romain Francoise  <romain@orebokech.com>
21173
21174         * message.el (message-forward-make-body-plain): Always remove
21175         headers according to message-forward-ignored-headers.
21176
21177 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21178
21179         * spam.el (spam-summary-prepare-exit): Remove the
21180         gnus-summary-limit pop for now, it has problems with ham marks for
21181         me.
21182
21183 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21184
21185         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21186         correctly.
21187
21188 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21189
21190         * format-spec.el (format-spec): Message the char.
21191
21192 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21193
21194         * gnus-art.el (gnus-split-methods): Reformat comments.
21195
21196         * spam.el (spam-summary-prepare-exit): Remove article limits
21197         before exiting the summary buffer.
21198
21199 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21200
21201         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21202         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21203
21204         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21205         order to silence the byte compiler.
21206
21207         * spam.el: Fix the way to silence the byte compiler, which
21208         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21209         bbdb-search-simple, spam-BBDB-register-routine,
21210         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21211         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21212         spam-stat-buffer-is-spam, spam-stat-load,
21213         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21214         spam-stat-save and spam-stat-split-fancy.
21215
21216 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21217
21218         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21219         which may confuse users.
21220         (canlock-password-for-verify): Ditto.
21221
21222         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21223
21224         * gnus-art.el (gnus-emphasis-alist): Ditto.
21225
21226         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21227
21228         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21229
21230         * gnus-start.el (gnus-save-killed-list): Ditto.
21231
21232         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21233         (gnus-sum-thread-tree-root): Ditto.
21234         (gnus-sum-thread-tree-false-root): Ditto.
21235         (gnus-sum-thread-tree-single-indent): Ditto.
21236
21237         * message.el (message-courtesy-message): Ditto.
21238         (message-archive-note): Ditto.
21239         (message-subscribed-address-file): Ditto.
21240         (message-user-fqdn): Ditto.
21241
21242         * spam-report.el (spam-report-gmane-regex): Ditto.
21243
21244         * spam.el (spam-blackhole-good-server-regex): Ditto.
21245
21246 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21247
21248         * mml.el (mml-preview): Widen the message buffer before copying
21249         the contents to the preview buffer; sort headers before previewing.
21250
21251         * message.el (message-hidden-headers): Fix the way to avoid a bug
21252         in the `repeat' widget in Emacs 21.3 or earlier.
21253
21254 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21255
21256         * message.el (message-hidden-headers): Default to "^References:".
21257         Improve customization type.  Suggested by Reiner Steib
21258         <Reiner.Steib@gmx.de>.
21259
21260 2004-11-25  Romain Francoise  <romain@orebokech.com>
21261
21262         * message.el (message-strip-forbidden-properties): Remove check for
21263         obsolete `message-hidden' text property, hidden headers are not
21264         accessible in the buffer anymore.
21265
21266 2004-11-22  Romain Francoise  <romain@orebokech.com>
21267
21268         * message.el (message-header-format-alist): Add `From' in list
21269         so that it can be sorted.
21270         (message-fix-before-sending): Widen and sort headers before
21271         sending.
21272         (message-hide-headers): Use narrowing to hide headers by moving
21273         them to the top of the buffer and narrowing to the region
21274         underneath.
21275
21276 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21277
21278         * message.el (message-strip-forbidden-properties):
21279         Bind buffer-read-only (etc) to nil.
21280
21281 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21282
21283         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21284         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21285
21286 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21287
21288         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21289
21290 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21291
21292         * dns.el (query-dns): Use sit-for to time instead of
21293         accept-process-output, since that doesn't seem to work on udp
21294         sockets.
21295
21296 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21297
21298         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21299
21300 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21301
21302         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21303         doc string.  Improve doc string.
21304
21305 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21306
21307         * nntp.el (nntp-request-update-info): Return nil if
21308         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21309         may not call gnus-activate-group which uselessly issues the GROUP
21310         commands for all nntp groups and wastes time.  Reported by Romain
21311         Francoise <romain@orebokech.com>.
21312
21313         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21314
21315 2004-11-15  Simon Josefsson  <jas@extundo.com>
21316
21317         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21318         headers separately.
21319         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21320         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21321
21322 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21323
21324         * gnus-start.el (gnus-convert-old-newsrc):
21325         Assign legacy-gnus-agent to 5.10.7.
21326
21327 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21328
21329         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21330         start of the lines.
21331
21332 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21333
21334         * hashcash.el (hashcash-default-payment): Change default to 20.
21335         (hashcash-default-accept-payment): Change default to 20.
21336         (hashcash-process-alist): New variable.
21337         (hashcash-generate-payment-async): Add.
21338         (hashcash-already-paid-p): Add.
21339         (hashcash-insert-payment): Don't generate payments twice.
21340         (hashcash-insert-payment-async): Add.
21341         (hashcash-insert-payment-async-2): Add.
21342         (hashcash-cancel-async): Add.
21343         (hashcash-wait-async): Add.
21344         (hashcash-processes-running-p): Add.
21345         (hashcash-wait-or-cancel): Add.
21346         (mail-add-payment): New optional argument.  Conditionally start
21347         asynchronous calculation.
21348         (mail-add-payment-async): Add.
21349
21350         * message.el (message-send-mail): Wait for asynchronous hashcash
21351         results.  Don't clobber existing X-Hashcash headers.
21352         (message-setup-1): Call mail-add-payment-async when
21353         message-generate-hashcash is non-nil.
21354
21355 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21356
21357         * message.el (message-use-alternative-email-as-from): Examine the
21358         From header as well; use message-make-from in order to include a
21359         user's full name.
21360
21361 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21362
21363         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21364         default; improve customization type.
21365         (gnus-emphasis-custom-with-format): New macro.
21366         (gnus-emphasis-custom-value-to-external): New function.
21367         (gnus-emphasis-custom-value-to-internal): New function.
21368
21369 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21370
21371         * dns.el (query-dns): Resolve reverse addresses.
21372
21373 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21374
21375         * gnus-group.el (gnus-group-get-new-news): Use it.
21376
21377         * gnus-start.el (gnus-check-reasonable-setup): New function.
21378
21379 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21380
21381         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21382         "Args out of range" error.  Reported by Arnaud Giersch
21383         <arnaud.giersch@free.fr>.
21384
21385 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21386
21387         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21388
21389 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21390
21391         * spam.el (spam group): Add :version.
21392
21393         * pgg-def.el (pgg group): Add :version.
21394
21395 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21396
21397         * gnus-art.el (gnus-article-edit-article): Don't associate the
21398         article buffer with a draft file.  This is a temporary measure
21399         against the 2004-08-22 change to gnus-article-edit-mode.
21400
21401 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21402
21403         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21404         (html2text-format-tags): Remove unused variable `attr'.
21405
21406 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21407
21408         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21409
21410         * tls.el (tls-process-connection-type, tls-success)
21411         (tls-certtool-program): Add :version.
21412
21413         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21414         (starttls-extra-arguments, starttls-process-connection-type)
21415         (starttls-connect, starttls-failure, starttls-success): Add :version.
21416
21417         * spam-stat.el (spam-stat): Add :version.
21418
21419         * sieve.el (sieve): Add :version.
21420
21421         * sha1.el (sha1): Add :version.
21422         (sha1-use-external): Remove redundant version.
21423
21424         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21425         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21426         (nnmail-split-fancy-match-partial-words)
21427         (nnmail-split-lowercase-expanded): Add :version.
21428
21429         * nndiary.el (nndiary): Add :version.
21430
21431         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21432
21433         * mml-sec.el (mml-default-sign-method)
21434         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21435         Add :version.
21436
21437         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21438
21439         * mm-url.el (mm-url-use-external, mm-url-program)
21440         (mm-url-arguments): Add :version.
21441
21442         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21443         (mm-attachment-file-modes, mm-decrypt-option)
21444         (mm-w3m-safe-url-regexp): Add :version.
21445
21446         * message.el (message-cite-prefix-regexp)
21447         (message-sendmail-envelope-from, message-minibuffer-local-map)
21448         (message-user-fqdn, message-completion-alist): Add :version.
21449
21450         * gnus-win.el (gnus-configure-windows-hook)
21451         (gnus-use-frames-on-any-display): Add :version.
21452
21453         * gnus-art.el (gnus-article-address-banner-alist)
21454         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21455         (gnus-treat-from-picon, gnus-treat-mail-picon)
21456         (gnus-treat-x-pgp-sig): Add :version.
21457
21458         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21459         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21460         (gnus-summary-article-delete-hook)
21461         (gnus-summary-display-while-building): Add :version.
21462
21463         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21464         (gnus-get-top-new-news-hook): Add :version.
21465
21466         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21467         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21468
21469         * gnus-registry.el (gnus-registry): Add :version.
21470
21471         * gnus-spec.el (gnus-use-correct-string-widths)
21472         (gnus-make-format-preserve-properties): Add :version.
21473
21474         * gnus.el (gnus-group-charter-alist)
21475         (gnus-group-fetch-control-use-browse-url)
21476         (gnus-install-group-spam-parameters): Add :version.
21477
21478         * gnus-diary.el (gnus-diary): Add :version.
21479
21480         * gnus-delay.el (gnus-delay): Add :version.
21481
21482         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21483         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21484         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21485         Add :version.
21486
21487         * gnus-agent.el (gnus-agent-max-fetch-size)
21488         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21489         (gnus-agent-prompt-send-queue): Add :version.
21490
21491         * deuglify.el (gnus-outlook-deuglify): Add :version.
21492
21493         * html2text.el: Beautify code.  Improve doc strings.
21494         Some checkdoc cleanup.
21495         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21496
21497 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21498
21499         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21500
21501 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21502
21503         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21504         when package is loaded.
21505
21506         * spam.el (spam-summary-score-preferred-header): Add global preference
21507         for people who want to override the default SpamAssassin over
21508         Bogofilter preference (when both are set).
21509         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21510         (spam-user-format-function-S):
21511         Check spam-summary-score-preferred-header.
21512         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21513         (spam-user-format-function-S): Format the score correctly.
21514
21515 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21516
21517         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21518         signature file.  Suggested by Manoj Srivastava
21519         <srivasta@golden-gryphon.com>.
21520
21521         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21522         iso-2022-jp even in the Japanese language environment.
21523         Suggested by Jason Rumney <jasonr@gnu.org>.
21524
21525 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21526
21527         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21528         use the same characters as the dummy marks; make it free from
21529         getting affected by the language environment.
21530         (gnus-summary-read-group-1): Update mark positions only when the
21531         format spec is updated.
21532
21533         * gnus-spec.el (gnus-update-format-specifications): Return a list
21534         of updated types.
21535
21536 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21537
21538         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21539         of boundp to check if display-warning is available.
21540
21541 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21542
21543         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21544
21545 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21546
21547         * nnspool.el (nnspool-spool-directory): Use news-path if the
21548         news-directory variable is not bound.
21549
21550         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21551         function instead of display-warning if it is not available.
21552
21553 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21554
21555         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21556         v5-10: Use `point-at-bol'.
21557
21558 2004-10-26  Simon Josefsson  <jas@extundo.com>
21559
21560         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21561         <chenggao@gmail.com>.
21562
21563 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21564
21565         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21566         instead.
21567
21568 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21569
21570         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21571         to remove a server from the nnimap-server-buffer-alist.
21572         (nnimap-open-connection, nnimap-close-server): Use it.
21573
21574         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21575
21576 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21577
21578         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21579         running the major-mode function.
21580
21581 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21582
21583         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21584         dummy marks in the right way.
21585
21586 2004-10-18  David Edmondson  <dme@dme.org>
21587
21588         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21589         excessively.
21590
21591 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21592
21593         * gnus-util.el (gnus-split-references): Accept a nil references
21594         string and go on blissfully.
21595
21596         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21597         cases where the references string is non-nil but has no references.
21598
21599         * encrypt.el: Add autoload tags.
21600
21601         * spam.el (spam-resolve-registrations-routine): Remove article
21602         from unregistration list too.  Reported by David Hanak
21603         <dhanak@isis.vanderbilt.edu>
21604
21605 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21606
21607         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21608         nil.  Change custom type.
21609
21610 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21611
21612         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21613
21614         * gnus-sum.el (gnus-summary-move-article): Use it.
21615
21616 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21617
21618         * encrypt.el: Add autoload cookies.
21619
21620         * spam.el (spam-backend-article-list-property)
21621         (spam-backend-get-article-todo-list)
21622         (spam-backend-put-article-todo-list)
21623         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21624         Resolve registrations separately.
21625         (spam-register-routine): Format comments.
21626         (spam-unregister-routine, spam-register-routine): Always call with
21627         specific-articles, no default list.
21628         (spam-summary-prepare-exit): Use the spam-classifications function.
21629
21630         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21631         gnus-encrypt.el.
21632
21633         * encrypt.el: Copied from gnus-encrypt.el.
21634
21635         * gnus-encrypt.el: Commented that it's obsolete.
21636
21637 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21638
21639         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21640         (gnus-score-save): Use it.
21641
21642         * message.el (message-bury): Use `window-dedicated-p'.
21643
21644 2004-10-15  Simon Josefsson  <jas@extundo.com>
21645
21646         * pop3.el (top-level): Don't require nnheader.
21647         (pop3-read-timeout): Add.
21648         (pop3-accept-process-output): Add.
21649         (pop3-read-response, pop3-retr): Use it.
21650
21651 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21652
21653         * spam.el (spam-register-routine): Move comment.
21654         (spam-verify-bogofilter): Use 'unknown for the initial
21655         spam-bogofilter-valid state, not 'never.
21656
21657         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21658         for netrc-machine.
21659
21660         * nnimap.el (nnimap-open-connection):
21661         Use netrc-machine-user-or-password.
21662
21663 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21664
21665         * gnus-registry.el (gnus-registry-unload-hook):
21666         Set as a variable with add-hook.
21667
21668         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21669         of news-path.
21670
21671         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21672
21673         * spam.el: Delete duplicate `provide'.
21674         (spam-unload-hook): Set as a variable with add-hook.
21675
21676 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21677
21678         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21679         in the doc string.
21680
21681         * message.el (message-ignored-news-headers)
21682         (message-ignored-supersedes-headers)
21683         (message-ignored-resent-headers)
21684         (message-forward-ignored-headers): Improve custom type.
21685
21686 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21687
21688         * message.el (message-tokenize-header): Fix 2004-09-06 change
21689         which used point-min in the wrong place.
21690
21691 2004-10-12  Simon Josefsson  <jas@extundo.com>
21692
21693         * tls.el (tls-certtool-program): New variable.
21694         (tls-certificate-information): New function, based on
21695         ssl-certificate-information.
21696
21697 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21698
21699         * compface.el: Move the version of ELisp-based uncompface program
21700         to the contrib directory because of the copyright problem.
21701
21702 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21703
21704         * message.el (message-kill-buffer): Raise the current frame.
21705
21706 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21707
21708         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21709
21710         * gnus.el (message-y-or-n-p): Autoload.
21711
21712         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21713         (pop3-password-required, pop3-authentication-scheme)
21714         (pop3-leave-mail-on-server): Make customizable.
21715         (pop3): New custom group.
21716         (pop3-retr): Remove `sleep-for' statements.
21717         Suggested by Dave Love <fx@gnu.org>.
21718
21719         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21720         Windows/DOS.
21721
21722         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21723         (imap-parse-body): Fix incorrect use of `assert'.
21724         Suggested by Dave Love <fx@gnu.org>.
21725
21726         * mml.el (mml-minibuffer-read-disposition): Require match.
21727         Suggested by Dave Love <fx@gnu.org>.
21728
21729 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21730
21731         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21732         doc string.
21733
21734 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21735
21736         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21737
21738 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21739
21740         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21741         instead of calling `mm-insert-inline', to decode text/* parts
21742         before displaying them.
21743
21744 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21745
21746         * mm-uu.el (mm-uu-text-plain-type): New variable.
21747         (mm-uu-pgp-signed-extract-1): Use it.
21748         (mm-uu-pgp-encrypted-extract-1): Use it.
21749         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21750         bind mm-uu-text-plain-type with that value.
21751         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21752         mm-uu-dissect.
21753
21754 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21755
21756         * gnus-group.el (gnus-update-group-mark-positions):
21757         * gnus-sum.el (gnus-update-summary-mark-positions):
21758         * message.el (message-check-news-body-syntax):
21759         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21760         of string-as-multibyte.
21761
21762 2004-10-05  Juri Linkov  <juri@jurta.org>
21763
21764         * gnus-group.el (gnus-update-group-mark-positions):
21765         * gnus-sum.el (gnus-update-summary-mark-positions):
21766         * message.el (message-check-news-body-syntax):
21767         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21768         8-bit unibyte values to a multibyte string for search functions.
21769
21770 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21771
21772         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21773         (mm-uu-dissect-text-parts): New function.
21774
21775         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21776         dissect text parts.
21777
21778         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21779         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21780
21781         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21782
21783         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21784         Use gnus-current-topics instead of gnus-current-topic.
21785
21786 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21787
21788         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21789
21790 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21791
21792         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21793         where appropriate.
21794
21795         * nnml.el (nnml-generate-active-info): do.
21796
21797         * nndiary.el (nndiary-generate-active-info): do.
21798
21799         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21800         (gnus-topic-move): do.
21801
21802         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21803         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21804
21805         * gnus-srvr.el (gnus-server-prepare)
21806         (gnus-server-open-all-servers): do.
21807
21808         * gnus-msg.el (gnus-summary-cancel-article)
21809         (gnus-summary-resend-message)
21810         (gnus-summary-mail-crosspost-complaint): do.
21811
21812         * gnus-move.el (gnus-change-server): do.
21813
21814         * gnus-group.el (gnus-group-unmark-all-groups)
21815         (gnus-group-set-current-level): do.
21816
21817 2004-10-04  Simon Josefsson  <jas@extundo.com>
21818
21819         * message.el (message-generate-hashcash): Doc fix.
21820
21821 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21822
21823         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21824         avoid infinite recursion via gnus-get-function.
21825
21826 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21827
21828         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21829
21830         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21831
21832         * nnmail.el (nnmail-split-history): do.
21833
21834         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21835         (nnml-request-delete-group): do.
21836
21837         * nnslashdot.el (nnslashdot-read-groups): do.
21838
21839         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21840         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21841
21842         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21843         (nnspool-sift-nov-with-sed): Use last.
21844         (nnspool-retrieve-headers-with-nov): Use mapc.
21845         (nnspool-request-newgroups): Use dolist.
21846         (nnspool-request-group): Use last.
21847
21848         * nntp.el (nntp-read-server-type): Use dolist.
21849
21850         * nnvirtual.el (nnvirtual-create-mapping)
21851         (nnvirtual-update-read-and-marked): Use dolist.
21852         (nnvirtual-convert-headers): Simplify.
21853
21854 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21855
21856         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21857         Add support for sync'ing tick marks.
21858
21859 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21860
21861         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21862         there's no visible header.
21863
21864 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21865
21866         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21867         When necessary, pass full group name to gnus-request-set-marks.
21868
21869 2004-10-01  Simon Josefsson  <jas@extundo.com>
21870
21871         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21872         acroread.
21873
21874 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21875
21876         * spam-report.el (spam-report-gmane): Fix interactive.
21877
21878         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21879
21880         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21881         when writing file.
21882         (gnus-agent-synchronize-flags): Don't default to being
21883         interactive.
21884
21885 2004-09-30  Simon Josefsson  <jas@extundo.com>
21886
21887         * message.el (message-generate-hashcash): Add.
21888         (message-send-mail): Use it, call mail-add-payment.
21889
21890 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21891
21892         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21893
21894 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21895
21896         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21897         gnus-requst-update-info with explicit code to sync the in-memory
21898         info read flags with the marks being sync'd to the backend.
21899
21900         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21901
21902 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21903
21904         * spam.el (spam-verify-bogofilter): Add new function.
21905         (spam-check-bogofilter)
21906         (spam-bogofilter-register-with-bogofilter): Use it.
21907         (spam-verify-bogofilter): Add small fixes.
21908
21909 2004-09-28  Simon Josefsson  <jas@extundo.com>
21910
21911         * hashcash.el (hashcash-generate-payment): Revert.
21912
21913 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21914
21915         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21916         Use gnus-extract-references instead of gnus-split-references.
21917
21918         * gnus-util.el (gnus-extract-references): Add new function, analogous
21919         to gnus-split-references but extracts only the message-ID without
21920         anything extra.
21921
21922         * hashcash.el (hashcash-generate-payment)
21923         (hashcash-check-payment): Do the right thing if hashcash-path is
21924         nil (because the hashcash program could not be found).
21925
21926         * spam.el (spam-use-hashcash): Remove comment.
21927
21928 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21929
21930         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21931         (gnus-cache-enter-article, gnus-cache-remove-article)
21932         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21933
21934         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21935
21936         * gnus-art.el (article-hide-boring-headers)
21937         (article-translate-strings, article-display-face)
21938         (gnus-article-mime-match-handle-first)
21939         (gnus-article-highlight-headers)
21940         (gnus-article-add-buttons-to-head): do.
21941
21942 2004-09-27  Simon Josefsson  <jas@extundo.com>
21943
21944         * hashcash.el: New version, from
21945         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21946         ../contrib/.
21947
21948 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21949
21950         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21951
21952 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21953
21954         * gnus-dup.el (gnus-dup-open): Use mapc.
21955         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21956
21957         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21958         Reported by Stefan Wiens <s.wi@gmx.net>.
21959
21960         * gnus.el (gnus-shutdown): Use dolist.
21961
21962         * gnus-undo.el (gnus-undo): Use mapc.
21963
21964         * nnrss.el (nnrss-generate-active): do.
21965
21966         * message.el (message-cite-original-without-signature)
21967         (message-cite-original): Use mapc.
21968         (message-do-actions, message-make-forward-subject): Use dolist.
21969
21970 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21971
21972         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21973         deletion to remove entire duplicate line.  Fixes merged article
21974         number bug.
21975
21976 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21977
21978         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21979         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21980         first ask if you want to open a server and then, even when you
21981         responded with no, asking if you want to synchronize the server's
21982         flags.
21983         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21984         multi-line expressions.
21985         (gnus-agent-synchronize-group-flags): New internal function.
21986         Updates marks in memory (in the info structure) AND in the
21987         backend.
21988
21989         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21990
21991         * nnagent.el (nnagent-request-set-mark):
21992         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21993         method, to ensure that synchronization updates marks in the
21994         backend and in the info (in memory) structure.
21995
21996 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21997
21998         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21999         convention fully; don't miss the root article of a thread; make
22000         the X-Draft-From header with correct article numbers.
22001
22002 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22003
22004         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22005         unless plugged.  Disable the agent so that an open failure causes
22006         an error.
22007
22008         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22009         Revert 2004-09-21 change.  The backend must be opened while
22010         synchronizing flags even when the backend stores the flags
22011         locally.
22012
22013 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22014
22015         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22016         in `header' match.  Reported by Svend Tollak Munkejord.
22017
22018         * message.el (message-cite-original): Fix use of
22019         `message-cite-articles-with-x-no-archive'.
22020
22021 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22022
22023         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22024         (gnus-window-to-buffer): Ditto.
22025
22026         * mml.el (mml-preview-buffer): New variable.
22027         (mml-preview): Manage window layout with gnus-buffer-configuration.
22028
22029         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22030         X-Draft-From header even if those articles aren't quoted.
22031
22032 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22033
22034         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22035         (gnus-request-set-mark, gnus-request-update-mark): Use new
22036         g-s-t-u-l-m to decide to use backend even when unplugged.
22037
22038 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22039
22040         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22041         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22042
22043 2004-09-20  Simon Josefsson  <jas@extundo.com>
22044
22045         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22046         "utf-16-le".
22047
22048 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22049
22050         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22051
22052 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22053
22054         * uudecode.el (uudecode-use-external): Add :version.
22055
22056         * smime.el (smime-CA-file, smime-encrypt-cipher)
22057         (smime-dns-server): Add :version.
22058
22059         * smiley.el (gnus-smiley-file-types): Add :version.
22060
22061         * sha1.el (sha1-use-external): Add :version.
22062
22063         * pgg-def.el (pgg-query-keyserver): Add :version.
22064
22065         * nnmail.el (nnmail-fancy-expiry-targets)
22066         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22067         Add :version.
22068
22069         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22070         (nnimap-retrieve-groups-asynchronous): Add :version.
22071         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22072
22073         * mml.el (mml-content-disposition-parameters)
22074         (mml-insert-mime-headers-always): Add :version.
22075
22076         * mm-util.el (mm-coding-system-priorities): Add :version.
22077
22078         * mm-decode.el (mm-inline-text-html-with-images)
22079         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22080         (mm-verify-option): Add :version.
22081         (mm-text-html-renderer): Change :version.
22082
22083         * message.el (message-fcc-externalize-attachments)
22084         (message-required-headers, message-draft-headers)
22085         (message-subject-trailing-was-query)
22086         (message-subject-trailing-was-ask-regexp)
22087         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22088         (message-mark-insert-end, message-archive-header)
22089         (message-archive-note, message-cross-post-default)
22090         (message-cross-post-note, message-followup-to-note)
22091         (message-cross-post-note-function, message-use-mail-followup-to)
22092         (message-subscribed-address-functions)
22093         (message-subscribed-address-file, message-subscribed-addresses)
22094         (message-subscribed-regexps, message-allow-no-recipients)
22095         (message-yank-cited-prefix, message-signature-insert-empty-line)
22096         (message-hidden-headers, message-hierarchical-addresses)
22097         (message-mail-user-agent, message-use-idna)
22098         (message-valid-fqdn-regexp)
22099         (message-strip-special-text-properties, message-header-synonyms)
22100         (message-beginning-of-line, message-tab-body-function): Add :version.
22101         (message-insert-canlock, message-wide-reply-confirm-recipients):
22102         Change :version.
22103
22104         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22105         and :version.
22106         (mail-source-delete-old-incoming-confirm)
22107         (mail-source-movemail-program): Add :version.
22108
22109         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22110         (gnus-agent-cache, gnus-agent): Change :version.
22111
22112         * gnus-util.el (gnus-use-byte-compile): Change :version.
22113
22114         * gnus-sum.el (gnus-summary-make-false-root-always)
22115         (gnus-summary-default-high-score)
22116         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22117         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22118         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22119         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22120         (gnus-sum-thread-tree-single-indent)
22121         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22122         (gnus-sum-thread-tree-leaf-with-other)
22123         (gnus-sum-thread-tree-single-leaf): Add :version.
22124         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22125         (gnus-article-loose-mime): Change :version.
22126
22127         * gnus-start.el (gnus-backup-startup-file)
22128         (gnus-save-startup-file-via-temp-buffer): Add :version.
22129
22130         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22131         (gnus-server-offline-face): Add :version.
22132
22133         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22134
22135         * gnus-msg.el (gnus-gcc-externalize-attachments)
22136         (gnus-debug-files, gnus-debug-exclude-variables)
22137         (gnus-discouraged-post-methods): Change :version.
22138         (gnus-confirm-mail-reply-to-news)
22139         (gnus-confirm-treat-mail-like-news): Add :version.
22140
22141         * gnus-int.el (gnus-server-unopen-status): Add :version.
22142
22143         * gnus-group.el (gnus-group-jump-to-group-prompt)
22144         (gnus-large-ephemeral-newsgroup)
22145         (gnus-fetch-old-ephemeral-headers): Add :version.
22146
22147         * gnus-fun.el (gnus-x-face-directory)
22148         (gnus-convert-pbm-to-x-face-command)
22149         (gnus-convert-image-to-x-face-command)
22150         (gnus-convert-image-to-face-command): Add :version.
22151
22152         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22153
22154         * gnus-cite.el (gnus-cite-blank-line-after-header)
22155         (gnus-article-boring-faces): Add :version.
22156
22157         * gnus-art.el (gnus-buttonized-mime-types)
22158         (gnus-inhibit-mime-unbuttonizing)
22159         (gnus-treat-display-face)
22160         (gnus-treat-body-boundary): Change :version.
22161         (gnus-body-boundary-delimiter, gnus-picon-databases)
22162         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22163         (gnus-treat-date-english, gnus-treat-fold-headers)
22164         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22165         (gnus-treat-mail-picon, gnus-treat-wash-html)
22166         (gnus-article-encrypt-protocol)
22167         (gnus-use-idna, gnus-article-over-scroll)
22168         (gnus-mime-display-multipart-alternative-as-mixed)
22169         (gnus-mime-display-multipart-related-as-mixed)
22170         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22171         (gnus-ctan-url, gnus-button-ctan-handler)
22172         (gnus-button-handle-ctan-bogus-regexp)
22173         (gnus-button-ctan-directory-regexp)
22174         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22175         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22176         (gnus-button-man-level, gnus-button-emacs-level)
22177         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22178
22179         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22180         (gnus-agent-go-online): Change :version.
22181         (gnus-agent-expire-unagentized-dirs)
22182         (gnus-agent-auto-agentize-methods): Add :version.
22183
22184         * flow-fill.el (fill-flowed-display-column)
22185         (fill-flowed-encode-column): Add :version.
22186
22187         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22188         (gnus-outlook-deuglify-unwrap-max)
22189         (gnus-outlook-deuglify-cite-marks)
22190         (gnus-outlook-deuglify-unwrap-stop-chars)
22191         (gnus-outlook-deuglify-no-wrap-chars)
22192         (gnus-outlook-deuglify-attrib-cut-regexp)
22193         (gnus-outlook-deuglify-attrib-verb-regexp)
22194         (gnus-outlook-deuglify-attrib-end-regexp)
22195         (gnus-outlook-display-hook): Add :version.
22196
22197         * binhex.el (binhex-use-external): Add :version.
22198
22199 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22200
22201         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22202         and `invisible'.
22203
22204 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22205
22206         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22207         in gnus-registry-trim.
22208
22209 2004-09-13  Simon Josefsson  <jas@extundo.com>
22210
22211         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22212
22213         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22214
22215         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22216         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22217         <yamaoka@jpl.org>.
22218         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22219         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22220         <yamaoka@jpl.org>.
22221
22222         * sieve.el (sieve-manage-mode): Ditto.
22223
22224 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22225
22226         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22227
22228 2004-09-11  Simon Josefsson  <jas@extundo.com>
22229
22230         * dns-mode.el: Add.
22231
22232         * mm-view.el (mm-display-dns-inline): Add.
22233
22234         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22235         (mm-automatic-display): Ditto.
22236
22237         * mailcap.el (mailcap-mime-data): Add text/dns.
22238         (mailcap-mime-extensions): Map .soa to text/dns.
22239
22240 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22241
22242         * gnus-art.el (article-decode-mime-words, article-babel)
22243         (gnus-article-highlight-signature, gnus-article-add-buttons)
22244         (gnus-signature-toggle): Remove unnecessary bindings of
22245         `inhibit-read-only' inherited from v5.10 merge.
22246
22247 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22248
22249         * nntp.el (nntp): New customization group.
22250         (nntp-authinfo-file): Add customization group.
22251
22252         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22253
22254         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22255
22256         * gnus.el (to-address, to-list, subscribed)
22257         (large-newsgroup-initial): Ditto.
22258
22259         * flow-fill.el (fill-flowed-display-column)
22260         (fill-flowed-encode-column): Ditto.
22261
22262 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22263
22264         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22265         Use point-min rather than 1.
22266         (message-send-mail): Use buffer-size rather than point-max.
22267
22268         * gnus-sum.el (gnus-summary-search-article-forward):
22269         Signal a specific `search-failed' rather than a generic `error'.
22270
22271         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22272         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22273         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22274
22275 2004-09-10  Simon Josefsson  <jas@extundo.com>
22276
22277         * nndb.el (require): Remove tcp and duplicate cl.
22278
22279 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22280
22281         * gnus-agent.el (directory-files-and-attributes): Move forward.
22282
22283 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22284
22285         * gnus-agent.el (directory-files-and-attributes):
22286         Optionally defined to support XEmacs.
22287
22288 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22289
22290         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22291         to avoid run-time CL dependencies.
22292         (gnus-agent-unfetch-articles): New function.
22293         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22294         article numbers even when local .overview file is missing.
22295         (gnus-agent-read-article-number): New function.  Only accepts
22296         27-bit article numbers.
22297         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22298         Use gnus-agent-read-article-number.
22299         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22300         from backend while recognizing that article numbers in .overview
22301         must be valid.
22302         (gnus-agent-update-files-total-fetched-for):
22303         Use directory-files-and-attributes to improve performance.
22304         * gnus-int.el (gnus-request-move-article):
22305         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22306         improve performance.
22307
22308         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22309         some users confused by references to .newsrc when they only have a
22310         .newsrc.eld file.
22311         (gnus-convert-mark-converter-prompt)
22312         (gnus-convert-converter-needs-prompt): Fix use of property list.
22313         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22314         New function.  Used internally to only display 'gnus converting
22315         files' message when actually necessary.
22316
22317         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22318         methods now autoloaded.
22319
22320 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22321
22322         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22323         identifiers.
22324
22325 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22326
22327         * gnus-picon.el: Fix indentation and closing parenthesis.
22328
22329 2004-09-01  Simon Josefsson  <jas@extundo.com>
22330
22331         * message.el (message-canlock-generate): Require sha1, not
22332         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22333         to require within a function.  Sadly, if sha1.el isn't loaded, the
22334         let binding in m-c-g will hide the defcustom definition, which is
22335         bad.)
22336
22337         * canlock.el: Require sha1, not sha1-el.
22338
22339         * message.el: Don't autoload sha1 (there is a autoload cookie in
22340         sha1.el).
22341
22342         * sha1-el.el: Rename to sha1.el.
22343
22344 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22345
22346         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22347
22348 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22349
22350         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22351
22352 2004-08-30  Kim F. Storm  <storm@cua.dk>
22353
22354         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22355
22356         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22357         Add :group 'nnimap.
22358
22359 2004-08-30  Andreas Schwab  <schwab@suse.de>
22360
22361         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22362         ?* and ?\;.
22363
22364         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22365         and ?\' to symbol instead of whitespace.
22366
22367 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22368
22369         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22370
22371         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22372         instead of re-search-forward.
22373
22374         * gnus-uu.el (gnus-uu-save-article): Ditto.
22375         (gnus-uu-post-encode-uuencode): Ditto.
22376
22377         * html2text.el (html2text-clean-list-items): Ditto.
22378         (html2text-clean-dtdd): Ditto.
22379         (html2text-format-tags): Ditto.
22380
22381         * message.el (message-send-mail-with-sendmail): Fix regexp.
22382         (message-fill-field-general): Use search-forward instead of
22383         re-search-forward.
22384         (unbold-region): Ditto.
22385
22386         * nnrss.el (nnrss-request-article): Ditto.
22387
22388         * nnslashdot.el (nnslashdot-request-article): Ditto.
22389
22390         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22391
22392         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22393         "Unrecognized menu descriptor" error in XEmacs.
22394
22395 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22396
22397         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22398         parent article of a sparse article in the thread hashtb.
22399
22400 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22401
22402         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22403         (nnmail-expand-newtext): Lowercase expanded entries if
22404         nnmail-split-lowercase-expanded is non-nil.
22405
22406 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22407
22408         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22409
22410         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22411         of gnus-tmp-news-method into string under XEmacs.  It will be
22412         passed to gnus-correct-length which takes only a string argument.
22413
22414 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22415
22416         * gnus-util.el (gnus-bind-print-variables): New macro.
22417         (gnus-prin1): Use it.
22418         (gnus-prin1-to-string): Use it.
22419         (gnus-pp): New function.
22420         (gnus-pp-to-string): New function.
22421
22422         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22423         Replace pp-to-string with gnus-pp-to-string.
22424         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22425         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22426         * gnus-msg.el (gnus-debug): Ditto.
22427         * gnus-score.el (gnus-score-save): Ditto.
22428         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22429         gnus-pp-to-string.
22430         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22431         with gnus-pp.
22432         * score-mode.el (gnus-score-pretty-print): Ditto.
22433         * webmail.el (webmail-debug): Ditto.
22434
22435 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22436
22437         * gnus-art.el (article-display-face, article-display-x-face):
22438         Use buffer-read-only.
22439
22440 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22441
22442         * gnus-art.el (article-hide-list-identifiers):
22443         Bind inhibit-read-only as t.
22444
22445 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22446
22447         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22448
22449 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22450
22451         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22452         (gnus-narrow-to-page): Don't assume point-min == 1.
22453         (gnus-article-edit-mode): Derive from message-mode.
22454
22455         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22456         point-min == 1.
22457
22458         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22459         Disable incorrect use of `assert'.
22460
22461         * message.el (message-mode): Set comment-start-skip.
22462
22463
22464 2004-08-22  Sam Steingold  <sds@gnu.org>
22465
22466         * pop3.el (pop3-leave-mail-on-server): New user variable.
22467         (pop3-movemail): Delete mail only when it is nil.
22468
22469 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22470
22471         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22472
22473         * mml.el (mml-preview): Use `pop-to-buffer'.
22474
22475         * message.el (message-goto-mail-followup-to): Insert after "To".
22476         (message-carefully-insert-headers): Add comment.
22477
22478         * gnus.el: Remove unused variable `gnus-article-check-size'.
22479
22480         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22481
22482         * gnus-art.el (gnus-button-alist):
22483         Improve `gnus-button-handle-library' entry.
22484
22485 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22486
22487         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22488         Use downcase, since XEmacs capitalizes error messages differently.
22489
22490 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22491
22492         * nntp.el: Add (require 'gnus) due to reference to
22493         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22494
22495 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22496
22497         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22498         Bind `mm-fill-flowed'.
22499
22500         * mm-decode.el (mm-dissect-singlepart): Check it.
22501
22502 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22503
22504         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22505         'imap' for netrc parsing.
22506
22507 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22508
22509         * mailcap.el (mailcap-mime-data): Mark as risky.
22510
22511 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22512
22513         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22514         may be included in the encoded word.
22515         (rfc2047-encode): Don't append a space if the encoded word
22516         includes close parenthesis.
22517
22518 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22519
22520         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22521         of text within parentheses.
22522
22523 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22524
22525         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22526         (gnus-encrypt-write-file-contents): Make the password key the file
22527         name PLUS the cipher, not just the cipher.  Also remove failed
22528         passwords from the cache.
22529
22530 2004-08-06  Simon Josefsson  <jas@extundo.com>
22531
22532         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22533         Doc fix.
22534
22535 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22536
22537         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22538         LWSP.
22539
22540 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22541
22542         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22543         Try to append in-reply-to: data to the references: header.
22544
22545         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22546         (netrc-parse): Use gnus-encrypt.el functions.
22547
22548         * gnus-encrypt.el: Add new file for encryption support; currently
22549         does only a few GPG ciphers and an internal XOR cipher.
22550
22551         * password.el: Add comments on using password-read-and-add.
22552         (password-read-and-add): Add function to read and add the
22553         password to the cache at once.
22554
22555 2004-07-28  Simon Josefsson  <jas@extundo.com>
22556
22557         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22558         parameter (but don't use it, for now).
22559
22560         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22561         instead of hard coding to nil.
22562
22563 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22564
22565         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22566         as mm-inline-image-xemacs does.
22567
22568 2004-07-26  Simon Josefsson  <jas@extundo.com>
22569
22570         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22571         Revert part of 2004-07-17 change below.
22572
22573 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22574
22575         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22576         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22577
22578 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22579
22580         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22581         quotes that actually start with ">" at the beginning of the
22582         lines.
22583
22584 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22585
22586         * rfc2047.el (rfc2047-encode-region): Fix last change.
22587         (rfc2047-encode-parameter): Remove useless concat.
22588
22589 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22590
22591         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22592         encode special characters; fix some kind of misconfigured headers;
22593         signal a real error if debug-on-quit or debug-on-error is non-nil.
22594         (rfc2047-encode-max-chars): New variable.
22595         (rfc2047-encode-1): Use it.
22596         (rfc2047-encode-parameter): New function.
22597
22598         * mml.el (mml-insert-parameter): Remove an excessive space.
22599
22600 2004-07-17  Simon Josefsson  <jas@extundo.com>
22601
22602         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22603         Kai Grossjohann <kai@emptydomain.de>.
22604         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22605         (gnus-group-make-menu-bar): Ditto.
22606
22607         * gnus-util.el (gnus-group-server): Add.
22608
22609 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22610
22611         * message.el (message-clone-locals): Clone sendmail and smtp
22612         variables.
22613
22614 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22615
22616         * rfc2047.el (rfc2047-encode-region): Fix last change.
22617
22618 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22619
22620         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22621         characters as non-special.
22622
22623 2004-07-09  Simon Josefsson  <jas@extundo.com>
22624
22625         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22626         Users will lose all flag changes made while unplugged with
22627         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22628         good default.  See numerous reports on ding mailing list.
22629
22630 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22631
22632         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22633         add generate-head-function and generate-article-function to the
22634         rfc822-forward entry.
22635         (nndoc-rfc822-forward-generate-article): New function.
22636         (nndoc-rfc822-forward-generate-head): New function.
22637
22638         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22639
22640 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22641
22642         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22643         respect display group parameter and gnus-summary-expunge-below.
22644         (gnus-articles-to-read): Remove unused reference to display group
22645         parameter.
22646
22647 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22648
22649         * nnheader.el (nnheader-uniquify-message-id): New experimental
22650         variable.
22651         (nnheader-nov-read-message-id): Use it.
22652
22653         * spam-report.el (spam-report-gmane): Add interactive.
22654
22655 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22656
22657         * mm-encode.el (mm-content-transfer-encoding-defaults):
22658         Use qp-or-base64 for the application/* types.
22659
22660 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22661
22662         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22663
22664 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22665
22666         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22667         trim value.
22668
22669 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22670
22671         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22672         New macro and function.
22673         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22674
22675 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22676
22677         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22678         after-load-alist.
22679
22680 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22681
22682         * gnus-group.el (gnus-group-get-new-news-this-group):
22683         Don't update info that isn't there.
22684
22685 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22686
22687         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22688         entry.
22689
22690 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22691
22692         * mm-view.el (mm-inline-render-with-function): Use multibyte
22693         buffer; decode html source by charset.
22694
22695         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22696
22697         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22698         Mule-UCS is loaded under XEmacs.
22699         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22700
22701 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22702
22703         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22704
22705 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22706
22707         * mm-util.el (mm-coding-system-p): Return a coding-system.
22708         (mm-mime-mule-charset-alist): Use shift_jis instead of
22709         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22710         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22711         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22712         instead of japanese-shift-jis and iso-latin-1 respectively in
22713         order to share the default value with both Emacs and XEmacs-mule.
22714         (mm-mule-charset-to-mime-charset):
22715         Make mm-coding-system-priorities effective.
22716         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22717         while predicating of candidates upon the priorities.
22718
22719 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22720
22721         * gnus-sum.el (gnus-summary-make-menu-bar):
22722         Add gnus-uu-invert-processable.
22723
22724         * gnus.el: Autoload gnus-uu-invert-processable.
22725
22726 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22727
22728         * mm-util.el (mm-with-multibyte-buffer): New macro.
22729
22730         * rfc2047.el (rfc2047-encode-string): Use it.
22731         (rfc2047-encode-region): Move point to the end of the region after
22732         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22733
22734 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22735
22736         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22737         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22738
22739 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22740
22741         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22742         (gnus-cite-parse): Ignore quoted envelope From_.
22743         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22744
22745 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22746
22747         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22748         invalid addresses.
22749
22750 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22751
22752         * spam.el: Change section markers, revise TODO list.
22753         (spam-backends): Make new master list of all installed backends.
22754         (spam-summary-exit-behavior): Add new variable to determine how
22755         messages moves are done at summary exit.
22756         (spam-move-spam-nonspam-groups-only)
22757         (spam-process-ham-in-nonham-groups)
22758         (spam-process-ham-in-spam-groups): Remove variables, the
22759         spam-summary-exit-behavior variable should be used to manage this
22760         behavior.
22761         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22762         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22763         and spam-old-spam-articles.
22764         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22765         Add empty variables, placeholders for the backends they represent.
22766         (spam-set-difference): Move, unchanged.
22767         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22768         unless the user has a processor variable.
22769         (spam-classifications, spam-classification-valid-p)
22770         (spam-backend-properties, spam-backend-property-valid-p)
22771         (spam-backend-function-type-valid-p)
22772         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22773         (spam-report-articles-gmane, spam-report-articles-resend):
22774         Remove functions, they are not needed.
22775         (spam-install-backend-super, spam-backend-list)
22776         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22777         (spam-backend-function, spam-backend-ham-registration-function)
22778         (spam-backend-spam-registration-function)
22779         (spam-backend-ham-unregistration-function)
22780         (spam-backend-spam-unregistration-function)
22781         (spam-backend-statistical-p, spam-backend-mover-p)
22782         (spam-install-backend-alias, spam-install-checkonly-backend)
22783         (spam-install-mover-backend, spam-install-nocheck-backend)
22784         (spam-install-backend, spam-install-statistical-backend)
22785         (spam-install-statistical-checkonly-backend): Add backend installation
22786         support.
22787         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22788         (spam-group-processor-p): Use the new backend code and respect the
22789         summary exit behavior.
22790         (spam-mark-spam-as-expired-and-move-routine): Remove.
22791         (spam-summary-prepare): Change to use the new spam-old-articles
22792         variable.
22793         (spam-copy-or-move-routine, spam-copy-spam-routine)
22794         (spam-move-spam-routine, spam-copy-ham-routine)
22795         (spam-move-ham-routine): Add code to copy/move ham or spam.
22796         (spam-fetch-field-fast): Improve doc and code, plus allow the
22797         'number request.
22798         (spam-list-of-checks, spam-list-of-statistical-checks):
22799         Remove variables.
22800         (spam-split, spam-find-spam): Use the new backend code.
22801         (spam-registration-functions): Remove variable.
22802         (spam-unregister-routine): Add convenience wrapper.
22803         (spam-log-undo-registration, spam-register-routine)
22804         (spam-log-processing-to-registry)
22805         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22806         where possible.
22807         (spam-check-gmane-xref, spam-check-regex-headers)
22808         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22809         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22810         (spam-check-bogofilter-headers, spam-check-spamoracle)
22811         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22812         (spam-check-crm114-headers): Use the spam-split-group that
22813         spam-split prepares, no need to determine it every time.
22814
22815         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22816         to the nnheader-parse-naked-head call.
22817
22818         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22819
22820         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22821         the nnheader-nov-read-message-id call.
22822
22823 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22824
22825         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22826         gnus-activate-group twice.  Suggested by Markus Peter
22827         <warp@spin.de>.
22828
22829 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22830
22831         * gnus-art.el (gnus-article-time-format): Exchange the order of
22832         day and month in the default value; fix customization type.
22833         (article-date-ut): Use add-text-properties.
22834         (article-make-date-line): Use message-make-date instead of
22835         current-time-string.
22836
22837         * message.el (message-fetch-field): Don't use set-text-properties.
22838         (message-make-date): Simplify.
22839
22840         * messagexmas.el (message-xmas-make-date): New function.
22841         (message-xmas-redefine): Defalias message-make-date to it.
22842
22843 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22844
22845         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22846         (rfc2047-encode-region): Treat text within parentheses as special;
22847         show the original text when error has occurred.
22848
22849         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22850         already-computed method to gnus-activate-group.
22851
22852         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22853         same select-methods identical Lisp objects.
22854
22855         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22856         object when modifying the info.
22857
22858 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22859
22860         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22861         gnus-opened-servers since it has never been opened with the new
22862         configuration yet.
22863
22864 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22865
22866         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22867         arg to nnheader-generate-fake-message-id.
22868
22869 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22870
22871         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22872         number and build a fake message ID localized to a group and
22873         article number (so it's repeatable from that point on).
22874         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22875         ID format.
22876
22877         * gnus-sum.el (gnus-get-newsgroup-headers):
22878         Call nnheader-generate-fake-message-id with the article number.
22879
22880 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22881
22882         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22883         end-of-buffer.
22884
22885 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22886
22887         * message.el (message-ignored-supersedes-headers): Add Approved.
22888
22889 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22890
22891         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22892         goto-char.
22893         (rfc2047-encode): Fold the line before encoding.
22894
22895 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22896
22897         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22898         folding -- not all headers can be folded, and this should be done
22899         by the message composition mode.  Probably.  I think.
22900
22901 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22902
22903         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22904         fast.
22905
22906         * gnus-ems.el (gnus-remove-image): Don't use
22907         message-text-with-property; remove only the image found first.
22908
22909         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22910         found first.
22911
22912 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22913
22914         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22915
22916 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22917
22918         * message.el (message-text-with-property): Make it fast and accept
22919         optional arguments.
22920         (message-strip-forbidden-properties): Use it.
22921         (message-fix-before-sending): Follow the m-t-w-p change.
22922
22923         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22924
22925 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22926
22927         * gnus-art.el (article-hide-headers): Don't change the buffer
22928         mistakenly when performing mml-preview even if
22929         gnus-single-article-buffer is nil.
22930
22931 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22932
22933         * message.el (message-expand-name-databases): New user option.
22934         (message-expand-name): Use it.
22935
22936 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22937
22938         * spam.el (spam-report-articles-resend)
22939         (spam-report-resend-register-routine): Allow ham reporting.
22940         (spam-report-resend-register-ham-routine): Add wrapper.
22941         (spam-registration-functions): Add ham resending functions.
22942         (spam-list-of-processors): Add ham resend processor.
22943
22944         * gnus.el (ham-resend-to): Add new group parameter.
22945         (spam-process): Add ham resend option.
22946
22947         * spam-report.el (spam-report-resend): Allow reporting ham.
22948         (spam-report-resend-ham): Add wrapper.
22949
22950 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22951
22952         * message.el (message-cite-articles-with-x-no-archive):
22953         New variable.
22954         (message-cite-original): Use it.
22955
22956 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22957
22958         * message.el (message-cite-original): Respect X-No-Archive.
22959
22960 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22961
22962         * gnus-art.el (article-hide-headers): Refer to the values for
22963         gnus-ignored-headers and gnus-visible-headers in the summary
22964         buffer since a user may have set them as group parameters.
22965
22966 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22967
22968         * assistant.el (assistant-node-name): Add convenience function.
22969         (assistant-render-text, assistant-render-node): Add error handling,
22970         plus handle multiple next nodes.
22971         (assistant-find-next-node): Comment out for now.
22972         (assistant-find-next-nodes): Add function, returns list of next
22973         nodes.
22974
22975 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22976
22977         * mail-source.el (mail-source-directory): Fix doc-string.
22978
22979 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22980
22981         * assistant.el (assistant-render-text, assistant-eval): Add :set
22982         widget type, which is different because it takes and returns a
22983         list.  Much hilarity ensues.
22984
22985 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22986
22987         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22988
22989         * gnus-group.el (gnus-group-get-new-news-this-group):
22990         Add doc-string.
22991
22992         * gnus-start.el (gnus-activate-group): Add doc-string.
22993
22994 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22995
22996         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22997
22998 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22999
23000         * assistant.el (assistant-render-text): Try to add a :set
23001         widget, more to come.
23002
23003         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23004         strings.
23005         (spam-report-articles-resend)
23006         (spam-register-routine): Do registration iff any articles warrant
23007         it.
23008         (spam-summary-prepare-exit): Change log message for nil group
23009         destinations.
23010
23011 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23012
23013         * spam.el (spam-report-resend-register-routine):
23014         Allow spam-report-resend-to to be a group parameter or a global value.
23015
23016 2004-05-26  Simon Josefsson  <jas@extundo.com>
23017
23018         * starttls.el: Merge with my GNUTLS based starttls.el.
23019         (starttls-gnutls-program, starttls-use-gnutls)
23020         (starttls-extra-arguments, starttls-process-connection-type)
23021         (starttls-connect, starttls-failure, starttls-success):
23022         New variables.
23023         (starttls-program, starttls-extra-args): Doc fix.
23024         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23025         New functions.
23026         (starttls-negotiate, starttls-open-stream):
23027         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23028         function if it is set.
23029
23030 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23031
23032         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23033         structured fields.
23034
23035 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23036
23037         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23038
23039 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23040
23041         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23042         Add variable.
23043         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23044         assigning the spam-mark to new messages.
23045
23046 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23047
23048         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23049
23050 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23051
23052         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23053
23054         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23055         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23056         default.
23057
23058 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23059
23060         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23061         correct data.
23062
23063 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23064
23065         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23066         (spam-group-processor-p): Fix function.
23067         (spam-group-processor-multiple-p)
23068         (spam-group-spam-processor-report-gmane-p)
23069         (spam-group-spam-processor-report-resend-p)
23070         (spam-group-spam-processor-bogofilter-p)
23071         (spam-group-spam-processor-blacklist-p)
23072         (spam-group-spam-processor-ifile-p)
23073         (spam-group-ham-processor-ifile-p)
23074         (spam-group-spam-processor-spamoracle-p)
23075         (spam-group-spam-processor-crm114-p)
23076         (spam-group-ham-processor-bogofilter-p)
23077         (spam-group-spam-processor-stat-p)
23078         (spam-group-ham-processor-stat-p)
23079         (spam-group-ham-processor-whitelist-p)
23080         (spam-group-ham-processor-BBDB-p)
23081         (spam-group-ham-processor-spamoracle-p)
23082         (spam-group-ham-processor-copy-p): Remove functions with some
23083         prejudice against unneeded code.
23084         (spam-report-articles-resend)
23085         (spam-report-resend-register-routine): Allow the group/topic
23086         spam-resend-to value to override spam-report-resend-to.
23087         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23088         properly now.
23089
23090         * gnus.el (spam-resend-to): Add group/topic parameter.
23091         (spam-process): Move the OBSOLETE processors to the end of the
23092         choices.
23093
23094 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23095
23096         * spam-report.el (spam-report-resend-to, spam-report-resend):
23097         Start with resend-to set to nil, and then ask the user if necessary.
23098         (spam-report-resend): spam-report-resend takes a list of articles, not
23099         separate article numbers.
23100
23101 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23102
23103         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23104         addition to emacs-w3m.
23105
23106 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23107
23108         * assistant.el (assistant-authinfo-data): New function.
23109         (assistant-eval): Eval for entire assistant.
23110
23111         * netrc.el (netrc-services-file): New variable.
23112         (netrc-parse-services): New function.
23113         (netrc-find-service-name): New function.
23114         (netrc-find-service-number): New function.
23115         (netrc-port-equal): New function.
23116         (netrc-machine): Use it.
23117
23118         * nnimap.el (nnimap-open-connection): Use netrc.
23119
23120         * gnus-util.el (gnus-netrc-get): Remove aliases.
23121
23122         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23123
23124         * assistant.el (wid-edit): Fix compilation.
23125
23126         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23127
23128 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23129
23130         * gnus-util.el (gnus-set-file-modes): New function.  (small
23131         patch).
23132
23133 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23134
23135         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23136
23137         * assistant.el (assistant-render-node): Fix up rendering and
23138         read-only text.
23139         (assistant-render-node): Reset.
23140         (assistant-make-read-only): Not sticky.
23141
23142 2004-05-20  Danny Siu  <dsiu@adobe.com>
23143
23144         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23145         centered even when gnus-auto-center-summary is t.
23146
23147 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23148
23149         * dns.el (dns-get-txt-answer): New function.
23150         (dns-read-txt): Ditto.
23151         (query-dns): Use it.
23152
23153 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23154
23155         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23156         active for foreign groups even if the group level is higher than
23157         the specified value.
23158
23159 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23160
23161         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23162         non-active groups.
23163
23164         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23165
23166 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23167
23168         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23169
23170 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23171
23172         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23173         (spam-crm114-header, spam-crm114-spam-switch)
23174         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23175         (spam-crm114-positive-spam-header)
23176         (spam-crm114-database-directory, spam-list-of-processors)
23177         (spam-group-spam-processor-crm114-p)
23178         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23179         (spam-generic-score, spam-list-of-checks)
23180         (spam-list-of-statistical-checks, spam-registration-functions)
23181         (spam-check-crm114-headers, spam-crm114-score)
23182         (spam-check-crm114, spam-crm114-register-with-crm114)
23183         (spam-crm114-register-spam-routine)
23184         (spam-crm114-unregister-spam-routine)
23185         (spam-crm114-register-ham-routine)
23186         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23187
23188 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23189
23190         * gnus.el: Add spam-use-crm114.
23191
23192         * spam.el (spam-list-of-processors, spam-registration-functions):
23193         Add spam-use-resend.
23194         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23195         (spam-report-articles-gmane): Add doc fix.
23196         (spam-report-articles-resend, spam-report-resend-register-routine):
23197         Add wrappers around spam-report-resend-to.
23198
23199         * spam-report.el (spam-report-resend-to, spam-report-resend):
23200         Add support for resending spam.
23201         (spam-report-gmane): Fix line length >80.
23202
23203         * gnus.el (spam-process): Add spam-use-resend.
23204
23205 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23206
23207         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23208         number of processed spam messages.
23209         (spam-ham-copy-or-move-routine): Return the number of processed
23210         ham messages.
23211         (spam-summary-prepare-exit): Use the above values to decide
23212         whether status messages shouled be displayed.
23213
23214 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23215
23216         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23217         `rfc2047-encoding-function-alist' in order to avoid conflicting
23218         with the old version.
23219         (rfc2047-encode-region): Concatenate words containing non-ASCII
23220         characters in structured fields; don't encode space-delimited
23221         ASCII words even in unstructured fields; don't break words at
23222         char-category boundaries.
23223         (rfc2047-encode-1): New function.
23224         (rfc2047-encode): Use it; encode text so that it occupies the
23225         maximum width within 76-column; work correctly on Q encoding for
23226         iso-2022-* charsets.
23227         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23228         sure not to break a line just after the header name.
23229         (rfc2047-b-encode-region): Remove.
23230         (rfc2047-b-encode-string): New function.
23231         (rfc2047-q-encode-region): Remove.
23232         (rfc2047-q-encode-string): New function.
23233
23234         * mm-util.el (mm-replace-in-string): New function.
23235
23236 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23237
23238         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23239         Really get it right.
23240         (gnus-inews-make-draft): Really.
23241
23242 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23243
23244         * nnmh.el (nnmh-request-list-1): Don't check the link count
23245         before descending.  (small patch)
23246
23247 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23248
23249         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23250         stuff.
23251
23252         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23253         Match on real group name.
23254
23255         * gnus-art.el (gnus-signature-limit): Doc fix.
23256
23257         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23258
23259         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23260
23261 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23262
23263         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23264         isn't a string.
23265
23266 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23267
23268         * gnus-draft.el (gnus-draft-send):
23269         Bind rfc2047-encode-encoded-words.
23270
23271         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23272         (rfc2047-encodable-p): Say that =? needs encoding.
23273         (rfc2047-encode-encoded-words): New variable.
23274
23275         * gnus-group.el (gnus-group-select-group): Doc fix.
23276
23277         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23278
23279         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23280         to nil.
23281
23282         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23283
23284         * nnheader.el (nnheader-get-lines-and-char): New function.
23285
23286 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23287
23288         * gnus-msg.el (gnus-summary-followup-with-original):
23289         Document yanking of region when active.
23290
23291 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23292
23293         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23294         groups if the group level is higher than the specified value.
23295
23296 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23297
23298         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23299         (gnus-group-jump-to-group): Add prefix argument using
23300         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23301         non-active group.
23302
23303         * compface.el (uncompface): Be verbose when changing
23304         `uncompface-use-external'.
23305
23306         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23307         handle manual section.
23308
23309 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23310
23311         * gnus-art.el (gnus-button-alist): Revert previous change.
23312
23313 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23314
23315         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23316
23317 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23318
23319         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23320         whether backend can accept message.
23321
23322         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23323
23324 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23325
23326         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23327         Avoid creating directory when nntp-marks-is-evil is true.
23328         Reported by Reiner Steib.
23329
23330 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23331
23332         * gnus-picon.el (gnus-picon-insert-glyph):
23333         Add optional `nostring' argument.
23334
23335 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23336
23337         * gnus-picon.el (gnus-picon-style): New variable.
23338         (gnus-picon-transform-address): Support `gnus-picon-style'.
23339
23340 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23341
23342         * message.el (message-fill-field): Return point.
23343         (message-generate-headers): Go to end of field.
23344
23345         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23346         stuff for non-living groups.
23347
23348 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23349
23350         * gnus-art.el (gnus-article-followup-with-original)
23351         (gnus-article-reply-with-original): gnus-mark-active-p ->
23352         gnus-region-active-p.
23353
23354 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23355
23356         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23357         only when there is spam or ham to be processed.
23358
23359 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23360
23361         * mail-source.el (mail-source-delete-crash-box): Refactor.
23362         (mail-source-fetch): Use it.
23363         (mail-source-fetch-file): Ditto.
23364         (mail-source-fetch-directory): Run postscript in loop.
23365         (mail-source-fetch-pop): Delete.
23366         (mail-source-fetch-maildir): Ditto.
23367         (mail-source-fetch-imap): Ditto.
23368
23369         * imap.el (imap-authenticators): Comment out sasl.
23370
23371         * message.el (message-skip-to-next-address): New function.
23372         (message-fill-header-address): Refactor.
23373         (message-fill-address): Use it.
23374         (message-delete-address): Use it.
23375         (message-fill-header-general): Refactor.
23376         (message-fill-field-address): Rename.
23377         (message-narrow-to-field): Find the start of the header.
23378         (message-header-format-alist): Don't pre-fill.
23379         (message-fill-header): Remove.
23380         (message-insert-header): New function.
23381         (message-shorten-references): Use it.
23382
23383         * rfc2047.el (rfc2047-field-value): Strip props.
23384
23385         * mail-parse.el (mail-header-make-address): New alias.
23386
23387         * ietf-drums.el (ietf-drums-make-address): New function.
23388
23389         * imap.el: Add compiler directives.
23390
23391         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23392
23393         * gnus-art.el (article-decode-idna-rhs): Don't use
23394         message-idna-inside-rhs-p.
23395
23396 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23397
23398         * message.el (message-idna-inside-rhs-p): Remove.
23399         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23400
23401         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23402         false positives.
23403
23404 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23405
23406         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23407
23408 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23409
23410         * nneething.el (nneething-file-name): Don't create spurious
23411         files.
23412
23413         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23414         (gnus-inews-do-gcc): Remove sleep.
23415
23416         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23417         part under point.
23418
23419         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23420         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23421
23422 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23423
23424         * spam.el (spam-summary-prepare-exit): Fix (length).
23425
23426 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23427
23428         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23429         as expired without moving it" message when there are spam
23430         messages left.
23431
23432 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23433
23434         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23435         header is not nil.
23436
23437 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23438
23439         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23440         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23441         (nntp-marks-changed-p): New arg SERVER.
23442         (nntp-request-update-info): Adjust caller.
23443
23444 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23445
23446         * nntp.el (nntp-save-marks): Pass missing arg.
23447
23448 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23449
23450         * nntp.el: Support marks.
23451         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23452         (nntp-marks-modtime, nntp-marks-directory): New variables.
23453         (nntp-request-set-mark, nntp-request-update-info)
23454         (nntp-possibly-create-directory, nntp-marks-changed-p)
23455         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23456         New functions.
23457
23458 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23459
23460         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23461         (gnus-xmas-redefine): Rename.
23462
23463         * gnus-score.el (gnus-score-insert-help):
23464         Use gnus-select-lowest-window.
23465
23466         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23467         appt-select-lowest-window and rename to gnus-select-lowest-window.
23468
23469         * gnus.el: do.
23470
23471 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23472
23473         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23474         encodings of MIME-encoded words, in order to improve
23475         interoperability with several broken MUAs.
23476
23477 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23478
23479         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23480         tags, only when charsets are not specified in headers.
23481         (mm-inline-text-html-render-with-w3m): Ditto.
23482
23483         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23484         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23485
23486 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23487
23488         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23489         instead of MIME-decoded from fields when checking
23490         `gnus-article-address-banner-alist'.
23491
23492 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23493
23494         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23495         description rather than subject.
23496
23497 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23498
23499         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23500
23501 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23502
23503         * gnus.el (gnus-version-number): Bump.
23504
23505 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23506
23507         * gnus.el: No Gnus v0.2 is released.
23508
23509 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23510
23511         * gnus-agent.el (gnus-agent-read-agentview):
23512         Inline gnus-uncompress-range.
23513
23514 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23515
23516         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23517         `exec-installed-p'.
23518
23519 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23520
23521         * gnus.el (spam-process, spam-autodetect-methods):
23522         Add bsfilter and bsfilter-headers.
23523
23524         * spam.el (spam-bsfilter): New customize group.
23525         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23526         (spam-bsfilter-header, spam-bsfilter-probability-header)
23527         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23528         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23529         (spam-bsfilter-database-directory): New options.
23530         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23531         (spam-list-of-statistical-checks, spam-registration-functions):
23532         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23533         (spam-bsfilter-score): New command.
23534         (spam-check-bsfilter-headers, spam-check-bsfilter)
23535         (spam-bsfilter-register-with-bsfilter)
23536         (spam-bsfilter-register-spam-routine)
23537         (spam-bsfilter-unregister-spam-routine)
23538         (spam-bsfilter-register-ham-routine)
23539         (spam-bsfilter-unregister-ham-routine): New functions.
23540         (spam-generic-score): Support bsfilter; Accept an optional argument
23541         to recalcurate spam score even if scoring header has already been
23542         added.
23543         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23544         optional argument to recalcurate spam score even if scoring header
23545         has already been added.
23546
23547 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23548
23549         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23550         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23551         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23552         link is missing.
23553
23554 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23555
23556         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23557         (html2text-get-attr): Rewrite.
23558
23559         * message.el (message-setup-1): Remove redundant put-text-property
23560         on mail-header-separator.
23561
23562 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23563
23564         * gnus-registry.el (gnus-registry-cache-whitespace)
23565         (gnus-registry-action, gnus-registry-spool-action)
23566         (gnus-registry-split-fancy-with-parent): Change message levels
23567         from 5 to 3 or 7, as needed.
23568
23569         * spam.el (spam-summary-prepare-exit)
23570         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23571         (spam-split, spam-find-spam, spam-log-undo-registration)
23572         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23573         level from 5 to 6.
23574
23575 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23576
23577         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23578         2004-03-04 change).
23579
23580 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23581
23582         * sieve-manage.el (sieve-manage-open):
23583         * nnweb.el (nnweb-insert-html):
23584         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23585         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23586         * nnspool.el (nnspool-request-group):
23587         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23588         * nnml.el (nnml-request-update-info):
23589         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23590         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23591         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23592         (nnimap-request-set-mark):
23593         * nnfolder.el (nnfolder-request-update-info):
23594         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23595         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23596         * gnus-uu.el (gnus-uu-find-articles-matching):
23597         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23598         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23599         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23600         * gnus-nocem.el (gnus-nocem-scan-groups):
23601         * gnus-int.el (gnus-start-news-server):
23602         * gnus-group.el (gnus-group-make-kiboze-group)
23603         (gnus-group-browse-foreign-server):
23604         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23605         Use mapc when appropriate.
23606
23607 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23608             Adam Sjøgren  <asjo@koldfront.dk>
23609             Wes Hardaker  <wes@hardakers.net>
23610             Michael Shields  <shields@msrl.com>
23611
23612         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23613         may need for spam sorting and scoring.
23614         (spam-user-format-function-S): Add user format function suitable for
23615         general use.
23616         (spam-article-sort-by-spam-status): Add sorting function for summary
23617         sorting.
23618         (spam-extra-header-to-number): Add function to get a score from a
23619         header.
23620         (spam-summary-score): Add function to get a numeric score from the
23621         headers.
23622         (spam-generic-score): Fix function doc, was in wrong place.
23623         (spam-initialize): Take symbols when it's run, and install the
23624         extra headers that spam-necessary-extra-headers thinks we need.
23625
23626 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23627
23628         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23629         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23630
23631 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23632
23633         * gnus-sum.el (gnus-set-global-variables)
23634         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23635         (gnus-article-get-xrefs, gnus-summary-best-group)
23636         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23637         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23638         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23639         Use with-current-buffer.
23640
23641 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23642
23643         * spam.el (spam-summary-prepare-exit): Simplify logic.
23644         (spam-fetch-article-header): Read the article header if it's not
23645         available.
23646         (spam-list-articles): Simplify logic.
23647         (spam-filelist-register-routine): Fix bug with unregister-list.
23648
23649         * gnus-registry.el: Fix comments at beginning.
23650
23651 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23652
23653         * message.el (message-cater-to-broken-inn): Remove.
23654         (message-shorten-references): Make sure the total folded length of
23655         References is shorter than 998 characters to cater to a bug in INN
23656         2.3.  Also, don't pretend that references aren't folded -- this
23657         hasn't worked for a while.
23658
23659 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23660
23661         * gnus-agent.el (gnus-agentize):
23662         gnus-agent-send-mail-real-function no longer set to current value
23663         of message-send-mail-function but rather a lambda that calls
23664         message-send-mail-function.  The change makes the agent real-time
23665         responsive to user changes to message-send-mail-function.
23666
23667 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23668
23669         * legacy-gnus-agent.el
23670         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23671         help from Florian Weimer <fw@deneb.enyo.de>
23672
23673 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23674
23675         * nnmail.el (nnmail-cache-insert): Revert last change.
23676
23677 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23678
23679         * nnmail.el (nnmail-cache-insert): Always check whether
23680         nnmail-cache-ignore-groups matches a group name.
23681
23682 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23683
23684         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23685         (spam-find-spam, spam-log-processing-to-registry)
23686         (spam-log-registered-p, spam-log-unregistration-needed-p)
23687         (spam-log-undo-registration): Use gnus-message instead of
23688         gnus-error, none of these errors are fatal.
23689
23690         * gnus-registry.el (gnus-registry-clean-empty-function)
23691         (gnus-registry-clean-empty): Remove only empty entries without
23692         extra data.
23693
23694 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23695
23696         * spam-stat.el (spam-stat-buffer-change-to-spam)
23697         (spam-stat-buffer-change-to-non-spam): Change (error) to
23698         (gnus-message 8) invocation.
23699
23700 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23701
23702         * nntp.el (nntp-via-netcat-command): New variable.
23703         (nntp-via-netcat-switches): New variable.
23704         (nntp-open-via-rlogin-and-netcat): New function.
23705         (nntp-open-connection-function): Doc fix.
23706         (nntp-telnet-command): Doc fix.
23707         (nntp-end-of-line): Doc fix.
23708         (nntp-via-rlogin-command): Doc fix.
23709         (nntp-via-user-name): Doc fix.
23710         (nntp-via-address): Doc fix.
23711
23712 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23713
23714         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23715         error in Emacs 21.1.
23716
23717 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23718
23719         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23720
23721 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23722
23723         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23724         (gnus-agent-with-refreshed-group): New macro.
23725         (gnus-agent-rename-group): New function.
23726         (gnus-agent-delete-group): New function.
23727         (gnus-agent-save-group-info): Use gnus-command-method when
23728         `method' parameter is nil.  Don't write nil entries into the
23729         active file.
23730         (gnus-agent-get-group-info): New function.
23731         (gnus-agent-fetch-articles):
23732         Use gnus-agent-update-files-total-fetched-for to increment disk space
23733         used.
23734         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23735         Use gnus-agent-update-view-total-fetched-for to increment disk space
23736         used.
23737         (gnus-agent-get-local): Add optional parameters to avoid calling
23738         gnus-group-real-name and gnus-find-method-for-group.
23739         (gnus-agent-set-local): Delete stored entry if either min, or max,
23740         are nil.
23741         (gnus-agent-fetch-session): Reworded error/quit messages.
23742         On quit, use gnus-agent-regenerate-group to record existance of any
23743         articles fetched to disk before the quit occurred.
23744         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23745         gnus-agent-update-view-total-fetched-for, and
23746         gnus-agent-update-files-total-fetched-for to decrement disk space
23747         used.
23748         (gnus-agent-retrieve-headers):
23749         Use gnus-agent-update-view-total-fetched-for to increment disk space
23750         used.
23751         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23752         with gnus-agent-update-files-total-fetched-for to decrement disk
23753         space and fresh group buffer.
23754         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23755         (gnus-agent-need-update-total-fetched-for): New variable.
23756         (gnus-agent-update-files-total-fetched-for): New function.
23757         (gnus-agent-update-view-total-fetched-for): New function.
23758         (gnus-agent-total-fetched-for): New function.
23759
23760         * gnus-cache.el (gnus-cache-save-buffers):
23761         Use gnus-cache-update-overview-total-fetched-for to change disk space
23762         used by this group.
23763         (gnus-cache-possibly-enter-article):
23764         Use gnus-cache-update-file-total-fetched-for to increment disk space
23765         used by this group.
23766         (gnus-cache-possibly-remove-article):
23767         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23768         used by this group.
23769         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23770         (gnus-cache-rename-group): New function.
23771         (gnus-cache-delete-group): New function.
23772         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23773         (gnus-cache-need-update-total-fetched-for): New variable.
23774         (gnus-cache-with-refreshed-group): New macro.
23775         (gnus-cache-update-file-total-fetched-for): New function.
23776         (gnus-cache-update-overview-total-fetched-for): New function.
23777         (gnus-cache-rename-group-total-fetched-for): New function.
23778         (gnus-cache-delete-group-total-fetched-for): New function.
23779         (gnus-cache-total-fetched-for): New function.
23780
23781         * gnus-group.el: Require gnus-sum and autoload functions to
23782         resolve warnings when gnus-group.el compiled alone.
23783         (gnus-group-line-format): Documented new %F.
23784         (size of Fetched data) group line format; identifies disk space
23785         used by agent and cache.
23786         (gnus-group-line-format-alist): Defined new F format.
23787         (gnus-total-fetched-for): New function.
23788         (gnus-group-delete-group): No longer update
23789         gnus-cache-active-altered as gnus-request-delete-group now keeps
23790         the cache in sync.
23791         (gnus-group-list-active): Let the agent store a server's active
23792         list if currently plugged.
23793
23794         * gnus-int.el (gnus-request-delete-group):
23795         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23796         local disk in sync with the server.
23797         (gnus-request-rename-group):
23798         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23799         local disk in sync with the server.
23800
23801         * gnus-start.el (gnus-get-unread-articles):
23802         Cosmetic simplification to logic.
23803
23804         * gnus-util.el (gnus-rename-file): New function.
23805
23806 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23807
23808         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23809
23810 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23811
23812         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23813         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23814
23815 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23816
23817         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23818         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23819
23820 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23821
23822         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23823
23824 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23825
23826         * spam.el (spam-set-difference): Add function to replace
23827         gnus-set-difference in spam.el.
23828         (spam-summary-prepare-exit): Use spam-set-difference.
23829
23830 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23831
23832         * gnus-registry.el (gnus-registry-cache-file): Update to use
23833         gnus-dribble-directory OR gnus-home-directory OR ~.
23834         (gnus-registry-split-fancy-with-parent): Fix doc.
23835
23836 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23837
23838         * message.el (message-exchange-point-and-mark):
23839         Use message-mark-active-p.  Suggested by Jesper Harder
23840         <harder@ifa.au.dk>.
23841
23842 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23843
23844         * message.el (message-exchange-point-and-mark): Don't activate
23845         region if it was inactive.  Suggested by Hiroshi Fujishima
23846         <pooh@nature.tsukuba.ac.jp>.
23847
23848 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23849
23850         * gnus-art.el (article-display-face): Display Faces in the same
23851         order as X-Faces.
23852
23853 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23854
23855         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23856
23857 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23858
23859         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23860         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23861         (gnus-article-mime-hierarchy): Remove.
23862         (gnus-article-mime-hierarchy-next): Remove.
23863         (gnus-article-mode): Revert 2004-03-19 change.
23864         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23865         (gnus-insert-mime-button): Revert 2004-03-19 change.
23866         (gnus-mime-accumulate-hierarchy): Remove.
23867         (gnus-mime-enter-multipart): Remove.
23868         (gnus-mime-leave-multipart): Remove.
23869         (gnus-mime-display-part): Revert 2004-03-19 change.
23870         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23871
23872         * mml.el (mml-preview): Revert 2004-03-19 change.
23873
23874 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23875
23876         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23877
23878 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23879
23880         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23881         t while entering a file name using the mm-with-multibyte macro.
23882         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23883
23884         * mm-util.el (mm-with-multibyte): New macro.
23885
23886 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23887
23888         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23889         New user option.
23890         (gnus-mime-multipart-functions): Doc and customization fix.
23891         (gnus-article-mime-hierarchy): New variable.
23892         (gnus-article-mime-hierarchy-next): New variable.
23893         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23894         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23895         gnus-article-mime-hierarchy-next to nil.
23896         (gnus-insert-mime-button): Show hierarchy numbers.
23897         (gnus-mime-accumulate-hierarchy): New function.
23898         (gnus-mime-enter-multipart): New function.
23899         (gnus-mime-leave-multipart): New function.
23900         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23901         (gnus-mime-display-alternative): Show hierarchy numbers.
23902
23903         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23904         gnus-article-mime-hierarchy-next to nil.
23905
23906 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23907
23908         * dns.el: Don't require gnus-xmas.
23909
23910 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23911
23912         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23913         inline PGP.
23914         (mml-menu): Disable mml-quote-region if mark is inactive.
23915
23916 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23917
23918         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23919         when the group's active is not available.
23920
23921 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23922
23923         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23924         error.
23925
23926 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23927
23928         * imap.el (imap-store-password): New variable.
23929         (imap-interactive-login): Use it.
23930         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23931
23932 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23933
23934         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23935         window-start and hscroll to summary window.
23936
23937 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23938
23939         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23940         conversion message to newsrc-dribble when an actual conversion is
23941         performed.
23942
23943 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23944
23945         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23946
23947 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23948
23949         * mm-decode.el (mm-complicated-handles): New function reviving
23950         former definition of mm-multiple-handles.
23951
23952         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23953         (gnus-mime-delete-part): Use it.
23954
23955 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23956
23957         * gnus-agent.el (gnus-agent-read-local):
23958         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23959         avoid the implicit assumption that they will always be equal.
23960         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23961         coding-system-for-write, as the with-temp-file macro first prints
23962         to a buffer then saves the buffer.
23963
23964 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23965
23966         * gnus-art.el (gnus-article-edit-part): New function.
23967         (gnus-mime-save-part-and-strip): Use it; do query instead of
23968         signaling an error; don't use mm-multiple-handles.
23969         (gnus-mime-delete-part): Ditto.
23970
23971 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23972
23973         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23974         old file versions.
23975         (gnus-group-prepare-hook): Remove function that converted list
23976         form of gnus-agent-expire-days to group properties.
23977
23978         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23979         (gnus-request-accept-article): Re-indented.
23980
23981         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23982         converters to handle old agent file formats.  Add logic for a
23983         "backup before upgrading warning".
23984         (gnus-convert-mark-converter-prompt): Developers can mark
23985         functions as needing (default), or not needing,
23986         gnus-convert-old-newsrc's "backup before upgrading warning".
23987         (gnus-convert-converter-needs-prompt): Tests whether the user
23988         should be protected from potentially irreversable changes by the
23989         function.
23990
23991         * legacy-gnus-agent.el: New.  Provides converters that are only
23992         loaded when gnus-convert-old-newsrc needs to call them.
23993
23994 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23995
23996         * mail-source.el (mail-source-touch-pop): Doc fix.
23997
23998         * message.el (message-smtpmail-send-it): Doc fix.
23999
24000 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24001
24002         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24003
24004         * nnmail.el (nnmail-split-fancy): do.
24005
24006         * gnus-kill.el (gnus-kill, gnus-execute): do.
24007
24008 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24009
24010         * gnus-sum.el (gnus-widget-reversible-match)
24011         (gnus-widget-reversible-to-internal)
24012         (gnus-widget-reversible-to-external): New functions.
24013         (gnus-widget-reversible): New widget.
24014         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24015
24016 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24017
24018         * gnus-sum.el (gnus-thread-sort-functions)
24019         (gnus-article-sort-functions): Document `(not F)' items.
24020
24021 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24022
24023         * spam.el (spam-use-gmane-xref): Add new backend.
24024         (spam-gmane-xref-spam-group): Add variable to control the name of the
24025         Gmane spam group.
24026         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24027         (spam-regex-headers-spam, spam-regex-headers-ham)
24028         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24029         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24030         backends and checks.
24031         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24032
24033         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24034         an autodetect method.
24035
24036 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24037
24038         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24039         articles are being added to a group.
24040         (gnus-request-replace-article): Inform the agent that articles
24041         need to be uncached as the cached contents are no longer valid.
24042
24043 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24044
24045         * binhex.el: Don't autoload executable-find.
24046
24047         * canlock.el: Don't autoload mail-fetch-field.
24048
24049         * dgnushack.el: Autoload c-mode for XEmacs.
24050
24051         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24052
24053         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24054         rmail-dont-reply-to and rmail-output.
24055
24056         * gnus-score.el: Don't autoload ffap-string-at-point.
24057
24058         * gnus-setup.el: Don't autoload sc-cite-original.
24059
24060         * imap.el: Don't autoload base64-decode-string,
24061         base64-encode-string and md5.
24062
24063         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24064         and rmail-msg-restore-non-pruned-header.
24065
24066         * mm-decode.el: Don't autoload executable-find.
24067
24068         * mm-url.el: Don't autoload executable-find.
24069
24070         * mm-view.el: Don't autoload diff-mode.
24071
24072         * nndb.el: Don't autoload news-reply-mode, news-setup,
24073         cancel-timer and telnet.
24074
24075         * password.el: Don't autoload run-at-time for Emacs.
24076
24077         * sha1-el.el: Don't autoload executable-find.
24078
24079         * sieve-mode.el: Don't autoload c-mode.
24080
24081         * uudecode.el: Don't autoload executable-find.
24082
24083 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24084
24085         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24086         (gnus-agent-possibly-alter-active): Avoid null in numeric
24087         comparison.
24088         (gnus-agent-set-local): Refuse to save null in local object table.
24089         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24090         list of articles that will be marked as unread.
24091
24092 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24093
24094         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24095
24096 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24097
24098         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24099         language tags.
24100
24101 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24102
24103         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24104         Don't bind "obarray".
24105
24106         * gnus-sum.el (gnus-thread-sort-functions):
24107         Add `gnus-thread-sort-by-most-recent-number' and
24108         `gnus-thread-sort-by-most-recent-date'.
24109         Reported by Kai Grossjohann <kai@emptydomain.de>.
24110
24111 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24112
24113         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24114
24115 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24116
24117         * gnus-cus.el (gnus-agent-customize-category):
24118         Remove ignore-errors macro reference that required cl to be loaded at
24119         run-time.
24120
24121         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24122         single-interval range of the form (min . max).  Previously the
24123         range had to look like ((min . max)).  Likewise, return
24124         (min . max) rather than ((min . max)).
24125         (gnus-range-map): Use gnus-range-normalize to accept
24126         single-interval range.
24127
24128         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24129         the cache, but not the agent, now appear with their usual face.
24130
24131         * dgnushack.el (loaddir): New variable that is bound to the
24132         directory containing the dgnushack.el file. Use loaddir, rather
24133         than srcdir, to update load-path. Change lets dgnushack compile
24134         code in directories other than GNUS/lisp.
24135
24136 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24137
24138         * lpath.el: Don't bind w3m-safe-url-regexp.
24139
24140         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24141         w3m-safe-url-regexp variable buffer-local.
24142
24143         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24144
24145 2004-02-27  Simon Josefsson  <jas@extundo.com>
24146
24147         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24148         gnus-group-real-prefix.
24149         (gnus-summary-move-article): Use it, instead of
24150         gnus-group-real-prefix.
24151
24152 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24153
24154         * lpath.el: Bind w3m-safe-url-regexp.
24155
24156         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24157         w3m-safe-url-regexp variable buffer-local and set it as the value
24158         of mm-w3m-safe-url-regexp.
24159
24160         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24161
24162         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24163         parsing gnus-posting-styles when the message is not for replying.
24164
24165         * dgnushack.el: Autoload sgml-mode for XEmacs.
24166
24167         * nnrss.el (nnrss-opml-export):
24168         Use mm-set-buffer-file-coding-system instead of
24169         set-buffer-file-coding-system.
24170
24171 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24172
24173         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24174         of checkdoc.el).
24175         * nnrss.el: do.
24176         * gnus-mlspl.el: do.
24177         * gnus-ml.el: do.
24178         * gnus-srvr.el: do.
24179
24180         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24181
24182 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24183
24184         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24185         Corrections to custom-manual links.
24186
24187         * gnus-art.el (gnus-article): Ditto.
24188
24189         * mm-decode.el (mime-display, mime-security): Ditto.
24190
24191 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24192
24193         * flow-fill.el: Typo.
24194
24195 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24196
24197         * spam-wash.el: New file.
24198
24199 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24200
24201         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24202
24203 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24204
24205         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24206         to be run with new-articles as LIST1, not LIST2.
24207         (spam-registration-functions): Add spam-use-ham-copy as a nil
24208         registration backend.
24209
24210 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24211
24212         * spam-stat.el (spam-stat-washing-hook): New option.
24213         (spam-stat-buffer-words): Use it.
24214         (spam-stat-process-directory, spam-stat-test-directory):
24215         Use insert-file-contents-literally.
24216         (spam-stat-coding-system): New variable.
24217         (spam-stat-load, spam-stat-save): Use it.
24218
24219 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24220
24221         * spam-report.el (spam-report-plug-agent):
24222         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24223
24224 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24225
24226         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24227         Allow / in mailto URLs.
24228
24229 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24230
24231         * spam-report.el (spam-report-process-queue): Fix interactive use.
24232         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24233         (spam-report-unplug-agent): Doc fixes.
24234         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24235         (spam-report-agentize, spam-report-deagentize): Autoload.
24236
24237 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24238
24239         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24240
24241         * message.el (message-setup-fill-variables): Add mml tags to
24242         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24243         <ajk@iu.edu>.
24244         (message-mode): Don't modify paragraph-separate there.
24245
24246 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24247
24248         * compface.el (uncompface-use-external): Default to undecided.
24249         (uncompface-use-external-threshold): New variable.
24250         (uncompface-float-time): New macro.
24251         (uncompface): Determine whether to use the external decoder if
24252         uncompface-use-external is undecided.
24253
24254 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24255
24256         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24257         after images.
24258
24259         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24260
24261 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24262
24263         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24264
24265         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24266
24267         * gnus-sum.el (gnus-summary-limit-to-age)
24268         (gnus-summary-limit-children): do.
24269
24270         * gnus-int.el (gnus-request-scan): do.
24271
24272         * gnus-group.el (gnus-group-suspend): do.
24273
24274         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24275
24276         * gnus-cite.el (gnus-cite-parse-attributions): do.
24277
24278         * gnus-agent.el (gnus-summary-set-agent-mark)
24279         (gnus-agent-regenerate-group): do.
24280
24281         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24282
24283         * binhex.el (binhex-decode-region-internal): do.
24284
24285 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24286
24287         * gnus-fun.el (gnus-face-properties-alist): New user option.
24288         (gnus-display-x-face-in-from): Use it.
24289
24290         * gnus-art.el (article-display-face): Ditto.
24291
24292         * compface.el (uncompface-use-external): Default to nil.
24293
24294 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24295
24296         * nntp.el (nntp-erase-buffer): New function.
24297         (nntp-retrieve-data, nntp-send-command)
24298         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24299         (nntp-possibly-change-group): Use it.
24300
24301         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24302         Use with-current-buffer.
24303
24304 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24305
24306         * compface.el: Merge the ELisp-based uncompface program.
24307         (compface): New customization group.
24308         (uncompface-use-external): New user option.
24309         (uncompface): Call uncompface-internal if uncompface-use-external
24310         is nil.
24311         (uncompface-internal): New function.  Note that there are also
24312         some other functions and variables added for this function.
24313
24314 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24315
24316         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24317         if necessary.
24318
24319 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24320
24321         * spam-report.el (spam-report-unplug-agent)
24322         (spam-report-plug-agent, spam-report-deagentize)
24323         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24324         Add support for the Agent in spam-report: when unplugged, report to a
24325         file; when plugged, submit all the requests.
24326
24327         * spam.el (spam-register-routine): Fix message about
24328         registration.
24329
24330 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24331
24332         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24333         dependencies.
24334         (rfc2047-encode): Use it.
24335
24336         * gnus-art.el (gnus-button-marker-list): Move before first
24337         reference.
24338
24339         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24340         (imap-parse-body): Fix format string mismatch.
24341
24342         * gnus-score.el (gnus-summary-increase-score): do.
24343
24344         * nnrss.el (nnrss-close): New function.
24345
24346 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24347
24348         * nnrss.el (nnrss-make-filename): New function.
24349         (nnrss-request-delete-group, nnrss-read-server-data)
24350         (nnrss-save-server-data, nnrss-read-group-data)
24351         (nnrss-save-group-data): Use it.
24352         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24353         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24354         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24355
24356 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24357
24358         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24359
24360 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24361
24362         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24363         files.
24364
24365         * message.el (message-generate-headers-first): Don't quote nil
24366         and t in docstrings.
24367
24368         * imap.el (imap-id): do.
24369
24370         * gnus-agent.el (gnus-agent-consider-all-articles)
24371         (gnus-agent-queue-mail): do.
24372
24373 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24374
24375         * spam-report.el (spam-report-process-queue): New function.
24376         Process requests from `spam-report-requests-file'.
24377         (spam-report-process-queue): Doc fix.
24378
24379 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24380
24381         * spam.el (spam-register-routine)
24382         (spam-log-processing-to-registry, spam-log-registered-p)
24383         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24384         Change "check" to "spam-check" for semi-clarity.
24385
24386 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24387
24388         * pop3.el: Require nnheader.
24389
24390         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24391
24392         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24393
24394         * gnus-picon.el: Require cl.
24395
24396         * gnus-fun.el: Require gnus-ems and gnus-util.
24397
24398         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24399
24400         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24401
24402         * gnus-art.el (gnus-article-edit-mode): Define before first
24403         reference.
24404
24405 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24406
24407         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24408         (gnus-uu-post-encoded): Use point-at-bol.
24409
24410         * gnus-topic.el (gnus-group-active-topic-p): do.
24411
24412         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24413
24414         * gnus-group.el (gnus-group-kill-region): do.
24415
24416         * gnus-art.el (article-date-ut): do.
24417
24418         * message.el (message-fetch-field): Remove redundant
24419         case-fold-search binding.
24420         (message-narrow-to-field): Simplify.
24421
24422 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24423
24424         * spam.el (spam-directory): Derive from `gnus-directory'.
24425
24426         * spam-report.el (spam-report-url-to-file)
24427         (spam-report-requests-file): New function and variable for offline
24428         reporting.
24429         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24430         and user defined function.
24431         (spam-report-url-ping-mm-url): Remove doubled slash.
24432
24433 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24434
24435         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24436
24437 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24438
24439         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24440         Fix format string mismatch.
24441
24442         * sieve.el (sieve-deactivate-all): do.
24443
24444         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24445
24446         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24447
24448         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24449
24450         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24451
24452 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24453
24454         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24455         the list of checks.
24456
24457 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24458
24459         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24460         padding.
24461
24462 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24463
24464         * mm-view.el (mm-fill-flowed): New variable.
24465         (mm-inline-text): Use it.
24466
24467 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24468
24469         * spam.el (spam-spamassassin-register-ham-routine)
24470         (spam-spamassassin-register-spam-routine): Fix function names.
24471
24472 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24473
24474         * gnus.el (gnus-tmp-grouplens): Remove.
24475         (gnus-summary-line-format): Remove grouplens.
24476
24477         * gnus-group.el (gnus-group-line-format): Ditto.
24478
24479         * gnus-spec.el (gnus-format-specs): Ditto.
24480         (gnus-update-format-specifications): Flush the group format spec
24481         cache if there's the grouplens stuff.
24482         (gnus-parse-simple-format): Replace %l with the empty string.
24483
24484 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24485
24486         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24487         omission.
24488
24489 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24490
24491         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24492         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24493
24494 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24495
24496         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24497         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24498         New macros and functions.
24499         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24500         Handle > NLINK_MAX messages.
24501         * nnmaildir.el (nnmaildir-request-set-mark):
24502         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24503
24504 2004-01-25  Alex Schroeder  <alex@gnu.org>
24505
24506         * spam-stat.el (spam-stat-process-directory-age): New option.
24507         (spam-stat-process-directory): Use it.
24508
24509 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24510
24511         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24512         (spam-stat-save): Accept prefix argument.
24513
24514 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24515
24516         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24517         links" error.
24518
24519 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24520
24521         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24522         the rest of the and/or forms.
24523
24524 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24525
24526         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24527         compatibility with old .newsrc.eld files.
24528
24529         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24530
24531         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24532
24533         * gnus-start.el (gnus-1): do.
24534
24535         * gnus-group.el (gnus-group-line-format-alist): do.
24536
24537         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24538
24539         * gnus-gl.el: Remove.
24540
24541 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24542
24543         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24544         marks consisting of a single range {for example, (3 . 5)} rather
24545         than a list of a single range { ((3 . 5)) }.
24546
24547 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24548
24549         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24550         Use with-current-buffer.
24551         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24552         avoid consing a string.
24553
24554         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24555         Remove obsolete entries for big5 and gb2312.
24556
24557 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24558
24559         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24560         uncompressed list.
24561
24562 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24563
24564         * spam-stat.el (spam-stat-strip-xref): New function.
24565         (spam-stat-process-directory): Use it.
24566
24567         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24568         here -- it's done in message-fetch-field.
24569
24570 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24571
24572         * gnus-agent.el (gnus-agent-queue-mail)
24573         (gnus-agent-prompt-send-queue): New variables.
24574         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24575         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24576         "nndraft:queue" along to gnus-draft-send.
24577         Use gnus-agent-prompt-send-queue.
24578         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24579         is "nndraft:queue".  Suggested by Gaute Strokkenes
24580         <gs234@srcf.ucam.org>
24581
24582         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24583         (agent-enable-undownloaded-faces): Add.
24584         (gnus-agent-cat-groups): Use eval-and-compile, not
24585         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24586         method of gnus-agent-cat-groups even when the buffer has been
24587         evaled.
24588         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24589         delete gnus-agent-save-active-1.
24590         (gnus-agent-save-groups): Delete.  Identical to
24591         gnus-agent-save-active.
24592         (gnus-agent-write-active): No longer adjust agent's copy of active
24593         file as agent's adjustments are now stored in their own
24594         file.  Remove optional parameter.
24595         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24596         servers.  Add use of min/max range limits from server's local
24597         file.
24598         (gnus-agent-save-alist): Remove unused optional argument.
24599         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24600         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24601         (gnus-agent-set-local): A per-server file that keeps min/max range
24602         limits for articles known to the agent.  Provides a fast mechanism
24603         for altering many active ranges.
24604         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24605         active file (local makes it unnecessary).
24606         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24607
24608         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24609         (agent-enable-undownloaded-faces): Add.
24610
24611         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24612         disable it when sending to "nndraft:queue".
24613         (gnus-group-send-queue): Add safety check to avoid sending queue
24614         when unplugged.
24615
24616         * gnus-group.el (gnus-group-catchup): Use new
24617         gnus-sequence-of-unread-articles, not
24618         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24619         numbers of articles.  Use gnus-range-map to avoid having to
24620         uncompress the unread list.
24621         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24622         Fix invalid ange-ftp reference.
24623
24624         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24625         (gnus-sorted-range-intersection): Intersection of two ranges
24626         without requiring that they first be uncompressed.
24627
24628         * gnus-start.el (gnus-activate-group): Unless blocked by the
24629         caller, possibly expand the active range to include both cached
24630         and agentized articles.
24631         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24632         multiple version-dependent converters.
24633         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24634         gnus-agent-save-active.
24635         (gnus-save-newsrc-file): Save dirty agent range limits.
24636
24637         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24638         gnus-agent-possibly-alter-active.
24639         (gnus-adjust-marked-articles): Faster handling of simple lists.
24640
24641 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24642
24643         * spam-stat.el (spam-stat-test-directory): New optional argument
24644         displays a list of files detected.  Suggested by Andrew Cohen
24645         <cohen@andy.bu.edu>.
24646         (spam-stat-buffer-words-with-scores): Don't narrow and change
24647         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24648
24649 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24650
24651         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24652         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24653         (spam-spamassassin-arguments)
24654         (spam-spamassassin-spam-flag-header)
24655         (spam-spamassassin-positive-spam-flag-header)
24656         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24657         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24658         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24659         (spam-list-of-processors, spam-list-of-checks)
24660         (spam-list-of-statistical-checks, spam-registration-functions)
24661         (spam-check-spamassassin-headers, spam-check-spamassassin)
24662         (spam-spamassassin-score)
24663         (spam-spamassassin-register-with-sa-learn)
24664         (spam-spamassassin-register-spam-routine)
24665         (spam-spamassassin-register-ham-routine)
24666         (spam-assassin-register-spam-routine)
24667         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24668         (spam-bogofilter-score): Fix to show article before scoring.
24669
24670 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24671
24672         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24673         default scoring function.
24674         (spam-generic-score): Call spam-spamassassin-score if
24675         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24676         spam-bogofilter-score otherwise.
24677
24678         * gnus.el (spam-process, spam-autodetect-methods):
24679         Add spamassassin and spamassassin-headers.
24680
24681 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24682
24683         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24684         Suppress unnecessary messages.
24685
24686 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24687
24688         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24689         make-hash-table.
24690
24691 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24692
24693         * canlock.el (base64-encode-string): Don't autoload it.
24694
24695 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24696
24697         * run-at-time.el: Remove useless (require 'itimer),
24698         eval-and-compile and (featurep 'xemacs).
24699
24700 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24701
24702         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24703         GROUP is a virtual group.
24704
24705 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24706
24707         * gnus.el: Autoload `message-y-or-n-p'.
24708
24709 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24710
24711         * pgg-parse.el: Remove unnecessary (require 'custom).
24712
24713         * pgg-def.el: do.
24714
24715         * nnmail.el: do.
24716
24717         * gnus-undo.el: do.
24718
24719         * gnus-picon.el: do.
24720
24721         * gnus-util.el: do.
24722
24723 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24724
24725         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24726
24727 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24728
24729         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24730         handle, as well as a list.
24731
24732         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24733         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24734         (mm-w3m-cid-retrieve): Simplify.
24735
24736 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24737
24738         * message.el (message-kill-to-signature): Allow prefix arg to
24739         specify number of lines to keep before signature.
24740
24741 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24742
24743         * message.el (message-kill-to-signature): Change docstring.
24744
24745 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24746
24747         * canlock.el: Always require sha1-el.
24748         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24749
24750         * message.el: Autoload sha1 only when compiling.
24751
24752         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24753         eudc-expand-inline for XEmacs.
24754
24755 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24756
24757         * message.el (message-canlock-generate): Require sha1-el.
24758
24759 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24760
24761         * message.el (message-expand-name): Silence the byte compiler.
24762
24763         * lpath.el: Add detect-coding-system.
24764
24765         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24766         cus-edit.
24767
24768 2004-01-13  Simon Josefsson  <jas@extundo.com>
24769
24770         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24771         Invoke gnus-score-mode.
24772         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24773
24774         * gnus-range.el (gnus-compress-sequence): Doc fix.
24775         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24776
24777 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24778
24779         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24780
24781 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24782
24783         * spam.el (spam-get-article-as-string): Update to use
24784         gnus-request-article-this-buffer, much simpler.
24785         (spam-get-article-as-buffer): Remove.
24786
24787 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24788
24789         * message.el (message-expand-name): Use EUDC if the user uses that.
24790
24791 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24792
24793         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24794         character for the encoding to avoid consing a string.
24795
24796         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24797         unnecessarily.
24798
24799         * mm-util.el (mm-replace-chars-in-string): Remove.
24800
24801         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24802         of mm-replace-chars-in-string.
24803
24804 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24805
24806         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24807
24808         * mm-util.el (mm-subst-char-in-string): Support inplace.
24809
24810         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24811         a new string in every iteration.  Use shy groups.
24812
24813 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24814
24815         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24816         * gnus-soup.el (gnus-soup-group-brew):
24817         * gnus-msg.el (gnus-put-message):
24818         * gnus-move.el (gnus-group-move-group-to-server):
24819         * gnus-kill.el (gnus-batch-score):
24820         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24821         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24822         (gnus-group-update-group, gnus-group-read-group)
24823         (gnus-group-make-group, gnus-group-make-help-group)
24824         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24825         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24826         (gnus-group-sort-by-unread, gnus-group-catchup)
24827         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24828         (gnus-group-yank-group, gnus-group-set-info)
24829         (gnus-group-list-groups):
24830         * gnus.el (gnus-generate-new-group-name):
24831         * gnus-delay.el (gnus-delay-send-queue):
24832         * nnvirtual.el (nnvirtual-catchup-group):
24833         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24834         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24835         (gnus-group-prepare-topics, gnus-topic-check-topology):
24836         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24837         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24838         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24839         (gnus-group-make-articles-read):
24840         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24841         (gnus-group-change-level, gnus-kill-newsgroup)
24842         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24843         (gnus-get-unread-articles, gnus-make-articles-unread)
24844         (gnus-make-ascending-articles-unread): Use accessor
24845         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24846         to get group information for improved readability.
24847
24848
24849 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24850
24851         * gnus-art.el (article-decode-mime-words, article-babel)
24852         (gnus-article-highlight-signature, gnus-article-add-buttons)
24853         (gnus-signature-toggle): Use gnus-with-article-buffer.
24854
24855         * gnus-art.el (gnus-article-highlight-headers)
24856         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24857
24858         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24859         (gnus-article-set-globals, gnus-request-article-this-buffer)
24860         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24861         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24862         (gnus-mime-display-alternative): Use with-current-buffer.
24863
24864 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24865
24866         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24867         also under 80 char limit, and call gnus-error if needed.
24868         (spam-fetch-article-header): Fix - it was a
24869         buffer-local variable (gnus-newsgroup-data).
24870         (spam-find-spam): Use spam-generate-fake-headers, forget about
24871         spam-insert-fake-headers.
24872         (spam-insert-fake-headers): Remove.
24873
24874 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24875
24876         * deuglify.el (gnus-article-outlook-unwrap-lines)
24877         (gnus-outlook-rearrange-article)
24878         (gnus-outlook-repair-attribution-outlook)
24879         (gnus-outlook-repair-attribution-block)
24880         (gnus-outlook-repair-attribution-other): Remove redundant
24881         save-excursion.
24882
24883 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24884
24885         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24886         (spam-fetch-field-subject-fast)
24887         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24888         (spam-fetch-article-header): Add functions to deal with Gnus
24889         internals for fast retrieval of article header data.
24890         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24891
24892 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24893
24894         * pop3.el (pop3-md5): Remove.
24895         (pop3-apop): Replace pop3-md5 with md5.
24896
24897         * mm-bodies.el: base64 is always built-in.
24898
24899         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24900         Use with-current-buffer.
24901
24902 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24903
24904         * canlock.el (canlock-insert-header): Remove excessive grouping in
24905         regexp.
24906
24907         * gnus-sum.el (gnus-summary-read-document): Ditto.
24908
24909         * gnus-uu.el (gnus-uu-part-number): Ditto.
24910
24911         * html2text.el (html2text-remove-tags): Ditto.
24912         (html2text-format-tags): Ditto.
24913         (html2text-format-single-elements): Ditto.
24914
24915         * mml.el (mml-parse-1): Ditto.
24916
24917 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24918
24919         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24920
24921         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24922
24923         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24924
24925         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24926
24927 2003-11-15  Simon Josefsson  <jas@extundo.com>
24928
24929         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24930         (pgg-gpg-lookup-key): Use regexp match instead of
24931         split-string (split-string is different between emacs 21.2 and
24932         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24933
24934 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24935
24936         * gnus-art.el (gnus-mime-view-all-parts)
24937         (gnus-article-part-wrapper, gnus-article-view-part):
24938         Use with-current-buffer.
24939
24940 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24941
24942         * spam.el (spam-disable-spam-split-during-ham-respool)
24943         (spam-spamoracle-database, spam-cache-lookups)
24944         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24945         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24946         (spam-group-ham-marks, spam-group-spam-marks)
24947         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24948         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24949         also add spam-use-blackholes to the statistical checks.
24950         (spam-fetch-field-fast): Add interface to fetching fields, may
24951         become a macro.
24952         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24953         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24954         (spam-insert-fake-headers): Fake an article when needed.
24955         (spam-find-spam): Fake article when possible.
24956         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24957         (spam-check-bogofilter-headers): Use message-fetch-field instead
24958         of nnmail-fetch-field.
24959
24960 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24961
24962         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24963
24964 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24965
24966         * spam.el (spam-split): Do not require spam-use-CHECK to be
24967         enabled if that check is passed to spam-split explicitly; also
24968         fix so 'spam doesn't get converted to spam-split-group when
24969         spam-split-symbolic-return is t.
24970         (spam-find-spam): Find registrations of the article and use those
24971         instead of re-running spam-split to find the spam/ham
24972         classification of the article.
24973         (spam-log-processing-to-registry, spam-log-registered-p)
24974         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24975         Use gnus-error instead of gnus-message.
24976         (spam-log-registration-type): Add function to determine the
24977         classification of a message based on registry entries; will
24978         return nil if both 'spam and 'ham are found.
24979         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24980         a reasonably fast local cache without the loading errors.
24981         (spam-cache-lookups): Set to t by default.
24982         (spam-find-spam): Don't try to guess spam-cache-lookups.
24983         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24984         spam-caches entry.
24985         (spam-filelist-build-cache, spam-filelist-check-cache):
24986         Fix caching of whitelist/blacklist entries.
24987         (spam-check-whitelist, spam-check-blacklist):
24988         Invoke spam-from-listed-p with a type, not a cache variable.
24989         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24990
24991 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24992
24993         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24994
24995         * nnmail.el (nnmail-split-fancy): do.
24996
24997         * mml.el (mml-parse): do.
24998
24999         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25000         (gnus-score-adaptive): do.
25001
25002 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25003
25004         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25005         (gnus-mime-button-map): Don't set keymap parent.
25006         (gnus-button-ctan-directory-regexp): Use shy grouping.
25007         (gnus-prev-page-map): Don't set keymap parent.
25008         (gnus-prev-page-map): Remove duplicated one.
25009         (gnus-next-page-map): Don't set keymap parent.
25010         (gnus-mime-security-button-map): Ditto.
25011
25012         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25013         version number.
25014
25015         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25016
25017 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25018
25019         * canlock.el (canlock-sha1-function): Remove.
25020         (canlock-sha1-function-for-verify): Remove.
25021         (canlock-openssl-program): Remove.
25022         (canlock-openssl-args): Remove.
25023         (canlock-ignore-errors): Remove.
25024         (canlock-sha1-with-openssl): Remove.
25025         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25026         (canlock-verify): Don't use canlock-ignore-errors.
25027
25028         * sha1-el.el (sha1-string-external): Make it can return a string
25029         in binary form.
25030         (sha1-region-external): Ditto.
25031         (sha1-string-internal): Ditto.
25032         (sha1-region-internal): Ditto.
25033         (sha1-region): Ditto.
25034         (sha1-string): Ditto.
25035         (sha1): Ditto.
25036
25037 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25038
25039         * spam.el (spam-report-articles-gmane): New command.
25040
25041 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25042
25043         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25044
25045         * run-at-time.el (run-at-time-saved): Remove.
25046         (run-at-time): Doc fix.
25047
25048 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25049
25050         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25051         (gnus-summary-limit-map): Add it.
25052         (gnus-summary-make-menu-bar): do.
25053
25054 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25055
25056         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25057         Make attempt at some caching support (done for BBDB only now).
25058         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25059         addresses to be checked.
25060         (spam-clear-cache-BBDB): Add function, to be invoked by
25061         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25062         (spam-check-BBDB): Check and use the caches, if
25063         spam-cache-lookups is on, remove superfluous (provide).
25064
25065 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25066
25067         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25068
25069 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25070
25071         * run-at-time.el (run-at-time-saved): Move to after the definition
25072         of `run-at-time'.
25073
25074         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25075
25076 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25077
25078         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25079         mm-w3m-local-map-property.
25080
25081         * mm-view.el (mm-w3m-mode-map): Remove.
25082         (mm-w3m-local-map-property): Remove.
25083         (mm-inline-text-html-render-with-w3m): Don't use
25084         mm-w3m-local-map-property.
25085
25086 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25087
25088         * run-at-time.el: New file.
25089
25090         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25091         under Emacs.
25092
25093         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25094         of gnus-set-text-properties.
25095
25096         * gnus-uu.el (gnus-uu-save-article): Ditto.
25097
25098         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25099
25100         * gnus-cite.el (gnus-cite-parse): Ditto.
25101
25102         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25103         of gnus-.
25104
25105         * gnus-xmas.el (run-at-time): Require run-at-time.
25106
25107         * gnus.el: Change calls to nnheader-run-at-time and
25108         password-run-at-time throughout to use run-at-time directly.
25109
25110         * password.el: Remove definition of run-at-time.
25111
25112         * nnheaderxm.el: Remove definition of run-at-time.
25113
25114 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25115
25116         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25117         in prompt.
25118
25119 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25120
25121         * messagexmas.el (message-xmas-redefine): Alias
25122         `message-make-caesar-translation-table' to
25123         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25124         version.
25125
25126         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25127         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25128         `gnus-xmas-set-text-properties'.
25129         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25130         `gnus-xmas-completing-read'.
25131         (gnus-xmas-completing-read): Removed.
25132         (gnus-xmas-open-network-stream): Removed.
25133
25134         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25135         XEmacs version.
25136
25137         * dns.el (dns-make-network-process): Use `open-network-stream'
25138         instead of `gnus-xmas-open-network-stream'.
25139
25140         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25141
25142         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25143
25144 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25145
25146         * gnus-art.el (gnus-mime-display-alternative)
25147         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25148         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25149         Don't use gnus-local-map-property.
25150
25151         * gnus-util.el (gnus-local-map-property): Remove.
25152
25153         * mm-view.el (mm-view-pkcs7-decrypt):
25154         Replace gnus-completing-read-maybe-default with completing-read.
25155
25156         * gnus-util.el (gnus-completing-read): do.
25157         (gnus-completing-read-maybe-default): Remove.
25158
25159 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25160
25161         * password.el: Only autoload `run-at-time' if not XEmacs.
25162         Only autoload the itimer functions if XEmacs.
25163
25164 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25165
25166         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25167         XEmacsen.
25168
25169         * dgnushack.el: Autoload executable-find for XEmacs.
25170
25171 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25172
25173         * gnus-art.el (gnus-read-string): Remove.
25174         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25175         read-string.
25176
25177 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25178
25179         * netrc.el: Autoload password-read.
25180         (netrc): Add configuration group.
25181         (netrc-encoding-method, netrc-openssl-path):
25182         Add variables for encoding and decoding of files with symmetric
25183         ciphers.
25184         (netrc-encode): Add assistant function to encode a file with
25185         netrc-encoding-method.
25186         (netrc-parse): Add interactive parameter, added optional
25187         decoding if netrc-encoding-method is non-nil but otherwise
25188         behavior is standard.
25189         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25190         Do s/encode/encrypt/ everywhere.
25191
25192         * spam.el: Remove executable-find autoload.
25193
25194 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25195
25196         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25197
25198         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25199
25200 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25201
25202         * gnus-art.el (gnus-treat-ansi-sequences)
25203         (article-treat-ansi-sequences): New variable and function.
25204         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25205
25206         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25207         Use it.
25208
25209 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25210
25211         * mm-util.el (mm-quote-arg): Remove.
25212
25213         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25214         shell-quote-argument.
25215
25216         * gnus-uu.el (gnus-uu-command): do.
25217
25218         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25219
25220         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25221         with make-char.
25222
25223         * mm-util.el (mm-make-char): Remove.
25224
25225         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25226         add-minor-mode.
25227
25228         * gnus-undo.el (gnus-undo-mode): do.
25229
25230         * gnus-topic.el (gnus-topic-mode): do.
25231
25232         * gnus-sum.el (gnus-dead-summary-mode): do.
25233
25234         * gnus-start.el (gnus-slave-mode): do.
25235
25236         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25237
25238         * gnus-ml.el (gnus-mailing-list-mode): do.
25239
25240         * gnus-gl.el (gnus-grouplens-mode): do.
25241
25242         * gnus-draft.el (gnus-draft-mode): do.
25243
25244         * gnus-dired.el (gnus-dired-mode): do.
25245
25246         * gnus-ems.el (gnus-add-minor-mode): Remove.
25247
25248         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25249         Replace gnus-char-width with char-width.
25250
25251         * gnus-ems.el (gnus-char-width): Remove.
25252
25253         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25254         Replace gnus-char-width with char-width.
25255
25256         * gnus-ems.el (gnus-char-width): Remove.
25257
25258         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25259         definition.
25260         Remove Emacs 20 hash table compatibility code.
25261
25262         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25263         20 compatibility code.
25264
25265         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25266
25267         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25268
25269         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25270         Replace with point-at-{eol,bol}.
25271
25272         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25273
25274         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25275
25276         * flow-fill.el (fill-flowed-point-at-bol)
25277         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25278
25279         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25280         Replace with point-at-{eol,bol} throughout all files.
25281
25282 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25283
25284         * ntlm.el (ntlm-string-as-unibyte): New macro.
25285         (ntlm-build-auth-response): Use it.
25286
25287         Remove Emacs 20 stuff:
25288         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25289         (butlast, mapc, remove): Remove the compiler macros.
25290         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25291         of delq and copy-sequence.
25292         * gnus-art.el (popup-menu): Remove the compiler macro.
25293         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25294         Emacs 20.
25295
25296 2004-01-05  Simon Josefsson  <jas@extundo.com>
25297
25298         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25299         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25300         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25301         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25302         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25303         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25304         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25305         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25306         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25307         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25308         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25309         string-xor into ntlm-string-xor.
25310         Suggested by Jesper Harder <harder@myrealbox.com>.
25311
25312         * ntlm.el: Don't include poem.
25313
25314         * md4.el (print-int32, print-string-hexa): Remove.
25315         Suggested by Jesper Harder <harder@myrealbox.com>.
25316
25317         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25318
25319         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25320         probably breaks emacs with DL patch, but do we care? Is anyone
25321         still using the DL stuff?)
25322
25323         * sieve-manage.el: Use the password package.
25324         (sieve-manage-read-passwd): Remove.
25325         (sieve-manage-interactive-login): Use password.  Re-add
25326         condition-case around loop.
25327
25328         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25329         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25330         Use the password package.
25331
25332 2003-02-19  Simon Josefsson  <jas@extundo.com>
25333
25334         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25335         token.
25336
25337 2002-08-07  Simon Josefsson  <jas@extundo.com>
25338
25339         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25340         (sieve-manage-authenticators):
25341         (sieve-manage-authenticator-alist): Add some SASL mechs.
25342         (sieve-sasl-auth): New function.
25343         (sieve-manage-cram-md5-auth):
25344         (sieve-manage-plain-auth): Rewrite using SASL library.
25345         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25346         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25347         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25348         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25349
25350 2004-01-05  Simon Josefsson  <jas@extundo.com>
25351
25352         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25353         New files.
25354
25355 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25356
25357         * gnus-group.el (gnus-no-groups-message): Update.
25358
25359         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25360
25361 2003-11-09  Simon Josefsson  <jas@extundo.com>
25362
25363         * imap.el: Support for ID IMAP extension (RFC 2971).
25364         (imap-local-variables): Add imap-id.
25365         (imap-id): New variable.
25366         (imap-id): New function.
25367         (imap-parse-response): Parse untagged ID response.
25368         * nnimap.el (nnimap-id): New variable.
25369         (nnimap-open-connection): Use it.
25370
25371 2003-12-28  Simon Josefsson  <jas@extundo.com>
25372
25373         * gnus-score.el (gnus-score-edit-all-score): New.
25374         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25375
25376 2004-01-04  Simon Josefsson  <jas@extundo.com>
25377
25378         * password.el: Add.
25379
25380 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25381
25382         * dns.el (dns-query-types): Fix typo.
25383         (dns-query-types): New function.
25384         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25385         PTR and SOA replies, see RFC 1035.
25386
25387 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25388
25389         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25390
25391         * Move to Changelog.2.
25392
25393 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25394
25395         * gnus.el (gnus-version-number): Bump version.
25396
25397 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25398
25399         * gnus.el: No Gnus v0.1 is released.
25400
25401 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25402
25403         * gnus.el: No Gnus v0.0 is released.
25404
25405 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25406
25407         * gnus.el (gnus-version-number): Bump.
25408         (gnus-version): No.
25409
25410 See ChangeLog.2 for earlier changes.
25411
25412   Copyright (C) 2004-2012 Free Software Foundation, Inc.
25413
25414   This file is part of GNU Emacs.
25415
25416   GNU Emacs is free software: you can redistribute it and/or modify
25417   it under the terms of the GNU General Public License as published by
25418   the Free Software Foundation, either version 3 of the License, or
25419   (at your option) any later version.
25420
25421   GNU Emacs is distributed in the hope that it will be useful,
25422   but WITHOUT ANY WARRANTY; without even the implied warranty of
25423   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25424   GNU General Public License for more details.
25425
25426   You should have received a copy of the GNU General Public License
25427   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25428
25429 ;; Local Variables:
25430 ;; coding: utf-8
25431 ;; fill-column: 79
25432 ;; add-log-time-zone-rule: t
25433 ;; End: