gnus.el (gnus-other-frame-resume-function): Add user option.
[gnus] / lisp / ChangeLog
1 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
4         instead of <pre> to align message header.
5
6 2012-12-12  Sam Steingold  <sds@gnu.org>
7
8         * gnus.el (gnus-other-frame-resume-function): Add user option.
9         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
10
11 2012-12-06  Sam Steingold  <sds@gnu.org>
12
13         * gnus-start.el (gnus-before-resume-hook): Add.
14         (gnus-1): Run it when Gnus is alive.
15
16 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
19         * gnus-art.el (article-unsplit-urls)
20         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
21         * gnus-registry.el (gnus-registry-get-article-marks)
22         * message.el (message-goto-body): Use it.
23         (message-called-interactively-p): Remove.
24
25         * spam-stat.el (spam-stat-called-interactively-p): New macro.
26         (spam-stat-score-buffer): Use it.
27
28         * spam.el: Silence the warnings against BBDB functions when compiling.
29
30         * gnus-score.el (gnus-score-decode-text-parts):
31         Use append+mapcar instead of the cl function mapcan.
32
33 2012-12-05  Sam Steingold  <sds@gnu.org>
34
35         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
36         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
37         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
38
39 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * gmm-utils.el (gmm-called-interactively-p): Revert.
42         This seems to cause Emacs to get stuck!
43         * gnus-art.el (article-unsplit-urls)
44         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
45         * gnus-registry.el (gnus-registry-get-article-marks)
46         * message.el (message-goto-body)
47         (message-called-interactively-p): Revert.
48
49         * gmm-utils.el (gmm-called-interactively-p): New function.
50         * gnus-art.el (article-unsplit-urls)
51         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
52         * gnus-registry.el (gnus-registry-get-article-marks)
53         * message.el (message-goto-body): Use it.
54         (message-called-interactively-p): Remove.
55
56         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
57         * gnus-sync.el (gnus-sync-lesync-call)
58         * message.el (message-read-from-minibuffer): Use it.
59
60 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
61
62         * gmm-utils.el (gmm-flet): Remove.
63         * gnus-sync.el (gnus-sync-lesync-call)
64         * message.el (message-read-from-minibuffer): Don't use it.
65
66 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * gmm-utils.el (gmm-labels): Use cl-labels if available.
69
70 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
73
74         * gnus-sync.el (gnus-sync-lesync-call)
75         * message.el (message-read-from-minibuffer): Use gmm-flet.
76
77         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
78
79         * gnus-util.el (gnus-macroexpand-all): Remove.
80
81 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
82
83         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
84         to TAB, not [tab].
85         (gnus-summary-article-map): Likewise.
86
87         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
88         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
89
90 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
91
92         * time-date.el: Commentary fix.
93
94 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
95
96         * color.el: Don't require cl.
97         (color-complement): `caddr' -> `nth 2'.
98
99         * time-date.el (time-to-seconds): De-obsolete.
100
101 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
102
103         * message.el (message-get-reply-headers):
104         Make sure the reply goes to the author if it is a wide reply.
105
106 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
107
108         * gnus-score.el (gnus-score-body):
109         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
110         scoring by body.
111
112 2012-11-16  Glenn Morris  <rgm@gnu.org>
113
114         * gnus-diary.el (nndiary-request-create-group-functions)
115         (nndiary-request-update-info-functions)
116         (gnus-subscribe-newsgroup-functions)
117         (nndiary-request-accept-article-functions):
118         Use new names for hooks rather than obsolete aliases.
119
120 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * dgnushack.el (define-obsolete-variable-alias): Simplify.
123
124 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
127         in meta tag with the one the part specifies in its header.
128
129 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
130
131         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
132         by default.
133
134 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
137         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
138
139 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
142         and a runtime function for it, of which the XEmacs version takes only
143         two arguments.
144
145 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
146
147         * nndiary.el (nndiary-request-create-group-functions)
148         (nndiary-request-update-info-functions)
149         (nndiary-request-accept-article-functions):
150         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
151         "-hooks" suffix.
152
153 2012-10-19  Julien Danjou  <julien@danjou.info>
154
155         * gnus-art.el: Require gnus-util because it uses
156         `gnus-timer--function'.
157
158 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
159
160         * starttls.el (starttls-extra-arguments): Doc fix.
161
162 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
165         it.
166
167 2012-10-06  Glenn Morris  <rgm@gnu.org>
168
169         * gnus-notifications.el (gnus-notifications):
170         Add missing group :version tag.
171         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
172         (gnus-gcc-post-body-encode-hook):
173         * gnus-sync.el (gnus-sync-lesync-name)
174         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
175
176 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
177
178         * color.el (color-hsl-to-rgb): Fix incorrect results for
179         small and large hue values.  (Bug#12559)
180
181 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         New UIDL implementation.
184
185         * mail-source.el (mail-sources, mail-source-keyword-map):
186         Add :leave as a pop3 keyword.
187         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
188
189         * pop3.el (pop3-leave-mail-on-server): Allow number.
190         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
191         (pop3-movemail): Add UIDL support.
192         (pop3-send-streaming-command): Take a list of mail numbers instead of
193         the number of mails.
194         (pop3-write-to-file): Add X-UIDL header.
195         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
196         (pop3-uidl-add-xheader): New functions.
197
198         * message.el (message-ignored-resent-headers):
199         Add X-Content-Length and X-UIDL headers.
200
201 2012-10-05  Glenn Morris  <rgm@gnu.org>
202
203         * color.el (color-name-to-rgb, color-rgb-to-hex)
204         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
205         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
206         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
207         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
208
209 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
212         a user about whether to delete temp files if once a user answered as n.
213
214 2012-09-25  Chong Yidong  <cyd@gnu.org>
215
216         * password-cache.el (password-read-and-add): Use a declare form to mark
217         this function obsolete.
218
219 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * lpath.el: Bind mail-encode-mml for old Emacsen.
222
223 2012-09-17  Richard Stallman  <rms@gnu.org>
224
225         * message.el (message-in-body-p): Don't set mark or modify buffer.
226
227         * mml.el (mml-attach-file): Doc fix.
228         (mml-attach-external, mml-attach-buffer, mml-attach-file):
229         Set mail-encode-mml when in Mail mode.
230         Simplify code to set HEAD and move back to HEAD.
231         (mml-insert-multipart, mml-insert-part):
232         Set mail-encode-mml when in Mail mode.
233
234 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * gnus-util.el (gnus-timer--function): New function.
237
238         * gnus-art.el (gnus-article-stop-animations): Use it.
239
240 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
241
242         Fix glitches caused by addition of psec to timers.
243         * gnus-art.el (gnus-article-stop-animations): Use timer--function
244         rather than raw access to timer vector.
245
246 2012-09-11  Julien Danjou  <julien@danjou.info>
247
248         * gnus-notifications.el (gnus-notifications): Check for nil values in
249         ignored addresses check.
250
251 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
252
253         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
254
255 2012-09-07  Chong Yidong  <cyd@gnu.org>
256
257         * gnus-util.el
258         (gnus-put-text-property-excluding-characters-with-faces): Restore.
259
260         * gnus-salt.el (gnus-tree-highlight-node):
261         * gnus-sum.el (gnus-summary-highlight-line):
262         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
263
264 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
265
266         * gnus-util.el: Fix compilation error on XEmacs 21.4.
267
268 2012-09-06  Juri Linkov  <juri@jurta.org>
269
270         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
271         scheme for buffer names to be more consistent with other group and
272         article buffer names in Gnus.
273
274 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
275
276         * gnus-util.el
277         (gnus-put-text-property-excluding-characters-with-faces): Removed.
278
279         * gnus-compat.el: Define compat function `add-face' from Wolfgang
280         Jenkner.
281
282         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
283
284         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
285
286         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
287
288 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
291         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
292
293         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
294         string-prefix-p in Emacs >=23.2.
295
296         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
297         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
298         instead of string-match-p.
299         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
300
301 2012-09-06  Kenichi Handa  <handa@gnu.org>
302
303         * qp.el (quoted-printable-decode-region): Fix previous change; handle
304         lowercase a..f.
305
306 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
307
308         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
309
310 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
311
312         * nnimap.el (nnimap-request-move-article): Decode the group name when
313         doing internal moves to avoid charset issues.
314
315         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
316         TIME is set.
317
318 2012-09-05  Juri Linkov  <juri@jurta.org>
319
320         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
321         than one group at a time (bug#11961).
322
323 2012-09-05  Julien Danjou  <julien@danjou.info>
324
325         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
326         this hide the real reason with a message giving absolutely no hint.
327
328 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
329
330         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
331         to the backend (bug#11804).
332
333         * message.el (message-insert-newsgroups): Don't insert newsgroup
334         duplicates (bug#12275).
335
336 2012-09-05  John Wiegley  <johnw@newartisans.com>
337
338         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
339         sieve rules.
340
341 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
342
343         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
344         function.
345
346         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
347
348         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
349
350 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
351
352         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
353         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
354         This should make nnmaildir more usable with offlineimap.
355
356 2012-09-05  Julien Danjou  <julien@danjou.info>
357
358         * nnimap.el (nnimap-request-list): Revert change that made listing
359         synchronous.
360         (nnimap-get-responses): Restore.
361
362 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
363
364         * dgnushack.el: XEmacs 21.5 compilation fix.
365
366         * gnus-notifications.el (gnus-notifications-notify): Use it.
367
368         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
369         warnings on XEmacs.
370
371 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
372
373         Better seeds for (random).
374         * gnus-sync.el (gnus-sync-lesync-setup):
375         * message.el (message-canlock-generate, message-unique-id):
376         Change (random t) to (random), now that the latter is more random.
377
378 2012-08-31  Dave Abrahams  <dave@boostpro.com>
379         * nnimap.el (nnimap-change-group): Document result value
380
381         * auth-source.el (auth-sources): Fix macos keychain access.
382
383         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
384         allow the backend `request-head' function to determine the group
385         name on its own.
386         (gnus-request-expire-articles): Filter out negative article numbers
387         during expiry (Bug#11980).
388
389         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
390         O(N^2) to O(N).  This makes warping into huge groups tolerable.
391
392         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
393         you've found the article when you haven't.
394
395         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact that
396         nnimap-change-group can return t
397
398 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
399
400         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
401
402 2012-08-30  Julien Danjou  <julien@danjou.info>
403
404         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
405         `gnus-notifications-timeout'.
406         (gnus-notifications-timeout): Add.
407         (gnus-notifications-action): New function.
408         (gnus-notifications-notify): Add :action using
409         `gnus-notifications-action'.
410         (gnus-notifications-id-to-msg): New variable.
411         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
412         notifications id to messages.
413
414 2012-08-30  Kenichi Handa  <handa@gnu.org>
415
416         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
417         once.
418
419 2012-08-29  Julien Danjou  <julien@danjou.info>
420
421         * gnus-notifications.el: New file.
422         (gnus-notifications-notify): New function.
423         (gnus-notifications): Use `gnus-notifications-notify'.
424
425 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
428         transfer encoding first; bind gnus-newsgroup-charset to the charset
429         that the article specifies (Bug#12209).
430
431 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
434         (gnus-group-customize-done): Encode values posting-style holds.
435
436         * gnus-msg.el (gnus-summary-resend-message)
437         (gnus-configure-posting-styles): Decode values posting-style group
438         parameter holds.
439
440 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
441
442         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
443         `name' and `address' in Resent-From header.
444
445 2012-08-14  Chong Yidong  <cyd@gnu.org>
446
447         * gnus-art.el (article-display-face): Handle failure in
448         gnus-create-image (Bug#11802).
449
450 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
451
452         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
453         Use defsetf.
454
455 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
456
457         * auth-source.el: (auth-source-plstore-search)
458         (auth-source-secrets-search): Ignore :require and :type in search spec.
459
460 2012-08-06  Julien Danjou  <julien@danjou.info>
461
462         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
463         `nnimap-request-move-article'.
464
465         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
466         Remove autoload, already handled by gnus.el.
467
468         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
469
470         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
471         supported by nnimap actually. Reverts previous change.
472
473         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
474         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
475         to-buffer argument that is already supported.
476
477 2012-08-05  Julien Danjou  <julien@danjou.info>
478
479         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
480         Add autoload.
481
482 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus.el (gnus-valid-select-methods): Fix custom type.
485
486 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
487
488         * auth-source.el (auth-sources, auth-source-backend-parse)
489         (auth-source-macos-keychain-search)
490         (auth-source-macos-keychain-search-items)
491         (auth-source-macos-keychain-result-append)
492         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
493         auth-source.el through the /usr/bin/security utility.
494         (auth-sources): Fix syntax error.
495         (auth-source-macos-keychain-result-append): Fix variable name.
496         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
497
498 2012-07-27  Julien Danjou  <julien@danjou.info>
499
500         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
501         Emacs < 24.1
502
503 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * message.el (message-kill-address): Don't kill last newline.
506         (message-skip-to-next-address): Don't move to the next header.
507         (message-fill-field-address): Work properly.
508
509 2012-07-25  Julien Danjou  <julien@danjou.info>
510
511         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
512
513 2012-07-24  Julien Danjou  <julien@danjou.info>
514
515         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
516
517         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
518         (nntp-async-timer-handler): Remove, unused.
519
520         * nnimap.el (nnimap-get-responses): Remove, unused.
521
522         * nnheader.el (mail-header-set-extra): Remove, unused.
523
524         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
525         unused.
526
527         * mm-view.el (mm-view-sound-file): Remove, unused.
528
529         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
530         (mm-url-encode-multipart-form-data): Remove, unused.
531
532         * message.el (message-remove-signature, message-make-host-name)
533         (message-fill-address): Remove, unused.
534
535         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
536         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
537         unused.
538
539         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
540         (gnus-xmas-call-region): Remove, unused.
541
542         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
543
544         * gnus-util.el (gnus-extract-address-component-name)
545         (gnus-extract-address-component-email, gnus-sortable-date)
546         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
547         (gnus-process-live-p): Remove, unused.
548
549         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
550
551         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
552         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
553         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
554         function.
555
556         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
557
558         * gnus-score.el (gnus-summary-score-crossposting)
559         (gnus-score-regexp-bad-p): Remove, unused.
560
561         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
562
563         * gnus-range.el (gnus-sublist-p): Remove, unused.
564
565         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
566         unused.
567
568         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
569
570         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
571         (gnus-request-associate-buffer): Remove, unused.
572
573         * gnus-group.el (gnus-group-set-method-info)
574         (gnus-group-set-params-info): Remove, unused.
575
576         * gnus-fun.el (gnus-shell-command-to-string)
577         (gnus-shell-command-on-region): Remove, unused.
578
579         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
580
581         * gnus-art.el (gnus-article-text-type-exists-p)
582         (article-translate-characters, gnus-article-hide-text-of-type)
583         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
584         Remove, unused.
585
586 2012-07-22  Andrew Cohen  <cohen@bu.edu>
587
588         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
589
590 2012-07-21  Julien Danjou  <julien@danjou.info>
591
592         * message.el (message-dont-reply-to-names): Replace deprecated
593         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
594         (message-get-reply-headers): Ditto.
595
596 2012-07-18  Julien Danjou  <julien@danjou.info>
597
598         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
599         `sieve-upload-and-kill'.
600
601         * sieve.el (sieve-bury-buffer): Remove function.
602         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
603         (sieve-upload-and-kill): New function, mapped to C-c C-c.
604
605 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
606
607         * shr.el (shr-expand-url): Handle URL starting with `//'.
608
609 2012-07-13  Chong Yidong  <cyd@gnu.org>
610
611         * smime.el (smime-certificate-info): Set buffer-read-only directly,
612         instead of calling toggle-read-only with a (bogus) argument.
613
614 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
615
616         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
617         of initial input when reading the author to restrict the summary to.
618
619 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * mm-decode.el (mm-shr):
622         Allow overriding charset by mm-charset-override-alist.
623
624 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * gnus-art.el (gnus-article-view-part):
627         Toggle subparts of multipart/alternative part.
628
629 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
630
631         * shr.el (shr-render-buffer): New command.
632         (shr-visit-file): Use it.
633
634 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
637         Set no-byte-compile and no-update-autoloads.
638
639 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
642
643 2012-06-25  Julien Danjou  <julien@danjou.info>
644
645         * nnimap.el (nnimap-request-articles-find-limit): Rename from
646         `nnimap-request-move-articles-find-limit' since we do not use it only
647         for move operations.
648         (nnimap-request-accept-article): Use
649         `nnimap-request-articles-find-limit' to limit search by message-id.
650
651 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
652
653         Support higher-resolution time stamps (Bug#9000).
654
655         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
656         VARLIST.  It's optional, for backward compatibility.
657         (encode-time-value): New optional arg PICO.  New type 3.
658         (time-to-seconds) [!float-time]: Support the new picoseconds
659         component if it's used.
660         (seconds-to-time, time-subtract, time-add):
661         Support ps-resolution time stamps as well.
662
663 2012-06-19  Julien Danjou  <julien@danjou.info>
664
665         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
666
667         * nnimap.el (nnimap-log-buffer): Check that
668         `window-point-insertion-type' is boundp, since it's not available in
669         XEmacs.
670
671 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
672
673         * nnimap.el (nnimap-log-buffer): Add this, setting
674         `window-point-insertion-type' in the buffer to t.
675         (nnimap-log-command): Use nnimap-log-buffer.
676
677 2012-06-19  Julien Danjou  <julien@danjou.info>
678
679         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
680         argument to be able to limit the search.
681         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
682         (nnimap-request-move-articles-find-limit): Add this to limit the search
683         by Message-Id after a message move.
684         (nnimap): Add defgroup.
685
686 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
687
688         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
689
690 2012-06-15  Julien Danjou  <julien@danjou.info>
691
692         * nnimap.el (nnimap-find-article-by-message-id): Use
693         `nnimap-possibly-change-group' rather than its own EXAMINE call.
694         (nnimap-possibly-change-group): Add read-only argument.
695         (nnimap-request-list): Use nnimap-possibly-change-group rather than
696         issuing EXAMINE manually.
697         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
698         with read-only argument.
699         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
700         cannot possibly change because we need to be sure that it's either
701         read-write or read-only.
702
703 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
706         being bound to a lambda form.
707
708 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
709
710         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
711         articles when fetch-old is non-nil (bug#11370).
712
713 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
714
715         * gnus-picon.el (gnus-picon-properties): New defcustom.
716         (gnus-picon-create-glyph): Use it.
717
718 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-group.el (gnus-group-get-new-news): Respect
721         `gnus-group-use-permanent-levels', as documented (bug#11638).
722
723 2012-06-10  Dave Abrahams  <dave@boostpro.com>
724
725         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
726         groups (bug#11641).
727
728 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
729
730         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
731         is an integer to avoid later problems.
732
733 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
734
735         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
736         locales.
737
738         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
739         on a handle.
740
741         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
742         address as the default.
743         (gnus-summary-insert-old-articles): Don't include unexistent messages.
744
745         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
746         makes no sense to query the user about internal files.
747
748         * gnus-spec.el: Remove all the byte-compilation stuff, since
749         benchmarking shows that it doesn't help when entering large summary
750         buffers.
751
752         * gnus-xmas.el (gnus-xmas-define): Remove.
753
754         * gnus-util.el (gnus-byte-code): Remove.
755
756         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
757         grouplens stuff.
758
759 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
762         (bug#11514).
763
764 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
765
766         * message.el (message-buffers): Return all buffers derived from Message
767         to make `gnus-dired-attach' work with mu4e.
768
769 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
770
771         * nntp.el: Stop the `letf' madness.
772         (nntp--report-1): New var.
773         (nntp-report): Merge nntp-report-1 into it.
774         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
775         the nntp-report function.
776
777         * auth-source.el: Fix comment-style to follow the convention.
778
779 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
780
781         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
782         (mm-dissect-singlepart): Don't guess the MIME type of
783         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
784         set.
785         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
786         toplevel MIME type is multipart/encrypted.
787
788 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
791         a string so that Gcc works (bug#11514).
792
793 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
794
795         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
796         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
797
798 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
799
800         * gnus-win.el (gnus-configure-frame): Don't signal an error when
801         jumping to *Server* from a dedicated *Group* window.
802         (gnus-configure-frame): CSE.
803
804         * gnus-registry.el: Minor style cleanup.
805         (gnus-registry--set/remove-mark): New function, extracted from
806         gnus-registry-install-shortcuts.
807         (gnus-registry-install-shortcuts): Use it.
808
809 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * nnspool.el (news-path): Use eval-and-compile.
812
813 2012-05-24  Glenn Morris  <rgm@gnu.org>
814
815         * nnspool.el (news-directory, news-path, news-inews-program):
816         Move here from paths.el.  Don't see a need for these to be autoloaded.
817
818         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
819         Merge in doc from paths.el version.  Don't see any need for this to be
820         autoloaded, or for the warning about users not setting it.
821
822 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
823
824         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
825         format.  In particular, add an optional argument and a docstring.
826
827         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
828
829         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
830         current before calling `gnus-groups-to-gnus-format'.
831         Note that this was already the case for `gnus-active-to-gnus-format'.
832
833 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
834
835         Fix minor Y10k bug.
836         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
837
838 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
839
840         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
841         message once it's actually open.
842
843 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
844
845         * gnus.el: Ma Gnus v0.5 is released.
846
847 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
848
849         * auth-source.el (auth-source--aput-1, auth-source--aput)
850         (auth-source--aget): New functions and macros.
851         Use them instead of aput/aget.
852
853 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
854
855         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
856
857 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
858
859         * plstore.el (plstore-called-interactively-p): New compat macro copied
860         from message.el.
861         (plstore-mode): Use it.
862
863 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
864
865         * plstore.el: Revive the editing feature.
866         (plstore-mode): New mode to edit plstore file.
867         (plstore-mode-toggle-display, plstore-mode-original)
868         (plstore-mode-decoded): New command.
869         (plstore--encode, plstore--decode, plstore--write-contents-functions)
870         (plstore--insert-buffer, plstore--make): New function.
871         (plstore-open, plstore-save): Simplify by using them.
872
873 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
876
877 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
878
879         * tls.el (open-tls-stream): Remove unused binding.
880
881 2012-04-16  Glenn Morris  <rgm@gnu.org>
882
883         * nndraft.el (nndraft-request-list): Fix declaration.
884
885 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886
887         * mm-decode.el (mm-dissect-buffer): Doc fix.
888
889         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
890         don't have a current group.
891
892         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
893         buffer if it doesn't exist.
894
895         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
896         given, mark the group as ephemeral with the current window conf.
897
898         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
899         buffer exists, which it doesn't if we haven't started Gnus.
900         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
901
902 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * mml.el (mml-generate-mime): Allow specifying what the top-level part
905         type is.
906
907         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
908         `unexists' entries.
909         (gnus-clean-old-newsrc): Fix last checkin.
910
911         * nnimap.el (nnimap-update-info): None of the articles below the active
912         low-water mark exist.
913
914         * dgnushack.el: Get rid of XEmacs compilation warning.
915
916         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
917         would have gotten if we posted to the group, and use that to compare
918         against the message we want to cancel (bug#10808).
919
920         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
921         on XEmacs.
922
923 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
924
925         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
926         `scroll-margin'.
927
928 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
929
930         * gnus-cite.el (gnus-dissect-cited-text): A single line without
931         citation prefix within a block of cited text should be considered part
932         of that block *only* if it is a blank line.
933
934 2012-04-09  Chong Yidong  <cyd@gnu.org>
935
936         * binhex.el, hashcash.el, uudecode.el:
937         Remove * characters from the front of variable docstrings.
938
939 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
942         before kinsoku-bol characters nor within kinsoku-eol characters.
943
944 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
945
946         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
947         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
948         (gnus-sync-read): Use mapc instead of mapcar.
949
950         * mm-archive.el: Require mm-decode for some macros.
951         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
952         the byte compiler.
953         (mm-archive-decoders): New function that returns the value of
954         the mm-archive-decoders variable.
955
956         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
957         instead.
958         (mm-dissect-singlepart): Use the function mm-archive-decoders.
959
960         * nnimap.el (gnus-refer-thread-use-nnir):
961         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
962
963 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
966
967 2012-03-12  Peter Münster  <pmrb@free.fr>
968
969         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
970         (gnus-demon-cancel): Ditto.
971         (gnus-demon-run-callback): When function cannot be called due to low
972         idleness, call it when idleness reaches the expected value, instead of
973         waiting another timer period.
974         (gnus-demon-init): Add `time' to arguments of call-back.
975
976 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
979
980         * gnus.el: Register gnus-registry functions.
981
982         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
983         indent.
984
985         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
986         enabled before warping.
987
988 2012-03-22  Dave Abrahams  <dave@boostpro.com>
989
990         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
991         registry about each article retrieved.
992
993         * gnus-int.el (gnus-select-group-with-message-id): New function.
994         (gnus-try-warping-via-registry): Ditto.
995         (gnus-warp-to-article): Fall back on the registry.
996
997 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
998
999         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1000         inboxes.
1001
1002 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1005
1006 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1009         gnus-gcc-self-resent-messages may be a group parameter.
1010         (gnus-summary-resend-message): Don't encode encoded words in header
1011         when Gcc'ing resent message.
1012
1013 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * shr.el (shr-insert): Treat non-breaking space just like normal
1016         space.  This seems to produce more pleasing results.
1017         (shr-insert): Only insert a blank line if we're starting from an image.
1018         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1019         (shr-ensure-paragraph): Consider lines with white space to be blank.
1020
1021 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1022
1023         * Makefile.in: Respect DESTDIR.
1024
1025 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1026
1027         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1028         and gnus-gcc-post-body-encode-hook.
1029
1030 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1033         messages that don't exist.
1034
1035         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1036
1037 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1040         a string so that Gcc works (bug#11514).
1041
1042 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
1043
1044         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1045
1046 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1049         don't have a current group.
1050
1051 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1054         Remove.
1055
1056         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1057
1058         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1059
1060 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1063         have a group name.
1064
1065         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1066         a multibyte buffer (bug#7410).
1067         (article-wash-html): Parse the original article buffer to get the
1068         unencoded data (bug#7410).
1069
1070         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1071         .newsrc.el files.
1072
1073 2012-04-05  Bastien Guerry  <bzg@altern.org>
1074
1075         * color.el (color-lighten-name): Fix typo.
1076
1077 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1080         "#" to avoid having them interpreted as comments.
1081
1082 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * shr.el (shr-insert): Update the text state properly to avoid
1085         inserting spurious paragraph starts.
1086
1087 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * shr.el (shr-table-widths): Divide the extra width more fairly over
1090         the TDs (bug#10973).
1091         (shr-render-td): Don't delete too much padding.
1092         (shr-natural-width): Compute the natural width more correctly.
1093         (shr-insert): Allow the natural width to be computed for tables again.
1094         (shr-tag-table-1): Rework how the natural widths are computed by
1095         rendering the table a third time.
1096         (shr-natural-width): Removed.
1097         (shr-buffer-width): New function.
1098         (shr-expand-newlines): Use it.
1099
1100         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1101         using a `gnus-use-full-window' setup (bug#11013).
1102
1103 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1106         24.1 release.
1107
1108 2012-03-10  David Edmondson  <dme@dme.org>
1109
1110         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1111         'Forwarded Message' header and the start of the message.
1112
1113 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1114
1115         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1116         isn't running (bug#10897).
1117
1118 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1121         This is inconsistent with all the other stream functions, which leave
1122         the setting up to the higher levels (if so wanted) (bug#10931).
1123
1124 2012-02-28  Glenn Morris  <rgm@gnu.org>
1125
1126         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1127         mm-decode.el: Standardize possessive apostrophe usage.
1128
1129 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1132
1133 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1134
1135         * parse-time.el (parse-time-string): Allow extractor to return nil.
1136
1137 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1140
1141 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1142
1143         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1144
1145 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1146
1147         * mm-decode.el (mm-shr): Remove "soft hyphens".
1148
1149         * nnimap.el (nnimap-request-list): Return the group names encoded as
1150         utf8.  Otherwise non-European group names don't work.
1151         (nnimap-request-newgroups): Ditto.
1152
1153         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1154         the default in `read-string' (bug#10757).
1155
1156         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1157         topics (bug#10843).
1158
1159         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1160         buffer.  Suggested by Herbert Valerio Riedel.
1161         (nnimap-request-move-article): Delete the message from the correct IMAP
1162         server.
1163
1164 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1165
1166         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1167         Reported by Peter Münster.
1168
1169 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1170
1171         * shr.el (shr-image-fetched): Make sure we really kill the right
1172         buffer.
1173
1174 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1175
1176         * gnus-start.el (gnus-1): Avoid duplicate entries.
1177
1178 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1179
1180         * imap.el: Remove.
1181
1182         * nntp.el (nntp-coding-system-for-read): Remove.
1183         (nntp-coding-system-for-write): Ditto.
1184         (nntp-open-connection): Just use `binary' directly.
1185
1186         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1187         Gnus 0.3.
1188
1189 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1190
1191         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1192         application/octet-stream parts really is.
1193
1194         * gnus-sum.el (gnus-propagate-marks): Remove.
1195
1196 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1197
1198         * shr.el (shr-rescale-image): Undo previous change; see
1199         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1200
1201 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1202
1203         * gnus.el: Ma Gnus v0.3 is released.
1204
1205 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1206
1207         * gnus-sum.el (gnus-summary-local-variables): Make
1208         `gnus-newsgroup-unexist' into a local variable.
1209
1210 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1211
1212         * registry.el (registry-usage-test, registry-persistence-test): Move to
1213         tests/gnustest-registry.el.
1214         (registry-make-testable-db, registry-match-test)
1215         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1216
1217         * gnus-registry.el (gnus-registry-misc-test)
1218         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1219
1220         * tests/gnustest-registry.el: New file with the registry and
1221         gnus-registry ERT tests.
1222
1223 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1224
1225         * gnus-msg.el (gnus-summary-resend-message): Make
1226         gnus-summary-resend-message-insert-gcc be last item in
1227         message-header-setup-hook.
1228
1229 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1230
1231         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1232         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1233         Remove.
1234         (nnfolder-open-server): Don't use marks.
1235         (nnfolder-request-delete-group): Ditto.
1236         (nnfolder-request-rename-group): Ditto.
1237         (nnfolder-request-set-mark, nnfolder-request-marks)
1238         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1239         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1240
1241         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1242         (nnml-marks-modtime): Remove.
1243         (nnml-request-delete-group): Don't use marks.
1244         (nnml-request-rename-group): Ditto.
1245         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1246         (nnml-save-marks, nnml-open-marks): Remove.
1247
1248         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1249         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1250         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1251         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1252         (nntp-server-to-method-cache): Remove.
1253
1254         * shr.el (shr-rescale-image): Fix wrong merge.
1255
1256 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1257
1258         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1259         too-wide lines.
1260
1261 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1262
1263         * nnimap.el (nnimap-record-commands): New variable.
1264         (nnimap-log-command): Use it.
1265         (nnimap-make-process-buffer): Add a space to the process buffer.
1266         (nnimap-transform-headers): Don't bug out on header lines containing
1267         stuff that look like IMAP length encodings.
1268
1269         * shr.el (shr-rescale-image): Allow viewing large images.
1270
1271 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1272
1273         * nnml.el (nnml-request-compact-group): Delete the marks file after
1274         compaction (bug#10800).
1275
1276         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1277         group exit.
1278
1279         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1280         QRESYNC/FETCH output.
1281
1282 2012-02-11  Glenn Morris  <rgm@gnu.org>
1283
1284         * sieve-manage.el (sieve-manage-default-stream):
1285         * shr.el (shr):
1286         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1287         (nnir-retrieve-headers-override-function)
1288         (nnir-imap-default-search-key, nnir-notmuch-program)
1289         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1290         (nnir-method-default-engines):
1291         * message.el (message-cite-reply-position):
1292         * gssapi.el (gssapi-program):
1293         * gravatar.el (gravatar):
1294         * gnus-sum.el (gnus-refer-thread-use-nnir):
1295         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1296         (gnus-registry-max-pruned-entries):
1297         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1298         * gnus-int.el (gnus-after-set-mark-hook)
1299         (gnus-before-update-mark-hook):
1300         * gnus-async.el (gnus-async-post-fetch-function):
1301         * auth-source.el (auth-source-cache-expiry):
1302         Add missing :version tags to new defcustoms and defgroups.
1303
1304 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1307         `gnus-newsgroup-unexist'.
1308
1309         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1310         marks.
1311         (gnus-article-special-mark-lists): Put the `unexist' in the special
1312         marks list instead.
1313
1314         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1315         articles in the list of articles to be selected.
1316
1317         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1318         articles.
1319         (nnimap-update-info): Keep track of unexisting articles.
1320         (nnimap-update-qresync-info): Ditto.
1321
1322 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1323
1324         * message.el (message-default-send-mail-function): Made into own
1325         function for reuse by emacsbug.el.
1326
1327 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1328
1329         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1330         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1331
1332 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1333
1334         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1335         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1336
1337         * gnus-compat.el: Define `timer-set-function'.
1338
1339         * mm-decode.el (mm-display-external): Output the text from the command
1340         in the buffer after the command finished.  This makes text-based
1341         commands behave better.
1342
1343 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1344
1345         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1346
1347 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1348
1349         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1350         23.1.
1351
1352 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1355
1356 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1357
1358         * message.el (smtpmail-smtp-user): Silence compiler warning.
1359
1360 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1361
1362         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1363         SMTP user name.
1364
1365 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * gnus-sum.el (gnus-summary-show-thread):
1368         next-single-char-property-change may return nil in XEmacs.
1369         (gnus-summary-article-map): Fix typo.
1370
1371 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1372
1373         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1374         running.
1375
1376         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1377
1378         * gnus.el (gnus-server-extend-method): Don't add an -address component
1379         if the method already has one (bug#9676).
1380
1381 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1382
1383         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1384         of an initial-input for consistency (bug#10757).
1385
1386         * dgnushack.el: Fix XEmacs compilation warning.
1387
1388         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1389
1390         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1391
1392 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1393
1394         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1395         lines that are narrower than the window width.  Otherwise background
1396         "blocks" will look less readable.
1397
1398 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1399
1400         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1401         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1402         have newlines within the strings, and where the UID comes after the
1403         BODYSTRUCTURE element (bug#10537).
1404
1405         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1406         (bug#10732).
1407
1408         * shr.el (shr-insert-document): Add doc string.
1409         (shr-visit-file): Ditto.
1410         (shr-remove-trailing-whitespace): New function.
1411         (shr-insert-document): Use it to clean up trailing whitespace as the
1412         final step (bug#10714).
1413
1414 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1415
1416         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1417         buffer if `gnus-kill-summary-on-exit' is nil.
1418
1419 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1420
1421         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1422         when just reading a single group from "without" Gnus.
1423
1424 2012-02-06  Chong Yidong  <cyd@gnu.org>
1425
1426         * gnus-sum.el (gnus-summary-show-thread):
1427         next-single-char-property-change never returns nil (Bug#8657).
1428
1429 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1430
1431         * message.el (message-multi-smtp-send-mail): New function.
1432         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1433         header to implement multi-SMTP functionality.
1434
1435         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1436         (gnus-agentize): Don't set it.
1437         (gnus-agent-send-mail): Don't use it.
1438
1439         * gnus-sum.el (gnus-summary-widget-backward): New function and
1440         keystroke.
1441
1442         * gnus-compat.el: More the compat functions more compatible.
1443
1444         * shr.el (shr-put-image): Remove underlines from sliced images.
1445         (shr-zoom-image): Compute the region to be replaced more correctly.
1446
1447 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1450         (gnus-summary-resend-message-insert-gcc): New function.
1451         (gnus-summary-resend-message): Modify message-header-setup-hook and
1452         message-sent-hook to make it work for Gcc.
1453         (gnus-inews-do-gcc): Update the number of unread articles of groups
1454         that messages are Gcc'd to.
1455
1456         * message.el (message-resend): Run message-sent-hook to do Gcc.
1457
1458 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1459
1460         * lpath.el: Fix an XEmacs compilation warning.
1461
1462         * gnus-compat.el: Require `help-fns' to fix compilation error.
1463
1464         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1465         a higher level to silence compilation.
1466
1467         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1468         parameter to allow controlling the scaling.
1469
1470         * shr.el (shr-zoom-image): New command and keystroke.
1471         (shr-put-image): Take a `size' flag to say how to scale the image.
1472
1473         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1474         deletion unless already defined.
1475
1476         * gnus.el (gnus-compat): Require it.
1477
1478         * gnus-compat.el: New file.
1479
1480         * gnus-start.el (gnus-clean-old-newsrc): New function.
1481         (gnus-read-newsrc-file): Use it.
1482
1483         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1484         Use recursive deletion.
1485         (mm-dissect-archive): Add support for zip files.
1486
1487         * gnus-util.el (gnus-recursive-directory-files): New function.
1488
1489         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1490         (mm-archive-decoders): Add tgz support.
1491
1492         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1493         Otherwise inserting text into the Gnus buffer can look odd.
1494
1495         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1496
1497         * mm-archive.el (mm-archive-decoders): Add support for tar.
1498
1499         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1500
1501         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1502
1503 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1504
1505         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1506
1507         * mm-archive.el: New file.
1508
1509         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1510
1511         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1512
1513         * message.el (message-goto-*): Make all the `message-goto-*' commands
1514         push the mark before moving point.  This makes it easier to go back to
1515         where you came from after editing whatever you jumped to.
1516
1517 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1518
1519         * gnus.el: Ma Gnus v0.1 is released.
1520
1521 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1522
1523         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1524         without reconnecting.
1525         (nnimap-possibly-change-group): Ditto.
1526         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1527         connection has died before being called.
1528
1529 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1530
1531         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1532         an initial sync unless we're really doing one.
1533
1534         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1535         address parameter if one already exists (bug#9676).
1536
1537         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1538         not the prefix, as documented (bug#10689).
1539
1540 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1541
1542         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1543         the "server".
1544
1545         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1546         the real error message with the useless "previously known to be down".
1547         Which isn't even correct.
1548
1549         * nntp.el (nntp-open-connection): Report the error message if the nntp
1550         server can't be reached.
1551
1552         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1553         groups we do a total scan for.
1554         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1555         doing that.
1556
1557 2012-01-31  Jim Meyering  <jim@meyering.net>
1558
1559         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1560         Correct a comment (insert "not") and hide nominally-doubled "to".
1561
1562 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1563
1564         * gnus.el (gnus-version): Change name to "Ma Gnus".
1565
1566 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1567
1568         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1569         section in the manual.
1570
1571 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1572
1573         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1574         words.
1575         (rfc2047-encode-string): Ditto.
1576         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1577         understand folded filename="..." parameters, for instance.
1578
1579         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1580         the message for greater debuggability.
1581
1582 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1583
1584         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1585         instead of setting it locally, since the latter doesn't seem to have
1586         any effect (most of the time).
1587
1588 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1589
1590         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1591         function call.
1592
1593 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1594
1595         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1596         seconds, and make the repeat clause with HH:MM specs work as
1597         documented.
1598
1599 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1600
1601         * proto-stream.el (proto-stream-capability-open): Fall back on
1602         :end-of-command if :end-of-capability doesn't exist.
1603
1604 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1607         bound globally in old Emacsen and XEmacsen.
1608
1609 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1610
1611         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1612         so that previous errors don't prohibit getting new news.
1613
1614         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1615
1616         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1617
1618 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1619
1620         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1621         buffer, not of the string which is its name.
1622
1623 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1624
1625         * proto-stream.el (proto-stream-capability-open): Wait for
1626         :end-of-capability, not :end-of-command.
1627
1628         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1629         non-server-marks groups.
1630         (gnus-group-make-articles-read): Ditto.
1631
1632         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1633         methods (bug#9676).
1634
1635         * gnus.el (gnus-method-ephemeral-p): New function.
1636
1637 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1640         left-to-right.
1641
1642 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1643
1644         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1645         warning.
1646
1647 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1648
1649         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1650         macroexpand the nnir things, since they haven't been defined yet, and
1651         nnir requires gnus-sum.
1652
1653 2012-01-24  Julien Danjou  <julien@danjou.info>
1654
1655         * color.el (color-rgb-to-hsl): Fix value computing.
1656         (color-hue-to-rgb): New function.
1657         (color-hsl-to-rgb): New function.
1658         (color-clamp, color-saturate-hsl, color-saturate-name)
1659         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1660         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1661
1662 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1665
1666 2012-01-19  Julien Danjou  <julien@danjou.info>
1667
1668         * color.el (color-name-to-rgb): Use the white color to find the max
1669         color component value and return correctly computed values.
1670         (color-name-to-rgb): Add missing float conversion for max value.
1671
1672 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1673
1674         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1675         logical server name in addition to the actual machine address.
1676
1677         * auth-source.el (auth-source-user-and-password): Add convenience
1678         wrapper to search by just host and optionally user.
1679
1680 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1683         after rendering.
1684
1685 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1686
1687         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1688         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1689         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1690
1691 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1694         (bug#9693).
1695         (gnus-summary-setup-buffer): Document return value (bug#9697).
1696
1697         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1698         since ido doesn't work on symbols (bug#9632).
1699
1700         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1701         when getting a single value as when getting all the values.  This means
1702         that atoms like `gcc-self' work cumulatively, like variable settings,
1703         instead of getting the value from the last matching clause.
1704         (gnus-group-find-parameter): Protect against the group buffer not
1705         existing (bug#9585).
1706
1707 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * gnus-start.el (gnus-activate-group): Document more parameters
1710         (bug#9694).
1711
1712         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1713         (bug#9692).
1714
1715         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1716         article was fetched, so that it can be expired later (bug#9958).
1717         (gnus-agent-summary-fetch-series): Add doc string.
1718         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1719         (bug#9517).
1720
1721         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1722         retrieval is happening.
1723
1724         * gnus.el (gnus-parameters): Doc fix.
1725
1726 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1727
1728         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1729         show the thread after expansion.
1730
1731 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * gnus-art.el (article-narrow-to-head): If the head is completely
1734         empty, narrow to the empty region (bug#9764).
1735
1736         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1737         read, and then mark them as unread only when the unread mark is used.
1738         This makes `C-- T k' actually work, even though it's confusing.
1739
1740         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1741         alive before we try to find its window.
1742
1743 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1744
1745         * mm-decode.el (mm-display-external): Use a longer timeout for the
1746         deletion to allow slow programs to display the file.
1747
1748 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749
1750         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1751         prompt to be less confusing.
1752
1753         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1754         argument to `message-reply'.  This broke `special-display-*' frame
1755         pop-uping (bug#10238).
1756
1757 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1760         systems, since these allegedly don't work there.
1761
1762 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1763
1764         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1765         live buffer.
1766
1767 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * nnir.el (nnir-retrieve-headers): Protect against the article not
1770         existing on the server (bug#10335).
1771
1772 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1773
1774         * gnus-agent.el (gnus-agent-load-local): Recompute
1775         gnus-agent-article-local on changing method.
1776
1777 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * gnus.el (gnus-parameters): Note precedence.
1780
1781 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1782
1783         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1784         in the group buffer.
1785
1786 2012-01-04  Julien Danjou  <julien@danjou.info>
1787
1788         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1789         change.
1790
1791 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1794         too.
1795
1796         * nntp.el (nntp-retrieve-group-data-early): Use it.
1797
1798 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * nntp.el (nntp-retrieval-in-progress): New variable.
1801         (nntp-make-process-buffer): Make it buffer-local.
1802
1803         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1804         2010.
1805         (gnus-demon-init): Use it to compute the time if time is on the form
1806         "04:23".
1807
1808         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1809
1810         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1811         status in the correct buffer.
1812
1813 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1814
1815         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1816         when opening topics (bug#10407).
1817
1818 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1819
1820         * gnus-cus.el (gnus-score-customize):
1821         * gnus-sum.el (gnus-sort-gathered-threads):
1822         * message.el (message-shorten-references):
1823         * nnmairix.el (nnmairix-request-group):
1824         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1825
1826 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1827
1828         * gnus-agent.el (gnus-agent-regenerate-group):
1829         * gnus-int.el (gnus-retrieve-group-data-early):
1830         * mm-util.el (mm-codepage-ibm-list):
1831         * nndiary.el (Commentary, nndiary-get-new-mail):
1832         * nnir.el (nnir):
1833         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1834
1835 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * mm-view.el (mm-display-inline-fontify): Add comment.
1838
1839 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1840
1841         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1842         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1843
1844 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1845
1846         * gnus-art.el (gnus-split-methods):
1847         * gnus-msg.el (gnus-configure-posting-styles):
1848         * gnus-spec.el (gnus-parse-simple-format):
1849         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1850         * message.el (message-do-actions): Spelling fix.
1851
1852 2011-12-15  Juri Linkov  <juri@jurta.org>
1853
1854         * mm-decode.el (mm-inline-media-tests): Add missing
1855         `mm-handle-media-subtype'.
1856
1857 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1858
1859         * gnus-group.el (gnus-group-tool-bar):
1860         * gnus-sum.el (gnus-summary-tool-bar):
1861         * message.el (message-tool-bar):
1862         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1863
1864 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1865
1866         * plstore.el (plstore--insert-buffer): Spelling fix.
1867
1868 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1869
1870         * message.el (message-valid-fqdn-regexp): Update with newly approved
1871         top-level domain names ".tel" and ".asia".
1872
1873 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1876         unconditionally.
1877
1878 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1881         pop-to-buffer-same-window for old Emacsen.
1882
1883 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1884
1885         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1886
1887 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1888
1889         * netrc.el (netrc-credentials): Spelling fix.
1890
1891 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1892
1893         * gnus-fun.el (gnus-fun-ppm-change-string):
1894         * gnus-msg.el (gnus-inews-do-gcc):
1895         * gnus-sum.el (gnus-summary-find-for-reselect):
1896         * gnus.el (gnus-summary-cancelled):
1897         * message.el (message-cancel-hook, message-send-news):
1898         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1899         * nnir.el (nnir-run-hyrex):
1900         * nntp.el (nntp-with-open-group-function):
1901         * pgg.el (pgg-pending-timers): Spelling fix.
1902
1903 2011-12-04  Chong Yidong  <cyd@gnu.org>
1904
1905         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1906         change (Bug#10200).
1907
1908 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1909
1910         * compface.el (uncompface):
1911         * gnus-art.el (gnus-article-x-face-command): Update the header format
1912         of icon data for the most recent icontopbm program.
1913
1914 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * gnus-msg.el (gnus-inews-do-gcc):
1917         * message.el (message-send-mail):
1918         * mml.el (mml-generate-mime): Share the value of the buffer-local
1919         `message-options' variable between a draft buffer and temprary working
1920         buffers.
1921
1922 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1923
1924         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1925
1926 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1927
1928         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1929         for Cygwin.
1930
1931 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1932
1933         * gnus-group.el (gnus-group-prepare-flat):
1934         * mm-bodies.el (mm-encode-body):
1935         * mml.el (mml-preview):
1936         * nnml.el (nnml-request-compact-group):
1937         * pop3.el (pop3-stream-type): Spelling fix.
1938
1939 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1940
1941         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1942
1943 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1944
1945         * color.el (color-rgb-to-hsl):
1946         * gmm-utils.el (gmm-tool-bar-style):
1947         * gnus-group.el (gnus-group-prepare-flat):
1948         * gnus-topic.el (gnus-topic-prepare-topic):
1949         * mm-decode.el (mm-discouraged-alternatives):
1950         * rfc2047.el (rfc2047-encode-1):
1951         * starttls.el: Spelling fix.
1952
1953 2011-11-24  Glenn Morris  <rgm@gnu.org>
1954
1955         * binhex.el (binhex-begin-line): Give it basic doc-string.
1956
1957         * starttls.el, tls.el: Fix case of "GnuTLS".
1958
1959 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1960
1961         * gnus-group.el (gnus-group-highlight): Fix typo.
1962
1963 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1964
1965         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1966         value of `delete-file', that returns nil for a local file but returns t
1967         for a remote file using ssh.
1968
1969 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1970
1971         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1972
1973 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1976         avoid later breakage.
1977
1978 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1979
1980         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1981         article buffers' name.
1982
1983 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1986         by Paul Eggert's spellfixes two days ago.
1987
1988 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1991         doesn't have it.
1992
1993         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1994         buffer-local instead of binding them to avoid warnings.  Also demote
1995         errors (bug#10063).
1996         (font-lock-mode-hook): Shut up byte compiler.
1997
1998 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1999
2000         * mm-util.el (mm-charset-after):
2001         * nnir.el (nnir-run-hyrex):
2002         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2003         (ntlm-get-password-hashes, ntlm-md4hash):
2004         * smime.el: Fix typo.
2005
2006 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2007
2008         * gnus-agent.el (gnus-agent-expire-group-1):
2009         * nndiary.el (nndiary-last-occurence):
2010         * nnimap.el (nnimap-request-set-mark):
2011         * nnmairix.el (nnmairix-only-use-registry):
2012         * gnus-group.el (gnus-group-prepare-flat):
2013         * gnus-sum.el (gnus-decode-encoded-word-methods):
2014         * message.el (message-wash-subject):
2015         * nntp.el (nntp-retrieve-headers-with-xover):
2016         * smime.el (smime-certificate-directory): Spelling fix.
2017
2018 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2019
2020         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2021
2022         * color.el:
2023         * gnus-agent.el (gnus-agent-possibly-alter-active):
2024         * gnus-dired.el (gnus-dired-print):
2025         * mail-parse.el:
2026         * nnmairix.el (nnmairix-request-group):
2027         * shr.el (shr-image-displayer):
2028         * sieve-manage.el:
2029         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2030
2031 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2032
2033         * gnus-sum.el (gnus-auto-select-subject):
2034         * spam-report.el (spam-report-resend): Spelling fix.
2035
2036 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2037
2038         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2039         * gnus-art.el (gnus-default-article-saver):
2040         * gnus-srvr.el (gnus-server-copy-server):
2041         * gnus.el (gnus-sloppily-equal-method-parameters):
2042         * html2text.el (html2text-format-tag-list):
2043         * message.el (message-narrow-to-head):
2044         * nndiary.el:
2045         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2046         * sieve.el: Spelling fix.
2047
2048 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2049
2050         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2051         * gnus-sum.el (gnus-summary-make-menu-bar):
2052         * gnus-uu.el (gnus-uu-decode-postscript)
2053         (gnus-uu-decode-postscript-and-save):
2054         * mailcap.el (mailcap-print-command):
2055         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2056         Fix typos.
2057
2058 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2059
2060         * gnus-art.el (gnus-article-part-wrapper):
2061         * html2text.el (html2text-fix-paragraphs):
2062         * mm-decode.el (mm-image-fit-p):
2063         * rfc2047.el (rfc2047-encode-message-header):
2064         * shr-color.el (shr-color-visible-distance-min)
2065         (shr-color-relative-to-absolute, set-minimum-interval)
2066         (shr-color-visible): Fix typos.
2067
2068 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2069
2070         * gmm-utils.el (gmm-tool-bar-item):
2071         * gnus-art.el (gnus-treat-body-boundary):
2072         * gnus-diary.el (gnus-user-format-function-d):
2073         * gnus-start.el (gnus-get-unread-articles):
2074         * pgg-gpg.el (pgg-gpg-update-agent):
2075         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2076
2077 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2078
2079         * gnus-topic.el (gnus-group-prepare-topics):
2080         * gnus-uu.el (gnus-extract-view):
2081         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2082
2083 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2084
2085         * spam.el: Move BBDB autoloads.
2086         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2087         BBDB 2 and 3.
2088         (spam-check-BBDB): Use it.
2089         (spam-enter-ham-BBDB): Use it.
2090
2091 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2092
2093         * smime.el (smime-draw-buffer): Spelling fix.
2094
2095 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2096
2097         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2098         for scanning exactly one level.
2099         * gnus-start.el (gnus-get-unread-articles): Ditto.
2100
2101 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2104         slightly clearer.
2105
2106 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2107
2108         * gnus-sync.el: More commentary about setup.
2109
2110 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * message.el (message-send-and-exit): Document `arg'.
2113
2114 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2115
2116         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2117
2118 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2119
2120         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2121
2122         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2123         we don't use `bound-and-true-p'.
2124
2125 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2126
2127         * gnus-util.el (gnus-bound-and-true-p): Remove.
2128         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2129         * nnir.el: Use it.
2130         * nnmairix.el: Use it.
2131
2132 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2133
2134         * gnus-sync.el: Improve docs about CouchDB admins.
2135
2136         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2137         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2138         for reasons unknown.
2139         * nnir.el: Use it.
2140         * nnmairix.el: Use it.
2141
2142         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2143         * nnir.el: Ditto.
2144         * nnmairix.el: Ditto.
2145
2146         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2147
2148 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2149
2150         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2151         not needed.  Provide xmlplistread list function to produce XML plist
2152         output for non-Gnus LeSync clients.
2153
2154 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2155
2156         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2157
2158         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2159         and save against it.  Group subscriptions, read marks, other marks,
2160         subscription levels, topic names, and topic offsets (the group's
2161         position within the topic) are saved.  This is an experimental backend
2162         and may change significantly.  Load json.el from the gnus-fallback-lib
2163         if it's not available otherwise.
2164         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2165
2166 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2167
2168         * message.el (message-completion-function): Make sure
2169         message-tab-body-function is not attempted if one of
2170         message-completion-alist fails to find a completion (bug#9158).
2171
2172 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2173
2174         * mml.el (mml-quote-region): Quote <#secure> tag.
2175         (mml-generate-mime-1): Unquote <#secure> tag.
2176
2177 2011-10-20  Chong Yidong  <cyd@gnu.org>
2178
2179         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2180         calling a minor mode from Lisp with nil arg enables it, so we have to
2181         make the wording a bit ambiguous here).
2182
2183 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2184
2185         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2186         * nnir.el (nnir-mode): Use it.
2187         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2188         Use it.
2189
2190         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2191         * nnmairix.el (gnus-registry-enabled): Ditto.
2192
2193 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2194
2195         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2196         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2197         only while we need to find out if it should be t or nil.
2198         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2199         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2200         the registry is installed.  Set it to nil when it's unloaded.
2201         (gnus-registry-install-p): Provide user guidance for the initial value
2202         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2203         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2204         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2205         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2206         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2207         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2208         `gnus-registry-install'.
2209
2210 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2211
2212         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2213         previous change.
2214         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2215         primary key is marked as disabled.
2216
2217 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2218
2219         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2220         primary key is marked as disabled.
2221
2222 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2223
2224         * html2text.el (html2text-clean-anchor): Check for quotes around
2225         `href' value.
2226
2227 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2228
2229         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2230         searching.  Drop `bbdb-cache'.
2231
2232 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * message.el (message-signed-or-encrypted-p): Exclude header when
2235         checking if there is signed or encrypted body in text/plain message.
2236
2237 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2238
2239         * html2text.el (html2text-get-attr): Correctly handle attribute values
2240         containing "=".
2241
2242 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2243
2244         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2245         handle bindings.
2246
2247 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * gnus-win.el (gnus-configure-windows): Protect against reading
2250         ephemeral groups outside of Gnus.
2251
2252 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * shr.el (shr-tag-img): Don't get images displayed in tables.
2255
2256 2011-10-03  Glenn Morris  <rgm@gnu.org>
2257
2258         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2259         the "maintainer" version of debbugs.gnu.org reports.
2260
2261 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2264         make asynchronous adjacent image insertion work better.
2265
2266 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2267
2268         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2269         documentation.
2270
2271 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2274         `gnus-asynchronous' isn't shadowed.
2275
2276 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2279
2280         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2281         (nnimap-insert-partial-structure): The charset parameter isn't
2282         case-sensitive.
2283
2284         * nnheader.el (nnheader-message-maybe): New function.
2285
2286         * shr.el (shr-tag-table): Render totally broken tables better.
2287
2288         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2289         computing the boundary.
2290
2291 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * pop3.el (pop3-number-of-responses): Remove.
2294         (pop3-wait-for-messages): Rewrite to take linear time instead of
2295         exponential time.
2296
2297 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2300         re-fetch images.
2301
2302         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2303         re-fetch images when hitting `g' in Gnus.
2304
2305 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2308         (mml-compute-boundary): Don't check collision if it is non-nil.
2309         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2310         before checking collision.
2311
2312 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * message.el (message-indent-citation): Really make sure there's a
2315         newline at the end.
2316
2317         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2318         Fix suggested by John Wiegley.
2319
2320         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2321
2322         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2323
2324         * message.el (message-default-send-rename-function): Break out into its
2325         own function.
2326
2327         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2328         doesn't work under XEmacs.
2329
2330         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2331         of "imaps" to word around Windows problems.
2332         (nnimap-open-connection-1): Use it.
2333
2334         * message.el (message-indent-citation): Revert last change which made
2335         `F' not work.
2336
2337 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2338
2339         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2340         terminal as well.
2341
2342 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2345         because it displays images using overlays that aren't easy to copy to
2346         the article buffer.
2347
2348 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2349
2350         * message.el (message-indent-citation): Fix empty line removal at the
2351         end of the citation.
2352
2353 2011-09-20  Julien Danjou  <julien@danjou.info>
2354
2355         * auth-source.el (auth-source-netrc-create): Use default value for
2356         password if specified.  Evaluate default.
2357         (auth-source-plstore-create): Ditto.
2358         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2359         value evaluation.
2360         (auth-source-netrc-create): Typo fix.
2361         (auth-source-plstore-create): Ditto.
2362
2363         * password-cache.el (password-cache-remove): Remove entries even if the
2364         value is nil, so that password with a nil value (negative caching) is
2365         possible to invalidate.
2366
2367         * auth-source.el (auth-source-format-cache-entry): New function.
2368
2369 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2372
2373 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2376
2377 2011-09-19  Julien Danjou  <julien@danjou.info>
2378
2379         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2380         which work with things that are not ASCII.
2381
2382 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2385
2386 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2389         message level.
2390
2391 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2394
2395 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2398
2399 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2400
2401         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2402         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2403
2404 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2405
2406         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2407         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2408         articles.
2409
2410 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2411
2412         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2413         (message-mail-other-window, message-mail-other-frame)
2414         (message-news-other-window, message-news-other-frame):
2415         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2416         instead of setting buffer display varibles.
2417
2418 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2421
2422         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2423
2424 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2427         duplicates" to a higher level.
2428
2429         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2430         most egregious messages.
2431
2432 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433
2434         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2435
2436 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2437
2438         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2439         up the file (bug#9351).
2440
2441 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2444         it does with all other backends, but decode the names immediately after
2445         getting them.
2446
2447         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2448         decoding nnimap groups.
2449
2450         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2451         newsrc file.  It doesn't seem like an important optimization any more.
2452
2453 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2454
2455         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2456         overflows.
2457
2458 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2461         (gnus-interactive-exit): Extend to `quiet'.
2462
2463         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2464
2465         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2466         string.
2467
2468         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2469         renaming function arguments from `this'.
2470
2471         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2472
2473         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2474         has been renamed.
2475         (gnus-lrm-string-p): Include RLM and PDF, too.
2476
2477         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2478         (bug#9225).
2479
2480 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2481
2482         Add autoload cookies for functions used by sendmail.el.
2483         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2484
2485         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2486
2487 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-art.el (article-date-ut): Work properly even when there are
2490         things like Date header in the body; work for forwarded parts.
2491
2492 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2493
2494         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2495         original-article-buffer.
2496
2497 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2498
2499         * nnir.el (nnir-compose-result): Fix matching of server type.
2500         (nnir-run-swish++): Ditto.
2501         (nnir-run-namazu): Ditto.
2502         (nnir-run-notmuch): Ditto.
2503
2504 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505
2506         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2507         (bug#9405).
2508
2509         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2510         (bug#9421).
2511
2512         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2513         (bug#9425).
2514
2515         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2516         thing (bug#9426).
2517
2518 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2521         the error message.
2522
2523 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2524
2525         * message.el (message-setup-1): Return t (Bug#9392).
2526
2527 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2528
2529         * gnus-sum.el: When adding article headers to a summary buffer also
2530         update gnus-newsgroup-articles (bug#9386).
2531
2532 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * auth-source.el: Autoload help-mode.
2535
2536 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2539         names.
2540
2541 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2542
2543         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2544         mm-replace-in-string for compatibility issues.
2545         * mml2015.el (mml2015-epg-verify): Ditto.
2546
2547 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2550
2551         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2552
2553 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2556         continue on and do the clean-up phase (bug#9188).
2557
2558         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2559         just ignore groups that can't be opened instead of erroring out
2560         (bug#9225).
2561
2562         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2563         nil since some many people are fuddy-duddies.
2564
2565         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2566         images.
2567
2568         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2569         instead.
2570
2571         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2572
2573         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2574
2575         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2576         processing.
2577
2578         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2579         buffer to avoid warnings.
2580
2581 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2582
2583         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2584         specified to reduce precision.
2585
2586 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2589         bodystructures (bug#9314).
2590
2591 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2594         Make button keymap non-sticky after buttons.
2595
2596 2011-08-18  David Engster  <dengste@eml.cc>
2597
2598         * nnmairix.el (nnmairix-request-set-mark)
2599         (nnmairix-goto-original-article): Remove adding of article to registry,
2600         since `gnus-registry-add-group' isn't available anymore.
2601         (nnmairix-determine-original-group-from-registry):
2602         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2603         available anymore.
2604
2605 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2606
2607         * starttls.el (starttls-any-program-available): Define as obsolete
2608         function.
2609
2610 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2613         versions which Gnus use when appropriate.
2614
2615         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2616         a pretty destructive command.
2617
2618         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2619
2620 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * message.el (message-fix-before-sending): Make a different warning
2623         about NUL characters (bug#9270).
2624
2625         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2626         from custom (bug#9260).
2627
2628         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2629         things work in Emacs 22 and XEmacs, too.
2630
2631         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2632         default From.
2633
2634         * gnus-spec.el (gnus-lrm-string-p): New macro.
2635         (gnus-lrm-string): New constant.
2636         (gnus-summary-line-format-spec): LRM-ify the from.
2637         (gnus-tilde-max-form): LRM-ify string chopping.
2638
2639         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2640
2641         * message.el (message-is-yours-p): Allow disabling canlock checking
2642         (bug#9295).
2643         (message-shoot-gnksa-feet): Add `canlock-verify'.
2644         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2645         message directory isn't writable (bug#9304).
2646
2647         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2648         non-world-readable.
2649
2650 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2653         articles.
2654
2655 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2656
2657         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2658         copy-list.
2659
2660 2011-08-12  Sam Steingold  <sds@gnu.org>
2661
2662         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2663         in the reverse order to avoid modifying the cache with `nreverse'.
2664         (gnus-all-score-files): Do not modify the value returned by
2665         `gnus-score-find-alist' because it lives in a cache variable.
2666         (gnus-current-home-score-file): No need to `nreverse' the return value
2667         of `gnus-score-find-alist', it is already in the correct order.
2668
2669 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2670
2671         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2672         type MESSAGE and subtype RFC822 is slightly different from those of
2673         type TEXT.
2674
2675 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2676
2677         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2678         This allows article-referral to work from an nnir group.
2679
2680 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2681
2682         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2683
2684 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2685
2686         * mml1991.el (mml1991-epg-find-usable-key)
2687         (mml1991-epg-find-usable-secret-key): New function.
2688         (mml1991-epg-sign): Check if signing key is usable.
2689         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2690
2691 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2692
2693         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2694         server-variables only.  This should fix a bug introduced with commit
2695         e1889675b7f4adf057833c5513c9374134c4e053.
2696         (nnir-run-query): 'nnir-search-engine should not be set from the global
2697         environment.
2698
2699 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2700
2701         * nnir.el (nnir-search-thread): Position point on referring article
2702         line.
2703         (nnir-warp-to-article): Clean up summary buffers.
2704
2705         * nnimap.el (nnimap-request-thread): Whitespace fix.
2706
2707 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2708
2709         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2710
2711 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * starttls.el (starttls-available-p): Rename from
2714         `starttls-any-program-available' and changed return convention.
2715
2716 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2717
2718         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2719         `unix-sync' unless it's defined.
2720
2721 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2722
2723         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2724         `aref' for XEmacs compatibiltiy.
2725
2726 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2729
2730 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2731
2732         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2733         closures, quote the form properly (bug#9194).
2734
2735 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2738         (gnus-summary-insert-new-articles): Protect against servers that are
2739         down.
2740
2741 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2742
2743         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2744         in mm handle if none is specified.
2745
2746 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2747
2748         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2749
2750 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2751
2752         * nnir.el (nnir-search-thread): New function to make an nnir group
2753         based on a thread query.
2754
2755         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2756         of nnir in thread referral.
2757         (gnus-summary-refer-thread): Use it.
2758
2759         * nnimap.el (nnimap-request-thread): Use it.
2760
2761 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * shr.el (shr-tag-comment): Ignore HTML comments.
2764
2765 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2766
2767         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2768         argument.
2769         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2770         Use `nnir-address' to handle server info rather than passing an arg.
2771
2772         * nnimap.el (nnimap-make-thread-query): New utility function to format
2773         an imap thread search query.
2774         (nnimap-request-thread): Use it.
2775
2776         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2777         right select-method if we are not going back to the group buffer.
2778
2779 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2782         enter invalid buffer configurations into the quit form (bug#9107).
2783         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2784         unplugged/plugged.
2785
2786         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2787         keep track of which ones are unread (bug#9061).
2788
2789         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2790         (bug#9055).
2791
2792         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2793         (bug#9041).
2794
2795         * gnus-html.el (mm-util): Require (bug#9073).
2796
2797         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2798         (gnus-summary-refer-thread): Use it to remove duplicates in the
2799         un-threaded view (bug#9053).
2800         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2801
2802 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2803
2804         * nnir.el (nnir-read-server-parm): Use default value from global
2805         variable.  Without this the default search engine parameters aren't
2806         used at all.
2807
2808 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * message.el (message-unique-id): Don't use the undocumented return
2811         value from (random t) (bug#9118).
2812
2813 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2814
2815         * message.el (message-auto-save-directory): If the ~/Mail directory
2816         doesn't exist, use ~ as the auto-save directory (bug#4432).
2817
2818         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2819         hasn't already been started.
2820
2821 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2824
2825         * message.el (message-reply): Work around mysterious bug where
2826         `message-mode' seems to overwrite the locally bound `subject' variable.
2827
2828 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2829
2830         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2831         correct group.
2832
2833         * gnus-int.el (gnus-request-thread): Add group argument.
2834
2835         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2836
2837 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2840
2841         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2842         renamed to `debbugs-gnu-*'.
2843
2844 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2845
2846         * plstore.el: Revert the editing feature since it is not urgent.
2847         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2848         (plstore-mode-decoded): Remove.
2849
2850 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2853         isn't very interesting any more, and it leaks potentially secret data.
2854         (gnus-debug): Remove.
2855
2856         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2857         use of :custom-show.
2858
2859 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2860
2861         * plstore.el: Add documentation.
2862         (plstore-mode): New mode to edit plstore file.
2863         (plstore-mode-toggle-display, plstore-mode-original)
2864         (plstore-mode-decoded): New command.
2865         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2866         (plstore--insert-buffer, plstore--make): New function.
2867         (plstore-open, plstore-save): Simplify by using them.
2868
2869 2011-07-06  Glenn Morris  <rgm@gnu.org>
2870
2871         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2872
2873 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2876         no longer is much used.
2877         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2878         Articles".
2879
2880 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2881
2882         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2883         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2884         `notmuch' backend.
2885
2886 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * mm-decode.el (mm-text-html-renderer): Doc fix.
2889
2890         * gnus-msg.el (gnus-bug): Fix the MML tag.
2891
2892         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2893
2894 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2895
2896         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2897         secondary methods if started with `gnus-no-server'.
2898
2899 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2900
2901         * message.el (message-return-action): Fix typo in docstring.
2902
2903 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2906         bug reports at once.
2907
2908         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2909
2910 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * nndraft.el: Require gnus-group.
2913         (nndraft-request-list): Declare.
2914
2915         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2916         no unread article unless it matches gnus-permanently-visible-groups.
2917
2918         * nndraft.el (nndraft-update-unread-articles): New function.
2919         (nndraft-request-associate-buffer): Use it to update the number of
2920         unread articles for the nndraft groups in the group buffer when saving
2921         or killing a draft message.
2922
2923 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2926         systems to binary before writing and reading the mbox files.
2927
2928         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2929         instead of trying to list them all (bug#8978).
2930
2931 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2932
2933         * pop3.el (pop3-open-server): Use :end-of-capability.
2934
2935 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2938         the id is always a number.
2939
2940         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2941
2942         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2943         debbugs mode, if possible.
2944
2945 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2946
2947         * auth-source.el (auth-source-token-passphrase-callback-function):
2948         Reindent.
2949         (epg-context-operation): Remove unnecessary autoload.
2950
2951 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * gnus.el (gnus-list-debbugs): New command.
2954
2955         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2956         mboxstat instead of the maintbox, since the stat seems to be fuller.
2957
2958         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2959         summary buffers.
2960
2961         * message.el (message-get-reply-headers): Delete all duplicates,
2962         instead of the first.
2963         (message-get-reply-headers): Ensure that we have progress while
2964         deleting duplicates.
2965
2966         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2967         gnus-posting-style value from the summary buffer to make it easier to
2968         make that a per-buffer conf.
2969
2970 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2971
2972         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2973         found by setting `shortcut' in 'query.
2974         (nnir-request-article): Use `shortcut' setting when requesting article
2975         by Message-ID.
2976
2977 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2978
2979         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2980         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2981         Bring the pseudo-headers back too.
2982
2983 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2984
2985         * auth-source.el (auth-source-token-passphrase-callback-function):
2986         Simplify and remove EPA dependency.
2987
2988 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2989
2990         * nnir.el (nnir-request-article): Fix error message text.
2991
2992 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2993
2994         * auth-source.el (plstore-delete): Autoload.
2995         (auth-source-plstore-search): Support delete operation.
2996         * plstore.el (plstore-delete): New function.
2997
2998 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3001         mark actually existing articles as unread rather than the ones that
3002         active asserts.
3003
3004 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3005
3006         * nntp.el (nntp-record-command):
3007         * gnus-util.el (gnus-message-with-timestamp-1):
3008         Use format-time-string rather than decoding time stamps by hand.
3009         This is simpler and insulates the code from potential changes to
3010         current-time format.
3011
3012 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3013
3014         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3015
3016 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3017
3018         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3019         (plstore-save): Support public key encryption.
3020         (plstore--init-from-buffer): New function.
3021         (plstore-open): Use it; fix error when opening a non-existent file.
3022         (plstore-revert): Use plstore--init-from-buffer.
3023
3024 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3025
3026         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3027
3028 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3031         for old Emacsen.
3032
3033 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3034
3035         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3036         is not fully working.
3037
3038 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * dgnushack.el: Autoload sha1 on XEmacs.
3041
3042         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3043         quit window configuration.
3044
3045         * auth-source.el (epg-context-set-passphrase-callback):
3046         Remove duplicate autoload.
3047
3048 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3049
3050         * nnir.el (nnir-request-article): Allow requesting articles by
3051         Message-ID with nnimap.
3052
3053         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3054         current server.
3055
3056 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3057
3058         * auth-source.el: Autoload EPA/EPG functions.
3059         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3060         changed when EPA/EPG is not available.
3061         (auth-source-backend): Rename "arg" member to "data".
3062         (auth-source-backend-parse, auth-source-plstore-search)
3063         (auth-source-plstore-create): Use it.
3064
3065 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3066
3067         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3068         `gnus-refer-article-methods'.
3069
3070 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3071
3072         * auth-source.el: Require EPA and EPG.
3073         (auth-source-passphrase-alist): New variable.
3074         (auth-source-passphrase-callback-function)
3075         (auth-source-token-passphrase-callback-function): Callbacks for the
3076         netrc field encryption (GPG tokens).
3077         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3078         Symmetric encryption and decryption of the netrc GPG tokens.
3079         (auth-source-netrc-normalize): Use them, simplifying the closure.
3080
3081 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3084         is available.
3085
3086 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3089         non-nil, and `nnimap-split-methods' is nil, use the former.
3090
3091 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3092
3093         * plstore.el (plstore-revert): New function.
3094         (plstore-open): Use it; hide the buffer from user.
3095
3096 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3097
3098         * auth-source.el (auth-source-backend): New member "arg".
3099         (auth-source-backend-parse): Handle new backend 'plstore.
3100         * plstore.el: New file.
3101
3102 2011-06-30  Glenn Morris  <rgm@gnu.org>
3103
3104         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3105
3106 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3109         expiring articles to.
3110
3111         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3112         variations as ASCII (bug#5458).
3113
3114 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3117
3118 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * message.el (message-point-in-header-p): Tweak the function to default
3121         to saying that we're not in the headers if there is no separator at
3122         all.  This makes it possible to use the Message version of `M-q' in
3123         buffers with no headers (bug#7987).
3124         (message-point-in-header-p): Fix last checkin to work with an empty
3125         mail-header-separator, too.
3126
3127         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3128         again, save the choice via customize.
3129
3130 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3133
3134         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3135         ended the connection, bail out before waiting infinitely on a new
3136         connection.
3137
3138 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3139
3140         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3141         reports.
3142
3143         * gnus.el (gnus-bug-package): Use "gnus."
3144         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3145
3146 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147
3148         * dgnushack.el: Make the timer warning go away on XEmacs.
3149
3150         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3151         animations going on at article exit time.
3152
3153         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3154         since removing it breaks people upgrading.
3155
3156         * shr.el (shr-put-image): Use the new interface for animating images.
3157         (shr-put-image): Animate for 60 seconds.
3158
3159         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3160         avoid compiler warnings.
3161
3162         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3163         error with `find-file-hooks' on Emacs 22.
3164         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3165         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3166         on all architectures.
3167
3168         * spam.el (spam-stat): Require in a normal fashion without binding
3169         `spam-stat-install-hooks' to avoid compilation warnings.
3170
3171         * spam-stat.el (spam-stat-install-hooks): Remove.
3172         (spam-stat-install-hooks): Don't run automatically.
3173
3174 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3175
3176         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3177         and keystroke.
3178
3179 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3180
3181         * auth-source.el (auth-source-netrc-cache): Move forward.
3182
3183 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * proto-stream.el (proto-stream-open-starttls): Use
3186         `gnutls-available-p' to see whether we have built-in support.
3187
3188         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3189         we already know.
3190         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3191         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3192
3193 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3196         %S format, since that looks odd.
3197         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3198         file, especially when saving.
3199
3200 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3201
3202         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3203         article found.
3204
3205 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3206
3207         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3208         `auth-source-save-secrets' with a more sensitive alist that can be
3209         configured per file.  Experimental, so defaults to 'never.
3210         (auth-source-netrc-create): Use it.  Still experimental code.
3211         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3212         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3213
3214 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3215
3216         * auth-source.el (auth-source-save-secrets): New variable to control if
3217         secret tokens should be saved encrypted.
3218         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3219         to `auth-source-netrc-normalize'.
3220         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3221         on the EPA variables being defined.
3222         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3223         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3224         the lexical-let closure.
3225         (auth-source-netrc-create): Create "gpg:" tokens according to
3226         `auth-source-save-secrets'.
3227
3228 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * gnus-group.el (gnus-group-update-group): Add new argument
3231         `info-unchanged' that stops updating dribble buffer.
3232
3233         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3234         deletes lines matching to it in dribble buffer.
3235
3236         * gnus-agent.el (gnus-agent-fetch-group-1):
3237         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3238         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3239         * gnus-start.el (gnus-group-change-level):
3240         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3241
3242         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3243         if newsgroup info is not changed.
3244
3245         * gnus-group.el (gnus-group-get-new-news-this-group):
3246         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3247         Don't update dribble buffer.
3248
3249 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3250
3251         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3252         remove entries with groups we ignore.
3253
3254 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255
3256         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3257         the underline comes at the bottom.
3258
3259 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3260
3261         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3262         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3263         (gnus-registry-article-marks-to-names): Rename from
3264         `gnus-registry-user-format-function-M2'.
3265
3266 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3269         ephemeral group.
3270
3271 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * shr.el (shr-browse-image): Copy the URL if called interactively.
3274
3275 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3278         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3279         done, then unselected articles may be marked as read.
3280
3281         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3282         since not doing this seems to lead to a race condition in pop3-logon.
3283
3284         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3285         so that the call chain it correct when we call "upwards".
3286
3287         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3288         in read-only groups.
3289
3290         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3291
3292         * message.el (message-cite-reply-position): Doc string fix.
3293
3294         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3295         avoid regexp overflow.
3296         (nnimap-transform-split-mail): Ditto.
3297
3298         * pop3.el (pop3-retr): Error out if the server closes the connection.
3299
3300 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3301
3302         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3303         mm-with-unibyte-current-buffer.  The buffer should not contain any
3304         multibyte chars anyway at this stage.
3305
3306 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3309         at the end of lines.
3310
3311 2011-05-29  Julien Danjou  <julien@danjou.info>
3312
3313         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3314
3315 2011-05-27  Glenn Morris  <rgm@gnu.org>
3316
3317         * gnus-group.el (gnus-bug-group-download-format-alist):
3318         Use the "maintainer" version of debian reports as well.
3319
3320 2011-05-26  Glenn Morris  <rgm@gnu.org>
3321
3322         * gnus-group.el (gnus-bug-group-download-format-alist):
3323         Use the "maintainer" version of debbugs.gnu.org reports.
3324
3325 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3328
3329 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3330
3331         * gnus-cus.el (gnus-agent-customize-category):
3332         * gnus-delay.el (gnus-delay-send-queue):
3333         * gnus.el (gnus-other-frame):
3334         Don't quote lambda expressions with `quote'.
3335
3336 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3337
3338         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3339         the thread moves us backwards and so we loop forever.
3340
3341 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3344         whitespace in base64 data lines.
3345
3346 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3347
3348         * gnus-registry.el (gnus-registry-user-format-function-M):
3349         Use `mapconcat'.
3350         (gnus-registry-user-format-function-M2): Use to see the full text of
3351         the marks.  Make "," the mark text separator.
3352
3353         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3354         authentication with auth-source.
3355
3356 2011-05-17  Glenn Morris  <rgm@gnu.org>
3357
3358         * gnus-group.el (gnus-import-other-newsrc-file):
3359         Use insert-file-contents.
3360
3361 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3362
3363         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3364         1000 iterations.
3365
3366 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * nntp.el (nntp-open-connection): Check if process-type is available.
3369
3370 2011-05-16  Julien Danjou  <julien@danjou.info>
3371
3372         * shr.el (shr-tag-del): Add support for del tag.
3373
3374 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * gnus-html.el (gnus-html-put-image): Register a displayer.
3377
3378         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3379
3380 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3381
3382         * registry.el (prune-factor): New initialization parameter defaulting
3383         to 0.1.
3384         (registry-prune-hard): Use it.
3385
3386         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3387         0.1 expicitly.
3388
3389 2011-05-13  Glenn Morris  <rgm@gnu.org>
3390
3391         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3392         is bound, since this function requires sendmail.
3393
3394 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3395
3396         * registry.el (registry-usage-test): Disable pruning test.
3397
3398 2011-05-11  David Engster  <dengste@eml.cc>
3399
3400         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3401         Bind set-network-process-option for XEmacs.
3402
3403 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3404
3405         * registry.el (registry-prune-hard-candidates)
3406         (registry-prune-soft-candidates): Helper methods for registry pruning.
3407         (registry-prune): Use them.  Make the sort function optional.
3408
3409 2011-05-10  Jim Meyering  <meyering@redhat.com>
3410
3411         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3412
3413 2011-05-10  Julien Danjou  <julien@danjou.info>
3414
3415         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3416         symbol and not a list.
3417
3418 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus-art.el (gnus-article-mode): Move binding of
3421         shr-put-image-function here from gnus-article-prepare-display.
3422
3423         * shr.el (shr-put-image-function): New variable.
3424         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3425         (shr-put-image): Return scaled image.
3426
3427         * gnus-art.el (gnus-shr-put-image): New function.
3428         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3429
3430         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3431         original ones, as deletable.
3432
3433 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3434
3435         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3436
3437 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3438
3439         * registry.el (registry-full): Add convenience method.  Fix logic.
3440         (registry-insert): Use it.  Fix logic here too.
3441
3442         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3443         `registry-prune' if `registry-full' returns t.
3444         (gnus-registry-handle-action)
3445         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3446         (gnus-registry-usage-test): Use it.
3447
3448 2011-05-07  Julien Danjou  <julien@danjou.info>
3449
3450         * shr.el (shr-link): Make shr-link inherit from link by default.
3451
3452 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3453
3454         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3455
3456 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3457
3458         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3459         error out because the face is not a list.
3460
3461 2011-05-05  Glenn Morris  <rgm@gnu.org>
3462
3463         * proto-stream.el (gnutls-negotiate): Fix declarations.
3464
3465         * gnus-start.el (gnus-propagate-marks): Declare.
3466
3467 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3468
3469         * registry.el (registry-reindex): Fix percentage message.
3470
3471         * proto-stream.el (network-stream-open-starttls): Adjust to call
3472         `gnutls-negotiate' with :process and :hostname arguments.
3473
3474 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * shr.el: Add shr-link face for links.
3477         (shr-urlify): Use it.
3478
3479         * registry.el (registry-insert): Make error message more helpful.
3480
3481 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * gnus-html.el (gnus-html-schedule-image-fetching):
3484         Use url-queue-retrieve, if it exists.
3485
3486         * shr.el (shr-tag-img): Ditto.
3487
3488         * gnus.el: Autoload more gnus-agent functions.
3489
3490         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3491         agent if we haven't already (bug#8502).
3492
3493         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3494         into the Agent, too.
3495
3496         * gnus-agent.el (gnus-agent-store-article): New function.
3497
3498         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3499         and moved from that file for reuse.
3500
3501         * pop3.el (pop3-open-server): Error messages are "-ERR".
3502
3503 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3504
3505         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3506         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3507
3508 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3509
3510         * gnus.el: No Gnus v0.17 is released.
3511
3512 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3513
3514         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3515         buffer has moved to a different frame.
3516
3517 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3520         to get the conversion from unibyte to multibyte buffers to work on
3521         Emacs 22.
3522
3523         * nntp.el (nntp-request-article): Slight clean-up.
3524
3525 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * shr.el (shr-strike-through): New face.
3528         (shr-tag-s): Use it to provide <s> support.
3529         (shr-tag-s): Remove duplicate definition.
3530
3531 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3532
3533         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3534         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3535
3536 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3537
3538         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3539         `gnutls-negotiate'.
3540         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3541
3542 2011-04-23  Glenn Morris  <rgm@gnu.org>
3543
3544         * gnus-sum.el (gnus-extra-headers): Bump :version.
3545
3546 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547
3548         * shr.el (shr-tag-sup): New function.
3549         (shr-tag-sub): Ditto.
3550
3551 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3552
3553         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3554         for the case where `gnus-registry-ignored-groups' is a list of lists,
3555         and don't call `gnus-parameter-registry-ignore' otherwise.
3556
3557 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3558
3559         * nnimap.el (nnimap-user): New backend variable.
3560         (nnimap-open-connection-1): Use it.
3561         (nnimap-credentials): Accept user parameter so it's explicit what user
3562         name is desired.
3563
3564         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3565         default.
3566
3567         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3568         not gnus-registry.el.
3569
3570         * gnus-registry.el: Mention in comments how to modify
3571         `gnus-extra-headers' for proper recipient tracking and that it may
3572         already have To and Cc recently, which it does as of this commit.
3573         (gnus-registry-ignored-groups): Remove defcustom.
3574         Explain why in comments.
3575         (gnus-registry-action): Fix data-header reference to use the extra
3576         headers.  Explain in package commentary how to add To and Cc headers to
3577         the gnus-extra-headers.
3578         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3579         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3580         parameter list or a string list in `gnus-registry-ignored-groups'.
3581         Fix logic error.
3582
3583 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584
3585         * shr.el (shr-expand-url): Protect against null urls.
3586
3587 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * shr.el (shr-base): New binding.
3590         (shr-tag-base): Keep track of <base>.
3591         (shr-expand-url): New function used throughout.
3592
3593 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3594
3595         * gnus-registry.el
3596         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3597         (gnus-registry-ignored-groups): New variable.
3598         (gnus-registry-ignore-group-p): Use it.
3599         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3600         set the destination group to nil (same as delete) if it's ignored.
3601
3602 2011-04-20  David Engster  <dengste@eml.cc>
3603
3604         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3605
3606         * Makefile.in (test-nntp): New rule.
3607         (check): Add it.
3608         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3609
3610 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-registry.el (gnus-registry-action)
3613         (gnus-registry-fetch-header-fast):
3614         Don't use mail-header that looks an internal function of mailheader.el.
3615
3616 2011-04-19  Glenn Morris  <rgm@gnu.org>
3617
3618         * time-date.el (time-to-days): Remove unused local variables.
3619
3620 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * gnus-registry.el: Eliminate cl functions.
3623         (gnus-registry-sort-addresses): New function that replaces mapcan.
3624         (gnus-registry-action, gnus-registry-spool-action)
3625         (gnus-registry-split-fancy-with-parent)
3626         (gnus-registry-fetch-recipients-fast): Use it.
3627         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3628
3629         * registry.el (initialize-instance, registry-lookup)
3630         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3631         (registry-lookup-secondary-value, registry-search, registry-delete)
3632         (registry-insert, registry-reindex, registry-size, registry-prune):
3633         Use eval-and-compile.
3634
3635 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3636
3637         * registry.el (registry-reindex): New method to recreate the secondary
3638         registry indices.
3639
3640         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3641         tracked field changes.
3642         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3643         (gnus-registry-action, gnus-registry-spool-action)
3644         (gnus-registry-handle-action)
3645         (gnus-registry--split-fancy-with-parent-internal)
3646         (gnus-registry-split-fancy-with-parent)
3647         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3648         move, and delete actions, and for fancy splitting with parent.
3649         (gnus-registry-extract-addresses)
3650         (gnus-registry-fetch-recipients-fast)
3651         (gnus-registry-fetch-header-fast): Convenience functions.
3652         (gnus-registry-misc-test): ERT test of
3653         `gnus-registry-extract-addresses'.
3654
3655 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3656
3657         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3658         Track by subject first, then sender.
3659
3660 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3661
3662         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3663
3664         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3665         Lisp.
3666
3667         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3668         (gnus-draft-send): Use it to avoid popping
3669         up frames from gnus-group-send-queue.
3670
3671 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3672
3673         * gnus-registry.el: Updated gnus-registry docs.
3674
3675 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3676
3677         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3678         Fix logic bug.
3679         (gnus-registry-post-process-groups): Fix logging of no results and
3680         quote sender and subject.
3681
3682 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3685         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3686         gnutls-cli are too slow to be done opportunistically.
3687
3688         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3689         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3690         we had no early-data returned.
3691         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3692         two async commands to the same server at the same time.
3693
3694 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3695
3696         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3697
3698 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699
3700         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3701         "warning" level.
3702
3703         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3704         (mm-url-insert-file-contents): Don't set the package names.
3705
3706 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3707
3708         * gnus-registry.el (gnus-registry-action): Remove properties and
3709         simplify subject in `gnus-registry-handle-action'.
3710         (gnus-registry-spool-action): Get subject and sender from message if
3711         they are not passed in.
3712         (gnus-registry-handle-action): Remove properties and simplify subject
3713         consistently.
3714
3715 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3716
3717         * registry.el: Require CL before using defmacro*.
3718
3719 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * gnus-art.el (article-treat-date): Assume that
3722         gnus-article-date-headers may be a group parameter.
3723
3724 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3725
3726         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3727
3728         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3729         interactively so the newsrc file can contain foreign groups too.
3730         Useful for debugging but not much for users.
3731
3732 2011-04-07  David Engster  <dengste@eml.cc>
3733
3734         * registry.el (registry-usage-test): Only do
3735         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3736         lexical binding.
3737
3738 2011-04-07  David Engster  <dengste@eml.cc>
3739
3740         * Makefile.in (check, test-registry): New rules for test-suite.
3741
3742 2011-04-06  David Engster  <dengste@eml.cc>
3743
3744         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3745         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3746
3747 2011-04-06  David Engster  <dengste@eml.cc>
3748
3749         * registry.el (initialize-instance): Change :after to :AFTER to be
3750         compatible with old EIEIO version in XEmacs.
3751
3752 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3753
3754         * gnus-registry.el (gnus-registry-post-process-groups)
3755         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3756         and provide better messaging.
3757
3758 2011-04-06  David Engster  <dengste@eml.cc>
3759
3760         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3761         errors.
3762
3763         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3764         dgnushack-compile with error-on-warn enabled, and to signal an error if
3765         clean compilation failed.
3766         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3767         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3768
3769 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3770
3771         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3772         unconditionally anyway, discarding errors.
3773         (gnus-registry-delete-entries): New convenience function.
3774         (gnus-registry-import-eld): Import from old .eld registry.
3775
3776         * registry.el: Don't use ERT if it's not available.  Load it
3777         unconditionally anyway, discarding errors.
3778
3779         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3780         version from the Claudio Bley GnuTLS patch (extra optional parameters
3781         and host name).
3782
3783 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3784
3785         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3786         fixup the parameters that can be customized by the user between
3787         save/read cycles.
3788         (gnus-registry-read): Use it.
3789         (gnus-registry-make-db): Use it.
3790         (gnus-registry-spool-action, gnus-registry-handle-action):
3791         Fix messaging.
3792         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3793         Map references to actual group names with sender and subject tracking.
3794         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3795         (gnus-registry-usage-test): Add subject lookup test.
3796
3797         * registry.el (registry-db, initialize-instance): Set up constructor
3798         instead of :initform arguments for the sake of older Emacsen.
3799         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3800         pre-lexbind merge bug.
3801         (registry-usage-test): Use it.
3802         (initialize-instance, registry-db): Move the non-function initforms
3803         back to the class definition.
3804
3805 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3806
3807         * registry.el: New library to manage gnus-registry-style data.
3808
3809         * gnus-registry.el: Use it (major rewrite).
3810
3811         * nnregistry.el: Use it.
3812
3813         * spam.el: Use it.
3814
3815 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3818         marks on non-selected articles.
3819
3820 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3821
3822         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3823         parameter to open-protocol-stream.
3824
3825 2011-04-01  Julien Danjou  <julien@danjou.info>
3826
3827         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3828         fundamental-mode.
3829
3830 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3833         servers.
3834
3835 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3838         made marks not propagate, again.
3839
3840 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3841
3842         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3843         Make this the default type.
3844         (proto-stream-open-plain): Rename from proto-stream-open-default.
3845         (open-protocol-stream, proto-stream-open-starttls)
3846         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3847         with `plain'.
3848
3849         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3850         value.
3851
3852         * nntp.el (nntp-open-connection-function): Document the fact that some
3853         values are not functions but are instead handled specially.
3854         Recognize nntp-open-plain-stream value.
3855         (nntp-open-connection): Recognize that value.
3856
3857 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3860         where it seems to be needed.
3861
3862 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863
3864         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3865         stuff.
3866
3867         * gnus-score.el (gnus-score-string): Fix calling convention of
3868         `gnus-simplify-buffer-fuzzy' after last patches.
3869
3870         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3871         server for articles we didn't get any headers for.  This is a sanity
3872         check.
3873
3874 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3875
3876         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3877         new CAPABILITY, use it.
3878
3879 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3882         downloading anything.
3883
3884         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3885
3886 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3887
3888         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3889         colors.
3890         (gnus-splash-svg-color-symbols): New function.
3891
3892 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3895         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3896         (gnus-simplify-subject-fuzzy): Use the local
3897         gnus-simplify-subject-fuzzy-regex instead of the global one.
3898         This makes using this variable in group parameters work.
3899
3900 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3901
3902         * gnus-registry.el (gnus-registry-unfollowed-groups):
3903         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3904         archive:sent-YYYY-MM-DD groups).
3905         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3906         tracking if there are more than `gnus-registry-max-track-groups'
3907         matches.
3908
3909 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3910
3911         * message.el (message--yank-original-internal): New function to do the
3912         insertion cleanly inside eval in `message-yank-original'.
3913         (message-yank-original): Use it.
3914
3915 2011-03-29  Julien Danjou  <julien@danjou.info>
3916
3917         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3918         local variables disabled rather than `normal-mode'.
3919
3920 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3921
3922         * imap.el (imap-shell-open, imap-process-connection-type):
3923         Use imap-process-connection-type for 'shell' streams as well as
3924         Kerberos, SSL, other subprocesses.
3925
3926 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3927
3928         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3929         with open-network-stream.
3930         (proto-stream-always-use-starttls): Option removed.
3931         (open-protocol-stream): Return a process object by default.  Provide a
3932         new parameter :return-list specifying a list-type return value, which
3933         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3934         :type `network' to `try-starttls', and `network-only' to `default'.
3935         Make `default' the default, for compatibility with open-network-stream.
3936         Handle the no-parameter case exactly as open-network-stream, with no
3937         additional stream processing.  Search plists using plist-get.
3938         Explicitly add :end-of-commend parameter if it is missing.
3939         (proto-stream-open-default): Rename from
3940         proto-stream-open-network-only.  Return 'default as the type.
3941         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3942         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3943         failed.  Always return a list with a (possibly dead) process as the
3944         first element, for compatibility with open-network-stream.
3945         (proto-stream-open-tls): Use plist-get.  Always return a list.
3946         (proto-stream-open-shell): Return `default' as connection type.
3947         (proto-stream-capability-open): Use plist-get.
3948         (proto-stream-eoc): Function deleted.
3949
3950         * nnimap.el (nnimap-stream, nnimap-open-connection)
3951         (nnimap-open-connection-1): Handle renaming of :type parameter for
3952         open-protocol-stream.
3953         (nnimap-open-connection-1): Pass a :return-list parameter
3954         open-protocol-stream to obtain a list return value.  Parse this list
3955         using plist-get.
3956
3957         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3958         for open-protocol-stream.  Accept open-protocol-stream return value
3959         that is a subprocess object instead of a list.  Handle the case of a
3960         dead returned process.
3961
3962 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3963
3964         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3965
3966         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3967
3968 2011-03-21  Julien Danjou  <julien@danjou.info>
3969
3970         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3971         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3972         query.
3973         (mm-inline-text): Render normal text with fontification whenever
3974         possible.
3975
3976         * gnus-sum.el (gnus-summary-save-parts-1):
3977         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3978         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3979         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3980         Use `mm-handle-filename'.
3981
3982         * mm-util.el (mm-handle-filename): New function, return the filename of
3983         an handle.
3984
3985 2011-03-18  Julien Danjou  <julien@danjou.info>
3986
3987         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3988         (gnus-buffer-live-p): Check that buffer is not nil.
3989
3990 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3991
3992         * gnus.el: No Gnus v0.15 is released.
3993
3994 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3997         avoid warning on XEmacs.
3998
3999         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4000         on XEmacs.
4001
4002         * gnus-art.el: Require mouse, which the build bot seems to say is
4003         needed.
4004
4005         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4006
4007         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4008         XEmacs, since it doesn't have url-retrieve-synchronously.
4009
4010         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4011         since assoc-string doesn't exist in XEmacs.
4012
4013 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4014
4015         * gnus-group.el (gnus-group-list-ticked): New function.
4016         (gnus-group-make-menu-bar): Provide a menu entry for it.
4017         (gnus-group-list-map): Provide a binding for it.
4018
4019 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4020
4021         * shr.el (shr-visit-file): New command.
4022
4023         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4024
4025 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4026
4027         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4028         servers.
4029
4030 2011-03-16  Julien Danjou  <julien@danjou.info>
4031
4032         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4033         inline.
4034
4035         * gnus-art.el (article-hide-list-identifiers):
4036         Use gnus-group-get-list-identifiers.
4037
4038         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4039         (gnus-summary-remove-list-identifiers):
4040         Use gnus-group-get-list-identifiers to get regexp.
4041         (gnus-select-newsgroup, gnus-summary-insert-subject)
4042         (gnus-summary-insert-articles):
4043         Call gnus-summary-remove-list-identifiers unconditionally.
4044
4045 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4048         we're selecting a group with unread articles.
4049
4050         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4051
4052         * gssapi.el: New file separated out from imap.el to provide a general
4053         Kerberos 5 connection facility for Emacs.
4054
4055         * message.el (message-elide-ellipsis): Document the format spec
4056         ellipsis.
4057
4058 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4059
4060         * message.el (message-elide-region): Allow the ellipsis to say how many
4061         lines were removed.
4062
4063 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064
4065         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4066         window configurations containing buffers that are now dead.
4067
4068         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4069         parsing to avoid integer overflows.
4070         (nnimap-parse-flags): Simplify the last change.
4071         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4072         too large for 32-bit Emacsen.
4073
4074 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4075
4076         * auth-source.el (auth-source-netrc-create):
4077         * message.el (message-yank-original): Fix use of `case'.
4078
4079 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4080
4081         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4082         XEmacs, which was one character too wide.
4083
4084 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4085
4086         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4087         default number of articles to display.
4088         (gnus-articles-to-read): Use pretty names for prompt.
4089
4090 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4091
4092         * gnus-int.el (gnus-open-server): Ditto.
4093
4094         * gnus-start.el (gnus-activate-group): Give a backtrace if
4095         debug-on-quit is set and the user hits `C-g'.
4096         (gnus-read-active-file): Ditto.
4097
4098         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4099
4100 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4101
4102         * message.el (message-yank-original): Use cond instead of CL case.
4103
4104 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4105
4106         * auth-source.el (auth-source-netrc-create): Use usual format for the
4107         default in prompts.
4108
4109 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * lpath.el: Fbind read-char-choice for XEmacs.
4112
4113 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4114
4115         * auth-source.el (auth-source-netrc-create): Show the default in the
4116         prompt when prompting for token creation.
4117
4118 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4119
4120         * auth-source.el (auth-source-format-prompt): Always convert the value
4121         to a string to avoid evaluating non-string arguments.
4122         (auth-source-netrc-create): Offer default properly, not as initial
4123         content in `read-string'.
4124         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4125         of line to determine if we've been run before.  If so, don't run again,
4126         but print a trivial message to indicate the cache was hit instead.
4127
4128 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4129
4130         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4131         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4132         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4133         Gnus.
4134
4135 2011-03-11  Julien Danjou  <julien@danjou.info>
4136
4137         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4138         modified file".
4139
4140 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4141
4142         * auth-source.el (auth-source-read-char-choice): New function to read a
4143         character choice using `dropdown-list', `read-char-choice', or
4144         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4145         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4146         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4147         (auth-source-netrc-saver): Use it.
4148         (auth-source-pick-first-password): New convenience function.
4149
4150 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4151
4152         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4153         parameter in the credentials.
4154         (nnimap-open-connection-1): Use it after a successful login.
4155         (nnimap-credentials): Add IMAP-specific user and password prompt.
4156
4157         * auth-source.el (auth-source-search): Add :require parameter, taking a
4158         list.  Document it and the :save-function return token.  Pass :require
4159         down.  Change the CREATED message from a warning to a debug statement.
4160         (auth-source-search-backends): Pass :require down.
4161         (auth-source-netrc-search): Pass :require down.
4162         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4163         Change save prompt to indicate all modifications saved here are
4164         deletions.
4165         (auth-source-netrc-create): Take user login name as default in user
4166         prompt.  Move all the save functionality to a lexically bound function
4167         under the :save-function token in the returned list.  Set up clearer
4168         default prompts for user, host, port, and secret.
4169         (auth-source-netrc-saver): New function, intended to be wrapped for
4170         :save-function.
4171
4172 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4173
4174         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4175         lines to be spaces instead.
4176
4177 2011-03-07  Julien Danjou  <julien@danjou.info>
4178
4179         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4180         (sieve-sasl-auth): Check that auth-source-search did return something,
4181         or just return an empty string.
4182
4183 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4184
4185         * gnus.el (gnus-interactive): Use read-directory-name.
4186
4187         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4188         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4189         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4190         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4191         Likewise.
4192
4193         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4194
4195 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4198         onto the list of killed groups, too.  This makes killed nnimap groups,
4199         for instance, more reliably not reappear.
4200
4201         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4202         the parent.
4203
4204         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4205
4206         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4207         really have server-side marks.
4208
4209         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4210         since most backends do not usefully have server-side marks.
4211         (gnus-update-read-articles): Propagate marks to all backends that
4212         really have server-side marks.
4213
4214 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4215
4216         * message.el (message-cite-reply-position, message-cite-style):
4217         New variables.
4218         (message-yank-original): Use the new citation styles.
4219
4220 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4221
4222         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4223         buffer-local issue); don't mark it buffer-local when running under
4224         XEmacs.
4225
4226 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4227
4228         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4229         numbers too big to be `read'.
4230
4231 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4232
4233         * password-cache.el (password-in-cache-p): Add autoload.
4234
4235         * message.el (message-options): Make buffer-local two ways to attempt
4236         to fix a XEmacs bug.
4237
4238 2011-03-02  Julien Danjou  <julien@danjou.info>
4239
4240         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4241
4242 2011-03-01  Julien Danjou  <julien@danjou.info>
4243
4244         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4245         group.
4246         (article-hide-list-identifiers): Use list-identifier group parameter.
4247
4248 2011-02-28  Julien Danjou  <julien@danjou.info>
4249
4250         * sieve.el (sieve-buffer-script-name): New local variable to store
4251         sieve script name.
4252         (sieve-edit-script): Store sieve script name.
4253         (sieve-upload): Use sieve script name when uploading.
4254         (sieve-upload): Use substitute-command-keys.
4255         (sieve-edit-script): Use substitute-command-keys.
4256         (sieve-refresh-scriptlist): Use substitute-command-keys.
4257         (sieve-manage-mode-map): Define keymap properly.
4258         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4259         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4260         Remove commented code about cvs.
4261         (sieve-manage-quit): New function.
4262         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4263
4264 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265
4266         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4267
4268 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4269
4270         * auth-source.el (auth-source-search): Cache empty result sets.
4271
4272         * password-cache.el (password-in-cache-p): Convenience function to
4273         check if a key is in the cache, even if the value is nil.
4274
4275         * auth-source.el (auth-source-save-behavior): New variable to replace
4276         `auth-source-never-create'.
4277         (auth-source-netrc-create): Use it.
4278         (auth-source-never-save): Remove.
4279
4280 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4281
4282         * nnimap.el (nnimap-stream): Doc fix.
4283         (nnimap-open-connection-1): Reverse the order of the ports to that the
4284         prompted-for port is first.
4285
4286         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4287         retrieval by the no-group selection.
4288
4289         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4290         numerical parameters.
4291
4292 2011-02-25  Julien Danjou  <julien@danjou.info>
4293
4294         * gnus-gravatar.el: Use gnus-with-article-buffer.
4295
4296         * gnus-art.el (gnus-with-article-buffer): Check that the
4297         gnus-article-buffer is alive.
4298
4299 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4300
4301         * auth-source.el (auth-source-creation-prompts): New variable to manage
4302         creation-time prompts.
4303         (auth-source-search): Document it.
4304         (auth-source-format-prompt): Add utility function.
4305         (auth-source-netrc-create): Don't default the user name to
4306         user-login-name.  Use `auth-source-creation-prompts' and some default
4307         prompts for user, host, port, and password (the default generic prompt
4308         remains ugly).
4309         (auth-source-never-save): Add customizable option to never save info.
4310         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4311         mode excursion.
4312
4313 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4316         argument that XEmacs doesn't support.
4317
4318         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4319         compiled for Emacsen having no `libxml-parse-html-region' support.
4320
4321         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4322
4323         * lpath.el: Bind buffer-save-without-query for XEmacs.
4324
4325 2011-02-23  Julien Danjou  <julien@danjou.info>
4326
4327         * gnus-art.el (article-make-date-line): Ignore errors if time is
4328         invalid and not convertible.
4329         (article-make-date-line): Only add lapsed time if time is not nil.
4330
4331 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4332
4333         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4334         `read-char-choice' for backwards compatibility.
4335         (auth-source-netrc-element-or-first): New function to DTRT for
4336         parameter extraction.
4337         (auth-source-netrc-create): Use it and fix multiple parameter print
4338         bug.  Use the default passed from above (given-default) or the
4339         built-in (user-login-name for :user).
4340
4341 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4342
4343         * gnus-start.el (gnus-dribble-read-file):
4344         Set buffer-save-without-query, since we always want to save the dribble
4345         file, probably.
4346
4347         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4348         nnimap.
4349
4350         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4351         -summary- since it's a user-visible variable.
4352
4353         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4354         first time you use the new Gnus.
4355
4356 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4357
4358         * auth-source.el: Don't load netrc.el.
4359         (auth-sources): Search ~/.netrc as well by default.
4360         (auth-source-debug): Add 'trivia option for extra output.
4361         (auth-source-do-trivia): Use it.
4362         (auth-source-search): Simplify logic to use
4363         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4364         appropriate.  Don't keep a running count at this level.  Layer :create
4365         and :delete options appropriately on the first and second passes.
4366         Don't track the backend with the search results.
4367         (auth-source-search-backends): New function to search a list of
4368         backends for a processed spec.
4369         (auth-source-netrc-parse): Cache all netrc files, making
4370         auth-source-netrc-cache an alist keyed by the file name and using the
4371         file mtime as the caching criterion.  Keep the obfuscated data secret
4372         with a lexical bind.
4373         (auth-source-netrc-search): Don't calculate the length of the results
4374         unnecessarily.
4375         (auth-source-search-backends): Fix bug.
4376         (auth-source-netrc-create): Rework prompts.
4377
4378 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4379
4380         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4381         Lower case names of search constraints.
4382         (nnir-run-query): Cache and reuse search constraints for all imap
4383         servers.
4384
4385 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4386
4387         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4388         after exit.
4389         (gnus-setup-message): Define missing variable from last checkin.
4390
4391         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4392         value, show the raw article.
4393
4394 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4395
4396         * gnus.el: No Gnus v0.13 is released.
4397
4398 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4399
4400         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4401         auth-source now accepts numbers.
4402
4403         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4404         spec, too.
4405         (auth-source-ensure-strings): New function.
4406
4407         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4408         (gnus-article-setup-buffer): Always restart the date timer so that user
4409         changes to the frequency is respected.
4410
4411         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4412         port numbers, so make sure it gets that if nnimap-server-port is
4413         explicit.
4414
4415 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4416
4417         * nnimap.el (nnimap-inbox): Doc fix.
4418
4419 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4420
4421         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4422         Autoload.  Add optional arg FRAME, and pass it to color-values.
4423         (color-complement): Caller changed.  Doc fix.
4424         (color-gradient): Rewrite for better clarity and efficiency.
4425
4426 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4427
4428         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4429         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4430         color-lab-to-srgb.
4431
4432 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4433
4434         * color.el: First part of merge from hexrgb.el.
4435         (color-rgb-to-hex): Rename from color-rgb->hex.
4436         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4437         saturation to zero if the value is too small.
4438         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4439         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4440         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4441         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4442         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4443         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4444         (color-cie-de2000): Doc fix.
4445
4446 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4447
4448         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4449         given method as in the group name if we're using an extended method.
4450         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4451         command, if we're using that, instead of waiting for the beginning.
4452
4453         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4454         we're sure to get unique server names, and we don't output two async
4455         commands in the same buffer.  This fixes an NNTP hang for some users.
4456
4457 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4458
4459         * gnus.el: No Gnus v0.11 is released.
4460
4461 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4462
4463         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4464         summary buffer before reading going to the next buffer.  This avoids
4465         putting the point in the group buffer if you `C-g' the command.
4466
4467         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4468         cache (for now) to make ~/.authinfo.gpg files usable.
4469
4470         * nnfolder.el (copyright-update): Define for the compiler.
4471
4472         * auth-source.el (auth-source-search): Fix unbound variable.
4473
4474 2011-02-19  Glenn Morris  <rgm@gnu.org>
4475
4476         * gnus.el (gnus-meta): Doc fix.
4477
4478 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4479
4480         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4481         in case it's not yet loaded.
4482
4483 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4484
4485         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4486         line we're waiting for.
4487
4488 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4489
4490         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4491         face with line-width greater than zero will cause RET in gnus summary
4492         buffer to scroll down article page-wise because auto vscroll happens,
4493         it should be temporally disabled when doing a scroll-up.
4494
4495 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4496
4497         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4498         outputs from the server.
4499
4500 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4501
4502         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4503         later so that bbdb can hook in easier.
4504
4505 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4506
4507         * auth-source.el (auth-source-search): Don't try to create credentials
4508         if the caller doesn't want that.
4509         (auth-source-search): If we don't find a match, don't bug out on
4510         non-bound variables.
4511         (auth-source-search): Only ask a single backend to create the
4512         credentials.
4513
4514         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4515         logging.
4516         (nnimap-credentials): Protect against auth-source-search returning nil.
4517         (nnimap-request-list): Protect against not being able to open the
4518         server.
4519
4520 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4521
4522         * auth-source.el (auth-source-search): Do a two-phase search, one with
4523         no :create to get the responses from all backends.
4524
4525         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4526         when getting credentials.
4527
4528         * gnus-util.el (gnus-delete-duplicates): New function.
4529
4530 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4531
4532         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4533         a creation default, pass the whole port list down.  It will be
4534         completed.
4535
4536         * auth-source.el (auth-source-search): Updated docs to talk about
4537         multiple creation choices.
4538         (auth-source-netrc-create): Accept a list as a value (from the search
4539         parameters) and do completion on that list.  Keep a separate netrc line
4540         with the password obscured for showing the user.
4541
4542         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4543         first choice to `auth-source-search' so it will be used for entry
4544         creation instead of the server's Gnus-specific name.
4545         (nnimap-credentials): Rely on the auth-source library to select which
4546         port is actually wanted in the new netrc entry, so don't override
4547         `auth-source-creation-defaults'.
4548
4549         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4550         :protocol and accept a missing user, host, or port as a wildcard match.
4551         (auth-source-debug): Default to off.
4552
4553         (auth-source-netrc-search, auth-source-netrc-create)
4554         (auth-source-secrets-search, auth-source-secrets-create)
4555         (auth-source-user-or-password, auth-source-backend, auth-sources)
4556         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4557         instead of :protocol.
4558
4559         * nnimap.el (nnimap-credentials): Pass a port default to
4560         `auth-source-search' in case an entry needs to be created.
4561         (nnimap-open-connection-1): Use :port instead of :protocol.
4562
4563 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * auth-source.el: Bind load-path when loading EIEIO from
4566         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4567         21.4 doesn't support, to `require'.
4568         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4569         delete-dups that is not available in XEmacs 21.4.
4570
4571 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4572
4573         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4574         as EIEIO must also be loaded when auth-source.el is being
4575         byte-compiled.
4576
4577 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4578
4579         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4580
4581         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4582
4583         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4584
4585         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4586
4587         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4588
4589         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4590
4591         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4592
4593         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4594         necessary.
4595
4596 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4597
4598         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4599         nil means that nnimap doesn't get updated.
4600
4601 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4602
4603         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4604         result when the user doesn't want to write to the file.
4605         (auth-source-netrc-search): Expect a synthetic result and proceed
4606         accordingly.
4607         (auth-source-cache-expiry): New variable to override
4608         `password-cache-expiry'.
4609         (auth-source-remember): Use it.
4610
4611         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4612         parameter.  Create entry if necessary by using :create t.
4613         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4614
4615 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4616
4617         * auth-source.el (auth-source-debug): Enable by default and don't
4618         mention the obsolete `auth-source-hide-passwords'.
4619         (auth-source-do-warn): New function to debug unconditionally.
4620         (auth-source-do-debug): Use it.
4621         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4622         and for Secrets API entries when the secrets.el library is not
4623         available.
4624
4625 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4626
4627         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4628         (gnus-summary-exit): Kill the correct article buffer on exit from a
4629         `C-d' group.
4630
4631         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4632         gnus-propagate-marks.
4633
4634         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4635         before killing the buffers so that a non-full window conf gets handled
4636         correctly.
4637         (gnus-summary-exit): Ditto.
4638         (gnus-summary-read-group-1): Ditto.
4639
4640         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4641         async code again so that we can debug it properly.
4642
4643         * message.el (message-reply): Take an optional switch-buffer parameter
4644         so that Gnus window confs are respected better.
4645
4646 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4647
4648         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4649         `plist-get' to accept non-list parameters (XEmacs issue).
4650         Fix docstring.
4651         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4652         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4653         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4654         Login collection is "Login" and not "login".
4655
4656 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4657
4658         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4659         multiple headers.
4660
4661         * nnimap.el (nnimap-inhibit-logging): New variable.
4662         (nnimap-log-command): Don't log login commands.
4663
4664         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4665         to have more parameters.
4666
4667         * nnimap.el (nnimap-send-command): Mark the command time for each
4668         command, so that we don't get NOOPs stepping on our toes.
4669
4670         * gnus-art.el (article-date-ut): Get the date from the Date header on
4671         `t'.
4672
4673 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * auth-source.el (auth-source-search): Use copy-sequence instead of
4676         the cl.el copy-list.
4677
4678 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4679
4680         * imap.el: Bring it back (revert
4681         84d800cd31de3064f0ed39617d725709a2f8f42f).
4682
4683 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4684
4685         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4686         Improve prompt.
4687
4688 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4689
4690         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4691         washing status from the default format.  It isn't very informative.
4692
4693 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4694
4695         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4696         Fix Gcc processing on imap.
4697
4698 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4699
4700         * imap.el: Remove file.  All the functionality is in nnimap.el.
4701
4702 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4703
4704         * message.el (message-bury): Don't pop up a new window when selected
4705         window is dedicated.
4706
4707 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4708
4709         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4710
4711 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * sieve-manage.el: Autoload `auth-source-search'.
4714         (sieve-sasl-auth): Use it.
4715
4716 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4717
4718         * nnimap.el: Autoload `auth-source-forget+'.
4719         (nnimap-open-connection-1): Use it if the connection fails.
4720
4721         * auth-source.el: Require `password-cache'.
4722         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4723         obsolete.
4724         (auth-source-magic): Marker for `password-cache' keys.
4725         (auth-source-do-cache): Update docstring.
4726         (auth-source-search): Use and check cache.
4727         (auth-source-forget-all-cached, auth-source-remember)
4728         (auth-source-recall, auth-source-forget, auth-source-forget+)
4729         (auth-source-specmatchp): Caching support functions.
4730         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4731         Remove and obsolete.
4732         (auth-source-user-or-password): Remove caching to further discourage
4733         using it.  Always hide passwords.
4734
4735         * password-cache.el (password-cache-remove): Accept secrets that are
4736         not strings.
4737
4738 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4739
4740         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4741         code for now, since it doesn't work for all users.
4742
4743 2011-02-09  Julien Danjou  <julien@danjou.info>
4744
4745         * message.el (message-options): Make message-options really buffer
4746         local.
4747
4748 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4749
4750         * mail-source.el: Autoload `auth-source-search'.
4751         (mail-source-keyword-map): Note order matters.
4752         (mail-source-set-1): Get all the mail-source source values and
4753         defaults and search auth-source on those if needed.  This can all
4754         probably be simplified.
4755
4756         * nnimap.el: Autoload `auth-source-search'.
4757         (nnimap-credentials): Use it.
4758         (nnimap-open-connection-1): Ask for the virtual server and physical
4759         address in one shot.
4760
4761         * nntp.el: Autoload `auth-source-search'.
4762         (nntp-send-authinfo): Use it.  Note TODO.
4763
4764 2011-02-08  Julien Danjou  <julien@danjou.info>
4765
4766         * shr.el (shr-tag-body): Add support for text attribute in body
4767         markups.
4768
4769         * message.el (message-options): Make message-options a local variable.
4770
4771 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4772
4773         * auth-source.el (auth-source-secrets-search)
4774         (auth-source-user-or-password): Use `append' instead of `nconc'.
4775         (auth-source-user-or-password): Build return list better and protect
4776         against nil :secret.
4777
4778 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4779
4780         * nnimap.el (nnimap-update-info): Refactor slightly.
4781         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4782         (nnimap-update-info): Clean up slightly.
4783         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4784         characters.
4785         (nnimap-process-quirk): Rename function to avoid collision.
4786         (nnimap-update-info): Fix macrology bug-out.
4787         (nnimap-update-info): Simplify split history test.
4788
4789 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4790
4791         * auth-source.el (top): Require 'eieio unconditionally.
4792         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4793         (auth-source-secrets-search): Limit search when `max' is greater than
4794         number of results.
4795
4796 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4797
4798         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4799         part not returning any data.
4800
4801         * proto-stream.el (open-protocol-stream): Document the return value.
4802
4803 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4804
4805         * auth-source.el (auth-source-secrets-search): Add examples.
4806
4807 2011-02-06  Julien Danjou  <julien@danjou.info>
4808
4809         * message.el (message-setup-1): Handle message-generate-headers-first
4810         set to t.
4811
4812 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4813
4814         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4815         API with a string "secrets:collection-name" and with 'default.
4816         (auth-source-backend-parse): Parse "secrets:collection-name" and
4817         'default.  Recurse on parses instead of repeating code.  Use the
4818         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4819         message when ignoring a source.
4820         (auth-source-search): List ignored search keys at the top level.
4821         (auth-source-netrc-create): Use `case' instead of `cond'.
4822         (auth-source-secrets-search): Created with TODOs.
4823         (auth-source-secrets-create): Created with TODOs.
4824         (auth-source-retrieve, auth-source-create, auth-source-delete)
4825         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4826         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4827         (auth-source-user-or-password-sftp)
4828         (auth-source-user-or-password-smtp): Remove.
4829         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4830         around `auth-source-search'.  Not tested thoroughly.
4831
4832 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4833
4834         * auth-source.el: Bring in assoc and eioeio libraries.
4835         (secrets-enabled): New variable to track the status of the Secrets API.
4836         (auth-source-backend): New EIOEIO class to represent a backend.
4837         (auth-source-creation-defaults): New variable to set prompt defaults
4838         during token creation (see the `auth-source-search' docstring for
4839         details).
4840         (auth-sources): Simplify to allow a simple string as a netrc backend
4841         spec.
4842         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4843         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4844         (auth-source-search): Main auth-source API entry point.
4845         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4846         (auth-source-search-collection): Helper function for searching.
4847         (auth-source-netrc-parse, auth-source-netrc-normalize)
4848         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4849         Supports search, create, and delete.
4850         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4851         backend stubs.
4852         (auth-source-user-or-password): Call `auth-source-search' but it's not
4853         ready yet.
4854
4855 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4856
4857         * message.el (message-setup-1): Remove the read-only stuff, since it
4858         doesn't work under XEmacs, for some reason.
4859
4860         * gnus-sum.el (gnus-user-date): Rename back from
4861         gnus-summary-user-date since user code refers to it.
4862
4863         * shr.el (shr-render-td): Store the actual background color used.
4864
4865         * message.el (message-setup-1): Don't bind the constant
4866         -forbidden-properties.
4867         (message-setup-1): Revert previous change, since it needs to bind the
4868         props to insert them.
4869         (message-resend): Allow removing the read-only separator line.
4870
4871 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4872
4873         * nnimap.el (nnimap-request-accept-article): Give an error message if
4874         the APPEND wasn't successful.
4875
4876 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4877
4878         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4879         that have no groups.
4880
4881 2011-02-03  Julien Danjou  <julien@danjou.info>
4882
4883         * gnus-draft.el: Remove progn around gnus-draft-setup.
4884
4885 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4886
4887         * gnus-start.el (gnus-read-active-for-groups): This function is never
4888         called with a nil `infos', so clean that up.
4889         (gnus-get-unread-articles): Request active files from primary/secondary
4890         methods that have no groups (yet).
4891
4892 2011-02-03  Julien Danjou  <julien@danjou.info>
4893
4894         * message.el (message-setup-1): Always generate References first.
4895         (message-mail): Return the return value of message-setup, not always t.
4896         (message-setup-1): Insert mail-header-separator with read-only and
4897         intangible properties set.
4898
4899         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4900         user-date in docstring.
4901
4902         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4903
4904         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4905         docstring.
4906
4907         * gnus.el (gnus-user-date-format-alist): Change default value.
4908         Use defcustom, with type and group. Move from gnus-util.el.
4909         Rename to gnus-summary-user-date-format-alist.
4910
4911 2011-02-03  Glenn Morris  <rgm@gnu.org>
4912
4913         * nnimap.el (gnus-fetch-headers): Declare.
4914
4915         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4916
4917 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4918
4919         * message.el (message-forward-make-body-digest-plain)
4920         (message-followup, message-reply): Clean up things noted by Stefan.
4921
4922         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4923         gnus-article-update-date-headers is nil.
4924         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4925         it didn't really work with defcustom.
4926         (article-update-date-lapsed): Make sure the window start doesn't move,
4927         either.
4928
4929 2011-02-01  Julien Danjou  <julien@danjou.info>
4930
4931         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4932         format.
4933
4934         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4935         standard in Emacs nowadays.
4936
4937         * color.el (color-gradient): Add a color-gradient function.
4938
4939 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4940
4941         * message.el (message-expand-name): Don't trust the return value of
4942         bbdb-complete-name.
4943         (message-check-news-header-syntax): Remove unused var `start'.
4944         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4945         (message-inhibit-body-encoding): Move to before first use.
4946         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4947         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4948         (Organization, Message-ID, Date, mh-previous-window-config):
4949         Defvar the vars using dynamic scoping.
4950
4951 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4952
4953         * shr.el (shr-render-td): Only do colors at the final rendering.
4954         Should be slightly faster.
4955         (shr-insert-table): Fix up TD background colors when doing the
4956         vertical padding.
4957
4958         * gnus-art.el (article-date-ut): Protect against articles with no Date
4959         header.
4960         (article-update-date-lapsed): Don't use current-column to find the
4961         horizontal position.  It's fragile in the presence of \003 characters.
4962
4963         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4964
4965 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4966
4967         * gnus-art.el (article-transform-date): Rewrite to still work when
4968         there are several rfc2822 parts.
4969         (article-transform-date): Fix infinite recursion.
4970         (article-date-ut): Replace infinitely many Date headers with a single
4971         one when called interactively.
4972
4973         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4974         secure manner.
4975
4976         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4977         move around by not using save-window-excursion.  It seems to work...
4978
4979 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-art.el (article-make-date-line): Work for user-defined format.
4982
4983 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4984
4985         * nntp.el (nntp-retrieve-group-data-early)
4986         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4987         fetching functions.
4988
4989         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4990         thoroughly for all backends that have no known groups.  This should
4991         allow new nnml methods to retrieve mail.
4992
4993         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4994         that Gnus doesn't know exists again.
4995
4996         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4997         (gnus-treat-date-ut): Ditto.
4998         (gnus-article-update-date-header): Rename.
4999         (gnus-treat-date-local): Remove.
5000         (gnus-treat-date-english): Remove.
5001         (gnus-treat-date-lapsed): Remove.
5002         (gnus-treat-date-combined-lapsed): Remove.
5003         (gnus-treat-date-original): Remove.
5004         (gnus-treat-date-iso8601): Remove.
5005         (gnus-treat-date-user-defined): Remove.
5006         (gnus-article-date-headers): New variable to control all the date
5007         header options.
5008         (article-date-ut): Rewrite to allow using the new way to format date
5009         headers(s).
5010
5011 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5012
5013         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5014         method.
5015         (nnmail-article-group): A better test for fanciness.
5016
5017         * nnimap.el (nnimap-request-head): Protect against not finding the
5018         article by Message-ID.
5019
5020 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5021
5022         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5023         keep point at the "same place".
5024
5025 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5026
5027         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5028         data if the group is inactive.
5029
5030 2011-01-28  Julien Danjou  <julien@danjou.info>
5031
5032         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5033         (gnus-all-windows-visible-p): Remove old compatibility code.
5034         (gnus-window-top-edge): Add docstring.
5035
5036         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5037
5038 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5039
5040         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5041         older request-update-info.
5042
5043         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5044
5045 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5046
5047         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5048         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5049
5050 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5051
5052         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5053         groups.  This makes the nndraft:queue group pop up if it's not already
5054         there.
5055
5056         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5057         messages" logic, which was reversed.
5058
5059         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5060         the "same place" even if point is on the line being replaced.
5061         (article-update-date-lapsed): Allow updating both the combined lapsed
5062         and the lapsed headers.
5063         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5064         (article-make-date-line): Limit the number of segments dynamically to
5065         avoid too-long lines.
5066
5067 2011-01-27  Julien Danjou  <julien@danjou.info>
5068
5069         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5070         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5071
5072 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5075         Use plist-get instead of the cl function getf.
5076
5077 2011-01-27  Glenn Morris  <rgm@gnu.org>
5078
5079         * gnus-util.el (float-time): Get rid of compiler warning, again.
5080
5081 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5082
5083         * shr.el (shr-put-color): Special-case background colors: Do put them
5084         at the blank parts at the front of the lines.
5085
5086         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5087         exit hook to nix out all data on readedness on group exit.
5088
5089         * gnus-util.el (float-time): If float-time is bound, always use it on
5090         all Emacsen.  It's unclear why the subrp check was there.
5091         (time-date): Require to make some autoload issues on XEmacs go away.
5092
5093         * shr.el (shr-put-color): Don't do the box padding in tables, since
5094         they're already padded.
5095
5096 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5097
5098         * gnus-art.el (gnus-article-next-page): When the last line of the
5099         article is displayed, scroll down once more instead of going to the
5100         next article at once.
5101         (article-lapsed-string): Refactor out and allow specifying how many
5102         segments you want.
5103         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5104         (gnus-article-update-lapsed-header): New variable.
5105
5106         * shr.el: Revert change that made headings use different-sized faces.
5107         The Emacs display engine isn't advanced enough that, for instance,
5108         tables can comfortably use differently-sized faces.
5109
5110 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5111
5112         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5113         used.
5114         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5115         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5116         we're using an encrypted connection.
5117
5118         * proto-stream.el: Alter the interface functions to also return the
5119         actual stream type used: network or tls.
5120
5121 2011-01-25  Julien Danjou  <julien@danjou.info>
5122
5123         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5124         (mm-display-javascript-inline): New function.
5125
5126         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5127         viewing function.
5128
5129 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * shr.el (shr-expand-newlines): Fix variable name.
5132
5133 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5134
5135         * shr.el (shr-expand-newlines): Make nested boxes work.
5136
5137 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5138
5139         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5140         backgrounds.
5141         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5142         in a more sensible manner.
5143
5144 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5147         if EPG is loaded.
5148
5149 2011-01-24  Julien Danjou  <julien@danjou.info>
5150
5151         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5152         tags.
5153
5154 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5155
5156         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5157         commands.
5158
5159         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5160         in the article buffer.
5161         (gnus-gravatar-insert): Use blank space from the current buffer to
5162         avoid breaking text properties.  This makes X-Sent updating work again.
5163
5164         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5165
5166 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5167
5168         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5169         fix the bug in url-http.el instead.
5170
5171         * shr.el (shr-image-fetched): Ditto.
5172
5173         * shr.el (shr-image-fetched): Avoid having point move in the article
5174         buffer.
5175
5176         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5177         buffer after being called.  It's apparently being killed by url.el, and
5178         killing it made point move to end-of-buffer in a random buffer.
5179
5180         * shr.el (shr-image-fetched): Ditto.
5181
5182 2011-01-23  Julien Danjou  <julien@danjou.info>
5183
5184         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5185
5186         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5187         text/x-org.
5188
5189 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5190
5191         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5192         (i.e., nnimap) returning nil as the article number.
5193
5194 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5195
5196         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5197         "DelSp" parameter in RFC3676.
5198
5199 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5200
5201         * message.el (message-check-recipients): Display the encoded version of
5202         the bogus address if they differ.
5203
5204         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5205         after sending.
5206
5207         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5208
5209         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5210
5211         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5212         group buffer after sending the queue.
5213
5214         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5215
5216 2011-01-22  Julien Danjou  <julien@danjou.info>
5217
5218         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5219
5220 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5221
5222         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5223         nested related parts.
5224
5225         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5226         unexpired articles.  This fixes the regression that led expiry marks to
5227         disappear from nnfolder groups.
5228
5229 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5230
5231         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5232         Don't confuse the "ret" of "retrograde" with RET.
5233
5234 2011-01-21  Julien Danjou  <julien@danjou.info>
5235
5236         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5237         than mm-insert-inline.
5238
5239 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5242         Widen article buffer.
5243
5244 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5245
5246         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5247         the temp buffer.
5248         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5249
5250 2011-01-20  Julien Danjou  <julien@danjou.info>
5251
5252         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5253
5254         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5255         than mm-insert-inline to insert inline part: this respect
5256         mm-inline-media-tests displayers.
5257
5258         * mm-view.el (mm-display-shell-script-inline): New function.
5259
5260         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5261
5262         * mm-uu.el (mm-uu-type-alist): Add org block.
5263         (mm-uu-org-src-code-block-extract): New function.
5264
5265         * mm-view.el (mm-display-org-inline): New function.
5266
5267         * mm-decode.el (mm-automatic-display): Add text/org.
5268
5269         * mailcap.el (mailcap-mime-extensions): Add .org.
5270
5271 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5274         gnus-article-add-buttons.
5275
5276 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5277
5278         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5279         From header with a date and "nobody" as the sender.
5280
5281 2011-01-19  Julien Danjou  <julien@danjou.info>
5282
5283         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5284         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5285         if you have the same regexp several times.
5286         (gnus-button-push): Fix matching when regexp is symbol.
5287
5288 2011-01-15  Glenn Morris  <rgm@gnu.org>
5289
5290         * message.el (message-mail): A compose-mail function should
5291         accept headers as strings.
5292
5293 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5294
5295         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5296         Add :vert-only tags.
5297         (message-mail): New arg RETURN-ACTION.
5298         (message-return-action): New var.
5299         (message-bury): Use it.
5300         (message-mode): Make it buffer-local.
5301         (message-send-and-exit): Always call message-bury.
5302
5303         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5304         message-mail.
5305
5306 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307
5308         * nnimap.el (nnimap-convert-partial-article): Protect against
5309         zero-length body parts.
5310
5311         * mm-decode.el (mm-preferred-alternative-precedence):
5312         Discourage showing empty parts.
5313
5314         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5315         and stuff if the backend didn't return the article number.  This fixes
5316         an Exchange-related nnimap bug.
5317
5318         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5319         group window, because it does the wrong thing when a separate frame
5320         displays the group buffer.
5321
5322         * proto-stream.el (open-protocol-stream): Protect against the low-level
5323         transport functions returning nil.
5324
5325 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5326
5327         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5328         (mml2015-epg-find-usable-secret-key): New function.
5329         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5330         mml2015-epg-find-usable-key (Bug#7797).
5331         (mml2015-epg-encrypt): Ditto.
5332
5333 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * dgnushack.el (rot13-string): Fix the way to get the argument.
5336
5337 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5338
5339         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5340
5341 2011-01-03  Glenn Morris  <rgm@gnu.org>
5342
5343         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5344
5345         * sieve.el (sieve-open-server): Give a more explicit error if
5346         sieve-manage-open returns nil.  (Bug#7720)
5347
5348 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5349
5350         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5351
5352 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5353
5354         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5355         This avoids sending passwords in plain text over non-encrypted
5356         channels.
5357
5358         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5359
5360         * nnimap.el (nnimap-login): Refactored out into own function, and
5361         implement CRAM-MD5.
5362         (nnimap-wait-for-line): Refactored out.
5363
5364         * mm-view.el (mml-smime): Require.
5365
5366 2010-12-20  David Engster  <deng@eml.cc>
5367
5368         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5369         use EPG to decrypt S/MIME messages instead of openssl.
5370
5371 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5374
5375         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5376         status is the group clearly is unreachable.
5377
5378         * auth-source.el (auth-source-create): Add the optional second
5379         parameter to `local-variable-p' to be compatible with XEmacs.
5380
5381 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5382
5383         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5384         work when using a compressed nnml folder.
5385
5386 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5387
5388         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5389         backends after sanitising on entry, because this never makes sense:
5390         If the articles have gone missing, then the data no longer exists on
5391         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5392         overwrite anything anyway.
5393
5394         * shr.el (shr-insert-document): Bind shr-width dynamically to
5395         window-width if it's nil.
5396
5397 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5398
5399         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5400         with the meaning of using the full emacs window width for rendering.
5401
5402 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5403
5404         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5405         case when sender is not given.
5406
5407 2010-12-23  Julien Danjou  <julien@danjou.info>
5408
5409         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5410         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5411         the addresses, otherwise we might misplaced the gravatar.
5412
5413 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5414
5415         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5416         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5417         obsolete in Emacs.
5418
5419 2010-12-20  Julien Danjou  <julien@danjou.info>
5420
5421         * gnus-util.el (gnus-rescale-image): Revert last change.
5422
5423 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5424
5425         * binhex.el: Improve commentary (Bug#7482).
5426
5427 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428
5429         * gnus-group.el (gnus-group-delete-articles): New command.
5430
5431 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5432
5433         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5434
5435 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5436
5437         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5438         here, since it's up to the backends to do CRLF removal if their
5439         protocol has it.
5440
5441         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5442
5443 2010-12-17  Julien Danjou  <julien@danjou.info>
5444
5445         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5446         they are from file.  Can also scale up.
5447
5448 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5449
5450         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5451         Restore gnus-use-agent.
5452         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5453
5454         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5455
5456 2010-12-17  Julien Danjou  <julien@danjou.info>
5457
5458         * gravatar.el (gravatar-retrieve-synchronously): New function.
5459         (gravatar-get-data): Make more robust.
5460
5461 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5464
5465 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5468         to really consider the last line.
5469
5470 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5471
5472         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5473         list of recipient keys, or use symmetric encryption if not a list.
5474         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5475         EPA override, replacing the call to `netrc-store-data'.
5476
5477 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5478
5479         * gnus-srvr.el: Avoid passing nil regexp argument to
5480         delete-matching-lines.
5481
5482 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5483
5484         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5485         fetching stops when Gnus exits.
5486
5487         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5488         function.
5489         (nnfolder-request-expire-articles): Save all the buffers after doing
5490         expiry.
5491
5492         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5493         the last article", since that led to serious performance regressions
5494         when expiring nnml groups.
5495
5496 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5497
5498         * nnir.el: Improve customizations.
5499
5500 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5503
5504         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5505         group has been killed.
5506         (gnus-group-yank-group): Ditto.
5507
5508         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5509
5510         * nnimap.el (nnimap-request-update-group-status): New function.
5511
5512         * gnus-int.el (gnus-request-update-group-status): New interface
5513         function.
5514
5515         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5516         copying read-ness to the backends.
5517
5518         * nnimap.el (nnimap-quirk): New function.
5519         (nnimap-retrieve-group-data-early): Use it.
5520         (nnimap-quirks): New alist.
5521
5522 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5525         don't delete it within indentation.
5526
5527 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5528
5529         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5530         previous line.
5531
5532 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5533
5534         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5535         QRESYNC command by deleting a superfluous space which broke Cyrus
5536         servers.  This change will break other servers that are buggy the other
5537         way around.
5538
5539 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5540
5541         * spam.el: Reindent and fix long lines.
5542         (spam-copy-or-move-routine): Exclude invalid move destinations.
5543
5544 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5545
5546         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5547         installed the registry.
5548
5549 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5552
5553 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5554
5555         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5556         groupname doesn't contain "gmane".
5557
5558 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559
5560         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5561         and netrc-bound-and-true-p bindings.
5562         (netrc-parse): Cache the netrc contents.
5563
5564         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5565         (gnus-1): Don't create the nndrafts group twice.
5566         (gnus-setup-news): There's no need to read the active file here, since
5567         that's done again later on a per-backend basis.
5568         (gnus-start-draft-setup): Make sure that the new group is started out
5569         empty.
5570
5571         * gnus-agent.el (gnus-agentize): Don't create the queue group
5572         automatically on startup.  It'll be created later, if needed.
5573
5574         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5575         of automatically subscribed groups.
5576         (gnus-auto-subscribed-categories): New variable.
5577         (gnus-matches-options-n): Use it.
5578         (gnus-default-subscribed-newsgroups): Remove unused variable.
5579         (gnus-start-draft-setup): Message a bit less.
5580
5581 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5582
5583         * nnir.el (nnir-run-imap): Return article list in order of increasing
5584         UID.
5585
5586 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5587
5588         * gnus-sum.el (gnus-summary-enter-digest-group):
5589         Mention gnus-auto-select-on-ephemeral-exit.
5590
5591         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5592         convention of the network-only option.
5593
5594 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * proto-stream.el (proto-stream-open-network-only): New function to
5597         have a way to specify non-STARTTLS upgrade connections.
5598
5599 2010-12-10  Julien Danjou  <julien@danjou.info>
5600
5601         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5602         email address is nil.
5603
5604         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5605
5606 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5607
5608         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5609         deletion.
5610         (nnir-run-imap): Only need to parse list once.
5611
5612 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * shr.el (shr-tag-script): Ignore <script>.
5615         (shr-tag-label): Add <label> support.
5616
5617 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5620
5621         * shr.el (shr-image-displayer): Work for images lined side by side.
5622
5623 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5624
5625         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5626         parameter, since XEmacs doesn't accept t as a parameter.
5627
5628 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5629
5630         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5631         ids.
5632         (nnir-run-gmane): Simplify groupspec formatting.
5633         (nnir-request-expire-articles): New function.
5634
5635 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5636
5637         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5638         overflow, possibly.
5639
5640         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5641         (shr-render-td): Handle td style="" better.
5642         (shr-tag-table): Use the color from the style sheet.
5643         (shr-render-td): Make sure we copy over all the overlays, too.
5644
5645 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5646
5647         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5648         (nnir-request-article): Improve article retrieval.
5649
5650 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * mm-util.el (mm-extra-numeric-entities): New variable.
5653
5654         * mm-url.el (mm-url-decode-entities):
5655         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5656
5657         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5658
5659 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5660
5661         * message.el: Use completion-at-point.
5662         (message-completion-function): New fun, extracted from message-tab.
5663         (message-mode): Use it for completion-at-point-functions.
5664         (message-tab): Use it and completion-at-point.
5665
5666 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5669         character if a non-breakable character follows.
5670
5671 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5672
5673         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5674         any stream.
5675
5676         * shr.el (shr-tag-font): Colorize the region.
5677         (shr-tag-body): Ditto.
5678         (shr-tag-font): Actually let the styles be inherited instead of
5679         overwriting them.
5680         (shr-tag-font): Get the background color right.
5681         (shr-tag-style): Ignore all <style> tags for the moment.
5682
5683         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5684         a Message-ID to avoid having nnimap depend on gnus-sum.
5685
5686         * shr.el (shr-descend): Only colorize something if we have a node that
5687         sets colors.
5688
5689 2010-12-06  Julien Danjou  <julien@danjou.info>
5690
5691         * shr.el (shr-render-td): Render td content with shr-descend, so style
5692         will be applied to <td> too.
5693         (shr-colorize-region): Colorize region even if we only have a background.
5694         (shr-tag-body): Fix color and background color inheritance.
5695         Do not recolorize after shr-generic.
5696         (shr-tag-font): Let shr-generic colorize via inheritance.
5697
5698 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5701
5702 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5703
5704         * nnir.el (nnir-request-move-article): Remove obsolete code.
5705
5706 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5709
5710 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5711
5712         * gnus-sum.el (gnus-summary-respool-article): The completion function
5713         expects a list instead of an alist.
5714
5715         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5716         string as the parameter.
5717
5718         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5719
5720         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5721         styles.
5722         (shr-colorize-region): New function.
5723         (shr-insert-background-overlay): Remove.
5724         (shr-render-td): Background setting should be taken care of on a higher
5725         level.
5726         (shr-tag-body): Use post-hoc colorizations.
5727         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5728         (shr-put-color-1): Don't overwrite old colors.
5729         (shr-colorize-region): When the background color isn't explicit, use
5730         a fixed background.
5731
5732         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5733         nnmail variables.
5734
5735 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5736
5737         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5738         unless necessary.
5739
5740 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5741
5742         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5743         server.
5744
5745 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5746
5747         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5748         so that TAB works.
5749
5750         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5751         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5752
5753         * shr.el (shr-urlify): Show the URL before the title to avoid
5754         misleading URLs.
5755
5756 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5757
5758         * shr.el (shr-urlify): Display the title in <a> tags.
5759
5760 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5761
5762         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5763
5764 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5765
5766         * nnir.el: Rearrange code to allow macros to be autoloaded by
5767         gnus-sum.el.
5768         (nnir-retrieve-headers-override-function): Make this variable
5769         customizable.
5770         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5771
5772         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5773         from nnir.el.
5774
5775 2010-12-03  Julien Danjou  <julien@danjou.info>
5776
5777         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5778
5779 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5782         allow optional argument `environment'.
5783
5784 2010-12-03  Glenn Morris  <rgm@gnu.org>
5785
5786         * mm-extern.el (message-goto-body): Update declaration.
5787
5788 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * gnus-util.el (gnus-macroexpand-all): New function.
5791
5792         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5793         instead of macroexpand-all that is unavailable in XEmacs.
5794
5795 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5796
5797         * nnir.el (nnir-summary-line-format): New variable.
5798         (nnir-mode): Use it.
5799         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5800         (nnir-article-ids): Reimplement as defsubst.
5801         (nnir-retrieve-headers): Don't mangle the subject header.
5802         (nnir-run-imap): Use 100 as RSV score.
5803         (nnir-run-find-grep): Fix for full server searching.
5804         (nnir-run-gmane): Better restriction to gmane groups.
5805
5806         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5807         summary buffers.
5808
5809 2010-12-02  Julien Danjou  <julien@danjou.info>
5810
5811         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5812
5813         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5814
5815         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5816         support.
5817
5818 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5819
5820         * nnir.el: Update to handle the registry better.
5821         (autoload): Silence byte-compiler.
5822         (nnir-open-server): Add a hook for nnir groups.
5823         (nnir-request-move-article): Don't mangle the header.  Better to use
5824         formatting variables (which will be added in the future).
5825         (nnir-registry-action): Update the registry using the original article
5826         group name.
5827         (nnir-mode): Install nnir-specific hooks for updating the registry.
5828
5829         * gnus-sum.el
5830         (gnus-article-original-subject,gnus-newsgroup-original-name):
5831         Remove obsolete variables.
5832         (gnus-summary-move-article): Remove use of obsolete variables.
5833         (gnus-summary-local-variables): Make move and delete hooks local to
5834         summary buffers.
5835
5836 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5837
5838         * rtree.el: New file.
5839
5840 2010-12-01  Julien Danjou  <julien@danjou.info>
5841
5842         * message.el (message-user-organization): Do not use
5843         gnus-local-organization.
5844
5845         * gnus.el: Remove gnus-local-organization.
5846
5847         * gnus-msg.el: Remove nastygram thing.
5848
5849 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5850
5851         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5852         funcall.
5853
5854 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5857         names.
5858
5859         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5860         characters.
5861
5862         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5863         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5864         Suggested by Štěpán Němec <stepnem@gmail.com>.
5865         (gnus-gravatar-transform-address): Use mail-extract-address-components
5866         that supports non-ASCII names rather than mail-header-parse-addresses.
5867
5868 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * proto-stream.el (open-protocol-stream): All starttls connections are
5871         handled by the network handler.
5872
5873 2010-11-30  Julien Danjou  <julien@danjou.info>
5874
5875         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5876         (nnimap-open-connection-1): Fix PREAUTH.
5877
5878         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5879
5880 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5883         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5884         (shr-insert): Use them.
5885         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5886
5887 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5888
5889         * nnir.el (nnir-request-move-article): Bail out if original group
5890         doesn't support article moves.
5891         (nnir-get-active): Improve active list retrieval.
5892
5893 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5894
5895         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5896
5897 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5898
5899         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5900         seem to accept strings-with-numbers as port numbers.
5901
5902 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5903
5904         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5905         change the registry.
5906
5907 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5910         delete-dups that is not available in XEmacs 21.4.
5911
5912         * mm-util.el (mm-delete-duplicates): Add comment.
5913
5914 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5915
5916         * nnir.el (nnir-ignored-newsgroups): New variable.
5917         (nnir-get-active): Use it.
5918
5919 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5920
5921         * proto-stream.el (proto-stream-open-network): Add some comments.
5922
5923         * nntp.el (nntp-open-connection): Provide a :success condition.
5924
5925         * nnimap.el (nnimap-open-connection-1): Ditto.
5926
5927         * proto-stream.el (proto-stream-open-network): See what the response to
5928         the STARTTLS command is.
5929
5930         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5931         backwards compatibility).
5932         (nnimap-open-connection-1): Really respect nnimap-server-port.
5933
5934         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5935         TLS upgrades we don't really care about the identity of the peer.
5936         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5937         that what we've checked for.
5938         (proto-stream-always-use-starttls): Only default to t if
5939         open-gnutls-stream exists.
5940         (proto-stream-open-network): If STARTTLS failed, then just open a
5941         normal connection.
5942         (proto-stream-open-network): Wait until the greeting before doing
5943         STARTTLS.
5944
5945         * nntp.el (nntp-open-connection): Report what the connection error is.
5946
5947         * proto-stream.el (open-protocol-stream): Rename from
5948         open-proto-stream.
5949
5950 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5951
5952         * nnimap.el (nnimap-stream): Change default to `undecided'.
5953         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5954         first, and then network.
5955         (nnimap-open-connection-1): Respect nnimap-server-port.
5956         (nnimap-open-connection): Be more backwards-compatible.
5957
5958         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5959         (proto-stream-open-starttls): De-duplicate the starttls code.
5960         (proto-stream-open-starttls): Folded back into the main function.
5961         (proto-stream-open-network): Fix typo in the gnutls path.
5962         (proto-stream-command): Refactor out.
5963
5964         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5965
5966         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5967         starttls.el STARTTLS.
5968
5969         * color.el (color-lab->srgb): Fix function call name.
5970
5971         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5972         if we're using tls.el.
5973         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5974         built in, then don't try to establish a STARTTLS connection.
5975
5976         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5977         servers.
5978
5979         * proto-stream.el (open-proto-stream): Use network, not stream.
5980         (open-proto-stream): Add a way to specify what the end of a command is.
5981
5982         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5983         connections types.
5984         (nntp-open-network-stream): Remove.
5985         (nntp-open-ssl-stream): Remove.
5986         (nntp-open-tls-stream): Remove.
5987         (nntp-ssl-program): Remove.
5988
5989         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5990
5991 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5992
5993         * nnir.el: Fix typos.
5994         (nnir-retrieve-headers-override-function): Rename variable to reflect
5995         new semantics.
5996         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5997         macros.
5998         (nnir-request-article, nnir-request-move-article): Use them.
5999         (nnir-categorize): New function.
6000         (nnir-run-query): Use it.
6001         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6002         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6003         sorted.
6004         (nnir-group-full-name): Use gnus-group-full-name instead.
6005         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6006         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6007
6008 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009
6010         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6011
6012         * proto-stream.el: New library to provide protocol-specific
6013         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6014         protocols.
6015         (open-proto-stream): Complete the documentation.
6016         (proto-stream-open-network): Fix some typos.
6017
6018         * nnimap.el (nnimap-open-connection): Use it.
6019
6020 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6021
6022         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6023         negotiation.
6024
6025 2010-11-26  Julien Danjou  <julien@danjou.info>
6026
6027         * color.el: Rename various rgb functions to srgb.
6028
6029 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6030
6031         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6032         names.
6033
6034 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * shr.el (shr-insert): Revert last change.
6037         (shr-find-fill-point): Never leave point being at bol;
6038         relax the kinsoku limitation when rendering tables.
6039
6040 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6041
6042         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6043         results from -accept-article.
6044
6045         * shr-color.el: Require cl when compiling.
6046
6047         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6048         checkin.
6049
6050         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6051
6052         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6053
6054         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6055         'add and 'delete to set backend marks.
6056
6057         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6058
6059         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6060
6061         * nntp.el (nntp-request-set-mark): Use it.
6062
6063         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6064
6065         * nnml.el (nnml-request-set-mark): Ditto.
6066
6067         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6068         introduces regressions in article selection.
6069         (nnimap-find-uid-response): New function.
6070         (nnimap-request-accept-article): Use the UID returned, if any.
6071         (nnimap-request-move-article): Use the UID returned, if any.
6072         (nnimap-get-groups): Reimplement to work with folded lines.
6073         (nnimap-find-uid-response): The UID is the last element in the list.
6074         (nnimap-request-set-mark): Extend syntax with 'set.
6075
6076         * nnml.el (nnml-request-set-mark): Ditto.
6077
6078         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6079
6080         * nntp.el (nntp-request-set-mark): Ditto.
6081
6082 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * message.el (message-called-interactively-p): A temporary macro.
6085         (message-goto-body): Use it temporarily.
6086
6087 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6088
6089         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6090         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6091         (nnimap-last-response-string): Fix last unfolding fix.
6092
6093 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * shr.el (shr-insert): Fix the way to fold lines.
6096
6097 2010-11-25  Julien Danjou  <julien@danjou.info>
6098
6099         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6100
6101         * color.el: Rename from color-lab.el
6102         (color-rgb->hex): Add.
6103         (color-complement): Add.
6104         (color-complement-hex): Add.
6105
6106         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6107
6108 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6109
6110         * shr-color.el (shr-color-visible): Don't bug out if the color names
6111         don't exist.
6112
6113 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6116         assuming that article displaying or another mml-preview may be
6117         interrupted for an error or for the like.
6118
6119         * shr.el (shr-get-background): Fix argument name.
6120
6121 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6122
6123         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6124
6125         * gnus-sum.el (gnus-summary-include-articles): New function.
6126
6127         * message.el (message-goto-body): called-interactively-p needs a
6128         parameter, so use `any'.
6129
6130         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6131         clear marks before moving, since they're synced from the Gnus side
6132         first.
6133
6134         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6135         (gnus-summary-move-article): Copy over all marks before moving, so that
6136         IMAP doesn't think a new article has arrived.
6137
6138 2010-11-24  Julien Danjou  <julien@danjou.info>
6139
6140         * shr.el (shr-insert-background-overlay): Fix typo.
6141         (shr-render-td): Copy the background before rendering.
6142
6143         * shr-color.el (shr-color-visible): Fix docstring.
6144
6145         * shr.el (shr-tag-table): Add bgcolor support.
6146         (shr-render-td): Add bgcolor support.
6147         (shr-get-background): Add.
6148         (shr-insert-foreground-overlay): Use shr-get-background.
6149
6150         * message.el (message-goto-body): Use called-interactively-p.
6151         (message-in-body-p): message-goto-body returns point.
6152
6153 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6156         Fixes something or other in Emacs 23, and is backwards compatible.
6157
6158         * message.el (message-goto-body): Remove the <#secure special-casing,
6159         which is too special.
6160
6161         * shr.el (shr-parse-style): Drop !important from styles.
6162
6163 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6164
6165         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6166         this function to return incorrect results when calling it with an
6167         explicit article argument different from
6168         (gnus-summary-article-number).
6169
6170 2010-11-24  Julien Danjou  <julien@danjou.info>
6171
6172         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6173         (shr-tag-body): Add background support.
6174         (shr-descend): Add background support.
6175         (shr-tag-title): Add.
6176
6177         * shr-color.el (shr-color-visible): Really return original background
6178         if fixed.
6179
6180 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * shr.el (shr-color-check): Protect against non-existent color names.
6183
6184 2010-11-24  Julien Danjou  <julien@danjou.info>
6185
6186         * color-lab.el: Require 'cl when compiling.
6187
6188         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6189
6190         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6191         matched part.
6192
6193         * color-lab.el: Fix all expt calls to use float type.
6194
6195 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6198         expression to shr-color-check as is.
6199
6200         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6201
6202         * color-lab.el: Add coding cookie.
6203         (float-pi): Use eval-and-compile.
6204
6205         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6206         compiled for Emacsen having no `libxml-parse-html-region' support.
6207
6208 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209
6210         * shr.el (shr-insert-color-overlay): Split stuff like
6211         "#444444 !important" to find the real color.
6212         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6213         parse <font color="red"> entries.
6214
6215 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6216
6217         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6218         point when parsing headers.
6219
6220         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6221         is positioned properly when parsing headers.
6222
6223 2010-11-23  Julien Danjou  <julien@danjou.info>
6224
6225         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6226
6227         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6228
6229         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6230
6231         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6232         Use shr-color-hue-to-rgb.
6233         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6234
6235 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236
6237         * shr.el (shr-color->hexadecimal): Autoload.
6238         (shr-descend): Add color to all tags.
6239
6240 2010-11-22  Julien Danjou  <julien@danjou.info>
6241
6242         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6243         shr-color->hexadecimal.
6244
6245         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6246         RGB() or HSL() color representation.
6247
6248         * shr.el (shr-tag-font): Add.
6249         (shr-tag-color-check): New function to get better colors.
6250         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6251         tag-span.
6252
6253         * shr-color.el: New file.
6254
6255         * color-lab.el: New file.
6256
6257         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6258
6259 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6260
6261         * nnir.el: Fix typo in comments.
6262         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6263         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6264
6265 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6266
6267         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6268
6269         * nnimap.el (nnimap-get-capabilities): Refactor out.
6270         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6271
6272 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6273
6274         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6275         appearing when `mm-uu-hide-markers' is nil.
6276
6277 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6278
6279         * nnimap.el (nnimap-unselect-group): Make into its own function.
6280         (nnimap-request-rename-group): Unselect group before renaming.
6281         This had gotten lost somewhere.
6282         (nnimap-request-accept-article): Keep track of examined groups, and
6283         unselect the group before APPENDing to read-only groups.
6284         (nnimap-request-move-article): Clear flags before moving so that they
6285         can be re-set later.
6286
6287 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6290         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6291
6292 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * gnus-art.el (gnus-mime-display-single):
6295         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6296         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6297         parameter.
6298
6299 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300
6301         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6302         (shr-table-vertical-line): New variable.
6303         (shr-insert-table): Use it.
6304
6305 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-html.el (gnus-html-wash-images): Don't display images if
6308         gnus-inhibit-images is non-nil; register displayer for cid images.
6309         (gnus-html-display-image): Work for cid image.
6310         (gnus-html-insert-image): Allow arguments.
6311         (gnus-html-put-image): Inhibit read-only.
6312         (gnus-html-prefetch-images): Don't prefetch images if
6313         gnus-inhibit-images is non-nil.
6314
6315 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6316
6317         * shr.el (shr-put-image): Break lines when inserting big pictures.
6318
6319 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6320
6321         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6322         sender, thanks Katsumi Yamaoka.
6323
6324 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6325
6326         * nnir.el (nnir-run-imap): Reverse the article list for each group
6327         rather than the whole list.
6328
6329 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * shr.el (shr-image-displayer): Protect function against non-existent
6332         image source.
6333
6334         * gnus-art.el (gnus-inhibit-images): New user option.
6335         (gnus-mime-display-single): Don't display image if it is non-nil.
6336
6337         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6338         gnus-inhibit-images.
6339
6340         * shr.el (shr-image-displayer): New function.
6341         (shr-tag-img): Use it.
6342
6343 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6344
6345         * mml2015.el (mml2015-epg-sign): Use From header.
6346
6347 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6350
6351         * gnus-util.el (gnus-find-text-property-region): Return markers.
6352
6353         * shr.el (shr-tag-img): Put a displayer in the text property.
6354
6355         * gnus-util.el (gnus-find-text-property-region): New utility function.
6356
6357         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6358         (gnus-html-show-images): Remove.
6359
6360         * gnus-art.el (gnus-article-show-images): New, more general function.
6361
6362         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6363         image url text properties.
6364
6365         * shr.el: Ditto.
6366
6367         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6368         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6369
6370 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6373         work for two or more articles.
6374
6375 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6378         divide an image that's in an html article to two or more when washing
6379         non-ASCII characters in alt text of it.
6380
6381 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6384         smime-decrypt-region using function argument.
6385         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6386
6387         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6388
6389         * smime.el (smime-decrypt-region): Catch it.
6390
6391 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6392
6393         * smime.el (smime-mode-map): Move initialization into declaration.
6394         (gnus-run-mode-hooks): Don't autoload.
6395         (smime-mode): Use define-derived-mode.
6396
6397 2010-11-11  Glenn Morris  <rgm@gnu.org>
6398
6399         * smime.el (from): Restrict declaration to XEmacs.
6400
6401         * nnir.el (gnus-group-topic-name): Autoload.
6402
6403 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * shr.el (shr-insert): Don't break long line if it is because of
6406         kinsoku-bol characters in the line end.
6407
6408 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6409
6410         * nnir.el (nnir-request-move-article): Fix to provide original group
6411         and subject.
6412         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6413         been retrieved.
6414
6415         * gnus-sum.el (gnus-summary-move-article): Use original group and
6416         subject for virtual articles such as those in an nnir summary buffer.
6417
6418 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6421         least 21.5).
6422
6423         * smime.el (from): Declare it again for XEmacs.
6424
6425 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6426
6427         * message.el (message-resend): Don't disable encoding unless it's
6428         already encoded.
6429
6430         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6431         low-numbered articles.
6432
6433 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * rfc2047.el (rfc2047-syntax-table): Simplify.
6436
6437         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6438
6439         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6440         set-char-table-range for XEmacs.
6441
6442 2010-11-10  Glenn Morris  <rgm@gnu.org>
6443
6444         * time-date.el (time-to-seconds): Always an alias on Emacs,
6445         never a real function.
6446         (with-no-warnings): Remove compat stub, now unused.
6447         (time-less-p): Doc fix.
6448         (time-to-number-of-days): Simplify.
6449
6450         * smime.el (from): Remove unused declaration.
6451
6452         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6453         (gnus-float-time): On Emacs, always an alias.
6454
6455         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6456         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6457
6458 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * dgnushack.el: Don't use ignore-errors in the top level form since it
6461         is unavailable in XEmacs even if cl is loaded.
6462
6463         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6464
6465 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6466
6467         * shr.el (browse-url-mailto): Autoload.
6468
6469         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6470
6471         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6472         regexp doesn't need quoting.
6473
6474 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6475
6476         * message.el (message-subject-trailing-was-ask-regexp)
6477         (message-subject-trailing-was-regexp): Match was: in addition to was.
6478
6479 2010-11-09  Glenn Morris  <rgm@gnu.org>
6480
6481         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6482         (nnbabyl-check-mbox): Use point-at-bol.
6483
6484 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485
6486         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6487
6488         * message.el (message-mailto): New function.
6489         (message-mailto): Should accept other parameters.
6490         (message-mailto): Remove since it duplicates browse-url-mailto
6491         functionality.
6492
6493 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6496         methods.
6497         (gnus-read-active-file): Ditto.
6498
6499         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6500         ": " from the prompt.
6501         (gnus-group-make-group): Ditto.
6502
6503 2010-11-07  Glenn Morris  <rgm@gnu.org>
6504
6505         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6506         (gnus-bookmark-kill-line): Use point-at-eol.
6507
6508 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6511         asterisks in From header.
6512
6513 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6514
6515         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6516         string to avoid making the From headers syntactically invalid.
6517
6518         * message.el (message-send-mail): Don't insert courtesy messages if the
6519         message already has List-Post and List-ID messages.
6520
6521 2010-11-06  Glenn Morris  <rgm@gnu.org>
6522
6523         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6524         `condition', `type', `length' a prefix.
6525         (gnus-treat-predicate): Update for above name changes.
6526
6527 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6528
6529         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6530         binding.  Handled by `gnus-summary-refer-thread' instead.
6531         (nnir-warp-to-article): New backend function.
6532
6533         * nnimap.el (nnimap-request-thread): Force dependency updating.
6534
6535         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6536         (gnus-summary-refer-thread): Rework to improve thread-referral.
6537
6538         * gnus-int.el (gnus-warp-to-article): New function.
6539
6540         * gnus-sum.el (gnus-summary-article-map): Bind it.
6541
6542 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6543
6544         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6545         gnus-summary-refer-thread.
6546
6547         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6548         headers.
6549         (gnus-summary-limit-include-thread): Prevent articles in thread from
6550         being cut in gnus-cut-threads.
6551         (gnus-summary-refer-thread): Limit retrieved headers to those in
6552         thread.
6553
6554 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6555
6556         * message.el (message-send-mail): Use the value of
6557         message-courtesy-message from the message buffer.
6558
6559         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6560
6561         * shr.el (shr-browse-url): Implement mailto: URLs.
6562
6563         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6564         "raw".
6565
6566         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6567         if it's already selected.
6568
6569         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6570
6571 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6574         to measure the length and truncate alt text.
6575
6576 2010-11-03  Glenn Morris  <rgm@gnu.org>
6577
6578         * nndiary.el (nndiary-generate-nov-databases-1)
6579         (nndiary-generate-active-info): Rename dynamic variable `files' to
6580         something less generic.
6581
6582 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6583
6584         * nnir.el (nnir-request-move-article): Call the underlying backend to
6585         move articles from nnir.
6586
6587 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6588
6589         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6590
6591 2010-11-02  Julien Danjou  <julien@danjou.info>
6592
6593         * nnir.el: Remove wais support.
6594
6595 2010-11-02  Glenn Morris  <rgm@gnu.org>
6596
6597         * gnus-html.el: Reorder requirements to quieten compiler.
6598
6599 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6602         properly for XEmacs as well.
6603         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6604         (gnus-article-natural-long-line-p): Use window-width rather than
6605         frame-width.
6606
6607 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6608
6609         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6610         (nnir-read-parms): Don't modify query.
6611         (nnir-run-query): Add ability to search topic on current line.
6612         (nnir-get-active): Clean up.
6613
6614 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6615
6616         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6617         degenerate articles.
6618
6619         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6620         (gnus-print-buffer): Just print the buffer as is, without any copying
6621         to a buffer and then re-highlighting.
6622
6623         * nnimap.el (nnimap-request-group): Store the new updated info.
6624         (nnimap-request-group): Select the group when we don't know whether it
6625         exists or not.
6626
6627         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6628         groups.
6629
6630         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6631         groups.
6632
6633         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6634         groups.
6635
6636         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6637         long-lines case by only filling the long lines.
6638
6639         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6640         (bug #7311).
6641
6642 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * shr.el: No need to declare `declare-function' since shr.el is for
6645         only Emacsen that provide `libxml-parse-html-region'.
6646
6647         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6648         effective only in a file it is referred to.
6649
6650 2010-11-01  Glenn Morris  <rgm@gnu.org>
6651
6652         * mm-util.el (gnus-completing-read): Autoload.
6653         (mm-read-coding-system): Simplify Emacs definition.
6654
6655         * nnmail.el (gnus-activate-group):
6656         * nnimap.el (gnutls-negotiate):
6657         * nntp.el (netrc-parse): Fix declarations.
6658
6659 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6662         string-match-p in Emacs >=23.
6663
6664         * gnus-msg.el (gnus-configure-posting-styles):
6665         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6666
6667 2010-11-01  Glenn Morris  <rgm@gnu.org>
6668
6669         * nnir.el (declare-function): Add compat stub.
6670         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6671         (nnir-run-gmane): Require 'mm-url.
6672
6673         * mm-util.el (mm-string-to-multibyte): Simplify.
6674
6675         * shr.el (declare-function): Add compat stub.
6676         (url-cache-create-filename): Declare.
6677         (mm-disable-multibyte, widget-convert-button): Autoload.
6678
6679         * smime.el (ldap-search): Declare.
6680         (smime-cert-by-ldap-1): Require ldap on Emacs.
6681
6682         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6683         (nnimap-keepalive): Use gnus-float-time.
6684
6685         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6686         (mail-source-delete-crash-box): Use gnus-float-time.
6687
6688         * gnus-dired.el (gnus-completing-read): Autoload.
6689
6690         * mm-view.el (gnus-rescale-image): Autoload.
6691
6692         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6693
6694         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6695
6696         * sieve-manage.el: Require 'cl when compiling.
6697
6698         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6699         (gnus-iswitchb-completing-read): Require iswitchb.
6700         (gnus-select-frame-set-input-focus): Silence compiler.
6701
6702 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6703
6704         * message.el (message-subject-trailing-was-query): Change default to t,
6705         since I think that's what most people want.
6706
6707         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6708         appending for easier debugging.
6709         (nnimap-wait-for-connection): Take a regexp.
6710         (nnimap-request-accept-article): Wait for the continuation line before
6711         sending anything unless we're streaming.
6712
6713         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6714         leave the header washing to take place.
6715
6716 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6717
6718         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6719         regular expression match and replace in posting styles.
6720
6721 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6722
6723         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6724         an entire server.
6725         (nnir-get-active): New function.
6726         (nnir-run-imap): Use it.
6727         (nnir-run-gmane): Who knew, gmane search returns an article score!
6728
6729         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6730         server on the current line with nnir.
6731
6732 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6735         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6736         left edge.
6737         (gnus-article-foldable-buffer): Skip past the prefix when determining
6738         raggedness.
6739
6740         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6741         the raw article, and change `C-u g' to show the article without doing
6742         treatments.
6743
6744         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6745         on to `gnus-treat-article'.
6746         (gnus-inhibit-article-treatments): New variable.
6747
6748         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6749
6750         * gnus-art.el (gnus-treatment-function-alist): Have
6751         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6752         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6753         sections.
6754
6755         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6756         parameter.
6757         (gnus-article-fill-cited-long-lines): New function.
6758         (gnus-article-fill-cited-article): Allow filling only long sections.
6759
6760         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6761         and non-punctuation (like after the apostrophe in "'We").
6762
6763         * gnus-sum.el (gnus-summary-select-article): Make sure
6764         gnus-original-article-buffer is alive.
6765
6766         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6767         reflect the order they're in in the digest.
6768
6769         * gnus.el (gnus-group-startup-message): Move point to the start of the
6770         buffer.
6771
6772         * nnimap.el (nnimap-capability): New function.
6773         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6774         is set.
6775
6776 2010-10-31  David Engster  <dengste@eml.cc>
6777
6778         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6779         conform with changes to gnus-completing-read.
6780
6781 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6782
6783         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6784
6785 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6786
6787         * nnir.el: Move defvar, defcustom around to keep file organized
6788         and keep byte-compiler quiet.
6789         (nnir-read-parms): Accept search-engine as arg.
6790         (nnir-run-query): Pass search-engine as arg.
6791         (nnir-search-engine): Remove.
6792
6793 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * shr.el (shr-generic): The text nodes should be text, not :text.
6796
6797         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6798         later in the file.
6799
6800 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6801
6802         * nnir.el: General clean up.  Allow searching with multiple engines.
6803         Allow separate extra-parameters for each engine.
6804         Batch queries when possible.
6805         (nnir-imap-default-search-key,nnir-method-default-engines):
6806         Add customize interface.
6807         (nnir-run-gmane): New engine.
6808         (nnir-engines): Use it.  Qualify all prompts with engine name.
6809         (nnir-search-engine): Remove global variable.
6810         (nnir-run-hyrex): Restore for now.
6811         (nnir-extra-parms,nnir-search-history): New variables.
6812         (gnus-group-make-nnir-group): Use them.
6813         (nnir-group-server): Remove in favor of gnus-group-server.
6814         (nnir-request-group): Avoid searching twice.
6815         (nnir-sort-groups-by-server): New function.
6816
6817 2010-10-30  Julien Danjou  <julien@danjou.info>
6818
6819         * gnus-group.el: Remove gnus-group-fetch-control.
6820
6821         * gnus-start.el (gnus-find-new-newsgroups):
6822         Remove gnus-check-first-time-used.
6823
6824         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6825
6826 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6827
6828         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6829         set on groups that don't have \* permanentflags.
6830
6831 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6832
6833         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6834         control the background color.
6835         (shr-tag-img): Ignore very small web bug type images.
6836         (shr-put-image): Add help-echo alt texts to the images.
6837         (shr-tag-video): Show the video poster image.
6838
6839 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6840
6841         * shr.el (shr-table-depth): New variable.
6842         (shr-tag-table-1): Only insert the images after the top-level table.
6843
6844         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6845
6846         * gnus-util.el (gnus-list-memq-of-list): New function.
6847
6848         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6849         selected.
6850         (nnimap-unsplittable-articles): New slot.
6851         (nnimap-new-articles): Use it.
6852
6853 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6854
6855         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6856         move to the previous line on `M-g'.
6857
6858 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6859
6860         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6861         *-request-group, which seems unnecessary.
6862
6863         * nnimap.el (nnimap-quote-specials): Function copied over from
6864         imap.el.
6865         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6866         they support that.  Suggested by Tom Regner.
6867
6868 2010-10-29  Julien Danjou  <julien@danjou.info>
6869
6870         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6871         defalias.
6872         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6873
6874         * gnus.el: Remove `gnus-nntp-service' variable.
6875         (gnus-secondary-servers): Make obsolete.
6876         (gnus-nntp-server): Make obsolete.
6877
6878         * gnus-start.el (gnus-1): Remove x-splash calls.
6879
6880         * gnus-ems.el (gnus-x-splash): Remove.
6881
6882         * gnus.el (gnus-group-startup-message): Simplify/update code.
6883
6884         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6885         definition.
6886
6887         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6888         capability before doing anything.
6889         (gnus-group-insert-group-line): Remove useless
6890         gnus-group-remove-excess-properties.
6891
6892 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6895
6896 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6897
6898         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6899         config after reselecting.
6900
6901 2010-10-28  Julien Danjou  <julien@danjou.info>
6902
6903         * shr.el (shr-put-image): Use point even if only inserting text.
6904         (shr-put-image): Save excursion when inserting alt text on non-graphic
6905         display, so the behavior is the same when we are on a graphic display.
6906
6907         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6908
6909 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6912         (gnus-mime-copy-part): Check coding system, not charset.
6913         (gnus-mime-view-part-externally): Never remove part.
6914         (gnus-mime-view-part-internally): Don't remove part here.
6915         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6916         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6917         multipart/alternative.
6918
6919         * mm-decode.el (mm-display-part): Take optional arg `force'.
6920
6921 2010-10-26  Julien Danjou  <julien@danjou.info>
6922
6923         * gnus-group.el (gnus-group-default-list-level): Add this function to
6924         compute the default list level.
6925         (gnus-group-default-list-level): Add possibility to use a function.
6926
6927 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6930
6931         * gnus-group.el (gnus-group-completing-read)
6932         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6933         gnus-replace-in-string.
6934
6935 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * shr.el (shr-tag-div): Add.
6938
6939         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6940
6941 2010-10-25  Julien Danjou  <julien@danjou.info>
6942
6943         * gnus-util.el: Remove `gnus-with-local-quit'.
6944
6945         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6946
6947 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6948
6949         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6950         the original article buffer.
6951
6952 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6953
6954         * nnimap.el (nnimap-request-head): New function.
6955         (nnimap-request-move-article): Try to be slightly faster by not
6956         requesting the entire message when moving.
6957         (nnimap-transform-headers): Don't bug out on bodiless articles.
6958         (nnimap-send-command): Have no outstanding messages if the IMAP server
6959         doesn't support streaming.
6960         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6961
6962 2010-10-24  Julien Danjou  <julien@danjou.info>
6963
6964         * message.el (message-default-headers): Fix type.
6965
6966 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967
6968         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6969         prefetching images.
6970
6971         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6972         backend for unknown groups.  This is mainly useful for nnimap groups.
6973
6974         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6975         group isn't covered by the agent.
6976
6977 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6978
6979         * nnir.el (nnir-method-default-engines): New variable.
6980         (nnir-run-query): Use it.
6981         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6982         (gnus-summary-nnir-goto-thread): Change group if needed.
6983
6984         * gnus-group.el (gnus-group-group-map): Add key binding for
6985         gnus-group-make-nnir-group.
6986
6987 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6988
6989         * shr.el (shr-tag-object): Add.
6990
6991         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6992         original article buffer live.
6993         (gnus-summary-select-article-buffer):
6994         Mention gnus-widen-article-buffer.
6995
6996 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6997
6998         * shr.el (shr-tag-strong): Add.
6999
7000 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7001
7002         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7003         group names.  They mess up the group buffer badly.
7004
7005         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7006
7007         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7008         instead of the summary one.
7009
7010 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * mml.el (mml-preview): Work properly when editing article.
7013
7014         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7015         gnus-have-read-active-file if it's already been in.
7016
7017 2010-10-22  Tom Tromey  <tromey@redhat.com>
7018
7019         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7020         gnus-group-completing-read.
7021
7022 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * message.el (message-mode-map): Don't bind M-; to comment region, to
7025         allow the global comment-dwim to work.
7026
7027 2010-10-21  Julien Danjou  <julien@danjou.info>
7028
7029         * message.el (message-setup-1): Allow message-default-headers to be a
7030         function.
7031
7032 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * shr.el (shr-tag-table): Simplify.
7035
7036 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7039         to avoid trying to snarf invalid stuff.
7040
7041         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7042
7043         * gnus.el (gnus-message-archive-group): Quote value.
7044         (gnus-message-archive-group): Mark as changed.
7045
7046         * shr.el (shr-add-font): Don't put the font properties on the newline
7047         or the indentation.
7048
7049         * message.el (message-fix-before-sending): Change options when sending
7050         non-printable characters.
7051
7052         * gnus.el (gnus-message-archive-method): Change the default to
7053         monthly outgoing groups.
7054
7055         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7056         that have gotten new numbers.
7057
7058         * nnimap.el (nnimap-request-replace-article): New function.
7059
7060 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7063         (nnrss-request-article): Don't use special html washing code.
7064
7065 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * shr.el (shr-tag-table): Remove useless nconc.
7068
7069 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7070
7071         * gnus-art.el (article-wash-html): Simplify and remove the charset
7072         stuff.  Use the normal html rendering code instead of the special html
7073         washing code.
7074
7075         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7076         `gnus-w3m' symbols.
7077         (mm-text-html-washer-alist): Remove.
7078
7079         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7080         (mm-inline-media-tests): Remove use.
7081         (mm-text-html-renderer): Change default to the `shr' symbol.
7082
7083         * mm-view.el (mm-inline-text-html): Remove use.
7084
7085         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7086         `gnus-blocked-images' to be a function.
7087         (gnus-article-wash-function): Remove.
7088
7089 2010-10-20  Julien Danjou  <julien@danjou.info>
7090
7091         * spam.el (spam-list-of-processors): Mark as obsolete.
7092
7093         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7094         (nnimap-insert-partial-structure): Fix boundary detection.
7095
7096 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7097
7098         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7099         run file-truename on remote files.  This can be expensive and even
7100         prevent one from editing drafts if some unrelated buffer has a stale
7101         connection.
7102
7103 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7106         kinsoku-eol regardless of shr-kinsoku-shorten.
7107         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7108         (shr-tag-table): Support caption, thead, and tfoot.
7109
7110 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7111
7112         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7113         lines.
7114         (shr-save-contents): New command and keystroke.
7115
7116         * nndoc.el (nndoc-type-alist): Add git support.
7117         (nndoc-git-type-p): New function.
7118         (nndoc-transform-git-article): Ditto.
7119         (nndoc-transform-git-headers): Ditto.
7120         (nndoc-transform-git-headers): Generate Subject headers.
7121
7122         * shr.el (shr-parse-style): New function.
7123         (shr-tag-span): Ditto.
7124
7125         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7126         to `G G' to avoid collisions.
7127
7128 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * shr.el: Load kinsoku if necessary.
7131         (shr-kinsoku-shorten): New internal variable.
7132         (shr-find-fill-point): Make kinsoku shorten text line if
7133         shr-kinsoku-shorten is bound to non-nil.
7134         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7135         shr-indentation too when testing if table is wider than frame width.
7136         (shr-insert-table): Use `string-width' instead of `length' to measure
7137         text width.
7138         (shr-insert-table-ruler): Make sure indentation is done at bol.
7139
7140 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7141
7142         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7143         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7144         undecoded network data.
7145
7146 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7149         name in the mode line spec so that the mode line menu works
7150         (bug #2431).
7151
7152         * message.el (message-get-reply-headers): If we're fed `to-address',
7153         then always use that.
7154
7155         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7156         aren't so wide as to need to switch off the edit menu.
7157
7158         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7159         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7160
7161         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7162         `M-g'.
7163         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7164         the permanent marks.
7165
7166 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7167
7168         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7169         Splitting according to references/in-reply-to obeys the ignore-groups
7170         variable, while splitting by sender and subject do not.
7171
7172 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7173
7174         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7175         alist, so that we can look for non-Unicode chars.
7176         (article-translate-strings): Allow both character and string maps.
7177
7178 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * shr.el (shr-insert): Don't insert space behind a wide character
7181         categorized as kinsoku-bol, or between characters both categorized as
7182         nospace.
7183
7184 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7185
7186         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7187         headers to gnus-newsgroup-headers.
7188
7189 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7190
7191         * shr.el (shr-tag-img): Don't align images -- since we're not
7192         rescaling, this often leads to ugly displays.
7193
7194 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7195
7196         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7197         duplicates.
7198
7199 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7200
7201         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7202         call.
7203
7204 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7205
7206         * gnus.el: Autoload gnus-html-show-images.
7207
7208         * nnimap.el: Use nnheader-message throughout.
7209
7210         * shr.el (shr-tag-img): Ignore images with no data.
7211
7212 2010-10-15  Julien Danjou  <julien@danjou.info>
7213
7214         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7215         a possibility to disable format=flow encoding when using hard newlines.
7216
7217 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * shr.el (shr-insert): Remove space inserted before or after a
7220         breakable character or at the beginning or the end of a line.
7221         (shr-find-fill-point): Do kinsoku; find the second best point or give
7222         it up if there's no breakable point.
7223
7224 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7225
7226         * nnimap.el (nnimap-open-connection): Message when opening connection
7227         for debugging purposes.
7228
7229         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7230         on every setup buffer call to allow this to change from article to
7231         article.
7232
7233         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7234         buffers where we have a wide table.
7235
7236 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7237
7238         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7239         uses *-request-thread.
7240
7241 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7242
7243         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7244         incantation, which is no longer valid.
7245
7246 2010-10-14  Julien Danjou  <julien@danjou.info>
7247
7248         * shr.el: Fix defcustom type (char -> character).
7249
7250 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7251
7252         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7253         programs.
7254
7255 2010-10-14  Julien Danjou  <julien@danjou.info>
7256
7257         * shr.el (shr-tag-a): Use url-link as widget type.
7258
7259         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7260         `gnus-group-get-icon'.
7261
7262 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7263
7264         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7265         This should make server editing work better.
7266
7267         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7268
7269         * tls.el (tls-program): Remove spurious %s from openssl.
7270
7271         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7272         (nnimap-parse-flags): Fix regexp.
7273
7274         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7275         probably work for CJVK text, too.
7276
7277         * nnimap.el (nnimap-extend-tls-programs): Remove.
7278         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7279
7280         * tls.el (tls-starttls-switches): Remove starttls hack.
7281         (open-tls-stream): Ditto.
7282         (tls-find-starttls-argument): Ditto.
7283
7284 2010-10-13  Julien Danjou  <julien@danjou.info>
7285
7286         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7287         responses.
7288
7289 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7290
7291         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7292
7293         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7294         anything in Emacs.
7295
7296         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7297
7298 2010-10-13  Julien Danjou  <julien@danjou.info>
7299
7300         * shr.el (shr-width): Make shr-width a defcustom with default to
7301         fill-column.
7302         (shr-tag-img): Use shr-width rather than fill-column.
7303
7304 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * dgnushack.el (byte-optimize-apply):
7307         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7308
7309         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7310         position when (X-)Faces exist.
7311         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7312         avatars when called interactively.
7313
7314 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7317         gnus-article-x-face-too-ugly is bound.
7318
7319 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320
7321         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7322
7323         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7324         mailbox that doesn't exist.
7325
7326 2010-10-12  Julien Danjou  <julien@danjou.info>
7327
7328         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7329         (shr-get-image-data): Encode URL properly when fetching from cache.
7330         (shr-tag-img): Use aligned-to spaces to align correctly images.
7331
7332         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7333         before inserting the Gravatar.
7334
7335         * shr.el (shr-tag-img): Add align attribute support for <img>.
7336
7337 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * gnus-gravatar.el (gnus-art): Require.
7340
7341         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7342         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7343         Remove long obsoleted functions.
7344
7345 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7348
7349         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7350
7351         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7352         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7353         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7354         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7355         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7356         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7357         * sieve-manage.el, smime.el, spam.el:
7358         Fix comment for declare-function.
7359
7360 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361
7362         * nnimap.el (nnimap-request-rename-group): Select group read-only
7363         before renaming it.
7364
7365         * shr.el (shr-insert): Fix up the white space only regexp.
7366
7367         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7368         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7369
7370         * shr.el (shr-current-column): New function.
7371         (shr-find-fill-point): New function.
7372
7373 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7374
7375         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7376         numbers.
7377
7378 2010-10-11  Julien Danjou  <julien@danjou.info>
7379
7380         * shr.el (shr-hr-line): Add.
7381         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7382         display hr lines.
7383         (shr-max-columns): Do not change state to nil if we just inserting
7384         spaces.
7385
7386 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7387
7388         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7389         select the last group.
7390
7391 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7392
7393         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7394
7395 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7396
7397         * dig.el (dig-mode-map): Declare and define in one step.
7398
7399 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7402         for Gnus.
7403         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7404         (nnimap-update-qresync-info): Mark \Seen articles as read.
7405
7406         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7407         non-variable, too.
7408
7409         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7410         available.
7411         (nnimap-update-info): Rely more on the current active than the param
7412         active to avoid marking articles as read too much.
7413
7414         * auth-source.el (auth-source-create): Use (user-login-name) for the
7415         user name default.
7416
7417         * nnimap.el (nnimap-update-info): If the server doesn't return any
7418         useful info, just use the previous info.
7419         (nnimap-update-info): Prefer old info over start-article.
7420         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7421
7422 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7423
7424         * nnir.el (autoload): Clean up autoloads.
7425         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7426         Use key rather than value.
7427         (nnir-imap-search-other): New variable.
7428         (nnir-read-parm): Use it.
7429         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7430         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7431
7432 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7433
7434         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7435         the process, too.
7436
7437 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * spam.el (gnus-summary-mode-map): Bind to "$".
7440         Suggested by Russ Allbery.
7441
7442         * shr.el: Rework the way things are indented by <li> slightly.
7443
7444         * gnus.el (gnus-group-set-parameter): Fix typo.
7445
7446         * nnimap.el: Start implementing QRESYNC support.
7447
7448 2010-10-09  Julien Danjou  <julien@danjou.info>
7449
7450         * nnir.el (nnir-engines): Fix too many arguments.
7451
7452 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453
7454         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7455         group is the "last", so that the backends like nnfolder actually save
7456         their folders.
7457
7458         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7459         try to use that for the tls stream.
7460         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7461         UIDVALIDITY and find out which groups are read-only and not.
7462         (nnimap-get-flags): Use the same marks parsing code as the rest of
7463         nnimap.
7464
7465 2010-10-09  Julien Danjou  <julien@danjou.info>
7466
7467         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7468
7469         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7470         retrieving gravatars.
7471
7472         * shr.el (shr-table-corner): Add.
7473         (shr-table-line): Add.
7474         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7475
7476 2010-10-08  Julien Danjou  <julien@danjou.info>
7477
7478         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7479
7480 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7481
7482         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7483
7484         * gnus-sum.el (gnus-mark-article-as-unread)
7485         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7486         (gnus-summary-set-bookmark): Use it.
7487
7488         * gnus-msg.el (gnus-setup-message): Use it.
7489
7490         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7491
7492         * gnus.el (gnus-group-remove-parameter): Use it.
7493
7494         * gnus-group.el (gnus-group-make-web-group): Use it.
7495
7496         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7497
7498         * nnregistry.el: Update docs to mention manual.
7499
7500         * gnus-registry.el: Update docs to mention nnregistry.el.
7501         (gnus-registry-initialize): Don't install nnregistry refer method
7502         automatically.
7503         (gnus-registry-install-nnregistry): Remove it.
7504
7505 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7506
7507         * shr.el (shr-insert): Don't insert double spaces.
7508
7509 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-gravatar.el (gnus-treat-from-gravatar)
7512         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7513         called interactively.
7514
7515         * gnus-art.el (gnus-mime-view-part-externally)
7516         (gnus-mime-view-part-internally): Make predicate function passed to
7517         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7518         of a mime type.
7519
7520         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7521
7522 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7523
7524         * shr.el (require): Require cl when compiling.
7525         (shr-tag-hr): New function.
7526
7527         * nnimap.el (nnimap-update-info): Remove double setting of high.
7528         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7529         This makes nnimap work properly on Courier again.
7530
7531         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7532         the variable for backwards compatibility.
7533
7534         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7535         the file name before using to avoid setting mm-default-directory to
7536         nil.
7537
7538         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7539         bidning gnus-agent variables.
7540
7541         * shr.el (shr-render-td): Use a cache for the table rendering function
7542         to avoid getting an exponential rendering behavior in nested tables.
7543         (shr-insert): Rework the line-breaking algorithm.
7544         (shr-insert): Don't leave trailing spaces.
7545         (shr-insert-table): Also insert empty TDs.
7546         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7547
7548 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7549
7550         * gnus-sum.el (gnus-number): Rename from `number'.
7551         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7552         (gnus-summary-limit-children): Update uses correspondingly.
7553
7554 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7557         (gnus-gravatar-transform-address): Don't show avatars of people of
7558         which mail addresses match gnus-gravatar-too-ugly.
7559
7560 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7561
7562         * shr.el (shr-table-widths): Expand TD elements to fill available
7563         space.
7564
7565 2010-10-07  Julien Danjou  <julien@danjou.info>
7566
7567         * nnimap.el (nnimap-request-rename-group): Add this method.
7568
7569 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7572         name from XEmacs' function-arglist.
7573
7574         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7575         gravatar under XEmacs.
7576
7577 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7578
7579         * auth-source.el: Update docs with TODO items.
7580
7581         * gnus-sync.el: Update docs to explain state and plans.
7582
7583         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7584         Hooks for mark updates.
7585         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7586
7587         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7588         hooks with arguments, which is needed for mark update hooks.
7589
7590 2010-10-06  Julien Danjou  <julien@danjou.info>
7591
7592         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7593         was matched.
7594
7595         * sieve-manage.el: Update example in `Commentary'.
7596
7597         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7598
7599         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7600         not 2000.
7601         (sieve-manage-authenticate): Re-add function.
7602
7603 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604
7605         * shr.el (shr-insert): Get 'space transition right.
7606         (shr-render-td): Only delete space at the end of the TD.
7607
7608         * nnimap.el (nnimap-open-connection): Prepare to support
7609         open-gnutls-stream.
7610
7611         * shr.el: Rearrange function order to be more logical.
7612
7613 2010-10-06  Julien Danjou  <julien@danjou.info>
7614
7615         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7616         (nnrss-discover-feed): Remove 404 URL in docstring.
7617
7618         * nnir.el: Fix Swish-E URL.
7619         Fix Namazu URL.
7620
7621         * message.el (message-change-subject): Remove 404 URL in a comment.
7622
7623 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7626         called interactively.
7627
7628         * gnus-util.el (gnus-remove-if): Allow hash table.
7629         (gnus-remove-if-not): New function.
7630
7631         * gnus-art.el (gnus-mime-view-part-as-type):
7632         * gnus-score.el (gnus-summary-score-effect):
7633         * gnus-sum.el (gnus-read-move-group-name):
7634         Replace remove-if-not with gnus-remove-if-not.
7635
7636         * gnus-group.el (gnus-group-completing-read):
7637         Regard collection as a hash table if it is not a list.
7638
7639 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7642
7643         * shr.el: Document the table-rendering algorithm.
7644
7645 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7648         for Emacsen having no `libxml-parse-html-region' support.
7649
7650 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7651
7652         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7653         invalid URLs.
7654
7655         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7656         line-broken.
7657         (shr-tag-img): Ignore image fetching errors.
7658         (shr-overlays-in-region): Compute overlay positions correctly.
7659
7660         * mm-decode.el (mm-shr): Require shr.
7661
7662         * gnus-art.el (gnus-blocked-images): Move variable here.
7663
7664         * shr.el (shr-insert-table): Bind free variable.
7665
7666         * mm-decode.el (mm-shr): Bind shr-content-function.
7667
7668         * shr.el (shr-content-function): New variable.
7669
7670         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7671         added for symmetry.
7672
7673         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7674
7675         * gnus-group.el (gnus-group-make-group): Doc fix.
7676
7677         * nnimap.el (nnimap-request-newgroups): Return success.
7678
7679         * shr.el (shr-find-elements): New function.
7680         (shr-tag-table): Put all the images after the table.
7681         (shr-tag-table): Really inhibit images inside the table.
7682         (shr-collect-overlays): Copy over overlays from the TD elements to the
7683         main document.
7684
7685         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7686         gnus-blocked-images.
7687
7688 2010-10-05  Julien Danjou  <julien@danjou.info>
7689
7690         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7691
7692         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7693         (gnus-html-maximum-image-size): Add this function.
7694         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7695
7696         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7697         server-value of the capability is nil.
7698
7699 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7700
7701         * shr.el (shr-tag-em): Add <EM> tag.
7702
7703 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7704
7705         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7706         customizable.
7707
7708         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7709         handing broken links to browse-url.
7710
7711 2010-10-05  Julien Danjou  <julien@danjou.info>
7712
7713         * gnus-util.el (gnus-emacs-completing-read)
7714         (gnus-iswitchb-completing-read): Use autoload rather than require.
7715
7716 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7719         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7720         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7721         iswitchb-temp-buflist for XEmacs.
7722
7723         * gnus-util.el (gnus-completing-read-function): Exclude
7724         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7725         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7726         XEmacs.
7727
7728         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7729         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7730
7731         * gnus-html.el: Don't require help-fns under XEmacs.
7732         (gnus-html-schedule-image-fetching): Work for XEmacs.
7733
7734         * mm-decode.el (mm-shr): Decode contents by charset.
7735
7736 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7737
7738         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7739         unknown.
7740
7741         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7742         (shr-get-image-data): Ensure against the cache file missing.
7743
7744         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7745         for data.
7746
7747         * spam-report.el (spam-report-url-ping-plain): Don't query about
7748         killing the process.
7749
7750         * shr.el (shr-render-td): Protect against too-wide text.
7751
7752 2010-10-04  Julien Danjou  <julien@danjou.info>
7753
7754         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7755         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7756
7757         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7758         retrieved.
7759
7760 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7761
7762         * shr.el (browse-url): Require.
7763         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7764         lines.
7765         (shr-show-alt-text, shr-browse-image): New commands.
7766         (shr-browse-url, shr-copy-url): New commands.
7767
7768         * gnus-sum.el (gnus-widen-article-window): New variable.
7769         (gnus-summary-select-article-buffer): Use it.
7770
7771         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7772         without @ signs.
7773
7774 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7775
7776         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7777
7778 2010-10-04  Julien Danjou  <julien@danjou.info>
7779
7780         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7781         for XEmacs.
7782
7783 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7784
7785         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7786
7787         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7788         (nnimap-close-server): Implement.
7789
7790         * dgnushack.el (iswitchb): Require to shut up the compiler.
7791
7792         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7793         (shr-insert): Tweak line breaking.
7794         (shr-insert): Handle <pre> better.
7795         (shr-tag-li): Get <li> indentation right.
7796         (shr-tag-li): Get <li> indentation even righter.
7797         (shr-tag-blockquote): Ensure paragraph start.
7798         (shr-make-table): Tweak table generation.
7799         (shr-make-table): Fix typo.
7800
7801         * shr.el: Implement table rendering.
7802
7803 2010-10-04  Julien Danjou  <julien@danjou.info>
7804
7805         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7806
7807 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7808
7809         * shr.el (shr-insert): Use string anchors instead of line anchors.
7810
7811 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7812
7813         * shr.el: Add headings.
7814         (shr-ensure-paragraph): Actually work.
7815         (shr-tag-li): Make <ul> prettier.
7816         (shr-insert): Get white space at the beginning/end of elements right.
7817         (shr-tag-p): Collapse subsequent <p>s.
7818         (shr-ensure-paragraph): Don't insert double line feeds after blank
7819         lines.
7820         (shr-insert): \t is also space.
7821         (shr-tag-s): Fix "s" tag name function.
7822         (shr-tag-s): Fix face prop name.
7823
7824 2010-10-03  Julien Danjou  <julien@danjou.info>
7825
7826         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7827
7828         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7829         gnus-window-inside-pixel-edges.
7830
7831         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7832         gnus-ems.
7833
7834         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7835
7836         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7837         function.
7838
7839         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7840         resize choice.
7841
7842 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7843
7844         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7845         beginning of the buffer.
7846
7847         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7848         article buffer again.
7849
7850         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7851
7852         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7853         when it's at the start of the buffer.
7854
7855         * shr.el (shr-tag-blockquote): Convert name.
7856         (shr-rescale-image): Use the right image-size variant.
7857
7858         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7859         buffer isn't shown, then select the current article first instead of
7860         bugging out.
7861         (gnus-summary-select-article-buffer): Show both the article and summary
7862         buffers again.
7863
7864         * shr.el (shr-fontize-cont): Protect against regions with no text.
7865         Rename tag functions to shr-tag-* for enhanced security.
7866         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7867
7868 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7869
7870         * shr.el (shr-insert):
7871         * pop3.el (pop3-movemail):
7872         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7873         loaded.
7874
7875 2010-10-03  Glenn Morris  <rgm@gnu.org>
7876
7877         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7878
7879         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7880
7881         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7882
7883         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7884
7885         * gnus-util.el (gnus-make-local-hook): Simplify.
7886
7887 2010-10-02  Julien Danjou  <julien@danjou.info>
7888
7889         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7890         (gnus-ido-completing-read): New function.
7891         (gnus-emacs-completing-read): New function.
7892         (gnus-completing-read): Use gnus-completing-read-function.
7893         Add gnus-completing-read-function.
7894
7895 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7896
7897         * shr.el (shr-insert-document): Autoload.
7898         (shr-img): Be silent.
7899         (shr-insert): Add a newline after every picture before text.
7900         (shr-add-font): Use overlays for combining faces.
7901         (shr-insert): Pass upwards the text start point.
7902
7903         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7904         possible.
7905         (mm-shr): New function.
7906
7907 2010-10-02  Julien Danjou  <julien@danjou.info>
7908
7909         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7910         should go backward.
7911
7912 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7913
7914         * shr.el (shr): Fix typo in provide call.
7915
7916 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7917
7918         * shr.el: New file.
7919
7920         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7921
7922         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7923         completing read.
7924
7925 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7926
7927         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7928         we're being queried about.  Suggested by Dan Jacobson.
7929
7930         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7931         Suggested by Jason Eisner.
7932
7933         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7934         table, too.  Suggested by Stefan Wiens.
7935         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7936         the table unnecessary.  Suggested by Stefan Wiens.
7937
7938         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7939         longer needed, and probably doesn't work either, as pointed out by
7940         Stefan Wiens.
7941         (gnus-summary-exit): Remove call to the clearing function.
7942         (gnus-summary-exit-no-update): Ditto.
7943
7944         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7945         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7946         Reported by Stefan Monnier.
7947         (gnus-summary-save-in-rmail): Ditto.
7948
7949         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7950         article buffer, instead of both the article buffer and the summary
7951         buffer.  Sort of suggested by Dan Jacobson.
7952
7953         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7954
7955         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7956         Suggested by Dan Jacobson.
7957
7958         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7959         documentation clearer.
7960
7961         * message.el (message-shorten-references): Comment on the number "21".
7962         Suggested by Stefan Monnier.
7963
7964         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7965         Suggested by Dan Jacobson.
7966
7967         * gnus.el (gnus-large-newsgroup):
7968         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7969
7970         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7971         externalize attachments.  Bug reported by Steve Wen.
7972
7973         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7974         really message anything to the user.
7975
7976         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7977         directly.
7978
7979         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7980         messages in empty groups.
7981
7982 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7983
7984         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7985         non-UIDNEXT group.
7986
7987 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7988
7989         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7990         not the value from the collection.
7991
7992         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7993         values.  This sometimes happens on some groups that have no info.
7994         (nnimap-request-newgroups): New function.
7995
7996 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7997
7998         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7999         check into `gnus-registry-initialize'.
8000         (gnus-registry-initialize): Ditto.
8001         Fix and extend header docs.
8002
8003 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8004
8005         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8006         regexp backtrace overflows.
8007
8008         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8009         for starttls that tls.el implements; i.e. openssl.
8010
8011         * tls.el (tls-starttls-switches): Give up on using starttls with
8012         gnutls-cli.
8013         (tls-program): Add --insecure to be consistent with the defaults from
8014         openssl s_client.  Now all three commands are insecure.
8015
8016 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * lpath.el: Bind completion-styles-alist for XEmacs.
8019
8020         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8021         (gravatar-create-image): New function that's an alias to
8022         gnus-xmas-create-image, gnus-create-image, or create-image.
8023         (gravatar-data->image): Use it.
8024
8025 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8026
8027         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8028         install the nnregistry refer method.
8029         (gnus-registry-install-hooks): Use it.
8030         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8031         unfollowed groups.
8032
8033 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8034
8035         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8036         expanding threads.
8037
8038 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8039
8040         * nnir.el: Use the server names without suffixes (bug #7009).
8041
8042         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8043         unencrypted to STARTTLS, if possible.
8044
8045 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8046
8047         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8048         headers before superseding.
8049
8050 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8051
8052         * nnrss.el (nnrss-use-local): Add documentation.
8053
8054         * nnimap.el (nnimap-extend-tls-programs): New function.
8055         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8056         (nnimap-wait-for-connection): Accept the greeting from the stupid
8057         output from openssl s_client -starttls, too.
8058
8059         * tls.el (tls-starttls-switches): New variable.
8060         (tls-find-starttls-argument): Use it.
8061         (open-tls-stream): Ditto.
8062
8063         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8064         (netrc-machine): Ditto.
8065
8066         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8067         article number.
8068         (nnimap-split-fancy): New variable.
8069         (nnimap-split-incoming-mail): Use it.
8070
8071         * nntp.el (nntp-server-list-active-group): Document.
8072
8073         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8074         SELECT to get the message-id.
8075
8076         * mail-source.el (mail-sources): Remove webmail support.
8077         (defvar): Ditto.
8078         (mail-source-fetcher-alist): Ditto.
8079         (mail-source-fetch-webmail): Remove.
8080
8081         * webmail.el: Remove -- doesn't seem relevant any more.
8082
8083         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8084
8085         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8086         the \r.
8087
8088 2010-09-30  Julien Danjou  <julien@danjou.info>
8089
8090         * gnus-agent.el (gnus-agent-add-group): Fix call to
8091         gnus-completing-read.
8092
8093 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094
8095         * nndoc.el (nndoc-retrieve-groups): New function.
8096
8097         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8098         `default', use nnmail-split-methods.
8099         (nnimap-request-article): Downcase the NILs so that they are nil.
8100
8101         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8102         symbol.
8103
8104         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8105         code, since if the user has requested network, that's what they ought
8106         to get.
8107         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8108         (nnimap-split-rule): Mark as obsolete.
8109
8110         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8111         New variable.
8112
8113         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8114         correct slot, too.
8115
8116 2010-09-29  Julien Danjou  <julien@danjou.info>
8117
8118         * gnus.el (gnus-local-domain): Declare variable obsolete.
8119
8120         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8121         Fix history computing.
8122         (gnus-ido-completing-read): Require ido.
8123
8124 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8127         build Gnus.
8128
8129         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8130         when interpreting the structures.
8131         (nnimap-request-accept-article): Add \r\n to the lines to make this
8132         work with Cyrus.
8133
8134         * nndraft.el (nndraft-request-expire-articles): Use the group name
8135         instead if "nndraft".  Fix found by Nils Ackermann.
8136
8137 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8138
8139         * nnregistry.el: Add.
8140
8141 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8142
8143         * nnmail.el (group, group-art-list, group-art):
8144         Remove unneeded directives.
8145
8146 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8149         (mm-mime-charset):
8150         * rfc2047.el (rfc2047-syntax-table):
8151         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8152
8153         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8154         rather than `insert-file-contents' and `eval-region'.
8155
8156         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8157         construction.
8158
8159         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8160
8161         * time-date.el: No need to require cl for Emacs 21.
8162
8163 2010-09-29  Julien Danjou  <julien@danjou.info>
8164
8165         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8166         replacement of `gnus-gravatar-relief' to mimic
8167         `gnus-faces-properties-alist'.
8168         Add :version property.
8169
8170 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * mail-source.el (mail-source-report-new-mail):
8173         * message.el (message-default-mail-headers):
8174         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8175
8176         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8177
8178 2010-09-28  Julien Danjou  <julien@danjou.info>
8179
8180         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8181         mail-address contains the same string as real-name.
8182
8183         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8184         non-blank in header, otherwise it'll get stripped.
8185
8186         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8187         real-name, and then for mail address rather than doing : or , search.
8188
8189 2010-09-27  Julien Danjou  <julien@danjou.info>
8190
8191         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8192         right completing-read function.
8193         (gnus-use-ido): New variable
8194         (gnus-completing-read-with-default): Remove.
8195         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8196         (gnus-agent-add-group):
8197         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8198         * mm-view.el (mm-view-pkcs7-decrypt):
8199         * mm-util.el (mm-codepage-setup):
8200         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8201         * mml-smime.el (mml-smime-openssl-sign-query):
8202         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8203         (mml-insert-multipart):
8204         * gnus-msg.el (gnus-summary-yank-message):
8205         * gnus-int.el (gnus-start-news-server):
8206         * mm-decode.el (mm-interactively-view-part):
8207         * gnus-dired.el (gnus-dired-attach):
8208         * gnus.el (gnus-read-method):
8209         * gnus-bookmark.el (gnus-bookmark-jump):
8210         * gnus-art.el (gnus-mime-view-part-as-type)
8211         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8212         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8213         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8214         * nnmairix.el (nnmairix-create-server-and-default-group)
8215         (nnmairix-update-groups, nnmairix-get-server)
8216         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8217         (nnmairix-get-group-from-file-path):
8218         * nnrss.el (nnrss-find-rss-via-syndic8):
8219         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8220         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8221         (gnus-group-browse-foreign-server):
8222         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8223         (gnus-summary-execute-command, gnus-summary-respool-article)
8224         (gnus-read-move-group-name):
8225         * gnus-score.el (gnus-summary-increase-score)
8226         (gnus-summary-score-effect):
8227         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8228
8229 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8232         x-focus-frame.
8233
8234         * nnimap.el (auth-source-forget-user-or-password)
8235         (auth-source-user-or-password): Autoload.
8236
8237         * message.el (message-from-style, message-interactive)
8238         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8239         (message-yank-prefix, message-indentation-spaces, message-signature)
8240         (message-signature-file): Add comment.
8241
8242 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8243
8244         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8245         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8246         new articles.
8247
8248         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8249         parts.
8250         (nnimap-request-article): Work with the t setting, too.
8251
8252         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8253         that you don't get flashes of other buffers.
8254         (gnus-summary-show-complete-article): Intern before setting.
8255
8256 2010-09-27  David Engster  <dengste@eml.cc>
8257
8258         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8259         well as HEADERS.
8260         (nnmairix-retrieve-headers): Provide new argument for the above.
8261
8262 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263
8264         * gnus-sum.el (gnus-summary-move-article): Don't alter
8265         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8266         group.
8267
8268         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8269
8270         * message.el (message-cite-prefix-regexp): Revert my last edit.
8271
8272         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8273         variable instead of the Gnus variable.
8274
8275         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8276
8277         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8278
8279         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8280         since some servers don't like it.
8281         (nnimap-open-connection): Forget credentials if the server says the
8282         password was wrong.
8283         (nnimap-parse-line): Protect against invalid data.
8284
8285         * gnus-sum.el (gnus-summary-move-article): Add comment.
8286         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8287         nothing alters it while scanning for new messages.
8288
8289         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8290         which may or may not help.
8291         (nnimap-open-connection): If we're doing a stream connection, and then
8292         discover we're on a STARTTLS-capable server, then open a STARTTLS
8293         connection instead.
8294
8295 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8296
8297         * nnimap.el (utf7): Require.
8298
8299         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8300         prefix.
8301
8302 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8303
8304         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8305
8306 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307
8308         * nnimap.el (nnimap-request-accept-article): Message the error on
8309         error.
8310
8311 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8314
8315 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * nndoc.el (nndoc-request-list): Return success always.
8318
8319         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8320         `fetch-old' -- we only want to fetch the articles we've requested.
8321         The rest are in the agent, probably.
8322         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8323         disappeared server" to something low.  It's not important.
8324
8325         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8326         arrived before the FETCH data.
8327
8328         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8329         target here, because we don't know the Gnus name of the group.
8330
8331         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8332         for the correct group.
8333
8334         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8335
8336         * gnus.el (gnus): Give a final warning after startup.
8337
8338         * gnus-util.el (gnus-action-message-log): New variable.
8339         (gnus-message): Use it.
8340         (gnus-final-warning): New function.
8341
8342         * nnimap.el (nnimap-open-connection): Record the greeting.
8343         (nnimap): Add greeting.
8344
8345 2010-09-26  Julien Danjou  <julien@danjou.info>
8346
8347         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8348         arguments.
8349         (gnus-html-wash-images): Fix spec computing to include start/end.
8350
8351         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8352
8353 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8354
8355         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8356         deletion.
8357         (nnimap-retrieve-headers): Don't select the group, because that's
8358         already done by nnimap-possibly-change-group.
8359
8360         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8361         (gnus-picon-transform-address): Use it.
8362
8363         * mail-source.el (mail-source-value): Revert previous patch.
8364
8365         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8366         on failure.
8367         (nnimap-open-connection): Look up both virtual and physical server name
8368         credentials.
8369
8370         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8371
8372 2009-02-07  Dave Love  <fx@gnu.org>
8373
8374         * tls.el (open-tls-stream): Don't query killing process.
8375
8376 2009-02-08  Dave Love  <fx@gnu.org>
8377
8378         * gnus-win.el (gnus-window-to-buffer-helper)
8379         (gnus-all-windows-visible-p): Function needn't be a symbol.
8380
8381         * mail-source.el (mail-source-value): Function needn't be a symbol.
8382
8383 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8384
8385         * message.el (message-cite-prefix-regexp): Remove } from the cite
8386         prefix.
8387
8388         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8389         highlight again, so that the highlight is correct.
8390
8391         * gnus-picon.el (gnus-picon): Remove again.
8392         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8393
8394         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8395         doing the header highlightling, so that the background color of the
8396         picon is correct.
8397
8398         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8399         (gnus-picon): Ditto.
8400         (gnus-picon): Reinstate.  The background color for picons is white.
8401         (gnus-picon-insert-glyph): Make the background white.
8402
8403         * nnml.el (nnml-open-nov): Don't return dead buffers.
8404
8405         * auth-source.el (auth-source-create): Query the user for whether to
8406         store the credentials.
8407
8408         * netrc.el (netrc-store-data): New function.
8409
8410         * auth-source.el (auth-source-user-or-password): Use the existing auth
8411         sources, if any, for creation.
8412
8413         * gnus.el (gnus-group-fast-parameter): Return the last matching
8414         parameter instead of the first matching parameter.
8415
8416 2010-09-26  Julien Danjou  <julien@danjou.info>
8417
8418         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8419
8420 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8421
8422         * mml2015.el (mml2015-use): Remove gpg support.
8423
8424         * mml1991.el (mml1991-function-alist): Remove gpg function.
8425         (mml1991-gpg-sign): Remove.
8426
8427 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8428
8429         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8430         (gnus-browse-unsubscribe-current-group): Document it.
8431         (gnus-browse-unsubscribe-group): Use it.
8432
8433 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434
8435         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8436         address to the To list for easier response.
8437
8438         * gnus.el (gnus-play-startup-jingle): Remove.
8439         (gnus-splash): Don't play jingle.
8440         (gnus): Silence gnus-load message.
8441
8442         * gnus-art.el (gnus-treat-play-sounds): Remove.
8443
8444         * gnus.el (gnus-play-jingle): Remove audio support.
8445
8446         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8447
8448         * earcon.el: Remove -- no users.
8449
8450         * gnus-audio.el: Remove -- no users of this package.
8451
8452         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8453
8454         * gnus-start.el (gnus-setup-news): Remove nocem support.
8455
8456         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8457
8458         * gnus.el (gnus-use-nocem): Remove.
8459
8460         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8461         Remove.
8462
8463         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8464         uses NoCeM any more.
8465
8466         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8467         (gnus-button-ctan-handler): Ditto.
8468         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8469         (gnus-button-ctan-directory-regexp): Ditto.
8470         (gnus-button-handle-ctan): Ditto.
8471         (gnus-button-tex-level): Ditto.
8472         (gnus-button-alist): Remove CTAN stuff.
8473
8474 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8475
8476         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8477         nnimap-streaming test.
8478
8479         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8480         servers twice.
8481
8482         * nnimap.el (nnimap-open-connection): Add more error reporting when
8483         nnimap fails early.
8484
8485         * nnheader.el (nnheader-get-report-string): New function.
8486         (nnheader-get-report): Use it.
8487
8488         * gnus-int.el (gnus-check-server): Say what the error was when opening
8489         failed.
8490
8491         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8492         using streaming.
8493
8494 2010-09-25  Julien Danjou  <julien@danjou.info>
8495
8496         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8497         gnus-window-inside-pixel-edges.
8498
8499 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500
8501         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8502
8503         * mm-decode.el (mm-save-part): Allow saving to other directories the
8504         normal Emacs way.
8505
8506         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8507         Suggested by Jay Berkenbilt.
8508
8509         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8510         there isn't a single byte.
8511
8512         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8513         just do it.  It doesn't really seem to matter what the user responds
8514         here, I think, so it's just a confusing question.
8515
8516         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8517         non-streaming case.
8518
8519         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8520         (gnus-article-encrypt-body): Use it.
8521
8522         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8523         keystroke.
8524
8525         * nnimap.el (nnimap-find-wanted-parts-1):
8526         Use gnus-fetch-partial-articles.
8527
8528         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8529
8530         * nnimap.el (nnimap-insert-partial-structure): New function.
8531         (nnimap-get-partial-article): New function.
8532         (nnimap-request-article): Use it.
8533         (nnimap-wait-for-response): Return whether the wait was successful.
8534         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8535         retrieval wasn't successful.
8536         (nnimap-retrieve-group-data-early): Allow throttling servers.
8537         (nnimap-streaming): New variable.
8538         (nnimap-fetch-partial-articles): Remove.
8539
8540         * mm-decode.el (mm-with-part): Protect against killed buffers.
8541
8542         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8543         for prettier summary display.
8544
8545 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8546
8547         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8548
8549 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550
8551         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8552         apparently third-party libraries depend on it.
8553
8554         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8555         before starting negotiation.
8556
8557         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8558         privacy reasons.
8559         (gnus-treat-mail-gravatar): Ditto.
8560
8561         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8562         buffer when inserting images.  Inserting text into the headers, for
8563         instance, can make them invalid.
8564
8565 2010-09-25  Julien Danjou  <julien@danjou.info>
8566
8567         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8568         variables.
8569
8570         * nnheader.el: Remove useless variables news-reply-yank-from and
8571         news-reply-yank-message-id.
8572
8573         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8574         variables.
8575
8576         * mml1991.el: Remove useless mml1991-verbose.
8577
8578         * gnus.el: Remove useless variable gnus-use-generic-from.
8579         Remove obsolete variable gnus-topic-indentation.
8580
8581         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8582
8583         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8584
8585         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8586
8587         * gnus-group.el: Remove useless gnus-group-icon-cache.
8588         Remove useless gnus-ephemeral-group-server.
8589
8590         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8591
8592         * mml2015.el: Remove useless mml2015-verbose.
8593
8594         * mml-smime.el: Remove useless mml-smime-verbose.
8595
8596         * gnus.el: Remove useless gnus-local-domain.
8597
8598         * gnus-gravatar.el (gnus-gravatar-transform-address):
8599         Use gnus-gravatar-size.
8600
8601         * gnus-art.el: Remove useless gnus-treat-translate.
8602
8603 2010-09-24  Julien Danjou  <julien@danjou.info>
8604
8605         * gnus-sum.el: Add support for Gravatars.
8606
8607         * gnus-art.el: Add support for Gravatars.
8608
8609         * gnus-gravatar.el: Add this file.
8610
8611         * gravatar.el: Add this file.
8612
8613 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8616
8617         * gnus-group.el (gnus-group-fetch-faq): Remove.
8618
8619         * gnus.el (gnus-group-faq-directory): Remove.
8620
8621         * gnus-group.el (gnus-group-fetch-charter): Remove.
8622
8623         * gnus.el (gnus-group-charter-alist): Remove.
8624
8625         * gnus-group.el (gnus-group-archive-directory): Remove.
8626         (gnus-group-recent-archive-directory): Ditto.
8627         (gnus-group-make-archive-group): Remove.
8628
8629         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8630
8631         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8632         use the same article number for all the cached articles.
8633
8634         * nnimap.el (nnimap-command): Register the last command time so
8635         that we can use it for idling NOOPs.
8636         (nnimap-open-connection): Start the keeplive timer.
8637         (nnimap-make-process-buffer): Store all the process buffers.
8638         (nnimap-keepalive): New function.
8639
8640         * starttls.el (starttls-open-stream): Add autoload cookie.
8641
8642 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8643
8644         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8645         handling.
8646
8647 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8650         its data structures.
8651
8652         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8653         instead of the cl.el copy-list.
8654         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8655         equalp.
8656
8657 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8660         and tool-bar-local-item-from-menu.
8661
8662         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8663         mode-line-highlight face for Emacs.
8664
8665         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8666         loading gnus-sum.elc; fix comment for canlock-verify.
8667         (gnus-article-jump-to-part): Use read-number.
8668         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8669         Remove Emacs pre-21 compatible code for help-echo.
8670         (gnus-article-next-page-1): No need to adjust the number of lines.
8671         (gnus-article-describe-bindings): Always use help-buffer.
8672
8673         * gnus-audio.el (gnus-audio-inline-sound):
8674         * gnus-cus.el (gnus-custom-mode):
8675         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8676
8677         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8678
8679         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8680         compatible code.
8681
8682 2010-09-24  Glenn Morris  <rgm@gnu.org>
8683
8684         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8685         visiting the fcc file in rmail-mode.
8686
8687         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8688
8689 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * nnir.el: Silence the byte compiler.
8692
8693         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8694         alias to browse-url-url-encode-chars if any.
8695         (gnus-html-encode-url): Use it.
8696
8697 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8698
8699         * gnus-start.el (gnus-use-backend-marks): New variable.
8700         (gnus-get-unread-articles-in-group): Use it.
8701
8702         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8703         makeover.
8704
8705 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8706
8707         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8708
8709 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8710
8711         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8712         Remove.
8713         (gnus-setup-news-hook):
8714         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8715
8716         * gnus-int.el (gnus-request-update-info): Protect against backends not
8717         having the function.
8718
8719         * nnimap.el (nnimap-stream): Mention starttls.
8720         (nnimap-open-connection): Add starttls support.
8721
8722 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8723
8724         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8725
8726 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8727
8728         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8729         BODYSTRUCTUREs.
8730         (nnimap-transform-headers): Unfold quoted {42} headers.
8731
8732         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8733         the info.
8734         (gnus-get-unread-articles): Only call updatep on backends that support
8735         it.
8736
8737         * nnweb.el (nnweb-request-update-info): NOOP.
8738
8739         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8740
8741         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8742         since it only deals with marks.
8743
8744         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8745         gnus-request-marks, and make a new gnus-request-update-info.
8746
8747         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8748         the active instead of the high number, which is usually too low.
8749
8750 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8751
8752         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8753         * encrypt.el: Remove.
8754
8755 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756
8757         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8758         server in symbolic form.
8759
8760         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8761
8762 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8763
8764         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8765         (nnimap-update-info): Fix up code slightly.
8766
8767         * gnus-int.el (gnus-open-server): Add tracing for performance
8768         debugging.
8769
8770         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8771         (gnus-group-insert-group-line): Pass the real group name so that it
8772         gets the right data.
8773
8774         * gnus-start.el (gnus-get-unread-articles): Don't have
8775         `gnus-get-unread-articles-in-group' update info, since that can be
8776         really slow and doesn't seem to be needed?
8777
8778 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8779
8780         * time-date.el (date-to-time): Try using parse-time-string first before
8781         using the slower timezone-make-date-arpa-standard.
8782
8783 2010-09-22  Julien Danjou  <julien@danjou.info>
8784
8785         * gnus-group.el (gnus-group-insert-group-line):
8786         Call gnus-group-highlight-line.
8787         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8788         default hook list.
8789         (gnus-group-update-eval-form): Add new function.
8790         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8791         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8792
8793 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8796         immediate, then expire all articles.
8797         (nnimap-update-info): Fix off-by-one errors.
8798         (nnimap-flags-to-marks): Would return no marks lists for group with no
8799         flags.  Instead return the other data.
8800
8801 2010-09-22  Julien Danjou  <julien@danjou.info>
8802
8803         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8804         Only return an icon.
8805         (gnus-group-insert-group-line): Compute icon to return.
8806
8807         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8808         (gnus-html-image-fetched): Only cache if
8809         gnus-html-image-automatic-caching is set.
8810         (gnus-html-image-fetched): Check for errors.
8811
8812 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813
8814         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8815         once per method on `g'.  This ensures that backends like nnfolder don't
8816         open all their folders.
8817
8818         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8819         (nnimap-request-list): Nix out group in the correct buffer.
8820         (nnimap-parse-flags): Implement by using `read' instead of
8821         hand-parsing.
8822         (nnimap-flags-to-marks): Pass on permanent-flags.
8823         (nnimap-make-process-buffer): Record the server name.
8824         (nnimap-parse-flags): Fix typo.
8825         (nnimap-request-scan): Run split on the server in general, not just a
8826         single group.
8827
8828         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8829         parameter, and propagate this downwards.
8830
8831         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8832         since EXAMINE changes it on the server.
8833
8834         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8835         this command might take a while.
8836
8837 2010-09-22  Julien Danjou  <julien@danjou.info>
8838
8839         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8840         harmful if you have 2 images side-by-side, they can't be properly
8841         update on text deletion.  Using text-property is safer here.
8842         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8843         data.
8844
8845 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8846
8847         * nnimap.el (nnimap-expunge-inbox): Remove.
8848         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8849         (nnimap-expunge): Flip default to t.
8850
8851         * gnus.el (gnus-method-to-server): Don't push things to the cache
8852         unless it's unique.
8853         (gnus-server-to-method): Ditto.
8854
8855 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8856
8857         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8858
8859 2010-09-22  Julien Danjou  <julien@danjou.info>
8860
8861         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8862         get the start of data.
8863         (gnus-html-encode-url): Add this function to encode special chars in
8864         URL.
8865         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8866         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8867
8868         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8869         default.
8870         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8871
8872         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8873         images alt-text.
8874         (gnus-html-put-image): Put alt-text as help-echo.
8875
8876 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8879         * mm-util.el (mm-decompress-buffer):
8880         * nnir.el (nnir-run-find-grep):
8881         * pop3.el (pop3-list): Use 3rd arg of split-string.
8882
8883         * time-date.el (format-seconds): Comment fix.
8884
8885         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8886         and byte-optimize-form-code-walker.
8887         (dgnushack-make-auto-load): Don't advise make-autoload.
8888
8889         * lpath.el: Remove Emacs 21 stuff.
8890
8891 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8892
8893         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8894         outside the active range.  Suggested by Dan Christensen.
8895
8896         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8897         slightly later to avoid double-getting it.
8898
8899         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8900         previous patch.
8901
8902         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8903
8904 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8905
8906         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8907
8908 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8909
8910         * gnus-int.el (gnus-open-server): Give a better error message in the
8911         "go offline" case.
8912
8913         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8914         marks for nnimap, which is seldom the right thing to do.
8915
8916         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8917         (gnus-same-method-different-name): New function.
8918
8919         * nnimap.el (parse-time): Require.
8920
8921         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8922         method in the presence of many similar methods.
8923
8924         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8925
8926         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8927         nnml-inhibit-expiry.
8928
8929         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8930         find out whether methods are equal.
8931
8932         * nnimap.el (nnimap-find-expired-articles): New function.
8933         (nnimap-process-expiry-targets): New function.
8934         (nnimap-request-move-article): Request the article before looking at
8935         what the Message-ID is.  Fix found by Andrew Cohen.
8936         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8937
8938         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8939         for oldness in addition to being a predicate.
8940
8941         * nnimap.el (nnimap-request-group): When we have zero articles, return
8942         the right data to Gnus.
8943         (nnimap-request-expire-articles): Only delete articles immediately if
8944         the target is 'delete.
8945
8946         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8947         method, this would bug out.
8948
8949         * gnus-group.el (gnus-group-expunge-group): Rename from
8950         gnus-group-nnimap-expunge, and implemented as a normal interface
8951         function.
8952
8953         * gnus-int.el (gnus-request-expunge-group): New function.
8954
8955         * nnimap.el (nnimap-request-create-group): Implement.
8956         (nnimap-request-expunge-group): New function.
8957
8958 2010-09-21  Julien Danjou  <julien@danjou.info>
8959
8960         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8961         (gnus-html-cache-expired): Add new function.
8962         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8963         wethever we should display image for fetch it.
8964         Compute alt-text earlier to pass it to the fetching function too.
8965         (gnus-html-schedule-image-fetching): Change function argument to only
8966         get one image at a time, not a list.
8967         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8968         cache.
8969         (gnus-html-get-image-data): New function to retrieve image data from
8970         cache.
8971         (gnus-html-put-image): Change buffer argument to use image data rather
8972         than file, and place image above region rather than inserting a new
8973         one.  Do not take alt-text as argument, since it's useless now: we place
8974         the image above alt-text.
8975         (gnus-html-prune-cache): Remove.
8976         (gnus-html-show-images): Start to fetch image when we find one, do not
8977         push into a temporary list.
8978         (gnus-html-prefetch-images): Only fetch image if they have expired.
8979         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8980         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8981
8982 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8985
8986 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987
8988         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8989         spec inser "*" if the group isn't active instead of 0.
8990
8991         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8992         opening the server.
8993         (nnimap-request-delete-group): Implement group deletion.
8994         (nnimap-transform-headers): Return the size of the entire message in
8995         the Bytes header, not just the size of the first part.
8996         (nnimap-request-move-article): When moving an article from nnimap,
8997         request the article first so the accepting form has an article to
8998         accept.  Reported by Dan Christensen.
8999         (nnimap-command): Make sure that the error message doesn't error out.
9000
9001 2010-09-20  David Edmondson  <dme@dme.org>
9002
9003         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9004         we haven't requested anything.
9005
9006 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9009         "".  Fix found by Andrew Cohen.
9010
9011         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9012         instead of -encode-string.
9013
9014 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9017
9018         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9019         by mm-subst-char-in-string.
9020
9021 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9022
9023         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9024         waiting for the connection string.
9025
9026         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9027         arriving.
9028
9029         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9030         bogus characters.  This allows selecting certain Gmail groups.
9031
9032         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9033         (nnimap-fetch-partial-articles): New variable.
9034         (nnimap-open-connection): When looking for credentials, also use the
9035         nnimap-server-port.
9036         (nnimap-request-article): Return the group/article number, so that Gnus
9037         `^' works as expected.
9038         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9039
9040         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9041         comments.
9042         (gnus-methods-sloppily-equal): New function.
9043         (gnus): When using the development version of Gnus, load the gnus-load
9044         file.
9045
9046         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9047         `gnus-open-server' on each method before trying to scan them etc.
9048         This ensures that all the backend parameters are set correctly.
9049
9050         * nnimap.el (nnimap-authenticator): New variable.
9051         (nnimap-open-connection): Allow anonymous login.
9052         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9053         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9054
9055         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9056         patch, found by Knut Anders Hatlen.
9057
9058 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9059
9060         * gnus-agent.el (gnus-agent-batch-confirmation)
9061         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9062         to gnus-message.
9063         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9064         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9065         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9066         * gnus-int.el (gnus-open-server): Likewise.
9067         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9068         (gnus-score-check-syntax): Likewise.
9069         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9070         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9071         Likewise.
9072         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9073
9074 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9075
9076         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9077         calling conventions so that prefetch doesn't bug out.
9078
9079 2010-09-19  Julien Danjou  <julien@danjou.info>
9080
9081         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9082         rather than `subst-char-in-region' in order to be able to replace ASCII
9083         char by UTF-8 ones.
9084
9085         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9086         than curl.
9087         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9088         the right URL and ALT text on images.
9089         (gnus-html-wash-tags): Fix tag case.
9090         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9091         (gnus-article-html): Add -o display_ins_del=2 option.
9092         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9093
9094 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9095
9096         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9097         the extra mail headers, which sometimes seem to happen for unknown
9098         reasons.
9099
9100         * mail-parse.el (mail-header-encode-parameter): Define as
9101         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9102         (or most, perhaps?) mail readers don't understand the latter, but do
9103         understand the former.
9104
9105         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9106         to nil, so that no methods are automatically agentized.  I think this
9107         is probably what most users want.
9108
9109         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9110         from url-retrieve, for instance about invalid URLs.
9111
9112         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9113         groups that have no articles.
9114         (nnimap-request-article): Check that we really got an article when we
9115         requested one.
9116
9117         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9118         doesn't exist.
9119
9120         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9121         nntp buffer so the agent can save it.
9122         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9123         that CRLF doesn't get translated to \n.
9124         (nnimap-open-connection): Don't make 'shell commands only send \n.
9125
9126 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9127
9128         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9129         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9130         Update var name.
9131         (nnml-generate-nov-file): Use dolist.
9132         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9133         Use with-current-buffer.
9134
9135 2010-09-18  Julien Danjou  <julien@danjou.info>
9136
9137         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9138         parallel.
9139
9140 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9141
9142         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9143         the range update right.
9144         (nnimap-request-group): Don't make `M-g' bug out on group with no
9145         marks.
9146         (nnoo): Require, so that other packages can require nnimap.
9147         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9148         command we're looking for.  This helps when the server sends more
9149         responses after we've gotten everything we expected.
9150         (nnimap): Add a `newlinep' field to keep track of end-of-line
9151         conventions.
9152         Don't send CRLF to things that don't want it.
9153         (nnimap-request-accept-article): Ditto.
9154
9155 2010-09-18  Julien Danjou  <julien@danjou.info>
9156
9157         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9158         than curl to retrieve images.
9159
9160 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9161
9162         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9163         the marks.
9164         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9165         (nnimap-wait-for-connection): New function.
9166         (nnimap-open-connection): If we have PREAUTH, don't query for login
9167         credentials.
9168         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9169         when doing a partial update.
9170
9171 2010-09-18  Julien Danjou  <julien@danjou.info>
9172
9173         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9174         tags.
9175
9176 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * nnimap.el (nnimap-credentials): New function.
9179         (nnimap-open-connection): Use the new function to look for credentials
9180         also on the numeric equivalents of "imap" and "imaps".
9181
9182         * gnus-start.el (gnus-activate-group): Send the info to
9183         gnus-request-group.
9184
9185         * nnimap.el (nnimap-request-group): Have the "check" version of the
9186         function parse flags and update the info, so that a `M-g' get a total
9187         resync of all flags from the group.
9188
9189         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9190         to allow backends to alter the info on group selection.  Also alter all
9191         the backend -request-group functions to take the parameter.
9192
9193         * nnimap.el (nnimap-store-info): New function.
9194         (nnimap-update-info): Store the info for later usage.
9195         (nnimap-request-group): Use the stored info for the dont-check case, so
9196         that we don't retrieve all marks when we enter a group.
9197
9198         * nnimap.el: Use deffoo instead of defun for interface functions.
9199
9200         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9201         update the group info.  This makes the nndraft groups, for instance, go
9202         back to their old behavior.
9203
9204         * gnus-sum.el (gnus-select-newsgroup): Indent.
9205
9206         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9207         in.
9208         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9209         nothing.
9210
9211         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9212         from methods that are denied.
9213
9214         * gnus-int.el (gnus-method-denied-p): New function.
9215
9216         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9217         store the password instead of netrc.
9218         (nnimap-open-connection): Don't error out when we can't make a
9219         connections.
9220
9221         * auth-source.el (auth-source-create): In the password prompt, say what
9222         we're querying for.  Also prompt for user name if that hasn't been
9223         given.
9224
9225         * nnimap.el (nnimap-with-process-buffer): Remove.
9226
9227 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9228
9229         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9230         method when we're reading from the agent.
9231
9232         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9233
9234         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9235         that's probably most useful for users.
9236
9237         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9238         "failed" all the time.
9239
9240         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9241         ...)) with (with-current-buffer ... ).
9242
9243         * nntp.el (nntp-open-server): Return whether the open was successful or
9244         not.
9245
9246         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9247         select an unread unseen article first.
9248
9249         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9250         /etc/services, supply some sensible port defaults.
9251
9252         * dgnushack.el: Define netrc-credentials.
9253
9254 2010-09-17  Julien Danjou  <julien@danjou.info>
9255
9256         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9257
9258 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9259
9260         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9261         doesn't have any parameters.
9262
9263 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264
9265         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9266         only upcased checks.
9267
9268         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9269
9270         * nnimap.el (nnimap-open-shell-stream): New function.
9271         (nnimap-open-connection): Use it.
9272         (nnimap-transform-headers): Get the number of lines in each message.
9273         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9274         number of lines.
9275         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9276         problem.
9277
9278         * utf7.el (utf7-encode): Autoload.
9279
9280         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9281         to allow the mail splitting to not return a default group.  This is
9282         useful for nnimap, which will leave unmatched mail in the inbox.
9283
9284         * nnimap.el: Rewritten.
9285
9286         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9287         nnimap usage.
9288
9289         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9290         if the move is internal, so that nnimap can do fast internal moves.
9291
9292         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9293         data.
9294         (gnus-read-active-for-groups): Support finishing the early retrieval of
9295         data.
9296
9297         * gnus-range.el (gnus-range-nconcat): New function.
9298
9299         * gnus-int.el (gnus-finish-retrieve-group-infos)
9300         (gnus-retrieve-group-data-early): New functions.
9301
9302 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9303
9304         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9305         (nnrss-retrieve-groups):
9306         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9307         (pop3-quit): Use with-current-buffer.
9308
9309 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9312         instead of nnheader-accept-process-output.
9313
9314         * dgnushack.el (dgnushack-compile): Add comment.
9315
9316         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9317
9318         * gnus-html.el (gnus-html-schedule-image-fetching)
9319         (gnus-html-prefetch-images): Replace process-kill-without-query by
9320         gnus-set-process-query-on-exit-flag.
9321
9322 2010-09-16  Romain Francoise  <romain@orebokech.com>
9323
9324         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9325
9326 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9329         parameter to unintern is mandatory-ish in Emacs 24.
9330
9331         * gnus-html.el (gnus-html-schedule-image-fetching)
9332         (gnus-html-prefetch-images): Check for curl before using it.
9333
9334         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9335         depend on curl, which isn't essential.
9336
9337         * imap.el: Revert back to version
9338         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9339         seem problematic.
9340
9341 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9342
9343         * gnus-registry.el (gnus-registry-install-shortcuts):
9344         Explicitly pass `obarray' to `unintern' to avoid a warning.
9345
9346 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347
9348         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9349         change.
9350
9351         * nnrss.el (nnrss-request-list): Remove this function and related
9352         functions, including the moreover stuff.
9353
9354 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * nnrss.el (nnrss-retrieve-groups): New function.
9357
9358 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9359
9360         * .dir-locals.el: Add no-byte-compile cookie.
9361
9362 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * time-date.el (format-seconds): Comment fix.
9365
9366         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9367         for back end that doesn't support request-scan.
9368
9369 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9370
9371         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9372         then do request scans from the backends.
9373
9374         * netrc.el (netrc-credentials): New conveniency function.
9375
9376         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9377         avoid running a hook per line, since this takes a lot of time,
9378         profiling shows.
9379         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9380         directly if gnus-visual-p is true.
9381
9382 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9385         groups; replace mapcar with dolist which is a bit faster; pass groups
9386         info to gnus-read-active-file-1.
9387         (gnus-read-active-file-1): Scan only specified groups if the new
9388         optional arg `infos' is given.
9389
9390 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9391
9392         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9393
9394         * pop3.el (pop3-movemail): Remove.
9395         (pop3-streaming-movemail): Rename to pop3-movemail.
9396
9397         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9398         don't restrict end-tag searches to the end of the line.
9399
9400 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9403         articles of every unchecked group to t, which means unknown since the
9404         server has never been opened.
9405
9406 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9407
9408         * gnus-html.el (gnus-html-show-alt-text): New command.
9409         (gnus-html-browse-image): Ditto.
9410         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9411         to browse the image directly.
9412         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9413         better.
9414
9415         * gnus-async.el (gnus-async-article-callback):
9416         Call `gnus-html-prefetch-images' unconditionally.
9417
9418         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9419         before feeding URLs to curl.
9420
9421 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9424         internal images as deletable by `W D D'.
9425
9426         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9427         (gnus-async-article-callback): Fix typo.
9428
9429 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9430
9431         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9432         current line to work around bugs in the output from w3m.
9433
9434         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9435         for groups that want that.
9436
9437         * nntp.el (nntp-wait-for-string): Supply a timeout for
9438         accept-process-output to ensure progress.
9439
9440         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9441         level to get unread articles from, then use that for foreign groups,
9442         too.
9443
9444         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9445         confuses the rest of the function.
9446
9447         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9448         for the methods that support -retrieve-groups, too.
9449
9450         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9451
9452 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9455         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9456
9457         * pop3.el: Require cl when compiling.
9458         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9459
9460 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9463         that aren't going to be activated.
9464         (gnus-get-unread-articles): Fix up the last commit.
9465
9466         * gnus-html.el (gnus-article-html): Allow calling without specifying
9467         the handle.  In that case, dissect the buffer first.
9468
9469         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9470
9471         * nnimap.el (nnimap-open-connection): Revert the change that would look
9472         into authinfo for imaps instead of imap.
9473
9474         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9475         say that you don't want to call gnus-request-group with don-check, but
9476         do check the reponse.  This is for virtual groups only.
9477         (gnus-get-unread-articles): Count the archive groups as secondary, so
9478         that they're activated the same way as before.
9479
9480         * imap.el (imap-message-map): Removed optional buffer parameter, since
9481         no callers use it.
9482         (imap-message-get): Ditto.
9483         (imap-message-put): Ditto.
9484         (imap-mailbox-map): Ditto.
9485         (imap-mailbox-put): Ditto.
9486         (imap-mailbox-get): Ditto.
9487         (imap-mailbox-get): Revert last change for this function.
9488
9489         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9490         case-insensitively.
9491         (nnimap-debug): Remove.
9492
9493         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9494         callers to use `imap-fetch' instead.  According to the comments, this
9495         should be safe, since all other IMAP clients use the 1:* syntax.
9496         (imap-enable-exchange-bug-workaround): Remove.
9497         (imap-debug): Remove -- doesn't seem very useful.
9498
9499         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9500         mail from a file, and the file doesn't exist.
9501
9502         * imap.el (imap-log): New convenience function used throughout instead
9503         of repeating the same code all over the place.
9504
9505         * pop3.el (pop3-streaming-movemail): Return t for success.
9506
9507         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9508         .authinfo if we're using ssl connection.
9509
9510         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9511         already have if we're in a main Gnus `g' run.
9512
9513         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9514
9515 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9518
9519         * nnmh.el (nnmh-request-list-1): Bind `file'.
9520
9521         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9522         alias to set-process-query-on-exit-flag or process-kill-without-query.
9523         (pop3-open-server): Use it.
9524
9525 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526
9527         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9528         box to the Incoming file.  Fixes mistake in previous checkin.
9529
9530         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9531         request loop (for debugging purposes) removed.
9532
9533         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9534         culprit is more visible.
9535         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9536         (nnml-add-incremental-nov): New functions to do "incremental" nov
9537         updates, where we just append to the end of the existing nov files
9538         without reading/writing them in full.
9539
9540         * mail-source.el (mail-source-delete-crash-box): Really only check the
9541         incoming files once in a while.
9542
9543         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9544
9545         * mail-source.el (mail-source-delete-crash-box): Only check the
9546         incoming files for deletion once per day to save a lot of file
9547         accesses.
9548
9549         * pop3.el (pop3-logon): Fix up unbound variable typo.
9550
9551         * mail-source.el (pop3-streaming-movemail): Autoload.
9552
9553         * pop3.el (pop3-streaming-movemail):
9554         Respect pop3-leave-mail-on-server.
9555
9556         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9557         retrieval.
9558
9559         * pop3.el (pop3-process-filter): Remove unused function.
9560         (pop3-streaming-movemail, pop3-send-streaming-command)
9561         (pop3-wait-for-messages, pop3-write-to-file)
9562         (pop3-number-of-responses): New functions for streaming pop3
9563         retrieval.
9564
9565         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9566         come from no known methods.
9567         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9568         list.
9569
9570         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9571         message sizes.
9572         (pop3-movemail): Use erase-buffer instead of looping and deleting
9573         regions, which seems rather odd.
9574
9575         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9576         file once per `g' run.
9577
9578         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9579         directories.  This makes the draft queue directory work.
9580
9581         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9582         data from the backends, so that we only request the list of groups from
9583         each method once.  This should speed things up considerably.
9584
9585         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9586         detect that it's not implemented.
9587
9588         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9589         we actually do recurse down into the tree, but don't stat all leaf
9590         nodes.
9591
9592         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9593         then say so instead of bugging out.
9594
9595         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9596         files exist before trying to read them.
9597
9598         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9599         around <pre_int>.
9600
9601         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9602
9603         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9604
9605 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9606
9607         * mm-util.el (mm-image-load-path): Just return the image directories,
9608         not all directories in the path in addition to the image directories.
9609         (mm-image-load-path): Maintain a cache of the image directories so that
9610         the `g' command in Gnus doesn't have to stat dozens of directories each
9611         time.
9612
9613         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9614         (gnus-html-wash-tags): Add a new `i' command to insert images.
9615         (gnus-html-insert-image): New command and keystroke.
9616         (gnus-html-redisplay-with-images): New command and keystroke.
9617         (gnus-html-show-images): Rename command.
9618         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9619         spacers.
9620         (gnus-html-wash-tags): Decode entities at the end, so that entities
9621         inside the tags don't mess up the rest of the "parsing".
9622
9623         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9624         so that nnimap methods aren't agentized by default.  There's apparently
9625         many problems related to agent/imap behavior.
9626
9627         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9628
9629         * gnus-html.el: Doc fix.
9630
9631 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9634         specifier-spec-list for Emacs 21.
9635
9636         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9637         glyph-width and glyph-height instead of display-graphic-p and
9638         image-size; make avoidance of displaying small images work for XEmacs.
9639
9640         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9641         for XEmacs.
9642
9643         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9644         of symbol that holds plist data.
9645         (gnus-process-plist): Remove plist of process after getting it.
9646
9647 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648
9649         * message.el (message-generate-hashcash): Change default to
9650         'opportunistic if hashcash is installed.
9651
9652         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9653         (gnus-html-put-image): Only call image-size once, since it's somewhat
9654         time-consuming on remote X servers.
9655
9656 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9659         type on data, not a file name.
9660
9661         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9662         window-pixel-edges for Emacs 21.
9663
9664         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9665         decoded contents.
9666         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9667
9668 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9669
9670         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9671         group line format, since it isn't very interesting.
9672
9673         * gnus-agent.el (gnus-agent-short-article),
9674         (gnus-agent-long-article): Increase values for these two variables,
9675         since most people are likely to have more network connection and
9676         storage than before.
9677
9678         * gnus.el (gnus-refer-article-method): Change default to 'current.
9679         When referring an article, the common behavior is to refer it from the
9680         current select method, not the native select method.  The chances of
9681         the native select method having the message in question is rather slim
9682         these days.
9683
9684         * gnus-sum.el (gnus-auto-select-subject): Change default to
9685         `unseen-or-unread'.  I think it's likely that most people want to
9686         select an unseen article over a previously seen, but unread one.
9687
9688         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9689         means that in the article buffer none of the minor mode elements will
9690         be shown, usually, and this is not desirable in most cases.
9691
9692         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9693         that commands like `d' (and the like) go to the next line in the
9694         buffer, instead of the next unread article.  I think this is the
9695         behavior that is most natural for most users.
9696         (gnus-single-article-buffer): Change default to nil, so that people can
9697         have as many article buffers open as they have summary buffer.  I think
9698         this is the most natural way for the groups to behave.
9699
9700         * message.el (message-generate-new-buffers): Change default to
9701         `unsent', so that all new message buffers start their names with the
9702         string "*unsent", and it's easier to find the buffers if you move from
9703         them.
9704
9705 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9706
9707         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9708         small.  They're probably tracking images.
9709         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9710         (gnus-html-rescale-image): Yet another try at getting the image sizing
9711         right.
9712
9713         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9714         nntp-marks-file-name is nil.
9715
9716 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9717
9718         * gnus-html.el (gnus-html-wash-tags)
9719         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9720         Better logging.
9721
9722 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9723
9724         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9725
9726         * gnus-html.el (gnus-html-wash-tags): Check the value of
9727         gnus-blocked-images in the summary buffer.
9728
9729 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9730
9731         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9732
9733 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9734
9735         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9736         like "a", it seems like.
9737         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9738         since it needs to be picked from the correct buffer.
9739
9740         * nnwfm.el: Remove.
9741
9742         * nnlistserv.el: Remove.
9743
9744 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9745
9746         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9747         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9748
9749 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * nnkiboze.el: Remove.
9752
9753         * nndb.el: Remove.
9754
9755         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9756         alt text.
9757         (gnus-html-rescale-image): Try to get the rescaling logic right for
9758         images that are just wide and not tall.
9759
9760         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9761         overshadow variable bindings.
9762
9763 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9764
9765         * gnus-html.el (gnus-html-wash-tags)
9766         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9767         Add extra logging.
9768
9769 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9770
9771         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9772         (gnus-max-image-proportion): New variable.
9773         (gnus-html-rescale-image): New function.
9774         (gnus-html-put-image): Rescale images.
9775
9776 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9777
9778         Fix up some byte-compiler warnings.
9779         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9780         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9781         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9782         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9783         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9784         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9785         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9786
9787 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * gnus-html.el (gnus-article-html): Decode contents by charset.
9790
9791 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9794         (gnus-html-frame-width, gnus-blocked-images):
9795         * message.el (message-prune-recipient-rules): Add custom version.
9796         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9797
9798         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9799         functions.
9800
9801         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9802         gnus-process-get.
9803
9804 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9805
9806         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9807         instead of lsub directly.
9808
9809 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9810
9811         * nnwarchive.el: Remove.
9812
9813         * gnus-soup.el: Remove.
9814
9815         * nnsoup.el: Remove.
9816
9817         * nnultimate.el: Remove.
9818
9819         * gnus-html.el (gnus-blocked-images): New variable.
9820
9821         * message.el (message-prune-recipients): New function.
9822         (message-prune-recipient-rules): New variable.
9823
9824         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9825         guess whether a long line is natural text or not.
9826
9827         * gnus-html.el (gnus-html-schedule-image-fetching):
9828         Use gnus-process-plist and friends for compatibility.
9829
9830 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9831
9832         * gnus-html.el: Require packages that define macros used in this file.
9833         (gnus-article-mouse-face): Declare to silence byte-compiler.
9834         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9835         process-get.
9836         (gnus-html-put-image): Use plist-get to avoid getf.
9837         (gnus-html-prefetch-images): Use with-current-buffer.
9838
9839 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * gnus-ems.el: Provide compatibility functions for
9842         gnus-set-process-plist.
9843
9844         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9845         header-line-format for XEmacs 21.4.
9846
9847         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9848         * gnus.el (gnus-valid-select-methods):
9849         * message.el (message-send-mail-partially-limit):
9850         * mm-decode.el (mm-text-html-renderer):
9851         * mml.el (mml-insert-mime-headers-always):
9852         * smiley.el (smiley-regexp-alist): Bump custom version.
9853
9854 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855
9856         * gnus-html.el: require mm-url.
9857         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9858         with the url to `url'.
9859         (gnus-html-wash-tags): Support cid: URLs/images.
9860
9861 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9862
9863         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9864         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9865         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9866
9867         * gnus-move.el: Remove file, since it doesn't really work.
9868
9869         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9870         UTF-8.  This seems to fix problems with some German web feeds.
9871
9872         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9873         at the top so that the proper colors are applied.
9874
9875         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9876         don't have dots in their names.
9877
9878         * gnus-art.el (gnus-article-view-part): Doc fix.
9879
9880         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9881         XEmacs-compatible.
9882         (gnus-html-put-image): Don't do images on non-graphic displays.
9883
9884         * nnslashdot.el: Remove this unused backend.
9885
9886         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9887         actions.
9888         (gnus-undo-register-1): Revert last change.
9889
9890         * gnus-group.el (gnus-group-completing-read): Protect against not
9891         having completion-styles bound.
9892
9893         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9894         make broken recipients happier.
9895
9896         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9897
9898         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9899         point parameter.
9900
9901         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9902
9903         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9904         completion-styles for group selection.
9905
9906 2009-02-04  Andreas Schwab  <schwab@suse.de>
9907
9908         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9909         headers and regexp-quote the match if necessary.
9910
9911 2009-03-24  Miles Bader  <miles@gnu.org>
9912
9913         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9914         the blinking smiley.
9915
9916 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9917
9918         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9919         blink smiley.
9920
9921 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9922
9923         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9924         where the dribbel file lives exists.
9925
9926         * message.el (message-send-mail-partially-limit): Change the default to
9927         nil, since most people don't want this.
9928
9929         * mm-url.el (mm-url-decode-entities): Also decode entities like
9930         &#x3212.
9931
9932 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9933
9934         * gnus-sum.el (gnus-summary-idna-message):
9935         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9936         Hyperlink urls in docstrings with URL `...'.
9937
9938 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9939
9940         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9941         functions.
9942
9943 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9944
9945         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9946         say what the mouseover text should be.
9947
9948         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9949         version of the mm-w3m-safe-url-regexp variable to only download images
9950         in the groups where we want that to happen.
9951
9952         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9953
9954         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9955         easier debugging.
9956         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9957         big pictures in the article buffer.
9958
9959         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9960         gnus-article-html.
9961         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9962         w3m.
9963
9964         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9965
9966 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9967
9968         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9969         which doesn't exist.
9970
9971         * message.el (message-inhibit-ecomplete): New variable to allow some
9972         function to inhibit ecomplete address storage.
9973         (message-resend): Disable ecomplete message storage when resending
9974         messages.
9975
9976         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9977
9978 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9981         Save excursion while copying, moving, and deleting articles in order to
9982         prevent the cursor from jumping to unforeseen place.
9983
9984 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * lpath.el: No need to bind bookmark-current-buffer,
9987         bookmark-yank-point and bookmark-make-record-function.
9988
9989 2010-08-17  Glenn Morris  <rgm@gnu.org>
9990
9991         * gnus-sync.el: Require gnus components whose functions are used.
9992
9993         * gnus-art.el (bookmark-make-record-function):
9994         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9995         Declare for compiler.
9996
9997         * mm-url.el (mml-compute-boundary): Autoload.
9998
9999 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10002
10003 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10004
10005         Typo fix "hoo4a" -> "hook".
10006
10007         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10008
10009 2010-08-14  Glenn Morris  <rgm@gnu.org>
10010
10011         * gnus-sync.el (gnus-sync): Fix defgroup version.
10012
10013 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10014
10015         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10016
10017         * gnus-sync.el: Fix docs.
10018         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10019         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10020
10021 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10022
10023         Optimizations for gnus-sync.el.
10024
10025         * gnus-sync.el: Add docs about gnus-sync-backend
10026         possibilities.
10027         (gnus-sync-save): Remove unnecessary message.
10028         (gnus-sync-read): Optimize and show what groups were skipped.
10029
10030 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10031
10032         Minor bug fixes for gnus-sync.el.
10033
10034         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10035         Don't read the sync on get-new-news.
10036
10037         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10038         quiet.
10039
10040         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10041         (fix typo).
10042
10043 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10044
10045         Make saving and restoring of hidden threads work with overlays.
10046         Patch applied by Ted Zlatanov.
10047
10048         * gnus-sum.el (gnus-hidden-threads-configuration)
10049         (gnus-restore-hidden-threads-configuration): Update to deal with text
10050         properties, rather than searching for a magic character.
10051
10052 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10053
10054         New gnus-sync.el library for synchronization of marks.
10055
10056         * gnus-sync.el: New library for synchronization of marks.
10057
10058         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10059         renamed from `gnus-registry-grep-in-list'.
10060
10061         * gnus-registry.el (gnus-registry-follow-group-p):
10062         Use `gnus-grep-in-list'.
10063
10064         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10065
10066 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10069         determining charset of text fails.
10070
10071 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * nnmail.el (nnmail-get-new-mail-1): Revert.
10074
10075         * nnml.el (nnml-active-number): Make sure names of newly created groups
10076         in nnml-group-alist are encoded.
10077
10078 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10081         containing non-ASCII characters in active file for nnml back end.
10082
10083 2010-07-24  David Engster  <dengste@eml.cc>
10084
10085         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10086         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10087
10088 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10089
10090         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10091         tag (Bug#6654).
10092
10093 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10096         the article buffer, not the summary buffer.
10097
10098 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10101         Emacs 23 as well.
10102
10103 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10106         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10107
10108 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10109
10110         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10111         Patch applied by Karl Fogel.
10112
10113         * gnus-sum.el (gnus-summary-bookmark-make-record):
10114         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10115
10116 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10117
10118         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10119         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10120         C-w still not working correctly from Article buffers; Thierry's
10121         patch to fix that will be applied after this.
10122
10123         * gnus-art.el (bookmark-make-record-function): New local variable.
10124
10125         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10126         article buffer.
10127         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10128
10129 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10130
10131         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10132         on changes in bookmark.el.
10133
10134 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10137         `no-log' instead of message not to log prompt string.
10138
10139 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10140
10141         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10142         the *other* type of HTML form submission.
10143
10144 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10145
10146         * auth-source.el (auth-source-pick): If choice does not contain a
10147         questioned keyword, set the check to t.
10148
10149 2010-06-12  Romain Francoise  <romain@orebokech.com>
10150
10151         * gnus-util.el (gnus-date-get-time): Move up before first use.
10152
10153 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10156         (gnus-article-edit-part): Bind it to make last part that is substituted
10157         or deleted visible.
10158         (gnus-mime-display-single): Buttonize part of which id equals to
10159         gnus-mime-buttonized-part-id.
10160
10161 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10162
10163         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10164         (gnus-dd-mmm): Use gnus-date-get-time.
10165         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10166         simplify logic.
10167         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10168         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10169
10170 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10171
10172         * auth-source.el (top): Autoload `secrets-list-collections',
10173         `secrets-create-item', `secrets-delete-item'.
10174         (auth-sources): Fix tag string.
10175         (auth-get-source, auth-source-retrieve, auth-source-create)
10176         (auth-source-delete): New defuns.
10177         (auth-source-pick): Rewrite in order to avoid 2 passes.
10178         (auth-source-forget-user-or-password): New parameter USERNAME.
10179         (auth-source-user-or-password): New parameters CREATE-MISSING and
10180         DELETE-EXISTING.  Retrieve password interactively, if needed.
10181
10182 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10183
10184         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10185         deleting unused directories when gnus-expert-user is t.
10186
10187 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10190         for each temp file when gnus-article-browse-delete-temp is ask.
10191
10192 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10193
10194         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10195         Replace Lisp calls to delete-backward-char by calls to delete-char.
10196
10197 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10198
10199         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10200
10201 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10202
10203         * password-cache.el (password-cache-remove): Fix docstring.
10204
10205 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10208         article unless decoding article to be saved.
10209
10210 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10213         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10214         generated within the mm-with-unibyte-current-buffer macro.
10215
10216 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10219         to nil when we're in a mml-preview buffer and no group is selected.
10220
10221 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10222
10223         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10224         when catching the `C-g'.  Reported by "Leo".
10225
10226 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * message.el (message-forward-make-body-plain)
10229         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10230         multibyte-string-p.
10231
10232         * lpath.el: Revert.
10233
10234 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * message.el (message-forward-make-body-mml): Assume original message
10237         is multibyte string; error on unibyte.
10238         (message-forward-make-body-plain): Ditto; don't add excessive newline
10239         in body end.
10240
10241         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10242
10243 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10244
10245         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10246         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10247
10248 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * mm-extern.el (mm-extern-url): Don't use
10251         mm-with-unibyte-current-buffer.
10252         (mm-extern-cache-contents): Use with-current-buffer instead of
10253         save-excursion + set-buffer.
10254
10255 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * mm-util.el (mm-emacs-mule): Remove.
10258
10259 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10260
10261         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10262         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10263         change.
10264
10265 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10268         bind the default value of enable-multibyte-characters to nil.
10269
10270 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * message.el (message-forward-make-body-plain)
10273         (message-forward-make-body-mml):
10274         Don't use mm-with-unibyte-current-buffer.
10275
10276 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10277
10278         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10279
10280 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10281
10282         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10283         (Bug#5592).
10284
10285 2010-05-07  Julien Danjou  <julien@danjou.info>
10286
10287         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10288         it to mm-pipe-part.
10289
10290         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10291         it is given.
10292
10293 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * binhex.el (binhex-decode-region-internal):
10296         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10297         (dns-query):
10298         * nnweb.el (nnweb-gmane-search):
10299         * pgg-parse.el (pgg-parse-armor):
10300         * pgg.el (pgg-verify-region):
10301         * sha1.el (sha1-string-external):
10302         * uudecode.el (uudecode-decode-region-internal):
10303         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10304         XEmacs.
10305
10306         * gnus-art.el (gnus-article-browse-html-parts):
10307         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10308         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10309         make-temp-file.
10310
10311         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10312         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10313         compiling.
10314
10315         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10316         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10317         XEmacs when compiling.
10318
10319         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10320         gnus-pick-mode-off-hook for XEmacs when compiling.
10321         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10322         gnus-binary-mode-off-hook for XEmacs when compiling.
10323
10324         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10325         Return nil if char-charset is not available.
10326
10327         * imap.el (imap-disable-multibyte)
10328         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10329         macros.
10330
10331         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10332         instead of encode-coding-string.
10333
10334         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10335         'xemacs) instead of mm-emacs-mule to switch function definitions.
10336         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10337
10338         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10339         bind temporary-file-directory for XEmacs;
10340         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10341         timer-set-function for XEmacs 21.4 and SXEmacs;
10342         bind timer-list for XEmacs 21.4 and SXEmacs;
10343         fbind char-charset and find-charset-region for non-Mule XEmacs;
10344         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10345         encode-coding-region and encode-coding-string for XEmacs having no
10346         file-coding feature.
10347
10348 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10349
10350         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10351
10352 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10355         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10356
10357 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10358
10359         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10360         alias `jka-compr-delete-temp-file' no longer exists.
10361
10362 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10363
10364         Use define-minor-mode in Gnus where applicable.
10365         * mml.el (mml-mode): Use define-minor-mode.
10366         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10367         (gnus-undo-mode): Use define-minor-mode.
10368         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10369         (gnus-dead-summary-mode): Use define-minor-mode.
10370         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10371         Initialize in declaration.
10372         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10373         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10374         (gnus-mailing-list-mode): Use define-minor-mode.
10375         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10376         (gnus-draft-mode): Use define-minor-mode.
10377         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10378         (gnus-dired-mode): Use define-minor-mode.
10379
10380 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10381
10382         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10383         handles on recursive mml-to-mime translation and check them for
10384         boundary delimiter collisions.  Reported by Greg Troxel.
10385
10386 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10389
10390 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10391
10392         * mm-util.el (mm-find-buffer-file-coding-system):
10393         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10394
10395 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10396
10397         * message.el (message-generate-headers): Record insertion of optional
10398         headers as well.  Otherwise the check to prevent repeated insertion of
10399         optional headers is a no-op.
10400
10401 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10402
10403         * smime.el: Don't mention CVS.
10404
10405         * nnrss.el (nnrss-fetch): Don't mention CVS.
10406
10407         * nnir.el: Don't mention CVS.
10408
10409 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10410
10411         * gnus-sum.el (gnus-summary-bookmark-make-record):
10412         Add `location' field.
10413
10414 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * lpath.el: Fbind bookmark-default-handler,
10417         bookmark-get-bookmark-record, bookmark-make-record-default,
10418         bookmark-prop-get for Emacs <23 and XEmacs.
10419
10420 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10421
10422         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10423         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10424         Use with-current-buffer to silence the byte-compiler.
10425         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10426         bother to require `gnus'.
10427         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10428
10429 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10430
10431         * gnus-sum.el (gnus-summary-bookmark-make-record)
10432         (gnus-summary-bookmark-jump): New functions.
10433         (gnus-summary-mode): Setup bookmark support.
10434
10435 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10436
10437         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10438         if set.
10439
10440 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10443         gnus-article-browse-html-save-cid-image; make it work recursively for
10444         forwarded messages as well.
10445         (gnus-article-browse-html-parts): Work when prefix arg is given.
10446         (gnus-article-browse-html-article): Doc fix.
10447
10448 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10449
10450         * message.el (message-default-mail-headers):
10451         (message-default-headers): Carry the value mail-default-headers over
10452         into message-default-mail-headers, rather than message-default-headers.
10453
10454 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10455
10456         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10457         charset.
10458
10459         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10460         charset into the <meta> tag when the article is encoded to utf-8.
10461
10462 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * gnus-art.el (gnus-article-browse-delete-temp-files):
10465         Delete directories as well.
10466         (gnus-article-browse-html-parts): Work for images that do not specify
10467         file names; delete temp directory when quitting; insert header at the
10468         right place; use file: scheme for image files.
10469
10470 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10471
10472         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10473         (gnus-article-browse-html-parts): Use it to make temporary cid image
10474         files in addition to html file so that browser may display them.
10475
10476 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10479
10480 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10481
10482         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10483
10484 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10485
10486         * auth-source.el (auth-sources): Change default to be simpler.
10487         Explain about Secret Service API sources.  Improve Customize options.
10488         (auth-source-pick): Change to accept any number of search parameters.
10489         Implement fallbacks iteratively, not recursively.  Add scoring on the
10490         second pass and sort by score.  Call Secret Service API when needed.
10491         (auth-source-user-or-password): Use it.  Call Secret Service API
10492         directly when needed to get the user name and the password.
10493
10494 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10495
10496         * message.el (message-interactive): Doc fix.
10497         (message-qmail-inject-args): Reflow.
10498         (message-kill-to-signature): Fix typo in docstring.
10499
10500         * smiley.el (smiley-buffer): Fix typo in docstring.
10501
10502 2010-03-24  Glenn Morris  <rgm@gnu.org>
10503
10504         * mail-source.el (gnus-message): Declare.
10505         (mail-source-delete-old-incoming): Require gnus-util.
10506
10507 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10510
10511         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10512
10513         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10514         password-cache's default if it is not bound.
10515         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10516         password-cache-expiry's default if it is not bound.
10517
10518         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10519         available in Emacs 21.
10520
10521         * lpath.el: Suppress compiler warnings for:
10522         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10523         XEmacs;
10524         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10525         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10526         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10527
10528 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10529
10530         * auth-source.el (auth-sources): Fix up definition so extra parameters
10531         are always inline.
10532
10533 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10534
10535         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10536         wasn't updated after mismatch.  Clear cached mailbox info correctly
10537         when uidvalidity changes.
10538         (nnimap-group-prefixed-name): New function to avoid some code
10539         duplication.
10540         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10541         (nnimap-request-group): Use it.
10542         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10543         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10544         with many imap folders.  This is done by caching the group status from
10545         the imap server persistently in a group parameter `imap-status'.  (This
10546         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10547         but not persistently, so every Gnus startup was still very slow.)
10548
10549 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10550
10551         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10552         delete the extra newline.  Otherwise editing of :string and :number
10553         types don't work.
10554
10555 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10556
10557         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10558         secrets.el dependency.
10559         (auth-sources): Add optional user name.  Add secrets.el configuration
10560         choice (unused right now).
10561
10562 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10563
10564         * gnus-sum.el (gnus-summary-make-menu-bar):
10565         Let `gnus-registry-install-shortcuts' fill in the functions.
10566
10567         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10568         warnings.
10569         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10570         (gnus-registry-install-shortcuts): Populate and use it in a
10571         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10572
10573 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10574
10575         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10576         In-place substitutions for the group name encoding/decoding.
10577         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10578         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10579         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10580         (nnimap-update-unseen, nnimap-request-list)
10581         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10582         (nnimap-request-set-mark, nnimap-split-to-groups)
10583         (nnimap-split-articles, nnimap-request-newgroups)
10584         (nnimap-request-create-group, nnimap-request-accept-article)
10585         (nnimap-request-delete-group, nnimap-request-rename-group)
10586         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10587         `encoded-mbx' for consistency.
10588         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10589         variable `imap-current-mailbox'.
10590
10591         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10592         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10593
10594 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10595
10596         * pop3.el (pop3-display-message-size-flag): Display message size byte
10597         counts during POP3 download.
10598         (pop3-movemail): Use it.
10599         (pop3-list): Implement listing of available messages.
10600
10601 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10602
10603         * nnir.el (nnir-get-article-nov-override-function): New function to
10604         override the normal NOV retrieval.
10605         (nnir-retrieve-headers): Use it.
10606
10607 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10608
10609         * auth-source.el (netrc-machine-user-or-password): Autoload.
10610
10611 2010-03-19  Glenn Morris  <rgm@gnu.org>
10612
10613         Stop message.el from loading about 40 libraries it doesn't always need.
10614         The general approach is to autoload rather than require, and to
10615         require in the specific functions rather than the file.  (Bug#5642)
10616
10617         * gmm-utils.el: Don't require wid-edit.
10618         (widget-create-child-value, widget-convert, widget-default-get):
10619         Autoload.
10620
10621         * gnus-util.el: Don't require time-date, netrc.
10622         (message-fetch-field, gnus-group-name-decode): Declare rather than
10623         autoloading.
10624         (gnus-fetch-field): Require message.
10625         (gnus-decode-newsgroups): Require gnus-group.
10626
10627         * ietf-drums.el: Don't require time-date.
10628
10629         * message.el: Don't require hashcash, canlock, ecomplete.
10630         Do require mail-utils.  Require nnheader only when compiling.
10631         (smtpmail-default-smtp-server): Remove declaration.
10632         (message-send-mail-function): Check smtpmail-default-smtp-server
10633         is bound rather than requiring smtpmail.
10634         (message-auto-save-directory, message-insert-signature):
10635         Use expand-file-name rather than nnheader-concat.
10636         (nnheader-insert-file-contents): Autoload.
10637         (hashcash-wait-async): Declare.
10638         (message-send-mail): Only call gnus-setup-posting-charset if
10639         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10640         (message-send-mail-with-sendmail): Require sendmail.
10641         (canlock-password, canlock-password-for-verify): Declare.
10642         (message-canlock-password): Require canlock.
10643         (nnheader-get-report): Autoload.
10644         (gnus-setup-posting-charset): Declare.
10645         (message-send-news): Require gnus-msg.
10646         (message-make-references, message-make-in-reply-to): Use mail-header-id
10647         rather than the alias mail-header-message-id.
10648         (ecomplete-add-item, ecomplete-save): Declare.
10649         (message-put-addresses-in-ecomplete): Require ecomplete.
10650         (ecomplete-display-matches): Autoload.
10651
10652         * mm-decode.el: Don't require mailcap, gnus-util.
10653         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10654         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10655         Autoload.
10656         (mailcap-mime-extensions): Declare.
10657
10658         * mm-encode.el: Don't require mailcap.
10659         (mailcap-extension-to-mime): Autoload.
10660
10661         * mml-sec.el: Don't require password-cache.
10662
10663         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10664         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10665         (mml-minibuffer-read-type): Require mailcap.
10666         (mml-preview): Require gnus-msg.
10667
10668         * mml1991.el: Require password-cache.
10669         (password-cache-expiry): Remove declaration.
10670
10671         * mml2015.el: Require password-cache.
10672         (password-cache-expiry): Remove declaration.
10673
10674         * nneething.el (mailcap): Require mailcap.
10675
10676         * nnheader.el (declare-function): Add compatibility stub.
10677         (message-remove-header): Declare rather than autoload.
10678         (nnheader-replace-header): Require message.
10679
10680         * nnimap.el (declare-function): Add compatibility stub.
10681         (netrc-parse, netrc-machine-user-or-password): Declare.
10682         (nnimap-open-connection): Require netrc.
10683
10684         * nntp.el (declare-function): Add compatibility stub.
10685         (netrc-parse, netrc-machine, netrc-get): Declare.
10686         (nntp-send-authinfo): Require netrc.
10687
10688         * rfc2047.el: Don't require qp.
10689         (quoted-printable-encode-region, quoted-printable-decode-string):
10690         Autoload.
10691
10692         * sieve-mode.el: Don't require easymenu.
10693         (easy-menu-add-item): Autoload it.
10694
10695         * spam-stat.el (time-to-number-of-days): Autoload it.
10696
10697 2010-03-19  Glenn Morris  <rgm@gnu.org>
10698
10699         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10700
10701 2010-03-18  Glenn Morris  <rgm@gnu.org>
10702
10703         * hashcash.el (declare-function): Remove duplicate definition.
10704
10705 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10706
10707         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10708         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10709         value if any backslash escapes).
10710
10711 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10714         if it is available.  (bug#5647)
10715
10716         * lpath.el: Suppress compiler warning for coding-system-from-name for
10717         Emacs 21 and XEmacs.
10718
10719 2010-03-14  Juri Linkov  <juri@jurta.org>
10720
10721         * hmac-def.el:
10722         * hmac-md5.el:
10723         * netrc.el: Fix keywords.
10724
10725 2010-02-26  Glenn Morris  <rgm@gnu.org>
10726
10727         * message.el (message-send-mail-function): Change the default, so that
10728         it inherits from a customized send-mail-function.  (Bug#5643)
10729
10730 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10731
10732         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10733         shell-command-to-string signals an error (bug#5299).
10734
10735 2010-02-24  Glenn Morris  <rgm@gnu.org>
10736
10737         * message.el (message-smtpmail-send-it)
10738         (message-send-mail-with-mailclient): Doc fixes.
10739
10740 2010-02-16  Glenn Morris  <rgm@gnu.org>
10741
10742         * message.el (message-default-mail-headers): Change the default value
10743         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10744
10745 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10748         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10749
10750 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10751
10752         * time-date.el (date-to-time): Doc fix (Bug#5408).
10753
10754 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10755
10756         * message.el (message-mail): Just pass yank-action on to message-setup.
10757         (message-setup): Handle (FUN . ARGS) form of yank-action.
10758         (message-with-reply-buffer, message-widen-reply)
10759         (message-yank-original): Handle non-buffer values of
10760         message-reply-buffer (Bug#4080).
10761         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10762
10763 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10764
10765         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10766         Fix typo in docstring.
10767
10768 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10769
10770         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10771         response.
10772
10773 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10776
10777         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10778
10779         * message.el (message-check-news-header-syntax): Protect against a
10780         string that `rfc822-addresses' returns when parsing fails.
10781
10782 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10785         (gnus-previous-char-property-change): New functions.
10786
10787         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10788
10789 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10790
10791         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10792         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10793
10794 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10795
10796         * message.el (message-exchange-point-and-mark): Rework last change to
10797         avoid using optional arg of exchange-point-and-mark, for backward
10798         compatibility.
10799
10800 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10801
10802         * message.el (message-exchange-point-and-mark):
10803         Call exchange-point-and-mark with an argument rather than setting
10804         mark-active by hand (Bug#5175).
10805
10806 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * nntp.el (nntp-service-to-port): Work for service expressed with
10809         numeric string; replace [:digit:] with [0-9] for XEmacs.
10810
10811 2009-12-17  Glenn Morris  <rgm@gnu.org>
10812
10813         * gnus-group.el (gnus-bug-group-download-format-alist):
10814         Change emacs entry to debbugs.gnu.org.  Bump :version.
10815
10816 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10819
10820 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * message.el (message-info): Explain why we use `Info-goto-node'.
10823
10824 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10827
10828 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10829
10830         * message.el (message-completion-in-region): New compatibility function.
10831         (message-expand-group): Use it.
10832
10833 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10836         with no unread article should be listed if the 2nd arg `predicate' is
10837         given.
10838
10839 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10842
10843 2009-11-29  Juri Linkov  <juri@jurta.org>
10844
10845         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10846         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10847         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10848
10849 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10850
10851         * sha1.el (sha1-string-external): default-directory "/" in case
10852         otherwise non-existent.  process-connection-type pipe for touch of
10853         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10854
10855 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10856
10857         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10858         it's comms related and sgml-mode.el has "comm" on that basis too.
10859
10860 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10863         containing tspecial characters if they have been already quoted.
10864
10865 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10866
10867         * dns-mode.el (auto-mode-alist): Purecopy string.
10868
10869 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10870
10871         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10872
10873 2009-10-24  Glenn Morris  <rgm@gnu.org>
10874
10875         * gnus-art.el (help-xref-stack-item): Define for compiler.
10876
10877 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10878
10879         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10880
10881 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10884
10885 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10888         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10889
10890 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10893         (gnus-overlays-in): New alias to overlays-in.
10894
10895         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10896         gnus-overlay-get, and gnus-delete-overlay.
10897         (gnus-summary-show-thread): Make it work as well for systems in which
10898         next-single-char-property-change is not available.
10899         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10900
10901         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10902         (gnus-overlay-get): New alias to extent-property.
10903         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10904
10905         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10906         SXEmacs.
10907
10908         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10909         SXEmacs.
10910
10911 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10912
10913         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10914
10915 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10916
10917         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10918         and XEmacs that don't have `remove-overlays'.
10919
10920 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10921
10922         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10923         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10924         selective display.  Use overlays instead.
10925
10926 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10927
10928         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10929
10930 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10931
10932         * spam-stat.el (spam-stat-load): Fix typo in message.
10933
10934 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10935
10936         * dig.el (dig-invoke): Fix typo in docstring.
10937         (query-dig): Reflow docstring.
10938
10939 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10940
10941         * gnus-art.el (gnus-article-encrypt-body):
10942         * message.el (message-check-recipients):
10943         * mm-util.el (mm-codepage-setup):
10944         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10945         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10946
10947 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10948
10949         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10950         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10951         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10952         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10953         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10954
10955 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10956
10957         * dig.el: Add "Keywords: comm", as per net-utils.el.
10958
10959 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10960
10961         * dig.el (dig-mode): Use define-derived-mode.
10962
10963 2009-09-19  Glenn Morris  <rgm@gnu.org>
10964
10965         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10966
10967 2009-09-18  Glenn Morris  <rgm@gnu.org>
10968
10969         * gnus-diary.el (gnus-diary-check-message):
10970         * message.el (message-insert-formatted-citation-line):
10971         * nnbabyl.el (top-level):
10972         * nndiary.el (nndiary-schedule):
10973         Fix typos in condition-case handlers.
10974
10975 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10978         configuration that provides the sole article window in a frame;
10979         position point correctly after deleting a part.
10980
10981 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10982
10983         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10984         (spam-resolve-registrations-routine): Use it to unregister articles
10985         that change status.
10986
10987 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10990         with XEmacs.
10991         (parse-time-string-chars): Use it.
10992
10993 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10994
10995         * imap.el (imap-interactive-login): Better messages.
10996         (imap-open): Fix bug with renamed buffer on reconnect.
10997         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10998         for easier debugging and cleaner code.  On successful (guessed based on
10999         server capabilities) secondary authentication, set imap-state
11000         correctly.
11001         (imap-last-authenticator): Define imap-last-authenticator as a variable
11002         to avoid warnings.
11003
11004 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * nnrss.el (nnrss-request-article): Remove binding of
11007         default-enable-multibyte-characters that has gotten needless by
11008         the 2007-07-13 change in rfc2047-encode-message-header.
11009
11010         * mml.el (mml-insert-multipart): Error on the message header.
11011         (mml-insert-part): Error on the message header; position point at
11012         the end of a MIME tag.
11013
11014 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * time-date.el (autoload): Expand define-obsolete-function-alias into
11017         defalias and make-obsolete for old Emacsen that Gnus supports.
11018         (with-no-warnings): Define it for old Emacsen.
11019         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11020         is available.
11021         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11022         float-time is available; suppress compile warning for time-to-seconds.
11023
11024         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11025         (gnus-float-time): Alias to float-time if it exists.
11026
11027         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11028         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11029         float-time is available; suppress compile warning for time-to-seconds.
11030
11031         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11032         XEmacs.
11033
11034 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11035
11036         * imap.el (imap-message-map): Docstring fix.
11037
11038 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11041         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11042         Add the optional argument `encoding' that overrides the default.
11043
11044         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11045         mm-encode-buffer.
11046
11047 2009-09-04  Glenn Morris  <rgm@gnu.org>
11048
11049         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11050         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11051         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11052         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11053         * mm-util.el (mm-with-unibyte-current-buffer)
11054         (mm-find-buffer-file-coding-system):
11055         * yenc.el (yenc-decode-region): Use default-value rather than
11056         default-enable-multibyte-characters.
11057
11058 2009-09-03  Glenn Morris  <rgm@gnu.org>
11059
11060         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11061         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11062         than default-enable-multibyte-characters.
11063
11064 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11065
11066         * gnus-art.el (gnus-article-read-summary-keys):
11067         Fix gnus-buffer-configuration's value temporarily used.
11068
11069 2009-09-02  Glenn Morris  <rgm@gnu.org>
11070
11071         * gnus-util.el (gnus-float-time): New function.
11072         * gnus-delay.el (gnus-delay-article):
11073         * gnus-sum.el (gnus-thread-latest-date):
11074         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11075         * nnspool.el (nnspool-request-newgroups):
11076         Use gnus-float-time rather than time-to-seconds.
11077         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11078
11079         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11080         (gnus-header-subject-face, gnus-header-newsgroups-face)
11081         (gnus-header-name-face, gnus-header-content-face):
11082         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11083         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11084         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11085         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11086         (gnus-cite-face-11):
11087         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11088         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11089         (gnus-server-closed-face, gnus-server-denied-face)
11090         (gnus-server-offline-face):
11091         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11092         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11093         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11094         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11095         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11096         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11097         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11098         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11099         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11100         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11101         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11102         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11103         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11104         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11105         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11106         (gnus-summary-high-undownloaded-face)
11107         (gnus-summary-low-undownloaded-face)
11108         (gnus-summary-normal-undownloaded-face)
11109         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11110         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11111         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11112         (gnus-splash-face):
11113         * message.el (message-header-to-face, message-header-cc-face)
11114         (message-header-subject-face, message-header-newsgroups-face)
11115         (message-header-other-face, message-header-name-face)
11116         (message-header-xheader-face, message-separator-face)
11117         (message-cited-text-face, message-mml-face):
11118         * sieve-mode.el (sieve-control-commands-face)
11119         (sieve-action-commands-face, sieve-test-commands-face)
11120         (sieve-tagged-arguments-face):
11121         * spam.el (spam-face):
11122         Mark face aliases with "-face" in the name as obsolete.
11123
11124 2009-09-01  Glenn Morris  <rgm@gnu.org>
11125
11126         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11127         than goto-line.
11128
11129 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11132         Don't move point if the command is invoked inside the message header.
11133
11134 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11135
11136         * imap.el (imap-send-command): Simplify.
11137         (imap-wait-for-tag): point-max -> buffer-size.
11138
11139 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11140
11141         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11142         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11143         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11144         * nnir.el (nnir-swish-e-index-file):
11145         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11146         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11147         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11148         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11149         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11150         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11151
11152 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11155         Don't save excursion.
11156
11157 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11158
11159         * nnheader.el (nnheader-find-file-noselect):
11160         * mm-util.el (mm-insert-file-contents):
11161         Use (default-value 'major-mode) instead of default-major-mode.
11162
11163 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11164
11165         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11166
11167 2009-08-26  Glenn Morris  <rgm@gnu.org>
11168
11169         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11170         than placing in files.el.
11171
11172 2009-08-25  Glenn Morris  <rgm@gnu.org>
11173
11174         * nnir.el (top-level): Don't require cl at run-time.
11175         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11176         Replace cl-function substitute with gnus-replace-in-string.
11177         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11178         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11179         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11180         simplified expansions.
11181
11182 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11183
11184         * dig.el (dig): Add autoload cookie.
11185
11186 2009-08-22  Glenn Morris  <rgm@gnu.org>
11187
11188         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11189         goto-line.
11190
11191 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11192
11193         * parse-time.el (parse-time-string-chars): Save match data.
11194
11195 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11196
11197         * parse-time.el (parse-time-string-chars): Compute using character
11198         classes, to handle non-ascii characters (Bug#3190).
11199
11200 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11203
11204         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11205         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11206         (gnus-mm-display-part, gnus-mime-display-single)
11207         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11208         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11209
11210         * gnus-sum.el
11211         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11212         (gnus-summary-move-article): Add expirable mark to articles copied or
11213         moved to group that has auto-expire turned on if the option is non-nil.
11214
11215 2009-07-24  Glenn Morris  <rgm@gnu.org>
11216
11217         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11218         Fix typo.  (Bug#3903)
11219
11220 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11223         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11224         that should not be used for draft articles.
11225         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11226         that has no concern in minor mode keys.
11227         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11228         Abolish.
11229
11230 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11233         article without making inquiry to a user for unknown encoding.
11234
11235         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11236         (nnmaildir--scan): Assume i-node and device number that file-attributes
11237         returns might be cons-cell.
11238
11239         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11240
11241         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11242
11243 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11244
11245         * auth-source.el: Remove docs now in auth.texi.  Don't use
11246         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11247         `auth-source-hide-passwords' and use them.
11248
11249 2009-07-15  Glenn Morris  <rgm@gnu.org>
11250
11251         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11252
11253 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11256         excessive whitespace from the default values of title and description.
11257
11258 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11261         mail-fetch-field to fetch Content-Description header in order to
11262         exclude newlines.
11263
11264 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11265
11266         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11267         format used by GnuPG 2.0.11.
11268
11269 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11272         to deleted part.
11273
11274 2009-05-30  David Engster  <dengste@eml.cc>
11275
11276         * nnmairix.el: Remove old documentation in the commentary block.
11277         (nnmairix-request-group): Do not update active file for nnml back ends.
11278         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11279         end so that overview files are ignored.
11280         (nnmairix-update-groups): Make updating the groups more robust by using
11281         marks.
11282         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11283         with dollar characters in message-id.
11284
11285 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11288         2008-12-25 in dns.el.
11289
11290 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11291
11292         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11293         could happen if the text is only composed of spaces and/or tabs.
11294
11295 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11296
11297         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11298         when sending a queued message to avoid extra mml tags.
11299
11300 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11303
11304 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11307         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11308         rmail-toggle-header for XEmacs;
11309         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11310
11311 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * gnus-dired.el: Remove autoload for gnus-setup-message.
11314         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11315         displaying Gnus logo; always use compose-mail.
11316
11317 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11320
11321 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11324         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11325         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11326         available.
11327         (gnus-nocem-epg-verify): New function.
11328
11329 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11332
11333 2009-02-15  Glenn Morris  <rgm@gnu.org>
11334
11335         * gnus-util.el (rmail-insert-rmail-file-header)
11336         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11337         autoloads.
11338         (rmail-default-rmail-file): Remove unnecessary declaration.
11339         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11340
11341 2009-02-14  Glenn Morris  <rgm@gnu.org>
11342
11343         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11344         variable (only used in gnus-util, which declares it anyway).
11345         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11346         which was only needed by gnus-art (changed to not use it any more).
11347         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11348         only used in gnus-util, which autoloads it itself.
11349         (rmail-update-summary): Fix autoload.
11350
11351         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11352         rather than rmail-output-to-rmail-file.
11353
11354 2009-02-07  Glenn Morris  <rgm@gnu.org>
11355
11356         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11357         autoload of function that no longer exists.
11358         (rmail-toggle-header): Declare.
11359         (message-forward-rmail-make-body): Handle mbox Rmail.
11360
11361 2009-01-31  Glenn Morris  <rgm@gnu.org>
11362
11363         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11364         2009-01-09 change.
11365
11366 2009-01-31  Dave Love  <fx@gnu.org>
11367
11368         * imap.el (imap-fetch-safe): Bind debug-on-error.
11369         (imap-debug): Add imap-fetch-safe.
11370
11371 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11372
11373         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11374         (auth-source-forget-all-cached): New convenience function.
11375         (auth-source-user-or-password): Accept list of modes or a single mode.
11376
11377         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11378         auth-source modes.
11379
11380         * netrc.el (netrc-machine-user-or-password): Use list of
11381         auth-source modes.
11382
11383         * nnimap.el (nnimap-open-connection): Use list of
11384         auth-source modes.
11385
11386         * nntp.el (nntp-send-authinfo): Use list of
11387         auth-source modes.
11388
11389 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11390
11391         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11392         now.
11393
11394 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11397         coding system in XEmacs; add a workaround for XEmacs.
11398
11399         * lpath.el: Fbind coding-system-aliasee.
11400
11401 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11402
11403         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11404         of current-language-environment.
11405
11406 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11409         available at runtime.
11410
11411 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11414
11415 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11416
11417         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11418         the greatest positive fixnum value doesn't work under an XEmacs with
11419         bignum support; use the most-positive-fixnum constant instead,
11420         available since Emacs 21.1 with cl and XEmacs 21.1.
11421
11422 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11425         XEmacs gets not to work.
11426
11427 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * mm-util.el (mm-coding-system-priorities): Allow the value like
11430         "Japanese (UTF-8)" of current-language-environment.
11431
11432 2009-01-09  Glenn Morris  <rgm@gnu.org>
11433
11434         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11435         with last-command-event.
11436
11437 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11440         in the doc string.
11441
11442         * message.el (message-fix-before-sending): Amend comment.
11443
11444 2009-01-08  Dave Love  <fx@gnu.org>
11445
11446         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11447
11448 2009-01-07  David Engster  <dengste@eml.cc>
11449
11450         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11451         simplified server definitions by converting it via
11452         gnus-server-to-method.
11453
11454 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11457         parameter's operands.
11458
11459 2009-01-06  David Engster  <dengste@eml.cc>
11460
11461         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11462         primary select method (for gnus-group-mark-article-as-read).
11463
11464 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11465
11466         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11467         `(gnus)Face', not `(gnus)X-Face'.
11468
11469 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * mm-util.el (mm-ucs-to-char): New function.
11472
11473         * mm-url.el (mm-url-decode-entities): Use it.
11474
11475         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11476         unicode-to-char.
11477
11478 2009-01-05  Dave Love  <fx@gnu.org>
11479
11480         * time-date.el: Require cl for `declare'.
11481
11482 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11483
11484         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11485         Dave Love.
11486
11487 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * message.el (message-fix-before-sending): Add `eight-bit' to
11490         illegible-text check.
11491
11492 2009-01-03  Michael Olson  <mwolson@gnu.org>
11493
11494         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11495         `headers' is nil.  This can occur if the IMAP server does not have
11496         permissions to read messages from a folder, but can write new messages
11497         to the folder.
11498         (nnimap-request-article-part): Do not insert `data' if it is nil.
11499
11500         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11501         characters which will confuse `read', so skip past them.
11502
11503 2009-01-01  Dave Love  <fx@gnu.org>
11504
11505         * imap.el (imap-string-to-integer): Fix typo.
11506         (imap-fetch-safe): New function.
11507         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11508
11509         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11510
11511         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11512         (imap-parse-greeting): Fix doc strings.
11513         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11514         (imap-parse-flag-list): Make messages unique.
11515         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11516
11517         * nnimap.el: Fix author email.
11518         (nnimap-split-rule): Add FIXME comment.
11519         (nnimap-debug): Fix doc string.
11520
11521 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11524
11525 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11528         nslookup if resolv.conf isn't available.
11529         (dns-query): Rename from query-dns.
11530         (dns-query-cached): Rename from query-dns-cached.
11531
11532 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11535         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11536         to check if those variables exist (first appeared in Emacs 18.50).
11537
11538 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * mm-util.el (mm-line-number-at-pos): New function.
11541
11542         * spam-report.el (spam-report-process-queue): Use it.
11543
11544 2008-12-24  David Engster  <dengste@eml.cc>
11545
11546         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11547         parameters that haven't existed as variables as buffer-local variables.
11548
11549 2008-12-23  Dave Love  <fx@gnu.org>
11550
11551         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11552         cadar.
11553
11554         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11555         imap-starttls-p.
11556         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11557
11558 2008-12-22  Dave Love  <fx@gnu.org>
11559
11560         * imap.el: Fix author email.  Doc fixes.
11561         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11562         reply.
11563
11564 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11565
11566         * spam-report.el (spam-report-gmane-max-requests): New constant.
11567         (spam-report-gmane-wait): New variable.
11568         (spam-report-gmane-ham, spam-report-gmane-spam)
11569         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11570         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11571         the server.
11572
11573         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11574         Add explanations.
11575
11576         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11577         nnheader-accept-process-output and nnheader-read-timeout if available.
11578         (pop3-movemail): Use it.
11579
11580         * message.el (message-check-news-body-syntax): Fix signature check if
11581         there's an attachment.
11582
11583 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * mm-util.el: Add comments to the mm- emulating functions.
11586
11587 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11590         Reported by Stephen Berman <stephen.berman@gmx.net>.
11591
11592 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * mm-util.el (mm-substring-no-properties): New function.
11595         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11596         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11597         (mm-string-to-multibyte): Doc fix.
11598
11599         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11600
11601 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * mml.el (mml-attach-file): Strip text properties from file name.
11604         (Bug#1574)
11605
11606 2008-12-16  Glenn Morris  <rgm@gnu.org>
11607
11608         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11609
11610 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11613         knows since the charset specified might be a bogus alias that
11614         mm-charset-synonym-alist provides.
11615
11616 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11619         "ISO_8859-1".
11620
11621         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11622
11623 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * mm-util.el (mm-charset-eval-alist):
11626         Define it before mm-charset-to-coding-system.
11627         (mm-charset-to-coding-system): Add optional argument `silent';
11628         define it before mm-charset-override-alist.
11629         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11630         default value if it can be used in Emacs currently running;
11631         silence mm-charset-to-coding-system.
11632
11633 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11636         `allow-override' which says whether to use `mm-charset-override-alist'.
11637         (rfc2047-decode-encoded-words): Use it.
11638
11639         * mm-util.el (mm-charset-override-alist): Fix custom type;
11640         add `(gb2312 . gbk)' to choices.
11641
11642 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11645         fast.
11646
11647         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11648
11649         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11650
11651 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11652
11653         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11654         on links.
11655
11656         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11657
11658 2008-12-03  Lute Kamstra  <lute@gnu.org>
11659
11660         * sha1.el: Remove leading * from docstrings of defcustoms,
11661         deffaces, defconsts and defuns.
11662
11663 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11666         users' addresses that don't have domain parts.
11667         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11668         rather than message-narrow-to-head since there will be the message
11669         header separator.
11670
11671 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11672
11673         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11674         since the result is inserted in a unibyte buffer anyway.
11675         (nnimap-demule-use-string-to-multibyte): Remove.
11676         (nnimap-demule): Alias it to mm-string-to-multibyte.
11677
11678 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11681         variable for debugging bug#464 and bug#1174.
11682         (nnimap-demule): Use it.
11683
11684 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11685
11686         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11687         score calculation correctly.
11688
11689 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11690
11691         * message.el (message-send-mail): Just set the buffer to unibyte
11692         rather than use mm-with-unibyte-current-buffer which does a lot more.
11693         (message-send-mail-partially): Don't bother with
11694         mm-with-unibyte-current-buffer since it's already been made unibyte by
11695         message-send-mail.
11696
11697 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11698
11699         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11700
11701 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11702
11703         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11704
11705 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11708         require itself and to remove `with-no-warnings'.
11709
11710 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11711
11712         * starttls.el (starttls-any-program-available): Get the name of the
11713         available TLS layer program.
11714         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11715         well as the host name in the "opening" message.
11716
11717         * auth-source.el (auth-source-cache, auth-source-do-cache)
11718         (auth-source-user-or-password): Cache passwords and logins by default,
11719         allow override with `auth-source-do-cache'.
11720         (auth-source-forget-user-or-password): Allow users to remove cache
11721         entries if needed.
11722
11723 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11724
11725         * md4.el (md4-buffer): Fix typo in docstring.
11726         (md4, md4-64): Doc fixes.
11727         (md4-pack-int32): Reflow docstring.
11728
11729 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11730
11731         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11732         condition-case to only the forward-sexp call.
11733
11734 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11735
11736         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11737         quotes contained.  Make it more robust regardless by an extra
11738         condition-case wrapper.
11739
11740 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11743
11744 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * nnml.el (nnml-request-expire-articles): Check if the function set to
11747         `nnmail-expiry-target' returns the symbol `delete'.
11748
11749         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11750
11751         * nnmail.el (nnmail-expiry-target): Fix custom type.
11752
11753 2008-10-02  Glenn Morris  <rgm@gnu.org>
11754
11755         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11756         Silence compiler warning.
11757
11758 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11759
11760         * tls.el (open-tls-stream): Show the actual command being
11761         executed, instead of the format string.
11762
11763 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * lpath.el: Fbind codepage-setup for Emacs 23.
11766
11767 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11768
11769         * mml.el (mml-menu): Don't assume mml2015 is bound.
11770
11771 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11774         exists.
11775
11776 2008-09-27  Glenn Morris  <rgm@gnu.org>
11777
11778         * gnus-util.el (mail-header-remove-comments): Autoload it.
11779
11780 2008-09-27  Andreas Schwab  <schwab@suse.de>
11781
11782         * gnus-util.el (gnus-split-references): Strip comments.
11783         (gnus-parent-id): Likewise.
11784
11785 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11786
11787         * message.el (message-confirm-send): Fix version.
11788
11789 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * message.el (message-idna-to-ascii-rhs-1): Use
11792         mail-extract-address-components rather than mail-header-parse-addresses
11793         that is an alias by default to ietf-drums-parse-addresses that does not
11794         support non-ASCII names in headers' contents.
11795
11796 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11797
11798         * message.el (message-confirm-send): Fix variable documentation to
11799         avoid the "y/n" wording.
11800
11801 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11802
11803         * message.el (message-set-auto-save-file-name): Save to a different
11804         filename so multiple messages (especially drafts) can be recovered.
11805
11806 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11807
11808         * message.el (message-confirm-send): Add appropriate version.
11809
11810 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11811
11812         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11813         defvar.
11814
11815 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11816
11817         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11818         (mm-pkcs7-enveloped-magic): Ditto.
11819
11820 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11821
11822         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11823         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11824
11825 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11826
11827         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11828         default, it's better.
11829
11830 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11831
11832         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11833         summary line gnus-number property and ignore them (with a warning
11834         message).
11835
11836 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11839         macro caddr in the interactive form since it won't be expanded.
11840
11841 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11844         `charset'; fix name of function called recursively.
11845         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11846
11847 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11850         (gnus-mime-set-charset-parameters): New function.
11851         (gnus-mime-view-part-as-charset): Use it to correctly display part
11852         specifying wrong charset.
11853
11854 2008-09-08  David Engster  <dengste@eml.cc>
11855
11856         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11857         in completing-read for back end server.
11858
11859 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11860
11861         * message.el (message-confirm-send): New variable to confirm sending a
11862         message.
11863         (message-send): Use it.
11864
11865 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11866
11867         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11868
11869 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11872
11873 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11874
11875         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11876         prevent tracking too many groups.
11877         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11878         Use it.
11879
11880 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11881
11882         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11883         moving point to the bottom of the window in order to avoid recentering.
11884
11885 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11888
11889         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11890         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11891         (gnus-article-beginning-of-window): Fix calculation.
11892
11893 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * gnus-msg.el (gnus-summary-supersede-article)
11896         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11897         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11898         message header.
11899
11900 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11901
11902         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11903         pending output coming after the status change.
11904
11905 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11906
11907         * message.el:
11908         * gnus-start.el:
11909         * gnus-registry.el: Remove VMS support.
11910
11911 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11914         macro.
11915         (rfc2104-hash): Use it.
11916
11917 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11920         (gnus-summary-sort-by-most-recent-date): New commands.
11921         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11922         and menu entries.
11923
11924 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11927         don't redisplay article for raw contents; remove plural articles stuff.
11928
11929         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11930         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11931         on gnus-summary-save-article; display results properly.
11932
11933 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * lpath.el: No need to fbind ns-focus-frame.
11936
11937 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11940
11941 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * gnus-art.el (gnus-summary-save-in-pipe):
11944         Consider gnus-save-all-headers.
11945
11946 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11947
11948         * gnus-util.el (ns-focus-frame): Remove declaration.
11949         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11950         like x.
11951
11952 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11953
11954         * rfc2104.el (rfc2104-zero): Delete defconst.
11955         (rfc2104-hex-alist): Likewise.
11956         (rfc2104-hex-to-int): Delete func.
11957         (rfc2104-hexstring-to-bitstring): Likewise.
11958         (rfc2104-nybbles): New defconst.
11959         (rfc2104-hash): Rewrite for speed.
11960
11961 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * tls.el (open-tls-stream): Make it work with the 2nd argument
11964         BUFFER that is a string but does not exist as a buffer object, as
11965         mentioned in the doc-string.
11966
11967 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11970         SXEmacs.
11971
11972 2008-07-16  Glenn Morris  <rgm@gnu.org>
11973
11974         * gnus-util.el (ns-focus-frame): Declare for compiler.
11975
11976 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11979         set as a group parameter.
11980         (gnus-summary-save-in-pipe): Work when it is called independently.
11981         (gnus-summary-pipe-to-muttprint): Don't modify
11982         gnus-summary-pipe-output-default-command.
11983
11984 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11985
11986         * message.el (message-send-mail-with-sendmail):
11987         Display the error message.
11988
11989 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * gnus-art.el (gnus-default-article-saver):
11992         Add gnus-summary-save-in-pipe to choices.
11993         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11994         gnus-summary-pipe-output-default-command as the default command.
11995         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11996         instead of gnus-last-shell-command.
11997
11998         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11999         New user option.
12000         (gnus-summary-muttprint-program): Mention the value will be changed.
12001         (gnus-summary-save-article): Force showing of all headers.
12002         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12003
12004 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12005
12006         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12007
12008 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12009
12010         * nnimap.el (nnimap-id):
12011         * sieve-manage.el (sieve-manage-open): Doc fixes.
12012
12013 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12014
12015         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12016         if available.
12017
12018 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12019
12020         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12021
12022         * nnkiboze.el (nnkiboze-generate-group):
12023         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12024
12025         * nnmairix.el: Require CL.
12026
12027 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * dgnushack.el: Autoload get-display-table and put-display-table for
12030         XEmacs 21.5.
12031
12032         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12033         21.4 and SXEmacs.
12034
12035 2008-06-15  David Engster  <dengste@eml.cc>
12036
12037         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12038
12039 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12040
12041         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12042         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12043         runtime choice under XEmacs.
12044
12045         * gnus-sum.el (gnus-summary-set-display-table):
12046         Use `gnus-put-display-table', `gnus-get-display-table',
12047         `gnus-set-display-table' for the display table, instead of `aset'.
12048
12049         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12050         Use `gnus-put-display-table', `gnus-get-display-table',
12051         `gnus-set-display-table' for the display table.
12052
12053 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * nnmairix.el: Add autoloads.
12056
12057 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12058
12059         * nnmairix.el (nnmairix-delete-recreate-group)
12060         (nnmairix-update-and-clear-marks): Fix error messages.
12061
12062 2008-06-14  David Engster  <dengste@eml.cc>
12063
12064         * nnmairix.el: Upgrade to version 0.6.
12065         (nnmairix-group-toggle-propmarks-this-group)
12066         (nnmairix-group-toggle-readmarks-this-group)
12067         (nnmairix-group-delete-recreate-this-group)
12068         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12069         (nnmairix-remove-tick-mark-original-article): New commands.
12070         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12071         (nnmairix-propagate-marks-to-nnmairix-groups)
12072         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12073         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12074         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12075         functions needed for marks propagation and manipulation of read marks.
12076         (nnmairix-update-groups): New function.
12077         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12078         (nnmairix-determine-original-group-from-registry)
12079         (nnmairix-determine-original-group-from-path)
12080         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12081         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12082         New helper functions.
12083         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12084         keystrokes for new commands.
12085         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12086         (nnmairix-request-group): Check allow-fast group parameter.
12087         (nnmairix-request-create-group): Set allow-fast group parameter if
12088         nnmairix-allowfast-default is set.
12089         (nnmairix-close-group): Propagate marks upon closing if needed.
12090         (nnmairix-group-toggle-threads-this-group): Use new.
12091         nnmairix-group-toggle-parameter helper function.
12092         (nnmairix-search): Better check for empty search result.
12093         (nnmairix-goto-original-article): Use new helper functions for
12094         determining original article.
12095         (nnmairix-show-original-article): Make sure message-id is in brackets.
12096         (nnmairix-call-mairix-binary): Change variable name.
12097         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12098         helper function.
12099         (nnmairix-widget-toggle-activate): Fix doc string.
12100
12101 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * nnir.el: Require edmacro when compiling with XEmacs.
12104         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12105         available in Emacs 21.
12106
12107 2008-06-11  Glenn Morris  <rgm@gnu.org>
12108
12109         * gnus-util.el (x-focus-frame):
12110         * gnus.el (image-size):
12111         * mm-decode.el (image-size): Declare.
12112
12113         * gnus-picon.el (declare-function): Add compat definition.
12114         (image-size): Declare.
12115
12116         * gnus-group.el (tool-bar-map):
12117         * gnus-sum.el (tool-bar-map): Define for compiler.
12118
12119         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12120
12121         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12122
12123         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12124         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12125         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12126         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12127         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12128         * sieve-manage.el, spam-report.el, spam.el:
12129         Remove unnecessary eval-and-compile of autoloads.
12130
12131 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12132
12133         * auth-source.el: Precise Tramp doc.
12134
12135 2008-06-07  Glenn Morris  <rgm@gnu.org>
12136
12137         * nnmairix.el: Remove unnecessary eval-when-compile.
12138
12139 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * lpath.el: Fbind propertize for XEmacs 21.4.
12142
12143 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12144
12145         * nnir.el: Move here from ../contrib.
12146
12147 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12148
12149         * gnus-util.el (gnus-read-shell-command): New function.
12150         * mm-decode.el (mm-pipe-part):
12151         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12152
12153 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12156
12157 2008-06-03  Glenn Morris  <rgm@gnu.org>
12158
12159         * pop3.el (nnheader-accept-process-output): Autoload it.
12160
12161 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12164         are not 2-digit hexadecimal characters that follow `%'s.
12165
12166 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * message.el (message-bogus-recipient-p): Fix type in doc string.
12169         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12170         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12171         Improve custom options.
12172         (message-bogus-recipient-p): Adjust accordingly.
12173
12174 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12175
12176         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12177         long-form month and day names.
12178
12179 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * dgnushack.el: Autoload debug, eudc-expand-inline and
12182         pgg-snarf-keys-region for XEmacs.
12183
12184         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12185
12186         * nnmairix.el: Require edmacro when compiling with XEmacs.
12187
12188 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12189
12190         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12191         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12192
12193 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12194
12195         * auth-source.el: Add more docs.
12196
12197         * netrc.el (netrc-machine): Always match if the port is not given.
12198
12199 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12200
12201         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12202         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12203         retrieval faster in some cases, but might make CPU usage larger.
12204         If this has any bad side effects, we might revert this change.
12205
12206         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12207         seems to make mail retrieval much, much faster.
12208         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12209         unconditionally.
12210
12211         * gnus-draft.el (gnus-group-send-queue):
12212         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12213
12214 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12215
12216         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12217
12218         * message.el (message-bogus-address-regexp): Fix and improve custom
12219         type.
12220         (message-setup-hook): Add message-check-recipients as custom option.
12221
12222 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * message.el (message-cite-function): Remove bogus autoload which crept
12225         in during merge from v5-10.
12226
12227 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12228
12229         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12230
12231         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12232
12233         * auth-source.el: Preliminary Tramp docs.
12234         (auth-sources): Change the default auth-sources to use
12235         EPA .gpg files.
12236
12237 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12238
12239         * nntp.el: Autoload `auth-source-user-or-password'.
12240         (nntp-send-authinfo): Use it.
12241
12242         * nnimap.el: Autoload `auth-source-user-or-password'.
12243         (nnimap-open-connection): Use it.
12244
12245         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12246         for the gnus-message function.
12247         (auth-source-user-or-password): Use it.
12248
12249 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12250
12251         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12252         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12253         (rfc2104-hash): Use it.
12254
12255 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12256
12257         * gnus-art.el (gnus-article-toggle-truncate-lines):
12258         Don't use `iff' in docstring.
12259
12260 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12261
12262         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12263
12264         * gnus-util.el (gnus-extract-address-component-name)
12265         (gnus-extract-address-component-email): Convenience functions around
12266         `gnus-extract-address-components'.
12267
12268         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12269         Use `gnus-extract-address-component-email' to fix bug of comparing full
12270         sender name to `user-mail-address'.
12271
12272 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12273
12274         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12275         catch/throw to optimize.
12276         (gnus-registry-find-keywords): Just use member to find a keyword.
12277
12278 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12279
12280         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12281         is current before calling gnus-server-prepare.
12282         (gnus-server-setup-buffer, gnus-server-update-server)
12283         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12284
12285 2008-05-04  Juri Linkov  <juri@jurta.org>
12286
12287         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12288         (mailcap-file-default-commands): Use mailcap-replace-in-string
12289         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12290         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12291
12292 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12293
12294         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12295
12296 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12297
12298         * gnus.el: Bump version to 0.11.
12299
12300 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12301
12302         * gnus.el: No Gnus v0.10 is released.
12303
12304 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12305
12306         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12307         hooks.
12308         (gnus-update-read-articles): Speed up non-marks-using users.
12309         (gnus-use-marks): Define gnus-use-marks.
12310         (gnus-propagate-marks): Rename variable to something more sensible.
12311
12312 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12313
12314         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12315         (gmm-image-load-path-for-library): Fix typos in docstrings.
12316         (gmm-message): Reflow docstring.
12317
12318 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12319
12320         * mail-source.el (mail-source-set-1, mail-source-bind):
12321         Move auth-source code out of the macro to clean it up and fix bugs.
12322
12323 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12324
12325         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12326         by sender if it's equal to user-mail-address, it's likely to be
12327         useless.
12328
12329         * mail-source.el (mail-source-bind): Don't use user or password if they
12330         are not bound.  Unintern them if they are nil.  Don't use server unless
12331         it's bound, and default it to empty string otherwise.
12332
12333 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12334
12335         * mail-source.el: Load auth-source.el.
12336         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12337         get user name or password, if auth-sources is set up.
12338
12339         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12340         strategy of splitting with parent.
12341         (gnus-registry-split-fancy-with-parent)
12342         (gnus-registry-post-process-groups): Use it and fix prior
12343         bug (returning a list as the split result).
12344
12345         * auth-source.el (auth-sources): Remove server parameter.
12346         (auth-source-pick, auth-source-user-or-password)
12347         (auth-source-user-or-password-imap)
12348         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12349         (auth-source-user-or-password-sftp)
12350         (auth-source-user-or-password-smtp): Remove server parameter.
12351
12352 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12353
12354         * smime.el (smime-sign-region, smime-encrypt-region)
12355         (smime-decrypt-region):
12356         Remove redundant calls to `generate-new-buffer-name'.
12357
12358 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12359
12360         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12361         Don't use QP for message/rfc822.
12362         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12363
12364 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12365
12366         * sieve-manage.el (sieve-string-bytes): Remove.
12367         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12368         correct byte-length only if the process's coding-system is the same as
12369         the one used internally by Emacs to represent strings.
12370
12371 2008-04-22  Juri Linkov  <juri@jurta.org>
12372
12373         * mailcap.el (mailcap-file-default-commands): New function.
12374
12375 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12376
12377         * message.el (message-signature-separator, message-cite-function):
12378         Change custom version.
12379
12380 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12381
12382         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12383         commands.
12384         (tls-checktrust): Ditto.
12385
12386 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12387
12388         * mm-decode.el (mm-display-external): Make temp file read-only.
12389
12390 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12391
12392         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12393         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12394         `C-c C-f d'.
12395
12396 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12397
12398         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12399
12400 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * gnus.el: Bump version to 0.9.
12403
12404 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12405
12406         * gnus.el: No Gnus v0.8 is released.
12407
12408 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12409
12410         * mail-source.el (mail-source-value):
12411         Prefer fboundp to functionp so it works with macros as well.
12412
12413 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12414
12415         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12416         Fix last change in case the element is not even a symbol.
12417
12418 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12419
12420         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12421         Prefer fboundp to functionp so it works with macros as well.
12422
12423 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12424
12425         * auth-source.el: Add docs.
12426         (auth-sources): Modify format to support server.
12427         (auth-source-pick, auth-source-user-or-password)
12428         (auth-source-user-or-password-imap)
12429         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12430         (auth-source-user-or-password-sftp)
12431         (auth-source-user-or-password-smtp): Add server parameter.
12432
12433 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12434
12435         * gnus-registry.el: Initialize the registry when gnus-registry-install
12436         is t.
12437
12438 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * compface.el (uncompface): Make buffer unibyte.
12441
12442 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12443
12444         * mail-source.el (mail-source-value):
12445         Prefer fboundp to functionp so it works with macros as well.
12446
12447 2008-04-05  Glenn Morris  <rgm@gnu.org>
12448
12449         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12450
12451 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12452
12453         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12454         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12455
12456         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12457         multibyteness after rather than before erasing it.
12458
12459         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12460         mm-with-multibyte.
12461         (gnus-request-article-this-buffer): Make sure the proper decoding is
12462         used if gnus-original-article-buffer happens to be unibyte.
12463
12464         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12465         default-enable-multibyte-characters.
12466
12467         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12468         default-enable-multibyte-characters.
12469
12470         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12471
12472         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12473
12474 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12475
12476         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12477         Fix last change in case the element is not even a symbol.
12478
12479 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12480
12481         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12482         (imap-message-copyuid-1): Use it.
12483         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12484         J. Williams in
12485         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12486
12487         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12488         imap-enable-exchange-bug-workaround.
12489         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12490
12491 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12492
12493         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12494         a 100 byte status-checks into a 2-3MB transfer for each group.
12495         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12496         to enable bug workaround or not.
12497         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12498
12499 2008-03-31  Glenn Morris  <rgm@gnu.org>
12500
12501         * message.el (mml2015-use): Declare for compiler.
12502         (message-info): Require mml2015 when appropriate.
12503
12504 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12507         whitespace.
12508
12509 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12510
12511         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12512         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12513         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12514         (nntp-service-to-port): New function.
12515         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12516         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12517         (nntp-open-netcat-stream): New function.
12518         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12519
12520 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12521
12522         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12523
12524 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12525
12526         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12527
12528 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12529
12530         * dns.el (dns-write): Use set-buffer-multibyte.
12531
12532 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12533
12534         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12535
12536 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12537
12538         * message.el (message-signature-separator): Change default.
12539         Improve custom type.
12540         (message-cite-function): Change default to
12541         message-cite-original-without-signature.
12542
12543         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12544         toggle.
12545
12546         * message.el (message-check-news-body-syntax): Fix signature check.
12547         (message-setup-1): Mark buffer as unmodified _after_ running
12548         message-setup-hook and handling message-alternative-emails.
12549         (message-shorten-references): Be more strict when building list of
12550         valid references to comply with GNKSA.
12551
12552         * gnus-group.el (gnus-read-ephemeral-bug-group)
12553         (gnus-read-ephemeral-debian-bug-group)
12554         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12555
12556         * message.el (message-info): Don't use booleanp which isn't supported
12557         in Emacs 21 and XEmacs.
12558
12559 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12562         gnus-group-gmane-group-download-format.
12563         (gnus-group-read-ephemeral-gmane-group): Rename from
12564         gnus-group-read-ephemeral-gmane-group.
12565         (gnus-read-ephemeral-gmane-group-url): Rename from
12566         gnus-group-read-ephemeral-gmane-group-url.
12567         (gnus-bug-group-download-format-alist): New variable.
12568         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12569         (gnus-read-ephemeral-emacs-bug-group): New commands.
12570
12571 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12574         (gnus-visible-headers): Improve custom type.
12575
12576 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * mml.el (mml-menu): Add workarounds for XEmacs.
12579
12580         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12581         X-Boundary header.
12582
12583         * message.el (message-simplify-recipients): Fix previous commit.
12584
12585 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12586
12587         * mm-util.el (mm-set-buffer-multibyte): New function.
12588         * mm-decode.el (mm-copy-to-buffer): Use it.
12589
12590         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12591         Prefer fboundp to functionp so it works with macros as well.
12592
12593 2008-03-19  Glenn Morris  <rgm@gnu.org>
12594
12595         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12596         Accidentally removed in the sync process with Emacs.
12597
12598 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12599
12600         * message.el (message-alter-recipients-discard-bogus-full-name):
12601         New function.
12602         (message-alter-recipients-function): New variable.
12603         (message-get-reply-headers): Use it.
12604         (message-replace-header): New helper function.
12605         (message-recipients-without-full-name): New variable.
12606         (message-simplify-recipients): New command.
12607
12608         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12609
12610         * message.el (message-info): Handle EasyPG manual.
12611
12612         * mml.el (mml-menu): Add entry for EasyPG.
12613
12614 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12615
12616         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12617         parameter.
12618
12619         * message.el (message-disassociate-draft): Specify drafts group name
12620         fully.
12621
12622 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12623
12624         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12625         Eliminate unnecessary duplicates from the match list.
12626
12627 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12630
12631         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12632
12633         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12634         args of `how-many' of which the XEmacs version doesn't take; declare
12635         Info-index-next as function.
12636
12637 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * gnus-score.el (gnus-score-headers): Fix handling of
12640         gnus-inhibit-slow-scoring.
12641
12642         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12643         string.
12644         (gnus-button-url-regexp): Improve handling of parenthesis.
12645         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12646         (gnus-button-handle-info-keystrokes): Handle index entries.
12647
12648 2008-03-15  Glenn Morris  <rgm@gnu.org>
12649
12650         * parse-time.el (parse-time-string): Simplify.
12651
12652 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12655         Incoming* files.
12656
12657 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12658
12659         * auth-source.el (auth-sources): Rename from auth-source-choices.
12660         (auth-source-pick): Use it.
12661
12662 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12663
12664         * binhex.el (binhex-decode-region-internal):
12665         * uudecode.el (uudecode-decode-region-internal):
12666         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12667         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12668         setting default-enable-multibyte-characters.
12669
12670 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12671
12672         * auth-source.el (auth-source-protocols)
12673         (auth-source-protocols-customize, auth-source-choices): Add and
12674         modified variable customizations and defaults.
12675         (auth-source-pick, auth-source-user-or-password)
12676         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12677         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12678         (auth-source-user-or-password-sftp)
12679         (auth-source-user-or-password-smtp): Use new variables and provide an
12680         interface to netrc.el.
12681
12682 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12685         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12686         Make sure the nntp port to specify is a string.
12687
12688 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12689
12690         * nntp.el: Use with-current-buffer.
12691         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12692         dubious mm-with-unibyte-current-buffer.
12693         (nntp-with-open-group-function): New function extracted from
12694         nntp-with-open-group macro.
12695         (nntp-with-open-group): Use the function, so it's easier to debug.
12696         Add indentation and debugging info.
12697         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12698         Recommend the use of the netcat alternatives.
12699
12700         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12701         Avoid mm-string-as-multibyte as well.
12702
12703         * nnweb.el (nnweb-insert-html):
12704         Remove use of nnheader-string-as-multibyte.
12705
12706         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12707         (nnheader-string-as-multibyte): Remove.
12708
12709         * mm-view.el: Use inhibit-read-only.
12710         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12711         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12712         or unibyte-string.
12713
12714         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12715         (mm-uu-yenc-extract): Use with-current-buffer.
12716
12717         * gnus-soup.el (gnus-soup-send-packet): Don't use
12718         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12719
12720         * nnmh.el: Use with-current-buffer.
12721         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12722         mm-string-as-multibyte on the output of mm-encode-coding-string.
12723
12724         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12725         (nnimap-request-move-article): Use with-current-buffer.
12726
12727         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12728         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12729         conversion uses string-make-unibyte rather than string-as-unibyte.
12730
12731         * gnus-msg.el: Use with-current-buffer.
12732
12733         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12734
12735 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12736
12737         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12738         string for caching if it is 'PIN.
12739
12740 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * lpath.el: Consider the case without Emacs/W3.
12743
12744 2008-03-08  Glenn Morris  <rgm@gnu.org>
12745
12746         * time-date.el (date-to-time, time-subtract, time-add)
12747         (safe-date-to-time): Doc fixes.
12748
12749 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * mail-source.el (mail-source-delete-old-incoming-confirm):
12752         Change default to nil.
12753         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12754
12755 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * lpath.el: Rearrange.
12758
12759         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12760         (gnus-article-goto-prev-page): Work for articles having ^L's.
12761
12762         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12763
12764         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12765
12766 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12767
12768         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12769         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12770         (gnus-bookmark-jump): Adjust some variable names.
12771
12772 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12773
12774         * auth-source.el: New package.
12775         (auth-source-choices): Add customization entry point variable.
12776
12777         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12778         bug.
12779
12780 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12781
12782         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12783         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12784         (gnus-registry-install-shortcuts): Rename from
12785         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12786         the `gnus-registry-mark-map' keymap dynamically from
12787         `gnus-registry-marks'.  The generated functions update the summary line
12788         when a registry mark is added or deleted, and will call
12789         `gnus-registry-install-p' (see the comments in the code).
12790         (gnus-registry-user-format-function-M): Use concat intelligently.
12791
12792         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12793         the registry mark functions.
12794
12795 2008-03-05  Glenn Morris  <rgm@gnu.org>
12796
12797         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12798         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12799         gnus-art.
12800         (top-level): No need to load own source when compiling.
12801
12802 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12805         Suggested by <chris.anderton@zetnet.co.uk>.
12806
12807 2008-03-04  Glenn Morris  <rgm@gnu.org>
12808
12809         * gnus-sum.el (top-level): No need to require gnus when compiling,
12810         since unconditionally required near start of file.
12811         (gnus-summary-display-while-building): Move definition before use.
12812
12813 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12814
12815         * gnus-registry.el (gnus-registry-user-format-function-M):
12816         Add formatting function.
12817
12818 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12819
12820         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12821         with plists.
12822         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12823         Use new format.
12824
12825 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12828         `where-is-internal' that returns a range of key sequences.
12829
12830 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12831
12832         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12833
12834         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12835         (gnus-summary-jump-to-group): Consider windows on other displayed
12836         frames as well.  Similar changes might be needed elsewhere, but that's
12837         the one I've bumped into during my use.
12838
12839         * nndoc.el (nndoc-oe-dbx-type-p):
12840         * gnus-msg.el (gnus-debug):
12841         * gnus-group.el (gnus-update-group-mark-positions):
12842         Use mm-string-to-multibyte.
12843
12844 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12845
12846         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12847         doesn't handle NotDashEscaped.
12848
12849         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12850         (mml-dnd-attach-options): Fix typo in custom choice.
12851
12852         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12853         Change nndoc-article-type to mbox.
12854         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12855
12856         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12857         to nil, instead of html2text.
12858
12859         * imap.el (imap-debug): Add `imap-ping-server'.
12860
12861         * gnus-bookmark.el: Add FIXMEs.
12862
12863         * message.el (message-form-letter-separator)
12864         (message-send-form-letter-delay): New variables.
12865         (message-send-form-letter): Use them.  New command to send form
12866         letters.  Requested by Uwe Siart.
12867         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12868
12869 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12870
12871         * Update copyright years.
12872
12873 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12874
12875         Sync from EMACS_22_BASE.
12876
12877         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12878
12879 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12880
12881         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12882         empty author.
12883
12884 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12885
12886         * gnus-registry.el (gnus-registry-marks): Add variable for
12887         customization of marks and their appearance.
12888         (gnus-registry-read-mark): Use it.
12889         (gnus-registry-do-marks): Add utility function to loop through
12890         `gnus-registry-marks'.
12891         (gnus-registry-install-shortcuts-and-menus): Add function to install
12892         shortcuts and menus.
12893         (gnus-registry-initialize): Use it.
12894         (gnus-registry-default-mark): Clarify documentation.
12895
12896 2008-02-29  Glenn Morris  <rgm@gnu.org>
12897
12898         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12899         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12900         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12901         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12902         Change defcustom :version from 23.0 to 23.1.
12903
12904 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12905
12906         * gnus-registry.el (gnus-registry-follow-group-p)
12907         (gnus-registry-post-process-groups): Add functions to aid registry
12908         splitting and improve logging.  Clarify behavior in function
12909         documentation.
12910         (gnus-registry-split-fancy-with-parent): Use them.
12911
12912 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12913
12914         * gnus-art.el: Use with-current-buffer.
12915
12916 2008-02-27  David Engster  <dengste@eml.cc>
12917
12918         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12919         Express real group name in the response.
12920
12921 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12924         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12925         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12926         autoload gnus-registry-fetch-group when compiling.
12927         (nnmairix-request-group-with-article-number-correction):
12928         Remove unreferenced argument passed to nnmairix-call-backend.
12929
12930 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12933         (mm-uu-extract): Improve face for low color ttys.
12934         Reported by Sascha Wilde.
12935
12936 2008-02-27  Glenn Morris  <rgm@gnu.org>
12937
12938         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12939         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12940         variables to defconsts.  Convert comments to doc-strings.
12941         (nnmairix-last-server, nnmairix-current-server): Convert from free
12942         variables to defvars.  Convert comments to doc-strings.
12943         (gnus-registry-fetch-group): Autoload.
12944         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12945         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12946         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12947         caddr.
12948         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12949         nnmairix-request-group-with-article-number-correction call.
12950         (nnmairix-fast, nnmairix-group): New, less general names, for free
12951         variables passed from nnmairix-request-group to
12952         nnmairix-request-group-with-article-number-correction.  Declare.
12953         (nnmairix-request-group-with-article-number-correction):
12954         Use nnmairix-fast, nnmairix-group rather than fast, group.
12955
12956 2008-02-26  David Engster  <dengste@eml.cc>
12957
12958         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12959         version 0.5.
12960
12961 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12962
12963         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12964         instead of making an extra function call.  Don't add the current group
12965         to articles only when they have the group.  Use
12966         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12967         Reported by David <de_bb@arcor.de>.
12968
12969 2008-02-24  Miles Bader  <miles@gnu.org>
12970
12971         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12972         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12973         (mm-find-mime-charset-region):
12974         * mm-bodies.el (mm-encode-body):
12975         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12976
12977 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12980         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12981
12982 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12983
12984         * mail-source.el (mail-source-delete-incoming): Change default.
12985         Supplement doc string.
12986
12987         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12988
12989 2008-02-14  Glenn Morris  <rgm@gnu.org>
12990
12991         * time-date.el (format-seconds): New function.
12992
12993 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * nnmail.el (nnmail-message-id-cache-file): Derive from
12996         `gnus-home-directory'.
12997
12998 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13001         Document negative prefix.
13002
13003         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13004
13005 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13006
13007         * message.el (message-unsent-separator): Add the Exim bounce
13008         separator.
13009
13010 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13011
13012         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13013         list.
13014         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13015         recipient/signer list.
13016
13017 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * Makefile.in (datarootdir): Define.
13020         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13021         name that might contain whitespace.
13022
13023 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13026         fbound (Emacs 23 unicode), signal an error.
13027
13028 2008-02-08  Glenn Morris  <rgm@gnu.org>
13029
13030         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13031
13032 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13033
13034         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13035         ports to the calls to `netrc-machine-user-or-password' in addition to
13036         "imap" and "imaps".
13037
13038 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13039
13040         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13041
13042         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13043
13044 2008-02-01  Kenichi Handa  <handa@m17n.org>
13045
13046         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13047         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13048         (rfc2104-hash): Convert the result of concat to unibyte string.
13049
13050 2008-02-01  Dave Love  <fx@gnu.org>
13051
13052         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13053         coding-system-for-read.
13054         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13055
13056 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13057
13058         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13059         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13060         <hanche@math.ntnu.no>.
13061
13062 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13065
13066         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13067
13068 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13069
13070         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13071         * message.el (message-beginning-of-line): Use featurep instead of bound
13072         tests in order to resolve conditionals at compile time.
13073
13074 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13075
13076         * mail-source.el (mail-sources): Add `group' choice.
13077
13078         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13079         parameter `in-group' to control into which group the articles go.
13080         Add treatment of `group' mail-source.
13081
13082 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13085
13086         * mm-decode.el (mm-dissect-buffer): Decode description.
13087
13088         * mml.el (mml-to-mime): Encode message header first.
13089
13090 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13093         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13094
13095         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13096         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13097
13098 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13099
13100         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13101
13102 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13105         prefix keys.
13106         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13107         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13108         gnus-xmas.el.
13109
13110         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13111         (gnus-xmas-article-describe-bindings): New function.
13112         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13113         gnus-xmas-article-describe-bindings.
13114
13115         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13116
13117 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13118
13119         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13120         Add new variables for article mark management.
13121         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13122         list of extra data entries which, when present, will indicate that the
13123         article ID should not be trimmed from the registry.
13124         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13125         functions.
13126         (gnus-registry-read-mark): New function to read a mark name from the
13127         user.
13128         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13129         (gnus-registry-set-article-mark-internal): New functions to add and
13130         remove marks.
13131         (gnus-registry-get-article-marks): New function to show the marks for
13132         an article, or retrieve them for further use.
13133
13134 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13137         keys when no argument is given.
13138
13139 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * imap.el (imap-ping-server): New variable.
13142         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13143         (imap-ping-server): Minor doc string fixes.
13144
13145 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13146
13147         * imap.el (imap-ping-server): New function.
13148         (imap-opened): Call imap-ping-server.
13149
13150 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * gnus-sum.el (gnus-article-sort-by-random)
13153         (gnus-thread-sort-by-random): Fix doc strings.
13154         Reported by jidanni@jidanni.org.
13155
13156 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * gnus-art.el (gnus-article-describe-bindings): New function.
13159         (gnus-article-read-summary-keys): Use it.
13160         (gnus-article-mode-map): Bind `C-h b' to it.
13161
13162 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13165         XEmacs.
13166         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13167         Protect against non-character events.
13168
13169         * lpath.el: Fbind map-keymap for Emacs 21.
13170
13171 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13172
13173         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13174         New command.
13175         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13176         instead of END.  Change name of the temp file.
13177         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13178         customizable.
13179
13180 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13183         bind `S W' to gnus-article-wide-reply-with-original; set default
13184         binding to gnus-article-read-summary-send-keys.
13185         (gnus-article-read-summary-keys): Fix the order of keys; display
13186         continuation keys correctly in the echo area; describe bindings
13187         correctly when keys end with `C-h'.
13188         (gnus-article-read-summary-send-keys): New function.
13189         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13190         Work for gnus-article-read-summary-send-keys; display continuation keys
13191         correctly in the echo area.
13192         (gnus-article-reply-with-original): Ignore prefix argument.
13193         (gnus-article-wide-reply-with-original): New function.
13194
13195         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13196         Emacs 21.
13197
13198 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13201         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13202
13203 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13206         (gnus-group-read-ephemeral-gmane-group): New command.
13207
13208 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13209
13210         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13211
13212 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13213
13214         * message.el (message-send-mail-function): Increase custom version.
13215
13216         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13217         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13218
13219 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13220
13221         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13222         for the cases where imap-authenticate is called with a nil buffer
13223         parameter.
13224
13225 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13228         html parts correctly; support forwarded messages.
13229         (gnus-article-browse-html-article): Remove work buffers.
13230
13231         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13232         compiling.
13233         (netrc-bound-and-true-p): New macro.
13234         (netrc-parse): Use it instead of bound-and-true-p that is not available
13235         in XEmacs 21.4.
13236
13237 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13238
13239         * gnus-registry.el (gnus-registry-mark-article)
13240         (gnus-registry-article-marks): Add functionality to mark articles
13241         through the Gnus registry.
13242
13243         * encrypt.el: Clarify documentation for the new pgg method.
13244         (encrypt-file-alist): Add PGG option.
13245         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13246         functionality.  Abstract password key and messaging to external
13247         functions.
13248         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13249         (encrypt-message-method-and-cipher): Add new convenience external
13250         functions.
13251         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13252         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13253
13254         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13255         (netrc-parse): Use encrypt-file-alist to determine if
13256         encrypt-find-model or encrypt-insert-file-contents should be used.
13257
13258         * encrypt.el: Clarify documentation.  Load password-cache or
13259         password, whichever one is found first, instead of autoloading.
13260
13261 2007-12-19  Glenn Morris  <rgm@gnu.org>
13262
13263         * mml.el (message-options-set, message-narrow-to-head)
13264         (message-in-body-p, message-mail-p, message-encode-message-body):
13265         Autoload.
13266         (message-remove-header, message-narrow-to-headers-or-head)
13267         (message-subscribed-p, message-make-mail-followup-to)
13268         (message-position-on-field, message-news-p)
13269         (message-options-set-recipient, message-generate-headers)
13270         (message-sort-headers): Declare as functions.
13271
13272 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13273
13274         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13275         convention in doc string.
13276
13277 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13280         title to html parts.
13281         (gnus-article-browse-html-article): Pass message header to it.
13282
13283         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13284
13285 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13288         or password compatible with XEmacs.
13289
13290 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13293         format document.
13294         (gnus-mime-delete-part): Don't write description line if empty.
13295         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13296
13297 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13298
13299         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13300         (gnus-summary-mark-read-and-unread-as-read)
13301         (gnus-summary-mark-current-read-and-unread-as-read)
13302         (gnus-summary-mark-unread-as-ticked): Doc fix.
13303         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13304
13305 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13306
13307         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13308         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13309
13310 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13311
13312         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13313         yes-or-no-p.
13314
13315 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * mm-decode.el (mm-add-meta-html-tag): New function.
13318         (mm-save-part-to-file, mm-pipe-part): Use it.
13319
13320         * gnus-art.el (gnus-article-browse-delete-temp-files):
13321         Use gnus-y-or-n-p instead of y-or-n-p.
13322         (gnus-article-browse-html-parts): Work with message/external-body; use
13323         mm-add-meta-html-tag.
13324
13325 2007-12-11  Glenn Morris  <rgm@gnu.org>
13326
13327         * gnus-cache.el: Require gnus-sum not just when compiling.
13328
13329         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13330
13331         * gnus-int.el (gnus-server-opened, gnus-status-message):
13332         Move definitions before use.
13333
13334         * mm-decode.el: Require gnus-util.
13335         (mm-remove-part): Only call delete-annotation on XEmacs.
13336
13337         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13338
13339         * nnmail.el: Require gnus-int.
13340
13341         * spam.el: Move `require's before `eval-when-compile's.
13342
13343         * gnus-ems.el (gnus-alive-p):
13344         * gnus-fun.el (message-goto-eoh):
13345         * gnus-util.el (gnus-group-name-decode):
13346         * mail-source.el (gnus-compress-sequence):
13347         * message.el (Info-goto-node, format-spec):
13348         * mm-bodies.el (message-options-get):
13349         * mm-decode.el (mm-view-pkcs7):
13350         * mm-util.el (gmm-write-region):
13351         * mml-smime.el (mml-compute-boundary)
13352         (gnus-completing-read-with-default):
13353         * mml.el (widget-button-press, gnus-make-hashtable):
13354         * mml1991.el (mm-decode-content-transfer-encoding)
13355         (mm-encode-content-transfer-encoding)
13356         (message-options-get, message-options-set):
13357         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13358         * nnfolder.el (gnus-request-group):
13359         * nnheader.el (ietf-drums-unfold-fws):
13360         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13361         * smime.el (gnus-run-mode-hooks):
13362         * spam-stat.el (gnus-message): Autoload.
13363
13364         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13365         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13366         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13367         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13368         Add declare-function compatibility definition.
13369
13370         * gnus-cache.el (nnvirtual-find-group-art):
13371         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13372         (gnus-add-image, gnus-add-wash-type):
13373         * gnus-group.el (nnkiboze-score-file):
13374         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13375         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13376         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13377         (message-tokenize-header, gnus-get-buffer-create)
13378         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13379         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13380         * gnus.el (gnus-group-decoded-name):
13381         * mail-source.el (imap-capability):
13382         * mm-bodies.el (message-options-set):
13383         * mm-decode.el (gnus-configure-windows):
13384         * mm-extern.el (message-goto-body):
13385         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13386         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13387         (epg-sub-key-validity, message-options-set):
13388         * mml.el (widget-event-point, gnus-configure-windows):
13389         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13390         * mml2015.el (epg-check-configuration, epg-configuration)
13391         (message-options-set):
13392         * nndb.el (nndb-request-article):
13393         * nnfolder.el (gnus-request-create-group):
13394         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13395         * nnmaildir.el (gnus-group-mark-article-read):
13396         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13397         * rfc1843.el (message-fetch-field):
13398         * spam.el (gnus-extract-address-components):
13399         Declare as functions.
13400
13401 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13404
13405         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13406
13407         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13408         bind show-trailing-whitespace for XEmacs.
13409
13410 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13413         new no-op macro for backward compatibility.
13414
13415         * imap.el (imap-string-to-integer): New function.
13416
13417 2007-12-09  Glenn Morris  <rgm@gnu.org>
13418
13419         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13420
13421         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13422         * message.el, mm-view.el, sieve-manage.el, smime.el:
13423         Add declare-function compatibility definition.
13424
13425         * gnus-art.el (w3-region, w3m-region, Info-menu):
13426         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13427         * gnus-sum.el (gnus-get-predicate):
13428         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13429         * message.el (mail-abbrev-in-expansion-header-p):
13430         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13431         (w3m-detect-meta-charset, w3m-region):
13432         * sieve-manage.el (password-read, password-cache-add)
13433         (password-cache-remove):
13434         * smime.el (password-read-and-add): Declare as functions.
13435
13436 2007-12-08  David Kastrup  <dak@gnu.org>
13437
13438         * gnus-sum.el (gnus-summary-simplify-subject-query):
13439         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13440         `message'.
13441
13442 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13445         it to bind idna-program, installation-directory, defined-colors, and
13446         face-attribute for XEmacs of the version that compiles defcustom forms.
13447
13448 2007-12-07  Glenn Morris  <rgm@gnu.org>
13449
13450         * gnus-art.el (article-make-date-line): Revert previous change.
13451
13452 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13453
13454         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13455
13456 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13457
13458         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13459         Call gnus-add-to-range ranges only once with a prepared article-list.
13460
13461 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13462
13463         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13464         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13465         group names with backslashes.
13466         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13467
13468 2007-12-06  Deepak Goel  <deego3@gmail.com>
13469
13470         * gnus-art.el (article-make-date-line):
13471         * gnus-start.el (gnus-load):
13472         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13473
13474 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-art.el (gnus-use-idna):
13477         * gnus-start.el (gnus-site-init-file):
13478         * message.el (message-use-idna):
13479         * mm-uu.el (mm-uu-hide-markers):
13480         * smiley.el (smiley-style): Revert changes that suppress warnings.
13481
13482 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13485         specify charset to html source.
13486         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13487
13488 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13491         idna-program in order to suppress byte compile warning issued by XEmacs
13492         that came to byte compile the default value section of defcustom forms
13493         recently.
13494
13495         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13496         value of installation-directory.
13497
13498         * message.el (message-use-idna): Don't directly refer to the value of
13499         idna-program.
13500
13501         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13502
13503         * smiley.el (smiley-style): Don't directly call face-attribute.
13504
13505 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13506
13507         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13508
13509         * gnus-dired.el: Reduce Gnus dependencies.
13510         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13511         Don't require.  Use autoloads instead.
13512         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13513         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13514         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13515         (gnus-dired-mode): Adjust doc string.
13516         (gnus-dired-mail-mode): New variable.
13517         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13518         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13519         (gnus-dired-mail-buffers): New function.  Return mail or message
13520         composition buffers.
13521         (gnus-dired-attach): Use it.
13522         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13523         NO-DECODE.
13524         (gnus-dired-print): Use `gnus-print-buffer' depending on
13525         `gnus-dired-mail-mode'.
13526
13527 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * rfc2047.el (rfc2047-encoded-word-regexp)
13530         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13531         explaining what regexp patterns are for.
13532
13533 2007-12-04  Glenn Morris  <rgm@gnu.org>
13534
13535         * password.el: Move to password-cache.el.
13536
13537         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13538         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13539         * mml-smime.el (password-read, password-cache-add)
13540         (password-cache-remove):
13541         No need to autoload, since mml-sec requires password.
13542
13543         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13544         * message.el (gnus-extract-address-components):
13545         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13546
13547         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13548         password.
13549
13550 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13551
13552         * mailcap.el: Reduce dependencies.
13553         (mail-header-parse-content-type): Autoload.
13554         (mailcap-delete-duplicates): New alias.
13555         (mailcap-mime-info): Add optional argument NO-DECODE.
13556         (mailcap-mime-types): Use mailcap-delete-duplicates.
13557
13558         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13559
13560 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13561
13562         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13563         (imap-parse-status): Upcase status-att for servers that sends them
13564         lower-case (e.g., MS Exchange 2007).
13565
13566 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13567
13568         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13569         function.
13570
13571         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13572         (gnus-uu-yenc-article): New function.
13573
13574         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13575
13576         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13577
13578 2007-12-02  Glenn Morris  <rgm@gnu.org>
13579
13580         * binhex.el (binhex): New custom group.
13581         (binhex-decoder-program, binhex-decoder-switches)
13582         (binhex-use-external): Move to the binhex custom group.
13583
13584         * uudecode.el (uudecode): New custom group.
13585         (uudecode-decoder-program, uudecode-decoder-switches)
13586         (uudecode-use-external): Move to the uudecode custom group.
13587
13588         * netrc.el (top-level): Don't load `encrypt' features.
13589         (netrc-parse): Don't use encrypt.
13590         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13591
13592         * encrypt.el: Remove file.
13593
13594 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13597         matches on patches.
13598
13599         * gnus-art.el (gnus-article-browse-html-article):
13600         Mention `mm-text-html-renderer' in the doc string.
13601
13602         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13603         string.  Add comments.
13604
13605         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13606         if rhs is ASCII.
13607
13608 2007-12-01  Glenn Morris  <rgm@gnu.org>
13609
13610         * mail-source.el (top-level): Require format-spec before
13611         eval-when-compile.
13612
13613 2007-11-30  Glenn Morris  <rgm@gnu.org>
13614
13615         * encrypt.el: Require password, rather than autoloading password-read.
13616
13617 2007-11-29  Glenn Morris  <rgm@gnu.org>
13618
13619         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13620         (sasl-make-client, sasl-next-step, sasl-step-data)
13621         (sasl-step-set-data): Declare as functions.
13622
13623 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13626
13627 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13628
13629         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13630         certs should be verified and what is to be done in the event of a
13631         verification failure.
13632
13633         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13634         caller can indicate whether the cache should be disregarded for this
13635         call.  This way the result of the call is reproducible at all times and
13636         can be considered a canonical server name for the supplied method.
13637         (gnus-agent-method-p): Canonicalize server names by pushing their
13638         method through `gnus-method-to-server' using the no-cache argument.
13639
13640         * gnus-srvr.el (gnus-server-insert-server-line):
13641         Call `gnus-method-to-server' with `no-cache' argument.
13642
13643         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13644         gnus-agent-possibly-synchronize-flags as this should be called when the
13645         server is actually being opened.
13646         (gnus-agent-possibly-synchronize-flags)
13647         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13648         flags file of an agentized server to the latter function.
13649
13650         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13651         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13652         after a connection has been established successfully.
13653
13654 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * gnus-art.el (article-display-face): Force to display face if called
13657         interactively; check if gnus-article-x-face-too-ugly matches author.
13658         (article-display-x-face): Display face even if From header is missing
13659         as article-display-face does.
13660
13661 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13662
13663         * hashcash.el (message-narrow-to-headers-or-head)
13664         (message-fetch-field, message-goto-eoh)
13665         (message-narrow-to-headers): Declare as functions.
13666
13667 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * mail-source.el (mail-sources): Default to fetch from file for
13670         compatibility with default of nnmail-spool-file.
13671
13672 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13675         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13676         to look for encoded word that should be encoded again.
13677         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13678         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13679         encoding pattern.
13680         (rfc2047-decode-region): Switch strict regexp and loose one according
13681         to rfc2047-allow-irregular-q-encoded-words.
13682
13683 2007-11-25  Romain Francoise  <romain@orebokech.com>
13684
13685         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13686
13687 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13688
13689         * tls.el (tls-program): Provide more custom choices from
13690         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13691         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13692
13693 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13694
13695         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13696         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13697
13698         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13699         `nnmail-spool-file'.
13700
13701         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13702         `nnmail-spool-file'.
13703
13704         * gnus-move.el (gnus-change-server): Ditto.
13705
13706         * gnus-kill.el (gnus-batch-score): Ditto.
13707
13708         * gnus-cache.el (gnus-jog-cache): Ditto.
13709
13710         * gnus-msg.el (gnus-summary-reply):
13711         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13712
13713 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13716         version.  Minor improvement to doc strings.
13717         (tls-program): Add comment.
13718
13719 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13720
13721         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13722         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13723         mismatch between the hostname provided in the certificate and the name
13724         of the host connnecting to.
13725         (open-tls-stream): Use them.  Check certificates against trusted root
13726         certificates.
13727
13728 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13729
13730         * gnus-cache.el (gnus-cache-generate-nov-databases):
13731         Use nnml-generate-nov-databases-directory instead of
13732         nnml-generate-nov-databases-1.
13733
13734 2007-11-24  Glenn Morris  <rgm@gnu.org>
13735
13736         * message.el (message-tool-bar-retro): Update for rename
13737         mail_send.xpm->mail-send.xpm.
13738
13739 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13740
13741         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13742         `smime-ldap-search' for Emacs 22 and up.
13743
13744 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13745
13746         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13747
13748         * message.el (message-send-mail-function): Fix error convention.
13749         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13750         (message-widen-reply, message-send-mail, message-talkative-question)
13751         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13752         (message-clone-locals, message-send-news): Use with-current-buffer.
13753         (message-insert-or-toggle-importance): Remove unused var `valid'.
13754         (message-make-references): Remove unused var `new-references'.
13755         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13756
13757 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13758
13759         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13760         (spam-split-symbolic-return-positive): Reflow docstring.
13761         (spam-backends, spam-summary-exit-behavior)
13762         (spam-mark-ham-unread-before-move-from-spam-group)
13763         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13764         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13765         (spam-clear-cache, spam-backend-check, spam-install-backend)
13766         (spam-install-statistical-backend, spam-list-of-processors)
13767         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13768         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13769         (spam-check-crm114, spam-initialize, spam-unload-hook):
13770         Fix typos in docstrings.
13771
13772 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13775         been checked if they have never been read and those group levels are
13776         higher than the one that a user specified.
13777
13778 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13781         foreign groups unless a group level is specified by a user.
13782         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13783
13784 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * message.el (message-send-mail-function): Require sendmail.
13787
13788 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13789
13790         * message.el (message-send-mail-function): Check for smtpmail too.
13791
13792         * utf7.el (utf7-encode, utf7-decode): Use coding system
13793         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13794
13795         * message.el (message-send-mail-function): New function.
13796         (message-send-mail-function): Set default using
13797         message-send-mail-function.  Adjust doc string.
13798         (message-send-mail-with-mailclient): New function.
13799
13800 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13801
13802         * smime.el (from):
13803         * rfc2047.el (message-posting-charset):
13804         * qp.el (mm-use-ultra-safe-encoding):
13805         * pop3.el (parse-time-months):
13806         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13807         * nnml.el (files):
13808         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13809         (jka-compr-compression-info-list, ange-ftp-path-format)
13810         (efs-path-regexp):
13811         * nndiary.el (files):
13812         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13813         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13814         (epg-digest-algorithm-alist, inhibit-redisplay)
13815         (password-cache-expiry):
13816         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13817         (pgg-output-buffer, password-cache-expiry):
13818         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13819         (efs-path-regexp):
13820         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13821         (inhibit-redisplay):
13822         * mm-uu.el (file-name, start-point, end-point, entry)
13823         (gnus-newsgroup-name, gnus-newsgroup-charset):
13824         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13825         (latin-unity-ucs-list):
13826         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13827         (mm-uu-binhex-decode-function):
13828         * message.el (gnus-message-group-art, gnus-list-identifiers)
13829         (rmail-enable-mime-composing, gnus-local-organization)
13830         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13831         (gnus-read-active-file, facemenu-add-face-function)
13832         (facemenu-remove-face-function, gnus-article-decoded-p)
13833         (tool-bar-mode):
13834         * mail-source.el (display-time-mail-function):
13835         * gnus-util.el (nnmail-pathname-coding-system)
13836         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13837         (gnus-original-article-buffer, gnus-user-agent)
13838         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13839         (xemacs-codename, sxemacs-codename, emacs-program-version):
13840         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13841         * gnus-start.el (gnus-agent-covered-methods)
13842         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13843         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13844         (gnus-newsgroup-headers, gnus-group-list-mode)
13845         (gnus-group-mark-positions, gnus-newsgroup-data)
13846         (gnus-newsgroup-unreads, nnoo-state-alist)
13847         (gnus-current-select-method, mail-sources)
13848         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13849         (nnmail-spool-file, gnus-cache-active-hashtb):
13850         * gnus-mh.el (mh-lib-progs):
13851         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13852         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13853         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13854         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13855         (gnus-group-buffer):
13856         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13857         (font-lock-set-defaults):
13858         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13859         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13860         (gnus-summary-post-menu, total-parts, type, condition, length):
13861         * gnus-agent.el (gnus-agent-read-agentview):
13862         * flow-fill.el (show-trailing-whitespace):
13863         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13864         eval-and-compile wrappers for byte compiler pacifiers.
13865
13866         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13867         (mm-display-inline-fontify): Check for featurep 'xemacs not
13868         extent-list.
13869
13870         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13871         itimer-list.
13872         (mm-create-image-xemacs): Only do something for XEmacs.
13873         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13874
13875         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13876
13877         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13878         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13879
13880 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13881
13882         * nnimap.el (nnimap-split-download-body):
13883         * gnus-demon.el (gnus-demon):
13884         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13885
13886 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13889         New macros.
13890         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13891         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13892         copy data from unibyte buffer to multibyte current buffer.
13893         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13894         to copy data from unibyte current buffer to multibyte buffer.
13895         (nntp-make-process-buffer): Make process buffer unibyte.
13896
13897         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13898
13899 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13900
13901         * pop3.el (pop3-open-server): Accept and process data more robustly at
13902         connection start to avoid spurious "POP SSL connection failed" errors.
13903
13904 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13907         read group names.
13908
13909 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13910
13911         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13912
13913 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13916         (nnmail-save-active): Use a unibyte buffer when saving active file,
13917         which may contain non-ASCII group names.
13918
13919         * nnml.el (nnml-request-group): Decode group names in messages.
13920
13921 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13922
13923         * message.el (message-citation-line-function)
13924         (message-insert-formatted-citation-line): Fix spelling of
13925         `message-insert-formated-citation-line'.
13926
13927 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13928
13929         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13930
13931 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13934         nnmail-pathname-coding-system.
13935
13936         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13937         that a user enters; decode group names in messages.
13938
13939         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13940
13941 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13942
13943         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13944
13945         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13946
13947         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13948         risky local variable.
13949
13950         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13951
13952 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13953
13954         * encrypt.el: Improve documentation to fix function name typo.
13955         Reported by Daiki Ueno <ueno@unixuser.org>.
13956
13957 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13960         even if the point is not in the last page of an article.
13961         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13962         back to the previous page.
13963
13964 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13967
13968 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13971
13972 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13973
13974         * message.el (message-check-news-body-syntax):
13975         Avoid mm-string-as-multibyte.
13976         (message-hide-headers): Don't assume (point-min)==1.
13977
13978 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13979
13980         * message.el (message-remove-blank-cited-lines): Fix if remove is
13981         given.
13982         (message-bogus-address-regexp): New variable.
13983         (message-bogus-recipient-p): New function.
13984         (message-check-recipients): New command.
13985         (message-syntax-checks): Add `bogus-recipient'.
13986         (message-fix-before-sending): Add `bogus-recipient'.
13987
13988         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13989         (gnus-treat-body-boundary): Don't test window-system.
13990
13991 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13992
13993         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13994
13995 2007-10-28  Miles Bader  <miles@gnu.org>
13996
13997         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13998         at compile-time too.
13999
14000 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14001
14002         * gnus-msg.el (gnus-message-setup-hook):
14003         Add `message-remove-blank-cited-lines' to options.
14004
14005 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14006
14007         * message.el (message-remove-blank-cited-lines): New function.
14008         Suggested by Karl Plästerer.
14009
14010 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14013         mapc.
14014
14015         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14016         (top-level): Use mapc to set functions to be traced for debugging.
14017
14018         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14019         called for effect with while loop.
14020
14021         * message.el (message-talkative-question): Replace mapcar called for
14022         effect with mapc.
14023
14024         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14025         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14026         called for effect with dolist.
14027
14028         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14029
14030         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14031         gnus-extra-headers and nnmail-extra-headers.
14032
14033         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14034         called for effect with dolist.
14035         (top-level): Use mapc to set functions to be traced for debugging.
14036
14037         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14038         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14039         dolist.
14040
14041         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14042         Replace mapcar called for effect with mapc.
14043         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14044         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14045         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14046         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14047
14048         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14049         remove-if that's a cl function.
14050
14051         * webmail.el (webmail-debug): Replace mapcar called for effect with
14052         dolist.
14053
14054         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14055         with mapc.
14056
14057 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14060         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14061         with while loop.
14062
14063         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14064         functions from article-* functions.
14065         (gnus-multi-decode-header): Replace mapcar called for effect with
14066         dolist.
14067
14068         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14069         (gnus-bookmark-show-details): Replace mapcar called for effect with
14070         while loop.
14071
14072         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14073         called for effect with while loop.
14074
14075         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14076         with dolist.
14077
14078         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14079         Replace mapcar called for effect with dolist.
14080
14081         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14082
14083         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14084         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14085         Replace mapcar called for effect with dolist.
14086         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14087         mapc.
14088
14089         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14090         Replace mapcar called for effect with dolist.
14091         (gnus-topic-list): Replace mapcar called for effect with mapc.
14092
14093         * gnus.el: Use mapc instead of mapcar to add autoloads.
14094
14095 2007-10-23  Richard Stallman  <rms@gnu.org>
14096
14097         * gnus-group.el (gnus-group-highlight): Mark as risky.
14098
14099 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * gnus.el (gnus-server-to-method): Return method found first in
14102         gnus-newsrc-alist.
14103
14104         * gnus-art.el (gnus-article-highlight-signature)
14105         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14106         button overlay without the front stickiness.
14107
14108 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14109
14110         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14111         overview buffer needed a catch to receive its throw.
14112         (gnus-agent-flush-cache): Declare as interactive to make this function
14113         easier to use.
14114
14115 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14116
14117         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14118         `next-line'.
14119
14120 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14123         exclude address matching message-dont-reply-to-names.
14124
14125 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * gnus-util.el (gnus-string<): New function.
14128
14129         * gnus-sum.el (gnus-article-sort-by-author)
14130         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14131
14132 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14135         the frame-focus tag is set in gnus-buffer-configuration.
14136
14137 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14140         the front stickiness.
14141
14142 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14145         url pattern; remove duplicate one.
14146         (gnus-article-extend-url-button): New function.
14147         (gnus-article-add-buttons): Use it.
14148         (gnus-button-push): Use concatenated url that it makes.
14149
14150 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14151
14152         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14153
14154 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14155
14156         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14157         Don't hardcode point-min==1.
14158
14159 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14160
14161         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14162         Fix comment about "iso8859-1".
14163
14164 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14165
14166         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14167         ones returned from the verify-function.
14168
14169         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14170         Call mml2015-extract-cleartext-signature if extraction failed.
14171
14172 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14173
14174         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14175         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14176         failed.
14177
14178 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14179
14180         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14181
14182 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14185         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14186         recommends to use EasyPG instead of PGG.
14187
14188         * pgg.el: Revert to revision 6.23.2.16.
14189
14190         * pgg-def.el: Revert to revision 6.6.2.14.
14191
14192         * pgg-gpg.el: Revert to revision 6.23.2.34.
14193
14194 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14195
14196         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14197         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14198         thread for both the null and zero (kill/expire thread) universal prefix
14199         cases.
14200         (gnus-summary-expire-thread): Add new function to expire a thread,
14201         using gnus-summary-kill-thread.
14202         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14203         shortcuts for gnus-summary-expire-thread.
14204         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14205         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14206
14207 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14208
14209         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14210         extras value, so an extras entry can be deleted.
14211         (gnus-registry-delete-extra-entry): Use it.
14212         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14213         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14214         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14215         storage through the gnus-registry, and provide an appropriate API for
14216         it.
14217
14218 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14221         Suggested by Leo <sdl.web@gmail.com>.
14222
14223         * gnus.el: Do.
14224
14225 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14228         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14229
14230         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14231
14232         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14233         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14234
14235 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14238         newline.
14239         (nnmbox-request-accept-article): Don't change article in source buffer;
14240         narrow to header to use message-fetch-field rather than
14241         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14242         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14243         as delimiters; make sure article ends with newline.
14244         (nnmbox-delete-mail): Correct last position of article to be deleted;
14245         ignore X-Gnus-Newsgroup header in article body.
14246         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14247         positions; make sure article ends with newline.
14248
14249         * message.el (message-display-abbrev): Don't infloop when a user
14250         inserts SPC in the beginning of header.
14251
14252         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14253         coding-system-for-read and coding-system-for-write for XEmacs having no
14254         file-coding feature.
14255
14256         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14257
14258 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14259
14260         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14261         list of groups not followed by default.  Fix type to be regexp.
14262         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14263
14264 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14265
14266         * hmac-def.el (define-hmac-function): Switch from old-style to
14267         new-style backquotes.
14268
14269         * md4.el (md4-make-step): Likewise.
14270
14271 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14274         raw-text coding system when saving .newsrc file, which may contain
14275         non-ASCII group names.
14276
14277 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * gnus-cus.el (gnus-score-extra): New widget.
14280         (gnus-score-extra-convert): New function.
14281         (gnus-score-customize): Use it for Extra.
14282
14283 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14284
14285         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14286         (mml2015-mailcrypt-clear-verify): Use it.
14287         (mml2015-gpg-clear-verify): Use it.
14288         (mml2015-pgg-clear-verify): Use it.
14289         (mml2015-epg-clear-verify): Replace the current part with the output
14290         from GnuPG; don't extract the plaintext by itself.
14291
14292         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14293         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14294         mml2015-clear-verify-function; don't touch the armor headers or
14295         dash-escaped text here.
14296
14297 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14300         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14301         parts, or application/octet-stream as a last resort.
14302         (gnus-mime-view-part-as-type): Don't toggle display.
14303         (gnus-mime-view-part-as-charset): Don't turn off display before
14304         querying charset.
14305
14306         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14307         stuff to undisplayer function in Emacs.
14308         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14309
14310         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14311         text/calendar parts.
14312
14313 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14316         decoding text/calendar parts.
14317
14318         * message.el (message-forward-make-body-mime): Always mark body as
14319         having no illegible text; remove signed-or-encrypted argument.
14320         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14321
14322         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14323         (mml-generate-mime-1): Don't encode body if it is specified to be in
14324         raw form; don't make buffer be unibyte when inserting multibyte string.
14325
14326 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14327
14328         * sha1.el: Fix up comment style.
14329         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14330         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14331
14332         * hex-util.el: Fix up comment style.
14333         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14334
14335         * gnus-salt.el: Use with-current-buffer.
14336         (gnus-pick-setup-message): Fix long-standing typo.
14337
14338 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * imap.el (imap-logout-timeout): New variable.
14341         (imap-logout, imap-logout-wait): New functions.
14342         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14343
14344         * nnimap.el (nnimap-logout-timeout): New server variable.
14345         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14346         nnimap-logout-timeout.
14347
14348         * gnus-art.el (gnus-article-summary-command-nosave)
14349         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14350
14351 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus.el (gnus-maximum-newsgroup): New variable.
14354
14355         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14356         according to gnus-maximum-newsgroup.
14357
14358         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14359         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14360         Limit the range of articles according to gnus-maximum-newsgroup.
14361
14362 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14363
14364         * gnus-art.el (gnus-sticky-article): Fix problems described in
14365         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14366         Don't perform gnus-configure-windows here; reuse existing sticky
14367         article buffer.
14368
14369         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14370         it doesn't exist in gnus-article-mode.
14371
14372 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14375         (gnus-agent-decoded-group-name): New function.
14376         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14377         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14378
14379 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14380
14381         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14382         Add binding for gnus-sticky-article.
14383         (gnus-summary-exit): Don't kill sticky article buffers.
14384
14385         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14386         article buffer.
14387         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14388         (gnus-kill-sticky-article-buffers): New commands.
14389
14390 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * nntp.el (nntp-xref-number-is-evil): New server variable.
14393         (nntp-find-group-and-number): If it is non-nil, don't trust article
14394         numbers in the Xref header.
14395
14396 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * gnus-agent.el (gnus-agent-read-group): New function.
14399         (gnus-agent-flush-group, gnus-agent-expire-group)
14400         (gnus-agent-regenerate-group): Use it.
14401         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14402         nnmail-pathname-coding-system.
14403
14404 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14407
14408         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14409         that are unread as unread, and also as selected so that information of
14410         marks having been changed by a user may be updated when exiting group.
14411
14412 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14413
14414         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14415
14416 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14419         calculated ignoring signature parts to gnus-treat-article.
14420
14421 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14424         a point here in order to keep the window start.
14425         (gnus-insert-mime-security-button): Make a button overlay without the
14426         front stickiness.
14427         (gnus-mime-display-security): Goto the end of a button.
14428
14429         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14430
14431 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14434         group-name-at-point.
14435         (gnus-group-completing-read): New function that offers decoded
14436         non-ASCII group names for completion.
14437         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14438         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14439         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14440         (gnus-group-fetch-control): Use it.
14441         (gnus-fetch-group): Use group-name-at-point for the initial value
14442         rather than the default value; use gnus-alive-p.
14443
14444         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14445         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14446         (gnus-summary-post-news): Use gnus-group-completing-read.
14447
14448         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14449         (gnus-read-move-group-name): Decode group name for completion.
14450
14451 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14452
14453         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14454         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14455         Yamaoka slightly modified the code).
14456
14457 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14460         (nnmail-split-incoming): Bind it.
14461
14462         * nnml.el (nnml-group-name-charset): New function.
14463         (nnml-decoded-group-name): Use it; don't decode group name if
14464         nnmail-group-names-not-encoded-p is non-nil.
14465         (nnml-encoded-group-name): New function.
14466         (nnml-group-pathname): Inline nnml-decoded-group-name.
14467         (nnml-request-expire-articles): Decode group name in message.
14468         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14469         nnmail-pathname-coding-system.
14470         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14471         not decoded ones according to nnmail-group-names-not-encoded-p.
14472         (nnml-generate-active-info): Use nnml-encoded-group-name.
14473
14474 2007-08-08  Glenn Morris  <rgm@gnu.org>
14475
14476         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14477         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14478         doc-strings and comments.
14479
14480 2007-07-25  Glenn Morris  <rgm@gnu.org>
14481
14482         * Relicense all FSF files to GPLv3 or later.
14483
14484 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * gnus-sum.el (gnus-summary-move-article):
14487         Make gnus-summary-respool-article work.
14488
14489 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14490
14491         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14492         string.
14493
14494 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14495
14496         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14497         that should be ignored when comparing distant RSS articles with local
14498         ones.
14499         (nnrss-make-hash-index): New function.  Create a hash index according
14500         to the ignored fields.
14501         (nnrss-check-group): Use it.
14502
14503 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14506
14507         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14508
14509         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14510         the new optional argument ENCODED is non-nil.
14511         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14512         coding system for encoding group name.
14513         (gnus-group-make-rss-group): Pass un-encoded group name to
14514         gnus-group-make-group.
14515         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14516         encoded.
14517
14518         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14519         Encode group name to which articles are moved or copied.
14520         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14521         coding system for encoding Newsgroup, Followup-To and Xref headers.
14522
14523         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14524         marks; use nnheader-file-coding-system to write a file.
14525         (nnagent-retrieve-headers): Bind file-name-coding-system to
14526         nnmail-pathname-coding-system.
14527
14528         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14529
14530         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14531         (nnml-request-article, nnml-request-create-group)
14532         (nnml-request-rename-group, nnml-find-id)
14533         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14534         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14535         (nnml-save-marks): Use nnml-group-pathname instead of
14536         nnmail-group-pathname.
14537
14538         (nnml-request-create-group, nnml-request-expire-articles)
14539         (nnml-request-move-article, nnml-request-delete-group)
14540         (nnml-deletable-article-p, nnml-possibly-create-directory)
14541         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14542         (nnml-open-marks): Bind file-name-coding-system to
14543         nnmail-pathname-coding-system.
14544
14545         (nnml-request-article): Pass server argument to nnml-find-group-number.
14546         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14547         Pass server argument to nnml-possibly-create-directory.
14548         (nnml-request-accept-article): Pass server argument to
14549         nnml-active-number and nnml-save-mail.
14550         (nnml-find-group-number): Pass server argument to nnml-find-id.
14551         (nnml-request-update-info): Pass server argument to
14552         nnml-marks-changed-p.
14553
14554         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14555         (nnml-save-mail, nnml-active-number): Add server argument.
14556
14557         (nnml-request-delete-group): Warn if group is missing.
14558         (nnml-get-nov-buffer): Decode group name.
14559         (nnml-generate-active-info): Encode group name.
14560         (nnml-open-marks): Decode group name in messages.
14561
14562 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14565         if it is not specified.
14566         (gnus-article-pipe-part, gnus-article-save-part)
14567         (gnus-article-interactively-view-part, gnus-article-copy-part)
14568         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14569         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14570         (gnus-article-replace-part, gnus-article-delete-part)
14571         (gnus-article-view-part-as-type): Pass raw prefix argument to
14572         gnus-article-part-wrapper.
14573
14574 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * gnus-agent.el (gnus-agent-save-active):
14577         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14578
14579         * gnus-cache.el (gnus-cache-save-buffers)
14580         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14581         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14582         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14583         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14584         (gnus-cache-generate-active, gnus-cache-rename-group)
14585         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14586         (gnus-cache-update-overview-total-fetched-for):
14587         Bind file-name-coding-system to nnmail-pathname-coding-system.
14588         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14589         New variables.
14590         (gnus-cache-decoded-group-name): New function.
14591         (gnus-cache-file-name): Use it.
14592         (gnus-cache-generate-active): Use non-decoded group name for active.
14593
14594         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14595         right place.
14596         (gnus-write-active-file): Don't break non-ASCII group names.
14597
14598         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14599         nnmail-pathname-coding-system.
14600
14601         * lpath.el: Bind default-file-name-coding-system,
14602         file-name-coding-system and language-info-alist for XEmacs.
14603
14604         * gnus-uu.el (gnus-uu-decode-save): Typo.
14605
14606 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14609
14610 2007-07-14  David Kastrup  <dak@gnu.org>
14611
14612         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14613         finishing actions if we did not edit the article.
14614
14615 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14618         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14619         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14620         (gnus-agent-flush-group, gnus-agent-flush-cache)
14621         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14622         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14623         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14624         (gnus-agent-regenerate-group)
14625         (gnus-agent-update-files-total-fetched-for)
14626         (gnus-agent-update-view-total-fetched-for):
14627         Bind file-name-coding-system to nnmail-pathname-coding-system.
14628         (gnus-agent-group-pathname): Don't encode file names by
14629         nnmail-pathname-coding-system.
14630         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14631         coding-system-for-write instead of buffer-file-coding-system to
14632         gnus-agent-file-coding-system.
14633
14634         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14635         Decode group name.
14636
14637         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14638
14639         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14640         (gnus-read-newsrc-el-file): Make group names unibyte.
14641
14642         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14643         nnmail-pathname-coding-system.
14644
14645         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14646         (nnrss-request-delete-group): Bind file-name-coding-system to
14647         nnmail-pathname-coding-system.
14648         (nnrss-read-server-data, nnrss-read-group-data):
14649         Bind file-name-coding-system correctly.
14650         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14651
14652         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14653         (nntp-server-to-method-cache): New variable.
14654         (nntp-group-pathname): New function that decodes non-ASCII group names.
14655         (nntp-possibly-create-directory, nntp-marks-changed-p)
14656         (nntp-save-marks, nntp-open-marks): Use it.
14657         (nntp-possibly-create-directory, nntp-open-marks):
14658         Bind file-name-coding-system to nnmail-pathname-coding-system.
14659         (nntp-open-marks): Decode group names when bootstrapping marks.
14660
14661         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14662         Newsgroups and Followup-To headers.
14663
14664 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14667         (gnus-server-closed-face, gnus-server-denied-face)
14668         (gnus-server-offline-face): Remove variable.
14669         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14670
14671         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14672         of modifying message-stack directly for XEmacs.
14673
14674         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14675         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14676         if the coding-system argument is nil for XEmacs.
14677
14678         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14679         mm-charset-override-alist.
14680
14681         * rfc2047.el: Don't require base64; require rfc2045 for the function
14682         rfc2045-encode-string.
14683         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14684         to quote the parameter value.
14685
14686 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14689         form in gnus-group-name-charset-method-alist.
14690
14691         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14692         overrides the default layout edit-form.
14693
14694         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14695
14696         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14697
14698 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14701         as unfetched articles.
14702
14703 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14704
14705         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14706
14707 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14710         original back end that keeps marks in the local system.
14711
14712 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14715         arg of pop-to-buffer for XEmacs.
14716         (gnus-article-read-summary-keys): Ditto; don't restore window
14717         configuration if summary command ends up with neither article buffer
14718         nor summary buffer; describe bindings if summary keys end with C-h.
14719
14720 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * message.el (message-fix-before-sending): Skip raw message part to be
14723         forwarded while checking illegible text.
14724         (message-forward-make-body-mime, message-forward-make-body):
14725         Mark signed or encrypted raw message as having no illegible text.
14726
14727 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14730         (gnus-message-with-timestamp-1): New macro.
14731         (gnus-message-with-timestamp): New function.
14732         (gnus-message): Use them.
14733
14734         * nnheader.el (nnheader-message): Use them.
14735
14736 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14739         .newsrc.eld file.
14740
14741 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-agent.el (gnus-agent-fetch-headers)
14744         (gnus-agent-retrieve-headers):
14745         Bind gnus-decode-encoded-address-function to identity.
14746
14747         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14748         available also when the server returns simply a dot.
14749
14750         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14751
14752 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14755
14756 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus-ems.el (gnus-x-splash): Make it work.
14759
14760         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14761         from being used.
14762
14763         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14764
14765 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14768         4th and the 5th arguments.
14769
14770         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14771         the front stickiness.
14772         (gnus-article-summary-command-nosave): Correct the order of the
14773         arguments passed to pop-to-buffer.
14774         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14775         summary command ends up with the article buffer.
14776
14777         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14778         the same faces.
14779
14780 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14781
14782         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14783
14784 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14785
14786         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14787         * gnus-sum.el (gnus-summary-highlight):
14788         * pgg.el (pgg-sign-region, pgg-sign):
14789         * mail-source.el (mail-source-delete-old-incoming-confirm):
14790         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14791
14792 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus-art.el (gnus-mime-view-part-externally)
14795         (gnus-mime-view-part-internally): Fix predicate function passed to
14796         completing-read.
14797
14798         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14799
14800         * gnus.el (gnus-update-message-archive-method): Add :version.
14801
14802 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * gnus.el (gnus-update-message-archive-method): New variable.
14805
14806         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14807         according to gnus-message-archive-method if
14808         gnus-update-message-archive-method is non-nil.
14809
14810 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14813         Suggested by Loic Dachary <loic@dachary.org>.
14814         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14815
14816 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * message.el (message-pop-to-buffer): Add switch-function argument.
14819         (message-mail): Pass switch-function argument to it.
14820
14821 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14822
14823         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14824         Improve doc string.
14825
14826 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14829         (gnus-header-content):
14830         * gnus-cite.el (gnus-cite-10):
14831         * gnus-srvr.el (gnus-server-closed):
14832         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14833         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14834         (gnus-group-mail-3-empty, gnus-group-mail-low)
14835         (gnus-group-mail-low-empty, gnus-splash):
14836         * message.el (message-header-to, message-header-cc)
14837         (message-header-subject, message-header-other, message-header-name)
14838         (message-header-xheader, message-separator, message-cited-text)
14839         (message-mml): Lighten colors of faces used for dark background.
14840
14841 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14842
14843         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14844         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14845
14846 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * message.el (message-narrow-to-headers-or-head):
14849         Ignore mail-header-separator in the body.
14850
14851 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14854         same as window size.
14855
14856 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14857
14858         * message.el (message-font-lock-keywords): Use message-header-xheader
14859         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14860         ahead of the anything pattern, to get it recognized.
14861
14862 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14865         spam.el loads uses it in the compiled defadvice form.
14866
14867 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14868
14869         * gnus-sum.el (gnus-articles-to-read)
14870         (gnus-summary-insert-old-articles): Don't truncate group name for
14871         `read-string'.
14872
14873         * gnus-util.el (gnus-limit-string): Delete this function.
14874
14875         * gnus-sum.el (gnus-simplify-subject-fully):
14876         Use `truncate-string-to-width' instead.
14877
14878 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14879
14880         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14881         Tell if, on summary exit, the next group has to be selected.
14882         (gnus-summary-exit): Use it.
14883
14884 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14887         non-break space.
14888
14889 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14892         Check if group is not a directory.
14893         (nnfolder-request-expire-articles): Don't delete articles if the target
14894         group is not available.
14895
14896         * nnml.el (nnml-request-create-group): Properly check if group is not a
14897         file.
14898         (nnml-request-expire-articles): Don't delete articles if the target
14899         group is not available.
14900
14901         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14902         Don't quote characters that are within parentheses.
14903
14904 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14907         (gnus-handle-ephemeral-exit): Select article according to it.
14908
14909 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * message.el (message-insert-formated-citation-line): Remove newline.
14912         (message-citation-line-format): Add final \n here so that the user can
14913         avoid a blank line.
14914
14915 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14916
14917         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14918         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14919         Update lanl/arXiv support.
14920
14921 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * gnus.el: Bump version number.
14924
14925 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14926
14927         * gnus.el (gnus-version-number): Bump version.
14928
14929 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14930
14931         * gnus.el: No Gnus v0.6 is released.
14932
14933 2007-04-27  Didier Verna  <didier@xemacs.org>
14934
14935         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14936         * gmm-utils.el (gmm-regexp-concat): ... here.
14937         * message.el: Don't require 'gnus-util.
14938         (message-dont-reply-to-names): Handle name change above.
14939         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14940
14941 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14944         since the initial value varies according to the system.
14945
14946 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14949
14950 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14951
14952         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14953
14954 2007-04-24  Didier Verna  <didier@xemacs.org>
14955
14956         Improve the type of gnus-ignored-from-addresses.
14957         * gnus-util.el (gnus-orify-regexp): New function.
14958         * message.el (gnus-util): Require it.
14959         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14960         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14961         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14962
14963 2007-04-24  Didier Verna  <didier@xemacs.org>
14964
14965         * gnus-sum.el:
14966         * gnus-utils.el: Fix some trailing whitespaces.
14967
14968 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14971         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14972         article's Message-ID; refer parent article in summary buffer.
14973
14974         * message.el (message-bounce): Call mime-to-mml.
14975
14976         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14977         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14978         optimize and/or forms properly.
14979
14980 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14981
14982         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14983         URL.
14984
14985 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14988
14989 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14992         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14993         displayed of multipart/alternative part if it is invoked from summary
14994         buffer.
14995
14996         * mm-view.el (mm-inline-text-html-render-with-w3m)
14997         (mm-inline-text-html-render-with-w3m-standalone)
14998         (mm-inline-render-with-function): Use mail-parse-charset by default.
14999
15000 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15001
15002         * parse-time.el (parse-time-string-chars): Check if CHAR
15003         is less than the length of parse-time-syntax.
15004
15005 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15008         from gnus-newsgroup-processable.
15009
15010 2007-04-16  Didier Verna  <didier@xemacs.org>
15011
15012         * gnus-msg.el (gnus-configure-posting-styles):
15013         Handle message-signature-directory properly with :file syntax.
15014         Reported by "Leo".
15015
15016 2007-04-11  Didier Verna  <didier@xemacs.org>
15017
15018         New user option: message-signature-directory.
15019         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15020         * message.el (message-insert-signature): Ditto.
15021         * message.el (message-signature-file): Doc update.
15022         * message.el (message-signature-directory): New.
15023
15024 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-msg.el (gnus-inews-yank-articles):
15027         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15028
15029 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * message.el (message-yank-original): Make sure cited text ends with
15032         newline; don't exchange point and mark.
15033
15034 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15035
15036         * tls.el (open-tls-stream): Properly handle case where there
15037         is no associated buffer.
15038
15039 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15040
15041         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15042         message-yank-original, make sure (< mark TEXT point).
15043
15044 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15045
15046         * message.el (message-fill-column): New variable.
15047         (message-mode): Use it.  Add comment on a possible new hook.
15048
15049         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15050         (nnmail-get-new-mail): Reformat.
15051
15052         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15053
15054         * gmm-utils.el: Fix Commentary.
15055         (gmm-tool-bar-from-list): Fix typo in doc string.
15056
15057 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15058
15059         * message.el (message-yank-original): Don't switch point and mark
15060         unnecessarily to put point and mark as documented.
15061
15062 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15063
15064         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15065         from the message heads.
15066
15067 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15068
15069         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15070         article buffer does not have a window.  This may not be the best
15071         solution but is certainly better than setting the start of the null,
15072         that is the current, window.
15073
15074 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15077         (gnus-draft-setup): Run it.
15078
15079         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15080         gnus-score-fast-scoring.  Allow regexp.
15081         (gnus-score-headers): Use it.
15082
15083         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15084         XEmacs.
15085
15086         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15087         string.
15088         (gnus-button-alist): Also catch `<f1> k ...'.
15089         (gnus-treat-display-x-face): Fix doc string.
15090
15091 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15092
15093         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15094         evaluation of gnus-extended-version to ensure correct generation of the
15095         User-Agent header when message-generate-headers-first is used.
15096
15097 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15098
15099         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15100         hashcash-path is nil.  Don't call callback with incorrect number of
15101         parameters if val is 0.
15102
15103 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15104
15105         * message.el (message-required-news-headers):
15106         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15107
15108 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15109
15110         * tls.el (open-tls-stream): In handshake-waiting loop,
15111         don't wait more if there is output available to process.
15112
15113 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15114
15115         * tls.el (tls-program): Doc fix.
15116
15117 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * message.el (message-generate-new-buffers): Change the meaning of the
15120         nil value; add `standard' to the choices; treat t as `unique'; improve
15121         doc string.
15122         (gnus-select-frame-set-input-focus): Autoload.
15123         (message-buffer-name): Search for the existing message buffer if
15124         message-generate-new-buffers is nil or `standard'; treat the value t of
15125         message-generate-new-buffers as `unique'.
15126         (message-pop-to-buffer): Raise the frame already displaying the message
15127         buffer; clear the echo area after querying.
15128         (message-setup): Pass the `continue' argument to compose-mail.
15129         (message-mail): Prefer `switch-function' if it is given; search for the
15130         existing message buffer if the `continue' argument is non-nil; pass
15131         continue and switch-function arguments to compose-mail by way of
15132         message-setup.
15133         (message-mail-other-window): Adjust argument of message-setup.
15134         (message-mail-other-frame): Ditto.
15135
15136 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15139         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15140         to turn font-lock on when turning gnus-message-citation-mode on.
15141
15142 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15143
15144         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15145         (mml-smime-function-alist): New variable; add epg as the backend.
15146         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15147         mml-smime- functions instead.
15148         * mm-view.el: Require smime.
15149
15150 2007-03-05  Didier Verna  <didier@xemacs.org>
15151
15152         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15153         instead of just inheritance for posting styles.
15154         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15155
15156 2007-02-24  Chris Moore  <dooglus@gmail.com>
15157
15158         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15159         * pgg-pgp.el (pgg-pgp-encrypt-region):
15160         * pgg-gpg.el (pgg-gpg-encrypt-region):
15161         Check pgg-encrypt-for-me if no other recipients.
15162
15163 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15164
15165         * tls.el (tls-certtool-program): Fix custom type.
15166
15167 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15170         and point-at-eol instead of line-(beginning|end)-position.
15171
15172         * assistant.el (assistant-parse-buffer): Ditto.
15173
15174         * netrc.el (netrc-parse-services): Ditto.
15175
15176 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15177
15178         * mml2015.el (mml2015-epg-find-usable-key): New function.
15179         (mml2015-epg-sign): Use it.
15180         (mml2015-epg-encrypt): Use it.
15181
15182 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * message.el (message-make-in-reply-to): Quote name containing
15185         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15186         if there are special characters.  Reported by NAKAJI Hiroyuki
15187         <nakaji@jp.freebsd.org>.
15188
15189 2007-02-27  Didier Verna  <didier@xemacs.org>
15190
15191         Include the group parameters as well as the topic ones in the
15192         inheritance filter process.
15193         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15194         argument GROUP-PARAMS-LIST.
15195         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15196
15197 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * nntp.el (nntp-never-echoes-commands)
15200         (nntp-open-connection-functions-never-echo-commands): New variables.
15201         (nntp-send-command): Use them.
15202
15203 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15204
15205         * mml2015.el (mml2015-epg-verify): Simplify.
15206
15207 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * mml.el (mml-content-disposition-alist): New user option.
15210         (mml-content-disposition): New function.
15211         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15212         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15213
15214 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15215
15216         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15217         verification.
15218
15219 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15220
15221         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15222         articles posted in the last 24 hours.
15223
15224 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15225
15226         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15227
15228 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15229
15230         * nntp.el (nntp-send-command): Don't wait for echoes when
15231         nntp-open-ssl-stream is used.
15232
15233 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15236         (gnus-message-add-citation-keywords)
15237         (gnus-message-remove-citation-keywords): Remove.
15238         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15239         directly, make the variables in font-lock-defaults buffer-local, add
15240         gnus-message-citation-keywords to them and then update the value of
15241         font-lock-keywords.
15242
15243 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * message.el (message-cite-original-1): Don't call
15246         gnus-article-highlight-citation.
15247
15248         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15249         citations; fix line count.
15250
15251 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15254         (gnus-message-add-citation-keywords)
15255         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15256         versions of font-lock-add-keywords and font-lock-remove-keywords to
15257         work with XEmacs correctly.
15258
15259 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * gnus-cite.el (gnus-cite-face-list): Set the values of
15262         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15263         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15264         (gnus-message-cite-prefix-regexp): New variable.
15265         (gnus-message-search-citation-line): Use it; protect against long
15266         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15267         the 0th match data for Emacs.
15268         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15269         (gnus-message-add-citation-keywords): Append keywords rather than
15270         prepending; emulate font-lock-add-keywords if it is not available.
15271         (gnus-message-remove-citation-keywords):
15272         Emulate font-lock-remove-keywords if it is not available.
15273
15274         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15275
15276         * message.el (message-cite-prefix-regexp): Set the value of
15277         gnus-message-cite-prefix-regexp.
15278
15279 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15280
15281         * nnweb.el (nnweb-google-parse-1): Update parser.
15282
15283 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15284
15285         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15286
15287 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15288
15289         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15290         regexp.
15291
15292 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15295         string-to-multibyte.
15296         (uudecode-decode-region-internal): Use it.
15297
15298         * lpath.el: Fbind string-as-multibyte for XEmacs.
15299
15300 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15301
15302         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15303         Fix custom choice.
15304
15305         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15306
15307 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15308
15309         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15310
15311         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15312         `write-region' to respect `mm-inhibit-file-name-handlers'.
15313
15314 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15315
15316         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15317         Use gnus-home-directory instead of "~/" or "$HOME".
15318
15319 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15320
15321         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15322         to mention filename.
15323         Add comments at beginning regarding usage.
15324         (encrypt-write-file-contents): Change interactive so a string is
15325         acceptable.  If the file has no associated model, show an error instead
15326         of a nonsense prompt.
15327
15328 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15329
15330         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15331         Thanks to Yoshihiko Yamada for kind notification of this typo.
15332
15333 2007-01-12  Kenichi Handa  <handa@m17n.org>
15334
15335         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15336         multibyte buffer.
15337
15338 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15339
15340         * gnus-score.el (gnus-score-fast-scoring): New variable.
15341         (gnus-score-headers): Use it.
15342
15343         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15344
15345         * message.el (message-cite-original-1):
15346         Call gnus-article-highlight-citation if requested.
15347         (message-make-from): Allow name and address as optional arguments.
15348
15349         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15350
15351         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15352         bugs to doc string.
15353         (gnus-button-alist): Add mid\\|message-id.
15354         (gnus-button-fetch-group): Extend for use in
15355         `browse-url-browser-function'.
15356         (gnus-button-url-regexp): Try to catch paired parentheses like in
15357         Wikipedia URLs.
15358
15359         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15360         Suggested by Simon Krahnke <overlord@gmx.li>.
15361
15362 2007-01-13  Romain Francoise  <romain@orebokech.com>
15363
15364         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15365         Update copyright.
15366
15367 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15368
15369         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15370
15371 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15372
15373         * gnus-registry.el (gnus-registry-unfollowed-groups)
15374         (gnus-registry-split-fancy-with-parent): Fix documentation.
15375
15376 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15377
15378         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15379         from nnweb groups.
15380
15381 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15382
15383         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15384         Xref urls.  Erase buffer before requesting head.
15385
15386         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15387
15388 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15389
15390         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15391         customizable.
15392
15393 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15394
15395         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15396         no signing key is found.
15397         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15398         no encrypting and/or signing key is found.
15399
15400 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15401
15402         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15403
15404 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15405
15406         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15407         headers read from disk with the ones newly found in the current search.
15408         This should no longer cause problems, because the article numbers in
15409         Gmane's `nov.php' output are ignored since the previous change.
15410
15411 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15412
15413         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15414
15415 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15418         replace-regexp-in-string; bind url-version; fbind display-images-p and
15419         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15420         find-face and set-itimer-function for Emacs; bind itimer-list for
15421         Emacs.
15422
15423         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15424
15425 2007-01-01  Romain Francoise  <romain@orebokech.com>
15426
15427         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15428
15429 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15430
15431         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15432         `define-minor-mode' macro definition expanded properly.
15433         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15434         exclude it there.
15435
15436         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15437         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15438         `fboundp' test.
15439         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15440         This is OK to autoload in (S)XEmacs now.
15441
15442 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15443
15444         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15445         keystroke.
15446         (gnus-summary-limit-to-singletons): Fix typo.
15447
15448         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15449         else fails.
15450
15451 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15452
15453         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15454         docstring.
15455
15456         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15457         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15458         (gnus-summary-insert-dormant-articles): Fix typo in message.
15459
15460 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15461
15462         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15463         nil for XEmacs.
15464         (gnus-message-citation-mode): Don't autoload in XEmacs.
15465
15466         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15467
15468 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15469
15470         * nnimap.el (nnimap-expunge-search-string):
15471         Mention nnimap-search-uids-not-since-is-evil in docstring.
15472
15473 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15474
15475         * spam.el: Revert to make-obsolete-variable because
15476         define-obsolete-variable-alias is not supported in Emacs 21.
15477
15478         * spam.el (spam-ifile-path, spam-ifile-database-path)
15479         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15480         make-obsolete-variable.
15481         (spam-bsfilter-path, spam-bsfilter-program)
15482         (spam-spamassassin-path, spam-spamassassin-program)
15483         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15484         Don't use "path" inappropriately.
15485         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15486         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15487         variable names.
15488
15489 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15490
15491         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15492         summary buffer.
15493
15494         * password.el (password-cache-remove): Use clear-string to burn
15495         password, if available.
15496
15497 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15498
15499         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15500
15501         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15502
15503         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15504         (gnus-message-highlight-citation): Move defcustom here from
15505         gnus-cite.el.
15506         (gnus-message-citation-mode): Autoload.
15507
15508         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15509         checks to make it compile with XEmacs.
15510         (gnus-message-citation-mode): New minor mode.
15511         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15512         (gnus-message-highlight-citation): New variables.
15513         (gnus-message-search-citation-line)
15514         (gnus-message-add-citation-keywords)
15515         (gnus-message-remove-citation-keywords)
15516         (turn-on-gnus-message-citation-mode)
15517         (turn-off-gnus-message-citation-mode): New functions.
15518
15519 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15520
15521         * gnus-cite.el: Enable highlighting of different citation levels in
15522         message-mode.
15523
15524 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * message.el (message-make-fqdn): Fix comment.
15527         (message-bogus-system-names): Add ".local".
15528
15529         * spam.el (spam-ifile-path, spam-ifile-program)
15530         (spam-ifile-database-path, spam-ifile-database)
15531         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15532         Don't use "path" inappropriately.
15533         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15534         strings.
15535         (spam-check-ifile, spam-ifile-register-with-ifile)
15536         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15537         Use new variable names.
15538
15539         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15540         (gnus-treat-display-smileys): Simplify using
15541         gnus-image-type-available-p.
15542
15543         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15544         available.
15545
15546         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15547         Use `display-images-p' if available.
15548
15549 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15552         one after turning on the buffer's multibyteness instead of decoding
15553         them directly in the unibyte buffer that causes unexpected conversion
15554         in Emacs 23 (unicode).
15555
15556 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15557
15558         * message.el (message-generate-hashcash): Fix custom type.
15559
15560 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15561
15562         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15563
15564 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15565
15566         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15567         disconnect icons.  Add help text.
15568
15569 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15570
15571         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15572         negated to be consistent with the others we handle.
15573
15574 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15575
15576         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15577         version of gnus-summary-buffer to something, so that we can use two
15578         article buffers at the same time.
15579
15580 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15581
15582         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15583         trigger all the extra headers.
15584         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15585         sorting.
15586
15587 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15588
15589         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15590         solid groups.
15591
15592 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15593
15594         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15595
15596 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * legacy-gnus-agent.el: Add Copyright notice.
15599
15600 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15601
15602         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15603
15604 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15605
15606         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15607
15608         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15609         to make it work reliably in CVS Emacs.
15610         (gnus-summary-limit-strange-charsets-predicate)
15611         (gnus-summary-limit-to-predicate): New functions.
15612
15613 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15614
15615         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15616         specifying array size.
15617         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15618         array if it is too small.
15619         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15620         (gnus-sort-threads-loop): New function.
15621
15622 2006-12-06  Chris Moore  <dooglus@gmail.com>
15623
15624         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15625         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15626
15627 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15628
15629         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15630         options.
15631
15632 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15633
15634         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15635         DOS-ing the recipient.
15636
15637         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15638         the headers when creating the mapping to avoid mismappings.
15639         (nnweb-gmane-create-mapping): Always nix out old mapping.
15640
15641 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15644         and mm-verify-option to never.
15645
15646 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * message.el (message-signed-or-encrypted-p): New function.
15649         (message-forward-make-body): Use it.
15650
15651         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15652         Replace encode-coding-string with mm-encode-coding-string.
15653
15654 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * nneething.el (nneething-decode-file-name):
15657         Replace decode-coding-string with mm-decode-coding-string.
15658
15659         * gnus-int.el (gnus-open-server): Say failed server's name.
15660
15661 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15662
15663         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15664         strings to a single string.  Quote `errors-file-name'.
15665         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15666         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15667         Adjust calls.  Use `shell-quote-argument'.
15668
15669 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15670
15671         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15672         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15673
15674         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15675         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15676         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15677         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15678         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15679         (gnus-subscribe-newsgroup, gnus-1):
15680         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15681         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15682         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15683         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15684
15685 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15686
15687         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15688         keystroke.
15689         (gnus-summary-limit-to-bodies): Implement headersp.
15690
15691 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15692
15693         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15694
15695 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15698
15699 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15700
15701         * message.el (message-generate-hashcash): Expand range of values to
15702         include `opportunistic'.
15703         (message-send-mail): Use it.
15704
15705 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15706
15707         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15708         and comment it.
15709
15710         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15711
15712 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15713
15714         * gnus-util.el (gnus-extract-address-components): Improve comment.
15715
15716 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-util.el (gnus-extract-address-components): Work with address in
15719         which the name portion contains @.
15720
15721         * lpath.el: Fbind custom-autoload.
15722
15723 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15724
15725         * gnus.el (gnus-start): Move custom group up.
15726         (gnus-select-method): Don't autoload, but make it available for
15727         `customize-variable'.
15728         (gnus-getenv-nntpserver): Don't autoload.
15729
15730 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15731
15732         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15733
15734 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15735
15736         * message.el (message-sendmail-extra-arguments): New variable.
15737         (message-send-mail-with-sendmail): Use it.
15738
15739 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15742         mm-with-unibyte-current-buffer to make string unibyte.
15743
15744         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15745         mm-string-as-multibyte.
15746
15747 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15748
15749         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15750         Reported by Werner Koch <wk@gnupg.org>.
15751
15752 2006-11-14  Daiki Ueno  <ueno@p360>
15753
15754         * mml2015.el: Autoload epa-select-keys when compiling.
15755
15756 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15757
15758         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15759         message-options.
15760         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15761
15762 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15763
15764         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15765         EasyPG (< 0.0.6).
15766         (mml2015-always-trust): New user option.
15767         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15768         prompt.
15769
15770 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * nntp.el (nntp-authinfo-force): New variable.
15773         (nntp-send-authinfo): Use it.
15774
15775 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15776
15777         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15778         decode encoded words.  Improve prompt.  Add comment about forwarding.
15779         (message-replacement-char): Move up.
15780
15781 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15782
15783         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15784         instead of gnus-intersection because arguments of gnus-sorted-nunion
15785         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15786
15787 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15788
15789         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15790         (message-simplify-subject-functions):
15791         Enable message-strip-subject-encoded-words by default.
15792
15793 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15794
15795         * message.el (message-strip-subject-encoded-words): New function.
15796         (message-simplify-subject-functions): New variable.
15797         (message-simplify-subject): Use it.  Fix typo in doc string.
15798         Support message-strip-subject-encoded-words.
15799
15800 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15801
15802         * gnus-diary.el (gnus-diary-delay-format-function):
15803         * nndiary.el (nndiary-reminders):
15804         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15805
15806 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15807
15808         * gnus-art.el (article-hide-boring-headers): Fetch date from
15809         gnus-original-article-buffer to avoid problems with localized date
15810         strings.
15811
15812 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15815
15816 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15817
15818         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15819         New variables.
15820         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15821         (mm-charset-synonym-alist): Move some entries to
15822         mm-codepage-iso-8859-list.
15823         (mm-charset-synonym-alist, mm-charset-override-alist):
15824         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15825
15826 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15829
15830 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15831
15832         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15833         with Emacs 21 and XEmacs.
15834
15835 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15836
15837         * spam.el (spam-parse-address): New function for better parsing,
15838         catching errors, etc.
15839         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15840
15841 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15842
15843         * mm-view.el: Add interactive arg to html2text autoload.
15844
15845 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15848
15849 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15850
15851         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15852         New variables.
15853         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15854         (mm-charset-synonym-alist): Move some entries to
15855         mm-codepage-iso-8859-list.
15856
15857         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15858
15859 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15860
15861         * message.el (message-citation-line-format)
15862         (message-insert-formated-citation-line): Fix implementation of %E, %N
15863         and %n according to the doc string.
15864
15865 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15866
15867         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15868         Use car-safe to avoid bad parses.
15869
15870 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15873         names.
15874
15875         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15876
15877 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15880         header.
15881
15882         * message.el (message-draft-headers): Add Date.
15883         (message-headers-to-generate): Fix typo in docstring.
15884
15885         * nndraft.el (nndraft-required-headers): New variable.
15886         (nndraft-generate-headers): Use it.
15887
15888         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15889
15890 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15891
15892         * gnus-registry.el (gnus-registry-wash-for-keywords)
15893         (gnus-registry-find-keywords): New functions to allow easy searching of
15894         articles that are in the registry.
15895
15896 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15897
15898         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15899         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15900         Reported by Damien Elmes <damien@repose.cx>.
15901
15902 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15903
15904         * gnus.el (gnus-mime): Remove unused custom group.
15905
15906 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15907
15908         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15909         "blank line" when searching for end of armor headers.
15910
15911 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * gmm-utils.el (gmm-write-region): Fix variable name.
15914
15915 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15916
15917         * gmm-utils.el (gmm-write-region): New function based on compatibility
15918         code from `mm-make-temp-file'.
15919
15920         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15921
15922         * nnmaildir.el (nnmaildir--update-nov)
15923         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15924         Use `gmm-write-region'.
15925
15926 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15929         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15930
15931         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15932
15933         * message.el (message-replacement-char): New variable.
15934         (message-fix-before-sending): Use it.
15935         (message-simplify-subject): New function to remove duplicate code.
15936         (message-reply, message-followup): Use it.
15937
15938         * gnus-sum.el (gnus-summary-make-menu-bar):
15939         Clarify gnus-summary-limit-to-articles.
15940
15941 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * gnus-util.el (gnus-with-local-quit): New macro.
15944
15945         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15946
15947 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15948
15949         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15950         ignore non-string data.
15951
15952 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15953
15954         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15955         non-string data (needs to be done in the registry too).
15956
15957 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15958
15959         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15960         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15961         (gnus-registry-split-fancy-with-parent)
15962         (gnus-registry-fetch-simplified-message-subject-fast)
15963         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15964         Remove text properties on ingress into the registry and when it's saved.
15965         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15966         registry from entries with no groups.
15967
15968 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15969
15970         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15971         function to remove string properties.
15972
15973 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15974
15975         * gmm-utils.el (gmm): Adjust custom version.
15976
15977         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15978         Adjust custom version.
15979
15980         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15981
15982 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15983
15984         * gnus-art.el (gnus-insert-prev-page-button)
15985         (gnus-insert-next-page-button): Simplify.  Reformat.
15986
15987 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15988
15989         * gnus-art.el (gnus-insert-prev-page-button)
15990         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15991
15992 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15993
15994         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15995
15996 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15997
15998         * gnus-art.el (gnus-insert-mime-button)
15999         (gnus-insert-mime-security-button):
16000         Apply gnus-article-button-face to MIME and security buttons.
16001
16002 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16005         readable.
16006
16007 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16010
16011 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16012
16013         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16014         `browse-url-of-file' instead of `browse-url'.
16015
16016 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16017
16018         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16019         regexp.  Articles containing quotation were cut prematurely.
16020
16021 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * message.el (message-cite-original-1): Use nobody by default for the
16024         value of From header.
16025         (message-reply): Ditto.
16026
16027 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16028
16029         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16030         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16031         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16032
16033 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16034
16035         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16036         mails in the doc string.  Add some URLs in comment.
16037         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16038
16039 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16042         backslashes handling and the way to find boundaries of quoted strings.
16043
16044 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16045
16046         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16047         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16048         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16049         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16050
16051 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16052
16053         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16054         doc string.
16055         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16056
16057 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * lpath.el: Fbind epg-check-configuration.
16060
16061 2006-09-06  Simon Josefsson  <jas@extundo.com>
16062
16063         * mml2015.el (mml2015-use): Doc fix, mention epg.
16064
16065 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16066
16067         * mml2015.el (mml2015-use): Default to epg, if available.
16068
16069 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16070
16071         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16072         message-sender.
16073         (mml1991-epg-encrypt): Ditto.
16074         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16075         message-sender.
16076         (mml2015-epg-encrypt): Ditto.
16077
16078 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16079
16080         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16081         several common directories.
16082
16083 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16084
16085         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16086         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16087
16088 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * gnus-art.el (article-decode-encoded-words): Make it fast.
16091
16092 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16095
16096         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16097         in quoted string into `\'.
16098
16099 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16102         Use standard-syntax-table.
16103
16104 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * gnus-art.el (gnus-decode-address-function): New variable.
16107         (article-decode-encoded-words): Use it to decode headers which are
16108         assumed to contain addresses.
16109         (gnus-mime-delete-part): Remove useless `or'.
16110
16111         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16112         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16113         (gnus-nov-parse-line): Use it to decode From header.
16114         (gnus-get-newsgroup-headers): Ditto.
16115         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16116
16117         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16118         (mail-decode-encoded-address-string): New alias.
16119
16120         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16121         New function.
16122         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16123         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16124         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16125         (rfc2047-decode-string): Ditto.
16126         (rfc2047-decode-address-region): New function.
16127         (rfc2047-decode-address-string): New function.
16128
16129 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16130
16131         * message.el (message-caesar-buffer-body): Allow rotating headers.
16132
16133         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16134
16135         * message.el (message-insert-formated-citation-line): Fix %f.
16136         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16137
16138 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16141         (gnus-bookmark-mouse-available-p): New macro.
16142         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16143         (gnus-bookmark-bmenu-show-infos): Use it.
16144         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16145         (gnus-bookmark-bmenu-hide-infos): Ditto.
16146         (gnus-bookmark-remove-properties): New function.
16147         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16148         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16149         (gnus-bookmark-write-file): Bind coding-system-for-write.
16150         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16151         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16152         group before selecting it.
16153         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16154         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16155         quit-window if it is not available; use gnus-mouse-2 and bind it to
16156         gnus-bookmark-bmenu-select-by-mouse.
16157         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16158         (gnus-bookmark-bmenu-select-by-mouse): New function.
16159
16160 2006-08-13  Romain Francoise  <romain@orebokech.com>
16161
16162         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16163         space.
16164
16165 2006-08-10  Romain Francoise  <romain@orebokech.com>
16166
16167         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16168         (dns-mode-soa-auto-increment-serial): New user option.
16169         (dns-mode-soa-maybe-increment-serial): New function.
16170         (dns-mode): Add the latter to `write-contents-functions'.
16171
16172 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * compface.el (uncompface): Use binary rather than raw-text-unix.
16175
16176 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * compface.el (uncompface): Make sure the eol conversion doesn't take
16179         place when communicating with the external programs.
16180         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16181
16182 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16185
16186 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16187
16188         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16189         Make it more robust by parsing author and date independently.
16190
16191 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16192
16193         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16194
16195 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16196
16197         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16198         first matching secret key.
16199         (mml2015-epg-encrypt): Ditto.
16200
16201         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16202         first matching secret key.
16203         (mml1991-epg-encrypt): Ditto.
16204
16205         * mml2015.el (mml2015-encrypt-to-self): New user option.
16206         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16207         mml2015-epg-encrypt-to-self is set.
16208
16209         * mml1991.el (mml1991-encrypt-to-self): New variable.
16210         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16211         mml1991-epg-encrypt-to-self is set.
16212
16213         * mml2015.el (mml2015-signers): New user option.
16214         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16215         (mml2015-epg-encrypt): Allow to select signing keys.
16216
16217         * mml1991.el (mml1991-signers): New variable.
16218         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16219         (mml1991-epg-encrypt): Allow to select signing keys.
16220
16221 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * nnheader.el (nnheader-insert-head): Make it work even if the file
16224         uses CRLF for the line-break code.
16225
16226 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16227
16228         * mml2015.el: Require mml-sec instead of password.
16229         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16230         (mml2015-cache-passphrase): Inherit the default value from
16231         mml-secure-cache-passphrase.
16232         (mml2015-passphrase-cache-expiry): Inherit the default value from
16233         mml-secure-passphrase-cache-expiry.
16234
16235         * mml1991.el: Require mml-sec instead of password.
16236         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16237         (mml1991-cache-passphrase): Inherit the default value from
16238         mml-secure-cache-passphrase.
16239         (mml1991-passphrase-cache-expiry): Inherit the default value from
16240         mml-secure-passphrase-cache-expiry.
16241
16242         * mml-sec.el: Require password.
16243         (mml-secure-verbose): New user option.
16244         (mml-secure-cache-passphrase): New user option.
16245         (mml-secure-passphrase-cache-expiry): New user option.
16246
16247 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16248             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16249
16250         * pgg-def.el (pgg-truncate-key-identifier):
16251         Truncate the key ID to 8 letters from the end.
16252
16253 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16254
16255         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16256         workaround for the url package included with Emacs.
16257
16258         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16259
16260 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16263         correctly.  This fixes a bug caused by the 2006-05-12 change.
16264
16265 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16266
16267         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16268         some information about the error when saying that the `bogus' mail
16269         group will be used.
16270
16271 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16272
16273         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16274         string.
16275
16276 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16277
16278         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16279
16280 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16281
16282         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16283
16284 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16285
16286         * mml1991.el (mml1991-function-alist): Add epg.
16287         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16288         (mml1991-epg-encrypt): New functions.
16289
16290 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16291
16292         * mml2015.el (mml2015-verbose): New variable.
16293         (mml2015-cache-passphrase): Ditto.
16294         (mml2015-passphrase-cache-expiry): Ditto.
16295         (mml2015-function-alist): Add epg.
16296         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16297         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16298         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16299         New functions.
16300
16301 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16302
16303         * message.el (message-cite-original-1): Preserve region when removing
16304         quoted text due to X-No-Archive in order to avoid bogus attribution
16305         when citing multiple messages.
16306
16307 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16308
16309         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16310         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16311
16312 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16313
16314         * gnus-diary.el (gnus-user-format-function-d)
16315         (gnus-user-format-function-D): Autoload.
16316
16317         * imap.el (Commentary): Fix typo.
16318
16319         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16320         2006-04-22 contribution.
16321
16322 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16323
16324         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16325         It didn't really fix the bogosity I'm seeing with solid web groups.
16326
16327 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16328
16329         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16330         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16331         created using server names.  If we use the feature without declaring
16332         it, Gnus does not properly manage server and group state.
16333
16334         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16335         bound.
16336
16337 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16338
16339         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16340         looking up the method using GROUP's prefix before inventing a new one.
16341         It is used on killed/unknown groups in various places where returning
16342         an all-new method isn't expected by the caller.
16343
16344         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16345         and match semantics of gnus-group-real-prefix.
16346
16347 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16348
16349         * nnmail.el (nnmail-broken-references-mailers): New variable.
16350         (nnmail-ignore-broken-references): New function generalizing
16351         nnmail-fix-eudora-headers.
16352         (nnmail-fix-eudora-headers): Now obsolete.
16353
16354         * gnus-art.el (gnus-button-handle-custom):
16355         Support `customize-apropos*'.
16356
16357 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16358
16359         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16360
16361         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16362         articles.
16363
16364 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16365
16366         * message.el (message-cite-reply-above): New variable.
16367         (message-yank-original): Use it.
16368
16369 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16370
16371         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16372
16373 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16374
16375         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16376         as read.
16377
16378         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16379
16380 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16381
16382         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16383         (gnus-bookmark-default-file): Use gnus-directory.
16384         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16385         Remove "*" in doc string.
16386         (gnus-bookmark-write-file): Simplify.
16387         (gnus-bookmark-maybe-sort-alist): Use `when'.
16388         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16389         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16390         Add FIXME about Emacs 21 and XEmacs compatibility.
16391         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16392         compatibility.
16393         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16394         compatibility.
16395         (gnus-bookmark-menu-heading): Fix version.
16396
16397 2006-06-19  Bastien Guerry  <bzg@altern.org>
16398
16399         * gnus-bookmark.el: New file.
16400
16401 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * message.el (message-syntax-checks): Doc fix.
16404
16405 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16406
16407         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16408         unsubscribed groups as if they were killed ones.  It causes duplicate
16409         entries in gnus-newsrc-alist.
16410
16411 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * message.el (message-syntax-checks): Doc fix.
16414         (message-send-mail): Add check for continuation headers.
16415         (message-check-news-header-syntax): Fix regexp used to check for
16416         continuation headers.
16417
16418 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16421
16422 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16423
16424         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16425
16426 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16429         default-truncate-lines.
16430
16431 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16434         to fill the utf-8 entry.
16435
16436         * lpath.el: Fbind unicode-precedence-list.
16437
16438 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16439
16440         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16441
16442 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16443
16444         * gnus-agent.el (directory-files-and-attributes): Move all the way
16445         forward (the third and final move).
16446         (gnus-agent-read-agentview): Trap reconstruction errors due to
16447         nonexistent directory.  Handle by returning nil.
16448
16449 2006-05-30  Didier Verna  <didier@xemacs.org>
16450
16451         * message.el (message-dont-reply-to-names): Update the custom type.
16452         * message.el (message-dont-reply-to-names): New defsubst: potentially
16453         convert a list of regexps into a single one.
16454         * message.el (message-get-reply-headers): Use it.
16455         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16456
16457 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * gnus-agent.el (directory-files-and-attributes): Move forward.
16460
16461 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16462
16463         * gnus-ml.el (gnus-mailing-list-subscribe)
16464         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16465         (gnus-mailing-list-message): Fix doc strings.
16466
16467 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16468
16469         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16470         of doing it manually.
16471
16472 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16473
16474         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16475         comment.
16476
16477 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16478
16479         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16480         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16481         (gnus-agent-read-local): All symbols allocated in my-obarray.
16482         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16483         (gnus-agent-regenerate-group): Check numeric names to see if they are
16484         messages or groups.
16485         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16486         better way of do this...)
16487
16488         * gnus-cache.el (gnus-agent-total-fetched-for):
16489         Ignore 'dummy.group' (there should be a better way of do this...)
16490
16491 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16492
16493         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16494         (gnus-saved-headers): Ditto.
16495         (gnus-default-article-saver): Mention functions may have properties.
16496         (gnus-article-save): Override gnus-save-all-headers and
16497         gnus-saved-headers by :headers property which saver function may have.
16498         (gnus-summary-save-in-file): Add :headers property.
16499         (gnus-summary-write-to-file): Ditto.
16500
16501         * gnus-sum.el (gnus-summary-save-article): Bind
16502         gnus-prompt-before-saving to t when saving many articles in a file;
16503         always show all headers.
16504
16505         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16506
16507 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16508
16509         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16510         marks.
16511
16512         * message.el (message-indent-citation): Add optional arguments to allow
16513         using it outside of message buffers.
16514
16515         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16516         (gnus-article-treat-unfold-headers): Use it.
16517         (gnus-article-truncate-lines): New variable.
16518         (gnus-article-mode): Use it.
16519         (gnus-article-toggle-truncate-lines): New function.
16520
16521         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16522         Add gnus-article-toggle-truncate-lines.
16523
16524         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16525         coding system in XEmacs, use binary.
16526
16527 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16530         after-load-alist.
16531
16532         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16533         this function should save decoded articles.
16534         (gnus-summary-write-to-file): Use property to specify this function
16535         should save decoded articles and specify gnus-summary-save-in-file
16536         should be used to save articles other than the first one when saving
16537         many articles.
16538         (gnus-summary-save-body-in-file): Use property to specify this
16539         function should save decoded articles.
16540         (gnus-summary-write-body-to-file): Use property to specify this
16541         function should save decoded articles and specify
16542         gnus-summary-save-body-in-file should be used to save articles other
16543         than the first one when saving many articles.
16544
16545         * gnus-sum.el (gnus-summary-save-article): Simplify.
16546
16547 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus-art.el (gnus-default-article-saver):
16550         Add gnus-summary-write-body-to-file.
16551         (gnus-article-save-coding-system): Don't use coding system object
16552         in XEmacs.
16553         (gnus-read-save-file-name): Add optional `dir-var' argument which
16554         specifies directory in which files are saved; work even if optional
16555         `variable' argument is not specified.
16556         (gnus-summary-write-to-file): Read file name.
16557         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16558         (gnus-summary-write-body-to-file): New function.
16559
16560         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16561         (gnus-summary-local-variables): Add it.
16562         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16563         (gnus-summary-save-article): Remove optional `decode' argument;
16564         determine whether to decode articles by the value of
16565         gnus-default-article-saver; when saving many files using
16566         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16567         it first and use gnus-summary-save-in-file or
16568         gnus-summary-save-body-in-file thereafter unless
16569         gnus-prompt-before-saving is always; move point to article which
16570         will be saved.
16571         (gnus-summary-save-article-file): Revert.
16572         (gnus-summary-write-article-file): Revert.
16573         (gnus-summary-save-article-body-file): Revert.
16574         (gnus-summary-write-article-body-file): New function.
16575
16576 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * gnus-art.el (gnus-default-article-saver): Doc fix.
16579         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16580         from gnus-summary-save-article-coding-system, and default to a
16581         certain coding system.
16582         (gnus-output-to-file): Add coding cookie and encode text according
16583         to gnus-article-save-coding-system; don't use mm-append-to-file.
16584
16585         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16586         gnus-art.el and rename to gnus-article-save-coding-system.
16587         (gnus-summary-save-article): Require gnus-art; don't show all
16588         headers if it decodes articles; don't add coding cookie here;
16589         don't bind mm-text-coding-system-for-write.
16590         (gnus-summary-save-article-file): Save decoded articles.
16591         (gnus-summary-write-article-file): When saving many files, use
16592         gnus-summary-write-to-file first and gnus-summary-save-in-file
16593         thereafter unless gnus-prompt-before-saving is always.
16594         (gnus-summary-save-article-body-file): Save decoded articles.
16595
16596         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16597
16598 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * nnrss.el (nnrss-check-group): Bind hash-index.
16601
16602 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16603
16604         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16605         its hash index.  Store this hash in `nnrss-group-data'.
16606         (nnrss-read-group-data): Update accordingly.
16607
16608 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16609
16610         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16611         entry.
16612
16613         * gnus-sum.el (gnus-summary-make-menu-bar):
16614         Add gnus-article-browse-html-article.
16615
16616 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16617
16618         * gnus-sum.el (gnus-summary-mime-map):
16619         Add gnus-article-browse-html-article.
16620
16621         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16622
16623 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16624
16625         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16626         suitable coding systems in customize.
16627
16628 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16629
16630         * mail-source.el (mail-sources): Fix custom type.
16631
16632 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16633
16634         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16635         (gnus-summary-expire-articles-now): Shorten prompt.
16636
16637         * gmm-utils.el (wid-edit): Require.
16638         (defun-gmm): Rename from `gmm-defun-compat'.
16639         (gmm-image-search-load-path): Use it.
16640         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16641
16642 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * gnus-sum.el (gnus-summary-save-article-coding-system):
16645         New variable.
16646         (gnus-summary-save-article): Add optional `decode' argument.
16647         If it is set and gnus-summary-save-article-coding-system is non-nil,
16648         save decoded article.
16649         (gnus-summary-write-article-file): Save decoded article if
16650         gnus-summary-save-article-coding-system is non-nil.
16651
16652         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16653         type.
16654
16655 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16658
16659 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16662         first to test gnus-single-article-buffer which may be buffer-local.
16663
16664         * gnus-sum.el (gnus-summary-setup-buffer):
16665         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16666         group; make gnus-article-buffer, gnus-article-current, and
16667         gnus-original-article-buffer always buffer-local.
16668         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16669         group.
16670         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16671
16672 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16673
16674         * nnml.el (nnml-request-compact-group): Compressed files might not
16675         have .gz extension.
16676
16677 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16678
16679         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16680         (mm-copy-to-buffer): Use with-current-buffer.
16681         (mm-display-part): Simplify.
16682         (mm-inlinable-p): Add optional arg `type'.
16683
16684 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16685
16686         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16687         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16688         Try harder to show the attachment internally or externally using
16689         gnus-mime-view-part-as-type.
16690
16691 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16692
16693         * message.el (message-from-style, message-signature-separator)
16694         (message-user-organization-file, message-send-mail-function)
16695         (message-citation-line-function, message-yank-prefix)
16696         (message-indent-citation-function, message-signature)
16697         (message-signature-file, message-signature-insert-empty-line):
16698         Remove autoloads.
16699
16700         * gnus-art.el (gnus-buttonized-mime-types):
16701         Remove "multipart/signed".  Revert 2006-04-26 change.
16702
16703 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16704
16705         * gnus.el (gnus-version-number): Bump version.
16706
16707 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16708
16709         * gnus.el: No Gnus v0.5 is released.
16710
16711 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16712
16713         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16714         fetching articles by message-id.
16715
16716 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16717
16718         * message.el (hashcash): Require hashcash as normal.
16719
16720         * ecomplete.el (ecomplete-highlight-match-line):
16721         Use point-at-eol.
16722         (ecomplete-highlight-match-line): Use `highlight', because that
16723         face exists in both Emacs and XEmacs.
16724
16725         * message.el (message-display-abbrev): Use point-at-bol.
16726
16727         * mail-source.el: Don't require timer/timer-funcs.
16728
16729         * gnus-async.el: Ditto.
16730
16731         * password.el: Ditto.
16732
16733         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16734
16735         * mm-url.el: Ditto.
16736
16737         * gnus-xmas.el: Don't require timer-funcs.
16738
16739         * mm-util.el: Require timer/timer-funcs.
16740
16741 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16742
16743         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16744         Close.
16745
16746 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16749         unibyte after clear-decrypt function runs.
16750
16751         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16752         returns as a unibyte string.
16753
16754 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * lpath.el: Revert.
16757
16758         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16759         (pgg-gpg-process-sentinel): Revert.
16760
16761         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16762         (pgg-pgp-lookup-key): Revert.
16763
16764         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16765         (pgg-pgp5-lookup-key): Revert.
16766
16767         * pgg.el (pgg-fetch-key): Revert.
16768
16769 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * lpath.el: Fbind string-as-multibyte for XEmacs.
16772
16773         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16774         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16775         (mml1991-pgg-encrypt): Ditto.
16776
16777         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16778         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16779         a multibyte buffer.
16780
16781         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16782         (pgg-pgp-lookup-key): Ditto.
16783
16784         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16785         (pgg-pgp5-lookup-key): Ditto.
16786
16787         * pgg.el (pgg-fetch-key): Ditto.
16788
16789 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16790
16791         * message.el (message-user-organization-file): Check several
16792         locations of the organization file.
16793
16794         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16795         Add gnus-article-view-part-as-type.
16796
16797         * gnus-art.el (gnus-article-view-part-as-type): New function.
16798
16799         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16800         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16801
16802         * mml.el: Simplify autoload.
16803         (mml-mode): defvar dnd-protocol-alist instead of using
16804         symbol-value.
16805         (mml-default-directory): New variable.
16806         (mml-minibuffer-read-file): Use it.
16807         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16808
16809         * message.el (message-citation-line-format): New variable.
16810         (message-insert-formated-citation-line): New function.
16811         (message-citation-line-function):
16812         Add `message-insert-formated-citation-line' to custom type.
16813
16814         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16815         to doc string.
16816
16817         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16818         depending on mm-verify-option.
16819
16820 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16823         binding pgg-* variables; reimplement the section which prevents
16824         MIME header from being signed.
16825         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16826         pgg-text-mode; remove a blank line at the top of body.
16827
16828         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16829         lines at the top of body; use gnus-newsgroup-charset if there's no
16830         Charset header.
16831
16832 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * message.el (message-self-insert-commands): Doc fix.
16835
16836         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16837         (mm-uu-pgp-encrypted-test): Ditto.
16838         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16839         between header and body; return application/pgp-encrypted handle
16840         if decryption failed; decode decrypted body by charset.
16841
16842         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16843         element match to application/pgp-*.
16844
16845 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16846
16847         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16848         HTML.
16849
16850 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16851
16852         * mail-source.el (mail-source-call-script): Message the error
16853         string.
16854
16855 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16856
16857         * gnus-util.el (gnus-byte-compile): Use it.
16858
16859 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16860
16861         * gnus-util.el (kill-empty-logs): New function.
16862
16863 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16864
16865         * message.el (message-mail-alias-type): Doc fix.
16866         (message-mail-alias-type-p): New function.
16867         (message-send): Use it.
16868         (message-mode): Ditto.
16869         (message-strip-forbidden-properties): Ditto.
16870
16871         * ecomplete.el (ecomplete-database-file-coding-system):
16872         New variable.
16873         (ecomplete-save): Use it.
16874         (ecomplete-setup): Use it.
16875
16876 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * message.el (message-self-insert-commands): New variable.
16879         (message-strip-forbidden-properties): Use it.
16880
16881 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16882
16883         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16884         that doesn't make XEmacs choke.
16885
16886 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16887
16888         * gnus-util.el (gnus-replace-in-string):
16889         Prefer replace-regexp-in-string over of replace-in-string.
16890
16891 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * gnus-util.el (gnus-select-frame-set-input-focus):
16894         Use select-frame-set-input-focus if it is available in XEmacs; use
16895         definition defined in Emacs 22 for old Emacsen.
16896
16897         * dgnushack.el: Autoload unmorse-region for XEmacs.
16898
16899         * lpath.el: Bind cursor-in-non-selected-windows and
16900         select-frame-set-input-focus for XEmacs.
16901
16902 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16905
16906 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16907
16908         * gnus-registry.el (gnus-registry-cache-save): Remove text
16909         properties when saving via the temp buffer.
16910
16911 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16912
16913         * message.el (message-generate-hashcash): Honor custom type.
16914
16915 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16916
16917         * message.el (message-generate-hashcash): Default to non-nil when
16918         hashcash is found.
16919
16920         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16921         (gnus-refer-thread-limit): Increase default to 500.
16922
16923         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16924
16925         * flow-fill.el (fill-flowed): Allow delete-space.
16926
16927 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16928
16929         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16930         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16931         Remove autoloads.
16932
16933 2006-04-18  Simon Josefsson  <jas@extundo.com>
16934
16935         * message.el (message-generate-hashcash): Default to.
16936
16937 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16940         concatenating segments rather than before concatenating them.
16941
16942 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16943
16944         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16945
16946 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16947
16948         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16949
16950         * message.el (message-forward-make-body-plain):
16951         Allow message-forward-ignored-headers to be a list.
16952         (message-remove-ignored-headers): Factor out into function.
16953         (message-forward-make-body-mml): Use it.
16954
16955         * imap.el (imap-quote-specials): New function.
16956         (imap-login-auth): Quote specials.
16957
16958         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16959         (rfc2231-parse-string): Allow concatanation of parameters that
16960         aren't contiguous.  The test case is
16961           (mail-header-parse-content-type "message/external-body;
16962             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16963             access-type=LOCAL-FILE;
16964             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16965
16966 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16967
16968         * nntp.el (nntp-accept-process-output): Return the value of
16969         `nnheader-accept-process-output'.
16970
16971 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16972
16973         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16974         (gnus-button-alist): Recognize more diff formats.
16975         (gnus-button-patch): Strip directory.
16976
16977 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16978
16979         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16980         Emacs 22 when setting focus.
16981
16982 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16983
16984         * gnus-art.el (gnus-article-treat-types): Do treatment of
16985         text/x-verbatim parts.
16986         (gnus-button-patch): New command.
16987
16988         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16989         addresses that contain invalid characters.
16990
16991 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16992
16993         * message.el (message-put-addresses-in-ecomplete):
16994         Use gnus-replace-in-string.
16995         (message-is-yours-p): Use the more correct
16996         mail-header-parse-address instead of
16997         mail-extract-address-components.
16998         (message-put-addresses-in-ecomplete): Fix typo.
16999
17000         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17001         keystroke.
17002
17003         * gnus-art.el (gnus-treatment-function-alist): Change order of
17004         newsgroups/generic header folding to avoid double-folding.
17005
17006         * message.el (message-hidden-headers): Add X-Draft-From.
17007
17008         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17009         New command.
17010         (gnus-summary-repeat-search-article-backward): New command.
17011
17012         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17013         groups in the parent topic.
17014
17015 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17016
17017         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17018         (spam-extra-header-to-number): Return the CRM114 number as a
17019         number instead of a string.
17020
17021 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17022
17023         * gnus-art.el (gnus-face-properties-alist): Move here from
17024         gnus-fun.
17025
17026         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17027
17028 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17029
17030         * message.el (message-strip-forbidden-properties): Only display on
17031         self-insert-command.
17032
17033         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17034         reindent.
17035         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17036
17037 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17038
17039         * smiley.el (smiley-style): Fix typo.
17040
17041 2006-03-23  Kenichi Handa  <handa@m17n.org>
17042
17043         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17044         instead of set-buffer-multibyte.
17045
17046 2006-03-23  Kenichi Handa  <handa@m17n.org>
17047
17048         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17049         buffer and then decode the buffer text if necessary.
17050         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17051         first, and after mm-encode-body, change the buffer to unibyte.
17052
17053 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17054
17055         * hashcash.el (hashcash-insert-payment-async-2):
17056         Use message-goto-eoh instead of doing it manually.
17057         (mail-add-payment): Use message-narrow-to-header instead of trying
17058         to do the same itself.
17059
17060         * message.el (message-hidden-headers): Add Face.
17061
17062         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17063         reparenting code.
17064         (gnus-summary-reparent-children): Refactored out code.
17065         (gnus-summary-thread-map): New keystroke.
17066         (gnus-summary-reparent-children): Make into command.
17067
17068         * smiley.el (smiley-style): Default to `medium' if using a large
17069         font.
17070
17071         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17072         does it itself.
17073
17074         * message.el (message-point-in-header-p): Simplify definition.
17075
17076 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17077
17078         * nnagent.el (nnagent-request-set-mark): Silence log file
17079         writing.
17080         (nnagent-request-set-mark): Use write-region instead of
17081         append-to-file.
17082
17083         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17084         strange select method.
17085
17086         * ecomplete.el (ecomplete-display-matches): Get highlightling
17087         right.
17088         (ecomplete-display-matches): Use literals.
17089         (ecomplete-display-matches): Disable message logging.
17090
17091         * message.el (message-display-abbrev): Small optimization.
17092
17093         * ecomplete.el (ecomplete-display-matches): Allow automatic
17094         display.
17095
17096         * message.el (message-strip-forbidden-properties):
17097         Display abbrevs.
17098         (message-display-abbrev): Get automatic display right.
17099
17100         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17101         keystrokes.
17102
17103 2006-04-13  Romain Francoise  <romain@orebokech.com>
17104
17105         TODO: Backport to v5-10!
17106
17107         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17108         Move here (and rename) from gnus-registry.el.
17109
17110         * gnus-registry.el: Require gnus-util.
17111         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17112
17113 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17114
17115         * gnus-group.el (gnus-group-catchup-current):
17116         Change if-then-else-if-then-else into cond.
17117         (gnus-group-catchup): Indent.
17118         (group-name-at-point): New function.
17119         (gnus-fetch-group): Provide default from thing at point.
17120
17121 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17122
17123         * message.el (message-display-abbrev): Fix regexp.
17124
17125         * ecomplete.el (ecomplete-highlight-match-line):
17126         Reimplement choosing.
17127         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17128         dead variables.
17129
17130         * message.el (message-newline-and-indent): Remove debugging.
17131         (message-display-abbrev): Use new implementation.
17132
17133 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17134
17135         * gnus-art.el (gnus-article-mode):
17136         Set cursor-in-non-selected-windows to nil.
17137
17138         * smiley.el: Revert previous change.
17139         (smiley-data-directory): defvar it before using it in the
17140         defcustom of `smiley-style'.
17141
17142 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17143
17144         * message.el (message-newline-and-indent): New function.
17145
17146         * ecomplete.el: Implement more bits.
17147
17148         * message.el (message-put-addresses-in-ecomplete): Clean up the
17149         string.
17150
17151         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17152
17153         * gnus-sum.el (gnus-summary-save-parts):
17154         Bind gnus-summary-save-parts-counter and use it to make unique file
17155         names.
17156
17157         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17158
17159         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17160         parameter to say whether to actually parse the individual
17161         addresses.
17162
17163         * message.el (message-put-addresses-in-ecomplete): New function.
17164         (ecomplete): Require.
17165         (message-mail-alias-type): Add ecomplete as an option.
17166
17167 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17168
17169         * flow-fill.el (fill-flowed): Remove trailing space from blank
17170         quoted lines.
17171
17172 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17173
17174         * smiley.el (smiley-style): Move definition later to avoid a
17175         compilation warning.
17176
17177 2006-04-12  Kenichi Handa  <handa@m17n.org>
17178
17179         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17180         buffer and then decode the buffer text if necessary.
17181         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17182         first, and after mm-encode-body, change the buffer to unibyte.
17183         Use mm-disable-multibyte instead of set-buffer-multibyte.
17184
17185 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17188         Content-Type header instead of Content-Disposition header.
17189         (gnus-mime-inline-part): Ditto.
17190         (gnus-mime-view-part-as-charset): Ignore charset that the part
17191         specifies.
17192
17193         * mm-decode.el (mm-display-part): Work with external parts and
17194         usual parts similarly.
17195
17196         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17197         instead of gnus-display-mime.
17198
17199         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17200         instead of with-temp-buffer.
17201
17202         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17203         tag to summarized topics part in order to encode non-ASCII text.
17204
17205 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17206
17207         * smiley.el (smiley-style): New variable.
17208         (smiley-directory): New function.
17209         (smiley-data-directory): Derive from `smiley-style' using
17210         `smiley-directory'.
17211         (smiley-regexp-alist): Add new entries.
17212
17213         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17214         (gnus-article-browse-delete-temp): Add :version.
17215
17216 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17217
17218         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17219         the sieve region.
17220
17221 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17222
17223         * gnus.el (gnus-version-number): Bump version.
17224
17225 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17226
17227         * gnus.el: No Gnus v0.4 is released.
17228
17229 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17230
17231         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17232         layout.
17233
17234         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17235         unknown charset.
17236
17237         * message.el (message-header-synonyms): Add Original-To to the
17238         default.
17239
17240         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17241         optional parameter.
17242
17243 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17244
17245         * gnus-fun.el (gnus): Require it for gnus-directory.
17246
17247 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17250
17251 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17252
17253         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17254
17255 2006-04-05  Simon Josefsson  <jas@extundo.com>
17256
17257         * password.el (password-reset): New function.
17258
17259 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17260
17261         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17262         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17263
17264 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17265
17266         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17267         Some whitespace was matched into the url, which broke browsing hits
17268         > 100 when mm-url-use-external was nil.
17269
17270 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17271
17272         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17273         Check gnus-extra-headers for 'Newsgroups.
17274
17275         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17276         bound.
17277
17278 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17279
17280         * pgg-gpg.el: Clean up process buffers every time gpg processes
17281         complete.
17282
17283 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17284
17285         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17286         doc string.
17287
17288 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17289
17290         * pgg-gpg.el (pgg-gpg-process-filter)
17291         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17292
17293         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17294         lines, temporary fix.
17295
17296 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17297
17298         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17299
17300 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17301
17302         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17303         default-enable-multibyte-characters.  This reverts the change from
17304         revision 6.17 which is no longer necessary because the passphrase
17305         is sent separately now.  GnuPG messages are unreadable under
17306         multibyte locales with default-enable-multibyte-characters set to
17307         nil.
17308
17309 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17310
17311         * message.el (message-tool-bar-gnome): Move "spell".
17312
17313 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17314
17315         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17316         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17317         instead.
17318
17319 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17320
17321         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17322         Improve newsgroups handling for NNTP overviews which don't include
17323         Newsgroups.
17324
17325 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17326
17327         * message.el (message-resend): Bind message-generate-hashcash to nil.
17328
17329 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17330
17331         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17332         when searching for already-paid recipients.
17333
17334 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17335
17336         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17337         passphrases when it is not needed.
17338         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17339         passphrase stuff from gpg, should only be necessary when you use
17340         gpg with a smartcard.
17341
17342 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * mml.el (mml-insert-mime): Ignore cached contents of
17345         message/external-body part.
17346
17347         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17348         (mm-insert-part): Ditto.
17349
17350 2006-03-23  Simon Josefsson  <jas@extundo.com>
17351
17352         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17353         Reiner.
17354         (pgg-gpg-use-agent-p): Use it again.
17355
17356 2006-03-23  Simon Josefsson  <jas@extundo.com>
17357
17358         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17359         older emacsen.
17360         (pgg-gpg-use-agent-p): Don't use it.
17361
17362 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17363
17364         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17365         if we can.
17366
17367 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17368
17369         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17370         (pgg-gpg-update-agent): New function.
17371         (pgg-gpg-use-agent-p): New function.
17372         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17373         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17374         (pgg-gpg-sign-region): Use it.
17375
17376 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17379         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17380
17381 2006-03-21  Simon Josefsson  <jas@extundo.com>
17382
17383         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17384         <wilde@sha-bang.de>.
17385         (pgg-gpg-use-agent): New variable.
17386         (pgg-gpg-process-region): Use it.
17387         (pgg-gpg-encrypt-region): Likewise.
17388         (pgg-gpg-encrypt-symmetric-region): Likewise.
17389         (pgg-gpg-decrypt-region): Likewise.
17390         (pgg-gpg-sign-region): Likewise.
17391         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17392
17393 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17394
17395         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17396
17397         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17398         Add comment on version.
17399
17400 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17401
17402         * smiley.el: Add missing test smiley.
17403
17404 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * mm-decode.el (mm-with-part): New macro.
17407         (mm-get-part): Use it; work with message/external-body as well.
17408         (mm-save-part): Treat name and filename equally.
17409
17410         * mm-extern.el (mm-extern-cache-contents): New function.
17411         (mm-inline-external-body): Use it; force the part to be displayed;
17412         move undisplayer added to the cached handle to the parent.
17413
17414         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17415         (gnus-mime-view-part-as-type): Work with message/external-body.
17416
17417         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17418
17419 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17420
17421         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17422         images in image-load-path.  [Sync with image.el, revision 1.60, in
17423         Emacs.]
17424
17425 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17426
17427         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17428         path rather than symbol.  Always return list of directories.
17429         Guarantee that image directory comes first.  [Sync with image.el,
17430         revision 1.59, in Emacs.]
17431
17432         * message.el (message-make-tool-bar): Adjust to new API of
17433         `gmm-image-load-path-for-library'.
17434
17435         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17436
17437         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17438
17439 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17440
17441         * gnus-art.el (gnus-article-only-boring-p):
17442         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17443         intangible text.
17444         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17445
17446 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17447
17448         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17449         Use `defun' instead of `gmm-defun-compat'.
17450
17451 2006-03-14  Simon Josefsson  <jas@extundo.com>
17452
17453         * message.el (message-unique-id): Don't use message-number-base36
17454         if (user-uid) is a float.
17455         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17456
17457 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17460
17461         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17462         empty line between a part and a message part.
17463
17464 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17465
17466         * smiley.el: Add more test smileys.
17467         (smiley-data-directory, smiley-regexp-alist)
17468         (gnus-smiley-file-types): Fix doc strings.
17469         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17470         adding new elements.
17471         (smiley-mouse-map): Unused code.  Make it a comment.
17472
17473 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17476         scan latest NoCeM messages instead of old ones.
17477         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17478         delimiters that are recently used.
17479         (gnus-nocem-load-cache): Add autoload cookie.
17480
17481         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17482
17483         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17484         level which is larger than gnus-use-nocem is specified.
17485
17486         * gnus-group.el (gnus-group-get-new-news): Ditto.
17487
17488 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17489
17490         * gnus-util.el (gnus-tool-bar-update): New function.
17491
17492         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17493         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17494
17495         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17496
17497         * gnus-group.el (gnus-group-redraw-when-idle)
17498         (gnus-group-redraw-check): Remove.
17499         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17500
17501 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17502
17503         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17504         if optional last element is specified in splits (FIELD VALUE...).
17505
17506 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17507
17508         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17509         to gmm-image-load-path-for-library.  Call with no-error argument.
17510         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17511
17512         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17513
17514         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17515
17516         * gmm-utils.el (gmm-image-load-path): Remove alias.
17517
17518 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17519
17520         * gmm-utils.el (gmm-image-load-path): Add alias.
17521
17522         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17523         nnml-generate-nov-databases-1.
17524         (nnml-generate-nov-databases): Use it.
17525         (nnml-generate-nov-databases-directory): Document no-active
17526         argument.
17527
17528         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17529         directory if path is t.  Add no-error.
17530
17531         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17532         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17533
17534         * gnus-art.el (gnus-article-browse-delete-temp-files):
17535         Simplify resetting gnus-article-browse-html-temp-list.
17536
17537         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17538         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17539         Add example to docstring.  Rename local variables.  Move error
17540         checks to default case in cond and simplify.
17541
17542 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17543
17544         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17545         handle is multipart when calling it recursively.
17546         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17547
17548 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17549
17550         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17551         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17552
17553 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17554
17555         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17556         is loaded.
17557
17558         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17559         loaded.
17560
17561 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17562
17563         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17564         to "Emacs 23 (unicode)" in doc string.
17565
17566         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17567         "Emacs 23 (unicode)" in comment.
17568
17569 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17572
17573         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17574         characters 160 through 255 in Emacs 23.
17575
17576 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17577
17578         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17579         gnus-article-browse-html-temp.
17580         (gnus-article-browse-delete-temp): Make it customizable.
17581         Add `file'.  Adjust doc string.
17582         (gnus-article-browse-delete-temp-files): Add argument.
17583         Allow query for each file.  Adjust doc string.
17584         (gnus-article-browse-html-parts):
17585         Add `gnus-article-browse-delete-temp-files' to
17586         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17587
17588 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17589
17590         * gnus-art.el (gnus-article-browse-html-temp)
17591         (gnus-article-browse-delete-temp): New variables.
17592         (gnus-article-browse-delete-temp-files): New function.
17593         (gnus-article-browse-html-parts): Use it.
17594
17595 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17596
17597         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17598
17599         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17600         string.
17601
17602         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17603         gnus-summary-insert-new-articles when unplugged.
17604         Remove gnus-summary-search-article-forward.
17605
17606         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17607         display-visual-class instead of display-color-cells.
17608
17609 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17610
17611         * dgnushack.el: Autoload customize-group for XEmacs.
17612
17613         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17614         message/* containing non-ASCII text properly.
17615
17616 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17617
17618         * message.el: Require gmm-utils, remove autoloads.
17619         (message-tool-bar): Set default based on
17620         gmm-tool-bar-style.
17621         (message-tool-bar-gnome): Add gmm-customize-mode.
17622
17623         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17624         gmm-tool-bar-style.
17625         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17626
17627         * gnus-group.el (gnus-group-tool-bar): Set default based on
17628         gmm-tool-bar-style.
17629         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17630
17631         * gmm-utils.el (gmm-image-directory): Rename variable from
17632         gmm-image-load-path.
17633         (gmm-image-load-path): Use gmm-image-directory.
17634         (gmm-customize-mode): New function.
17635         (gmm-tool-bar-style): New variable.
17636
17637         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17638         gnus-group-redraw-line-number.
17639         (gnus-group-redraw-check): Simplify.
17640         (gnus-group-tool-bar-update): Remove redraw check.
17641         (gnus-group-make-tool-bar): Add redraw check.
17642
17643 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17644
17645         * gnus-art.el (gnus-button): Add missing parentheses.
17646
17647 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * lpath.el: Fbind line-number-at-pos.
17650
17651 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17654
17655 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17656
17657         * gnus-art.el (gnus-button): New face.
17658         (gnus-article-button-face): Use it.
17659
17660         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17661         Add gnus-summary-next-page.  Re-order.
17662
17663         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17664         next-node are now included.
17665         (gnus-group-redraw-line-number): New internal variable.
17666         (gnus-group-redraw-check): Helper function for updating the tool
17667         bar.
17668         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17669
17670         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17671
17672         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17673         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17674         Use it to match format of Spamassassin 3.0 and later.
17675         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17676         (spam-check-bogofilter)
17677         (spam-bogofilter-register-with-bogofilter): Fix args of
17678         `gnus-error' calls.
17679
17680 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17681
17682         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17683         unnecessary interaction when sending queued mails.
17684         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17685
17686 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17687
17688         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17689         first or last are nil.
17690
17691 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17692
17693         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17694
17695 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17696
17697         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17698
17699 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17700
17701         * dns.el (query-dns): Protect more against buggy tcp output.
17702
17703 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17704
17705         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17706         nov.php.
17707
17708 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17709
17710         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17711         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17712         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17713         output on the server side.
17714         (nnweb-google-create-mapping): Update regexps and add some
17715         progress indication.
17716
17717 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17718
17719         * gnus-group.el (gnus-group-tool-bar-gnome):
17720         Fix gnus-agent-toggle-plugged.  Re-order icons.
17721         (gnus-group-tool-bar-gnome):
17722         Add gnus-group-{prev,next}-unread-group.
17723         (gnus-group-tool-bar-gnome): Re-order icons.
17724
17725         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17726         Move gnus-summary-insert-new-articles.
17727
17728         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17729         Fix comments.
17730
17731         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17732         also available in Emacs 21.3.
17733
17734         * message.el (message-fix-before-sending): Change "Emacs 22" to
17735         "Emacs 23 (unicode)" in comment.
17736
17737         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17738         "Emacs 23 (unicode)" in comment.
17739
17740         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17741         comment.
17742         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17743
17744         * mm-view.el (mm-fill-flowed): Add :version.
17745
17746 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17747
17748         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17749         and load-path.
17750
17751 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17752
17753         * message.el: Autoload gmm-image-load-path.
17754         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17755         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17756         consitency.
17757
17758         * gmm-utils.el (gmm-image-load-path): Also search in
17759         "../etc/images".  Don't set gmm-image-load-path if we don't find
17760         the image.
17761
17762 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * gmm-utils.el (gmm-image-load-path): Don't make
17765         `gmm-image-load-path' include subdirectories which the second arg
17766         `image' might specify.
17767
17768         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17769         subdirectory to icon file names.
17770
17771         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17772
17773 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17776         gmm-image-load-path calls.
17777
17778         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17779
17780         * message.el (message-make-tool-bar): Ditto.
17781
17782         * mml.el (mml-preview): Add comment concerning tool bar icons.
17783
17784         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17785         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17786
17787         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17788         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17789
17790         * message.el (message-tool-bar-gnome): Use new icon names.
17791         (message-make-tool-bar): Use `gmm-image-load-path'.
17792
17793         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17794         New functions from MH-E.
17795         (gmm-image-load-path): New variable from MH-E.
17796         (gmm-image-load-path): New function from MH-E.  Add arguments
17797         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17798         *-image-load-path-called-flag.
17799
17800 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17801
17802         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17803
17804 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17805
17806         * nnimap.el (nnimap-request-move-article): Change folder back to
17807         source group before deleting.
17808
17809 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17810
17811         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17812
17813         * gnus-art.el (mm-url-insert-file-contents-external):
17814         Autoload mm-url.
17815
17816         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17817
17818 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17821         coding system which mm-charset-to-coding-system returns for a
17822         given charset is valid.
17823
17824 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17825
17826         * html2text.el (html2text-remove-tag-list):
17827         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17828
17829 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17830
17831         * gnus-cus.el: Revert 2005-10-17 change.
17832
17833 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * gnus-art.el (article-strip-banner):
17836         Call article-really-strip-banner only when the regexp match is made.
17837
17838 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * gnus-art.el (article-strip-banner):
17841         Use gnus-extract-address-components instead of
17842         mail-header-parse-addresses to make it work with non-ASCII text;
17843         remove mail-encode-encoded-word-string.
17844
17845         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17846         values which are surrounded with \"...\"; make it never cause a
17847         Lisp error; give up parsing of parameters if it failed in
17848         extracting type.
17849
17850 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17851
17852         * smime.el (smime-cert-by-ldap-1): Fix bug where
17853         `smime-ldap-search' returns results without userCertificates.
17854
17855 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17858
17859 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17860
17861         * spam.el (spam-check-spamassassin-headers): Adapt format for
17862         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17863         <ari@mbf.ocn.ne.jp>.
17864         (spam-list-of-processors): Add spam-use-gmane.
17865
17866 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17869         make-temp-file; make it work with XEmacs as well.
17870
17871         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17872         mm-make-temp-file.
17873
17874         * mm-decode.el (mm-display-external): Use the 3rd arg of
17875         mm-make-temp-file.
17876         (mm-create-image-xemacs): Ditto.
17877
17878 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17881         with message-narrow-to-headers.
17882         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17883         (gnus-draft-check-draft-articles): New function.
17884         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17885
17886 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17887
17888         * gnus-art.el (gnus-article-browse-html-parts):
17889         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17890         Don't use suffix argument for mm-make-temp-file for Emacs 21
17891         compatibility.  Remove useless `format'.
17892
17893 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17894
17895         * nnweb.el (nnweb-google-wash-article): Update regexps.
17896         (nnweb-group-alist): Use defvoo instead of defvar.
17897
17898 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17899
17900         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17901         re-loading nn* modules.
17902
17903 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17904
17905         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17906         for `tool-bar-mode' and don't check it's default-value.
17907
17908         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17909
17910         * message.el (message-make-tool-bar): Ditto.
17911
17912         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17913         `substring'.  Shorten tmp-file name.
17914
17915         * gnus.el: Remove bogus comment.
17916
17917 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17918
17919         * gnus-art.el (gnus-article-browse-html-parts): New function.
17920         (gnus-article-browse-html-article): New function for viewing html
17921         articles with a browser.
17922
17923 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17924
17925         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17926         in elisp.
17927         (pgg-gpg-encrypt-symmetric-region): Ditto.
17928         (pgg-gpg-sign-region): Ditto.
17929
17930         * pgg-def.el (pgg-text-mode): New variable.
17931
17932         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17933         (mml2015-pgg-encrypt): Ditto.
17934
17935         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17936         (mml1991-pgg-encrypt): Ditto.
17937
17938 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * nnfolder.el (nnfolder-insert-newsgroup-line):
17941         Use message-make-date instead of current-time-string.
17942
17943         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17944         to gnus-decoded which mm-uu might set.
17945
17946 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17949         don't decode quoted parameters; remove misimported Emacs code.
17950         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17951         (rfc2231-decode-encoded-string): Don't use split-string which
17952         behaves differently according to Emacs version; use
17953         mm-decode-coding-region to convert charset to coding-system.
17954         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17955         (rfc2231-encode-string): Remove misimported Emacs code.
17956
17957 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17960         when calling mail-header-parse-content-type.
17961         (article-de-quoted-unreadable): Ditto.
17962         (article-de-base64-unreadable): Ditto.
17963         (article-wash-html): Ditto.
17964
17965         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17966         calling mail-header-parse-content-type and
17967         mail-header-parse-content-disposition.
17968         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17969         mail-header-parse-content-type.
17970
17971         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17972         insert charset and format parameters; encode description after
17973         inserting it to buffer.
17974         (mml-insert-parameter): Fold lines properly even if a parameter is
17975         segmented into two or more lines; change the max column to 76.
17976
17977         * rfc1843.el (rfc1843-decode-article-body): Don't use
17978         ignore-errors when calling mail-header-parse-content-type.
17979
17980         * rfc2231.el (rfc2231-parse-string): Return at least type if
17981         possible; don't cause an error even if it fails in parsing of
17982         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17983         (rfc2231-encode-string): Don't break lines at the beginning, leave
17984         it to mml-insert-parameter.
17985
17986         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17987         calling mail-header-parse-content-type.
17988
17989 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17990
17991         * spam-report.el (spam-report-gmane-use-article-number):
17992         Improve doc string.
17993         (spam-report-gmane-internal): Check if a suitable header was found
17994         in the article.
17995
17996 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17999         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18000
18001 2006-02-05  Romain Francoise  <romain@orebokech.com>
18002
18003         Update copyright notices of all files in the gnus directory.
18004
18005 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18006
18007         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18008
18009 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18010
18011         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18012         segmented lines of parameter value to cope with Thunderbird 1.5
18013         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18014         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18015         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18016
18017 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18018
18019         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18020         parts.
18021
18022 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18023
18024         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18025         there's only one active file for all servers.
18026         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18027         solid groups.  Gnus might have used a FAST request to select the group.
18028         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18029         and nnweb-search redundantly in the active file.
18030         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18031         (nnweb-request-create-group): Don't use ARGS.
18032         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18033         initializations.  Let nnoo do the work.
18034
18035 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18038         Say the part has been decoded.
18039
18040         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18041
18042 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18043
18044         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18045         mailcap-viewer-test-cache when there's no 'test clause, since that
18046         will invert the meaning of a "nil" test previously determined by
18047         mailcap-mailcap-entry-passes-test.
18048
18049 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18052         compiling.
18053
18054         * gnus-sum.el: Ditto.
18055
18056         * message.el: Don't bind tool-bar-map when compiling.
18057
18058 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18059
18060         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18061
18062 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18063
18064         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18065         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18066         current Google Groups.
18067
18068 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18069
18070         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18071         and tool-bar-mode.
18072
18073         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18074         and tool-bar-mode.
18075
18076         * message.el (message-tool-bar-update): Simplify.
18077         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18078
18079         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18080         gnus-summary-buffer.
18081         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18082         gnus-summary-reply.
18083
18084         * gmm-utils.el (gmm): Add :version.
18085
18086 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * Makefile.in (clean): New rule.
18089         (distclean): Use it.
18090
18091 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18092
18093         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18094         Don't autoload.
18095
18096 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * gmm-utils.el (gmm-verbose): Add :group.
18099
18100 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * message.el: Change some comments WRT tool-bars.
18103
18104         * gnus-sum.el (gnus-summary-tool-bar)
18105         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18106         (gnus-summary-tool-bar-zap-list): New variables.
18107         (gnus-summary-make-tool-bar): Complete rewrite using
18108         `gmm-tool-bar-from-list'.
18109
18110         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18111         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18112         New variables.
18113         (gnus-group-make-tool-bar): Complete rewrite using
18114         `gmm-tool-bar-from-list'.
18115         (gnus-group-tool-bar-update): New function.
18116
18117         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18118
18119 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18122         is dissected into a single part of which the type is the same as
18123         the given one; decode charset.
18124
18125 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18126
18127         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18128         into alists as symbol not string, since that's what
18129         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18130         look for.
18131
18132 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18133
18134         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18135         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18136
18137         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18138
18139 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18140
18141         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18142         (gnus-xmas-mime-security-button-menu): New function.
18143
18144         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18145         (gnus-mime-security-button-menu): New definition.
18146         (gnus-mime-security-button-map): Use them.
18147         (gnus-mime-security-button-menu): New function.
18148         (gnus-insert-mime-security-button): Addition to help echo.
18149         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18150         (gnus-mime-security-pipe-part): New functions.
18151
18152         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18153         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18154
18155         * mm-decode.el (mm-handle-set-disposition): Remove.
18156         (mm-handle-set-description): Remove.
18157
18158 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18161         (mm-w3m-standalone-supports-m17n-p): New function.
18162         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18163         w3m usage.
18164
18165         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18166         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18167
18168 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18169
18170         * message.el (message-tool-bar-zap-list):
18171         Use gmm-tool-bar-zap-list as custom type.
18172         (message-tool-bar-update): New function.
18173         (message-tool-bar, message-tool-bar-gnome)
18174         (message-tool-bar-retro): Add message-tool-bar-update.
18175         (message-tool-bar-gnome): Add flyspell-buffer.
18176
18177         * gnus-util.el (gnus-error): Describe `args'.
18178
18179         * gmm-utils.el (gmm-error): Describe `args'.
18180         (gmm-tool-bar-zap-list): New widget.
18181         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18182
18183 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18186         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18187         the number of recursive calls.
18188
18189         * mm-decode.el (mm-handle-set-disposition): New macro.
18190         (mm-handle-set-description): New macro.
18191
18192 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18195         encoding.
18196
18197 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18198
18199         * message.el (message-tool-bar-zap-list, message-tool-bar)
18200         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18201         (message-tool-bar-local-item-from-menu): Remove.
18202         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18203         (message-make-tool-bar): New function.
18204         (message-mode): Use `message-make-tool-bar'.
18205
18206         * gmm-utils.el: New file.
18207         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18208         (gmm-lazy): New widget copied from `nnmail.el'.
18209         (gmm-tool-bar-from-list): New function for creating customizable
18210         tool bars.
18211         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18212         output.
18213         (gmm): Add :prefix to defgroup.
18214
18215 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18216
18217         * gmm-utils.el (gmm-widget-p): New function.
18218
18219 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18220
18221         * mml.el (mml-attach-file): Describe `description' in doc string.
18222         (mml-menu): Add Emacs MIME manual and PGG manual.
18223
18224 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18225
18226         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18227
18228 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18229
18230         * nntp.el (nntp-end-of-line): Doc fix.
18231
18232 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18233
18234         * imap.el (imap-open): Handle case where buffer is a buffer
18235         object.
18236
18237 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18238
18239         * gnus-delay.el (gnus-delay): Don't autoload.
18240         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18241         to be re-loaded when customizing the `gnus-delay' group.
18242
18243 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18244
18245         * message.el (message-insert-citation-line): Use newlines.
18246
18247 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18248
18249         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18250         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18251         these routines, so the passphrase can be managed externally and
18252         passed in to the system.
18253         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18254         pgg-add-passphrase-to-cache function.
18255
18256         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18257         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18258         these routines, so the passphrase can be managed externally and
18259         passed in to the system.
18260         (pgg-pgp5-sign-region): Use new name of
18261         pgg-add-passphrase-to-cache function.
18262
18263 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18264
18265         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18266         part of the decoded armor to find the key-identifier.
18267         (pgg-gpg-lookup-key-owner): New function to return the
18268         human-readable identifier of a key owner.
18269         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18270         itself.
18271         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18272         the key value) if we have a key and can match it against a secret
18273         key.  Also, added a note pointing out fact that the prompt only
18274         indicates the first matching key.
18275
18276         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18277         pgg-decrypt-region.
18278         (pgg-add-passphrase-to-cache): Rename from
18279         `pgg-add-passphrase-cache' to reduce confusion (all callers
18280         changed).
18281         (pgg-remove-passphrase-from-cache): Rename from
18282         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18283         changed).
18284         (pgg-read-passphrase, pgg-add-passphrase-cache)
18285         (pgg-remove-passphrase-cache): Add informative docstrings.
18286         (pgg-decrypt): Convey provided passphrase in subordinate call to
18287         pgg-decrypt-region.
18288
18289 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18290
18291         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18292         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18293         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18294         'passphrase' argument, so the passphrase can be managed externally
18295         and then passed in to the system.
18296
18297         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18298         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18299         so the passphrase cache can be used reliably with identifiers
18300         besides a pgp packet's key id.
18301
18302         * pgg-gpg.el (pgg-gpg-encrypt-region)
18303         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18304         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18305         these routines, so the passphrase can be managed externally and
18306         passed in to the system.
18307
18308         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18309         'notruncate' argument, so the passphrase cache can be used
18310         reliably with identifiers besides a pgp packet's key id.
18311
18312 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18313
18314         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18315         symmetric encryption.
18316         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18317         encrypted session key.
18318         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18319         message ask for the passphrase in a proper way.
18320
18321         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18322         New user commands for symmetric encryption.
18323
18324 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18325
18326         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18327
18328         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18329
18330 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18331
18332         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18333
18334 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * mm-decode.el (mm-inlined-types): Add application/pgp.
18337         (mm-automatic-display): Ditto.
18338
18339         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18340         part as text.
18341
18342 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * nnrss.el: Update copyright.
18345         (nnrss-opml-import): Query whether to subscribe to each entry.
18346
18347         * gnus-art.el:
18348         * gnus-sum.el:
18349         * gnus-xmas.el:
18350         * messagexmas.el:
18351         * mm-uu.el:
18352         * mm-view.el: Update copyright.
18353
18354 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18355
18356         * message.el (message-info): New function.
18357         (message-mode-menu): Add it.
18358         Update copyright.
18359
18360         * ChangeLog: Fix and update copyright.
18361
18362 2006-01-13  Romain Francoise  <romain@orebokech.com>
18363
18364         * message.el (message-forward-subject-name-subject): Prefer the
18365         address to 'nowhere' if the sender has no name.
18366         Fix typo.  Update copyright year.
18367
18368 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * gnus-art.el (article-wash-html):
18371         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18372         (gnus-article-wash-html-with-w3m-standalone): New function.
18373
18374         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18375         mm-inline-text-html-render-with-w3m-standalone.
18376         (mm-text-html-washer-alist): Map w3m-standalone to
18377         gnus-article-wash-html-with-w3m-standalone.
18378         (mm-inline-text-html-render-with-w3m-standalone): New function.
18379
18380 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18381
18382         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18383         Improve LaTeX.
18384
18385 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18388         (nnrss-request-article): Render text/plain parts as HTML.
18389
18390         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18391         the buffer.
18392
18393 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18394
18395         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18396         custom definition of `gnus-posting-styles'.
18397
18398         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18399         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18400
18401 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18402
18403         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18404         Use nntp for bug archive.
18405
18406 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18409         parts.
18410         (nnrss-normalize-date): New function converts ISO 8601 date into
18411         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18412         (nnrss-check-group): Use it.
18413
18414 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18417
18418         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18419         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18420         (nnrss-insert-w3): Ditto.
18421
18422 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18425         the articles to be forwarded including the case where neither a
18426         number of articles nor a region is specified.
18427
18428 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18429
18430         * nnrss.el (nnrss-request-article): Fix last change; fill
18431         text/plain parts.
18432
18433 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18434
18435         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18436         in text/plain part.
18437         (nnrss-check-group): Don't add excessive newline to dc:subject.
18438
18439 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18440
18441         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18442         article.
18443
18444 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18445
18446         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18447         (nnml-use-compressed-files, nnml-save-mail): Support other
18448         comression programs such as bzip2.
18449
18450 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18451
18452         * dns.el (query-dns): Make sure we check the buffer size before
18453         removing tcp headers.
18454
18455 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18458         remove MIME buttons associated with multipart/alternative parts.
18459         (gnus-mime-display-alternative): Tag buttons using `article-type'
18460         text property.
18461
18462         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18463         associated with multipart/alternative parts.
18464
18465         * gnus-art.el (gnus-signature-separator): Fix custom type.
18466
18467         * mm-decode.el (mm-inlined-types): Fix custom type.
18468         (mm-keep-viewer-alive-types): Ditto.
18469         (mm-automatic-display): Ditto.
18470         (mm-attachment-override-types): Ditto.
18471         (mm-inline-override-types): Ditto.
18472         (mm-automatic-external-display): Ditto.
18473
18474 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18475
18476         * spam-report.el (spam-report-user-mail-address)
18477         (spam-report-user-agent): New variables.
18478         (spam-report-url-ping-plain): Use spam-report-user-agent.
18479
18480 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18481
18482         * gnus-art.el (gnus-button-handle-custom): Do not just use
18483         `customize-apropos' for any "M-x customize-*" button but the
18484         function called for.  Accept both the function name and its
18485         argument in order to achieve this.
18486         (gnus-button-alist): Remove support for "custom:" URL's.
18487         Pass function name to `gnus-button-handle-custom' in case of "M-x
18488         customize-*" buttons.
18489
18490 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18491
18492         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18493         multipart/alternative and add xref to mm-discouraged-alternatives
18494         in doc string.
18495
18496         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18497         gnus-buttonized-mime-types in doc string.
18498
18499 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18500
18501         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18502         Suggest image/.* in the doc string.
18503
18504 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18505
18506         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18507         message-marks (Debian bug #342521).
18508
18509 2005-12-12  Simon Josefsson  <jas@extundo.com>
18510
18511         * password.el (password-read-from-cache): Add.
18512         (password-read): Use it.
18513
18514 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * rfc2047.el (rfc2047-charset-to-coding-system):
18517         Recognize us-ascii as a MIME charset.
18518
18519         * mm-bodies.el (mm-decode-content-transfer-encoding):
18520         Protect against the case where the 2nd arg TYPE is nil.
18521
18522 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18523
18524         * pop3.el (pop3-stream-type): Fix custom version.
18525
18526         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18527
18528 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18529
18530         * mm-decode.el (mm-display-external): Add missing cdr.
18531
18532 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18533
18534         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18535         RFC1524) if it is in mailcap or add a suffix according to
18536         mailcap-mime-extensions when generating a temp filename; postpone
18537         deleting a temp file for 2 seconds for some wrappers, shell
18538         scripts, and so on, which might exit right after having started a
18539         viewer command as a background job.
18540
18541 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18542
18543         * nntp.el (nntp-marks-directory): Fix custom group.
18544
18545         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18546         steps when < 10.
18547
18548         * gnus-start.el (gnus-no-server-1):
18549         Mention `gnus-level-default-subscribed' in doc string.
18550
18551 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18552
18553         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18554         parens.
18555
18556 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18557
18558         * gnus-xmas.el (gnus-use-toolbar): Revert.
18559         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18560         gnus-use-toolbar is default.
18561
18562         * messagexmas.el (message-use-toolbar): Revert.
18563         (message-setup-toolbar): Use global default-toolbar if
18564         message-use-toolbar is default.
18565
18566 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18567
18568         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18569         according to default-toolbar-visible-p.
18570
18571         * messagexmas.el (message-use-toolbar): Ditto.
18572
18573 2005-11-26  Dave Love  <fx@gnu.org>
18574
18575         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18576         (tls-program, tls-success): Provide openssl alternative.
18577
18578         * starttls.el: Doc fixes.
18579         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18580         SERVICE to PORT.
18581
18582         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18583         port null or service name.
18584         (starttls-negotiate): Autoload.
18585
18586 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * message.el (message-kill-to-signature): Fix interactive spec.
18589
18590 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * pop3.el (pop3-open-server): Recognize a string as a service name.
18593
18594 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18595
18596         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18597
18598 2005-11-23  Dave Love  <fx@gnu.org>
18599
18600         Add pop3s, pop3/starttls.
18601
18602         * pop3.el (pop3-authentication-scheme): Clarify doc.
18603         (open-tls-stream, starttls-open-stream): Autoload.
18604         (pop3-stream-type): New.
18605         (pop3-open-server): Use it.
18606
18607         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18608         for POP.
18609         (mail-source-keyword-map): Add :stream for POP.
18610         (mail-source-fetch-pop): Use pop3-stream-type.
18611
18612 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18615         of current-time-string.
18616
18617 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18618
18619         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18620         date header.
18621
18622 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18623
18624         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18625         it can seriously impact performance as it bypasses the agent's
18626         local caches.
18627
18628 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18629
18630         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18631         must be explicitly online rather than "not explicitly offline" for
18632         its flags to be synchronized.
18633
18634         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18635         that gnus-uu-unmark-thread will function correctly.
18636
18637         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18638         1024K is instead displayed as 1M.
18639
18640 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18641
18642         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18643
18644 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18645
18646         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18647
18648 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18649
18650         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18651         error message to display actual error condition.
18652         (gnus-agent-save-local): Avoid saving symbols that are bound to
18653         nil as they simply result in a warning message in
18654         gnus-agent-read-local.
18655
18656 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18657
18658         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18659         rather than make-variable-buffer-local for file-precious-flag.
18660
18661 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18662
18663         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18664         for duplicates which are removed.  The invalid sort check then
18665         triggers a rescan after the sort as sorting may have moved
18666         duplicate entries such that they can be cheaply detected.
18667
18668 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18669
18670         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18671
18672 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18673
18674         * gnus-agent.el (gnus-agent-article-alist-save-format):
18675         Change internal variable to a custom variable.  Change default value
18676         from compressed(2) to uncompressed(1).
18677         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18678         support for uncompressed agentview files.  Taken together, reading
18679         the agentview file should now be 6-7 times faster.
18680
18681 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18682
18683         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18684         as a buffer-local variable.  This avoids creating truncated
18685         dribble files as a result of a hang up, eg.
18686
18687 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18688
18689         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18690         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18691         XEmacs.
18692
18693 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18694
18695         * gnus-start.el (gnus-start-draft-setup):
18696         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18697
18698         * gnus.el (gnus-splash): Change custom group.
18699         (gnus-group-get-parameter, gnus-group-parameter-value):
18700         Describe allow-list argument.
18701
18702         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18703         string.
18704
18705 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18706
18707         * gnus-art.el (gnus-default-article-saver): Add user-defined
18708         `function' to custom type.
18709
18710 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18711
18712         * imap.el (imap-open): Handle case where buffer is a buffer
18713         object.
18714
18715 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18716
18717         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18718         long lines.
18719         (gnus-cache-delete-group): Wrap doc strings.
18720
18721         * gnus-agent.el (gnus-agent-rename-group)
18722         (gnus-agent-delete-group): Wrap doc strings.
18723
18724 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18725
18726         * messagexmas.el (message-use-toolbar): Change the valid values
18727         into default, top, bottom, left, and right.
18728         (message-toolbar-thickness): New variable.
18729         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18730         well.
18731         (message-setup-toolbar): Make it work.
18732
18733         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18734         (gnus-use-toolbar): Change the valid values into default, top,
18735         bottom, left, and right.
18736         (gnus-toolbar-thickness): New variable.
18737         (gnus-xmas-setup-toolbar): New function.
18738         (gnus-xmas-setup-group-toolbar): Use it.
18739         (gnus-xmas-setup-summary-toolbar): Use it.
18740
18741 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18742
18743         * gnus-start.el (gnus-1): Add "native" to
18744         gnus-predefined-server-alist.
18745
18746         * gnus.el (gnus-method-to-server): Don't add "native" to the
18747         lists here, because that leads to problems when
18748         gnus-select-method is bound.
18749
18750 2005-11-09  Simon Josefsson  <jas@extundo.com>
18751
18752         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18753         use (not sort-by-date) instead.
18754
18755 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18756
18757         * gnus-delay.el (gnus-delay-group): Don't autoload.
18758         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18759         to be re-loaded when customizing the `gnus-delay' group.
18760
18761 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18762
18763         * message.el: Revert last changes.
18764         (message-insert-citation-line): Use newlines.
18765
18766 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18767
18768         * message.el (message-courtesy-message)
18769         (message-mark-insert-begin, message-mark-insert-end)
18770         (message-elide-ellipsis, message-cancel-message)
18771         (message-add-header, message-change-subject)
18772         (message-cross-post-followup-to-header)
18773         (message-cross-post-insert-note, message-reduce-to-to-cc)
18774         (message-widen-reply, message-delete-not-region)
18775         (message-kill-to-signature, message-insert-signature)
18776         (message-insert-importance-high, message-insert-importance-low)
18777         (message-insert-or-toggle-importance)
18778         (message-insert-disposition-notification-to)
18779         (message-indent-citation, message-yank-original)
18780         (message-cite-original-without-signature, message-cite-original)
18781         (message-insert-citation-line, message-position-on-field)
18782         (message-fix-before-sending, message-send-mail-partially)
18783         (message-send-mail, message-send-mail-with-sendmail)
18784         (message-send-mail-with-qmail, message-send-news)
18785         (message-check-news-header-syntax, message-generate-headers)
18786         (message-insert-courtesy-copy, message-fill-address)
18787         (message-fill-header, message-shorten-references)
18788         (message-setup-1, message-cancel-news)
18789         (message-forward-make-body-plain, message-forward-make-body-mime)
18790         (message-forward-make-body-mml, message-encode-message-body)
18791         (message-forward-make-body-digest-plain)
18792         (message-forward-make-body-digest-mime)
18793         (message-use-alternative-email-as-from): Insert `hard-newline'
18794         instead of ordinary newlines.
18795
18796 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * message.el (message-generate-headers): Downcase the argument
18799         given to message-check-element.
18800
18801 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18802
18803         * nntp.el (nntp-authinfo-rejected): New error condition.
18804         (nntp-wait-for): Use new error condition to signal authentication
18805         error.
18806         (nntp-retrieve-data): Rethrow new error condition to break out of
18807         recursive call to nntp-send-authinfo.
18808
18809 2005-11-08  Romain Francoise  <romain@orebokech.com>
18810
18811         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18812         (gnus-summary-exit-map): Bind to `Z p'.
18813         (gnus-summary-make-menu-bar): Add menu item.
18814
18815 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18816
18817         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18818         (gnus-treat-*): Add `first' in all doc strings.
18819
18820         * gnus-group.el (gnus-group-compact-group): Fix typo.
18821
18822 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18823
18824         * gnus.el (gnus-parameters-case-fold-search): New variable.
18825         (gnus-parameters-get-parameter): Use it.
18826
18827         * gnus-score.el (gnus-home-score-file): Doc fix.
18828
18829 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18830
18831         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18832
18833 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18834
18835         * mm-util.el (mm-special-display-p): New function.
18836
18837         * mml.el (mml-preview): Use it; doc fix.
18838
18839 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18840
18841         * imap.el (imap-open): Handle case where buffer is a buffer object.
18842
18843 2005-10-29  Romain Francoise  <romain@orebokech.com>
18844
18845         * message.el (message-fix-before-sending): Fix comment.
18846
18847 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18848
18849         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18850
18851 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18852
18853         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18854         Used in gnus-score.el.
18855
18856 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18857
18858         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18859
18860 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18861
18862         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18863         whitespace removed in revision 7.8.  Use concatenated string to
18864         protect trailing whitespace.
18865
18866 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18867
18868         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18869         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18870         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18871         Courier IMAP ("some version from 2004").  Mostly based on similar
18872         code in the same function.
18873
18874 2005-10-26  Didier Verna  <didier@xemacs.org>
18875
18876         * gnus-group.el (gnus-group-compact-group): Invalidate original
18877         article buffer.
18878         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18879         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18880         NOV database and in article itself.
18881         Invalidate article backlog.
18882
18883 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18884
18885         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18886
18887 2005-10-26  Simon Josefsson  <jas@extundo.com>
18888
18889         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18890         part of 2004-07-25 change.
18891
18892 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * message.el (message-display-completion-list): New function.
18895         (message-expand-group): Use it; make sure the Completions buffer
18896         is modifiable.
18897 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18898
18899         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18900         user-mail-name is an empty string.
18901
18902 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18903
18904         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18905         depending on gnus-score-decay-constant.
18906
18907         * encrypt.el (encrypt-insert-file-contents)
18908         (encrypt-write-file-contents): Don't use `gnus-message'.
18909
18910         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18911         arguments.
18912         (mm-uu-type-alist): Add message-marks and insert-marks.
18913         Pass arguments to mm-uu-verbatim-marks-extract.
18914         (mm-uu-hide-markers): New variable.
18915         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18916
18917         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18918         (gnus-convert-image-to-face-command): Use "convert" by default to
18919         allow other input image formats.
18920         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18921         accordingly.
18922
18923 2005-10-23  Simon Josefsson  <jas@extundo.com>
18924
18925         * imap.el (imap-gssapi-program): Align command line parameters
18926         with latest GNU SASL.
18927         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18928
18929 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18930
18931         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18932         HTML.
18933         (nnslashdot-request-article): Ditto.
18934
18935         * lpath.el (featurep): Add nobreak-char-display.
18936
18937 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18938
18939         * mail-source.el (mail-source-fetch-pop): Require pop3.
18940         (mail-source-check-pop): Ditto.
18941
18942 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18943
18944         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18945         errors.
18946
18947 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18948
18949         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18950         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18951
18952         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18953
18954         * mm-bodies.el (mm-decode-string):
18955         Call `mm-charset-to-coding-system' with allow-override argument.
18956
18957 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18958
18959         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18960         (rfc2047-charset-to-coding-system): New function.
18961         (rfc2047-decode-encoded-words): New function.
18962         (rfc2047-decode-region): Use them.
18963         (rfc2047-decode-cte): Remove.
18964         (rfc2047-parse-and-decode): Remove.
18965         (rfc2047-decode): Remove.
18966
18967 2005-10-15  Kenichi Handa  <handa@m17n.org>
18968
18969         * rfc2047.el (rfc2047-decode-cte): New function.
18970         (rfc2047-decode-region): Change the way to decode successive
18971         encoded-words: decode B- or Q-encoding in each encoded-word,
18972         concatenate them, and decode it as charset.
18973
18974 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18975
18976         * lpath.el: Fbind codepage-setup for XEmacs.
18977
18978 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18979
18980         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18981         widget-move-and-invoke.
18982         (gnus-custom-mode): Use gnus-custom-map.
18983
18984 2005-10-15  Bill Wohler  <wohler@newt.com>
18985
18986         * message.el (message-tool-bar-map): Rename image file from
18987         mail_send to mail/send.
18988
18989 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18990
18991         * message.el (message-expand-group): Pass the common
18992         prefix substring of completion to `display-completion-list'.
18993
18994 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18995
18996         * mml-sec.el (mml-secure-method): New internal variable.
18997         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18998         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18999         New functions using mml-secure-method.
19000
19001         * mml.el (mml-mode-map): Add key bindings for those functions.
19002         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19003         Harder <harder@myrealbox.com>.
19004         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19005         Goto end of message if point is the headers of the message.
19006
19007         * message.el (message-in-body-p): New function.
19008
19009         * assistant.el: Autoload gnus-util and netrc.
19010
19011         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19012         Use `mm-charset-override-alist' only when decoding.
19013
19014         * mm-bodies.el (mm-decode-body):
19015         Call `mm-charset-to-coding-system' with allow-override argument.
19016
19017         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19018         `filename' from Content-Disposition if Content-Type doesn't
19019         provide `name'.
19020         (gnus-mime-view-part-as-type): Set default instead of
19021         initial-input.
19022
19023 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19024
19025         * format-spec.el (format-spec): Propagate text properties of % spec.
19026
19027 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19028
19029         * gnus-art.el (gnus-treat-predicate): Add `first'.
19030
19031 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19032
19033         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19034         (mm-charset-override-alist): New variable.
19035         (mm-charset-to-coding-system): Use it.
19036         (mm-codepage-setup): New helper function.
19037         (mm-charset-eval-alist): New variable.
19038         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19039         Warn about unknown charsets.
19040
19041         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19042
19043 2005-10-04  David Hansen  <david.hansen@gmx.net>
19044
19045         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19046         (nnrss-check-group): Ditto.
19047
19048 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19049
19050         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19051         Rename x-gnus-verbatim to x-verbatim.
19052         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19053
19054         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19055         x-verbatim.
19056
19057         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19058
19059         * gnus-util.el (gnus-remove-duplicates): Remove.
19060
19061         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19062         instead of gnus-remove-duplicates.
19063
19064         * message.el (message-remove-duplicates): Remove.
19065         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19066         message-remove-duplicates.
19067
19068         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19069         available, else use implementation from `delete-dups'.
19070
19071         * message.el (message-insert-expires): New function.
19072         (message-mode-map): Add key binding.
19073         (message-mode-field-menu): Add menu entry.
19074         (message-mode): Document it.
19075         (message-make-expires-date): Use `message-make-date'.
19076
19077 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19078
19079         * message.el (message-make-expires-date): New function.
19080
19081 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * Makefile.in (list-installed-shadows): New entry.
19084         (install): Use it.
19085         (remove-installed-shadows): New entry.
19086
19087         * dgnushack.el (dgnushack-default-load-path): New variable.
19088         (dgnushack-find-lisp-shadows): New function.
19089         (dgnushack-remove-lisp-shadows): New function.
19090
19091 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19092
19093         * Makefile.in (install-el-elc): New entry.
19094         (install): Use it so that .el files are necessarily installed.
19095
19096 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19097
19098         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19099
19100 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19101
19102         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19103         function rather than the diff-mode.el package.
19104         (mm-display-external): Use with-current-buffer.
19105         (mm-viewer-completion-map, mm-viewer-completion-map):
19106         Move initialization inside declaration.
19107
19108 2005-09-29  Simon Josefsson  <jas@extundo.com>
19109
19110         * spam.el: Load hashcash when compiling, to avoid warnings.
19111         Don't autoload mail-check-payment.
19112         (spam-check-hashcash): Define unconditionally, since hashcash.el
19113         is part of Gnus now.  Ignore errors from payment checking.
19114
19115 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19116
19117         * message.el (message-bold-region, message-unbold-region):
19118         Rename from `bold-region' and `unbold-region'.
19119
19120         * message.el: Remove useless autoloads.
19121
19122 2005-09-28  Simon Josefsson  <jas@extundo.com>
19123
19124         * message.el (message-use-idna): Default to t.
19125         (message-use-idna): Test whether encoding works too.  Doc fix.
19126
19127 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19128
19129         * nntp.el (nntp-warn-about-losing-connection): Remove.
19130
19131 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19132
19133         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19134         customizable.  Change default value.
19135         (mm-uu-diff-groups-regexp): Change default value.
19136         (mm-uu-type-alist): Add doc string.
19137         (mm-uu-configure): Add doc string.  Make it interactive.
19138         (mm-uu-tex-groups-regexp): New variable.
19139         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19140         (mm-uu-type-alist): Add LaTeX documents.
19141         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19142         of "text/verbatim".
19143         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19144
19145         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19146         instead of "text/verbatim".
19147
19148         * message.el (message-mark-inserted-region)
19149         (message-mark-insert-file): Use slrn style marks when called with
19150         prefix argument.
19151
19152 2005-09-27  Simon Josefsson  <jas@extundo.com>
19153
19154         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19155
19156 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19157
19158         * message.el (message-remove-duplicates): New function.
19159         Implementation borrowed from `gnus-remove-duplicates'.
19160         (message-idna-to-ascii-rhs): Also encode idna addresses in
19161         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19162         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19163         only ask about the same idna domain once per header and also tell
19164         in what header to replace the idna domain.
19165
19166         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19167         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19168         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19169         a header is decoded and not just the last one.
19170
19171 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19172
19173         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19174         has been decoded.
19175
19176         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19177         (mm-insert-part): Don't modify text if it has been decoded.
19178
19179         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19180         decoded.
19181
19182         * mm-view.el (mm-inline-text): Don't strip text props unless
19183         decoding enriched or richtext parts.
19184
19185 2005-09-25  Romain Francoise  <romain@orebokech.com>
19186
19187         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19188         * gnus-start.el (gnus-subscribe-interactively):
19189         * gnus-uu.el (gnus-uu-grab-articles):
19190         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19191         space.
19192
19193 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19194
19195         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19196         * mm-view.el (mm-view-pkcs7-decrypt):
19197         * gnus-sum.el (gnus-summary-limit-to-extra)
19198         (gnus-summary-respool-article, gnus-read-move-group-name):
19199         * gnus-score.el (gnus-summary-increase-score):
19200         * gnus-util.el (gnus-completing-read-with-default):
19201         * gnus-art.el (gnus-read-save-file-name)
19202         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19203         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19204         * message.el (message-check-news-header-syntax):
19205         Follow convention for reading with the minibuffer.
19206
19207 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19208
19209         * spam-report.el (spam-report-url-ping-plain):
19210         Use gnus-extended-version as User-Agent.
19211
19212         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19213         default value is nil.
19214
19215         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19216         (mm-uu-verbatim-marks-extract): New function.
19217         (mm-uu-extract): New face.
19218         (mm-uu-copy-to-buffer): Use it.
19219
19220         * spam-report.el (spam-report-gmane-ham): Rename from
19221         `spam-report-gmane-unspam'.
19222         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19223         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19224
19225         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19226         Autoload.
19227         (spam-report-gmane-unregister-routine):
19228         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19229
19230 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19231
19232         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19233         (spam-report-gmane-unregister-routine): Add support for gmane
19234         unregistration.
19235
19236         * spam-report.el (spam-report-gmane-unspam)
19237         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19238         (spam-report-gmane): Change to take a single article and do unspam
19239         registration.
19240
19241 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19242
19243         * mm-url.el (mm-url-decode-entities): Fix regexp.
19244
19245 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19246
19247         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19248         default to nil, to be able to use Gnus at all.  If the default
19249         switches to something else, then the function should be fixed not
19250         be exceedingly slow.
19251
19252 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19253
19254         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19255         fail hard.
19256
19257         * spam-report.el: Add better Keywords line.
19258
19259         * spam.el: Add Maintainer and better Keywords line.
19260
19261 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19262
19263         * gnus-art.el (gnus-article-replace-part)
19264         (gnus-mime-replace-part): New functions.
19265         (gnus-mime-action-alist, gnus-mime-button-commands)
19266         (gnus-mime-save-part-and-strip): Add file argument.
19267         (gnus-article-part-wrapper): Add interactive argument.
19268
19269         * gnus-sum.el (gnus-summary-mime-map):
19270         Add `gnus-article-replace-part'.
19271
19272 2005-09-19  Didier Verna  <didier@xemacs.org>
19273
19274         The nnml compaction feature:
19275         * nnml.el (nnml-request-compact-group): New function.
19276         * nnml.el (nnml-request-compact): New function.
19277         * gnus-int.el (gnus-request-compact-group): New function.
19278         * gnus-int.el (gnus-request-compact): New function.
19279         * gnus-group.el (gnus-group-compact-group): New function.
19280         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19281         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19282         * gnus-srvr.el (gnus-server-compact-server): New function.
19283         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19284         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19285
19286 2005-09-18  Deepak Goel  <deego@gnufans.org>
19287
19288         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19289         format spec.
19290
19291 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19292
19293         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19294
19295 2005-09-15  Romain Francoise  <romain@orebokech.com>
19296
19297         * message.el (message-fill-paragraph): Clarify docstring.
19298
19299 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19300
19301         * gnus-art.el (gnus-mime-display-part): Protect against broken
19302         MIME messages.
19303
19304 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19305
19306         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19307         before parsing header.
19308
19309 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19310
19311         * html2text.el (html2text-replace-list): Add new entities.
19312
19313 2005-09-11  Romain Francoise  <romain@orebokech.com>
19314
19315         * message.el (message-alternative-emails): Improve docstring.
19316         (message-setup-1): Call `message-use-alternative-email-as-from'
19317         after `message-setup-hook' to give it precedence over posting
19318         styles, etc.
19319         (message-use-alternative-email-as-from): Add docstring.
19320         Remove the original From header if present.
19321
19322         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19323         (nnml-save-mail): Use it.
19324
19325         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19326         articles.  Add new argument `silent'.
19327         (gnus-uu-mark-all): Report the total number of marked articles.
19328
19329 2005-09-10  Romain Francoise  <romain@orebokech.com>
19330
19331         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19332         (gnus-uu-mark-series): Likewise.
19333
19334 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19335
19336         * spam-report.el (spam-report-gmane): Fix generation of spam
19337         report URL.
19338
19339 2005-09-10  Simon Josefsson  <jas@extundo.com>
19340
19341         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19342         t, based on discussion on the ding list with Robert Epprecht
19343         <epprecht@solnet.ch>.
19344
19345 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19346
19347         * spam-report.el (spam-report-gmane): Make it work without
19348         X-Report-Spam header.  Gmane now only provides Archived-At.
19349         This is only used if `spam-report-gmane-use-article-number' is nil.
19350         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19351
19352         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19353         make `gnus-summary-sort-by-recipient' work with threading.
19354
19355         * nnweb.el (nnweb-google-wash-article): Print a message if article
19356         is not available.
19357
19358 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19359
19360         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19361         change.  Decode text/* parts content before displaying.
19362
19363 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19364
19365         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19366
19367 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19368
19369         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19370
19371         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19372         url-package-name, url-package-version,
19373         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19374         w3m-display-inline-images, and w3m-minor-mode-map.
19375
19376 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19377
19378         * message.el (message-tab-body-function): Fix mismatched custom type.
19379
19380         * gnus.el (gnus-group-change-level-function): Ditto.
19381
19382         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19383
19384         * gnus-art.el (gnus-signature-limit)
19385         (gnus-article-mime-part-function): Ditto.
19386
19387 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19388
19389         * mml.el (mml-mode): Silence the byte compiler.
19390
19391         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19392         using `(sit-for 0)' before moving the point to the specified part;
19393         skip unbuttonized parts.
19394         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19395         return to the summary window if gnus-auto-select-part is non-nil.
19396
19397 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19398
19399         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19400         New variables.
19401         (mml-dnd-attach-file, mml-mode): Use them.
19402
19403         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19404         Make fetching article by MID work again for Google Groups.
19405         Add FIXME concerning gnus-group-make-web-group.
19406
19407         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19408         Don't depend on Gnus by using mail-extract-address-components if
19409         gnus-extract-address-components is not bound.
19410
19411 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19412
19413         * gnus-art.el (gnus-mime-display-security): Don't display the
19414         signature, but only the signed part.
19415
19416 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19417
19418         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19419
19420         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19421         list, not listp.
19422
19423 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19424
19425         * mm-encode.el (mm-encode-content-transfer-encoding):
19426         Likewise when encoding.
19427
19428         * mm-bodies.el (mm-decode-content-transfer-encoding):
19429         De-canonicalize CRLF for all text content types, not just
19430         text/plain.
19431
19432 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19433
19434         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19435         valid article; point arrow and cursor at the MIME button.
19436
19437 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19438
19439         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19440         Suggested by Dan Christensen <jdc@uwo.ca>.
19441
19442         * mm-decode.el (mm-save-part): Enable change of prompt.
19443
19444 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19445
19446         * gnus-msg.el (gnus-inews-add-send-actions):
19447         Make `message-post-method' lambda parameter ARG `&optional'.
19448
19449 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19450
19451         * gnus-sum.el (gnus-summary-mime-map):
19452         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19453         gnus-article-jump-to-part.
19454
19455         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19456         (gnus-article-edit-part): Use it.
19457         (gnus-article-part-wrapper): Add no-handle argument.
19458         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19459         New functions.
19460
19461 2005-08-29  Romain Francoise  <romain@orebokech.com>
19462
19463         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19464         docstring.
19465         (gnus-face-from-file): Likewise.
19466
19467 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19468
19469         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19470         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19471         non-nil.
19472         (gnus-auto-select-part): New variable.
19473         (gnus-article-jump-to-part): New function.
19474         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19475         (gnus-mime-delete-part): Allow selecting specified part after
19476         deleting or stripping parts.
19477         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19478         part if argument is bogus.
19479
19480 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19481
19482         * gnus-art.el (w3m-minor-mode-map):
19483         * gnus-spec.el (gnus-newsrc-file-version):
19484         * gnus-util.el (nnmail-active-file-coding-system)
19485         (gnus-original-article-buffer, gnus-user-agent):
19486         * gnus.el (gnus-ham-process-destinations)
19487         (gnus-parameter-ham-marks-alist)
19488         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19489         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19490         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19491         * mm-decode.el (gnus-current-window-configuration):
19492         * mm-extern.el (gnus-article-mime-handles):
19493         * mm-url.el (url-current-object, url-package-name)
19494         (url-package-version):
19495         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19496         (smime-keys, w3m-cid-retrieve-function-alist)
19497         (w3m-current-buffer, w3m-display-inline-images)
19498         (w3m-minor-mode-map):
19499         * mml-smime.el (gnus-extract-address-components):
19500         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19501         (gnus-newsrc-hashtb, message-default-charset)
19502         (message-deletable-headers, message-options)
19503         (message-posting-charset, message-required-mail-headers)
19504         (message-required-news-headers):
19505         * mml1991.el (mc-pgp-always-sign):
19506         * mml2015.el (mc-pgp-always-sign):
19507         * nnheader.el (nnmail-extra-headers):
19508         * rfc1843.el (gnus-decode-encoded-word-function)
19509         (gnus-decode-header-function, gnus-newsgroup-name):
19510         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19511
19512 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19513
19514         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19515         the end of the date treatments.
19516
19517 2005-08-15  Simon Josefsson  <jas@extundo.com>
19518
19519         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19520         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19521         Capello and Romain Francoise.
19522         (pgg-fetch-key-function): Remove, not used?
19523         (pgg-insert-url-with-w3): Require url, to get
19524         url-insert-file-contents regardless of where it is defined.
19525
19526 2005-08-13  Romain Francoise  <romain@orebokech.com>
19527
19528         * message.el (message-cite-original-1): New function.
19529         (message-cite-original): Use it.
19530         (message-cite-original-without-signature): Ditto.
19531
19532 2005-08-08  Romain Francoise  <romain@orebokech.com>
19533
19534         * message.el (message-yank-empty-prefix): New variable.
19535         (message-indent-citation): Use it.
19536         (message-cite-original-without-signature): Respect X-No-Archive.
19537
19538 2005-08-08  Simon Josefsson  <jas@extundo.com>
19539
19540         * pgg.el: Autoload url-insert-file-contents instead of loading
19541         w3/url.
19542         (pgg-insert-url-with-w3): Don't load url here.
19543
19544 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19545
19546         * message.el (message-kill-to-signature): Don't insert newline at
19547         bol.
19548         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19549
19550 2005-08-06  Romain Francoise  <romain@orebokech.com>
19551
19552         * message.el (message-user-fqdn): Fix typo in docstring.
19553
19554 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19555
19556         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19557
19558         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19559
19560 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19561
19562         * mm-bodies.el (mm-encode-body): Use coding system rather than
19563         charset to encode text.
19564
19565         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19566         number of charsets if utf-8 is available (XEmacs).
19567
19568 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19569
19570         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19571         taken from `gnus-button-mid-or-mail-regexp'.
19572         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19573         (gnus-button-alist): Improve regexp for domain part of the MIDs
19574         for news:localpart@domain buttons.
19575         (gnus-button-ctan-directory-regexp): Update.
19576
19577 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19578
19579         * sieve-manage.el (sieve-manage-interactive-login):
19580         Use make-local-variable rather than make-variable-buffer-local.
19581         (sieve-manage-open): Ditto.
19582         (sieve-manage-authenticate): Ditto.
19583
19584         * mml.el (mml-generate-mime-1): Make the content type default to
19585         text/plain if the filename is not specified.
19586
19587 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19588
19589         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19590         instead of insert-buffer.
19591
19592         * message.el (message-yank-original): Ditto; set the mark at the
19593         end of the yanked message.
19594
19595 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19596
19597         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19598         lines to scroll rather than to stop it.
19599
19600         * mml.el (mml-generate-default-type): Add doc string.
19601         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19602         default to application/octet-stream when determining the content
19603         type if it is not specified for the part or the mml contents; add
19604         a comment about mml-generate-default-type.
19605
19606 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19607
19608         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19609         make it default to application/octet-stream when determining the
19610         content type if it is not specified for the external contents.
19611
19612 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19613
19614         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19615         segmented parameter but also other parameters might be there.
19616
19617 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19618
19619         * mm-decode.el (mm-display-external): Delete temp file, directory
19620         and buffer immediately if the external process is exited.
19621
19622 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19623
19624         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19625         fewer lines than that of scroll-margin.
19626         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19627
19628 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19629
19630         * gnus-art.el (gnus-article-next-page): Revert.
19631         (gnus-article-beginning-of-window): New macro.
19632         (gnus-article-next-page-1): Use it.
19633         (gnus-article-prev-page): Ditto.
19634         (gnus-article-edit-part): Use insert-buffer-substring instead of
19635         insert-buffer.
19636         (gnus-article-edit-exit): Ditto.
19637
19638         * gnus-util.el (gnus-beginning-of-window): Remove.
19639         (gnus-end-of-window): Remove.
19640
19641         * lpath.el: Don't bind header-line-format and scroll-margin.
19642
19643 2005-07-25  Simon Josefsson  <jas@extundo.com>
19644
19645         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19646         to have the url package without w3.  Reported by Daiki Ueno
19647         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19648
19649 2005-07-20  Didier Verna  <didier@xemacs.org>
19650
19651         * gnus-diary.el: Remove the description comment (nndiary is now
19652         properly documented in the Gnus manual).
19653         Fix the spelling of "Back End".
19654         * nndiary.el: Ditto.
19655         Fix the copyright notice.
19656
19657 2005-07-18  Romain Francoise  <romain@orebokech.com>
19658
19659         * gnus-sum.el (gnus-summary-to-prefix)
19660         (gnus-summary-newsgroup-prefix): New variables.
19661         (gnus-summary-from-or-to-or-newsgroups): Use them.
19662
19663 2005-07-17  Romain Francoise  <romain@orebokech.com>
19664
19665         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19666         space as it's generally not especially interesting to the user.
19667
19668 2005-07-16  Romain Francoise  <romain@orebokech.com>
19669
19670         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19671         nil to avoid prompting and file modification if one of the
19672         messages at the top of the nnfolder file contains a copyright
19673         notice.
19674         Update copyright notice.
19675
19676         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19677         instead of `current-time-string' as the latter creates a time
19678         string that is not RFC 2822 compliant (it lacks the zone).
19679         Update copyright notice.
19680
19681 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19682
19683         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19684         for text/rtf.  Display default in prompt.  Pass default for M-n.
19685
19686         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19687
19688 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19689
19690         * gnus-msg.el (gnus-button-mailto):
19691         Remove save-selected-window-window hackery because it relies on
19692         save-selected-window internals.
19693
19694 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19695
19696         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19697         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19698         (gnus-article-prev-page): Ditto.
19699
19700         * gnus-util.el (gnus-beginning-of-window): New function.
19701         (gnus-end-of-window): New function.
19702
19703         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19704
19705 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19706
19707         * gnus-score.el (gnus-score-edit-all-score):
19708         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19709         gnus-message.
19710
19711 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19712
19713         * gnus-msg.el (gnus-button-mailto):
19714         Remove save-selected-window-window hackery because it relies on
19715         save-selected-window internals.
19716
19717 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19718
19719         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19720         add-minor-mode.
19721         (gnus-binary-mode): Ditto.
19722
19723         * gnus-topic.el (gnus-topic-mode): Ditto.
19724
19725 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19726
19727         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19728         (gnus-article-prev-page): Take scroll-margin into consideration.
19729
19730 2005-07-04  Lute Kamstra  <lute@gnu.org>
19731
19732         Update FSF's address in GPL notices.
19733
19734 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19735
19736         * gnus.el (gnus-exit):
19737         * gnus-group.el (gnus-group-icons):
19738         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19739
19740         * gnus-nocem.el (gnus-nocem):
19741         * message.el (message-various, message-buffers, message-sending)
19742         (message-interface, message-forwarding, message-insertion)
19743         (message-headers, message-news, message-mail):
19744         * pgg-gpg.el (pgg-gpg):
19745         * pgg-parse.el (pgg-parse):
19746         * pgg-pgp.el (pgg-pgp):
19747         * pgg-pgp5.el (pgg-pgp5):
19748         * pop3.el (pop3): Finish `defgroup' description with period.
19749
19750 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * gnus-art.el (article-display-face): Improve the efficiency.
19753         (article-display-x-face): Ditto; remove gray x-face stuff.
19754
19755 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19756
19757         * gnus-art.el (article-display-face): Correct the position in
19758         which Faces are inserted.
19759
19760 2005-06-29  Didier Verna  <didier@xemacs.org>
19761
19762         * gnus-art.el (article-display-face): Display faces in correct
19763         order.
19764
19765 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19768         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19769         (gnus-nocem-check-article): Fetch the Type header.
19770         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19771         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19772         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19773         make sure gnus-nocem-hashtb is initialized.
19774         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19775         (gnus-nocem-unwanted-article-p): Ditto.
19776
19777         * pgg.el (pgg-verify): Return the verification result.
19778
19779 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19780
19781         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19782         is ascii.
19783
19784 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19785
19786         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19787         `show-nonbreak-escape'.
19788
19789 2005-06-23  Lute Kamstra  <lute@gnu.org>
19790
19791         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19792
19793         * dig.el (dig-mode):
19794         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19795
19796 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19797
19798         * nnimap.el (nnimap-split-download-body): Fix spellings.
19799
19800 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19801
19802         * gnus-art.el (gnus-article-encrypt-body):
19803         * gnus-cus.el (gnus-score-customize):
19804         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19805         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19806
19807 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19808
19809         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19810         header by looking for magic "MII" at the beginning.
19811
19812 2005-06-16  Miles Bader  <miles@gnu.org>
19813
19814         * gnus-xmas.el (gnus-xmas-group-startup-message):
19815         Use renamed gnus-splash face.
19816
19817         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19818         (assistant-field-face): New backward-compatibility alias for renamed
19819         face.
19820         (assistant-render-text): Use renamed assistant-field face.
19821
19822         * spam.el (spam): Remove "-face" suffix from face name.
19823         (spam-face): New backward-compatibility alias for renamed face.
19824         (spam-face, spam-initialize): Use renamed spam face.
19825
19826         * message.el (message-header-to, message-header-cc)
19827         (message-header-subject, message-header-newsgroups)
19828         (message-header-other, message-header-name)
19829         (message-header-xheader, message-separator, message-cited-text)
19830         (message-mml): Remove "-face" suffix from face names.
19831         (message-header-to-face, message-header-cc-face)
19832         (message-header-subject-face, message-header-newsgroups-face)
19833         (message-header-other-face, message-header-name-face)
19834         (message-header-xheader-face, message-separator-face)
19835         (message-cited-text-face, message-mml-face):
19836         New backward-compatibility aliases for renamed faces.
19837         (message-font-lock-keywords): Use renamed message faces.
19838
19839         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19840         (sieve-test-commands, sieve-tagged-arguments):
19841         Remove "-face" suffix from face names.
19842         (sieve-control-commands-face, sieve-action-commands-face)
19843         (sieve-test-commands-face, sieve-tagged-arguments-face):
19844         New backward-compatibility aliases for renamed faces.
19845         (sieve-control-commands-face, sieve-action-commands-face)
19846         (sieve-test-commands-face, sieve-tagged-arguments-face):
19847         Use renamed sieve faces.
19848
19849         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19850         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19851         (gnus-group-news-3-empty, gnus-group-news-4)
19852         (gnus-group-news-4-empty, gnus-group-news-5)
19853         (gnus-group-news-5-empty, gnus-group-news-6)
19854         (gnus-group-news-6-empty, gnus-group-news-low)
19855         (gnus-group-news-low-empty, gnus-group-mail-1)
19856         (gnus-group-mail-1-empty, gnus-group-mail-2)
19857         (gnus-group-mail-2-empty, gnus-group-mail-3)
19858         (gnus-group-mail-3-empty, gnus-group-mail-low)
19859         (gnus-group-mail-low-empty, gnus-summary-selected)
19860         (gnus-summary-cancelled, gnus-summary-high-ticked)
19861         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19862         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19863         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19864         (gnus-summary-low-undownloaded)
19865         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19866         (gnus-summary-low-unread, gnus-summary-normal-unread)
19867         (gnus-summary-high-read, gnus-summary-low-read)
19868         (gnus-summary-normal-read, gnus-splash):
19869         Remove "-face" suffix from face names.
19870         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19871         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19872         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19873         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19874         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19875         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19876         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19877         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19878         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19879         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19880         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19881         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19882         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19883         (gnus-summary-normal-ticked-face)
19884         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19885         (gnus-summary-normal-ancient-face)
19886         (gnus-summary-high-undownloaded-face)
19887         (gnus-summary-low-undownloaded-face)
19888         (gnus-summary-normal-undownloaded-face)
19889         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19890         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19891         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19892         (gnus-splash-face):
19893         New backward-compatibility aliases for renamed faces.
19894         (gnus-group-startup-message): Use renamed gnus faces.
19895
19896         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19897         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19898         (gnus-server-agent): Remove "-face" suffix from face names.
19899         (gnus-server-agent-face, gnus-server-opened-face)
19900         (gnus-server-closed-face, gnus-server-denied-face)
19901         (gnus-server-offline-face):
19902         New backward-compatibility aliases for renamed faces.
19903         (gnus-server-agent-face, gnus-server-opened-face)
19904         (gnus-server-closed-face, gnus-server-denied-face)
19905         (gnus-server-offline-face): Use renamed gnus faces.
19906
19907         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19908         Remove "-face" suffix from face names.
19909         (gnus-picon-xbm-face, gnus-picon-face):
19910         New backward-compatibility aliases for renamed faces.
19911
19912         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19913         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19914         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19915         (gnus-cite-11): Remove "-face" suffix from face names.
19916         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19917         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19918         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19919         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19920         New backward-compatibility aliases for renamed faces.
19921         (gnus-cite-attribution-face, gnus-cite-face-list)
19922         (gnus-article-boring-faces): Use renamed gnus faces.
19923
19924         * gnus-art.el (gnus-signature, gnus-header-from)
19925         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19926         (gnus-header-content): Remove "-face" suffix from face names.
19927         (gnus-signature-face, gnus-header-from-face)
19928         (gnus-header-subject-face, gnus-header-newsgroups-face)
19929         (gnus-header-name-face, gnus-header-content-face):
19930         New backward-compatibility aliases for renamed faces.
19931         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19932
19933         * gnus-sum.el (gnus-summary-selected-face)
19934         (gnus-summary-highlight): Use renamed gnus faces.
19935         * gnus-group.el (gnus-group-highlight): Likewise.
19936
19937 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19938
19939         * gnus-sieve.el (gnus-sieve-article-add-rule):
19940         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19941         * spam-stat.el (spam-stat-buffer-change-to-spam)
19942         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19943
19944         * message.el (message-is-yours-p):
19945         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19946
19947 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19948
19949         * mm-view.el (mm-inline-text): Withdraw the last change.
19950
19951 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19952
19953         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19954         executing enriched-decode.
19955
19956 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19957
19958         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19959         charset of tar files.
19960
19961 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19962
19963         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19964
19965 2005-06-04  Lute Kamstra  <lute@gnu.org>
19966
19967         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19968         information is never recorded.
19969
19970 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19971
19972         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19973
19974 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19975
19976         * pop3.el (pop3-apop): Run md5 in the binary mode.
19977
19978         * starttls.el (starttls-set-process-query-on-exit-flag):
19979         Use eval-and-compile.
19980
19981 2005-05-31  Simon Josefsson  <jas@extundo.com>
19982
19983         * smime.el (smime-replace-in-string): Define.
19984         (smime-cert-by-ldap-1): Use it.
19985
19986 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19987
19988         * gnus-art.el (article-display-x-face): Replace
19989         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19990
19991         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19992         set-process-query-on-exit-flag or process-kill-without-query.
19993
19994         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19995         loop instead of replace-regexp.
19996
19997         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19998         instead of process-kill-without-query if it is available.
19999
20000         * lpath.el: Fbind ldap-search-entries.
20001
20002         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20003         instead of find-file-hooks if it is available.
20004
20005         * mml1991.el: Bind pgg-default-user-id when compiling.
20006
20007         * mml2015.el: Bind pgg-default-user-id when compiling.
20008
20009         * nndraft.el (nndraft-request-associate-buffer):
20010         Use write-contents-functions instead of write-contents-hooks if it is
20011         available.
20012
20013         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20014         instead of find-file-hooks if it is available.
20015
20016         * nntp.el (nntp-open-connection): Replace
20017         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20018         (nntp-open-ssl-stream): Ditto.
20019         (nntp-open-tls-stream): Ditto.
20020
20021         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20022         set-process-query-on-exit-flag or process-kill-without-query.
20023         (starttls-open-stream-gnutls): Use it instead of
20024         process-kill-without-query.
20025         (starttls-open-stream): Ditto.
20026
20027 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20028
20029         * smime.el (smime-cert-by-ldap-1): Don't use
20030         replace-regexp-in-string.
20031
20032 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20033
20034         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20035
20036         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20037         in PEM format.  Adjust to the XEmacs compatibility.
20038
20039 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20040
20041         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20042         by `string-to-number'.
20043         * gnus-agent.el (gnus-agent-regenerate-group)
20044         (gnus-agent-fetch-articles): Ditto.
20045         * gnus-art.el (gnus-button-fetch-group): Ditto.
20046         * gnus-cache.el (gnus-cache-generate-active)
20047         (gnus-cache-articles-in-group): Ditto.
20048         * gnus-group.el (gnus-group-set-current-level)
20049         (gnus-group-insert-group-line): Ditto.
20050         * gnus-score.el (gnus-score-set-expunge-below)
20051         (gnus-score-set-mark-below, gnus-summary-score-effect)
20052         (gnus-summary-score-entry): Ditto.
20053         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20054         (gnus-soup-pack): Ditto.
20055         * gnus-spec.el (gnus-xmas-format): Ditto.
20056         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20057         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20058         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20059         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20060         * nndb.el (nndb-get-remote-expire-response): Ditto.
20061         * nndiary.el (nndiary-parse-schedule-value)
20062         (nndiary-string-to-number, nndiary-request-replace-article)
20063         (nndiary-request-article): Ditto.
20064         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20065         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20066         * nneething.el (nneething-make-head): Ditto.
20067         * nnfolder.el (nnfolder-request-article)
20068         (nnfolder-retrieve-headers): Ditto.
20069         * nnheader.el (nnheader-file-to-number): Ditto.
20070         * nnkiboze.el (nnkiboze-request-article): Ditto.
20071         * nnmail.el (nnmail-process-unix-mail-format)
20072         (nnmail-process-babyl-mail-format): Ditto.
20073         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20074         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20075         (nnmh-request-create-group, nnmh-request-list-1)
20076         (nnmh-request-group, nnmh-request-article): Ditto.
20077         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20078         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20079         * nnsoup.el (nnsoup-make-active): Ditto.
20080         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20081         * nntp.el (nntp-find-group-and-number)
20082         (nntp-retrieve-headers-with-xover): Ditto.
20083         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20084         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20085         (pgg-format-key-identifier): Ditto.
20086         * pop3.el (pop3-last, pop3-stat): Ditto.
20087         * qp.el (quoted-printable-decode-region): Ditto.
20088
20089         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20090         of concat.
20091
20092 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20093
20094         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20095
20096         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20097
20098         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20099
20100         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20101
20102         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20103
20104         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20105
20106         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20107         (gnus-carpal-mode): Ditto.
20108
20109         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20110         (gnus-browse-mode): Ditto.
20111
20112         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20113
20114         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20115
20116 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20117
20118         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20119
20120 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20121
20122         * gnus-util.el (gnus-run-mode-hooks): New function.
20123
20124         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20125
20126         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20127         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20128
20129 2005-05-27  Lute Kamstra  <lute@gnu.org>
20130
20131         * dns-mode.el (dns-mode): Specify customization group.
20132
20133 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20134
20135         * gnus-agent.el (gnus-agent-make-mode-line-string):
20136         Use mode-line-highlight as mouse-face.
20137
20138 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * canlock.el (canlock): Change the parent group to news.
20141
20142         * deuglify.el (gnus-outlook-deuglify): Add :group.
20143
20144         * dig.el (dig): Add :group.
20145
20146         * dns-mode.el (dns-mode): Add :group.
20147
20148         * encrypt.el (encrypt): Add :group.
20149
20150         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20151         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20152         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20153         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20154         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20155
20156         * gnus-diary.el (gnus-diary): Add :group.
20157
20158         * gnus.el (gnus-group-news-1-face): Add :group.
20159         (gnus-group-news-1-empty-face): Ditto.
20160         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20161         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20162         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20163         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20164         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20165         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20166         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20167         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20168         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20169         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20170         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20171         (gnus-summary-high-ticked-face): Ditto.
20172         (gnus-summary-low-ticked-face): Ditto.
20173         (gnus-summary-normal-ticked-face): Ditto.
20174         (gnus-summary-high-ancient-face): Ditto.
20175         (gnus-summary-low-ancient-face): Ditto.
20176         (gnus-summary-normal-ancient-face): Ditto.
20177         (gnus-summary-high-undownloaded-face): Ditto.
20178         (gnus-summary-low-undownloaded-face): Ditto.
20179         (gnus-summary-normal-undownloaded-face): Ditto.
20180         (gnus-summary-high-unread-face): Ditto.
20181         (gnus-summary-low-unread-face): Ditto.
20182         (gnus-summary-normal-unread-face): Ditto.
20183         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20184         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20185
20186         * hashcash.el (hashcash): New custom group.
20187         (hashcash-default-payment): Add :group.
20188         (hashcash-payment-alist): Ditto.
20189         (hashcash-default-accept-payment): Ditto.
20190         (hashcash-accept-resources): Ditto.
20191         (hashcash-path): Ditto.
20192         (hashcash-extra-generate-parameters): Ditto.
20193         (hashcash-double-spend-database): Ditto.
20194         (hashcash-in-news): Ditto.
20195
20196         * message.el (message-minibuffer-local-map): Add :group.
20197
20198         * netrc.el (netrc): Add :group.
20199
20200         * sieve-manage.el (sieve-manage-log): Add :group.
20201         (sieve-manage-default-user): Diito.
20202         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20203         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20204         (sieve-manage-authenticators): Ditto.
20205         (sieve-manage-authenticator-alist): Ditto.
20206         (sieve-manage-default-port): Ditto.
20207
20208         * sieve-mode.el (sieve-control-commands-face): Add :group.
20209         (sieve-action-commands-face): Ditto.
20210         (sieve-test-commands-face): Ditto.
20211         (sieve-tagged-arguments-face): Ditto.
20212
20213         * smime.el (smime): Add :group.
20214
20215         * spam-report.el (spam-report): Add :group.
20216
20217         * spam.el (spam, spam-face): Add :group.
20218
20219 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20220
20221         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20222         return \n.\n.\n at the end of articles.  Protect against that.
20223         (nntp-with-open-group): Allow debugging.
20224
20225         * nnheader.el (mail-header-set-extra): Make into a function
20226         because I just could't understand how to quote the list properly.
20227
20228         * dns.el (query-dns-cached): New function.
20229
20230 2005-05-26  Lute Kamstra  <lute@gnu.org>
20231
20232         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20233
20234 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20235
20236         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20237
20238         * gnus-art.el: Don't autoload mail-extract-address-components.
20239
20240         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20241         eval-and-compile to evaluate it.
20242
20243         * hashcash.el: Don't autoload executable-find.
20244
20245         * nndb.el: Don't declare the nndb back end two or more times; don't
20246         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20247
20248         * nntp.el: Autoload format-spec instead of format; use
20249         eval-and-compile to evaluate autoload forms.
20250
20251 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20252
20253         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20254
20255 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20256
20257         * gnus.el (gnus-version-number): Bump version.
20258
20259 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20260
20261         * gnus.el: No Gnus v0.3 is released.
20262
20263 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20264
20265         * lpath.el (featurep): Bind show-nonbreak-escape.
20266
20267 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20268
20269         * gnus-art.el (gnus-article-edit-part): Disable undo.
20270
20271 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20272
20273         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20274         gnus-article-date-lapsed-new-header is t if date timer is active;
20275         skip headers in which the original date value is empty.
20276         (gnus-article-save-original-date): Redefine it as a macro.
20277         (gnus-display-mime): Use it.
20278
20279 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20280
20281         * gnus-art.el (article-date-ut): Support converting date in
20282         forwarded parts as well.
20283         (gnus-article-save-original-date): New function.
20284         (gnus-display-mime): Use it.
20285
20286 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20287
20288         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20289         enclosure element of <item>.
20290
20291 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20292
20293         * message.el (message-kill-buffer-query): Rename from
20294         `message-kill-buffer-query-if-modified'.  Add :version.
20295
20296 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20297
20298         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20299         window layout.
20300
20301 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20302
20303         * mml.el: Autoload dnd when compiling.
20304
20305 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20306
20307         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20308         x-dnd-*.
20309
20310 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20311
20312         * qp.el (quoted-printable-encode-region): Save excursion.
20313
20314 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20315
20316         * message.el (message-kill-buffer-query-if-modified): Add new variable
20317         so the user can kill a modified message buffer quickly.
20318         (message-kill-buffer): Use it.
20319
20320 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20321
20322         * lpath.el: Fbind display-time-event-handler; don't fbind
20323         string-to-multibyte.
20324
20325         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20326
20327 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20330         contained in text because xml.el decodes entities) with LFs.
20331
20332 2005-04-11  Lute Kamstra  <lute@gnu.org>
20333
20334         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20335         differently.
20336
20337 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20338
20339         * mm-util.el (mm-detect-coding-region): Typo.
20340
20341 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20342
20343         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20344
20345 2005-04-06  Deepak Goel  <deego@gnufans.org>
20346
20347         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20348         user-function allow user modifications of the scores.
20349         (spam-stat-score-buffer-user): New function, to allow
20350         user-computed modifications to the score.
20351         (spam-stat-score-buffer-user-functions): List of additional
20352         scoring functions.
20353         (spam-stat-error-holder): Global temporary error holder.
20354         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20355         variable.
20356
20357 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20358
20359         * gnus-registry.el (gnus-registry-clean-empty-function)
20360         (gnus-registry-trim, gnus-registry-fetch-groups)
20361         (gnus-registry-delete-group): Groups that match
20362         `gnus-registry-ignored-groups' are removed from the registry
20363         entries, not just ignored for splitting.  This helps clean up the
20364         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20365         to get all the groups a message ID is in.
20366
20367         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20368         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20369         (spam-stat-score-buffer-user-functions): Add :number custom type.
20370
20371 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20372
20373         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20374         argument in XEmacs.
20375
20376         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20377         (nnrss-request-group): Decode group name first.
20378         (nnrss-request-article): Make a text/plain article if mml-to-mime
20379         failed.
20380         (nnrss-get-encoding): Return a compatible encoding according to
20381         nnrss-compatible-encoding-alist.
20382         (nnrss-find-el): Use consp instead of listp.
20383         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20384
20385 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20386
20387         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20388         which Emacs 20 doesn't support.
20389         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20390
20391 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20392
20393         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20394         silence the byte compiler inside the defun.
20395
20396         * gnus-demon.el (parse-time-string): Add autoload.
20397
20398         * gnus-delay.el (parse-time-string): Add autoload.
20399
20400         * gnus-art.el (parse-time-string): Add autoload.
20401
20402         * nnultimate.el (parse-time): Require for `parse-time-string'.
20403
20404 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20405
20406         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20407
20408         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20409
20410         * smime.el (smime-ldap-host-list): Add :version.
20411
20412 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20413
20414         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20415         pass it to `gnus-browse-read-group'.
20416         (gnus-browse-read-group): Add NUMBER argument and pass it to
20417         `gnus-group-read-ephemeral-group'.
20418
20419         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20420         argument and pass it to `gnus-group-read-group'.
20421
20422 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20423
20424         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20425         mm-xemacs-find-mime-charset-1 if we have the mule feature
20426         available at runtime.
20427
20428 2005-03-25  Werner Lemberg  <wl@gnu.org>
20429
20430         * nnmaildir.el: Replace `illegal' with `invalid'.
20431
20432 2005-03-23  Lute Kamstra  <lute@gnu.org>
20433
20434         * time-date.el: Add comment on time value formats.
20435         Don't require parse-time.
20436         (with-decoded-time-value): New macro.
20437         (encode-time-value): New function.
20438         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20439         (days-to-time): Return a valid time value when arg is huge.
20440         (time-since): Use time-subtract.
20441         (time-to-number-of-days): Use time-to-seconds.
20442
20443 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20444
20445         * gnus-start.el (gnus-display-time-event-handler):
20446         Check display-time-timer at runtime rather than only at load time
20447         in case display-time-mode is turned off in the mean time.
20448
20449 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20450
20451         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20452         used.
20453
20454         * nneething.el (nneething-map-file-directory): Derive from
20455         `gnus-directory'.
20456
20457         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20458         the To/Cc button.
20459
20460 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20461
20462         * nnmaildir.el (nnmaildir-request-accept-article):
20463         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20464
20465 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20466
20467         * gnus-async.el: Require timer-funcs at compile time when in
20468         XEmacs for `run-with-idle-timer'.
20469
20470 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20471
20472         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20473         autoloaded function.
20474
20475 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20476
20477         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20478
20479 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20480
20481         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20482
20483 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20484
20485         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20486         Add gnus-expert-user to default.
20487
20488 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20489
20490         * nnimap.el (nnimap-open-server): Ditto.
20491
20492         * imap.el (imap-authenticate): Fix typo.
20493
20494 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20495
20496         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20497         buffer (since IMAP server might return FETCH response out of
20498         order, and the nntp buffer must be sorted).
20499
20500 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20501
20502         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20503         comparison on string.
20504
20505         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20506         (gnus-agent-score): Rename category keywords to match gnus-cus.
20507         (gnus-agent-summary-fetch-series): Modify to protect against
20508         gnus-agent-summary-fetch-group clearing processable flags.
20509         (gnus-agent-synchronize-group-flags): Update live group buffer as
20510         synchronization may occur due to the user toggle the plugged
20511         status.
20512         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20513         successfully downloaded.
20514         (gnus-agent-expire-group-1): Avoid using markers when the overview
20515         is in ascending order; greatly improves performance.
20516         (gnus-agent-regenerate-group):
20517         Use gnus-agent-synchronize-group-flags to reset read status in both
20518         gnus and server.
20519         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20520
20521 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20522
20523         * message.el: Don't autoload former message-utils variables.
20524         (message-strip-subject-trailing-was): Change doc string.
20525
20526         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20527         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20528         (nnweb-google-search): Add "hl=en" here.
20529         (nnweb-google-parse-1, nnweb-google-create-mapping):
20530         Don't hardcode URL.
20531
20532 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20533
20534         * message.el (message-get-reply-headers, message-followup):
20535         Mention related variables `message-use-followup-to' and
20536         `message-use-mail-followup-to', in the information buffer.
20537
20538         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20539         of broken groups(-beta).google.com.
20540
20541 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20542
20543         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20544         parameter to invoked gnus-request-move-article; remove the
20545         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20546         all at once instead of once per article.
20547         (gnus-summary-remove-process-mark): Accept a list of articles as
20548         well as a single article for processing.
20549
20550         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20551         parameter.
20552
20553         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20554
20555         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20556
20557         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20558         parameter.
20559
20560         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20561         parameter.
20562
20563         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20564         parameter and remove the gnus-sum-hint-move-is-internal variable.
20565
20566         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20567         parameter.
20568
20569         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20570         parameter.
20571
20572         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20573         parameter.
20574
20575         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20576
20577         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20578         parameter.
20579
20580         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20581         parameter.
20582
20583 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20584
20585         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20586         a more conservative way.
20587
20588 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20589
20590         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20591         buffer, so it moves the window's cursor.
20592
20593 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20594
20595         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20596         `mm-dissect-multipart' and receive the from field as an (optional)
20597         argument from `mm-dissect-multipart'.
20598         (mm-dissect-multipart): Receive the from field as an argument and
20599         pass it on when we call `mm-dissect-buffer' on MIME parts.
20600         Fixes verification/decryption of signed/encrypted MIME parts.
20601
20602 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20603
20604         * gnus-sum.el (gnus-summary-move-article):
20605         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20606         whatever it calls (right now, only nnimap-request-move article
20607         respects it).
20608
20609         * nnimap.el (nnimap-request-move-article):
20610         When gnus-sum-hint-move-is-internal is set, don't do the extra
20611         nnimap-request-article.
20612
20613 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20614
20615         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20616
20617         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20618         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20619
20620         * gnus-sum.el (gnus-summary-caesar-message):
20621         Apply `gnus-treat-article' after rotation.
20622
20623         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20624         doc string.
20625
20626 2005-02-22  Simon Josefsson  <jas@extundo.com>
20627
20628         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20629         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20630         <arne@arnested.dk>.
20631         (encrypt): Add password-cache and password-cache-expiry as group
20632         members.
20633
20634 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20635
20636         * smime.el (smime-ldap-host-list): Doc fix.
20637         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20638         cache) password.
20639         (smime-sign-region): Use it.
20640         (smime-decrypt-region): Use it.
20641         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20642         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20643         fails.
20644         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20645         certificate from DER to PEM format rather than calling openssl.
20646
20647         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20648
20649         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20650         for signing/encryption.
20651
20652         * mml.el (mml-parse-1): Use them.
20653
20654 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20655
20656         * nnrss.el (nnrss-verbose): Remove.
20657         (nnrss-request-group): Use `nnheader-message' instead.
20658
20659 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20660
20661         * nnrss.el (nnrss-verbose): New variable.
20662         (nnrss-request-group): Make it say nnrss is requesting a group.
20663
20664 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20665
20666         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20667         Handle news URL with given port correctly.
20668
20669 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20670
20671         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20672         containing special characters.
20673
20674         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20675
20676         * mml.el (mime-to-mml): Ditto.
20677
20678         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20679         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20680         (rfc2047-decode-region): Quote decoded words containing special
20681         characters when rfc2047-quote-decoded-words-containing-tspecials
20682         is non-nil.
20683
20684 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20685
20686         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20687
20688         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20689
20690 2005-02-15  Simon Josefsson  <jas@extundo.com>
20691
20692         * nnimap.el (nnimap-debug): Doc fix.
20693
20694         * imap.el (imap-debug): Doc fix.
20695
20696 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20697
20698         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20699
20700 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20701
20702         * gnus.el (spam-contents): Improve docs for spam-contents
20703         parameter in its variable incarnation.
20704
20705 2005-02-14  Simon Josefsson  <jas@extundo.com>
20706
20707         * smime-ldap.el: Use require instead of load-library for ldap.
20708         (smime-ldap-search): Indent.
20709         (smime-ldap-search-internal): Shorten line.
20710
20711         * smime.el (smime-cert-by-dns): Add doc-string.
20712         (smime-cert-by-ldap-1): Indent.
20713
20714         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20715         mml-smime-get-dns-ldap.
20716         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20717
20718 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20719
20720         * smime.el: Require smime-ldap.
20721         (smime-ldap-host-list): New variable.
20722         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20723
20724         * mml-smime.el (mml-smime-encrypt-query): New function.
20725         (mml-smime-encrypt-query): Use it.
20726
20727         * smime-ldap.el: New file.
20728
20729 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20730
20731         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20732
20733 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20734
20735         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20736         argument in doc string.  Make query for type more clear.
20737
20738 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20739
20740         * gnus.el (gnus-group-startup-message): Search for gnus images in
20741         etc/images/gnus.
20742         * mm-util.el (mm-image-load-path): Likewise.
20743         * smiley.el (smiley-data-directory): Search for smilies in
20744         etc/images/smilies.
20745
20746 2005-02-09  Kim F. Storm  <storm@cua.dk>
20747
20748         Change Emacs release version from 21.4 to 22.1 throughout.
20749         Change Emacs development version from 21.3.50 to 22.0.50.
20750
20751 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20752
20753         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20754
20755         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20756         non-Mule XEmacs as well.
20757         (mm-decompress-buffer): Signal an error intentionally if it does
20758         not decompress compressed data because auto-compression-mode is
20759         disabled.
20760
20761 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20762
20763         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20764         an ID in the registry even if it has no groups.
20765
20766 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20767
20768         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20769         merge it into mm-decompress-buffer.
20770         (gnus-mime-copy-part): Use the MIME part charset, the value which
20771         a user specified or gnus-newsgroup-charset for decoding, like
20772         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20773         save-buffer what was used.  Suggested by Kevin Ryde
20774         <user42@zip.com.au>.
20775         (gnus-mime-inline-part): Allow the name parameter as well as the
20776         filename parameter; force decompressing of compressed data; always
20777         display contents being not decoded as unibyte.
20778
20779         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20780         as well as the filename parameter.
20781
20782         * mm-util.el (mm-decompress-buffer):
20783         Merge gnus-mime-jka-compr-maybe-uncompress.
20784         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20785         of compressed data.
20786
20787 2005-02-08  Simon Josefsson  <jas@extundo.com>
20788
20789         * imap.el (imap-log): Doc fix.
20790
20791 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20792
20793         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20794         the coding cookies; decompress compressed parts.
20795
20796         * mml.el (mml-generate-mime-1): Add the charset parameter according
20797         to the value which a user specified manually or the coding cookie.
20798
20799         * mm-util.el (mm-string-to-multibyte): New function.
20800         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20801         (mm-coding-system-to-mime-charset): New function.
20802         (mm-decompress-buffer): New function.
20803         (mm-find-buffer-file-coding-system): New function.
20804
20805         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20806         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20807         parts.
20808
20809 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20810
20811         * mm-view.el (mm-display-inline-fontify): Decode a part according
20812         to the charset parameter.
20813
20814 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20815
20816         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20817         prefix arg is neither nil nor a number, as info specifies.
20818
20819 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20820
20821         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20822         timestamps.
20823
20824 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20825
20826         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20827         groups error checking and notify user.
20828
20829 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20830
20831         * message.el (message-send-mail-function): Check existence of
20832         sendmail-program first before using default value
20833         `message-send-mail-with-sendmail'.  Otherwise use more generic
20834         `smtpmail-send-it'.
20835
20836 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20837
20838         * nntp.el (nntp-request-update-info): Always return nil.
20839
20840 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20841
20842         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20843
20844 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20845
20846         * message.el (message-beginning-of-line): Change the behavior when
20847         invoked between BOL and : so that it first moves backward.
20848
20849 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20852         article buffer when editing of the article is discarded.
20853         (gnus-article-prepare): Revert.
20854
20855 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20856
20857         * gnus-art.el (gnus-article-prepare):
20858         Remove message-strip-forbidden-properties from the local hook.
20859
20860 2005-01-27  Simon Josefsson  <jas@extundo.com>
20861
20862         * password.el (password-cache-add): Only start one timer per key.
20863         Reported by Derek Atkins <warlord@MIT.EDU>.
20864
20865 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20866
20867         * run-at-time.el: Remove.  It is no longer needed as
20868         timer-funcs.el in the xemacs-base package has a working version of
20869         `run-at-time'.
20870
20871         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20872
20873         * password.el: Require timer-funcs instead of run-at-time in
20874         XEmacs.
20875         Remove `password-run-at-time' macro.
20876         (password-cache-add): Use `run-at-time' instead of
20877         `password-run-at-time'.
20878
20879         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20880         Remove `nnheader-cancel-function-timers' alias,
20881         `cancel-function-timers' exists in XEmacs in timer-funcs.
20882
20883         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20884         for `run-with-idle-timer'.
20885
20886         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20887         for `run-at-time'.
20888
20889         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20890         for `with-timeout'.
20891
20892         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20893         the same as for XEmacs 21.4.
20894         No need to ignore `run-with-idle-timer', this function exists in
20895         XEmacs now in timer-funcs.el in the xemacs-base package.
20896         (dgnushack-compile): No need to delete
20897         run-at-time.el from the list of files to compile because it
20898         doesn't exist anymore.
20899
20900 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20901
20902         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20903         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20904
20905 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20906
20907         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20908         sensitively.
20909
20910 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20911
20912         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20913
20914 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20915
20916         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20917         which will be inserted according to the multibyteness of a buffer
20918         rather than the type of contents.  Suggested by ARISAWA Akihiro
20919         <ari@mbf.ocn.ne.jp>.
20920
20921         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20922         of string which old xml.el may return rather than a string.
20923
20924 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20925
20926         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20927
20928 2005-01-16  Simon Josefsson  <jas@extundo.com>
20929
20930         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20931         idn/idna.el isn't available.
20932         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20933         <michael@waxrat.com>.
20934
20935         * hashcash.el: Remove non-FSF copyright header.
20936
20937         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20938         (hashcash-generate-payment): Use it.
20939         (hashcash-generate-payment-async): Use it.
20940
20941 2005-01-15  Simon Josefsson  <jas@extundo.com>
20942
20943         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20944         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20945
20946         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20947         gnus-summary-idna-message.
20948         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20949         (gnus-summary-idna-message): New function.
20950
20951 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20952
20953         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20954         gnus-novice-user.
20955
20956 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20957
20958         * nnrss.el (nnrss-request-delete-group): Delete entries in
20959         nnrss-group-alist as well.
20960         (nnrss-save-server-data): Insert newline.
20961
20962 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20963
20964         * gnus.el (gnus-user-agent): Use list of symbols instead of
20965         symbols.  Display full version number for (S)XEmacs.
20966         Optionally display (S)XEmacs codename.
20967
20968         * gnus-util.el (gnus-emacs-version): Update for new
20969         `gnus-user-agent'.
20970
20971         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20972         Gnus version.
20973
20974 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20975
20976         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20977         which is unreadable in some setups.
20978
20979 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20980
20981         * gnus-spec.el (gnus-update-format-specifications): Flush the
20982         group format spec cache if it doesn't support decoded group names.
20983
20984 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20985
20986         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20987         Allow to apply decay on score files matching a regexp.
20988
20989 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20990
20991         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20992         compatibility in %g and %c.
20993
20994 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20995
20996         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20997         name for only %g and %c.
20998         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20999         of gnus-tmp-group to decoded group name.
21000         (gnus-group-make-rss-group): Exclude `/'s from group names.
21001
21002 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21003
21004         * nnrss.el (nnrss-get-encoding): Fix regexp.
21005
21006 2004-12-27  Simon Josefsson  <jas@extundo.com>
21007
21008         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21009         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21010         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21011
21012 2004-12-17  Kim F. Storm  <storm@cua.dk>
21013
21014         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21015
21016         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21017
21018 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21019
21020         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21021
21022 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21023
21024         * nnrss.el: Require rfc2047 and mml.
21025         (nnrss-file-coding-system): New variable.
21026         (nnrss-format-string): Redefine it as an inline function.
21027         (nnrss-decode-group-name): New function.
21028         (nnrss-string-as-multibyte): Remove.
21029         (nnrss-retrieve-headers): Decode group name; don't use
21030         nnrss-format-string.
21031         (nnrss-request-group): Decode group name.
21032         (nnrss-request-article): Decode group name; allow a Message-ID as
21033         well as an article number; don't use nnrss-format-string; encode a
21034         Message-ID string which may contain non-ASCII characters; use
21035         mml-to-mime to compose a MIME article.
21036         (nnrss-request-expire-articles): Decode group name.
21037         (nnrss-request-delete-group): Decode group name.
21038         (nnrss-fetch): Clarify error message.
21039         (nnrss-read-server-data): Use insert-file-contents instead of load;
21040         bind file-name-coding-system; use multibyte buffer.
21041         (nnrss-save-server-data): Bind coding-system-for-write to the
21042         value of nnrss-file-coding-system; bind file-name-coding-system;
21043         add coding cookie.
21044         (nnrss-read-group-data): Use insert-file-contents instead of load;
21045         bind file-name-coding-system; use multibyte buffer.
21046         (nnrss-save-group-data): Bind coding-system-for-write to the
21047         value of nnrss-file-coding-system; bind file-name-coding-system.
21048         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21049         make it work with non-ASCII text.
21050         (nnrss-find-el): Make it work with old xml.el as well.
21051
21052 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21053
21054         * nnrss.el (nnrss-get-encoding): New function.
21055         (nnrss-fetch): Use unibyte buffer initially; bind
21056         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21057         decode contents according to the encoding attribute.
21058         (nnrss-save-group-data): Add coding cookie.
21059         (nnrss-mime-encode-string): New function.
21060         (nnrss-check-group): Use it to encode subject and author.
21061
21062 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21063
21064         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21065         imaginary variable.
21066
21067 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21068
21069         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21070         correctly even if there are wide characters.
21071
21072 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21073
21074         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21075         downcased symbol names; make a new cache instead of reusing
21076         bbdb-hashtable.
21077
21078 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21079
21080         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21081         concatenating segments rather than before concatenating them.
21082         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21083
21084         * message.el (message-get-reply-headers): Bind `extra'.
21085
21086 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21087
21088         * message.el (message-extra-wide-headers): New variable.
21089         (message-get-reply-headers): Use it.
21090
21091 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21092
21093         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21094         (gnus-agent-group-pathname): Ditto.
21095
21096         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21097
21098         * gnus-group.el (gnus-group-make-group): Decode group name.
21099         (gnus-group-make-rss-group): Register the group data after opening
21100         the nnrss group.
21101
21102 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21103
21104         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21105         by expiry now get marked as read.
21106
21107 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21108
21109         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21110
21111 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21112
21113         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21114         unify Latin characters in XEmacs.
21115         (mm-find-mime-charset-region): Use it.
21116
21117 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21118
21119         * gnus-util.el (gnus-delete-directory): New function.
21120
21121         * gnus-agent.el (gnus-agent-delete-group): Use it.
21122
21123         * gnus-cache.el (gnus-cache-delete-group): Use it.
21124
21125 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21126
21127         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21128         names.
21129
21130 2004-12-16  Simon Josefsson  <jas@extundo.com>
21131
21132         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21133
21134 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21135
21136         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21137
21138         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21139         (gnus-group-set-current-level): Decode group name.
21140
21141 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21142
21143         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21144         failed.
21145
21146 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21147
21148         * gnus-group.el (gnus-group-delete-group): Decode group name.
21149         (gnus-group-make-rss-group): Encode group name.
21150         (gnus-group-catchup-current): Decode group name.
21151         (gnus-group-kill-group): Decode group name.
21152
21153 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21154
21155         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21156
21157 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21158
21159         * gnus-group.el (gnus-group-make-rss-group):
21160         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21161
21162         * gnus-start.el (gnus-setup-news): Honor user's setting to
21163         gnus-message-archive-method.  Suggested by Lute Kamstra
21164         <lute@gnu.org>.
21165
21166 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21167
21168         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21169         global counterparts of the buffer-local variables.
21170
21171 2004-11-16  Romain Francoise  <romain@orebokech.com>
21172
21173         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21174         counterparts of the buffer-local variables.
21175
21176 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21177
21178         * message.el (message-forbidden-properties): Fix typo in doc
21179         string.
21180
21181 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21182
21183         * gnus-util.el (gnus-replace-in-string): Add doc string.
21184
21185         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21186         to avoid problems when splitting mails with many recipients.
21187
21188 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21189
21190         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21191         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21192
21193 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21194
21195         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21196         if there is no hashtable in memory or file modification time is
21197         newer than cached timestamp.
21198
21199 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21200
21201         * gnus-sum.el (gnus-summary-limit-to-recipient):
21202         Implement not-matching option.
21203
21204 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21205
21206         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21207         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21208         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21209         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21210         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21211         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21212
21213 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21214
21215         * message.el (message-forward-make-body-mml): Remove headers
21216         according to message-forward-ignored-headers if a message is decoded.
21217
21218 2004-12-02  Romain Francoise  <romain@orebokech.com>
21219
21220         * message.el (message-forward-make-body-plain): Always remove
21221         headers according to message-forward-ignored-headers.
21222
21223 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21224
21225         * spam.el (spam-summary-prepare-exit): Remove the
21226         gnus-summary-limit pop for now, it has problems with ham marks for
21227         me.
21228
21229 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21230
21231         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21232         correctly.
21233
21234 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21235
21236         * format-spec.el (format-spec): Message the char.
21237
21238 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21239
21240         * gnus-art.el (gnus-split-methods): Reformat comments.
21241
21242         * spam.el (spam-summary-prepare-exit): Remove article limits
21243         before exiting the summary buffer.
21244
21245 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21246
21247         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21248         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21249
21250         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21251         order to silence the byte compiler.
21252
21253         * spam.el: Fix the way to silence the byte compiler, which
21254         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21255         bbdb-search-simple, spam-BBDB-register-routine,
21256         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21257         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21258         spam-stat-buffer-is-spam, spam-stat-load,
21259         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21260         spam-stat-save and spam-stat-split-fancy.
21261
21262 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21263
21264         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21265         which may confuse users.
21266         (canlock-password-for-verify): Ditto.
21267
21268         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21269
21270         * gnus-art.el (gnus-emphasis-alist): Ditto.
21271
21272         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21273
21274         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21275
21276         * gnus-start.el (gnus-save-killed-list): Ditto.
21277
21278         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21279         (gnus-sum-thread-tree-root): Ditto.
21280         (gnus-sum-thread-tree-false-root): Ditto.
21281         (gnus-sum-thread-tree-single-indent): Ditto.
21282
21283         * message.el (message-courtesy-message): Ditto.
21284         (message-archive-note): Ditto.
21285         (message-subscribed-address-file): Ditto.
21286         (message-user-fqdn): Ditto.
21287
21288         * spam-report.el (spam-report-gmane-regex): Ditto.
21289
21290         * spam.el (spam-blackhole-good-server-regex): Ditto.
21291
21292 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21293
21294         * mml.el (mml-preview): Widen the message buffer before copying
21295         the contents to the preview buffer; sort headers before previewing.
21296
21297         * message.el (message-hidden-headers): Fix the way to avoid a bug
21298         in the `repeat' widget in Emacs 21.3 or earlier.
21299
21300 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21301
21302         * message.el (message-hidden-headers): Default to "^References:".
21303         Improve customization type.  Suggested by Reiner Steib
21304         <Reiner.Steib@gmx.de>.
21305
21306 2004-11-25  Romain Francoise  <romain@orebokech.com>
21307
21308         * message.el (message-strip-forbidden-properties): Remove check for
21309         obsolete `message-hidden' text property, hidden headers are not
21310         accessible in the buffer anymore.
21311
21312 2004-11-22  Romain Francoise  <romain@orebokech.com>
21313
21314         * message.el (message-header-format-alist): Add `From' in list
21315         so that it can be sorted.
21316         (message-fix-before-sending): Widen and sort headers before
21317         sending.
21318         (message-hide-headers): Use narrowing to hide headers by moving
21319         them to the top of the buffer and narrowing to the region
21320         underneath.
21321
21322 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21323
21324         * message.el (message-strip-forbidden-properties):
21325         Bind buffer-read-only (etc) to nil.
21326
21327 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21328
21329         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21330         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21331
21332 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21333
21334         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21335
21336 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21337
21338         * dns.el (query-dns): Use sit-for to time instead of
21339         accept-process-output, since that doesn't seem to work on udp
21340         sockets.
21341
21342 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21343
21344         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21345
21346 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21347
21348         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21349         doc string.  Improve doc string.
21350
21351 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21352
21353         * nntp.el (nntp-request-update-info): Return nil if
21354         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21355         may not call gnus-activate-group which uselessly issues the GROUP
21356         commands for all nntp groups and wastes time.  Reported by Romain
21357         Francoise <romain@orebokech.com>.
21358
21359         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21360
21361 2004-11-15  Simon Josefsson  <jas@extundo.com>
21362
21363         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21364         headers separately.
21365         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21366         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21367
21368 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21369
21370         * gnus-start.el (gnus-convert-old-newsrc):
21371         Assign legacy-gnus-agent to 5.10.7.
21372
21373 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21374
21375         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21376         start of the lines.
21377
21378 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21379
21380         * hashcash.el (hashcash-default-payment): Change default to 20.
21381         (hashcash-default-accept-payment): Change default to 20.
21382         (hashcash-process-alist): New variable.
21383         (hashcash-generate-payment-async): Add.
21384         (hashcash-already-paid-p): Add.
21385         (hashcash-insert-payment): Don't generate payments twice.
21386         (hashcash-insert-payment-async): Add.
21387         (hashcash-insert-payment-async-2): Add.
21388         (hashcash-cancel-async): Add.
21389         (hashcash-wait-async): Add.
21390         (hashcash-processes-running-p): Add.
21391         (hashcash-wait-or-cancel): Add.
21392         (mail-add-payment): New optional argument.  Conditionally start
21393         asynchronous calculation.
21394         (mail-add-payment-async): Add.
21395
21396         * message.el (message-send-mail): Wait for asynchronous hashcash
21397         results.  Don't clobber existing X-Hashcash headers.
21398         (message-setup-1): Call mail-add-payment-async when
21399         message-generate-hashcash is non-nil.
21400
21401 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21402
21403         * message.el (message-use-alternative-email-as-from): Examine the
21404         From header as well; use message-make-from in order to include a
21405         user's full name.
21406
21407 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21408
21409         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21410         default; improve customization type.
21411         (gnus-emphasis-custom-with-format): New macro.
21412         (gnus-emphasis-custom-value-to-external): New function.
21413         (gnus-emphasis-custom-value-to-internal): New function.
21414
21415 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21416
21417         * dns.el (query-dns): Resolve reverse addresses.
21418
21419 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21420
21421         * gnus-group.el (gnus-group-get-new-news): Use it.
21422
21423         * gnus-start.el (gnus-check-reasonable-setup): New function.
21424
21425 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21426
21427         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21428         "Args out of range" error.  Reported by Arnaud Giersch
21429         <arnaud.giersch@free.fr>.
21430
21431 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21432
21433         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21434
21435 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21436
21437         * spam.el (spam group): Add :version.
21438
21439         * pgg-def.el (pgg group): Add :version.
21440
21441 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21442
21443         * gnus-art.el (gnus-article-edit-article): Don't associate the
21444         article buffer with a draft file.  This is a temporary measure
21445         against the 2004-08-22 change to gnus-article-edit-mode.
21446
21447 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21448
21449         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21450         (html2text-format-tags): Remove unused variable `attr'.
21451
21452 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21453
21454         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21455
21456         * tls.el (tls-process-connection-type, tls-success)
21457         (tls-certtool-program): Add :version.
21458
21459         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21460         (starttls-extra-arguments, starttls-process-connection-type)
21461         (starttls-connect, starttls-failure, starttls-success): Add :version.
21462
21463         * spam-stat.el (spam-stat): Add :version.
21464
21465         * sieve.el (sieve): Add :version.
21466
21467         * sha1.el (sha1): Add :version.
21468         (sha1-use-external): Remove redundant version.
21469
21470         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21471         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21472         (nnmail-split-fancy-match-partial-words)
21473         (nnmail-split-lowercase-expanded): Add :version.
21474
21475         * nndiary.el (nndiary): Add :version.
21476
21477         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21478
21479         * mml-sec.el (mml-default-sign-method)
21480         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21481         Add :version.
21482
21483         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21484
21485         * mm-url.el (mm-url-use-external, mm-url-program)
21486         (mm-url-arguments): Add :version.
21487
21488         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21489         (mm-attachment-file-modes, mm-decrypt-option)
21490         (mm-w3m-safe-url-regexp): Add :version.
21491
21492         * message.el (message-cite-prefix-regexp)
21493         (message-sendmail-envelope-from, message-minibuffer-local-map)
21494         (message-user-fqdn, message-completion-alist): Add :version.
21495
21496         * gnus-win.el (gnus-configure-windows-hook)
21497         (gnus-use-frames-on-any-display): Add :version.
21498
21499         * gnus-art.el (gnus-article-address-banner-alist)
21500         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21501         (gnus-treat-from-picon, gnus-treat-mail-picon)
21502         (gnus-treat-x-pgp-sig): Add :version.
21503
21504         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21505         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21506         (gnus-summary-article-delete-hook)
21507         (gnus-summary-display-while-building): Add :version.
21508
21509         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21510         (gnus-get-top-new-news-hook): Add :version.
21511
21512         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21513         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21514
21515         * gnus-registry.el (gnus-registry): Add :version.
21516
21517         * gnus-spec.el (gnus-use-correct-string-widths)
21518         (gnus-make-format-preserve-properties): Add :version.
21519
21520         * gnus.el (gnus-group-charter-alist)
21521         (gnus-group-fetch-control-use-browse-url)
21522         (gnus-install-group-spam-parameters): Add :version.
21523
21524         * gnus-diary.el (gnus-diary): Add :version.
21525
21526         * gnus-delay.el (gnus-delay): Add :version.
21527
21528         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21529         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21530         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21531         Add :version.
21532
21533         * gnus-agent.el (gnus-agent-max-fetch-size)
21534         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21535         (gnus-agent-prompt-send-queue): Add :version.
21536
21537         * deuglify.el (gnus-outlook-deuglify): Add :version.
21538
21539         * html2text.el: Beautify code.  Improve doc strings.
21540         Some checkdoc cleanup.
21541         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21542
21543 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21544
21545         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21546
21547 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21548
21549         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21550         when package is loaded.
21551
21552         * spam.el (spam-summary-score-preferred-header): Add global preference
21553         for people who want to override the default SpamAssassin over
21554         Bogofilter preference (when both are set).
21555         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21556         (spam-user-format-function-S):
21557         Check spam-summary-score-preferred-header.
21558         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21559         (spam-user-format-function-S): Format the score correctly.
21560
21561 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21562
21563         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21564         signature file.  Suggested by Manoj Srivastava
21565         <srivasta@golden-gryphon.com>.
21566
21567         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21568         iso-2022-jp even in the Japanese language environment.
21569         Suggested by Jason Rumney <jasonr@gnu.org>.
21570
21571 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21572
21573         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21574         use the same characters as the dummy marks; make it free from
21575         getting affected by the language environment.
21576         (gnus-summary-read-group-1): Update mark positions only when the
21577         format spec is updated.
21578
21579         * gnus-spec.el (gnus-update-format-specifications): Return a list
21580         of updated types.
21581
21582 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21583
21584         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21585         of boundp to check if display-warning is available.
21586
21587 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21588
21589         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21590
21591 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21592
21593         * nnspool.el (nnspool-spool-directory): Use news-path if the
21594         news-directory variable is not bound.
21595
21596         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21597         function instead of display-warning if it is not available.
21598
21599 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21600
21601         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21602         v5-10: Use `point-at-bol'.
21603
21604 2004-10-26  Simon Josefsson  <jas@extundo.com>
21605
21606         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21607         <chenggao@gmail.com>.
21608
21609 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21610
21611         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21612         instead.
21613
21614 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21615
21616         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21617         to remove a server from the nnimap-server-buffer-alist.
21618         (nnimap-open-connection, nnimap-close-server): Use it.
21619
21620         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21621
21622 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21623
21624         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21625         running the major-mode function.
21626
21627 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21628
21629         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21630         dummy marks in the right way.
21631
21632 2004-10-18  David Edmondson  <dme@dme.org>
21633
21634         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21635         excessively.
21636
21637 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21638
21639         * gnus-util.el (gnus-split-references): Accept a nil references
21640         string and go on blissfully.
21641
21642         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21643         cases where the references string is non-nil but has no references.
21644
21645         * encrypt.el: Add autoload tags.
21646
21647         * spam.el (spam-resolve-registrations-routine): Remove article
21648         from unregistration list too.  Reported by David Hanak
21649         <dhanak@isis.vanderbilt.edu>
21650
21651 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21652
21653         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21654         nil.  Change custom type.
21655
21656 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21657
21658         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21659
21660         * gnus-sum.el (gnus-summary-move-article): Use it.
21661
21662 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21663
21664         * encrypt.el: Add autoload cookies.
21665
21666         * spam.el (spam-backend-article-list-property)
21667         (spam-backend-get-article-todo-list)
21668         (spam-backend-put-article-todo-list)
21669         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21670         Resolve registrations separately.
21671         (spam-register-routine): Format comments.
21672         (spam-unregister-routine, spam-register-routine): Always call with
21673         specific-articles, no default list.
21674         (spam-summary-prepare-exit): Use the spam-classifications function.
21675
21676         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21677         gnus-encrypt.el.
21678
21679         * encrypt.el: Copied from gnus-encrypt.el.
21680
21681         * gnus-encrypt.el: Commented that it's obsolete.
21682
21683 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21684
21685         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21686         (gnus-score-save): Use it.
21687
21688         * message.el (message-bury): Use `window-dedicated-p'.
21689
21690 2004-10-15  Simon Josefsson  <jas@extundo.com>
21691
21692         * pop3.el (top-level): Don't require nnheader.
21693         (pop3-read-timeout): Add.
21694         (pop3-accept-process-output): Add.
21695         (pop3-read-response, pop3-retr): Use it.
21696
21697 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21698
21699         * spam.el (spam-register-routine): Move comment.
21700         (spam-verify-bogofilter): Use 'unknown for the initial
21701         spam-bogofilter-valid state, not 'never.
21702
21703         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21704         for netrc-machine.
21705
21706         * nnimap.el (nnimap-open-connection):
21707         Use netrc-machine-user-or-password.
21708
21709 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21710
21711         * gnus-registry.el (gnus-registry-unload-hook):
21712         Set as a variable with add-hook.
21713
21714         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21715         of news-path.
21716
21717         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21718
21719         * spam.el: Delete duplicate `provide'.
21720         (spam-unload-hook): Set as a variable with add-hook.
21721
21722 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21723
21724         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21725         in the doc string.
21726
21727         * message.el (message-ignored-news-headers)
21728         (message-ignored-supersedes-headers)
21729         (message-ignored-resent-headers)
21730         (message-forward-ignored-headers): Improve custom type.
21731
21732 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21733
21734         * message.el (message-tokenize-header): Fix 2004-09-06 change
21735         which used point-min in the wrong place.
21736
21737 2004-10-12  Simon Josefsson  <jas@extundo.com>
21738
21739         * tls.el (tls-certtool-program): New variable.
21740         (tls-certificate-information): New function, based on
21741         ssl-certificate-information.
21742
21743 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21744
21745         * compface.el: Move the version of ELisp-based uncompface program
21746         to the contrib directory because of the copyright problem.
21747
21748 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21749
21750         * message.el (message-kill-buffer): Raise the current frame.
21751
21752 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21753
21754         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21755
21756         * gnus.el (message-y-or-n-p): Autoload.
21757
21758         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21759         (pop3-password-required, pop3-authentication-scheme)
21760         (pop3-leave-mail-on-server): Make customizable.
21761         (pop3): New custom group.
21762         (pop3-retr): Remove `sleep-for' statements.
21763         Suggested by Dave Love <fx@gnu.org>.
21764
21765         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21766         Windows/DOS.
21767
21768         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21769         (imap-parse-body): Fix incorrect use of `assert'.
21770         Suggested by Dave Love <fx@gnu.org>.
21771
21772         * mml.el (mml-minibuffer-read-disposition): Require match.
21773         Suggested by Dave Love <fx@gnu.org>.
21774
21775 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21776
21777         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21778         doc string.
21779
21780 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21781
21782         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21783
21784 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21785
21786         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21787         instead of calling `mm-insert-inline', to decode text/* parts
21788         before displaying them.
21789
21790 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21791
21792         * mm-uu.el (mm-uu-text-plain-type): New variable.
21793         (mm-uu-pgp-signed-extract-1): Use it.
21794         (mm-uu-pgp-encrypted-extract-1): Use it.
21795         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21796         bind mm-uu-text-plain-type with that value.
21797         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21798         mm-uu-dissect.
21799
21800 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21801
21802         * gnus-group.el (gnus-update-group-mark-positions):
21803         * gnus-sum.el (gnus-update-summary-mark-positions):
21804         * message.el (message-check-news-body-syntax):
21805         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21806         of string-as-multibyte.
21807
21808 2004-10-05  Juri Linkov  <juri@jurta.org>
21809
21810         * gnus-group.el (gnus-update-group-mark-positions):
21811         * gnus-sum.el (gnus-update-summary-mark-positions):
21812         * message.el (message-check-news-body-syntax):
21813         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21814         8-bit unibyte values to a multibyte string for search functions.
21815
21816 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21817
21818         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21819         (mm-uu-dissect-text-parts): New function.
21820
21821         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21822         dissect text parts.
21823
21824         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21825         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21826
21827         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21828
21829         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21830         Use gnus-current-topics instead of gnus-current-topic.
21831
21832 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21833
21834         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21835
21836 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21837
21838         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21839         where appropriate.
21840
21841         * nnml.el (nnml-generate-active-info): do.
21842
21843         * nndiary.el (nndiary-generate-active-info): do.
21844
21845         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21846         (gnus-topic-move): do.
21847
21848         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21849         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21850
21851         * gnus-srvr.el (gnus-server-prepare)
21852         (gnus-server-open-all-servers): do.
21853
21854         * gnus-msg.el (gnus-summary-cancel-article)
21855         (gnus-summary-resend-message)
21856         (gnus-summary-mail-crosspost-complaint): do.
21857
21858         * gnus-move.el (gnus-change-server): do.
21859
21860         * gnus-group.el (gnus-group-unmark-all-groups)
21861         (gnus-group-set-current-level): do.
21862
21863 2004-10-04  Simon Josefsson  <jas@extundo.com>
21864
21865         * message.el (message-generate-hashcash): Doc fix.
21866
21867 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21868
21869         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21870         avoid infinite recursion via gnus-get-function.
21871
21872 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21873
21874         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21875
21876         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21877
21878         * nnmail.el (nnmail-split-history): do.
21879
21880         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21881         (nnml-request-delete-group): do.
21882
21883         * nnslashdot.el (nnslashdot-read-groups): do.
21884
21885         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21886         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21887
21888         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21889         (nnspool-sift-nov-with-sed): Use last.
21890         (nnspool-retrieve-headers-with-nov): Use mapc.
21891         (nnspool-request-newgroups): Use dolist.
21892         (nnspool-request-group): Use last.
21893
21894         * nntp.el (nntp-read-server-type): Use dolist.
21895
21896         * nnvirtual.el (nnvirtual-create-mapping)
21897         (nnvirtual-update-read-and-marked): Use dolist.
21898         (nnvirtual-convert-headers): Simplify.
21899
21900 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21901
21902         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21903         Add support for sync'ing tick marks.
21904
21905 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21906
21907         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21908         there's no visible header.
21909
21910 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21911
21912         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21913         When necessary, pass full group name to gnus-request-set-marks.
21914
21915 2004-10-01  Simon Josefsson  <jas@extundo.com>
21916
21917         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21918         acroread.
21919
21920 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21921
21922         * spam-report.el (spam-report-gmane): Fix interactive.
21923
21924         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21925
21926         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21927         when writing file.
21928         (gnus-agent-synchronize-flags): Don't default to being
21929         interactive.
21930
21931 2004-09-30  Simon Josefsson  <jas@extundo.com>
21932
21933         * message.el (message-generate-hashcash): Add.
21934         (message-send-mail): Use it, call mail-add-payment.
21935
21936 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21937
21938         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21939
21940 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21941
21942         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21943         gnus-requst-update-info with explicit code to sync the in-memory
21944         info read flags with the marks being sync'd to the backend.
21945
21946         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21947
21948 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21949
21950         * spam.el (spam-verify-bogofilter): Add new function.
21951         (spam-check-bogofilter)
21952         (spam-bogofilter-register-with-bogofilter): Use it.
21953         (spam-verify-bogofilter): Add small fixes.
21954
21955 2004-09-28  Simon Josefsson  <jas@extundo.com>
21956
21957         * hashcash.el (hashcash-generate-payment): Revert.
21958
21959 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21960
21961         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21962         Use gnus-extract-references instead of gnus-split-references.
21963
21964         * gnus-util.el (gnus-extract-references): Add new function, analogous
21965         to gnus-split-references but extracts only the message-ID without
21966         anything extra.
21967
21968         * hashcash.el (hashcash-generate-payment)
21969         (hashcash-check-payment): Do the right thing if hashcash-path is
21970         nil (because the hashcash program could not be found).
21971
21972         * spam.el (spam-use-hashcash): Remove comment.
21973
21974 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21975
21976         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21977         (gnus-cache-enter-article, gnus-cache-remove-article)
21978         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21979
21980         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21981
21982         * gnus-art.el (article-hide-boring-headers)
21983         (article-translate-strings, article-display-face)
21984         (gnus-article-mime-match-handle-first)
21985         (gnus-article-highlight-headers)
21986         (gnus-article-add-buttons-to-head): do.
21987
21988 2004-09-27  Simon Josefsson  <jas@extundo.com>
21989
21990         * hashcash.el: New version, from
21991         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21992         ../contrib/.
21993
21994 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21995
21996         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21997
21998 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21999
22000         * gnus-dup.el (gnus-dup-open): Use mapc.
22001         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22002
22003         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22004         Reported by Stefan Wiens <s.wi@gmx.net>.
22005
22006         * gnus.el (gnus-shutdown): Use dolist.
22007
22008         * gnus-undo.el (gnus-undo): Use mapc.
22009
22010         * nnrss.el (nnrss-generate-active): do.
22011
22012         * message.el (message-cite-original-without-signature)
22013         (message-cite-original): Use mapc.
22014         (message-do-actions, message-make-forward-subject): Use dolist.
22015
22016 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22017
22018         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22019         deletion to remove entire duplicate line.  Fixes merged article
22020         number bug.
22021
22022 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22023
22024         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22025         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22026         first ask if you want to open a server and then, even when you
22027         responded with no, asking if you want to synchronize the server's
22028         flags.
22029         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22030         multi-line expressions.
22031         (gnus-agent-synchronize-group-flags): New internal function.
22032         Updates marks in memory (in the info structure) AND in the
22033         backend.
22034
22035         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22036
22037         * nnagent.el (nnagent-request-set-mark):
22038         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22039         method, to ensure that synchronization updates marks in the
22040         backend and in the info (in memory) structure.
22041
22042 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22043
22044         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22045         convention fully; don't miss the root article of a thread; make
22046         the X-Draft-From header with correct article numbers.
22047
22048 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22049
22050         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22051         unless plugged.  Disable the agent so that an open failure causes
22052         an error.
22053
22054         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22055         Revert 2004-09-21 change.  The backend must be opened while
22056         synchronizing flags even when the backend stores the flags
22057         locally.
22058
22059 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22060
22061         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22062         in `header' match.  Reported by Svend Tollak Munkejord.
22063
22064         * message.el (message-cite-original): Fix use of
22065         `message-cite-articles-with-x-no-archive'.
22066
22067 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22068
22069         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22070         (gnus-window-to-buffer): Ditto.
22071
22072         * mml.el (mml-preview-buffer): New variable.
22073         (mml-preview): Manage window layout with gnus-buffer-configuration.
22074
22075         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22076         X-Draft-From header even if those articles aren't quoted.
22077
22078 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22079
22080         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22081         (gnus-request-set-mark, gnus-request-update-mark): Use new
22082         g-s-t-u-l-m to decide to use backend even when unplugged.
22083
22084 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22085
22086         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22087         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22088
22089 2004-09-20  Simon Josefsson  <jas@extundo.com>
22090
22091         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22092         "utf-16-le".
22093
22094 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22095
22096         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22097
22098 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22099
22100         * uudecode.el (uudecode-use-external): Add :version.
22101
22102         * smime.el (smime-CA-file, smime-encrypt-cipher)
22103         (smime-dns-server): Add :version.
22104
22105         * smiley.el (gnus-smiley-file-types): Add :version.
22106
22107         * sha1.el (sha1-use-external): Add :version.
22108
22109         * pgg-def.el (pgg-query-keyserver): Add :version.
22110
22111         * nnmail.el (nnmail-fancy-expiry-targets)
22112         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22113         Add :version.
22114
22115         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22116         (nnimap-retrieve-groups-asynchronous): Add :version.
22117         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22118
22119         * mml.el (mml-content-disposition-parameters)
22120         (mml-insert-mime-headers-always): Add :version.
22121
22122         * mm-util.el (mm-coding-system-priorities): Add :version.
22123
22124         * mm-decode.el (mm-inline-text-html-with-images)
22125         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22126         (mm-verify-option): Add :version.
22127         (mm-text-html-renderer): Change :version.
22128
22129         * message.el (message-fcc-externalize-attachments)
22130         (message-required-headers, message-draft-headers)
22131         (message-subject-trailing-was-query)
22132         (message-subject-trailing-was-ask-regexp)
22133         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22134         (message-mark-insert-end, message-archive-header)
22135         (message-archive-note, message-cross-post-default)
22136         (message-cross-post-note, message-followup-to-note)
22137         (message-cross-post-note-function, message-use-mail-followup-to)
22138         (message-subscribed-address-functions)
22139         (message-subscribed-address-file, message-subscribed-addresses)
22140         (message-subscribed-regexps, message-allow-no-recipients)
22141         (message-yank-cited-prefix, message-signature-insert-empty-line)
22142         (message-hidden-headers, message-hierarchical-addresses)
22143         (message-mail-user-agent, message-use-idna)
22144         (message-valid-fqdn-regexp)
22145         (message-strip-special-text-properties, message-header-synonyms)
22146         (message-beginning-of-line, message-tab-body-function): Add :version.
22147         (message-insert-canlock, message-wide-reply-confirm-recipients):
22148         Change :version.
22149
22150         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22151         and :version.
22152         (mail-source-delete-old-incoming-confirm)
22153         (mail-source-movemail-program): Add :version.
22154
22155         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22156         (gnus-agent-cache, gnus-agent): Change :version.
22157
22158         * gnus-util.el (gnus-use-byte-compile): Change :version.
22159
22160         * gnus-sum.el (gnus-summary-make-false-root-always)
22161         (gnus-summary-default-high-score)
22162         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22163         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22164         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22165         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22166         (gnus-sum-thread-tree-single-indent)
22167         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22168         (gnus-sum-thread-tree-leaf-with-other)
22169         (gnus-sum-thread-tree-single-leaf): Add :version.
22170         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22171         (gnus-article-loose-mime): Change :version.
22172
22173         * gnus-start.el (gnus-backup-startup-file)
22174         (gnus-save-startup-file-via-temp-buffer): Add :version.
22175
22176         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22177         (gnus-server-offline-face): Add :version.
22178
22179         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22180
22181         * gnus-msg.el (gnus-gcc-externalize-attachments)
22182         (gnus-debug-files, gnus-debug-exclude-variables)
22183         (gnus-discouraged-post-methods): Change :version.
22184         (gnus-confirm-mail-reply-to-news)
22185         (gnus-confirm-treat-mail-like-news): Add :version.
22186
22187         * gnus-int.el (gnus-server-unopen-status): Add :version.
22188
22189         * gnus-group.el (gnus-group-jump-to-group-prompt)
22190         (gnus-large-ephemeral-newsgroup)
22191         (gnus-fetch-old-ephemeral-headers): Add :version.
22192
22193         * gnus-fun.el (gnus-x-face-directory)
22194         (gnus-convert-pbm-to-x-face-command)
22195         (gnus-convert-image-to-x-face-command)
22196         (gnus-convert-image-to-face-command): Add :version.
22197
22198         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22199
22200         * gnus-cite.el (gnus-cite-blank-line-after-header)
22201         (gnus-article-boring-faces): Add :version.
22202
22203         * gnus-art.el (gnus-buttonized-mime-types)
22204         (gnus-inhibit-mime-unbuttonizing)
22205         (gnus-treat-display-face)
22206         (gnus-treat-body-boundary): Change :version.
22207         (gnus-body-boundary-delimiter, gnus-picon-databases)
22208         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22209         (gnus-treat-date-english, gnus-treat-fold-headers)
22210         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22211         (gnus-treat-mail-picon, gnus-treat-wash-html)
22212         (gnus-article-encrypt-protocol)
22213         (gnus-use-idna, gnus-article-over-scroll)
22214         (gnus-mime-display-multipart-alternative-as-mixed)
22215         (gnus-mime-display-multipart-related-as-mixed)
22216         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22217         (gnus-ctan-url, gnus-button-ctan-handler)
22218         (gnus-button-handle-ctan-bogus-regexp)
22219         (gnus-button-ctan-directory-regexp)
22220         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22221         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22222         (gnus-button-man-level, gnus-button-emacs-level)
22223         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22224
22225         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22226         (gnus-agent-go-online): Change :version.
22227         (gnus-agent-expire-unagentized-dirs)
22228         (gnus-agent-auto-agentize-methods): Add :version.
22229
22230         * flow-fill.el (fill-flowed-display-column)
22231         (fill-flowed-encode-column): Add :version.
22232
22233         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22234         (gnus-outlook-deuglify-unwrap-max)
22235         (gnus-outlook-deuglify-cite-marks)
22236         (gnus-outlook-deuglify-unwrap-stop-chars)
22237         (gnus-outlook-deuglify-no-wrap-chars)
22238         (gnus-outlook-deuglify-attrib-cut-regexp)
22239         (gnus-outlook-deuglify-attrib-verb-regexp)
22240         (gnus-outlook-deuglify-attrib-end-regexp)
22241         (gnus-outlook-display-hook): Add :version.
22242
22243         * binhex.el (binhex-use-external): Add :version.
22244
22245 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22246
22247         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22248         and `invisible'.
22249
22250 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22251
22252         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22253         in gnus-registry-trim.
22254
22255 2004-09-13  Simon Josefsson  <jas@extundo.com>
22256
22257         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22258
22259         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22260
22261         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22262         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22263         <yamaoka@jpl.org>.
22264         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22265         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22266         <yamaoka@jpl.org>.
22267
22268         * sieve.el (sieve-manage-mode): Ditto.
22269
22270 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22271
22272         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22273
22274 2004-09-11  Simon Josefsson  <jas@extundo.com>
22275
22276         * dns-mode.el: Add.
22277
22278         * mm-view.el (mm-display-dns-inline): Add.
22279
22280         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22281         (mm-automatic-display): Ditto.
22282
22283         * mailcap.el (mailcap-mime-data): Add text/dns.
22284         (mailcap-mime-extensions): Map .soa to text/dns.
22285
22286 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22287
22288         * gnus-art.el (article-decode-mime-words, article-babel)
22289         (gnus-article-highlight-signature, gnus-article-add-buttons)
22290         (gnus-signature-toggle): Remove unnecessary bindings of
22291         `inhibit-read-only' inherited from v5.10 merge.
22292
22293 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22294
22295         * nntp.el (nntp): New customization group.
22296         (nntp-authinfo-file): Add customization group.
22297
22298         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22299
22300         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22301
22302         * gnus.el (to-address, to-list, subscribed)
22303         (large-newsgroup-initial): Ditto.
22304
22305         * flow-fill.el (fill-flowed-display-column)
22306         (fill-flowed-encode-column): Ditto.
22307
22308 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22309
22310         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22311         Use point-min rather than 1.
22312         (message-send-mail): Use buffer-size rather than point-max.
22313
22314         * gnus-sum.el (gnus-summary-search-article-forward):
22315         Signal a specific `search-failed' rather than a generic `error'.
22316
22317         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22318         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22319         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22320
22321 2004-09-10  Simon Josefsson  <jas@extundo.com>
22322
22323         * nndb.el (require): Remove tcp and duplicate cl.
22324
22325 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22326
22327         * gnus-agent.el (directory-files-and-attributes): Move forward.
22328
22329 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22330
22331         * gnus-agent.el (directory-files-and-attributes):
22332         Optionally defined to support XEmacs.
22333
22334 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22335
22336         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22337         to avoid run-time CL dependencies.
22338         (gnus-agent-unfetch-articles): New function.
22339         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22340         article numbers even when local .overview file is missing.
22341         (gnus-agent-read-article-number): New function.  Only accepts
22342         27-bit article numbers.
22343         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22344         Use gnus-agent-read-article-number.
22345         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22346         from backend while recognizing that article numbers in .overview
22347         must be valid.
22348         (gnus-agent-update-files-total-fetched-for):
22349         Use directory-files-and-attributes to improve performance.
22350         * gnus-int.el (gnus-request-move-article):
22351         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22352         improve performance.
22353
22354         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22355         some users confused by references to .newsrc when they only have a
22356         .newsrc.eld file.
22357         (gnus-convert-mark-converter-prompt)
22358         (gnus-convert-converter-needs-prompt): Fix use of property list.
22359         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22360         New function.  Used internally to only display 'gnus converting
22361         files' message when actually necessary.
22362
22363         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22364         methods now autoloaded.
22365
22366 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22367
22368         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22369         identifiers.
22370
22371 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22372
22373         * gnus-picon.el: Fix indentation and closing parenthesis.
22374
22375 2004-09-01  Simon Josefsson  <jas@extundo.com>
22376
22377         * message.el (message-canlock-generate): Require sha1, not
22378         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22379         to require within a function.  Sadly, if sha1.el isn't loaded, the
22380         let binding in m-c-g will hide the defcustom definition, which is
22381         bad.)
22382
22383         * canlock.el: Require sha1, not sha1-el.
22384
22385         * message.el: Don't autoload sha1 (there is a autoload cookie in
22386         sha1.el).
22387
22388         * sha1-el.el: Rename to sha1.el.
22389
22390 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22391
22392         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22393
22394 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22395
22396         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22397
22398 2004-08-30  Kim F. Storm  <storm@cua.dk>
22399
22400         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22401
22402         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22403         Add :group 'nnimap.
22404
22405 2004-08-30  Andreas Schwab  <schwab@suse.de>
22406
22407         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22408         ?* and ?\;.
22409
22410         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22411         and ?\' to symbol instead of whitespace.
22412
22413 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22414
22415         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22416
22417         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22418         instead of re-search-forward.
22419
22420         * gnus-uu.el (gnus-uu-save-article): Ditto.
22421         (gnus-uu-post-encode-uuencode): Ditto.
22422
22423         * html2text.el (html2text-clean-list-items): Ditto.
22424         (html2text-clean-dtdd): Ditto.
22425         (html2text-format-tags): Ditto.
22426
22427         * message.el (message-send-mail-with-sendmail): Fix regexp.
22428         (message-fill-field-general): Use search-forward instead of
22429         re-search-forward.
22430         (unbold-region): Ditto.
22431
22432         * nnrss.el (nnrss-request-article): Ditto.
22433
22434         * nnslashdot.el (nnslashdot-request-article): Ditto.
22435
22436         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22437
22438         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22439         "Unrecognized menu descriptor" error in XEmacs.
22440
22441 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22442
22443         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22444         parent article of a sparse article in the thread hashtb.
22445
22446 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22447
22448         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22449         (nnmail-expand-newtext): Lowercase expanded entries if
22450         nnmail-split-lowercase-expanded is non-nil.
22451
22452 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22453
22454         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22455
22456         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22457         of gnus-tmp-news-method into string under XEmacs.  It will be
22458         passed to gnus-correct-length which takes only a string argument.
22459
22460 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22461
22462         * gnus-util.el (gnus-bind-print-variables): New macro.
22463         (gnus-prin1): Use it.
22464         (gnus-prin1-to-string): Use it.
22465         (gnus-pp): New function.
22466         (gnus-pp-to-string): New function.
22467
22468         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22469         Replace pp-to-string with gnus-pp-to-string.
22470         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22471         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22472         * gnus-msg.el (gnus-debug): Ditto.
22473         * gnus-score.el (gnus-score-save): Ditto.
22474         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22475         gnus-pp-to-string.
22476         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22477         with gnus-pp.
22478         * score-mode.el (gnus-score-pretty-print): Ditto.
22479         * webmail.el (webmail-debug): Ditto.
22480
22481 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22482
22483         * gnus-art.el (article-display-face, article-display-x-face):
22484         Use buffer-read-only.
22485
22486 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22487
22488         * gnus-art.el (article-hide-list-identifiers):
22489         Bind inhibit-read-only as t.
22490
22491 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22492
22493         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22494
22495 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22496
22497         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22498         (gnus-narrow-to-page): Don't assume point-min == 1.
22499         (gnus-article-edit-mode): Derive from message-mode.
22500
22501         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22502         point-min == 1.
22503
22504         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22505         Disable incorrect use of `assert'.
22506
22507         * message.el (message-mode): Set comment-start-skip.
22508
22509
22510 2004-08-22  Sam Steingold  <sds@gnu.org>
22511
22512         * pop3.el (pop3-leave-mail-on-server): New user variable.
22513         (pop3-movemail): Delete mail only when it is nil.
22514
22515 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22516
22517         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22518
22519         * mml.el (mml-preview): Use `pop-to-buffer'.
22520
22521         * message.el (message-goto-mail-followup-to): Insert after "To".
22522         (message-carefully-insert-headers): Add comment.
22523
22524         * gnus.el: Remove unused variable `gnus-article-check-size'.
22525
22526         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22527
22528         * gnus-art.el (gnus-button-alist):
22529         Improve `gnus-button-handle-library' entry.
22530
22531 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22532
22533         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22534         Use downcase, since XEmacs capitalizes error messages differently.
22535
22536 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22537
22538         * nntp.el: Add (require 'gnus) due to reference to
22539         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22540
22541 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22542
22543         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22544         Bind `mm-fill-flowed'.
22545
22546         * mm-decode.el (mm-dissect-singlepart): Check it.
22547
22548 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22549
22550         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22551         'imap' for netrc parsing.
22552
22553 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22554
22555         * mailcap.el (mailcap-mime-data): Mark as risky.
22556
22557 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22558
22559         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22560         may be included in the encoded word.
22561         (rfc2047-encode): Don't append a space if the encoded word
22562         includes close parenthesis.
22563
22564 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22565
22566         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22567         of text within parentheses.
22568
22569 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22570
22571         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22572         (gnus-encrypt-write-file-contents): Make the password key the file
22573         name PLUS the cipher, not just the cipher.  Also remove failed
22574         passwords from the cache.
22575
22576 2004-08-06  Simon Josefsson  <jas@extundo.com>
22577
22578         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22579         Doc fix.
22580
22581 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22582
22583         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22584         LWSP.
22585
22586 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22587
22588         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22589         Try to append in-reply-to: data to the references: header.
22590
22591         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22592         (netrc-parse): Use gnus-encrypt.el functions.
22593
22594         * gnus-encrypt.el: Add new file for encryption support; currently
22595         does only a few GPG ciphers and an internal XOR cipher.
22596
22597         * password.el: Add comments on using password-read-and-add.
22598         (password-read-and-add): Add function to read and add the
22599         password to the cache at once.
22600
22601 2004-07-28  Simon Josefsson  <jas@extundo.com>
22602
22603         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22604         parameter (but don't use it, for now).
22605
22606         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22607         instead of hard coding to nil.
22608
22609 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22610
22611         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22612         as mm-inline-image-xemacs does.
22613
22614 2004-07-26  Simon Josefsson  <jas@extundo.com>
22615
22616         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22617         Revert part of 2004-07-17 change below.
22618
22619 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22620
22621         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22622         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22623
22624 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22625
22626         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22627         quotes that actually start with ">" at the beginning of the
22628         lines.
22629
22630 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22631
22632         * rfc2047.el (rfc2047-encode-region): Fix last change.
22633         (rfc2047-encode-parameter): Remove useless concat.
22634
22635 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22636
22637         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22638         encode special characters; fix some kind of misconfigured headers;
22639         signal a real error if debug-on-quit or debug-on-error is non-nil.
22640         (rfc2047-encode-max-chars): New variable.
22641         (rfc2047-encode-1): Use it.
22642         (rfc2047-encode-parameter): New function.
22643
22644         * mml.el (mml-insert-parameter): Remove an excessive space.
22645
22646 2004-07-17  Simon Josefsson  <jas@extundo.com>
22647
22648         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22649         Kai Grossjohann <kai@emptydomain.de>.
22650         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22651         (gnus-group-make-menu-bar): Ditto.
22652
22653         * gnus-util.el (gnus-group-server): Add.
22654
22655 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22656
22657         * message.el (message-clone-locals): Clone sendmail and smtp
22658         variables.
22659
22660 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22661
22662         * rfc2047.el (rfc2047-encode-region): Fix last change.
22663
22664 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22665
22666         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22667         characters as non-special.
22668
22669 2004-07-09  Simon Josefsson  <jas@extundo.com>
22670
22671         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22672         Users will lose all flag changes made while unplugged with
22673         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22674         good default.  See numerous reports on ding mailing list.
22675
22676 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22677
22678         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22679         add generate-head-function and generate-article-function to the
22680         rfc822-forward entry.
22681         (nndoc-rfc822-forward-generate-article): New function.
22682         (nndoc-rfc822-forward-generate-head): New function.
22683
22684         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22685
22686 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22687
22688         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22689         respect display group parameter and gnus-summary-expunge-below.
22690         (gnus-articles-to-read): Remove unused reference to display group
22691         parameter.
22692
22693 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22694
22695         * nnheader.el (nnheader-uniquify-message-id): New experimental
22696         variable.
22697         (nnheader-nov-read-message-id): Use it.
22698
22699         * spam-report.el (spam-report-gmane): Add interactive.
22700
22701 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22702
22703         * mm-encode.el (mm-content-transfer-encoding-defaults):
22704         Use qp-or-base64 for the application/* types.
22705
22706 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22707
22708         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22709
22710 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22711
22712         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22713         trim value.
22714
22715 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22716
22717         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22718         New macro and function.
22719         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22720
22721 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22722
22723         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22724         after-load-alist.
22725
22726 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22727
22728         * gnus-group.el (gnus-group-get-new-news-this-group):
22729         Don't update info that isn't there.
22730
22731 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22732
22733         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22734         entry.
22735
22736 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22737
22738         * mm-view.el (mm-inline-render-with-function): Use multibyte
22739         buffer; decode html source by charset.
22740
22741         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22742
22743         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22744         Mule-UCS is loaded under XEmacs.
22745         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22746
22747 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22748
22749         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22750
22751 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22752
22753         * mm-util.el (mm-coding-system-p): Return a coding-system.
22754         (mm-mime-mule-charset-alist): Use shift_jis instead of
22755         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22756         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22757         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22758         instead of japanese-shift-jis and iso-latin-1 respectively in
22759         order to share the default value with both Emacs and XEmacs-mule.
22760         (mm-mule-charset-to-mime-charset):
22761         Make mm-coding-system-priorities effective.
22762         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22763         while predicating of candidates upon the priorities.
22764
22765 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22766
22767         * gnus-sum.el (gnus-summary-make-menu-bar):
22768         Add gnus-uu-invert-processable.
22769
22770         * gnus.el: Autoload gnus-uu-invert-processable.
22771
22772 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22773
22774         * mm-util.el (mm-with-multibyte-buffer): New macro.
22775
22776         * rfc2047.el (rfc2047-encode-string): Use it.
22777         (rfc2047-encode-region): Move point to the end of the region after
22778         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22779
22780 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22781
22782         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22783         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22784
22785 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22786
22787         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22788         (gnus-cite-parse): Ignore quoted envelope From_.
22789         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22790
22791 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22792
22793         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22794         invalid addresses.
22795
22796 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22797
22798         * spam.el: Change section markers, revise TODO list.
22799         (spam-backends): Make new master list of all installed backends.
22800         (spam-summary-exit-behavior): Add new variable to determine how
22801         messages moves are done at summary exit.
22802         (spam-move-spam-nonspam-groups-only)
22803         (spam-process-ham-in-nonham-groups)
22804         (spam-process-ham-in-spam-groups): Remove variables, the
22805         spam-summary-exit-behavior variable should be used to manage this
22806         behavior.
22807         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22808         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22809         and spam-old-spam-articles.
22810         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22811         Add empty variables, placeholders for the backends they represent.
22812         (spam-set-difference): Move, unchanged.
22813         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22814         unless the user has a processor variable.
22815         (spam-classifications, spam-classification-valid-p)
22816         (spam-backend-properties, spam-backend-property-valid-p)
22817         (spam-backend-function-type-valid-p)
22818         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22819         (spam-report-articles-gmane, spam-report-articles-resend):
22820         Remove functions, they are not needed.
22821         (spam-install-backend-super, spam-backend-list)
22822         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22823         (spam-backend-function, spam-backend-ham-registration-function)
22824         (spam-backend-spam-registration-function)
22825         (spam-backend-ham-unregistration-function)
22826         (spam-backend-spam-unregistration-function)
22827         (spam-backend-statistical-p, spam-backend-mover-p)
22828         (spam-install-backend-alias, spam-install-checkonly-backend)
22829         (spam-install-mover-backend, spam-install-nocheck-backend)
22830         (spam-install-backend, spam-install-statistical-backend)
22831         (spam-install-statistical-checkonly-backend): Add backend installation
22832         support.
22833         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22834         (spam-group-processor-p): Use the new backend code and respect the
22835         summary exit behavior.
22836         (spam-mark-spam-as-expired-and-move-routine): Remove.
22837         (spam-summary-prepare): Change to use the new spam-old-articles
22838         variable.
22839         (spam-copy-or-move-routine, spam-copy-spam-routine)
22840         (spam-move-spam-routine, spam-copy-ham-routine)
22841         (spam-move-ham-routine): Add code to copy/move ham or spam.
22842         (spam-fetch-field-fast): Improve doc and code, plus allow the
22843         'number request.
22844         (spam-list-of-checks, spam-list-of-statistical-checks):
22845         Remove variables.
22846         (spam-split, spam-find-spam): Use the new backend code.
22847         (spam-registration-functions): Remove variable.
22848         (spam-unregister-routine): Add convenience wrapper.
22849         (spam-log-undo-registration, spam-register-routine)
22850         (spam-log-processing-to-registry)
22851         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22852         where possible.
22853         (spam-check-gmane-xref, spam-check-regex-headers)
22854         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22855         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22856         (spam-check-bogofilter-headers, spam-check-spamoracle)
22857         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22858         (spam-check-crm114-headers): Use the spam-split-group that
22859         spam-split prepares, no need to determine it every time.
22860
22861         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22862         to the nnheader-parse-naked-head call.
22863
22864         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22865
22866         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22867         the nnheader-nov-read-message-id call.
22868
22869 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22870
22871         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22872         gnus-activate-group twice.  Suggested by Markus Peter
22873         <warp@spin.de>.
22874
22875 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22876
22877         * gnus-art.el (gnus-article-time-format): Exchange the order of
22878         day and month in the default value; fix customization type.
22879         (article-date-ut): Use add-text-properties.
22880         (article-make-date-line): Use message-make-date instead of
22881         current-time-string.
22882
22883         * message.el (message-fetch-field): Don't use set-text-properties.
22884         (message-make-date): Simplify.
22885
22886         * messagexmas.el (message-xmas-make-date): New function.
22887         (message-xmas-redefine): Defalias message-make-date to it.
22888
22889 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22890
22891         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22892         (rfc2047-encode-region): Treat text within parentheses as special;
22893         show the original text when error has occurred.
22894
22895         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22896         already-computed method to gnus-activate-group.
22897
22898         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22899         same select-methods identical Lisp objects.
22900
22901         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22902         object when modifying the info.
22903
22904 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22905
22906         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22907         gnus-opened-servers since it has never been opened with the new
22908         configuration yet.
22909
22910 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22911
22912         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22913         arg to nnheader-generate-fake-message-id.
22914
22915 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22916
22917         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22918         number and build a fake message ID localized to a group and
22919         article number (so it's repeatable from that point on).
22920         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22921         ID format.
22922
22923         * gnus-sum.el (gnus-get-newsgroup-headers):
22924         Call nnheader-generate-fake-message-id with the article number.
22925
22926 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22927
22928         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22929         end-of-buffer.
22930
22931 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22932
22933         * message.el (message-ignored-supersedes-headers): Add Approved.
22934
22935 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22936
22937         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22938         goto-char.
22939         (rfc2047-encode): Fold the line before encoding.
22940
22941 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22942
22943         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22944         folding -- not all headers can be folded, and this should be done
22945         by the message composition mode.  Probably.  I think.
22946
22947 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22948
22949         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22950         fast.
22951
22952         * gnus-ems.el (gnus-remove-image): Don't use
22953         message-text-with-property; remove only the image found first.
22954
22955         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22956         found first.
22957
22958 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22959
22960         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22961
22962 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22963
22964         * message.el (message-text-with-property): Make it fast and accept
22965         optional arguments.
22966         (message-strip-forbidden-properties): Use it.
22967         (message-fix-before-sending): Follow the m-t-w-p change.
22968
22969         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22970
22971 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22972
22973         * gnus-art.el (article-hide-headers): Don't change the buffer
22974         mistakenly when performing mml-preview even if
22975         gnus-single-article-buffer is nil.
22976
22977 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22978
22979         * message.el (message-expand-name-databases): New user option.
22980         (message-expand-name): Use it.
22981
22982 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22983
22984         * spam.el (spam-report-articles-resend)
22985         (spam-report-resend-register-routine): Allow ham reporting.
22986         (spam-report-resend-register-ham-routine): Add wrapper.
22987         (spam-registration-functions): Add ham resending functions.
22988         (spam-list-of-processors): Add ham resend processor.
22989
22990         * gnus.el (ham-resend-to): Add new group parameter.
22991         (spam-process): Add ham resend option.
22992
22993         * spam-report.el (spam-report-resend): Allow reporting ham.
22994         (spam-report-resend-ham): Add wrapper.
22995
22996 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22997
22998         * message.el (message-cite-articles-with-x-no-archive):
22999         New variable.
23000         (message-cite-original): Use it.
23001
23002 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23003
23004         * message.el (message-cite-original): Respect X-No-Archive.
23005
23006 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23007
23008         * gnus-art.el (article-hide-headers): Refer to the values for
23009         gnus-ignored-headers and gnus-visible-headers in the summary
23010         buffer since a user may have set them as group parameters.
23011
23012 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23013
23014         * assistant.el (assistant-node-name): Add convenience function.
23015         (assistant-render-text, assistant-render-node): Add error handling,
23016         plus handle multiple next nodes.
23017         (assistant-find-next-node): Comment out for now.
23018         (assistant-find-next-nodes): Add function, returns list of next
23019         nodes.
23020
23021 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23022
23023         * mail-source.el (mail-source-directory): Fix doc-string.
23024
23025 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23026
23027         * assistant.el (assistant-render-text, assistant-eval): Add :set
23028         widget type, which is different because it takes and returns a
23029         list.  Much hilarity ensues.
23030
23031 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23032
23033         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23034
23035         * gnus-group.el (gnus-group-get-new-news-this-group):
23036         Add doc-string.
23037
23038         * gnus-start.el (gnus-activate-group): Add doc-string.
23039
23040 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23041
23042         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23043
23044 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23045
23046         * assistant.el (assistant-render-text): Try to add a :set
23047         widget, more to come.
23048
23049         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23050         strings.
23051         (spam-report-articles-resend)
23052         (spam-register-routine): Do registration iff any articles warrant
23053         it.
23054         (spam-summary-prepare-exit): Change log message for nil group
23055         destinations.
23056
23057 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23058
23059         * spam.el (spam-report-resend-register-routine):
23060         Allow spam-report-resend-to to be a group parameter or a global value.
23061
23062 2004-05-26  Simon Josefsson  <jas@extundo.com>
23063
23064         * starttls.el: Merge with my GNUTLS based starttls.el.
23065         (starttls-gnutls-program, starttls-use-gnutls)
23066         (starttls-extra-arguments, starttls-process-connection-type)
23067         (starttls-connect, starttls-failure, starttls-success):
23068         New variables.
23069         (starttls-program, starttls-extra-args): Doc fix.
23070         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23071         New functions.
23072         (starttls-negotiate, starttls-open-stream):
23073         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23074         function if it is set.
23075
23076 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23077
23078         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23079         structured fields.
23080
23081 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23082
23083         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23084
23085 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23086
23087         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23088         Add variable.
23089         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23090         assigning the spam-mark to new messages.
23091
23092 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23093
23094         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23095
23096 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23097
23098         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23099
23100         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23101         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23102         default.
23103
23104 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23105
23106         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23107         correct data.
23108
23109 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23110
23111         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23112         (spam-group-processor-p): Fix function.
23113         (spam-group-processor-multiple-p)
23114         (spam-group-spam-processor-report-gmane-p)
23115         (spam-group-spam-processor-report-resend-p)
23116         (spam-group-spam-processor-bogofilter-p)
23117         (spam-group-spam-processor-blacklist-p)
23118         (spam-group-spam-processor-ifile-p)
23119         (spam-group-ham-processor-ifile-p)
23120         (spam-group-spam-processor-spamoracle-p)
23121         (spam-group-spam-processor-crm114-p)
23122         (spam-group-ham-processor-bogofilter-p)
23123         (spam-group-spam-processor-stat-p)
23124         (spam-group-ham-processor-stat-p)
23125         (spam-group-ham-processor-whitelist-p)
23126         (spam-group-ham-processor-BBDB-p)
23127         (spam-group-ham-processor-spamoracle-p)
23128         (spam-group-ham-processor-copy-p): Remove functions with some
23129         prejudice against unneeded code.
23130         (spam-report-articles-resend)
23131         (spam-report-resend-register-routine): Allow the group/topic
23132         spam-resend-to value to override spam-report-resend-to.
23133         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23134         properly now.
23135
23136         * gnus.el (spam-resend-to): Add group/topic parameter.
23137         (spam-process): Move the OBSOLETE processors to the end of the
23138         choices.
23139
23140 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23141
23142         * spam-report.el (spam-report-resend-to, spam-report-resend):
23143         Start with resend-to set to nil, and then ask the user if necessary.
23144         (spam-report-resend): spam-report-resend takes a list of articles, not
23145         separate article numbers.
23146
23147 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23148
23149         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23150         addition to emacs-w3m.
23151
23152 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23153
23154         * assistant.el (assistant-authinfo-data): New function.
23155         (assistant-eval): Eval for entire assistant.
23156
23157         * netrc.el (netrc-services-file): New variable.
23158         (netrc-parse-services): New function.
23159         (netrc-find-service-name): New function.
23160         (netrc-find-service-number): New function.
23161         (netrc-port-equal): New function.
23162         (netrc-machine): Use it.
23163
23164         * nnimap.el (nnimap-open-connection): Use netrc.
23165
23166         * gnus-util.el (gnus-netrc-get): Remove aliases.
23167
23168         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23169
23170         * assistant.el (wid-edit): Fix compilation.
23171
23172         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23173
23174 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23175
23176         * gnus-util.el (gnus-set-file-modes): New function.  (small
23177         patch).
23178
23179 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23180
23181         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23182
23183         * assistant.el (assistant-render-node): Fix up rendering and
23184         read-only text.
23185         (assistant-render-node): Reset.
23186         (assistant-make-read-only): Not sticky.
23187
23188 2004-05-20  Danny Siu  <dsiu@adobe.com>
23189
23190         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23191         centered even when gnus-auto-center-summary is t.
23192
23193 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23194
23195         * dns.el (dns-get-txt-answer): New function.
23196         (dns-read-txt): Ditto.
23197         (query-dns): Use it.
23198
23199 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23200
23201         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23202         active for foreign groups even if the group level is higher than
23203         the specified value.
23204
23205 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23206
23207         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23208         non-active groups.
23209
23210         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23211
23212 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23213
23214         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23215
23216 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23217
23218         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23219         (spam-crm114-header, spam-crm114-spam-switch)
23220         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23221         (spam-crm114-positive-spam-header)
23222         (spam-crm114-database-directory, spam-list-of-processors)
23223         (spam-group-spam-processor-crm114-p)
23224         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23225         (spam-generic-score, spam-list-of-checks)
23226         (spam-list-of-statistical-checks, spam-registration-functions)
23227         (spam-check-crm114-headers, spam-crm114-score)
23228         (spam-check-crm114, spam-crm114-register-with-crm114)
23229         (spam-crm114-register-spam-routine)
23230         (spam-crm114-unregister-spam-routine)
23231         (spam-crm114-register-ham-routine)
23232         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23233
23234 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23235
23236         * gnus.el: Add spam-use-crm114.
23237
23238         * spam.el (spam-list-of-processors, spam-registration-functions):
23239         Add spam-use-resend.
23240         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23241         (spam-report-articles-gmane): Add doc fix.
23242         (spam-report-articles-resend, spam-report-resend-register-routine):
23243         Add wrappers around spam-report-resend-to.
23244
23245         * spam-report.el (spam-report-resend-to, spam-report-resend):
23246         Add support for resending spam.
23247         (spam-report-gmane): Fix line length >80.
23248
23249         * gnus.el (spam-process): Add spam-use-resend.
23250
23251 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23252
23253         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23254         number of processed spam messages.
23255         (spam-ham-copy-or-move-routine): Return the number of processed
23256         ham messages.
23257         (spam-summary-prepare-exit): Use the above values to decide
23258         whether status messages shouled be displayed.
23259
23260 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23261
23262         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23263         `rfc2047-encoding-function-alist' in order to avoid conflicting
23264         with the old version.
23265         (rfc2047-encode-region): Concatenate words containing non-ASCII
23266         characters in structured fields; don't encode space-delimited
23267         ASCII words even in unstructured fields; don't break words at
23268         char-category boundaries.
23269         (rfc2047-encode-1): New function.
23270         (rfc2047-encode): Use it; encode text so that it occupies the
23271         maximum width within 76-column; work correctly on Q encoding for
23272         iso-2022-* charsets.
23273         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23274         sure not to break a line just after the header name.
23275         (rfc2047-b-encode-region): Remove.
23276         (rfc2047-b-encode-string): New function.
23277         (rfc2047-q-encode-region): Remove.
23278         (rfc2047-q-encode-string): New function.
23279
23280         * mm-util.el (mm-replace-in-string): New function.
23281
23282 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23283
23284         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23285         Really get it right.
23286         (gnus-inews-make-draft): Really.
23287
23288 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23289
23290         * nnmh.el (nnmh-request-list-1): Don't check the link count
23291         before descending.  (small patch)
23292
23293 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23294
23295         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23296         stuff.
23297
23298         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23299         Match on real group name.
23300
23301         * gnus-art.el (gnus-signature-limit): Doc fix.
23302
23303         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23304
23305         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23306
23307 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23308
23309         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23310         isn't a string.
23311
23312 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23313
23314         * gnus-draft.el (gnus-draft-send):
23315         Bind rfc2047-encode-encoded-words.
23316
23317         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23318         (rfc2047-encodable-p): Say that =? needs encoding.
23319         (rfc2047-encode-encoded-words): New variable.
23320
23321         * gnus-group.el (gnus-group-select-group): Doc fix.
23322
23323         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23324
23325         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23326         to nil.
23327
23328         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23329
23330         * nnheader.el (nnheader-get-lines-and-char): New function.
23331
23332 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23333
23334         * gnus-msg.el (gnus-summary-followup-with-original):
23335         Document yanking of region when active.
23336
23337 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23338
23339         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23340         groups if the group level is higher than the specified value.
23341
23342 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23343
23344         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23345         (gnus-group-jump-to-group): Add prefix argument using
23346         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23347         non-active group.
23348
23349         * compface.el (uncompface): Be verbose when changing
23350         `uncompface-use-external'.
23351
23352         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23353         handle manual section.
23354
23355 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23356
23357         * gnus-art.el (gnus-button-alist): Revert previous change.
23358
23359 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23360
23361         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23362
23363 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23364
23365         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23366         whether backend can accept message.
23367
23368         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23369
23370 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23371
23372         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23373         Avoid creating directory when nntp-marks-is-evil is true.
23374         Reported by Reiner Steib.
23375
23376 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23377
23378         * gnus-picon.el (gnus-picon-insert-glyph):
23379         Add optional `nostring' argument.
23380
23381 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23382
23383         * gnus-picon.el (gnus-picon-style): New variable.
23384         (gnus-picon-transform-address): Support `gnus-picon-style'.
23385
23386 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23387
23388         * message.el (message-fill-field): Return point.
23389         (message-generate-headers): Go to end of field.
23390
23391         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23392         stuff for non-living groups.
23393
23394 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23395
23396         * gnus-art.el (gnus-article-followup-with-original)
23397         (gnus-article-reply-with-original): gnus-mark-active-p ->
23398         gnus-region-active-p.
23399
23400 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23401
23402         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23403         only when there is spam or ham to be processed.
23404
23405 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23406
23407         * mail-source.el (mail-source-delete-crash-box): Refactor.
23408         (mail-source-fetch): Use it.
23409         (mail-source-fetch-file): Ditto.
23410         (mail-source-fetch-directory): Run postscript in loop.
23411         (mail-source-fetch-pop): Delete.
23412         (mail-source-fetch-maildir): Ditto.
23413         (mail-source-fetch-imap): Ditto.
23414
23415         * imap.el (imap-authenticators): Comment out sasl.
23416
23417         * message.el (message-skip-to-next-address): New function.
23418         (message-fill-header-address): Refactor.
23419         (message-fill-address): Use it.
23420         (message-delete-address): Use it.
23421         (message-fill-header-general): Refactor.
23422         (message-fill-field-address): Rename.
23423         (message-narrow-to-field): Find the start of the header.
23424         (message-header-format-alist): Don't pre-fill.
23425         (message-fill-header): Remove.
23426         (message-insert-header): New function.
23427         (message-shorten-references): Use it.
23428
23429         * rfc2047.el (rfc2047-field-value): Strip props.
23430
23431         * mail-parse.el (mail-header-make-address): New alias.
23432
23433         * ietf-drums.el (ietf-drums-make-address): New function.
23434
23435         * imap.el: Add compiler directives.
23436
23437         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23438
23439         * gnus-art.el (article-decode-idna-rhs): Don't use
23440         message-idna-inside-rhs-p.
23441
23442 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23443
23444         * message.el (message-idna-inside-rhs-p): Remove.
23445         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23446
23447         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23448         false positives.
23449
23450 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23451
23452         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23453
23454 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23455
23456         * nneething.el (nneething-file-name): Don't create spurious
23457         files.
23458
23459         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23460         (gnus-inews-do-gcc): Remove sleep.
23461
23462         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23463         part under point.
23464
23465         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23466         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23467
23468 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23469
23470         * spam.el (spam-summary-prepare-exit): Fix (length).
23471
23472 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23473
23474         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23475         as expired without moving it" message when there are spam
23476         messages left.
23477
23478 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23479
23480         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23481         header is not nil.
23482
23483 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23484
23485         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23486         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23487         (nntp-marks-changed-p): New arg SERVER.
23488         (nntp-request-update-info): Adjust caller.
23489
23490 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23491
23492         * nntp.el (nntp-save-marks): Pass missing arg.
23493
23494 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23495
23496         * nntp.el: Support marks.
23497         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23498         (nntp-marks-modtime, nntp-marks-directory): New variables.
23499         (nntp-request-set-mark, nntp-request-update-info)
23500         (nntp-possibly-create-directory, nntp-marks-changed-p)
23501         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23502         New functions.
23503
23504 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23505
23506         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23507         (gnus-xmas-redefine): Rename.
23508
23509         * gnus-score.el (gnus-score-insert-help):
23510         Use gnus-select-lowest-window.
23511
23512         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23513         appt-select-lowest-window and rename to gnus-select-lowest-window.
23514
23515         * gnus.el: do.
23516
23517 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23518
23519         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23520         encodings of MIME-encoded words, in order to improve
23521         interoperability with several broken MUAs.
23522
23523 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23524
23525         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23526         tags, only when charsets are not specified in headers.
23527         (mm-inline-text-html-render-with-w3m): Ditto.
23528
23529         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23530         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23531
23532 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23533
23534         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23535         instead of MIME-decoded from fields when checking
23536         `gnus-article-address-banner-alist'.
23537
23538 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23539
23540         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23541         description rather than subject.
23542
23543 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23544
23545         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23546
23547 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23548
23549         * gnus.el (gnus-version-number): Bump.
23550
23551 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23552
23553         * gnus.el: No Gnus v0.2 is released.
23554
23555 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23556
23557         * gnus-agent.el (gnus-agent-read-agentview):
23558         Inline gnus-uncompress-range.
23559
23560 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23561
23562         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23563         `exec-installed-p'.
23564
23565 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23566
23567         * gnus.el (spam-process, spam-autodetect-methods):
23568         Add bsfilter and bsfilter-headers.
23569
23570         * spam.el (spam-bsfilter): New customize group.
23571         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23572         (spam-bsfilter-header, spam-bsfilter-probability-header)
23573         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23574         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23575         (spam-bsfilter-database-directory): New options.
23576         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23577         (spam-list-of-statistical-checks, spam-registration-functions):
23578         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23579         (spam-bsfilter-score): New command.
23580         (spam-check-bsfilter-headers, spam-check-bsfilter)
23581         (spam-bsfilter-register-with-bsfilter)
23582         (spam-bsfilter-register-spam-routine)
23583         (spam-bsfilter-unregister-spam-routine)
23584         (spam-bsfilter-register-ham-routine)
23585         (spam-bsfilter-unregister-ham-routine): New functions.
23586         (spam-generic-score): Support bsfilter; Accept an optional argument
23587         to recalcurate spam score even if scoring header has already been
23588         added.
23589         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23590         optional argument to recalcurate spam score even if scoring header
23591         has already been added.
23592
23593 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23594
23595         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23596         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23597         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23598         link is missing.
23599
23600 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23601
23602         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23603         (html2text-get-attr): Rewrite.
23604
23605         * message.el (message-setup-1): Remove redundant put-text-property
23606         on mail-header-separator.
23607
23608 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23609
23610         * gnus-registry.el (gnus-registry-cache-whitespace)
23611         (gnus-registry-action, gnus-registry-spool-action)
23612         (gnus-registry-split-fancy-with-parent): Change message levels
23613         from 5 to 3 or 7, as needed.
23614
23615         * spam.el (spam-summary-prepare-exit)
23616         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23617         (spam-split, spam-find-spam, spam-log-undo-registration)
23618         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23619         level from 5 to 6.
23620
23621 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23622
23623         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23624         2004-03-04 change).
23625
23626 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23627
23628         * sieve-manage.el (sieve-manage-open):
23629         * nnweb.el (nnweb-insert-html):
23630         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23631         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23632         * nnspool.el (nnspool-request-group):
23633         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23634         * nnml.el (nnml-request-update-info):
23635         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23636         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23637         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23638         (nnimap-request-set-mark):
23639         * nnfolder.el (nnfolder-request-update-info):
23640         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23641         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23642         * gnus-uu.el (gnus-uu-find-articles-matching):
23643         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23644         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23645         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23646         * gnus-nocem.el (gnus-nocem-scan-groups):
23647         * gnus-int.el (gnus-start-news-server):
23648         * gnus-group.el (gnus-group-make-kiboze-group)
23649         (gnus-group-browse-foreign-server):
23650         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23651         Use mapc when appropriate.
23652
23653 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23654             Adam Sjøgren  <asjo@koldfront.dk>
23655             Wes Hardaker  <wes@hardakers.net>
23656             Michael Shields  <shields@msrl.com>
23657
23658         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23659         may need for spam sorting and scoring.
23660         (spam-user-format-function-S): Add user format function suitable for
23661         general use.
23662         (spam-article-sort-by-spam-status): Add sorting function for summary
23663         sorting.
23664         (spam-extra-header-to-number): Add function to get a score from a
23665         header.
23666         (spam-summary-score): Add function to get a numeric score from the
23667         headers.
23668         (spam-generic-score): Fix function doc, was in wrong place.
23669         (spam-initialize): Take symbols when it's run, and install the
23670         extra headers that spam-necessary-extra-headers thinks we need.
23671
23672 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23673
23674         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23675         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23676
23677 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23678
23679         * gnus-sum.el (gnus-set-global-variables)
23680         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23681         (gnus-article-get-xrefs, gnus-summary-best-group)
23682         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23683         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23684         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23685         Use with-current-buffer.
23686
23687 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23688
23689         * spam.el (spam-summary-prepare-exit): Simplify logic.
23690         (spam-fetch-article-header): Read the article header if it's not
23691         available.
23692         (spam-list-articles): Simplify logic.
23693         (spam-filelist-register-routine): Fix bug with unregister-list.
23694
23695         * gnus-registry.el: Fix comments at beginning.
23696
23697 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23698
23699         * message.el (message-cater-to-broken-inn): Remove.
23700         (message-shorten-references): Make sure the total folded length of
23701         References is shorter than 998 characters to cater to a bug in INN
23702         2.3.  Also, don't pretend that references aren't folded -- this
23703         hasn't worked for a while.
23704
23705 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23706
23707         * gnus-agent.el (gnus-agentize):
23708         gnus-agent-send-mail-real-function no longer set to current value
23709         of message-send-mail-function but rather a lambda that calls
23710         message-send-mail-function.  The change makes the agent real-time
23711         responsive to user changes to message-send-mail-function.
23712
23713 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23714
23715         * legacy-gnus-agent.el
23716         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23717         help from Florian Weimer <fw@deneb.enyo.de>
23718
23719 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23720
23721         * nnmail.el (nnmail-cache-insert): Revert last change.
23722
23723 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23724
23725         * nnmail.el (nnmail-cache-insert): Always check whether
23726         nnmail-cache-ignore-groups matches a group name.
23727
23728 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23729
23730         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23731         (spam-find-spam, spam-log-processing-to-registry)
23732         (spam-log-registered-p, spam-log-unregistration-needed-p)
23733         (spam-log-undo-registration): Use gnus-message instead of
23734         gnus-error, none of these errors are fatal.
23735
23736         * gnus-registry.el (gnus-registry-clean-empty-function)
23737         (gnus-registry-clean-empty): Remove only empty entries without
23738         extra data.
23739
23740 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23741
23742         * spam-stat.el (spam-stat-buffer-change-to-spam)
23743         (spam-stat-buffer-change-to-non-spam): Change (error) to
23744         (gnus-message 8) invocation.
23745
23746 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23747
23748         * nntp.el (nntp-via-netcat-command): New variable.
23749         (nntp-via-netcat-switches): New variable.
23750         (nntp-open-via-rlogin-and-netcat): New function.
23751         (nntp-open-connection-function): Doc fix.
23752         (nntp-telnet-command): Doc fix.
23753         (nntp-end-of-line): Doc fix.
23754         (nntp-via-rlogin-command): Doc fix.
23755         (nntp-via-user-name): Doc fix.
23756         (nntp-via-address): Doc fix.
23757
23758 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23759
23760         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23761         error in Emacs 21.1.
23762
23763 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23764
23765         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23766
23767 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23768
23769         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23770         (gnus-agent-with-refreshed-group): New macro.
23771         (gnus-agent-rename-group): New function.
23772         (gnus-agent-delete-group): New function.
23773         (gnus-agent-save-group-info): Use gnus-command-method when
23774         `method' parameter is nil.  Don't write nil entries into the
23775         active file.
23776         (gnus-agent-get-group-info): New function.
23777         (gnus-agent-fetch-articles):
23778         Use gnus-agent-update-files-total-fetched-for to increment disk space
23779         used.
23780         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23781         Use gnus-agent-update-view-total-fetched-for to increment disk space
23782         used.
23783         (gnus-agent-get-local): Add optional parameters to avoid calling
23784         gnus-group-real-name and gnus-find-method-for-group.
23785         (gnus-agent-set-local): Delete stored entry if either min, or max,
23786         are nil.
23787         (gnus-agent-fetch-session): Reworded error/quit messages.
23788         On quit, use gnus-agent-regenerate-group to record existance of any
23789         articles fetched to disk before the quit occurred.
23790         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23791         gnus-agent-update-view-total-fetched-for, and
23792         gnus-agent-update-files-total-fetched-for to decrement disk space
23793         used.
23794         (gnus-agent-retrieve-headers):
23795         Use gnus-agent-update-view-total-fetched-for to increment disk space
23796         used.
23797         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23798         with gnus-agent-update-files-total-fetched-for to decrement disk
23799         space and fresh group buffer.
23800         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23801         (gnus-agent-need-update-total-fetched-for): New variable.
23802         (gnus-agent-update-files-total-fetched-for): New function.
23803         (gnus-agent-update-view-total-fetched-for): New function.
23804         (gnus-agent-total-fetched-for): New function.
23805
23806         * gnus-cache.el (gnus-cache-save-buffers):
23807         Use gnus-cache-update-overview-total-fetched-for to change disk space
23808         used by this group.
23809         (gnus-cache-possibly-enter-article):
23810         Use gnus-cache-update-file-total-fetched-for to increment disk space
23811         used by this group.
23812         (gnus-cache-possibly-remove-article):
23813         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23814         used by this group.
23815         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23816         (gnus-cache-rename-group): New function.
23817         (gnus-cache-delete-group): New function.
23818         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23819         (gnus-cache-need-update-total-fetched-for): New variable.
23820         (gnus-cache-with-refreshed-group): New macro.
23821         (gnus-cache-update-file-total-fetched-for): New function.
23822         (gnus-cache-update-overview-total-fetched-for): New function.
23823         (gnus-cache-rename-group-total-fetched-for): New function.
23824         (gnus-cache-delete-group-total-fetched-for): New function.
23825         (gnus-cache-total-fetched-for): New function.
23826
23827         * gnus-group.el: Require gnus-sum and autoload functions to
23828         resolve warnings when gnus-group.el compiled alone.
23829         (gnus-group-line-format): Documented new %F.
23830         (size of Fetched data) group line format; identifies disk space
23831         used by agent and cache.
23832         (gnus-group-line-format-alist): Defined new F format.
23833         (gnus-total-fetched-for): New function.
23834         (gnus-group-delete-group): No longer update
23835         gnus-cache-active-altered as gnus-request-delete-group now keeps
23836         the cache in sync.
23837         (gnus-group-list-active): Let the agent store a server's active
23838         list if currently plugged.
23839
23840         * gnus-int.el (gnus-request-delete-group):
23841         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23842         local disk in sync with the server.
23843         (gnus-request-rename-group):
23844         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23845         local disk in sync with the server.
23846
23847         * gnus-start.el (gnus-get-unread-articles):
23848         Cosmetic simplification to logic.
23849
23850         * gnus-util.el (gnus-rename-file): New function.
23851
23852 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23853
23854         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23855
23856 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23857
23858         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23859         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23860
23861 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23862
23863         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23864         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23865
23866 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23867
23868         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23869
23870 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23871
23872         * spam.el (spam-set-difference): Add function to replace
23873         gnus-set-difference in spam.el.
23874         (spam-summary-prepare-exit): Use spam-set-difference.
23875
23876 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23877
23878         * gnus-registry.el (gnus-registry-cache-file): Update to use
23879         gnus-dribble-directory OR gnus-home-directory OR ~.
23880         (gnus-registry-split-fancy-with-parent): Fix doc.
23881
23882 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23883
23884         * message.el (message-exchange-point-and-mark):
23885         Use message-mark-active-p.  Suggested by Jesper Harder
23886         <harder@ifa.au.dk>.
23887
23888 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23889
23890         * message.el (message-exchange-point-and-mark): Don't activate
23891         region if it was inactive.  Suggested by Hiroshi Fujishima
23892         <pooh@nature.tsukuba.ac.jp>.
23893
23894 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23895
23896         * gnus-art.el (article-display-face): Display Faces in the same
23897         order as X-Faces.
23898
23899 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23900
23901         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23902
23903 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23904
23905         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23906         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23907         (gnus-article-mime-hierarchy): Remove.
23908         (gnus-article-mime-hierarchy-next): Remove.
23909         (gnus-article-mode): Revert 2004-03-19 change.
23910         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23911         (gnus-insert-mime-button): Revert 2004-03-19 change.
23912         (gnus-mime-accumulate-hierarchy): Remove.
23913         (gnus-mime-enter-multipart): Remove.
23914         (gnus-mime-leave-multipart): Remove.
23915         (gnus-mime-display-part): Revert 2004-03-19 change.
23916         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23917
23918         * mml.el (mml-preview): Revert 2004-03-19 change.
23919
23920 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23921
23922         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23923
23924 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23925
23926         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23927         t while entering a file name using the mm-with-multibyte macro.
23928         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23929
23930         * mm-util.el (mm-with-multibyte): New macro.
23931
23932 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23933
23934         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23935         New user option.
23936         (gnus-mime-multipart-functions): Doc and customization fix.
23937         (gnus-article-mime-hierarchy): New variable.
23938         (gnus-article-mime-hierarchy-next): New variable.
23939         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23940         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23941         gnus-article-mime-hierarchy-next to nil.
23942         (gnus-insert-mime-button): Show hierarchy numbers.
23943         (gnus-mime-accumulate-hierarchy): New function.
23944         (gnus-mime-enter-multipart): New function.
23945         (gnus-mime-leave-multipart): New function.
23946         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23947         (gnus-mime-display-alternative): Show hierarchy numbers.
23948
23949         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23950         gnus-article-mime-hierarchy-next to nil.
23951
23952 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23953
23954         * dns.el: Don't require gnus-xmas.
23955
23956 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23957
23958         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23959         inline PGP.
23960         (mml-menu): Disable mml-quote-region if mark is inactive.
23961
23962 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23963
23964         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23965         when the group's active is not available.
23966
23967 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23968
23969         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23970         error.
23971
23972 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23973
23974         * imap.el (imap-store-password): New variable.
23975         (imap-interactive-login): Use it.
23976         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23977
23978 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23979
23980         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23981         window-start and hscroll to summary window.
23982
23983 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23984
23985         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23986         conversion message to newsrc-dribble when an actual conversion is
23987         performed.
23988
23989 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23990
23991         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23992
23993 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23994
23995         * mm-decode.el (mm-complicated-handles): New function reviving
23996         former definition of mm-multiple-handles.
23997
23998         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23999         (gnus-mime-delete-part): Use it.
24000
24001 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24002
24003         * gnus-agent.el (gnus-agent-read-local):
24004         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24005         avoid the implicit assumption that they will always be equal.
24006         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24007         coding-system-for-write, as the with-temp-file macro first prints
24008         to a buffer then saves the buffer.
24009
24010 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24011
24012         * gnus-art.el (gnus-article-edit-part): New function.
24013         (gnus-mime-save-part-and-strip): Use it; do query instead of
24014         signaling an error; don't use mm-multiple-handles.
24015         (gnus-mime-delete-part): Ditto.
24016
24017 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24018
24019         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24020         old file versions.
24021         (gnus-group-prepare-hook): Remove function that converted list
24022         form of gnus-agent-expire-days to group properties.
24023
24024         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24025         (gnus-request-accept-article): Re-indented.
24026
24027         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24028         converters to handle old agent file formats.  Add logic for a
24029         "backup before upgrading warning".
24030         (gnus-convert-mark-converter-prompt): Developers can mark
24031         functions as needing (default), or not needing,
24032         gnus-convert-old-newsrc's "backup before upgrading warning".
24033         (gnus-convert-converter-needs-prompt): Tests whether the user
24034         should be protected from potentially irreversable changes by the
24035         function.
24036
24037         * legacy-gnus-agent.el: New.  Provides converters that are only
24038         loaded when gnus-convert-old-newsrc needs to call them.
24039
24040 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24041
24042         * mail-source.el (mail-source-touch-pop): Doc fix.
24043
24044         * message.el (message-smtpmail-send-it): Doc fix.
24045
24046 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24047
24048         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24049
24050         * nnmail.el (nnmail-split-fancy): do.
24051
24052         * gnus-kill.el (gnus-kill, gnus-execute): do.
24053
24054 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24055
24056         * gnus-sum.el (gnus-widget-reversible-match)
24057         (gnus-widget-reversible-to-internal)
24058         (gnus-widget-reversible-to-external): New functions.
24059         (gnus-widget-reversible): New widget.
24060         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24061
24062 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24063
24064         * gnus-sum.el (gnus-thread-sort-functions)
24065         (gnus-article-sort-functions): Document `(not F)' items.
24066
24067 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24068
24069         * spam.el (spam-use-gmane-xref): Add new backend.
24070         (spam-gmane-xref-spam-group): Add variable to control the name of the
24071         Gmane spam group.
24072         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24073         (spam-regex-headers-spam, spam-regex-headers-ham)
24074         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24075         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24076         backends and checks.
24077         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24078
24079         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24080         an autodetect method.
24081
24082 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24083
24084         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24085         articles are being added to a group.
24086         (gnus-request-replace-article): Inform the agent that articles
24087         need to be uncached as the cached contents are no longer valid.
24088
24089 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24090
24091         * binhex.el: Don't autoload executable-find.
24092
24093         * canlock.el: Don't autoload mail-fetch-field.
24094
24095         * dgnushack.el: Autoload c-mode for XEmacs.
24096
24097         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24098
24099         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24100         rmail-dont-reply-to and rmail-output.
24101
24102         * gnus-score.el: Don't autoload ffap-string-at-point.
24103
24104         * gnus-setup.el: Don't autoload sc-cite-original.
24105
24106         * imap.el: Don't autoload base64-decode-string,
24107         base64-encode-string and md5.
24108
24109         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24110         and rmail-msg-restore-non-pruned-header.
24111
24112         * mm-decode.el: Don't autoload executable-find.
24113
24114         * mm-url.el: Don't autoload executable-find.
24115
24116         * mm-view.el: Don't autoload diff-mode.
24117
24118         * nndb.el: Don't autoload news-reply-mode, news-setup,
24119         cancel-timer and telnet.
24120
24121         * password.el: Don't autoload run-at-time for Emacs.
24122
24123         * sha1-el.el: Don't autoload executable-find.
24124
24125         * sieve-mode.el: Don't autoload c-mode.
24126
24127         * uudecode.el: Don't autoload executable-find.
24128
24129 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24130
24131         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24132         (gnus-agent-possibly-alter-active): Avoid null in numeric
24133         comparison.
24134         (gnus-agent-set-local): Refuse to save null in local object table.
24135         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24136         list of articles that will be marked as unread.
24137
24138 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24139
24140         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24141
24142 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24143
24144         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24145         language tags.
24146
24147 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24148
24149         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24150         Don't bind "obarray".
24151
24152         * gnus-sum.el (gnus-thread-sort-functions):
24153         Add `gnus-thread-sort-by-most-recent-number' and
24154         `gnus-thread-sort-by-most-recent-date'.
24155         Reported by Kai Grossjohann <kai@emptydomain.de>.
24156
24157 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24158
24159         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24160
24161 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24162
24163         * gnus-cus.el (gnus-agent-customize-category):
24164         Remove ignore-errors macro reference that required cl to be loaded at
24165         run-time.
24166
24167         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24168         single-interval range of the form (min . max).  Previously the
24169         range had to look like ((min . max)).  Likewise, return
24170         (min . max) rather than ((min . max)).
24171         (gnus-range-map): Use gnus-range-normalize to accept
24172         single-interval range.
24173
24174         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24175         the cache, but not the agent, now appear with their usual face.
24176
24177         * dgnushack.el (loaddir): New variable that is bound to the
24178         directory containing the dgnushack.el file. Use loaddir, rather
24179         than srcdir, to update load-path. Change lets dgnushack compile
24180         code in directories other than GNUS/lisp.
24181
24182 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24183
24184         * lpath.el: Don't bind w3m-safe-url-regexp.
24185
24186         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24187         w3m-safe-url-regexp variable buffer-local.
24188
24189         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24190
24191 2004-02-27  Simon Josefsson  <jas@extundo.com>
24192
24193         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24194         gnus-group-real-prefix.
24195         (gnus-summary-move-article): Use it, instead of
24196         gnus-group-real-prefix.
24197
24198 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24199
24200         * lpath.el: Bind w3m-safe-url-regexp.
24201
24202         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24203         w3m-safe-url-regexp variable buffer-local and set it as the value
24204         of mm-w3m-safe-url-regexp.
24205
24206         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24207
24208         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24209         parsing gnus-posting-styles when the message is not for replying.
24210
24211         * dgnushack.el: Autoload sgml-mode for XEmacs.
24212
24213         * nnrss.el (nnrss-opml-export):
24214         Use mm-set-buffer-file-coding-system instead of
24215         set-buffer-file-coding-system.
24216
24217 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24218
24219         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24220         of checkdoc.el).
24221         * nnrss.el: do.
24222         * gnus-mlspl.el: do.
24223         * gnus-ml.el: do.
24224         * gnus-srvr.el: do.
24225
24226         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24227
24228 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24229
24230         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24231         Corrections to custom-manual links.
24232
24233         * gnus-art.el (gnus-article): Ditto.
24234
24235         * mm-decode.el (mime-display, mime-security): Ditto.
24236
24237 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24238
24239         * flow-fill.el: Typo.
24240
24241 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24242
24243         * spam-wash.el: New file.
24244
24245 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24246
24247         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24248
24249 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24250
24251         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24252         to be run with new-articles as LIST1, not LIST2.
24253         (spam-registration-functions): Add spam-use-ham-copy as a nil
24254         registration backend.
24255
24256 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24257
24258         * spam-stat.el (spam-stat-washing-hook): New option.
24259         (spam-stat-buffer-words): Use it.
24260         (spam-stat-process-directory, spam-stat-test-directory):
24261         Use insert-file-contents-literally.
24262         (spam-stat-coding-system): New variable.
24263         (spam-stat-load, spam-stat-save): Use it.
24264
24265 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24266
24267         * spam-report.el (spam-report-plug-agent):
24268         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24269
24270 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24271
24272         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24273         Allow / in mailto URLs.
24274
24275 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24276
24277         * spam-report.el (spam-report-process-queue): Fix interactive use.
24278         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24279         (spam-report-unplug-agent): Doc fixes.
24280         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24281         (spam-report-agentize, spam-report-deagentize): Autoload.
24282
24283 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24284
24285         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24286
24287         * message.el (message-setup-fill-variables): Add mml tags to
24288         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24289         <ajk@iu.edu>.
24290         (message-mode): Don't modify paragraph-separate there.
24291
24292 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24293
24294         * compface.el (uncompface-use-external): Default to undecided.
24295         (uncompface-use-external-threshold): New variable.
24296         (uncompface-float-time): New macro.
24297         (uncompface): Determine whether to use the external decoder if
24298         uncompface-use-external is undecided.
24299
24300 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24301
24302         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24303         after images.
24304
24305         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24306
24307 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24308
24309         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24310
24311         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24312
24313         * gnus-sum.el (gnus-summary-limit-to-age)
24314         (gnus-summary-limit-children): do.
24315
24316         * gnus-int.el (gnus-request-scan): do.
24317
24318         * gnus-group.el (gnus-group-suspend): do.
24319
24320         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24321
24322         * gnus-cite.el (gnus-cite-parse-attributions): do.
24323
24324         * gnus-agent.el (gnus-summary-set-agent-mark)
24325         (gnus-agent-regenerate-group): do.
24326
24327         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24328
24329         * binhex.el (binhex-decode-region-internal): do.
24330
24331 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24332
24333         * gnus-fun.el (gnus-face-properties-alist): New user option.
24334         (gnus-display-x-face-in-from): Use it.
24335
24336         * gnus-art.el (article-display-face): Ditto.
24337
24338         * compface.el (uncompface-use-external): Default to nil.
24339
24340 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24341
24342         * nntp.el (nntp-erase-buffer): New function.
24343         (nntp-retrieve-data, nntp-send-command)
24344         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24345         (nntp-possibly-change-group): Use it.
24346
24347         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24348         Use with-current-buffer.
24349
24350 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24351
24352         * compface.el: Merge the ELisp-based uncompface program.
24353         (compface): New customization group.
24354         (uncompface-use-external): New user option.
24355         (uncompface): Call uncompface-internal if uncompface-use-external
24356         is nil.
24357         (uncompface-internal): New function.  Note that there are also
24358         some other functions and variables added for this function.
24359
24360 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24361
24362         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24363         if necessary.
24364
24365 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24366
24367         * spam-report.el (spam-report-unplug-agent)
24368         (spam-report-plug-agent, spam-report-deagentize)
24369         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24370         Add support for the Agent in spam-report: when unplugged, report to a
24371         file; when plugged, submit all the requests.
24372
24373         * spam.el (spam-register-routine): Fix message about
24374         registration.
24375
24376 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24377
24378         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24379         dependencies.
24380         (rfc2047-encode): Use it.
24381
24382         * gnus-art.el (gnus-button-marker-list): Move before first
24383         reference.
24384
24385         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24386         (imap-parse-body): Fix format string mismatch.
24387
24388         * gnus-score.el (gnus-summary-increase-score): do.
24389
24390         * nnrss.el (nnrss-close): New function.
24391
24392 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24393
24394         * nnrss.el (nnrss-make-filename): New function.
24395         (nnrss-request-delete-group, nnrss-read-server-data)
24396         (nnrss-save-server-data, nnrss-read-group-data)
24397         (nnrss-save-group-data): Use it.
24398         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24399         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24400         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24401
24402 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24403
24404         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24405
24406 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24407
24408         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24409         files.
24410
24411         * message.el (message-generate-headers-first): Don't quote nil
24412         and t in docstrings.
24413
24414         * imap.el (imap-id): do.
24415
24416         * gnus-agent.el (gnus-agent-consider-all-articles)
24417         (gnus-agent-queue-mail): do.
24418
24419 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24420
24421         * spam-report.el (spam-report-process-queue): New function.
24422         Process requests from `spam-report-requests-file'.
24423         (spam-report-process-queue): Doc fix.
24424
24425 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24426
24427         * spam.el (spam-register-routine)
24428         (spam-log-processing-to-registry, spam-log-registered-p)
24429         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24430         Change "check" to "spam-check" for semi-clarity.
24431
24432 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24433
24434         * pop3.el: Require nnheader.
24435
24436         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24437
24438         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24439
24440         * gnus-picon.el: Require cl.
24441
24442         * gnus-fun.el: Require gnus-ems and gnus-util.
24443
24444         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24445
24446         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24447
24448         * gnus-art.el (gnus-article-edit-mode): Define before first
24449         reference.
24450
24451 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24452
24453         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24454         (gnus-uu-post-encoded): Use point-at-bol.
24455
24456         * gnus-topic.el (gnus-group-active-topic-p): do.
24457
24458         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24459
24460         * gnus-group.el (gnus-group-kill-region): do.
24461
24462         * gnus-art.el (article-date-ut): do.
24463
24464         * message.el (message-fetch-field): Remove redundant
24465         case-fold-search binding.
24466         (message-narrow-to-field): Simplify.
24467
24468 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24469
24470         * spam.el (spam-directory): Derive from `gnus-directory'.
24471
24472         * spam-report.el (spam-report-url-to-file)
24473         (spam-report-requests-file): New function and variable for offline
24474         reporting.
24475         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24476         and user defined function.
24477         (spam-report-url-ping-mm-url): Remove doubled slash.
24478
24479 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24480
24481         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24482
24483 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24484
24485         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24486         Fix format string mismatch.
24487
24488         * sieve.el (sieve-deactivate-all): do.
24489
24490         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24491
24492         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24493
24494         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24495
24496         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24497
24498 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24499
24500         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24501         the list of checks.
24502
24503 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24504
24505         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24506         padding.
24507
24508 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24509
24510         * mm-view.el (mm-fill-flowed): New variable.
24511         (mm-inline-text): Use it.
24512
24513 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24514
24515         * spam.el (spam-spamassassin-register-ham-routine)
24516         (spam-spamassassin-register-spam-routine): Fix function names.
24517
24518 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24519
24520         * gnus.el (gnus-tmp-grouplens): Remove.
24521         (gnus-summary-line-format): Remove grouplens.
24522
24523         * gnus-group.el (gnus-group-line-format): Ditto.
24524
24525         * gnus-spec.el (gnus-format-specs): Ditto.
24526         (gnus-update-format-specifications): Flush the group format spec
24527         cache if there's the grouplens stuff.
24528         (gnus-parse-simple-format): Replace %l with the empty string.
24529
24530 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24531
24532         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24533         omission.
24534
24535 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24536
24537         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24538         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24539
24540 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24541
24542         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24543         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24544         New macros and functions.
24545         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24546         Handle > NLINK_MAX messages.
24547         * nnmaildir.el (nnmaildir-request-set-mark):
24548         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24549
24550 2004-01-25  Alex Schroeder  <alex@gnu.org>
24551
24552         * spam-stat.el (spam-stat-process-directory-age): New option.
24553         (spam-stat-process-directory): Use it.
24554
24555 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24556
24557         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24558         (spam-stat-save): Accept prefix argument.
24559
24560 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24561
24562         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24563         links" error.
24564
24565 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24566
24567         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24568         the rest of the and/or forms.
24569
24570 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24571
24572         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24573         compatibility with old .newsrc.eld files.
24574
24575         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24576
24577         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24578
24579         * gnus-start.el (gnus-1): do.
24580
24581         * gnus-group.el (gnus-group-line-format-alist): do.
24582
24583         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24584
24585         * gnus-gl.el: Remove.
24586
24587 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24588
24589         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24590         marks consisting of a single range {for example, (3 . 5)} rather
24591         than a list of a single range { ((3 . 5)) }.
24592
24593 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24594
24595         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24596         Use with-current-buffer.
24597         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24598         avoid consing a string.
24599
24600         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24601         Remove obsolete entries for big5 and gb2312.
24602
24603 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24604
24605         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24606         uncompressed list.
24607
24608 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24609
24610         * spam-stat.el (spam-stat-strip-xref): New function.
24611         (spam-stat-process-directory): Use it.
24612
24613         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24614         here -- it's done in message-fetch-field.
24615
24616 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24617
24618         * gnus-agent.el (gnus-agent-queue-mail)
24619         (gnus-agent-prompt-send-queue): New variables.
24620         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24621         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24622         "nndraft:queue" along to gnus-draft-send.
24623         Use gnus-agent-prompt-send-queue.
24624         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24625         is "nndraft:queue".  Suggested by Gaute Strokkenes
24626         <gs234@srcf.ucam.org>
24627
24628         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24629         (agent-enable-undownloaded-faces): Add.
24630         (gnus-agent-cat-groups): Use eval-and-compile, not
24631         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24632         method of gnus-agent-cat-groups even when the buffer has been
24633         evaled.
24634         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24635         delete gnus-agent-save-active-1.
24636         (gnus-agent-save-groups): Delete.  Identical to
24637         gnus-agent-save-active.
24638         (gnus-agent-write-active): No longer adjust agent's copy of active
24639         file as agent's adjustments are now stored in their own
24640         file.  Remove optional parameter.
24641         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24642         servers.  Add use of min/max range limits from server's local
24643         file.
24644         (gnus-agent-save-alist): Remove unused optional argument.
24645         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24646         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24647         (gnus-agent-set-local): A per-server file that keeps min/max range
24648         limits for articles known to the agent.  Provides a fast mechanism
24649         for altering many active ranges.
24650         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24651         active file (local makes it unnecessary).
24652         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24653
24654         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24655         (agent-enable-undownloaded-faces): Add.
24656
24657         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24658         disable it when sending to "nndraft:queue".
24659         (gnus-group-send-queue): Add safety check to avoid sending queue
24660         when unplugged.
24661
24662         * gnus-group.el (gnus-group-catchup): Use new
24663         gnus-sequence-of-unread-articles, not
24664         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24665         numbers of articles.  Use gnus-range-map to avoid having to
24666         uncompress the unread list.
24667         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24668         Fix invalid ange-ftp reference.
24669
24670         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24671         (gnus-sorted-range-intersection): Intersection of two ranges
24672         without requiring that they first be uncompressed.
24673
24674         * gnus-start.el (gnus-activate-group): Unless blocked by the
24675         caller, possibly expand the active range to include both cached
24676         and agentized articles.
24677         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24678         multiple version-dependent converters.
24679         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24680         gnus-agent-save-active.
24681         (gnus-save-newsrc-file): Save dirty agent range limits.
24682
24683         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24684         gnus-agent-possibly-alter-active.
24685         (gnus-adjust-marked-articles): Faster handling of simple lists.
24686
24687 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24688
24689         * spam-stat.el (spam-stat-test-directory): New optional argument
24690         displays a list of files detected.  Suggested by Andrew Cohen
24691         <cohen@andy.bu.edu>.
24692         (spam-stat-buffer-words-with-scores): Don't narrow and change
24693         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24694
24695 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24696
24697         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24698         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24699         (spam-spamassassin-arguments)
24700         (spam-spamassassin-spam-flag-header)
24701         (spam-spamassassin-positive-spam-flag-header)
24702         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24703         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24704         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24705         (spam-list-of-processors, spam-list-of-checks)
24706         (spam-list-of-statistical-checks, spam-registration-functions)
24707         (spam-check-spamassassin-headers, spam-check-spamassassin)
24708         (spam-spamassassin-score)
24709         (spam-spamassassin-register-with-sa-learn)
24710         (spam-spamassassin-register-spam-routine)
24711         (spam-spamassassin-register-ham-routine)
24712         (spam-assassin-register-spam-routine)
24713         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24714         (spam-bogofilter-score): Fix to show article before scoring.
24715
24716 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24717
24718         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24719         default scoring function.
24720         (spam-generic-score): Call spam-spamassassin-score if
24721         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24722         spam-bogofilter-score otherwise.
24723
24724         * gnus.el (spam-process, spam-autodetect-methods):
24725         Add spamassassin and spamassassin-headers.
24726
24727 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24728
24729         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24730         Suppress unnecessary messages.
24731
24732 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24733
24734         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24735         make-hash-table.
24736
24737 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24738
24739         * canlock.el (base64-encode-string): Don't autoload it.
24740
24741 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24742
24743         * run-at-time.el: Remove useless (require 'itimer),
24744         eval-and-compile and (featurep 'xemacs).
24745
24746 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24747
24748         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24749         GROUP is a virtual group.
24750
24751 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24752
24753         * gnus.el: Autoload `message-y-or-n-p'.
24754
24755 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24756
24757         * pgg-parse.el: Remove unnecessary (require 'custom).
24758
24759         * pgg-def.el: do.
24760
24761         * nnmail.el: do.
24762
24763         * gnus-undo.el: do.
24764
24765         * gnus-picon.el: do.
24766
24767         * gnus-util.el: do.
24768
24769 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24770
24771         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24772
24773 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24774
24775         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24776         handle, as well as a list.
24777
24778         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24779         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24780         (mm-w3m-cid-retrieve): Simplify.
24781
24782 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24783
24784         * message.el (message-kill-to-signature): Allow prefix arg to
24785         specify number of lines to keep before signature.
24786
24787 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24788
24789         * message.el (message-kill-to-signature): Change docstring.
24790
24791 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24792
24793         * canlock.el: Always require sha1-el.
24794         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24795
24796         * message.el: Autoload sha1 only when compiling.
24797
24798         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24799         eudc-expand-inline for XEmacs.
24800
24801 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24802
24803         * message.el (message-canlock-generate): Require sha1-el.
24804
24805 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24806
24807         * message.el (message-expand-name): Silence the byte compiler.
24808
24809         * lpath.el: Add detect-coding-system.
24810
24811         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24812         cus-edit.
24813
24814 2004-01-13  Simon Josefsson  <jas@extundo.com>
24815
24816         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24817         Invoke gnus-score-mode.
24818         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24819
24820         * gnus-range.el (gnus-compress-sequence): Doc fix.
24821         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24822
24823 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24824
24825         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24826
24827 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24828
24829         * spam.el (spam-get-article-as-string): Update to use
24830         gnus-request-article-this-buffer, much simpler.
24831         (spam-get-article-as-buffer): Remove.
24832
24833 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24834
24835         * message.el (message-expand-name): Use EUDC if the user uses that.
24836
24837 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24838
24839         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24840         character for the encoding to avoid consing a string.
24841
24842         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24843         unnecessarily.
24844
24845         * mm-util.el (mm-replace-chars-in-string): Remove.
24846
24847         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24848         of mm-replace-chars-in-string.
24849
24850 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24851
24852         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24853
24854         * mm-util.el (mm-subst-char-in-string): Support inplace.
24855
24856         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24857         a new string in every iteration.  Use shy groups.
24858
24859 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24860
24861         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24862         * gnus-soup.el (gnus-soup-group-brew):
24863         * gnus-msg.el (gnus-put-message):
24864         * gnus-move.el (gnus-group-move-group-to-server):
24865         * gnus-kill.el (gnus-batch-score):
24866         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24867         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24868         (gnus-group-update-group, gnus-group-read-group)
24869         (gnus-group-make-group, gnus-group-make-help-group)
24870         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24871         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24872         (gnus-group-sort-by-unread, gnus-group-catchup)
24873         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24874         (gnus-group-yank-group, gnus-group-set-info)
24875         (gnus-group-list-groups):
24876         * gnus.el (gnus-generate-new-group-name):
24877         * gnus-delay.el (gnus-delay-send-queue):
24878         * nnvirtual.el (nnvirtual-catchup-group):
24879         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24880         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24881         (gnus-group-prepare-topics, gnus-topic-check-topology):
24882         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24883         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24884         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24885         (gnus-group-make-articles-read):
24886         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24887         (gnus-group-change-level, gnus-kill-newsgroup)
24888         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24889         (gnus-get-unread-articles, gnus-make-articles-unread)
24890         (gnus-make-ascending-articles-unread): Use accessor
24891         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24892         to get group information for improved readability.
24893
24894
24895 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24896
24897         * gnus-art.el (article-decode-mime-words, article-babel)
24898         (gnus-article-highlight-signature, gnus-article-add-buttons)
24899         (gnus-signature-toggle): Use gnus-with-article-buffer.
24900
24901         * gnus-art.el (gnus-article-highlight-headers)
24902         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24903
24904         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24905         (gnus-article-set-globals, gnus-request-article-this-buffer)
24906         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24907         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24908         (gnus-mime-display-alternative): Use with-current-buffer.
24909
24910 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24911
24912         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24913         also under 80 char limit, and call gnus-error if needed.
24914         (spam-fetch-article-header): Fix - it was a
24915         buffer-local variable (gnus-newsgroup-data).
24916         (spam-find-spam): Use spam-generate-fake-headers, forget about
24917         spam-insert-fake-headers.
24918         (spam-insert-fake-headers): Remove.
24919
24920 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24921
24922         * deuglify.el (gnus-article-outlook-unwrap-lines)
24923         (gnus-outlook-rearrange-article)
24924         (gnus-outlook-repair-attribution-outlook)
24925         (gnus-outlook-repair-attribution-block)
24926         (gnus-outlook-repair-attribution-other): Remove redundant
24927         save-excursion.
24928
24929 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24930
24931         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24932         (spam-fetch-field-subject-fast)
24933         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24934         (spam-fetch-article-header): Add functions to deal with Gnus
24935         internals for fast retrieval of article header data.
24936         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24937
24938 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24939
24940         * pop3.el (pop3-md5): Remove.
24941         (pop3-apop): Replace pop3-md5 with md5.
24942
24943         * mm-bodies.el: base64 is always built-in.
24944
24945         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24946         Use with-current-buffer.
24947
24948 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24949
24950         * canlock.el (canlock-insert-header): Remove excessive grouping in
24951         regexp.
24952
24953         * gnus-sum.el (gnus-summary-read-document): Ditto.
24954
24955         * gnus-uu.el (gnus-uu-part-number): Ditto.
24956
24957         * html2text.el (html2text-remove-tags): Ditto.
24958         (html2text-format-tags): Ditto.
24959         (html2text-format-single-elements): Ditto.
24960
24961         * mml.el (mml-parse-1): Ditto.
24962
24963 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24964
24965         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24966
24967         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24968
24969         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24970
24971         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24972
24973 2003-11-15  Simon Josefsson  <jas@extundo.com>
24974
24975         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24976         (pgg-gpg-lookup-key): Use regexp match instead of
24977         split-string (split-string is different between emacs 21.2 and
24978         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24979
24980 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24981
24982         * gnus-art.el (gnus-mime-view-all-parts)
24983         (gnus-article-part-wrapper, gnus-article-view-part):
24984         Use with-current-buffer.
24985
24986 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24987
24988         * spam.el (spam-disable-spam-split-during-ham-respool)
24989         (spam-spamoracle-database, spam-cache-lookups)
24990         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24991         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24992         (spam-group-ham-marks, spam-group-spam-marks)
24993         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24994         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24995         also add spam-use-blackholes to the statistical checks.
24996         (spam-fetch-field-fast): Add interface to fetching fields, may
24997         become a macro.
24998         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24999         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25000         (spam-insert-fake-headers): Fake an article when needed.
25001         (spam-find-spam): Fake article when possible.
25002         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25003         (spam-check-bogofilter-headers): Use message-fetch-field instead
25004         of nnmail-fetch-field.
25005
25006 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25007
25008         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25009
25010 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25011
25012         * spam.el (spam-split): Do not require spam-use-CHECK to be
25013         enabled if that check is passed to spam-split explicitly; also
25014         fix so 'spam doesn't get converted to spam-split-group when
25015         spam-split-symbolic-return is t.
25016         (spam-find-spam): Find registrations of the article and use those
25017         instead of re-running spam-split to find the spam/ham
25018         classification of the article.
25019         (spam-log-processing-to-registry, spam-log-registered-p)
25020         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25021         Use gnus-error instead of gnus-message.
25022         (spam-log-registration-type): Add function to determine the
25023         classification of a message based on registry entries; will
25024         return nil if both 'spam and 'ham are found.
25025         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25026         a reasonably fast local cache without the loading errors.
25027         (spam-cache-lookups): Set to t by default.
25028         (spam-find-spam): Don't try to guess spam-cache-lookups.
25029         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25030         spam-caches entry.
25031         (spam-filelist-build-cache, spam-filelist-check-cache):
25032         Fix caching of whitelist/blacklist entries.
25033         (spam-check-whitelist, spam-check-blacklist):
25034         Invoke spam-from-listed-p with a type, not a cache variable.
25035         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25036
25037 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25038
25039         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25040
25041         * nnmail.el (nnmail-split-fancy): do.
25042
25043         * mml.el (mml-parse): do.
25044
25045         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25046         (gnus-score-adaptive): do.
25047
25048 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25049
25050         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25051         (gnus-mime-button-map): Don't set keymap parent.
25052         (gnus-button-ctan-directory-regexp): Use shy grouping.
25053         (gnus-prev-page-map): Don't set keymap parent.
25054         (gnus-prev-page-map): Remove duplicated one.
25055         (gnus-next-page-map): Don't set keymap parent.
25056         (gnus-mime-security-button-map): Ditto.
25057
25058         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25059         version number.
25060
25061         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25062
25063 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25064
25065         * canlock.el (canlock-sha1-function): Remove.
25066         (canlock-sha1-function-for-verify): Remove.
25067         (canlock-openssl-program): Remove.
25068         (canlock-openssl-args): Remove.
25069         (canlock-ignore-errors): Remove.
25070         (canlock-sha1-with-openssl): Remove.
25071         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25072         (canlock-verify): Don't use canlock-ignore-errors.
25073
25074         * sha1-el.el (sha1-string-external): Make it can return a string
25075         in binary form.
25076         (sha1-region-external): Ditto.
25077         (sha1-string-internal): Ditto.
25078         (sha1-region-internal): Ditto.
25079         (sha1-region): Ditto.
25080         (sha1-string): Ditto.
25081         (sha1): Ditto.
25082
25083 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25084
25085         * spam.el (spam-report-articles-gmane): New command.
25086
25087 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25088
25089         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25090
25091         * run-at-time.el (run-at-time-saved): Remove.
25092         (run-at-time): Doc fix.
25093
25094 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25095
25096         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25097         (gnus-summary-limit-map): Add it.
25098         (gnus-summary-make-menu-bar): do.
25099
25100 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25101
25102         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25103         Make attempt at some caching support (done for BBDB only now).
25104         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25105         addresses to be checked.
25106         (spam-clear-cache-BBDB): Add function, to be invoked by
25107         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25108         (spam-check-BBDB): Check and use the caches, if
25109         spam-cache-lookups is on, remove superfluous (provide).
25110
25111 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25112
25113         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25114
25115 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25116
25117         * run-at-time.el (run-at-time-saved): Move to after the definition
25118         of `run-at-time'.
25119
25120         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25121
25122 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25123
25124         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25125         mm-w3m-local-map-property.
25126
25127         * mm-view.el (mm-w3m-mode-map): Remove.
25128         (mm-w3m-local-map-property): Remove.
25129         (mm-inline-text-html-render-with-w3m): Don't use
25130         mm-w3m-local-map-property.
25131
25132 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25133
25134         * run-at-time.el: New file.
25135
25136         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25137         under Emacs.
25138
25139         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25140         of gnus-set-text-properties.
25141
25142         * gnus-uu.el (gnus-uu-save-article): Ditto.
25143
25144         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25145
25146         * gnus-cite.el (gnus-cite-parse): Ditto.
25147
25148         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25149         of gnus-.
25150
25151         * gnus-xmas.el (run-at-time): Require run-at-time.
25152
25153         * gnus.el: Change calls to nnheader-run-at-time and
25154         password-run-at-time throughout to use run-at-time directly.
25155
25156         * password.el: Remove definition of run-at-time.
25157
25158         * nnheaderxm.el: Remove definition of run-at-time.
25159
25160 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25161
25162         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25163         in prompt.
25164
25165 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25166
25167         * messagexmas.el (message-xmas-redefine): Alias
25168         `message-make-caesar-translation-table' to
25169         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25170         version.
25171
25172         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25173         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25174         `gnus-xmas-set-text-properties'.
25175         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25176         `gnus-xmas-completing-read'.
25177         (gnus-xmas-completing-read): Removed.
25178         (gnus-xmas-open-network-stream): Removed.
25179
25180         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25181         XEmacs version.
25182
25183         * dns.el (dns-make-network-process): Use `open-network-stream'
25184         instead of `gnus-xmas-open-network-stream'.
25185
25186         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25187
25188         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25189
25190 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25191
25192         * gnus-art.el (gnus-mime-display-alternative)
25193         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25194         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25195         Don't use gnus-local-map-property.
25196
25197         * gnus-util.el (gnus-local-map-property): Remove.
25198
25199         * mm-view.el (mm-view-pkcs7-decrypt):
25200         Replace gnus-completing-read-maybe-default with completing-read.
25201
25202         * gnus-util.el (gnus-completing-read): do.
25203         (gnus-completing-read-maybe-default): Remove.
25204
25205 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25206
25207         * password.el: Only autoload `run-at-time' if not XEmacs.
25208         Only autoload the itimer functions if XEmacs.
25209
25210 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25211
25212         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25213         XEmacsen.
25214
25215         * dgnushack.el: Autoload executable-find for XEmacs.
25216
25217 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25218
25219         * gnus-art.el (gnus-read-string): Remove.
25220         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25221         read-string.
25222
25223 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25224
25225         * netrc.el: Autoload password-read.
25226         (netrc): Add configuration group.
25227         (netrc-encoding-method, netrc-openssl-path):
25228         Add variables for encoding and decoding of files with symmetric
25229         ciphers.
25230         (netrc-encode): Add assistant function to encode a file with
25231         netrc-encoding-method.
25232         (netrc-parse): Add interactive parameter, added optional
25233         decoding if netrc-encoding-method is non-nil but otherwise
25234         behavior is standard.
25235         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25236         Do s/encode/encrypt/ everywhere.
25237
25238         * spam.el: Remove executable-find autoload.
25239
25240 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25241
25242         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25243
25244         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25245
25246 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25247
25248         * gnus-art.el (gnus-treat-ansi-sequences)
25249         (article-treat-ansi-sequences): New variable and function.
25250         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25251
25252         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25253         Use it.
25254
25255 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25256
25257         * mm-util.el (mm-quote-arg): Remove.
25258
25259         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25260         shell-quote-argument.
25261
25262         * gnus-uu.el (gnus-uu-command): do.
25263
25264         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25265
25266         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25267         with make-char.
25268
25269         * mm-util.el (mm-make-char): Remove.
25270
25271         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25272         add-minor-mode.
25273
25274         * gnus-undo.el (gnus-undo-mode): do.
25275
25276         * gnus-topic.el (gnus-topic-mode): do.
25277
25278         * gnus-sum.el (gnus-dead-summary-mode): do.
25279
25280         * gnus-start.el (gnus-slave-mode): do.
25281
25282         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25283
25284         * gnus-ml.el (gnus-mailing-list-mode): do.
25285
25286         * gnus-gl.el (gnus-grouplens-mode): do.
25287
25288         * gnus-draft.el (gnus-draft-mode): do.
25289
25290         * gnus-dired.el (gnus-dired-mode): do.
25291
25292         * gnus-ems.el (gnus-add-minor-mode): Remove.
25293
25294         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25295         Replace gnus-char-width with char-width.
25296
25297         * gnus-ems.el (gnus-char-width): Remove.
25298
25299         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25300         Replace gnus-char-width with char-width.
25301
25302         * gnus-ems.el (gnus-char-width): Remove.
25303
25304         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25305         definition.
25306         Remove Emacs 20 hash table compatibility code.
25307
25308         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25309         20 compatibility code.
25310
25311         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25312
25313         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25314
25315         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25316         Replace with point-at-{eol,bol}.
25317
25318         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25319
25320         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25321
25322         * flow-fill.el (fill-flowed-point-at-bol)
25323         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25324
25325         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25326         Replace with point-at-{eol,bol} throughout all files.
25327
25328 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25329
25330         * ntlm.el (ntlm-string-as-unibyte): New macro.
25331         (ntlm-build-auth-response): Use it.
25332
25333         Remove Emacs 20 stuff:
25334         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25335         (butlast, mapc, remove): Remove the compiler macros.
25336         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25337         of delq and copy-sequence.
25338         * gnus-art.el (popup-menu): Remove the compiler macro.
25339         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25340         Emacs 20.
25341
25342 2004-01-05  Simon Josefsson  <jas@extundo.com>
25343
25344         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25345         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25346         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25347         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25348         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25349         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25350         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25351         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25352         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25353         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25354         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25355         string-xor into ntlm-string-xor.
25356         Suggested by Jesper Harder <harder@myrealbox.com>.
25357
25358         * ntlm.el: Don't include poem.
25359
25360         * md4.el (print-int32, print-string-hexa): Remove.
25361         Suggested by Jesper Harder <harder@myrealbox.com>.
25362
25363         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25364
25365         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25366         probably breaks emacs with DL patch, but do we care? Is anyone
25367         still using the DL stuff?)
25368
25369         * sieve-manage.el: Use the password package.
25370         (sieve-manage-read-passwd): Remove.
25371         (sieve-manage-interactive-login): Use password.  Re-add
25372         condition-case around loop.
25373
25374         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25375         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25376         Use the password package.
25377
25378 2003-02-19  Simon Josefsson  <jas@extundo.com>
25379
25380         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25381         token.
25382
25383 2002-08-07  Simon Josefsson  <jas@extundo.com>
25384
25385         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25386         (sieve-manage-authenticators):
25387         (sieve-manage-authenticator-alist): Add some SASL mechs.
25388         (sieve-sasl-auth): New function.
25389         (sieve-manage-cram-md5-auth):
25390         (sieve-manage-plain-auth): Rewrite using SASL library.
25391         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25392         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25393         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25394         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25395
25396 2004-01-05  Simon Josefsson  <jas@extundo.com>
25397
25398         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25399         New files.
25400
25401 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25402
25403         * gnus-group.el (gnus-no-groups-message): Update.
25404
25405         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25406
25407 2003-11-09  Simon Josefsson  <jas@extundo.com>
25408
25409         * imap.el: Support for ID IMAP extension (RFC 2971).
25410         (imap-local-variables): Add imap-id.
25411         (imap-id): New variable.
25412         (imap-id): New function.
25413         (imap-parse-response): Parse untagged ID response.
25414         * nnimap.el (nnimap-id): New variable.
25415         (nnimap-open-connection): Use it.
25416
25417 2003-12-28  Simon Josefsson  <jas@extundo.com>
25418
25419         * gnus-score.el (gnus-score-edit-all-score): New.
25420         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25421
25422 2004-01-04  Simon Josefsson  <jas@extundo.com>
25423
25424         * password.el: Add.
25425
25426 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25427
25428         * dns.el (dns-query-types): Fix typo.
25429         (dns-query-types): New function.
25430         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25431         PTR and SOA replies, see RFC 1035.
25432
25433 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25434
25435         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25436
25437         * Move to Changelog.2.
25438
25439 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25440
25441         * gnus.el (gnus-version-number): Bump version.
25442
25443 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25444
25445         * gnus.el: No Gnus v0.1 is released.
25446
25447 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25448
25449         * gnus.el: No Gnus v0.0 is released.
25450
25451 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25452
25453         * gnus.el (gnus-version-number): Bump.
25454         (gnus-version): No.
25455
25456 See ChangeLog.2 for earlier changes.
25457
25458   Copyright (C) 2004-2012 Free Software Foundation, Inc.
25459
25460   This file is part of GNU Emacs.
25461
25462   GNU Emacs is free software: you can redistribute it and/or modify
25463   it under the terms of the GNU General Public License as published by
25464   the Free Software Foundation, either version 3 of the License, or
25465   (at your option) any later version.
25466
25467   GNU Emacs is distributed in the hope that it will be useful,
25468   but WITHOUT ANY WARRANTY; without even the implied warranty of
25469   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25470   GNU General Public License for more details.
25471
25472   You should have received a copy of the GNU General Public License
25473   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25474
25475 ;; Local Variables:
25476 ;; coding: utf-8
25477 ;; fill-column: 79
25478 ;; add-log-time-zone-rule: t
25479 ;; End: