gmm-utils.el (gmm-labels): Use cl-labels if available
[gnus] / lisp / ChangeLog
1 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gmm-utils.el (gmm-labels): Use cl-labels if available.
4
5 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
8
9         * gnus-sync.el (gnus-sync-lesync-call)
10         * message.el (message-read-from-minibuffer): Use gmm-flet.
11
12         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
13
14         * gnus-util.el (gnus-macroexpand-all): Remove.
15
16 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
17
18         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
19         to TAB, not [tab].
20         (gnus-summary-article-map): Likewise.
21
22         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
23         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
24
25 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
26
27         * time-date.el: Commentary fix.
28
29 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
30
31         * color.el: Don't require cl.
32         (color-complement): `caddr' -> `nth 2'.
33
34         * time-date.el (time-to-seconds): De-obsolete.
35
36 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * message.el (message-get-reply-headers):
39         Make sure the reply goes to the author if it is a wide reply.
40
41 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
42
43         * gnus-score.el (gnus-score-body):
44         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
45         scoring by body.
46
47 2012-11-16  Glenn Morris  <rgm@gnu.org>
48
49         * gnus-diary.el (nndiary-request-create-group-functions)
50         (nndiary-request-update-info-functions)
51         (gnus-subscribe-newsgroup-functions)
52         (nndiary-request-accept-article-functions):
53         Use new names for hooks rather than obsolete aliases.
54
55 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * dgnushack.el (define-obsolete-variable-alias): Simplify.
58
59 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
62         in meta tag with the one the part specifies in its header.
63
64 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
65
66         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
67         by default.
68
69 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
72         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
73
74 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
77         and a runtime function for it, of which the XEmacs version takes only
78         two arguments.
79
80 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
81
82         * nndiary.el (nndiary-request-create-group-functions)
83         (nndiary-request-update-info-functions)
84         (nndiary-request-accept-article-functions):
85         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
86         "-hooks" suffix.
87
88 2012-10-19  Julien Danjou  <julien@danjou.info>
89
90         * gnus-art.el: Require gnus-util because it uses
91         `gnus-timer--function'.
92
93 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
94
95         * starttls.el (starttls-extra-arguments): Doc fix.
96
97 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
100         it.
101
102 2012-10-06  Glenn Morris  <rgm@gnu.org>
103
104         * gnus-notifications.el (gnus-notifications):
105         Add missing group :version tag.
106         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
107         (gnus-gcc-post-body-encode-hook):
108         * gnus-sync.el (gnus-sync-lesync-name)
109         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
110
111 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
112
113         * color.el (color-hsl-to-rgb): Fix incorrect results for
114         small and large hue values.  (Bug#12559)
115
116 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         New UIDL implementation.
119
120         * mail-source.el (mail-sources, mail-source-keyword-map):
121         Add :leave as a pop3 keyword.
122         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
123
124         * pop3.el (pop3-leave-mail-on-server): Allow number.
125         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
126         (pop3-movemail): Add UIDL support.
127         (pop3-send-streaming-command): Take a list of mail numbers instead of
128         the number of mails.
129         (pop3-write-to-file): Add X-UIDL header.
130         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
131         (pop3-uidl-add-xheader): New functions.
132
133         * message.el (message-ignored-resent-headers):
134         Add X-Content-Length and X-UIDL headers.
135
136 2012-10-05  Glenn Morris  <rgm@gnu.org>
137
138         * color.el (color-name-to-rgb, color-rgb-to-hex)
139         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
140         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
141         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
142         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
143
144 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
147         a user about whether to delete temp files if once a user answered as n.
148
149 2012-09-25  Chong Yidong  <cyd@gnu.org>
150
151         * password-cache.el (password-read-and-add): Use a declare form to mark
152         this function obsolete.
153
154 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * lpath.el: Bind mail-encode-mml for old Emacsen.
157
158 2012-09-17  Richard Stallman  <rms@gnu.org>
159
160         * message.el (message-in-body-p): Don't set mark or modify buffer.
161
162         * mml.el (mml-attach-file): Doc fix.
163         (mml-attach-external, mml-attach-buffer, mml-attach-file):
164         Set mail-encode-mml when in Mail mode.
165         Simplify code to set HEAD and move back to HEAD.
166         (mml-insert-multipart, mml-insert-part):
167         Set mail-encode-mml when in Mail mode.
168
169 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * gnus-util.el (gnus-timer--function): New function.
172
173         * gnus-art.el (gnus-article-stop-animations): Use it.
174
175 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
176
177         Fix glitches caused by addition of psec to timers.
178         * gnus-art.el (gnus-article-stop-animations): Use timer--function
179         rather than raw access to timer vector.
180
181 2012-09-11  Julien Danjou  <julien@danjou.info>
182
183         * gnus-notifications.el (gnus-notifications): Check for nil values in
184         ignored addresses check.
185
186 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
187
188         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
189
190 2012-09-07  Chong Yidong  <cyd@gnu.org>
191
192         * gnus-util.el
193         (gnus-put-text-property-excluding-characters-with-faces): Restore.
194
195         * gnus-salt.el (gnus-tree-highlight-node):
196         * gnus-sum.el (gnus-summary-highlight-line):
197         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
198
199 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
200
201         * gnus-util.el: Fix compilation error on XEmacs 21.4.
202
203 2012-09-06  Juri Linkov  <juri@jurta.org>
204
205         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
206         scheme for buffer names to be more consistent with other group and
207         article buffer names in Gnus.
208
209 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
210
211         * gnus-util.el
212         (gnus-put-text-property-excluding-characters-with-faces): Removed.
213
214         * gnus-compat.el: Define compat function `add-face' from Wolfgang
215         Jenkner.
216
217         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
218
219         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
220
221         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
222
223 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
226         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
227
228         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
229         string-prefix-p in Emacs >=23.2.
230
231         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
232         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
233         instead of string-match-p.
234         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
235
236 2012-09-06  Kenichi Handa  <handa@gnu.org>
237
238         * qp.el (quoted-printable-decode-region): Fix previous change; handle
239         lowercase a..f.
240
241 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
242
243         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
244
245 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
246
247         * nnimap.el (nnimap-request-move-article): Decode the group name when
248         doing internal moves to avoid charset issues.
249
250         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
251         TIME is set.
252
253 2012-09-05  Juri Linkov  <juri@jurta.org>
254
255         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
256         than one group at a time (bug#11961).
257
258 2012-09-05  Julien Danjou  <julien@danjou.info>
259
260         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
261         this hide the real reason with a message giving absolutely no hint.
262
263 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
266         to the backend (bug#11804).
267
268         * message.el (message-insert-newsgroups): Don't insert newsgroup
269         duplicates (bug#12275).
270
271 2012-09-05  John Wiegley  <johnw@newartisans.com>
272
273         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
274         sieve rules.
275
276 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
277
278         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
279         function.
280
281         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
282
283         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
284
285 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
286
287         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
288         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
289         This should make nnmaildir more usable with offlineimap.
290
291 2012-09-05  Julien Danjou  <julien@danjou.info>
292
293         * nnimap.el (nnimap-request-list): Revert change that made listing
294         synchronous.
295         (nnimap-get-responses): Restore.
296
297 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
298
299         * dgnushack.el: XEmacs 21.5 compilation fix.
300
301         * gnus-notifications.el (gnus-notifications-notify): Use it.
302
303         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
304         warnings on XEmacs.
305
306 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
307
308         Better seeds for (random).
309         * gnus-sync.el (gnus-sync-lesync-setup):
310         * message.el (message-canlock-generate, message-unique-id):
311         Change (random t) to (random), now that the latter is more random.
312
313 2012-08-31  Dave Abrahams  <dave@boostpro.com>
314         * nnimap.el (nnimap-change-group): Document result value
315
316         * auth-source.el (auth-sources): Fix macos keychain access.
317
318         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
319         allow the backend `request-head' function to determine the group
320         name on its own.
321         (gnus-request-expire-articles): Filter out negative article numbers
322         during expiry (Bug#11980).
323
324         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
325         O(N^2) to O(N).  This makes warping into huge groups tolerable.
326
327         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
328         you've found the article when you haven't.
329
330         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact that
331         nnimap-change-group can return t
332
333 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
334
335         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
336
337 2012-08-30  Julien Danjou  <julien@danjou.info>
338
339         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
340         `gnus-notifications-timeout'.
341         (gnus-notifications-timeout): Add.
342         (gnus-notifications-action): New function.
343         (gnus-notifications-notify): Add :action using
344         `gnus-notifications-action'.
345         (gnus-notifications-id-to-msg): New variable.
346         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
347         notifications id to messages.
348
349 2012-08-30  Kenichi Handa  <handa@gnu.org>
350
351         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
352         once.
353
354 2012-08-29  Julien Danjou  <julien@danjou.info>
355
356         * gnus-notifications.el: New file.
357         (gnus-notifications-notify): New function.
358         (gnus-notifications): Use `gnus-notifications-notify'.
359
360 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
363         transfer encoding first; bind gnus-newsgroup-charset to the charset
364         that the article specifies (Bug#12209).
365
366 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
369         (gnus-group-customize-done): Encode values posting-style holds.
370
371         * gnus-msg.el (gnus-summary-resend-message)
372         (gnus-configure-posting-styles): Decode values posting-style group
373         parameter holds.
374
375 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
378         `name' and `address' in Resent-From header.
379
380 2012-08-14  Chong Yidong  <cyd@gnu.org>
381
382         * gnus-art.el (article-display-face): Handle failure in
383         gnus-create-image (Bug#11802).
384
385 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
386
387         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
388         Use defsetf.
389
390 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
391
392         * auth-source.el: (auth-source-plstore-search)
393         (auth-source-secrets-search): Ignore :require and :type in search spec.
394
395 2012-08-06  Julien Danjou  <julien@danjou.info>
396
397         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
398         `nnimap-request-move-article'.
399
400         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
401         Remove autoload, already handled by gnus.el.
402
403         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
404
405         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
406         supported by nnimap actually. Reverts previous change.
407
408         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
409         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
410         to-buffer argument that is already supported.
411
412 2012-08-05  Julien Danjou  <julien@danjou.info>
413
414         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
415         Add autoload.
416
417 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * gnus.el (gnus-valid-select-methods): Fix custom type.
420
421 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
422
423         * auth-source.el (auth-sources, auth-source-backend-parse)
424         (auth-source-macos-keychain-search)
425         (auth-source-macos-keychain-search-items)
426         (auth-source-macos-keychain-result-append)
427         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
428         auth-source.el through the /usr/bin/security utility.
429         (auth-sources): Fix syntax error.
430         (auth-source-macos-keychain-result-append): Fix variable name.
431         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
432
433 2012-07-27  Julien Danjou  <julien@danjou.info>
434
435         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
436         Emacs < 24.1
437
438 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * message.el (message-kill-address): Don't kill last newline.
441         (message-skip-to-next-address): Don't move to the next header.
442         (message-fill-field-address): Work properly.
443
444 2012-07-25  Julien Danjou  <julien@danjou.info>
445
446         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
447
448 2012-07-24  Julien Danjou  <julien@danjou.info>
449
450         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
451
452         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
453         (nntp-async-timer-handler): Remove, unused.
454
455         * nnimap.el (nnimap-get-responses): Remove, unused.
456
457         * nnheader.el (mail-header-set-extra): Remove, unused.
458
459         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
460         unused.
461
462         * mm-view.el (mm-view-sound-file): Remove, unused.
463
464         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
465         (mm-url-encode-multipart-form-data): Remove, unused.
466
467         * message.el (message-remove-signature, message-make-host-name)
468         (message-fill-address): Remove, unused.
469
470         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
471         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
472         unused.
473
474         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
475         (gnus-xmas-call-region): Remove, unused.
476
477         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
478
479         * gnus-util.el (gnus-extract-address-component-name)
480         (gnus-extract-address-component-email, gnus-sortable-date)
481         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
482         (gnus-process-live-p): Remove, unused.
483
484         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
485
486         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
487         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
488         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
489         function.
490
491         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
492
493         * gnus-score.el (gnus-summary-score-crossposting)
494         (gnus-score-regexp-bad-p): Remove, unused.
495
496         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
497
498         * gnus-range.el (gnus-sublist-p): Remove, unused.
499
500         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
501         unused.
502
503         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
504
505         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
506         (gnus-request-associate-buffer): Remove, unused.
507
508         * gnus-group.el (gnus-group-set-method-info)
509         (gnus-group-set-params-info): Remove, unused.
510
511         * gnus-fun.el (gnus-shell-command-to-string)
512         (gnus-shell-command-on-region): Remove, unused.
513
514         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
515
516         * gnus-art.el (gnus-article-text-type-exists-p)
517         (article-translate-characters, gnus-article-hide-text-of-type)
518         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
519         Remove, unused.
520
521 2012-07-22  Andrew Cohen  <cohen@bu.edu>
522
523         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
524
525 2012-07-21  Julien Danjou  <julien@danjou.info>
526
527         * message.el (message-dont-reply-to-names): Replace deprecated
528         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
529         (message-get-reply-headers): Ditto.
530
531 2012-07-18  Julien Danjou  <julien@danjou.info>
532
533         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
534         `sieve-upload-and-kill'.
535
536         * sieve.el (sieve-bury-buffer): Remove function.
537         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
538         (sieve-upload-and-kill): New function, mapped to C-c C-c.
539
540 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
541
542         * shr.el (shr-expand-url): Handle URL starting with `//'.
543
544 2012-07-13  Chong Yidong  <cyd@gnu.org>
545
546         * smime.el (smime-certificate-info): Set buffer-read-only directly,
547         instead of calling toggle-read-only with a (bogus) argument.
548
549 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
550
551         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
552         of initial input when reading the author to restrict the summary to.
553
554 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * mm-decode.el (mm-shr):
557         Allow overriding charset by mm-charset-override-alist.
558
559 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * gnus-art.el (gnus-article-view-part):
562         Toggle subparts of multipart/alternative part.
563
564 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
565
566         * shr.el (shr-render-buffer): New command.
567         (shr-visit-file): Use it.
568
569 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
572         Set no-byte-compile and no-update-autoloads.
573
574 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
577
578 2012-06-25  Julien Danjou  <julien@danjou.info>
579
580         * nnimap.el (nnimap-request-articles-find-limit): Rename from
581         `nnimap-request-move-articles-find-limit' since we do not use it only
582         for move operations.
583         (nnimap-request-accept-article): Use
584         `nnimap-request-articles-find-limit' to limit search by message-id.
585
586 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
587
588         Support higher-resolution time stamps (Bug#9000).
589
590         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
591         VARLIST.  It's optional, for backward compatibility.
592         (encode-time-value): New optional arg PICO.  New type 3.
593         (time-to-seconds) [!float-time]: Support the new picoseconds
594         component if it's used.
595         (seconds-to-time, time-subtract, time-add):
596         Support ps-resolution time stamps as well.
597
598 2012-06-19  Julien Danjou  <julien@danjou.info>
599
600         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
601
602         * nnimap.el (nnimap-log-buffer): Check that
603         `window-point-insertion-type' is boundp, since it's not available in
604         XEmacs.
605
606 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
607
608         * nnimap.el (nnimap-log-buffer): Add this, setting
609         `window-point-insertion-type' in the buffer to t.
610         (nnimap-log-command): Use nnimap-log-buffer.
611
612 2012-06-19  Julien Danjou  <julien@danjou.info>
613
614         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
615         argument to be able to limit the search.
616         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
617         (nnimap-request-move-articles-find-limit): Add this to limit the search
618         by Message-Id after a message move.
619         (nnimap): Add defgroup.
620
621 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
622
623         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
624
625 2012-06-15  Julien Danjou  <julien@danjou.info>
626
627         * nnimap.el (nnimap-find-article-by-message-id): Use
628         `nnimap-possibly-change-group' rather than its own EXAMINE call.
629         (nnimap-possibly-change-group): Add read-only argument.
630         (nnimap-request-list): Use nnimap-possibly-change-group rather than
631         issuing EXAMINE manually.
632         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
633         with read-only argument.
634         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
635         cannot possibly change because we need to be sure that it's either
636         read-write or read-only.
637
638 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
641         being bound to a lambda form.
642
643 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
644
645         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
646         articles when fetch-old is non-nil (bug#11370).
647
648 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
649
650         * gnus-picon.el (gnus-picon-properties): New defcustom.
651         (gnus-picon-create-glyph): Use it.
652
653 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * gnus-group.el (gnus-group-get-new-news): Respect
656         `gnus-group-use-permanent-levels', as documented (bug#11638).
657
658 2012-06-10  Dave Abrahams  <dave@boostpro.com>
659
660         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
661         groups (bug#11641).
662
663 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
664
665         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
666         is an integer to avoid later problems.
667
668 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
671         locales.
672
673         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
674         on a handle.
675
676         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
677         address as the default.
678         (gnus-summary-insert-old-articles): Don't include unexistent messages.
679
680         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
681         makes no sense to query the user about internal files.
682
683         * gnus-spec.el: Remove all the byte-compilation stuff, since
684         benchmarking shows that it doesn't help when entering large summary
685         buffers.
686
687         * gnus-xmas.el (gnus-xmas-define): Remove.
688
689         * gnus-util.el (gnus-byte-code): Remove.
690
691         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
692         grouplens stuff.
693
694 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695
696         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
697         (bug#11514).
698
699 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
700
701         * message.el (message-buffers): Return all buffers derived from Message
702         to make `gnus-dired-attach' work with mu4e.
703
704 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
705
706         * nntp.el: Stop the `letf' madness.
707         (nntp--report-1): New var.
708         (nntp-report): Merge nntp-report-1 into it.
709         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
710         the nntp-report function.
711
712         * auth-source.el: Fix comment-style to follow the convention.
713
714 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
715
716         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
717         (mm-dissect-singlepart): Don't guess the MIME type of
718         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
719         set.
720         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
721         toplevel MIME type is multipart/encrypted.
722
723 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
726         a string so that Gcc works (bug#11514).
727
728 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
729
730         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
731         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
732
733 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
734
735         * gnus-win.el (gnus-configure-frame): Don't signal an error when
736         jumping to *Server* from a dedicated *Group* window.
737         (gnus-configure-frame): CSE.
738
739         * gnus-registry.el: Minor style cleanup.
740         (gnus-registry--set/remove-mark): New function, extracted from
741         gnus-registry-install-shortcuts.
742         (gnus-registry-install-shortcuts): Use it.
743
744 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * nnspool.el (news-path): Use eval-and-compile.
747
748 2012-05-24  Glenn Morris  <rgm@gnu.org>
749
750         * nnspool.el (news-directory, news-path, news-inews-program):
751         Move here from paths.el.  Don't see a need for these to be autoloaded.
752
753         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
754         Merge in doc from paths.el version.  Don't see any need for this to be
755         autoloaded, or for the warning about users not setting it.
756
757 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
758
759         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
760         format.  In particular, add an optional argument and a docstring.
761
762         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
763
764         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
765         current before calling `gnus-groups-to-gnus-format'.
766         Note that this was already the case for `gnus-active-to-gnus-format'.
767
768 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
769
770         Fix minor Y10k bug.
771         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
772
773 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
774
775         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
776         message once it's actually open.
777
778 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
779
780         * gnus.el: Ma Gnus v0.5 is released.
781
782 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
783
784         * auth-source.el (auth-source--aput-1, auth-source--aput)
785         (auth-source--aget): New functions and macros.
786         Use them instead of aput/aget.
787
788 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
789
790         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
791
792 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
793
794         * plstore.el (plstore-called-interactively-p): New compat macro copied
795         from message.el.
796         (plstore-mode): Use it.
797
798 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
799
800         * plstore.el: Revive the editing feature.
801         (plstore-mode): New mode to edit plstore file.
802         (plstore-mode-toggle-display, plstore-mode-original)
803         (plstore-mode-decoded): New command.
804         (plstore--encode, plstore--decode, plstore--write-contents-functions)
805         (plstore--insert-buffer, plstore--make): New function.
806         (plstore-open, plstore-save): Simplify by using them.
807
808 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
811
812 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
813
814         * tls.el (open-tls-stream): Remove unused binding.
815
816 2012-04-16  Glenn Morris  <rgm@gnu.org>
817
818         * nndraft.el (nndraft-request-list): Fix declaration.
819
820 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * mm-decode.el (mm-dissect-buffer): Doc fix.
823
824         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
825         don't have a current group.
826
827         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
828         buffer if it doesn't exist.
829
830         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
831         given, mark the group as ephemeral with the current window conf.
832
833         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
834         buffer exists, which it doesn't if we haven't started Gnus.
835         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
836
837 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * mml.el (mml-generate-mime): Allow specifying what the top-level part
840         type is.
841
842         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
843         `unexists' entries.
844         (gnus-clean-old-newsrc): Fix last checkin.
845
846         * nnimap.el (nnimap-update-info): None of the articles below the active
847         low-water mark exist.
848
849         * dgnushack.el: Get rid of XEmacs compilation warning.
850
851         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
852         would have gotten if we posted to the group, and use that to compare
853         against the message we want to cancel (bug#10808).
854
855         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
856         on XEmacs.
857
858 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
859
860         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
861         `scroll-margin'.
862
863 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
864
865         * gnus-cite.el (gnus-dissect-cited-text): A single line without
866         citation prefix within a block of cited text should be considered part
867         of that block *only* if it is a blank line.
868
869 2012-04-09  Chong Yidong  <cyd@gnu.org>
870
871         * binhex.el, hashcash.el, uudecode.el:
872         Remove * characters from the front of variable docstrings.
873
874 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
877         before kinsoku-bol characters nor within kinsoku-eol characters.
878
879 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
880
881         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
882         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
883         (gnus-sync-read): Use mapc instead of mapcar.
884
885         * mm-archive.el: Require mm-decode for some macros.
886         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
887         the byte compiler.
888         (mm-archive-decoders): New function that returns the value of
889         the mm-archive-decoders variable.
890
891         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
892         instead.
893         (mm-dissect-singlepart): Use the function mm-archive-decoders.
894
895         * nnimap.el (gnus-refer-thread-use-nnir):
896         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
897
898 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
901
902 2012-03-12  Peter Münster  <pmrb@free.fr>
903
904         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
905         (gnus-demon-cancel): Ditto.
906         (gnus-demon-run-callback): When function cannot be called due to low
907         idleness, call it when idleness reaches the expected value, instead of
908         waiting another timer period.
909         (gnus-demon-init): Add `time' to arguments of call-back.
910
911 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912
913         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
914
915         * gnus.el: Register gnus-registry functions.
916
917         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
918         indent.
919
920         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
921         enabled before warping.
922
923 2012-03-22  Dave Abrahams  <dave@boostpro.com>
924
925         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
926         registry about each article retrieved.
927
928         * gnus-int.el (gnus-select-group-with-message-id): New function.
929         (gnus-try-warping-via-registry): Ditto.
930         (gnus-warp-to-article): Fall back on the registry.
931
932 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
933
934         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
935         inboxes.
936
937 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
940
941 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
944         gnus-gcc-self-resent-messages may be a group parameter.
945         (gnus-summary-resend-message): Don't encode encoded words in header
946         when Gcc'ing resent message.
947
948 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * shr.el (shr-insert): Treat non-breaking space just like normal
951         space.  This seems to produce more pleasing results.
952         (shr-insert): Only insert a blank line if we're starting from an image.
953         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
954         (shr-ensure-paragraph): Consider lines with white space to be blank.
955
956 2012-03-15  Elias Pipping  <pipping@lavabit.com>
957
958         * Makefile.in: Respect DESTDIR.
959
960 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
961
962         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
963         and gnus-gcc-post-body-encode-hook.
964
965 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
968         messages that don't exist.
969
970         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
971
972 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
975         a string so that Gcc works (bug#11514).
976
977 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
978
979         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
980
981 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
984         don't have a current group.
985
986 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
989         Remove.
990
991         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
992
993         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
994
995 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996
997         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
998         have a group name.
999
1000         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1001         a multibyte buffer (bug#7410).
1002         (article-wash-html): Parse the original article buffer to get the
1003         unencoded data (bug#7410).
1004
1005         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1006         .newsrc.el files.
1007
1008 2012-04-05  Bastien Guerry  <bzg@altern.org>
1009
1010         * color.el (color-lighten-name): Fix typo.
1011
1012 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1015         "#" to avoid having them interpreted as comments.
1016
1017 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1018
1019         * shr.el (shr-insert): Update the text state properly to avoid
1020         inserting spurious paragraph starts.
1021
1022 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * shr.el (shr-table-widths): Divide the extra width more fairly over
1025         the TDs (bug#10973).
1026         (shr-render-td): Don't delete too much padding.
1027         (shr-natural-width): Compute the natural width more correctly.
1028         (shr-insert): Allow the natural width to be computed for tables again.
1029         (shr-tag-table-1): Rework how the natural widths are computed by
1030         rendering the table a third time.
1031         (shr-natural-width): Removed.
1032         (shr-buffer-width): New function.
1033         (shr-expand-newlines): Use it.
1034
1035         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1036         using a `gnus-use-full-window' setup (bug#11013).
1037
1038 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1041         24.1 release.
1042
1043 2012-03-10  David Edmondson  <dme@dme.org>
1044
1045         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1046         'Forwarded Message' header and the start of the message.
1047
1048 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1049
1050         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1051         isn't running (bug#10897).
1052
1053 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1056         This is inconsistent with all the other stream functions, which leave
1057         the setting up to the higher levels (if so wanted) (bug#10931).
1058
1059 2012-02-28  Glenn Morris  <rgm@gnu.org>
1060
1061         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1062         mm-decode.el: Standardize possessive apostrophe usage.
1063
1064 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1067
1068 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1069
1070         * parse-time.el (parse-time-string): Allow extractor to return nil.
1071
1072 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1075
1076 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1077
1078         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1079
1080 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1081
1082         * mm-decode.el (mm-shr): Remove "soft hyphens".
1083
1084         * nnimap.el (nnimap-request-list): Return the group names encoded as
1085         utf8.  Otherwise non-European group names don't work.
1086         (nnimap-request-newgroups): Ditto.
1087
1088         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1089         the default in `read-string' (bug#10757).
1090
1091         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1092         topics (bug#10843).
1093
1094         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1095         buffer.  Suggested by Herbert Valerio Riedel.
1096         (nnimap-request-move-article): Delete the message from the correct IMAP
1097         server.
1098
1099 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1100
1101         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1102         Reported by Peter Münster.
1103
1104 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1105
1106         * shr.el (shr-image-fetched): Make sure we really kill the right
1107         buffer.
1108
1109 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1110
1111         * gnus-start.el (gnus-1): Avoid duplicate entries.
1112
1113 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1114
1115         * imap.el: Remove.
1116
1117         * nntp.el (nntp-coding-system-for-read): Remove.
1118         (nntp-coding-system-for-write): Ditto.
1119         (nntp-open-connection): Just use `binary' directly.
1120
1121         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1122         Gnus 0.3.
1123
1124 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1125
1126         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1127         application/octet-stream parts really is.
1128
1129         * gnus-sum.el (gnus-propagate-marks): Remove.
1130
1131 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1132
1133         * shr.el (shr-rescale-image): Undo previous change; see
1134         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1135
1136 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1137
1138         * gnus.el: Ma Gnus v0.3 is released.
1139
1140 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1141
1142         * gnus-sum.el (gnus-summary-local-variables): Make
1143         `gnus-newsgroup-unexist' into a local variable.
1144
1145 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1146
1147         * registry.el (registry-usage-test, registry-persistence-test): Move to
1148         tests/gnustest-registry.el.
1149         (registry-make-testable-db, registry-match-test)
1150         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1151
1152         * gnus-registry.el (gnus-registry-misc-test)
1153         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1154
1155         * tests/gnustest-registry.el: New file with the registry and
1156         gnus-registry ERT tests.
1157
1158 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * gnus-msg.el (gnus-summary-resend-message): Make
1161         gnus-summary-resend-message-insert-gcc be last item in
1162         message-header-setup-hook.
1163
1164 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1165
1166         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1167         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1168         Remove.
1169         (nnfolder-open-server): Don't use marks.
1170         (nnfolder-request-delete-group): Ditto.
1171         (nnfolder-request-rename-group): Ditto.
1172         (nnfolder-request-set-mark, nnfolder-request-marks)
1173         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1174         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1175
1176         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1177         (nnml-marks-modtime): Remove.
1178         (nnml-request-delete-group): Don't use marks.
1179         (nnml-request-rename-group): Ditto.
1180         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1181         (nnml-save-marks, nnml-open-marks): Remove.
1182
1183         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1184         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1185         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1186         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1187         (nntp-server-to-method-cache): Remove.
1188
1189         * shr.el (shr-rescale-image): Fix wrong merge.
1190
1191 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1192
1193         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1194         too-wide lines.
1195
1196 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1197
1198         * nnimap.el (nnimap-record-commands): New variable.
1199         (nnimap-log-command): Use it.
1200         (nnimap-make-process-buffer): Add a space to the process buffer.
1201         (nnimap-transform-headers): Don't bug out on header lines containing
1202         stuff that look like IMAP length encodings.
1203
1204         * shr.el (shr-rescale-image): Allow viewing large images.
1205
1206 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1207
1208         * nnml.el (nnml-request-compact-group): Delete the marks file after
1209         compaction (bug#10800).
1210
1211         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1212         group exit.
1213
1214         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1215         QRESYNC/FETCH output.
1216
1217 2012-02-11  Glenn Morris  <rgm@gnu.org>
1218
1219         * sieve-manage.el (sieve-manage-default-stream):
1220         * shr.el (shr):
1221         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1222         (nnir-retrieve-headers-override-function)
1223         (nnir-imap-default-search-key, nnir-notmuch-program)
1224         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1225         (nnir-method-default-engines):
1226         * message.el (message-cite-reply-position):
1227         * gssapi.el (gssapi-program):
1228         * gravatar.el (gravatar):
1229         * gnus-sum.el (gnus-refer-thread-use-nnir):
1230         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1231         (gnus-registry-max-pruned-entries):
1232         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1233         * gnus-int.el (gnus-after-set-mark-hook)
1234         (gnus-before-update-mark-hook):
1235         * gnus-async.el (gnus-async-post-fetch-function):
1236         * auth-source.el (auth-source-cache-expiry):
1237         Add missing :version tags to new defcustoms and defgroups.
1238
1239 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1240
1241         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1242         `gnus-newsgroup-unexist'.
1243
1244         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1245         marks.
1246         (gnus-article-special-mark-lists): Put the `unexist' in the special
1247         marks list instead.
1248
1249         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1250         articles in the list of articles to be selected.
1251
1252         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1253         articles.
1254         (nnimap-update-info): Keep track of unexisting articles.
1255         (nnimap-update-qresync-info): Ditto.
1256
1257 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1258
1259         * message.el (message-default-send-mail-function): Made into own
1260         function for reuse by emacsbug.el.
1261
1262 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1263
1264         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1265         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1266
1267 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1268
1269         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1270         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1271
1272         * gnus-compat.el: Define `timer-set-function'.
1273
1274         * mm-decode.el (mm-display-external): Output the text from the command
1275         in the buffer after the command finished.  This makes text-based
1276         commands behave better.
1277
1278 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1281
1282 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1283
1284         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1285         23.1.
1286
1287 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1290
1291 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1292
1293         * message.el (smtpmail-smtp-user): Silence compiler warning.
1294
1295 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1296
1297         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1298         SMTP user name.
1299
1300 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * gnus-sum.el (gnus-summary-show-thread):
1303         next-single-char-property-change may return nil in XEmacs.
1304         (gnus-summary-article-map): Fix typo.
1305
1306 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1307
1308         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1309         running.
1310
1311         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1312
1313         * gnus.el (gnus-server-extend-method): Don't add an -address component
1314         if the method already has one (bug#9676).
1315
1316 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1317
1318         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1319         of an initial-input for consistency (bug#10757).
1320
1321         * dgnushack.el: Fix XEmacs compilation warning.
1322
1323         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1324
1325         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1326
1327 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1328
1329         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1330         lines that are narrower than the window width.  Otherwise background
1331         "blocks" will look less readable.
1332
1333 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1334
1335         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1336         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1337         have newlines within the strings, and where the UID comes after the
1338         BODYSTRUCTURE element (bug#10537).
1339
1340         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1341         (bug#10732).
1342
1343         * shr.el (shr-insert-document): Add doc string.
1344         (shr-visit-file): Ditto.
1345         (shr-remove-trailing-whitespace): New function.
1346         (shr-insert-document): Use it to clean up trailing whitespace as the
1347         final step (bug#10714).
1348
1349 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1350
1351         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1352         buffer if `gnus-kill-summary-on-exit' is nil.
1353
1354 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1355
1356         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1357         when just reading a single group from "without" Gnus.
1358
1359 2012-02-06  Chong Yidong  <cyd@gnu.org>
1360
1361         * gnus-sum.el (gnus-summary-show-thread):
1362         next-single-char-property-change never returns nil (Bug#8657).
1363
1364 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1365
1366         * message.el (message-multi-smtp-send-mail): New function.
1367         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1368         header to implement multi-SMTP functionality.
1369
1370         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1371         (gnus-agentize): Don't set it.
1372         (gnus-agent-send-mail): Don't use it.
1373
1374         * gnus-sum.el (gnus-summary-widget-backward): New function and
1375         keystroke.
1376
1377         * gnus-compat.el: More the compat functions more compatible.
1378
1379         * shr.el (shr-put-image): Remove underlines from sliced images.
1380         (shr-zoom-image): Compute the region to be replaced more correctly.
1381
1382 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1385         (gnus-summary-resend-message-insert-gcc): New function.
1386         (gnus-summary-resend-message): Modify message-header-setup-hook and
1387         message-sent-hook to make it work for Gcc.
1388         (gnus-inews-do-gcc): Update the number of unread articles of groups
1389         that messages are Gcc'd to.
1390
1391         * message.el (message-resend): Run message-sent-hook to do Gcc.
1392
1393 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1394
1395         * lpath.el: Fix an XEmacs compilation warning.
1396
1397         * gnus-compat.el: Require `help-fns' to fix compilation error.
1398
1399         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1400         a higher level to silence compilation.
1401
1402         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1403         parameter to allow controlling the scaling.
1404
1405         * shr.el (shr-zoom-image): New command and keystroke.
1406         (shr-put-image): Take a `size' flag to say how to scale the image.
1407
1408         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1409         deletion unless already defined.
1410
1411         * gnus.el (gnus-compat): Require it.
1412
1413         * gnus-compat.el: New file.
1414
1415         * gnus-start.el (gnus-clean-old-newsrc): New function.
1416         (gnus-read-newsrc-file): Use it.
1417
1418         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1419         Use recursive deletion.
1420         (mm-dissect-archive): Add support for zip files.
1421
1422         * gnus-util.el (gnus-recursive-directory-files): New function.
1423
1424         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1425         (mm-archive-decoders): Add tgz support.
1426
1427         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1428         Otherwise inserting text into the Gnus buffer can look odd.
1429
1430         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1431
1432         * mm-archive.el (mm-archive-decoders): Add support for tar.
1433
1434         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1435
1436         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1437
1438 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1439
1440         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1441
1442         * mm-archive.el: New file.
1443
1444         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1445
1446         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1447
1448         * message.el (message-goto-*): Make all the `message-goto-*' commands
1449         push the mark before moving point.  This makes it easier to go back to
1450         where you came from after editing whatever you jumped to.
1451
1452 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1453
1454         * gnus.el: Ma Gnus v0.1 is released.
1455
1456 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1457
1458         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1459         without reconnecting.
1460         (nnimap-possibly-change-group): Ditto.
1461         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1462         connection has died before being called.
1463
1464 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1465
1466         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1467         an initial sync unless we're really doing one.
1468
1469         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1470         address parameter if one already exists (bug#9676).
1471
1472         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1473         not the prefix, as documented (bug#10689).
1474
1475 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1476
1477         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1478         the "server".
1479
1480         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1481         the real error message with the useless "previously known to be down".
1482         Which isn't even correct.
1483
1484         * nntp.el (nntp-open-connection): Report the error message if the nntp
1485         server can't be reached.
1486
1487         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1488         groups we do a total scan for.
1489         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1490         doing that.
1491
1492 2012-01-31  Jim Meyering  <jim@meyering.net>
1493
1494         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1495         Correct a comment (insert "not") and hide nominally-doubled "to".
1496
1497 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1498
1499         * gnus.el (gnus-version): Change name to "Ma Gnus".
1500
1501 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1502
1503         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1504         section in the manual.
1505
1506 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1507
1508         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1509         words.
1510         (rfc2047-encode-string): Ditto.
1511         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1512         understand folded filename="..." parameters, for instance.
1513
1514         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1515         the message for greater debuggability.
1516
1517 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1518
1519         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1520         instead of setting it locally, since the latter doesn't seem to have
1521         any effect (most of the time).
1522
1523 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1524
1525         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1526         function call.
1527
1528 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1529
1530         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1531         seconds, and make the repeat clause with HH:MM specs work as
1532         documented.
1533
1534 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1535
1536         * proto-stream.el (proto-stream-capability-open): Fall back on
1537         :end-of-command if :end-of-capability doesn't exist.
1538
1539 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1542         bound globally in old Emacsen and XEmacsen.
1543
1544 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1545
1546         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1547         so that previous errors don't prohibit getting new news.
1548
1549         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1550
1551         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1552
1553 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1554
1555         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1556         buffer, not of the string which is its name.
1557
1558 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1559
1560         * proto-stream.el (proto-stream-capability-open): Wait for
1561         :end-of-capability, not :end-of-command.
1562
1563         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1564         non-server-marks groups.
1565         (gnus-group-make-articles-read): Ditto.
1566
1567         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1568         methods (bug#9676).
1569
1570         * gnus.el (gnus-method-ephemeral-p): New function.
1571
1572 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1575         left-to-right.
1576
1577 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1578
1579         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1580         warning.
1581
1582 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1583
1584         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1585         macroexpand the nnir things, since they haven't been defined yet, and
1586         nnir requires gnus-sum.
1587
1588 2012-01-24  Julien Danjou  <julien@danjou.info>
1589
1590         * color.el (color-rgb-to-hsl): Fix value computing.
1591         (color-hue-to-rgb): New function.
1592         (color-hsl-to-rgb): New function.
1593         (color-clamp, color-saturate-hsl, color-saturate-name)
1594         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1595         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1596
1597 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1598
1599         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1600
1601 2012-01-19  Julien Danjou  <julien@danjou.info>
1602
1603         * color.el (color-name-to-rgb): Use the white color to find the max
1604         color component value and return correctly computed values.
1605         (color-name-to-rgb): Add missing float conversion for max value.
1606
1607 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1608
1609         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1610         logical server name in addition to the actual machine address.
1611
1612         * auth-source.el (auth-source-user-and-password): Add convenience
1613         wrapper to search by just host and optionally user.
1614
1615 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1618         after rendering.
1619
1620 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1621
1622         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1623         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1624         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1625
1626 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1629         (bug#9693).
1630         (gnus-summary-setup-buffer): Document return value (bug#9697).
1631
1632         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1633         since ido doesn't work on symbols (bug#9632).
1634
1635         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1636         when getting a single value as when getting all the values.  This means
1637         that atoms like `gcc-self' work cumulatively, like variable settings,
1638         instead of getting the value from the last matching clause.
1639         (gnus-group-find-parameter): Protect against the group buffer not
1640         existing (bug#9585).
1641
1642 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * gnus-start.el (gnus-activate-group): Document more parameters
1645         (bug#9694).
1646
1647         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1648         (bug#9692).
1649
1650         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1651         article was fetched, so that it can be expired later (bug#9958).
1652         (gnus-agent-summary-fetch-series): Add doc string.
1653         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1654         (bug#9517).
1655
1656         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1657         retrieval is happening.
1658
1659         * gnus.el (gnus-parameters): Doc fix.
1660
1661 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1662
1663         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1664         show the thread after expansion.
1665
1666 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-art.el (article-narrow-to-head): If the head is completely
1669         empty, narrow to the empty region (bug#9764).
1670
1671         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1672         read, and then mark them as unread only when the unread mark is used.
1673         This makes `C-- T k' actually work, even though it's confusing.
1674
1675         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1676         alive before we try to find its window.
1677
1678 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1679
1680         * mm-decode.el (mm-display-external): Use a longer timeout for the
1681         deletion to allow slow programs to display the file.
1682
1683 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1686         prompt to be less confusing.
1687
1688         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1689         argument to `message-reply'.  This broke `special-display-*' frame
1690         pop-uping (bug#10238).
1691
1692 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693
1694         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1695         systems, since these allegedly don't work there.
1696
1697 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1698
1699         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1700         live buffer.
1701
1702 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703
1704         * nnir.el (nnir-retrieve-headers): Protect against the article not
1705         existing on the server (bug#10335).
1706
1707 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1708
1709         * gnus-agent.el (gnus-agent-load-local): Recompute
1710         gnus-agent-article-local on changing method.
1711
1712 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus.el (gnus-parameters): Note precedence.
1715
1716 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1717
1718         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1719         in the group buffer.
1720
1721 2012-01-04  Julien Danjou  <julien@danjou.info>
1722
1723         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1724         change.
1725
1726 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727
1728         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1729         too.
1730
1731         * nntp.el (nntp-retrieve-group-data-early): Use it.
1732
1733 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * nntp.el (nntp-retrieval-in-progress): New variable.
1736         (nntp-make-process-buffer): Make it buffer-local.
1737
1738         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1739         2010.
1740         (gnus-demon-init): Use it to compute the time if time is on the form
1741         "04:23".
1742
1743         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1744
1745         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1746         status in the correct buffer.
1747
1748 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1749
1750         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1751         when opening topics (bug#10407).
1752
1753 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1754
1755         * gnus-cus.el (gnus-score-customize):
1756         * gnus-sum.el (gnus-sort-gathered-threads):
1757         * message.el (message-shorten-references):
1758         * nnmairix.el (nnmairix-request-group):
1759         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1760
1761 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1762
1763         * gnus-agent.el (gnus-agent-regenerate-group):
1764         * gnus-int.el (gnus-retrieve-group-data-early):
1765         * mm-util.el (mm-codepage-ibm-list):
1766         * nndiary.el (Commentary, nndiary-get-new-mail):
1767         * nnir.el (nnir):
1768         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1769
1770 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1771
1772         * mm-view.el (mm-display-inline-fontify): Add comment.
1773
1774 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1775
1776         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1777         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1778
1779 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1780
1781         * gnus-art.el (gnus-split-methods):
1782         * gnus-msg.el (gnus-configure-posting-styles):
1783         * gnus-spec.el (gnus-parse-simple-format):
1784         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1785         * message.el (message-do-actions): Spelling fix.
1786
1787 2011-12-15  Juri Linkov  <juri@jurta.org>
1788
1789         * mm-decode.el (mm-inline-media-tests): Add missing
1790         `mm-handle-media-subtype'.
1791
1792 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1793
1794         * gnus-group.el (gnus-group-tool-bar):
1795         * gnus-sum.el (gnus-summary-tool-bar):
1796         * message.el (message-tool-bar):
1797         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1798
1799 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1800
1801         * plstore.el (plstore--insert-buffer): Spelling fix.
1802
1803 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1804
1805         * message.el (message-valid-fqdn-regexp): Update with newly approved
1806         top-level domain names ".tel" and ".asia".
1807
1808 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1811         unconditionally.
1812
1813 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1814
1815         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1816         pop-to-buffer-same-window for old Emacsen.
1817
1818 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1819
1820         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1821
1822 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1823
1824         * netrc.el (netrc-credentials): Spelling fix.
1825
1826 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1827
1828         * gnus-fun.el (gnus-fun-ppm-change-string):
1829         * gnus-msg.el (gnus-inews-do-gcc):
1830         * gnus-sum.el (gnus-summary-find-for-reselect):
1831         * gnus.el (gnus-summary-cancelled):
1832         * message.el (message-cancel-hook, message-send-news):
1833         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1834         * nnir.el (nnir-run-hyrex):
1835         * nntp.el (nntp-with-open-group-function):
1836         * pgg.el (pgg-pending-timers): Spelling fix.
1837
1838 2011-12-04  Chong Yidong  <cyd@gnu.org>
1839
1840         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1841         change (Bug#10200).
1842
1843 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * compface.el (uncompface):
1846         * gnus-art.el (gnus-article-x-face-command): Update the header format
1847         of icon data for the most recent icontopbm program.
1848
1849 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * gnus-msg.el (gnus-inews-do-gcc):
1852         * message.el (message-send-mail):
1853         * mml.el (mml-generate-mime): Share the value of the buffer-local
1854         `message-options' variable between a draft buffer and temprary working
1855         buffers.
1856
1857 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1858
1859         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1860
1861 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1864         for Cygwin.
1865
1866 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1867
1868         * gnus-group.el (gnus-group-prepare-flat):
1869         * mm-bodies.el (mm-encode-body):
1870         * mml.el (mml-preview):
1871         * nnml.el (nnml-request-compact-group):
1872         * pop3.el (pop3-stream-type): Spelling fix.
1873
1874 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1875
1876         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1877
1878 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1879
1880         * color.el (color-rgb-to-hsl):
1881         * gmm-utils.el (gmm-tool-bar-style):
1882         * gnus-group.el (gnus-group-prepare-flat):
1883         * gnus-topic.el (gnus-topic-prepare-topic):
1884         * mm-decode.el (mm-discouraged-alternatives):
1885         * rfc2047.el (rfc2047-encode-1):
1886         * starttls.el: Spelling fix.
1887
1888 2011-11-24  Glenn Morris  <rgm@gnu.org>
1889
1890         * binhex.el (binhex-begin-line): Give it basic doc-string.
1891
1892         * starttls.el, tls.el: Fix case of "GnuTLS".
1893
1894 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1895
1896         * gnus-group.el (gnus-group-highlight): Fix typo.
1897
1898 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1899
1900         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1901         value of `delete-file', that returns nil for a local file but returns t
1902         for a remote file using ssh.
1903
1904 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1905
1906         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1907
1908 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1911         avoid later breakage.
1912
1913 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1916         article buffers' name.
1917
1918 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1921         by Paul Eggert's spellfixes two days ago.
1922
1923 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1926         doesn't have it.
1927
1928         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1929         buffer-local instead of binding them to avoid warnings.  Also demote
1930         errors (bug#10063).
1931         (font-lock-mode-hook): Shut up byte compiler.
1932
1933 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1934
1935         * mm-util.el (mm-charset-after):
1936         * nnir.el (nnir-run-hyrex):
1937         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1938         (ntlm-get-password-hashes, ntlm-md4hash):
1939         * smime.el: Fix typo.
1940
1941 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1942
1943         * gnus-agent.el (gnus-agent-expire-group-1):
1944         * nndiary.el (nndiary-last-occurence):
1945         * nnimap.el (nnimap-request-set-mark):
1946         * nnmairix.el (nnmairix-only-use-registry):
1947         * gnus-group.el (gnus-group-prepare-flat):
1948         * gnus-sum.el (gnus-decode-encoded-word-methods):
1949         * message.el (message-wash-subject):
1950         * nntp.el (nntp-retrieve-headers-with-xover):
1951         * smime.el (smime-certificate-directory): Spelling fix.
1952
1953 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1954
1955         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1956
1957         * color.el:
1958         * gnus-agent.el (gnus-agent-possibly-alter-active):
1959         * gnus-dired.el (gnus-dired-print):
1960         * mail-parse.el:
1961         * nnmairix.el (nnmairix-request-group):
1962         * shr.el (shr-image-displayer):
1963         * sieve-manage.el:
1964         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1965
1966 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1967
1968         * gnus-sum.el (gnus-auto-select-subject):
1969         * spam-report.el (spam-report-resend): Spelling fix.
1970
1971 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1972
1973         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1974         * gnus-art.el (gnus-default-article-saver):
1975         * gnus-srvr.el (gnus-server-copy-server):
1976         * gnus.el (gnus-sloppily-equal-method-parameters):
1977         * html2text.el (html2text-format-tag-list):
1978         * message.el (message-narrow-to-head):
1979         * nndiary.el:
1980         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1981         * sieve.el: Spelling fix.
1982
1983 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1984
1985         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1986         * gnus-sum.el (gnus-summary-make-menu-bar):
1987         * gnus-uu.el (gnus-uu-decode-postscript)
1988         (gnus-uu-decode-postscript-and-save):
1989         * mailcap.el (mailcap-print-command):
1990         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1991         Fix typos.
1992
1993 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1994
1995         * gnus-art.el (gnus-article-part-wrapper):
1996         * html2text.el (html2text-fix-paragraphs):
1997         * mm-decode.el (mm-image-fit-p):
1998         * rfc2047.el (rfc2047-encode-message-header):
1999         * shr-color.el (shr-color-visible-distance-min)
2000         (shr-color-relative-to-absolute, set-minimum-interval)
2001         (shr-color-visible): Fix typos.
2002
2003 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2004
2005         * gmm-utils.el (gmm-tool-bar-item):
2006         * gnus-art.el (gnus-treat-body-boundary):
2007         * gnus-diary.el (gnus-user-format-function-d):
2008         * gnus-start.el (gnus-get-unread-articles):
2009         * pgg-gpg.el (pgg-gpg-update-agent):
2010         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2011
2012 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2013
2014         * gnus-topic.el (gnus-group-prepare-topics):
2015         * gnus-uu.el (gnus-extract-view):
2016         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2017
2018 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2019
2020         * spam.el: Move BBDB autoloads.
2021         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2022         BBDB 2 and 3.
2023         (spam-check-BBDB): Use it.
2024         (spam-enter-ham-BBDB): Use it.
2025
2026 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2027
2028         * smime.el (smime-draw-buffer): Spelling fix.
2029
2030 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2031
2032         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2033         for scanning exactly one level.
2034         * gnus-start.el (gnus-get-unread-articles): Ditto.
2035
2036 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2039         slightly clearer.
2040
2041 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2042
2043         * gnus-sync.el: More commentary about setup.
2044
2045 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * message.el (message-send-and-exit): Document `arg'.
2048
2049 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2050
2051         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2052
2053 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2054
2055         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2056
2057         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2058         we don't use `bound-and-true-p'.
2059
2060 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2061
2062         * gnus-util.el (gnus-bound-and-true-p): Remove.
2063         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2064         * nnir.el: Use it.
2065         * nnmairix.el: Use it.
2066
2067 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2068
2069         * gnus-sync.el: Improve docs about CouchDB admins.
2070
2071         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2072         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2073         for reasons unknown.
2074         * nnir.el: Use it.
2075         * nnmairix.el: Use it.
2076
2077         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2078         * nnir.el: Ditto.
2079         * nnmairix.el: Ditto.
2080
2081         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2082
2083 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2084
2085         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2086         not needed.  Provide xmlplistread list function to produce XML plist
2087         output for non-Gnus LeSync clients.
2088
2089 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2090
2091         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2092
2093         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2094         and save against it.  Group subscriptions, read marks, other marks,
2095         subscription levels, topic names, and topic offsets (the group's
2096         position within the topic) are saved.  This is an experimental backend
2097         and may change significantly.  Load json.el from the gnus-fallback-lib
2098         if it's not available otherwise.
2099         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2100
2101 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2102
2103         * message.el (message-completion-function): Make sure
2104         message-tab-body-function is not attempted if one of
2105         message-completion-alist fails to find a completion (bug#9158).
2106
2107 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2108
2109         * mml.el (mml-quote-region): Quote <#secure> tag.
2110         (mml-generate-mime-1): Unquote <#secure> tag.
2111
2112 2011-10-20  Chong Yidong  <cyd@gnu.org>
2113
2114         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2115         calling a minor mode from Lisp with nil arg enables it, so we have to
2116         make the wording a bit ambiguous here).
2117
2118 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2119
2120         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2121         * nnir.el (nnir-mode): Use it.
2122         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2123         Use it.
2124
2125         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2126         * nnmairix.el (gnus-registry-enabled): Ditto.
2127
2128 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2129
2130         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2131         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2132         only while we need to find out if it should be t or nil.
2133         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2134         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2135         the registry is installed.  Set it to nil when it's unloaded.
2136         (gnus-registry-install-p): Provide user guidance for the initial value
2137         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2138         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2139         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2140         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2141         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2142         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2143         `gnus-registry-install'.
2144
2145 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2146
2147         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2148         previous change.
2149         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2150         primary key is marked as disabled.
2151
2152 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2153
2154         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2155         primary key is marked as disabled.
2156
2157 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2158
2159         * html2text.el (html2text-clean-anchor): Check for quotes around
2160         `href' value.
2161
2162 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2163
2164         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2165         searching.  Drop `bbdb-cache'.
2166
2167 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * message.el (message-signed-or-encrypted-p): Exclude header when
2170         checking if there is signed or encrypted body in text/plain message.
2171
2172 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2173
2174         * html2text.el (html2text-get-attr): Correctly handle attribute values
2175         containing "=".
2176
2177 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2178
2179         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2180         handle bindings.
2181
2182 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * gnus-win.el (gnus-configure-windows): Protect against reading
2185         ephemeral groups outside of Gnus.
2186
2187 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * shr.el (shr-tag-img): Don't get images displayed in tables.
2190
2191 2011-10-03  Glenn Morris  <rgm@gnu.org>
2192
2193         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2194         the "maintainer" version of debbugs.gnu.org reports.
2195
2196 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2199         make asynchronous adjacent image insertion work better.
2200
2201 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2202
2203         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2204         documentation.
2205
2206 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2209         `gnus-asynchronous' isn't shadowed.
2210
2211 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2214
2215         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2216         (nnimap-insert-partial-structure): The charset parameter isn't
2217         case-sensitive.
2218
2219         * nnheader.el (nnheader-message-maybe): New function.
2220
2221         * shr.el (shr-tag-table): Render totally broken tables better.
2222
2223         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2224         computing the boundary.
2225
2226 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * pop3.el (pop3-number-of-responses): Remove.
2229         (pop3-wait-for-messages): Rewrite to take linear time instead of
2230         exponential time.
2231
2232 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2235         re-fetch images.
2236
2237         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2238         re-fetch images when hitting `g' in Gnus.
2239
2240 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2243         (mml-compute-boundary): Don't check collision if it is non-nil.
2244         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2245         before checking collision.
2246
2247 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * message.el (message-indent-citation): Really make sure there's a
2250         newline at the end.
2251
2252         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2253         Fix suggested by John Wiegley.
2254
2255         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2256
2257         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2258
2259         * message.el (message-default-send-rename-function): Break out into its
2260         own function.
2261
2262         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2263         doesn't work under XEmacs.
2264
2265         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2266         of "imaps" to word around Windows problems.
2267         (nnimap-open-connection-1): Use it.
2268
2269         * message.el (message-indent-citation): Revert last change which made
2270         `F' not work.
2271
2272 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2273
2274         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2275         terminal as well.
2276
2277 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2280         because it displays images using overlays that aren't easy to copy to
2281         the article buffer.
2282
2283 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2284
2285         * message.el (message-indent-citation): Fix empty line removal at the
2286         end of the citation.
2287
2288 2011-09-20  Julien Danjou  <julien@danjou.info>
2289
2290         * auth-source.el (auth-source-netrc-create): Use default value for
2291         password if specified.  Evaluate default.
2292         (auth-source-plstore-create): Ditto.
2293         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2294         value evaluation.
2295         (auth-source-netrc-create): Typo fix.
2296         (auth-source-plstore-create): Ditto.
2297
2298         * password-cache.el (password-cache-remove): Remove entries even if the
2299         value is nil, so that password with a nil value (negative caching) is
2300         possible to invalidate.
2301
2302         * auth-source.el (auth-source-format-cache-entry): New function.
2303
2304 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2307
2308 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2311
2312 2011-09-19  Julien Danjou  <julien@danjou.info>
2313
2314         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2315         which work with things that are not ASCII.
2316
2317 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2320
2321 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2324         message level.
2325
2326 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2329
2330 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2333
2334 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2335
2336         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2337         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2338
2339 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2340
2341         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2342         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2343         articles.
2344
2345 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2346
2347         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2348         (message-mail-other-window, message-mail-other-frame)
2349         (message-news-other-window, message-news-other-frame):
2350         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2351         instead of setting buffer display varibles.
2352
2353 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2356
2357         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2358
2359 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360
2361         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2362         duplicates" to a higher level.
2363
2364         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2365         most egregious messages.
2366
2367 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2370
2371 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2372
2373         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2374         up the file (bug#9351).
2375
2376 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2379         it does with all other backends, but decode the names immediately after
2380         getting them.
2381
2382         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2383         decoding nnimap groups.
2384
2385         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2386         newsrc file.  It doesn't seem like an important optimization any more.
2387
2388 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2389
2390         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2391         overflows.
2392
2393 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2396         (gnus-interactive-exit): Extend to `quiet'.
2397
2398         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2399
2400         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2401         string.
2402
2403         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2404         renaming function arguments from `this'.
2405
2406         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2407
2408         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2409         has been renamed.
2410         (gnus-lrm-string-p): Include RLM and PDF, too.
2411
2412         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2413         (bug#9225).
2414
2415 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2416
2417         Add autoload cookies for functions used by sendmail.el.
2418         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2419
2420         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2421
2422 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * gnus-art.el (article-date-ut): Work properly even when there are
2425         things like Date header in the body; work for forwarded parts.
2426
2427 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2428
2429         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2430         original-article-buffer.
2431
2432 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2433
2434         * nnir.el (nnir-compose-result): Fix matching of server type.
2435         (nnir-run-swish++): Ditto.
2436         (nnir-run-namazu): Ditto.
2437         (nnir-run-notmuch): Ditto.
2438
2439 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2442         (bug#9405).
2443
2444         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2445         (bug#9421).
2446
2447         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2448         (bug#9425).
2449
2450         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2451         thing (bug#9426).
2452
2453 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2456         the error message.
2457
2458 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2459
2460         * message.el (message-setup-1): Return t (Bug#9392).
2461
2462 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2463
2464         * gnus-sum.el: When adding article headers to a summary buffer also
2465         update gnus-newsgroup-articles (bug#9386).
2466
2467 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * auth-source.el: Autoload help-mode.
2470
2471 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2474         names.
2475
2476 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2477
2478         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2479         mm-replace-in-string for compatibility issues.
2480         * mml2015.el (mml2015-epg-verify): Ditto.
2481
2482 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2485
2486         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2487
2488 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2491         continue on and do the clean-up phase (bug#9188).
2492
2493         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2494         just ignore groups that can't be opened instead of erroring out
2495         (bug#9225).
2496
2497         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2498         nil since some many people are fuddy-duddies.
2499
2500         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2501         images.
2502
2503         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2504         instead.
2505
2506         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2507
2508         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2509
2510         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2511         processing.
2512
2513         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2514         buffer to avoid warnings.
2515
2516 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2517
2518         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2519         specified to reduce precision.
2520
2521 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2524         bodystructures (bug#9314).
2525
2526 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2529         Make button keymap non-sticky after buttons.
2530
2531 2011-08-18  David Engster  <dengste@eml.cc>
2532
2533         * nnmairix.el (nnmairix-request-set-mark)
2534         (nnmairix-goto-original-article): Remove adding of article to registry,
2535         since `gnus-registry-add-group' isn't available anymore.
2536         (nnmairix-determine-original-group-from-registry):
2537         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2538         available anymore.
2539
2540 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2541
2542         * starttls.el (starttls-any-program-available): Define as obsolete
2543         function.
2544
2545 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2546
2547         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2548         versions which Gnus use when appropriate.
2549
2550         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2551         a pretty destructive command.
2552
2553         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2554
2555 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2556
2557         * message.el (message-fix-before-sending): Make a different warning
2558         about NUL characters (bug#9270).
2559
2560         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2561         from custom (bug#9260).
2562
2563         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2564         things work in Emacs 22 and XEmacs, too.
2565
2566         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2567         default From.
2568
2569         * gnus-spec.el (gnus-lrm-string-p): New macro.
2570         (gnus-lrm-string): New constant.
2571         (gnus-summary-line-format-spec): LRM-ify the from.
2572         (gnus-tilde-max-form): LRM-ify string chopping.
2573
2574         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2575
2576         * message.el (message-is-yours-p): Allow disabling canlock checking
2577         (bug#9295).
2578         (message-shoot-gnksa-feet): Add `canlock-verify'.
2579         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2580         message directory isn't writable (bug#9304).
2581
2582         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2583         non-world-readable.
2584
2585 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2588         articles.
2589
2590 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2591
2592         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2593         copy-list.
2594
2595 2011-08-12  Sam Steingold  <sds@gnu.org>
2596
2597         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2598         in the reverse order to avoid modifying the cache with `nreverse'.
2599         (gnus-all-score-files): Do not modify the value returned by
2600         `gnus-score-find-alist' because it lives in a cache variable.
2601         (gnus-current-home-score-file): No need to `nreverse' the return value
2602         of `gnus-score-find-alist', it is already in the correct order.
2603
2604 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2605
2606         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2607         type MESSAGE and subtype RFC822 is slightly different from those of
2608         type TEXT.
2609
2610 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2611
2612         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2613         This allows article-referral to work from an nnir group.
2614
2615 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2616
2617         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2618
2619 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2620
2621         * mml1991.el (mml1991-epg-find-usable-key)
2622         (mml1991-epg-find-usable-secret-key): New function.
2623         (mml1991-epg-sign): Check if signing key is usable.
2624         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2625
2626 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2627
2628         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2629         server-variables only.  This should fix a bug introduced with commit
2630         e1889675b7f4adf057833c5513c9374134c4e053.
2631         (nnir-run-query): 'nnir-search-engine should not be set from the global
2632         environment.
2633
2634 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2635
2636         * nnir.el (nnir-search-thread): Position point on referring article
2637         line.
2638         (nnir-warp-to-article): Clean up summary buffers.
2639
2640         * nnimap.el (nnimap-request-thread): Whitespace fix.
2641
2642 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2643
2644         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2645
2646 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * starttls.el (starttls-available-p): Rename from
2649         `starttls-any-program-available' and changed return convention.
2650
2651 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2652
2653         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2654         `unix-sync' unless it's defined.
2655
2656 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2657
2658         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2659         `aref' for XEmacs compatibiltiy.
2660
2661 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662
2663         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2664
2665 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2666
2667         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2668         closures, quote the form properly (bug#9194).
2669
2670 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2673         (gnus-summary-insert-new-articles): Protect against servers that are
2674         down.
2675
2676 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2677
2678         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2679         in mm handle if none is specified.
2680
2681 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2682
2683         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2684
2685 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2686
2687         * nnir.el (nnir-search-thread): New function to make an nnir group
2688         based on a thread query.
2689
2690         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2691         of nnir in thread referral.
2692         (gnus-summary-refer-thread): Use it.
2693
2694         * nnimap.el (nnimap-request-thread): Use it.
2695
2696 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * shr.el (shr-tag-comment): Ignore HTML comments.
2699
2700 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2701
2702         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2703         argument.
2704         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2705         Use `nnir-address' to handle server info rather than passing an arg.
2706
2707         * nnimap.el (nnimap-make-thread-query): New utility function to format
2708         an imap thread search query.
2709         (nnimap-request-thread): Use it.
2710
2711         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2712         right select-method if we are not going back to the group buffer.
2713
2714 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2717         enter invalid buffer configurations into the quit form (bug#9107).
2718         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2719         unplugged/plugged.
2720
2721         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2722         keep track of which ones are unread (bug#9061).
2723
2724         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2725         (bug#9055).
2726
2727         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2728         (bug#9041).
2729
2730         * gnus-html.el (mm-util): Require (bug#9073).
2731
2732         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2733         (gnus-summary-refer-thread): Use it to remove duplicates in the
2734         un-threaded view (bug#9053).
2735         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2736
2737 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2738
2739         * nnir.el (nnir-read-server-parm): Use default value from global
2740         variable.  Without this the default search engine parameters aren't
2741         used at all.
2742
2743 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744
2745         * message.el (message-unique-id): Don't use the undocumented return
2746         value from (random t) (bug#9118).
2747
2748 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749
2750         * message.el (message-auto-save-directory): If the ~/Mail directory
2751         doesn't exist, use ~ as the auto-save directory (bug#4432).
2752
2753         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2754         hasn't already been started.
2755
2756 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2759
2760         * message.el (message-reply): Work around mysterious bug where
2761         `message-mode' seems to overwrite the locally bound `subject' variable.
2762
2763 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2764
2765         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2766         correct group.
2767
2768         * gnus-int.el (gnus-request-thread): Add group argument.
2769
2770         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2771
2772 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2775
2776         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2777         renamed to `debbugs-gnu-*'.
2778
2779 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2780
2781         * plstore.el: Revert the editing feature since it is not urgent.
2782         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2783         (plstore-mode-decoded): Remove.
2784
2785 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2788         isn't very interesting any more, and it leaks potentially secret data.
2789         (gnus-debug): Remove.
2790
2791         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2792         use of :custom-show.
2793
2794 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2795
2796         * plstore.el: Add documentation.
2797         (plstore-mode): New mode to edit plstore file.
2798         (plstore-mode-toggle-display, plstore-mode-original)
2799         (plstore-mode-decoded): New command.
2800         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2801         (plstore--insert-buffer, plstore--make): New function.
2802         (plstore-open, plstore-save): Simplify by using them.
2803
2804 2011-07-06  Glenn Morris  <rgm@gnu.org>
2805
2806         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2807
2808 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2811         no longer is much used.
2812         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2813         Articles".
2814
2815 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2816
2817         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2818         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2819         `notmuch' backend.
2820
2821 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * mm-decode.el (mm-text-html-renderer): Doc fix.
2824
2825         * gnus-msg.el (gnus-bug): Fix the MML tag.
2826
2827         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2828
2829 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2830
2831         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2832         secondary methods if started with `gnus-no-server'.
2833
2834 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2835
2836         * message.el (message-return-action): Fix typo in docstring.
2837
2838 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2841         bug reports at once.
2842
2843         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2844
2845 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * nndraft.el: Require gnus-group.
2848         (nndraft-request-list): Declare.
2849
2850         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2851         no unread article unless it matches gnus-permanently-visible-groups.
2852
2853         * nndraft.el (nndraft-update-unread-articles): New function.
2854         (nndraft-request-associate-buffer): Use it to update the number of
2855         unread articles for the nndraft groups in the group buffer when saving
2856         or killing a draft message.
2857
2858 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2861         systems to binary before writing and reading the mbox files.
2862
2863         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2864         instead of trying to list them all (bug#8978).
2865
2866 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2867
2868         * pop3.el (pop3-open-server): Use :end-of-capability.
2869
2870 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2873         the id is always a number.
2874
2875         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2876
2877         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2878         debbugs mode, if possible.
2879
2880 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2881
2882         * auth-source.el (auth-source-token-passphrase-callback-function):
2883         Reindent.
2884         (epg-context-operation): Remove unnecessary autoload.
2885
2886 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * gnus.el (gnus-list-debbugs): New command.
2889
2890         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2891         mboxstat instead of the maintbox, since the stat seems to be fuller.
2892
2893         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2894         summary buffers.
2895
2896         * message.el (message-get-reply-headers): Delete all duplicates,
2897         instead of the first.
2898         (message-get-reply-headers): Ensure that we have progress while
2899         deleting duplicates.
2900
2901         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2902         gnus-posting-style value from the summary buffer to make it easier to
2903         make that a per-buffer conf.
2904
2905 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2906
2907         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2908         found by setting `shortcut' in 'query.
2909         (nnir-request-article): Use `shortcut' setting when requesting article
2910         by Message-ID.
2911
2912 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2913
2914         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2915         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2916         Bring the pseudo-headers back too.
2917
2918 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2919
2920         * auth-source.el (auth-source-token-passphrase-callback-function):
2921         Simplify and remove EPA dependency.
2922
2923 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2924
2925         * nnir.el (nnir-request-article): Fix error message text.
2926
2927 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2928
2929         * auth-source.el (plstore-delete): Autoload.
2930         (auth-source-plstore-search): Support delete operation.
2931         * plstore.el (plstore-delete): New function.
2932
2933 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2936         mark actually existing articles as unread rather than the ones that
2937         active asserts.
2938
2939 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2940
2941         * nntp.el (nntp-record-command):
2942         * gnus-util.el (gnus-message-with-timestamp-1):
2943         Use format-time-string rather than decoding time stamps by hand.
2944         This is simpler and insulates the code from potential changes to
2945         current-time format.
2946
2947 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2950
2951 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2952
2953         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2954         (plstore-save): Support public key encryption.
2955         (plstore--init-from-buffer): New function.
2956         (plstore-open): Use it; fix error when opening a non-existent file.
2957         (plstore-revert): Use plstore--init-from-buffer.
2958
2959 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2960
2961         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2962
2963 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2966         for old Emacsen.
2967
2968 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2969
2970         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2971         is not fully working.
2972
2973 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974
2975         * dgnushack.el: Autoload sha1 on XEmacs.
2976
2977         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2978         quit window configuration.
2979
2980         * auth-source.el (epg-context-set-passphrase-callback):
2981         Remove duplicate autoload.
2982
2983 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2984
2985         * nnir.el (nnir-request-article): Allow requesting articles by
2986         Message-ID with nnimap.
2987
2988         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2989         current server.
2990
2991 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2992
2993         * auth-source.el: Autoload EPA/EPG functions.
2994         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2995         changed when EPA/EPG is not available.
2996         (auth-source-backend): Rename "arg" member to "data".
2997         (auth-source-backend-parse, auth-source-plstore-search)
2998         (auth-source-plstore-create): Use it.
2999
3000 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3001
3002         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3003         `gnus-refer-article-methods'.
3004
3005 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3006
3007         * auth-source.el: Require EPA and EPG.
3008         (auth-source-passphrase-alist): New variable.
3009         (auth-source-passphrase-callback-function)
3010         (auth-source-token-passphrase-callback-function): Callbacks for the
3011         netrc field encryption (GPG tokens).
3012         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3013         Symmetric encryption and decryption of the netrc GPG tokens.
3014         (auth-source-netrc-normalize): Use them, simplifying the closure.
3015
3016 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3019         is available.
3020
3021 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3024         non-nil, and `nnimap-split-methods' is nil, use the former.
3025
3026 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3027
3028         * plstore.el (plstore-revert): New function.
3029         (plstore-open): Use it; hide the buffer from user.
3030
3031 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3032
3033         * auth-source.el (auth-source-backend): New member "arg".
3034         (auth-source-backend-parse): Handle new backend 'plstore.
3035         * plstore.el: New file.
3036
3037 2011-06-30  Glenn Morris  <rgm@gnu.org>
3038
3039         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3040
3041 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3044         expiring articles to.
3045
3046         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3047         variations as ASCII (bug#5458).
3048
3049 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3052
3053 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * message.el (message-point-in-header-p): Tweak the function to default
3056         to saying that we're not in the headers if there is no separator at
3057         all.  This makes it possible to use the Message version of `M-q' in
3058         buffers with no headers (bug#7987).
3059         (message-point-in-header-p): Fix last checkin to work with an empty
3060         mail-header-separator, too.
3061
3062         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3063         again, save the choice via customize.
3064
3065 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3068
3069         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3070         ended the connection, bail out before waiting infinitely on a new
3071         connection.
3072
3073 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3074
3075         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3076         reports.
3077
3078         * gnus.el (gnus-bug-package): Use "gnus."
3079         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3080
3081 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * dgnushack.el: Make the timer warning go away on XEmacs.
3084
3085         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3086         animations going on at article exit time.
3087
3088         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3089         since removing it breaks people upgrading.
3090
3091         * shr.el (shr-put-image): Use the new interface for animating images.
3092         (shr-put-image): Animate for 60 seconds.
3093
3094         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3095         avoid compiler warnings.
3096
3097         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3098         error with `find-file-hooks' on Emacs 22.
3099         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3100         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3101         on all architectures.
3102
3103         * spam.el (spam-stat): Require in a normal fashion without binding
3104         `spam-stat-install-hooks' to avoid compilation warnings.
3105
3106         * spam-stat.el (spam-stat-install-hooks): Remove.
3107         (spam-stat-install-hooks): Don't run automatically.
3108
3109 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3110
3111         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3112         and keystroke.
3113
3114 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * auth-source.el (auth-source-netrc-cache): Move forward.
3117
3118 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * proto-stream.el (proto-stream-open-starttls): Use
3121         `gnutls-available-p' to see whether we have built-in support.
3122
3123         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3124         we already know.
3125         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3126         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3127
3128 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3131         %S format, since that looks odd.
3132         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3133         file, especially when saving.
3134
3135 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3136
3137         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3138         article found.
3139
3140 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3143         `auth-source-save-secrets' with a more sensitive alist that can be
3144         configured per file.  Experimental, so defaults to 'never.
3145         (auth-source-netrc-create): Use it.  Still experimental code.
3146         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3147         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3148
3149 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3150
3151         * auth-source.el (auth-source-save-secrets): New variable to control if
3152         secret tokens should be saved encrypted.
3153         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3154         to `auth-source-netrc-normalize'.
3155         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3156         on the EPA variables being defined.
3157         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3158         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3159         the lexical-let closure.
3160         (auth-source-netrc-create): Create "gpg:" tokens according to
3161         `auth-source-save-secrets'.
3162
3163 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * gnus-group.el (gnus-group-update-group): Add new argument
3166         `info-unchanged' that stops updating dribble buffer.
3167
3168         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3169         deletes lines matching to it in dribble buffer.
3170
3171         * gnus-agent.el (gnus-agent-fetch-group-1):
3172         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3173         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3174         * gnus-start.el (gnus-group-change-level):
3175         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3176
3177         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3178         if newsgroup info is not changed.
3179
3180         * gnus-group.el (gnus-group-get-new-news-this-group):
3181         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3182         Don't update dribble buffer.
3183
3184 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3185
3186         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3187         remove entries with groups we ignore.
3188
3189 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3192         the underline comes at the bottom.
3193
3194 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3195
3196         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3197         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3198         (gnus-registry-article-marks-to-names): Rename from
3199         `gnus-registry-user-format-function-M2'.
3200
3201 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3204         ephemeral group.
3205
3206 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * shr.el (shr-browse-image): Copy the URL if called interactively.
3209
3210 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3213         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3214         done, then unselected articles may be marked as read.
3215
3216         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3217         since not doing this seems to lead to a race condition in pop3-logon.
3218
3219         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3220         so that the call chain it correct when we call "upwards".
3221
3222         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3223         in read-only groups.
3224
3225         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3226
3227         * message.el (message-cite-reply-position): Doc string fix.
3228
3229         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3230         avoid regexp overflow.
3231         (nnimap-transform-split-mail): Ditto.
3232
3233         * pop3.el (pop3-retr): Error out if the server closes the connection.
3234
3235 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3236
3237         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3238         mm-with-unibyte-current-buffer.  The buffer should not contain any
3239         multibyte chars anyway at this stage.
3240
3241 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242
3243         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3244         at the end of lines.
3245
3246 2011-05-29  Julien Danjou  <julien@danjou.info>
3247
3248         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3249
3250 2011-05-27  Glenn Morris  <rgm@gnu.org>
3251
3252         * gnus-group.el (gnus-bug-group-download-format-alist):
3253         Use the "maintainer" version of debian reports as well.
3254
3255 2011-05-26  Glenn Morris  <rgm@gnu.org>
3256
3257         * gnus-group.el (gnus-bug-group-download-format-alist):
3258         Use the "maintainer" version of debbugs.gnu.org reports.
3259
3260 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3263
3264 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3265
3266         * gnus-cus.el (gnus-agent-customize-category):
3267         * gnus-delay.el (gnus-delay-send-queue):
3268         * gnus.el (gnus-other-frame):
3269         Don't quote lambda expressions with `quote'.
3270
3271 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3272
3273         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3274         the thread moves us backwards and so we loop forever.
3275
3276 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3279         whitespace in base64 data lines.
3280
3281 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3282
3283         * gnus-registry.el (gnus-registry-user-format-function-M):
3284         Use `mapconcat'.
3285         (gnus-registry-user-format-function-M2): Use to see the full text of
3286         the marks.  Make "," the mark text separator.
3287
3288         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3289         authentication with auth-source.
3290
3291 2011-05-17  Glenn Morris  <rgm@gnu.org>
3292
3293         * gnus-group.el (gnus-import-other-newsrc-file):
3294         Use insert-file-contents.
3295
3296 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3297
3298         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3299         1000 iterations.
3300
3301 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * nntp.el (nntp-open-connection): Check if process-type is available.
3304
3305 2011-05-16  Julien Danjou  <julien@danjou.info>
3306
3307         * shr.el (shr-tag-del): Add support for del tag.
3308
3309 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gnus-html.el (gnus-html-put-image): Register a displayer.
3312
3313         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3314
3315 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3316
3317         * registry.el (prune-factor): New initialization parameter defaulting
3318         to 0.1.
3319         (registry-prune-hard): Use it.
3320
3321         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3322         0.1 expicitly.
3323
3324 2011-05-13  Glenn Morris  <rgm@gnu.org>
3325
3326         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3327         is bound, since this function requires sendmail.
3328
3329 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         * registry.el (registry-usage-test): Disable pruning test.
3332
3333 2011-05-11  David Engster  <dengste@eml.cc>
3334
3335         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3336         Bind set-network-process-option for XEmacs.
3337
3338 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3339
3340         * registry.el (registry-prune-hard-candidates)
3341         (registry-prune-soft-candidates): Helper methods for registry pruning.
3342         (registry-prune): Use them.  Make the sort function optional.
3343
3344 2011-05-10  Jim Meyering  <meyering@redhat.com>
3345
3346         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3347
3348 2011-05-10  Julien Danjou  <julien@danjou.info>
3349
3350         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3351         symbol and not a list.
3352
3353 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * gnus-art.el (gnus-article-mode): Move binding of
3356         shr-put-image-function here from gnus-article-prepare-display.
3357
3358         * shr.el (shr-put-image-function): New variable.
3359         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3360         (shr-put-image): Return scaled image.
3361
3362         * gnus-art.el (gnus-shr-put-image): New function.
3363         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3364
3365         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3366         original ones, as deletable.
3367
3368 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3369
3370         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3371
3372 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3373
3374         * registry.el (registry-full): Add convenience method.  Fix logic.
3375         (registry-insert): Use it.  Fix logic here too.
3376
3377         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3378         `registry-prune' if `registry-full' returns t.
3379         (gnus-registry-handle-action)
3380         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3381         (gnus-registry-usage-test): Use it.
3382
3383 2011-05-07  Julien Danjou  <julien@danjou.info>
3384
3385         * shr.el (shr-link): Make shr-link inherit from link by default.
3386
3387 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3388
3389         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3390
3391 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3392
3393         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3394         error out because the face is not a list.
3395
3396 2011-05-05  Glenn Morris  <rgm@gnu.org>
3397
3398         * proto-stream.el (gnutls-negotiate): Fix declarations.
3399
3400         * gnus-start.el (gnus-propagate-marks): Declare.
3401
3402 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3403
3404         * registry.el (registry-reindex): Fix percentage message.
3405
3406         * proto-stream.el (network-stream-open-starttls): Adjust to call
3407         `gnutls-negotiate' with :process and :hostname arguments.
3408
3409 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3410
3411         * shr.el: Add shr-link face for links.
3412         (shr-urlify): Use it.
3413
3414         * registry.el (registry-insert): Make error message more helpful.
3415
3416 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * gnus-html.el (gnus-html-schedule-image-fetching):
3419         Use url-queue-retrieve, if it exists.
3420
3421         * shr.el (shr-tag-img): Ditto.
3422
3423         * gnus.el: Autoload more gnus-agent functions.
3424
3425         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3426         agent if we haven't already (bug#8502).
3427
3428         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3429         into the Agent, too.
3430
3431         * gnus-agent.el (gnus-agent-store-article): New function.
3432
3433         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3434         and moved from that file for reuse.
3435
3436         * pop3.el (pop3-open-server): Error messages are "-ERR".
3437
3438 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3441         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3442
3443 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3444
3445         * gnus.el: No Gnus v0.17 is released.
3446
3447 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3448
3449         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3450         buffer has moved to a different frame.
3451
3452 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3455         to get the conversion from unibyte to multibyte buffers to work on
3456         Emacs 22.
3457
3458         * nntp.el (nntp-request-article): Slight clean-up.
3459
3460 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * shr.el (shr-strike-through): New face.
3463         (shr-tag-s): Use it to provide <s> support.
3464         (shr-tag-s): Remove duplicate definition.
3465
3466 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3467
3468         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3469         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3470
3471 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3472
3473         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3474         `gnutls-negotiate'.
3475         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3476
3477 2011-04-23  Glenn Morris  <rgm@gnu.org>
3478
3479         * gnus-sum.el (gnus-extra-headers): Bump :version.
3480
3481 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * shr.el (shr-tag-sup): New function.
3484         (shr-tag-sub): Ditto.
3485
3486 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3487
3488         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3489         for the case where `gnus-registry-ignored-groups' is a list of lists,
3490         and don't call `gnus-parameter-registry-ignore' otherwise.
3491
3492 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3493
3494         * nnimap.el (nnimap-user): New backend variable.
3495         (nnimap-open-connection-1): Use it.
3496         (nnimap-credentials): Accept user parameter so it's explicit what user
3497         name is desired.
3498
3499         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3500         default.
3501
3502         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3503         not gnus-registry.el.
3504
3505         * gnus-registry.el: Mention in comments how to modify
3506         `gnus-extra-headers' for proper recipient tracking and that it may
3507         already have To and Cc recently, which it does as of this commit.
3508         (gnus-registry-ignored-groups): Remove defcustom.
3509         Explain why in comments.
3510         (gnus-registry-action): Fix data-header reference to use the extra
3511         headers.  Explain in package commentary how to add To and Cc headers to
3512         the gnus-extra-headers.
3513         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3514         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3515         parameter list or a string list in `gnus-registry-ignored-groups'.
3516         Fix logic error.
3517
3518 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * shr.el (shr-expand-url): Protect against null urls.
3521
3522 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * shr.el (shr-base): New binding.
3525         (shr-tag-base): Keep track of <base>.
3526         (shr-expand-url): New function used throughout.
3527
3528 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3529
3530         * gnus-registry.el
3531         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3532         (gnus-registry-ignored-groups): New variable.
3533         (gnus-registry-ignore-group-p): Use it.
3534         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3535         set the destination group to nil (same as delete) if it's ignored.
3536
3537 2011-04-20  David Engster  <dengste@eml.cc>
3538
3539         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3540
3541         * Makefile.in (test-nntp): New rule.
3542         (check): Add it.
3543         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3544
3545 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * gnus-registry.el (gnus-registry-action)
3548         (gnus-registry-fetch-header-fast):
3549         Don't use mail-header that looks an internal function of mailheader.el.
3550
3551 2011-04-19  Glenn Morris  <rgm@gnu.org>
3552
3553         * time-date.el (time-to-days): Remove unused local variables.
3554
3555 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * gnus-registry.el: Eliminate cl functions.
3558         (gnus-registry-sort-addresses): New function that replaces mapcan.
3559         (gnus-registry-action, gnus-registry-spool-action)
3560         (gnus-registry-split-fancy-with-parent)
3561         (gnus-registry-fetch-recipients-fast): Use it.
3562         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3563
3564         * registry.el (initialize-instance, registry-lookup)
3565         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3566         (registry-lookup-secondary-value, registry-search, registry-delete)
3567         (registry-insert, registry-reindex, registry-size, registry-prune):
3568         Use eval-and-compile.
3569
3570 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3571
3572         * registry.el (registry-reindex): New method to recreate the secondary
3573         registry indices.
3574
3575         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3576         tracked field changes.
3577         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3578         (gnus-registry-action, gnus-registry-spool-action)
3579         (gnus-registry-handle-action)
3580         (gnus-registry--split-fancy-with-parent-internal)
3581         (gnus-registry-split-fancy-with-parent)
3582         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3583         move, and delete actions, and for fancy splitting with parent.
3584         (gnus-registry-extract-addresses)
3585         (gnus-registry-fetch-recipients-fast)
3586         (gnus-registry-fetch-header-fast): Convenience functions.
3587         (gnus-registry-misc-test): ERT test of
3588         `gnus-registry-extract-addresses'.
3589
3590 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3591
3592         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3593         Track by subject first, then sender.
3594
3595 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3596
3597         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3598
3599         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3600         Lisp.
3601
3602         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3603         (gnus-draft-send): Use it to avoid popping
3604         up frames from gnus-group-send-queue.
3605
3606 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3607
3608         * gnus-registry.el: Updated gnus-registry docs.
3609
3610 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3611
3612         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3613         Fix logic bug.
3614         (gnus-registry-post-process-groups): Fix logging of no results and
3615         quote sender and subject.
3616
3617 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618
3619         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3620         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3621         gnutls-cli are too slow to be done opportunistically.
3622
3623         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3624         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3625         we had no early-data returned.
3626         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3627         two async commands to the same server at the same time.
3628
3629 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3630
3631         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3632
3633 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3636         "warning" level.
3637
3638         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3639         (mm-url-insert-file-contents): Don't set the package names.
3640
3641 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3642
3643         * gnus-registry.el (gnus-registry-action): Remove properties and
3644         simplify subject in `gnus-registry-handle-action'.
3645         (gnus-registry-spool-action): Get subject and sender from message if
3646         they are not passed in.
3647         (gnus-registry-handle-action): Remove properties and simplify subject
3648         consistently.
3649
3650 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3651
3652         * registry.el: Require CL before using defmacro*.
3653
3654 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3655
3656         * gnus-art.el (article-treat-date): Assume that
3657         gnus-article-date-headers may be a group parameter.
3658
3659 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3660
3661         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3662
3663         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3664         interactively so the newsrc file can contain foreign groups too.
3665         Useful for debugging but not much for users.
3666
3667 2011-04-07  David Engster  <dengste@eml.cc>
3668
3669         * registry.el (registry-usage-test): Only do
3670         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3671         lexical binding.
3672
3673 2011-04-07  David Engster  <dengste@eml.cc>
3674
3675         * Makefile.in (check, test-registry): New rules for test-suite.
3676
3677 2011-04-06  David Engster  <dengste@eml.cc>
3678
3679         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3680         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3681
3682 2011-04-06  David Engster  <dengste@eml.cc>
3683
3684         * registry.el (initialize-instance): Change :after to :AFTER to be
3685         compatible with old EIEIO version in XEmacs.
3686
3687 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3688
3689         * gnus-registry.el (gnus-registry-post-process-groups)
3690         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3691         and provide better messaging.
3692
3693 2011-04-06  David Engster  <dengste@eml.cc>
3694
3695         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3696         errors.
3697
3698         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3699         dgnushack-compile with error-on-warn enabled, and to signal an error if
3700         clean compilation failed.
3701         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3702         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3703
3704 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3705
3706         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3707         unconditionally anyway, discarding errors.
3708         (gnus-registry-delete-entries): New convenience function.
3709         (gnus-registry-import-eld): Import from old .eld registry.
3710
3711         * registry.el: Don't use ERT if it's not available.  Load it
3712         unconditionally anyway, discarding errors.
3713
3714         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3715         version from the Claudio Bley GnuTLS patch (extra optional parameters
3716         and host name).
3717
3718 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3719
3720         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3721         fixup the parameters that can be customized by the user between
3722         save/read cycles.
3723         (gnus-registry-read): Use it.
3724         (gnus-registry-make-db): Use it.
3725         (gnus-registry-spool-action, gnus-registry-handle-action):
3726         Fix messaging.
3727         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3728         Map references to actual group names with sender and subject tracking.
3729         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3730         (gnus-registry-usage-test): Add subject lookup test.
3731
3732         * registry.el (registry-db, initialize-instance): Set up constructor
3733         instead of :initform arguments for the sake of older Emacsen.
3734         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3735         pre-lexbind merge bug.
3736         (registry-usage-test): Use it.
3737         (initialize-instance, registry-db): Move the non-function initforms
3738         back to the class definition.
3739
3740 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3741
3742         * registry.el: New library to manage gnus-registry-style data.
3743
3744         * gnus-registry.el: Use it (major rewrite).
3745
3746         * nnregistry.el: Use it.
3747
3748         * spam.el: Use it.
3749
3750 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3753         marks on non-selected articles.
3754
3755 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3756
3757         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3758         parameter to open-protocol-stream.
3759
3760 2011-04-01  Julien Danjou  <julien@danjou.info>
3761
3762         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3763         fundamental-mode.
3764
3765 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766
3767         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3768         servers.
3769
3770 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3773         made marks not propagate, again.
3774
3775 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3776
3777         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3778         Make this the default type.
3779         (proto-stream-open-plain): Rename from proto-stream-open-default.
3780         (open-protocol-stream, proto-stream-open-starttls)
3781         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3782         with `plain'.
3783
3784         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3785         value.
3786
3787         * nntp.el (nntp-open-connection-function): Document the fact that some
3788         values are not functions but are instead handled specially.
3789         Recognize nntp-open-plain-stream value.
3790         (nntp-open-connection): Recognize that value.
3791
3792 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3795         where it seems to be needed.
3796
3797 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798
3799         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3800         stuff.
3801
3802         * gnus-score.el (gnus-score-string): Fix calling convention of
3803         `gnus-simplify-buffer-fuzzy' after last patches.
3804
3805         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3806         server for articles we didn't get any headers for.  This is a sanity
3807         check.
3808
3809 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3810
3811         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3812         new CAPABILITY, use it.
3813
3814 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815
3816         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3817         downloading anything.
3818
3819         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3820
3821 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3822
3823         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3824         colors.
3825         (gnus-splash-svg-color-symbols): New function.
3826
3827 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3830         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3831         (gnus-simplify-subject-fuzzy): Use the local
3832         gnus-simplify-subject-fuzzy-regex instead of the global one.
3833         This makes using this variable in group parameters work.
3834
3835 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3836
3837         * gnus-registry.el (gnus-registry-unfollowed-groups):
3838         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3839         archive:sent-YYYY-MM-DD groups).
3840         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3841         tracking if there are more than `gnus-registry-max-track-groups'
3842         matches.
3843
3844 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3845
3846         * message.el (message--yank-original-internal): New function to do the
3847         insertion cleanly inside eval in `message-yank-original'.
3848         (message-yank-original): Use it.
3849
3850 2011-03-29  Julien Danjou  <julien@danjou.info>
3851
3852         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3853         local variables disabled rather than `normal-mode'.
3854
3855 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3856
3857         * imap.el (imap-shell-open, imap-process-connection-type):
3858         Use imap-process-connection-type for 'shell' streams as well as
3859         Kerberos, SSL, other subprocesses.
3860
3861 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3862
3863         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3864         with open-network-stream.
3865         (proto-stream-always-use-starttls): Option removed.
3866         (open-protocol-stream): Return a process object by default.  Provide a
3867         new parameter :return-list specifying a list-type return value, which
3868         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3869         :type `network' to `try-starttls', and `network-only' to `default'.
3870         Make `default' the default, for compatibility with open-network-stream.
3871         Handle the no-parameter case exactly as open-network-stream, with no
3872         additional stream processing.  Search plists using plist-get.
3873         Explicitly add :end-of-commend parameter if it is missing.
3874         (proto-stream-open-default): Rename from
3875         proto-stream-open-network-only.  Return 'default as the type.
3876         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3877         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3878         failed.  Always return a list with a (possibly dead) process as the
3879         first element, for compatibility with open-network-stream.
3880         (proto-stream-open-tls): Use plist-get.  Always return a list.
3881         (proto-stream-open-shell): Return `default' as connection type.
3882         (proto-stream-capability-open): Use plist-get.
3883         (proto-stream-eoc): Function deleted.
3884
3885         * nnimap.el (nnimap-stream, nnimap-open-connection)
3886         (nnimap-open-connection-1): Handle renaming of :type parameter for
3887         open-protocol-stream.
3888         (nnimap-open-connection-1): Pass a :return-list parameter
3889         open-protocol-stream to obtain a list return value.  Parse this list
3890         using plist-get.
3891
3892         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3893         for open-protocol-stream.  Accept open-protocol-stream return value
3894         that is a subprocess object instead of a list.  Handle the case of a
3895         dead returned process.
3896
3897 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3898
3899         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3900
3901         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3902
3903 2011-03-21  Julien Danjou  <julien@danjou.info>
3904
3905         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3906         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3907         query.
3908         (mm-inline-text): Render normal text with fontification whenever
3909         possible.
3910
3911         * gnus-sum.el (gnus-summary-save-parts-1):
3912         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3913         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3914         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3915         Use `mm-handle-filename'.
3916
3917         * mm-util.el (mm-handle-filename): New function, return the filename of
3918         an handle.
3919
3920 2011-03-18  Julien Danjou  <julien@danjou.info>
3921
3922         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3923         (gnus-buffer-live-p): Check that buffer is not nil.
3924
3925 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3926
3927         * gnus.el: No Gnus v0.15 is released.
3928
3929 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3930
3931         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3932         avoid warning on XEmacs.
3933
3934         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3935         on XEmacs.
3936
3937         * gnus-art.el: Require mouse, which the build bot seems to say is
3938         needed.
3939
3940         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3941
3942         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3943         XEmacs, since it doesn't have url-retrieve-synchronously.
3944
3945         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3946         since assoc-string doesn't exist in XEmacs.
3947
3948 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3949
3950         * gnus-group.el (gnus-group-list-ticked): New function.
3951         (gnus-group-make-menu-bar): Provide a menu entry for it.
3952         (gnus-group-list-map): Provide a binding for it.
3953
3954 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * shr.el (shr-visit-file): New command.
3957
3958         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3959
3960 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3961
3962         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3963         servers.
3964
3965 2011-03-16  Julien Danjou  <julien@danjou.info>
3966
3967         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3968         inline.
3969
3970         * gnus-art.el (article-hide-list-identifiers):
3971         Use gnus-group-get-list-identifiers.
3972
3973         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3974         (gnus-summary-remove-list-identifiers):
3975         Use gnus-group-get-list-identifiers to get regexp.
3976         (gnus-select-newsgroup, gnus-summary-insert-subject)
3977         (gnus-summary-insert-articles):
3978         Call gnus-summary-remove-list-identifiers unconditionally.
3979
3980 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3983         we're selecting a group with unread articles.
3984
3985         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3986
3987         * gssapi.el: New file separated out from imap.el to provide a general
3988         Kerberos 5 connection facility for Emacs.
3989
3990         * message.el (message-elide-ellipsis): Document the format spec
3991         ellipsis.
3992
3993 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3994
3995         * message.el (message-elide-region): Allow the ellipsis to say how many
3996         lines were removed.
3997
3998 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999
4000         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4001         window configurations containing buffers that are now dead.
4002
4003         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4004         parsing to avoid integer overflows.
4005         (nnimap-parse-flags): Simplify the last change.
4006         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4007         too large for 32-bit Emacsen.
4008
4009 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4010
4011         * auth-source.el (auth-source-netrc-create):
4012         * message.el (message-yank-original): Fix use of `case'.
4013
4014 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4015
4016         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4017         XEmacs, which was one character too wide.
4018
4019 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4020
4021         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4022         default number of articles to display.
4023         (gnus-articles-to-read): Use pretty names for prompt.
4024
4025 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4026
4027         * gnus-int.el (gnus-open-server): Ditto.
4028
4029         * gnus-start.el (gnus-activate-group): Give a backtrace if
4030         debug-on-quit is set and the user hits `C-g'.
4031         (gnus-read-active-file): Ditto.
4032
4033         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4034
4035 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4036
4037         * message.el (message-yank-original): Use cond instead of CL case.
4038
4039 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4040
4041         * auth-source.el (auth-source-netrc-create): Use usual format for the
4042         default in prompts.
4043
4044 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * lpath.el: Fbind read-char-choice for XEmacs.
4047
4048 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4049
4050         * auth-source.el (auth-source-netrc-create): Show the default in the
4051         prompt when prompting for token creation.
4052
4053 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4054
4055         * auth-source.el (auth-source-format-prompt): Always convert the value
4056         to a string to avoid evaluating non-string arguments.
4057         (auth-source-netrc-create): Offer default properly, not as initial
4058         content in `read-string'.
4059         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4060         of line to determine if we've been run before.  If so, don't run again,
4061         but print a trivial message to indicate the cache was hit instead.
4062
4063 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4064
4065         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4066         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4067         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4068         Gnus.
4069
4070 2011-03-11  Julien Danjou  <julien@danjou.info>
4071
4072         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4073         modified file".
4074
4075 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4076
4077         * auth-source.el (auth-source-read-char-choice): New function to read a
4078         character choice using `dropdown-list', `read-char-choice', or
4079         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4080         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4081         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4082         (auth-source-netrc-saver): Use it.
4083         (auth-source-pick-first-password): New convenience function.
4084
4085 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4086
4087         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4088         parameter in the credentials.
4089         (nnimap-open-connection-1): Use it after a successful login.
4090         (nnimap-credentials): Add IMAP-specific user and password prompt.
4091
4092         * auth-source.el (auth-source-search): Add :require parameter, taking a
4093         list.  Document it and the :save-function return token.  Pass :require
4094         down.  Change the CREATED message from a warning to a debug statement.
4095         (auth-source-search-backends): Pass :require down.
4096         (auth-source-netrc-search): Pass :require down.
4097         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4098         Change save prompt to indicate all modifications saved here are
4099         deletions.
4100         (auth-source-netrc-create): Take user login name as default in user
4101         prompt.  Move all the save functionality to a lexically bound function
4102         under the :save-function token in the returned list.  Set up clearer
4103         default prompts for user, host, port, and secret.
4104         (auth-source-netrc-saver): New function, intended to be wrapped for
4105         :save-function.
4106
4107 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4110         lines to be spaces instead.
4111
4112 2011-03-07  Julien Danjou  <julien@danjou.info>
4113
4114         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4115         (sieve-sasl-auth): Check that auth-source-search did return something,
4116         or just return an empty string.
4117
4118 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4119
4120         * gnus.el (gnus-interactive): Use read-directory-name.
4121
4122         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4123         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4124         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4125         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4126         Likewise.
4127
4128         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4129
4130 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4133         onto the list of killed groups, too.  This makes killed nnimap groups,
4134         for instance, more reliably not reappear.
4135
4136         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4137         the parent.
4138
4139         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4140
4141         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4142         really have server-side marks.
4143
4144         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4145         since most backends do not usefully have server-side marks.
4146         (gnus-update-read-articles): Propagate marks to all backends that
4147         really have server-side marks.
4148
4149 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4150
4151         * message.el (message-cite-reply-position, message-cite-style):
4152         New variables.
4153         (message-yank-original): Use the new citation styles.
4154
4155 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4156
4157         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4158         buffer-local issue); don't mark it buffer-local when running under
4159         XEmacs.
4160
4161 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4162
4163         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4164         numbers too big to be `read'.
4165
4166 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4167
4168         * password-cache.el (password-in-cache-p): Add autoload.
4169
4170         * message.el (message-options): Make buffer-local two ways to attempt
4171         to fix a XEmacs bug.
4172
4173 2011-03-02  Julien Danjou  <julien@danjou.info>
4174
4175         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4176
4177 2011-03-01  Julien Danjou  <julien@danjou.info>
4178
4179         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4180         group.
4181         (article-hide-list-identifiers): Use list-identifier group parameter.
4182
4183 2011-02-28  Julien Danjou  <julien@danjou.info>
4184
4185         * sieve.el (sieve-buffer-script-name): New local variable to store
4186         sieve script name.
4187         (sieve-edit-script): Store sieve script name.
4188         (sieve-upload): Use sieve script name when uploading.
4189         (sieve-upload): Use substitute-command-keys.
4190         (sieve-edit-script): Use substitute-command-keys.
4191         (sieve-refresh-scriptlist): Use substitute-command-keys.
4192         (sieve-manage-mode-map): Define keymap properly.
4193         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4194         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4195         Remove commented code about cvs.
4196         (sieve-manage-quit): New function.
4197         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4198
4199 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4200
4201         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4202
4203 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4204
4205         * auth-source.el (auth-source-search): Cache empty result sets.
4206
4207         * password-cache.el (password-in-cache-p): Convenience function to
4208         check if a key is in the cache, even if the value is nil.
4209
4210         * auth-source.el (auth-source-save-behavior): New variable to replace
4211         `auth-source-never-create'.
4212         (auth-source-netrc-create): Use it.
4213         (auth-source-never-save): Remove.
4214
4215 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4216
4217         * nnimap.el (nnimap-stream): Doc fix.
4218         (nnimap-open-connection-1): Reverse the order of the ports to that the
4219         prompted-for port is first.
4220
4221         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4222         retrieval by the no-group selection.
4223
4224         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4225         numerical parameters.
4226
4227 2011-02-25  Julien Danjou  <julien@danjou.info>
4228
4229         * gnus-gravatar.el: Use gnus-with-article-buffer.
4230
4231         * gnus-art.el (gnus-with-article-buffer): Check that the
4232         gnus-article-buffer is alive.
4233
4234 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4235
4236         * auth-source.el (auth-source-creation-prompts): New variable to manage
4237         creation-time prompts.
4238         (auth-source-search): Document it.
4239         (auth-source-format-prompt): Add utility function.
4240         (auth-source-netrc-create): Don't default the user name to
4241         user-login-name.  Use `auth-source-creation-prompts' and some default
4242         prompts for user, host, port, and password (the default generic prompt
4243         remains ugly).
4244         (auth-source-never-save): Add customizable option to never save info.
4245         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4246         mode excursion.
4247
4248 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4251         argument that XEmacs doesn't support.
4252
4253         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4254         compiled for Emacsen having no `libxml-parse-html-region' support.
4255
4256         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4257
4258         * lpath.el: Bind buffer-save-without-query for XEmacs.
4259
4260 2011-02-23  Julien Danjou  <julien@danjou.info>
4261
4262         * gnus-art.el (article-make-date-line): Ignore errors if time is
4263         invalid and not convertible.
4264         (article-make-date-line): Only add lapsed time if time is not nil.
4265
4266 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4267
4268         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4269         `read-char-choice' for backwards compatibility.
4270         (auth-source-netrc-element-or-first): New function to DTRT for
4271         parameter extraction.
4272         (auth-source-netrc-create): Use it and fix multiple parameter print
4273         bug.  Use the default passed from above (given-default) or the
4274         built-in (user-login-name for :user).
4275
4276 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4277
4278         * gnus-start.el (gnus-dribble-read-file):
4279         Set buffer-save-without-query, since we always want to save the dribble
4280         file, probably.
4281
4282         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4283         nnimap.
4284
4285         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4286         -summary- since it's a user-visible variable.
4287
4288         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4289         first time you use the new Gnus.
4290
4291 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4292
4293         * auth-source.el: Don't load netrc.el.
4294         (auth-sources): Search ~/.netrc as well by default.
4295         (auth-source-debug): Add 'trivia option for extra output.
4296         (auth-source-do-trivia): Use it.
4297         (auth-source-search): Simplify logic to use
4298         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4299         appropriate.  Don't keep a running count at this level.  Layer :create
4300         and :delete options appropriately on the first and second passes.
4301         Don't track the backend with the search results.
4302         (auth-source-search-backends): New function to search a list of
4303         backends for a processed spec.
4304         (auth-source-netrc-parse): Cache all netrc files, making
4305         auth-source-netrc-cache an alist keyed by the file name and using the
4306         file mtime as the caching criterion.  Keep the obfuscated data secret
4307         with a lexical bind.
4308         (auth-source-netrc-search): Don't calculate the length of the results
4309         unnecessarily.
4310         (auth-source-search-backends): Fix bug.
4311         (auth-source-netrc-create): Rework prompts.
4312
4313 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4314
4315         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4316         Lower case names of search constraints.
4317         (nnir-run-query): Cache and reuse search constraints for all imap
4318         servers.
4319
4320 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4321
4322         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4323         after exit.
4324         (gnus-setup-message): Define missing variable from last checkin.
4325
4326         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4327         value, show the raw article.
4328
4329 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4330
4331         * gnus.el: No Gnus v0.13 is released.
4332
4333 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4334
4335         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4336         auth-source now accepts numbers.
4337
4338         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4339         spec, too.
4340         (auth-source-ensure-strings): New function.
4341
4342         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4343         (gnus-article-setup-buffer): Always restart the date timer so that user
4344         changes to the frequency is respected.
4345
4346         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4347         port numbers, so make sure it gets that if nnimap-server-port is
4348         explicit.
4349
4350 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4351
4352         * nnimap.el (nnimap-inbox): Doc fix.
4353
4354 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4355
4356         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4357         Autoload.  Add optional arg FRAME, and pass it to color-values.
4358         (color-complement): Caller changed.  Doc fix.
4359         (color-gradient): Rewrite for better clarity and efficiency.
4360
4361 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4362
4363         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4364         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4365         color-lab-to-srgb.
4366
4367 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4368
4369         * color.el: First part of merge from hexrgb.el.
4370         (color-rgb-to-hex): Rename from color-rgb->hex.
4371         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4372         saturation to zero if the value is too small.
4373         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4374         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4375         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4376         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4377         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4378         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4379         (color-cie-de2000): Doc fix.
4380
4381 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4382
4383         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4384         given method as in the group name if we're using an extended method.
4385         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4386         command, if we're using that, instead of waiting for the beginning.
4387
4388         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4389         we're sure to get unique server names, and we don't output two async
4390         commands in the same buffer.  This fixes an NNTP hang for some users.
4391
4392 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4393
4394         * gnus.el: No Gnus v0.11 is released.
4395
4396 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4397
4398         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4399         summary buffer before reading going to the next buffer.  This avoids
4400         putting the point in the group buffer if you `C-g' the command.
4401
4402         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4403         cache (for now) to make ~/.authinfo.gpg files usable.
4404
4405         * nnfolder.el (copyright-update): Define for the compiler.
4406
4407         * auth-source.el (auth-source-search): Fix unbound variable.
4408
4409 2011-02-19  Glenn Morris  <rgm@gnu.org>
4410
4411         * gnus.el (gnus-meta): Doc fix.
4412
4413 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4414
4415         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4416         in case it's not yet loaded.
4417
4418 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4419
4420         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4421         line we're waiting for.
4422
4423 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4424
4425         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4426         face with line-width greater than zero will cause RET in gnus summary
4427         buffer to scroll down article page-wise because auto vscroll happens,
4428         it should be temporally disabled when doing a scroll-up.
4429
4430 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4431
4432         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4433         outputs from the server.
4434
4435 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4436
4437         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4438         later so that bbdb can hook in easier.
4439
4440 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4441
4442         * auth-source.el (auth-source-search): Don't try to create credentials
4443         if the caller doesn't want that.
4444         (auth-source-search): If we don't find a match, don't bug out on
4445         non-bound variables.
4446         (auth-source-search): Only ask a single backend to create the
4447         credentials.
4448
4449         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4450         logging.
4451         (nnimap-credentials): Protect against auth-source-search returning nil.
4452         (nnimap-request-list): Protect against not being able to open the
4453         server.
4454
4455 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4456
4457         * auth-source.el (auth-source-search): Do a two-phase search, one with
4458         no :create to get the responses from all backends.
4459
4460         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4461         when getting credentials.
4462
4463         * gnus-util.el (gnus-delete-duplicates): New function.
4464
4465 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4466
4467         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4468         a creation default, pass the whole port list down.  It will be
4469         completed.
4470
4471         * auth-source.el (auth-source-search): Updated docs to talk about
4472         multiple creation choices.
4473         (auth-source-netrc-create): Accept a list as a value (from the search
4474         parameters) and do completion on that list.  Keep a separate netrc line
4475         with the password obscured for showing the user.
4476
4477         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4478         first choice to `auth-source-search' so it will be used for entry
4479         creation instead of the server's Gnus-specific name.
4480         (nnimap-credentials): Rely on the auth-source library to select which
4481         port is actually wanted in the new netrc entry, so don't override
4482         `auth-source-creation-defaults'.
4483
4484         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4485         :protocol and accept a missing user, host, or port as a wildcard match.
4486         (auth-source-debug): Default to off.
4487
4488         (auth-source-netrc-search, auth-source-netrc-create)
4489         (auth-source-secrets-search, auth-source-secrets-create)
4490         (auth-source-user-or-password, auth-source-backend, auth-sources)
4491         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4492         instead of :protocol.
4493
4494         * nnimap.el (nnimap-credentials): Pass a port default to
4495         `auth-source-search' in case an entry needs to be created.
4496         (nnimap-open-connection-1): Use :port instead of :protocol.
4497
4498 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * auth-source.el: Bind load-path when loading EIEIO from
4501         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4502         21.4 doesn't support, to `require'.
4503         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4504         delete-dups that is not available in XEmacs 21.4.
4505
4506 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4507
4508         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4509         as EIEIO must also be loaded when auth-source.el is being
4510         byte-compiled.
4511
4512 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4513
4514         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4515
4516         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4517
4518         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4519
4520         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4521
4522         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4523
4524         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4525
4526         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4527
4528         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4529         necessary.
4530
4531 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4532
4533         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4534         nil means that nnimap doesn't get updated.
4535
4536 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4537
4538         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4539         result when the user doesn't want to write to the file.
4540         (auth-source-netrc-search): Expect a synthetic result and proceed
4541         accordingly.
4542         (auth-source-cache-expiry): New variable to override
4543         `password-cache-expiry'.
4544         (auth-source-remember): Use it.
4545
4546         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4547         parameter.  Create entry if necessary by using :create t.
4548         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4549
4550 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4551
4552         * auth-source.el (auth-source-debug): Enable by default and don't
4553         mention the obsolete `auth-source-hide-passwords'.
4554         (auth-source-do-warn): New function to debug unconditionally.
4555         (auth-source-do-debug): Use it.
4556         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4557         and for Secrets API entries when the secrets.el library is not
4558         available.
4559
4560 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4561
4562         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4563         (gnus-summary-exit): Kill the correct article buffer on exit from a
4564         `C-d' group.
4565
4566         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4567         gnus-propagate-marks.
4568
4569         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4570         before killing the buffers so that a non-full window conf gets handled
4571         correctly.
4572         (gnus-summary-exit): Ditto.
4573         (gnus-summary-read-group-1): Ditto.
4574
4575         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4576         async code again so that we can debug it properly.
4577
4578         * message.el (message-reply): Take an optional switch-buffer parameter
4579         so that Gnus window confs are respected better.
4580
4581 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4582
4583         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4584         `plist-get' to accept non-list parameters (XEmacs issue).
4585         Fix docstring.
4586         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4587         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4588         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4589         Login collection is "Login" and not "login".
4590
4591 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4592
4593         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4594         multiple headers.
4595
4596         * nnimap.el (nnimap-inhibit-logging): New variable.
4597         (nnimap-log-command): Don't log login commands.
4598
4599         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4600         to have more parameters.
4601
4602         * nnimap.el (nnimap-send-command): Mark the command time for each
4603         command, so that we don't get NOOPs stepping on our toes.
4604
4605         * gnus-art.el (article-date-ut): Get the date from the Date header on
4606         `t'.
4607
4608 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * auth-source.el (auth-source-search): Use copy-sequence instead of
4611         the cl.el copy-list.
4612
4613 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4614
4615         * imap.el: Bring it back (revert
4616         84d800cd31de3064f0ed39617d725709a2f8f42f).
4617
4618 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4619
4620         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4621         Improve prompt.
4622
4623 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4624
4625         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4626         washing status from the default format.  It isn't very informative.
4627
4628 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4629
4630         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4631         Fix Gcc processing on imap.
4632
4633 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4634
4635         * imap.el: Remove file.  All the functionality is in nnimap.el.
4636
4637 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4638
4639         * message.el (message-bury): Don't pop up a new window when selected
4640         window is dedicated.
4641
4642 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4643
4644         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4645
4646 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4647
4648         * sieve-manage.el: Autoload `auth-source-search'.
4649         (sieve-sasl-auth): Use it.
4650
4651 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4652
4653         * nnimap.el: Autoload `auth-source-forget+'.
4654         (nnimap-open-connection-1): Use it if the connection fails.
4655
4656         * auth-source.el: Require `password-cache'.
4657         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4658         obsolete.
4659         (auth-source-magic): Marker for `password-cache' keys.
4660         (auth-source-do-cache): Update docstring.
4661         (auth-source-search): Use and check cache.
4662         (auth-source-forget-all-cached, auth-source-remember)
4663         (auth-source-recall, auth-source-forget, auth-source-forget+)
4664         (auth-source-specmatchp): Caching support functions.
4665         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4666         Remove and obsolete.
4667         (auth-source-user-or-password): Remove caching to further discourage
4668         using it.  Always hide passwords.
4669
4670         * password-cache.el (password-cache-remove): Accept secrets that are
4671         not strings.
4672
4673 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4674
4675         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4676         code for now, since it doesn't work for all users.
4677
4678 2011-02-09  Julien Danjou  <julien@danjou.info>
4679
4680         * message.el (message-options): Make message-options really buffer
4681         local.
4682
4683 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4684
4685         * mail-source.el: Autoload `auth-source-search'.
4686         (mail-source-keyword-map): Note order matters.
4687         (mail-source-set-1): Get all the mail-source source values and
4688         defaults and search auth-source on those if needed.  This can all
4689         probably be simplified.
4690
4691         * nnimap.el: Autoload `auth-source-search'.
4692         (nnimap-credentials): Use it.
4693         (nnimap-open-connection-1): Ask for the virtual server and physical
4694         address in one shot.
4695
4696         * nntp.el: Autoload `auth-source-search'.
4697         (nntp-send-authinfo): Use it.  Note TODO.
4698
4699 2011-02-08  Julien Danjou  <julien@danjou.info>
4700
4701         * shr.el (shr-tag-body): Add support for text attribute in body
4702         markups.
4703
4704         * message.el (message-options): Make message-options a local variable.
4705
4706 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * auth-source.el (auth-source-secrets-search)
4709         (auth-source-user-or-password): Use `append' instead of `nconc'.
4710         (auth-source-user-or-password): Build return list better and protect
4711         against nil :secret.
4712
4713 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4714
4715         * nnimap.el (nnimap-update-info): Refactor slightly.
4716         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4717         (nnimap-update-info): Clean up slightly.
4718         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4719         characters.
4720         (nnimap-process-quirk): Rename function to avoid collision.
4721         (nnimap-update-info): Fix macrology bug-out.
4722         (nnimap-update-info): Simplify split history test.
4723
4724 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4725
4726         * auth-source.el (top): Require 'eieio unconditionally.
4727         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4728         (auth-source-secrets-search): Limit search when `max' is greater than
4729         number of results.
4730
4731 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4732
4733         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4734         part not returning any data.
4735
4736         * proto-stream.el (open-protocol-stream): Document the return value.
4737
4738 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4739
4740         * auth-source.el (auth-source-secrets-search): Add examples.
4741
4742 2011-02-06  Julien Danjou  <julien@danjou.info>
4743
4744         * message.el (message-setup-1): Handle message-generate-headers-first
4745         set to t.
4746
4747 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4748
4749         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4750         API with a string "secrets:collection-name" and with 'default.
4751         (auth-source-backend-parse): Parse "secrets:collection-name" and
4752         'default.  Recurse on parses instead of repeating code.  Use the
4753         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4754         message when ignoring a source.
4755         (auth-source-search): List ignored search keys at the top level.
4756         (auth-source-netrc-create): Use `case' instead of `cond'.
4757         (auth-source-secrets-search): Created with TODOs.
4758         (auth-source-secrets-create): Created with TODOs.
4759         (auth-source-retrieve, auth-source-create, auth-source-delete)
4760         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4761         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4762         (auth-source-user-or-password-sftp)
4763         (auth-source-user-or-password-smtp): Remove.
4764         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4765         around `auth-source-search'.  Not tested thoroughly.
4766
4767 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4768
4769         * auth-source.el: Bring in assoc and eioeio libraries.
4770         (secrets-enabled): New variable to track the status of the Secrets API.
4771         (auth-source-backend): New EIOEIO class to represent a backend.
4772         (auth-source-creation-defaults): New variable to set prompt defaults
4773         during token creation (see the `auth-source-search' docstring for
4774         details).
4775         (auth-sources): Simplify to allow a simple string as a netrc backend
4776         spec.
4777         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4778         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4779         (auth-source-search): Main auth-source API entry point.
4780         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4781         (auth-source-search-collection): Helper function for searching.
4782         (auth-source-netrc-parse, auth-source-netrc-normalize)
4783         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4784         Supports search, create, and delete.
4785         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4786         backend stubs.
4787         (auth-source-user-or-password): Call `auth-source-search' but it's not
4788         ready yet.
4789
4790 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4791
4792         * message.el (message-setup-1): Remove the read-only stuff, since it
4793         doesn't work under XEmacs, for some reason.
4794
4795         * gnus-sum.el (gnus-user-date): Rename back from
4796         gnus-summary-user-date since user code refers to it.
4797
4798         * shr.el (shr-render-td): Store the actual background color used.
4799
4800         * message.el (message-setup-1): Don't bind the constant
4801         -forbidden-properties.
4802         (message-setup-1): Revert previous change, since it needs to bind the
4803         props to insert them.
4804         (message-resend): Allow removing the read-only separator line.
4805
4806 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4807
4808         * nnimap.el (nnimap-request-accept-article): Give an error message if
4809         the APPEND wasn't successful.
4810
4811 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4812
4813         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4814         that have no groups.
4815
4816 2011-02-03  Julien Danjou  <julien@danjou.info>
4817
4818         * gnus-draft.el: Remove progn around gnus-draft-setup.
4819
4820 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4821
4822         * gnus-start.el (gnus-read-active-for-groups): This function is never
4823         called with a nil `infos', so clean that up.
4824         (gnus-get-unread-articles): Request active files from primary/secondary
4825         methods that have no groups (yet).
4826
4827 2011-02-03  Julien Danjou  <julien@danjou.info>
4828
4829         * message.el (message-setup-1): Always generate References first.
4830         (message-mail): Return the return value of message-setup, not always t.
4831         (message-setup-1): Insert mail-header-separator with read-only and
4832         intangible properties set.
4833
4834         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4835         user-date in docstring.
4836
4837         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4838
4839         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4840         docstring.
4841
4842         * gnus.el (gnus-user-date-format-alist): Change default value.
4843         Use defcustom, with type and group. Move from gnus-util.el.
4844         Rename to gnus-summary-user-date-format-alist.
4845
4846 2011-02-03  Glenn Morris  <rgm@gnu.org>
4847
4848         * nnimap.el (gnus-fetch-headers): Declare.
4849
4850         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4851
4852 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4853
4854         * message.el (message-forward-make-body-digest-plain)
4855         (message-followup, message-reply): Clean up things noted by Stefan.
4856
4857         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4858         gnus-article-update-date-headers is nil.
4859         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4860         it didn't really work with defcustom.
4861         (article-update-date-lapsed): Make sure the window start doesn't move,
4862         either.
4863
4864 2011-02-01  Julien Danjou  <julien@danjou.info>
4865
4866         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4867         format.
4868
4869         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4870         standard in Emacs nowadays.
4871
4872         * color.el (color-gradient): Add a color-gradient function.
4873
4874 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4875
4876         * message.el (message-expand-name): Don't trust the return value of
4877         bbdb-complete-name.
4878         (message-check-news-header-syntax): Remove unused var `start'.
4879         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4880         (message-inhibit-body-encoding): Move to before first use.
4881         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4882         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4883         (Organization, Message-ID, Date, mh-previous-window-config):
4884         Defvar the vars using dynamic scoping.
4885
4886 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4887
4888         * shr.el (shr-render-td): Only do colors at the final rendering.
4889         Should be slightly faster.
4890         (shr-insert-table): Fix up TD background colors when doing the
4891         vertical padding.
4892
4893         * gnus-art.el (article-date-ut): Protect against articles with no Date
4894         header.
4895         (article-update-date-lapsed): Don't use current-column to find the
4896         horizontal position.  It's fragile in the presence of \003 characters.
4897
4898         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4899
4900 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4901
4902         * gnus-art.el (article-transform-date): Rewrite to still work when
4903         there are several rfc2822 parts.
4904         (article-transform-date): Fix infinite recursion.
4905         (article-date-ut): Replace infinitely many Date headers with a single
4906         one when called interactively.
4907
4908         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4909         secure manner.
4910
4911         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4912         move around by not using save-window-excursion.  It seems to work...
4913
4914 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * gnus-art.el (article-make-date-line): Work for user-defined format.
4917
4918 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4919
4920         * nntp.el (nntp-retrieve-group-data-early)
4921         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4922         fetching functions.
4923
4924         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4925         thoroughly for all backends that have no known groups.  This should
4926         allow new nnml methods to retrieve mail.
4927
4928         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4929         that Gnus doesn't know exists again.
4930
4931         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4932         (gnus-treat-date-ut): Ditto.
4933         (gnus-article-update-date-header): Rename.
4934         (gnus-treat-date-local): Remove.
4935         (gnus-treat-date-english): Remove.
4936         (gnus-treat-date-lapsed): Remove.
4937         (gnus-treat-date-combined-lapsed): Remove.
4938         (gnus-treat-date-original): Remove.
4939         (gnus-treat-date-iso8601): Remove.
4940         (gnus-treat-date-user-defined): Remove.
4941         (gnus-article-date-headers): New variable to control all the date
4942         header options.
4943         (article-date-ut): Rewrite to allow using the new way to format date
4944         headers(s).
4945
4946 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4947
4948         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4949         method.
4950         (nnmail-article-group): A better test for fanciness.
4951
4952         * nnimap.el (nnimap-request-head): Protect against not finding the
4953         article by Message-ID.
4954
4955 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4956
4957         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4958         keep point at the "same place".
4959
4960 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4961
4962         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4963         data if the group is inactive.
4964
4965 2011-01-28  Julien Danjou  <julien@danjou.info>
4966
4967         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4968         (gnus-all-windows-visible-p): Remove old compatibility code.
4969         (gnus-window-top-edge): Add docstring.
4970
4971         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4972
4973 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4974
4975         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4976         older request-update-info.
4977
4978         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4979
4980 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4981
4982         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4983         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4984
4985 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4986
4987         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4988         groups.  This makes the nndraft:queue group pop up if it's not already
4989         there.
4990
4991         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4992         messages" logic, which was reversed.
4993
4994         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4995         the "same place" even if point is on the line being replaced.
4996         (article-update-date-lapsed): Allow updating both the combined lapsed
4997         and the lapsed headers.
4998         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4999         (article-make-date-line): Limit the number of segments dynamically to
5000         avoid too-long lines.
5001
5002 2011-01-27  Julien Danjou  <julien@danjou.info>
5003
5004         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5005         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5006
5007 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5010         Use plist-get instead of the cl function getf.
5011
5012 2011-01-27  Glenn Morris  <rgm@gnu.org>
5013
5014         * gnus-util.el (float-time): Get rid of compiler warning, again.
5015
5016 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5017
5018         * shr.el (shr-put-color): Special-case background colors: Do put them
5019         at the blank parts at the front of the lines.
5020
5021         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5022         exit hook to nix out all data on readedness on group exit.
5023
5024         * gnus-util.el (float-time): If float-time is bound, always use it on
5025         all Emacsen.  It's unclear why the subrp check was there.
5026         (time-date): Require to make some autoload issues on XEmacs go away.
5027
5028         * shr.el (shr-put-color): Don't do the box padding in tables, since
5029         they're already padded.
5030
5031 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5032
5033         * gnus-art.el (gnus-article-next-page): When the last line of the
5034         article is displayed, scroll down once more instead of going to the
5035         next article at once.
5036         (article-lapsed-string): Refactor out and allow specifying how many
5037         segments you want.
5038         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5039         (gnus-article-update-lapsed-header): New variable.
5040
5041         * shr.el: Revert change that made headings use different-sized faces.
5042         The Emacs display engine isn't advanced enough that, for instance,
5043         tables can comfortably use differently-sized faces.
5044
5045 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5046
5047         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5048         used.
5049         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5050         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5051         we're using an encrypted connection.
5052
5053         * proto-stream.el: Alter the interface functions to also return the
5054         actual stream type used: network or tls.
5055
5056 2011-01-25  Julien Danjou  <julien@danjou.info>
5057
5058         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5059         (mm-display-javascript-inline): New function.
5060
5061         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5062         viewing function.
5063
5064 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * shr.el (shr-expand-newlines): Fix variable name.
5067
5068 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5069
5070         * shr.el (shr-expand-newlines): Make nested boxes work.
5071
5072 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5073
5074         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5075         backgrounds.
5076         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5077         in a more sensible manner.
5078
5079 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5080
5081         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5082         if EPG is loaded.
5083
5084 2011-01-24  Julien Danjou  <julien@danjou.info>
5085
5086         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5087         tags.
5088
5089 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5090
5091         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5092         commands.
5093
5094         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5095         in the article buffer.
5096         (gnus-gravatar-insert): Use blank space from the current buffer to
5097         avoid breaking text properties.  This makes X-Sent updating work again.
5098
5099         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5100
5101 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5102
5103         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5104         fix the bug in url-http.el instead.
5105
5106         * shr.el (shr-image-fetched): Ditto.
5107
5108         * shr.el (shr-image-fetched): Avoid having point move in the article
5109         buffer.
5110
5111         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5112         buffer after being called.  It's apparently being killed by url.el, and
5113         killing it made point move to end-of-buffer in a random buffer.
5114
5115         * shr.el (shr-image-fetched): Ditto.
5116
5117 2011-01-23  Julien Danjou  <julien@danjou.info>
5118
5119         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5120
5121         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5122         text/x-org.
5123
5124 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5125
5126         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5127         (i.e., nnimap) returning nil as the article number.
5128
5129 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5130
5131         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5132         "DelSp" parameter in RFC3676.
5133
5134 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5135
5136         * message.el (message-check-recipients): Display the encoded version of
5137         the bogus address if they differ.
5138
5139         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5140         after sending.
5141
5142         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5143
5144         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5145
5146         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5147         group buffer after sending the queue.
5148
5149         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5150
5151 2011-01-22  Julien Danjou  <julien@danjou.info>
5152
5153         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5154
5155 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5156
5157         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5158         nested related parts.
5159
5160         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5161         unexpired articles.  This fixes the regression that led expiry marks to
5162         disappear from nnfolder groups.
5163
5164 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5165
5166         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5167         Don't confuse the "ret" of "retrograde" with RET.
5168
5169 2011-01-21  Julien Danjou  <julien@danjou.info>
5170
5171         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5172         than mm-insert-inline.
5173
5174 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5177         Widen article buffer.
5178
5179 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5180
5181         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5182         the temp buffer.
5183         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5184
5185 2011-01-20  Julien Danjou  <julien@danjou.info>
5186
5187         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5188
5189         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5190         than mm-insert-inline to insert inline part: this respect
5191         mm-inline-media-tests displayers.
5192
5193         * mm-view.el (mm-display-shell-script-inline): New function.
5194
5195         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5196
5197         * mm-uu.el (mm-uu-type-alist): Add org block.
5198         (mm-uu-org-src-code-block-extract): New function.
5199
5200         * mm-view.el (mm-display-org-inline): New function.
5201
5202         * mm-decode.el (mm-automatic-display): Add text/org.
5203
5204         * mailcap.el (mailcap-mime-extensions): Add .org.
5205
5206 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5209         gnus-article-add-buttons.
5210
5211 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5212
5213         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5214         From header with a date and "nobody" as the sender.
5215
5216 2011-01-19  Julien Danjou  <julien@danjou.info>
5217
5218         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5219         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5220         if you have the same regexp several times.
5221         (gnus-button-push): Fix matching when regexp is symbol.
5222
5223 2011-01-15  Glenn Morris  <rgm@gnu.org>
5224
5225         * message.el (message-mail): A compose-mail function should
5226         accept headers as strings.
5227
5228 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5229
5230         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5231         Add :vert-only tags.
5232         (message-mail): New arg RETURN-ACTION.
5233         (message-return-action): New var.
5234         (message-bury): Use it.
5235         (message-mode): Make it buffer-local.
5236         (message-send-and-exit): Always call message-bury.
5237
5238         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5239         message-mail.
5240
5241 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * nnimap.el (nnimap-convert-partial-article): Protect against
5244         zero-length body parts.
5245
5246         * mm-decode.el (mm-preferred-alternative-precedence):
5247         Discourage showing empty parts.
5248
5249         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5250         and stuff if the backend didn't return the article number.  This fixes
5251         an Exchange-related nnimap bug.
5252
5253         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5254         group window, because it does the wrong thing when a separate frame
5255         displays the group buffer.
5256
5257         * proto-stream.el (open-protocol-stream): Protect against the low-level
5258         transport functions returning nil.
5259
5260 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5261
5262         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5263         (mml2015-epg-find-usable-secret-key): New function.
5264         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5265         mml2015-epg-find-usable-key (Bug#7797).
5266         (mml2015-epg-encrypt): Ditto.
5267
5268 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * dgnushack.el (rot13-string): Fix the way to get the argument.
5271
5272 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5273
5274         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5275
5276 2011-01-03  Glenn Morris  <rgm@gnu.org>
5277
5278         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5279
5280         * sieve.el (sieve-open-server): Give a more explicit error if
5281         sieve-manage-open returns nil.  (Bug#7720)
5282
5283 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5284
5285         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5286
5287 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5288
5289         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5290         This avoids sending passwords in plain text over non-encrypted
5291         channels.
5292
5293         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5294
5295         * nnimap.el (nnimap-login): Refactored out into own function, and
5296         implement CRAM-MD5.
5297         (nnimap-wait-for-line): Refactored out.
5298
5299         * mm-view.el (mml-smime): Require.
5300
5301 2010-12-20  David Engster  <deng@eml.cc>
5302
5303         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5304         use EPG to decrypt S/MIME messages instead of openssl.
5305
5306 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307
5308         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5309
5310         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5311         status is the group clearly is unreachable.
5312
5313         * auth-source.el (auth-source-create): Add the optional second
5314         parameter to `local-variable-p' to be compatible with XEmacs.
5315
5316 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5317
5318         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5319         work when using a compressed nnml folder.
5320
5321 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5324         backends after sanitising on entry, because this never makes sense:
5325         If the articles have gone missing, then the data no longer exists on
5326         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5327         overwrite anything anyway.
5328
5329         * shr.el (shr-insert-document): Bind shr-width dynamically to
5330         window-width if it's nil.
5331
5332 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5333
5334         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5335         with the meaning of using the full emacs window width for rendering.
5336
5337 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5338
5339         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5340         case when sender is not given.
5341
5342 2010-12-23  Julien Danjou  <julien@danjou.info>
5343
5344         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5345         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5346         the addresses, otherwise we might misplaced the gravatar.
5347
5348 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5349
5350         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5351         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5352         obsolete in Emacs.
5353
5354 2010-12-20  Julien Danjou  <julien@danjou.info>
5355
5356         * gnus-util.el (gnus-rescale-image): Revert last change.
5357
5358 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5359
5360         * binhex.el: Improve commentary (Bug#7482).
5361
5362 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * gnus-group.el (gnus-group-delete-articles): New command.
5365
5366 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5367
5368         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5369
5370 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5371
5372         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5373         here, since it's up to the backends to do CRLF removal if their
5374         protocol has it.
5375
5376         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5377
5378 2010-12-17  Julien Danjou  <julien@danjou.info>
5379
5380         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5381         they are from file.  Can also scale up.
5382
5383 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5384
5385         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5386         Restore gnus-use-agent.
5387         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5388
5389         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5390
5391 2010-12-17  Julien Danjou  <julien@danjou.info>
5392
5393         * gravatar.el (gravatar-retrieve-synchronously): New function.
5394         (gravatar-get-data): Make more robust.
5395
5396 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5399
5400 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401
5402         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5403         to really consider the last line.
5404
5405 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5406
5407         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5408         list of recipient keys, or use symmetric encryption if not a list.
5409         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5410         EPA override, replacing the call to `netrc-store-data'.
5411
5412 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5413
5414         * gnus-srvr.el: Avoid passing nil regexp argument to
5415         delete-matching-lines.
5416
5417 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5420         fetching stops when Gnus exits.
5421
5422         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5423         function.
5424         (nnfolder-request-expire-articles): Save all the buffers after doing
5425         expiry.
5426
5427         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5428         the last article", since that led to serious performance regressions
5429         when expiring nnml groups.
5430
5431 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5432
5433         * nnir.el: Improve customizations.
5434
5435 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5436
5437         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5438
5439         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5440         group has been killed.
5441         (gnus-group-yank-group): Ditto.
5442
5443         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5444
5445         * nnimap.el (nnimap-request-update-group-status): New function.
5446
5447         * gnus-int.el (gnus-request-update-group-status): New interface
5448         function.
5449
5450         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5451         copying read-ness to the backends.
5452
5453         * nnimap.el (nnimap-quirk): New function.
5454         (nnimap-retrieve-group-data-early): Use it.
5455         (nnimap-quirks): New alist.
5456
5457 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5460         don't delete it within indentation.
5461
5462 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5465         previous line.
5466
5467 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5468
5469         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5470         QRESYNC command by deleting a superfluous space which broke Cyrus
5471         servers.  This change will break other servers that are buggy the other
5472         way around.
5473
5474 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5475
5476         * spam.el: Reindent and fix long lines.
5477         (spam-copy-or-move-routine): Exclude invalid move destinations.
5478
5479 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5480
5481         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5482         installed the registry.
5483
5484 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5487
5488 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5489
5490         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5491         groupname doesn't contain "gmane".
5492
5493 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5496         and netrc-bound-and-true-p bindings.
5497         (netrc-parse): Cache the netrc contents.
5498
5499         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5500         (gnus-1): Don't create the nndrafts group twice.
5501         (gnus-setup-news): There's no need to read the active file here, since
5502         that's done again later on a per-backend basis.
5503         (gnus-start-draft-setup): Make sure that the new group is started out
5504         empty.
5505
5506         * gnus-agent.el (gnus-agentize): Don't create the queue group
5507         automatically on startup.  It'll be created later, if needed.
5508
5509         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5510         of automatically subscribed groups.
5511         (gnus-auto-subscribed-categories): New variable.
5512         (gnus-matches-options-n): Use it.
5513         (gnus-default-subscribed-newsgroups): Remove unused variable.
5514         (gnus-start-draft-setup): Message a bit less.
5515
5516 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5517
5518         * nnir.el (nnir-run-imap): Return article list in order of increasing
5519         UID.
5520
5521 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5522
5523         * gnus-sum.el (gnus-summary-enter-digest-group):
5524         Mention gnus-auto-select-on-ephemeral-exit.
5525
5526         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5527         convention of the network-only option.
5528
5529 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5530
5531         * proto-stream.el (proto-stream-open-network-only): New function to
5532         have a way to specify non-STARTTLS upgrade connections.
5533
5534 2010-12-10  Julien Danjou  <julien@danjou.info>
5535
5536         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5537         email address is nil.
5538
5539         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5540
5541 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5542
5543         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5544         deletion.
5545         (nnir-run-imap): Only need to parse list once.
5546
5547 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548
5549         * shr.el (shr-tag-script): Ignore <script>.
5550         (shr-tag-label): Add <label> support.
5551
5552 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5555
5556         * shr.el (shr-image-displayer): Work for images lined side by side.
5557
5558 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5559
5560         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5561         parameter, since XEmacs doesn't accept t as a parameter.
5562
5563 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5564
5565         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5566         ids.
5567         (nnir-run-gmane): Simplify groupspec formatting.
5568         (nnir-request-expire-articles): New function.
5569
5570 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5573         overflow, possibly.
5574
5575         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5576         (shr-render-td): Handle td style="" better.
5577         (shr-tag-table): Use the color from the style sheet.
5578         (shr-render-td): Make sure we copy over all the overlays, too.
5579
5580 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5581
5582         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5583         (nnir-request-article): Improve article retrieval.
5584
5585 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * mm-util.el (mm-extra-numeric-entities): New variable.
5588
5589         * mm-url.el (mm-url-decode-entities):
5590         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5591
5592         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5593
5594 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5595
5596         * message.el: Use completion-at-point.
5597         (message-completion-function): New fun, extracted from message-tab.
5598         (message-mode): Use it for completion-at-point-functions.
5599         (message-tab): Use it and completion-at-point.
5600
5601 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5604         character if a non-breakable character follows.
5605
5606 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5609         any stream.
5610
5611         * shr.el (shr-tag-font): Colorize the region.
5612         (shr-tag-body): Ditto.
5613         (shr-tag-font): Actually let the styles be inherited instead of
5614         overwriting them.
5615         (shr-tag-font): Get the background color right.
5616         (shr-tag-style): Ignore all <style> tags for the moment.
5617
5618         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5619         a Message-ID to avoid having nnimap depend on gnus-sum.
5620
5621         * shr.el (shr-descend): Only colorize something if we have a node that
5622         sets colors.
5623
5624 2010-12-06  Julien Danjou  <julien@danjou.info>
5625
5626         * shr.el (shr-render-td): Render td content with shr-descend, so style
5627         will be applied to <td> too.
5628         (shr-colorize-region): Colorize region even if we only have a background.
5629         (shr-tag-body): Fix color and background color inheritance.
5630         Do not recolorize after shr-generic.
5631         (shr-tag-font): Let shr-generic colorize via inheritance.
5632
5633 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5636
5637 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5638
5639         * nnir.el (nnir-request-move-article): Remove obsolete code.
5640
5641 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5644
5645 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5646
5647         * gnus-sum.el (gnus-summary-respool-article): The completion function
5648         expects a list instead of an alist.
5649
5650         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5651         string as the parameter.
5652
5653         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5654
5655         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5656         styles.
5657         (shr-colorize-region): New function.
5658         (shr-insert-background-overlay): Remove.
5659         (shr-render-td): Background setting should be taken care of on a higher
5660         level.
5661         (shr-tag-body): Use post-hoc colorizations.
5662         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5663         (shr-put-color-1): Don't overwrite old colors.
5664         (shr-colorize-region): When the background color isn't explicit, use
5665         a fixed background.
5666
5667         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5668         nnmail variables.
5669
5670 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5671
5672         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5673         unless necessary.
5674
5675 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5676
5677         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5678         server.
5679
5680 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5681
5682         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5683         so that TAB works.
5684
5685         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5686         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5687
5688         * shr.el (shr-urlify): Show the URL before the title to avoid
5689         misleading URLs.
5690
5691 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5692
5693         * shr.el (shr-urlify): Display the title in <a> tags.
5694
5695 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5696
5697         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5698
5699 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5700
5701         * nnir.el: Rearrange code to allow macros to be autoloaded by
5702         gnus-sum.el.
5703         (nnir-retrieve-headers-override-function): Make this variable
5704         customizable.
5705         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5706
5707         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5708         from nnir.el.
5709
5710 2010-12-03  Julien Danjou  <julien@danjou.info>
5711
5712         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5713
5714 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5717         allow optional argument `environment'.
5718
5719 2010-12-03  Glenn Morris  <rgm@gnu.org>
5720
5721         * mm-extern.el (message-goto-body): Update declaration.
5722
5723 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * gnus-util.el (gnus-macroexpand-all): New function.
5726
5727         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5728         instead of macroexpand-all that is unavailable in XEmacs.
5729
5730 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5731
5732         * nnir.el (nnir-summary-line-format): New variable.
5733         (nnir-mode): Use it.
5734         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5735         (nnir-article-ids): Reimplement as defsubst.
5736         (nnir-retrieve-headers): Don't mangle the subject header.
5737         (nnir-run-imap): Use 100 as RSV score.
5738         (nnir-run-find-grep): Fix for full server searching.
5739         (nnir-run-gmane): Better restriction to gmane groups.
5740
5741         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5742         summary buffers.
5743
5744 2010-12-02  Julien Danjou  <julien@danjou.info>
5745
5746         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5747
5748         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5749
5750         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5751         support.
5752
5753 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5754
5755         * nnir.el: Update to handle the registry better.
5756         (autoload): Silence byte-compiler.
5757         (nnir-open-server): Add a hook for nnir groups.
5758         (nnir-request-move-article): Don't mangle the header.  Better to use
5759         formatting variables (which will be added in the future).
5760         (nnir-registry-action): Update the registry using the original article
5761         group name.
5762         (nnir-mode): Install nnir-specific hooks for updating the registry.
5763
5764         * gnus-sum.el
5765         (gnus-article-original-subject,gnus-newsgroup-original-name):
5766         Remove obsolete variables.
5767         (gnus-summary-move-article): Remove use of obsolete variables.
5768         (gnus-summary-local-variables): Make move and delete hooks local to
5769         summary buffers.
5770
5771 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * rtree.el: New file.
5774
5775 2010-12-01  Julien Danjou  <julien@danjou.info>
5776
5777         * message.el (message-user-organization): Do not use
5778         gnus-local-organization.
5779
5780         * gnus.el: Remove gnus-local-organization.
5781
5782         * gnus-msg.el: Remove nastygram thing.
5783
5784 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5785
5786         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5787         funcall.
5788
5789 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5792         names.
5793
5794         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5795         characters.
5796
5797         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5798         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5799         Suggested by Štěpán Němec <stepnem@gmail.com>.
5800         (gnus-gravatar-transform-address): Use mail-extract-address-components
5801         that supports non-ASCII names rather than mail-header-parse-addresses.
5802
5803 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804
5805         * proto-stream.el (open-protocol-stream): All starttls connections are
5806         handled by the network handler.
5807
5808 2010-11-30  Julien Danjou  <julien@danjou.info>
5809
5810         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5811         (nnimap-open-connection-1): Fix PREAUTH.
5812
5813         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5814
5815 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5818         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5819         (shr-insert): Use them.
5820         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5821
5822 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5823
5824         * nnir.el (nnir-request-move-article): Bail out if original group
5825         doesn't support article moves.
5826         (nnir-get-active): Improve active list retrieval.
5827
5828 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5831
5832 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5833
5834         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5835         seem to accept strings-with-numbers as port numbers.
5836
5837 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5838
5839         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5840         change the registry.
5841
5842 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5845         delete-dups that is not available in XEmacs 21.4.
5846
5847         * mm-util.el (mm-delete-duplicates): Add comment.
5848
5849 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5850
5851         * nnir.el (nnir-ignored-newsgroups): New variable.
5852         (nnir-get-active): Use it.
5853
5854 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5855
5856         * proto-stream.el (proto-stream-open-network): Add some comments.
5857
5858         * nntp.el (nntp-open-connection): Provide a :success condition.
5859
5860         * nnimap.el (nnimap-open-connection-1): Ditto.
5861
5862         * proto-stream.el (proto-stream-open-network): See what the response to
5863         the STARTTLS command is.
5864
5865         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5866         backwards compatibility).
5867         (nnimap-open-connection-1): Really respect nnimap-server-port.
5868
5869         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5870         TLS upgrades we don't really care about the identity of the peer.
5871         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5872         that what we've checked for.
5873         (proto-stream-always-use-starttls): Only default to t if
5874         open-gnutls-stream exists.
5875         (proto-stream-open-network): If STARTTLS failed, then just open a
5876         normal connection.
5877         (proto-stream-open-network): Wait until the greeting before doing
5878         STARTTLS.
5879
5880         * nntp.el (nntp-open-connection): Report what the connection error is.
5881
5882         * proto-stream.el (open-protocol-stream): Rename from
5883         open-proto-stream.
5884
5885 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5886
5887         * nnimap.el (nnimap-stream): Change default to `undecided'.
5888         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5889         first, and then network.
5890         (nnimap-open-connection-1): Respect nnimap-server-port.
5891         (nnimap-open-connection): Be more backwards-compatible.
5892
5893         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5894         (proto-stream-open-starttls): De-duplicate the starttls code.
5895         (proto-stream-open-starttls): Folded back into the main function.
5896         (proto-stream-open-network): Fix typo in the gnutls path.
5897         (proto-stream-command): Refactor out.
5898
5899         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5900
5901         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5902         starttls.el STARTTLS.
5903
5904         * color.el (color-lab->srgb): Fix function call name.
5905
5906         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5907         if we're using tls.el.
5908         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5909         built in, then don't try to establish a STARTTLS connection.
5910
5911         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5912         servers.
5913
5914         * proto-stream.el (open-proto-stream): Use network, not stream.
5915         (open-proto-stream): Add a way to specify what the end of a command is.
5916
5917         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5918         connections types.
5919         (nntp-open-network-stream): Remove.
5920         (nntp-open-ssl-stream): Remove.
5921         (nntp-open-tls-stream): Remove.
5922         (nntp-ssl-program): Remove.
5923
5924         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5925
5926 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5927
5928         * nnir.el: Fix typos.
5929         (nnir-retrieve-headers-override-function): Rename variable to reflect
5930         new semantics.
5931         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5932         macros.
5933         (nnir-request-article, nnir-request-move-article): Use them.
5934         (nnir-categorize): New function.
5935         (nnir-run-query): Use it.
5936         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5937         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5938         sorted.
5939         (nnir-group-full-name): Use gnus-group-full-name instead.
5940         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5941         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5942
5943 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5944
5945         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5946
5947         * proto-stream.el: New library to provide protocol-specific
5948         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5949         protocols.
5950         (open-proto-stream): Complete the documentation.
5951         (proto-stream-open-network): Fix some typos.
5952
5953         * nnimap.el (nnimap-open-connection): Use it.
5954
5955 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5956
5957         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5958         negotiation.
5959
5960 2010-11-26  Julien Danjou  <julien@danjou.info>
5961
5962         * color.el: Rename various rgb functions to srgb.
5963
5964 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5967         names.
5968
5969 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * shr.el (shr-insert): Revert last change.
5972         (shr-find-fill-point): Never leave point being at bol;
5973         relax the kinsoku limitation when rendering tables.
5974
5975 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5976
5977         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5978         results from -accept-article.
5979
5980         * shr-color.el: Require cl when compiling.
5981
5982         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5983         checkin.
5984
5985         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5986
5987         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5988
5989         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5990         'add and 'delete to set backend marks.
5991
5992         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5993
5994         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5995
5996         * nntp.el (nntp-request-set-mark): Use it.
5997
5998         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5999
6000         * nnml.el (nnml-request-set-mark): Ditto.
6001
6002         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6003         introduces regressions in article selection.
6004         (nnimap-find-uid-response): New function.
6005         (nnimap-request-accept-article): Use the UID returned, if any.
6006         (nnimap-request-move-article): Use the UID returned, if any.
6007         (nnimap-get-groups): Reimplement to work with folded lines.
6008         (nnimap-find-uid-response): The UID is the last element in the list.
6009         (nnimap-request-set-mark): Extend syntax with 'set.
6010
6011         * nnml.el (nnml-request-set-mark): Ditto.
6012
6013         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6014
6015         * nntp.el (nntp-request-set-mark): Ditto.
6016
6017 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * message.el (message-called-interactively-p): A temporary macro.
6020         (message-goto-body): Use it temporarily.
6021
6022 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6023
6024         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6025         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6026         (nnimap-last-response-string): Fix last unfolding fix.
6027
6028 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * shr.el (shr-insert): Fix the way to fold lines.
6031
6032 2010-11-25  Julien Danjou  <julien@danjou.info>
6033
6034         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6035
6036         * color.el: Rename from color-lab.el
6037         (color-rgb->hex): Add.
6038         (color-complement): Add.
6039         (color-complement-hex): Add.
6040
6041         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6042
6043 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044
6045         * shr-color.el (shr-color-visible): Don't bug out if the color names
6046         don't exist.
6047
6048 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6051         assuming that article displaying or another mml-preview may be
6052         interrupted for an error or for the like.
6053
6054         * shr.el (shr-get-background): Fix argument name.
6055
6056 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6057
6058         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6059
6060         * gnus-sum.el (gnus-summary-include-articles): New function.
6061
6062         * message.el (message-goto-body): called-interactively-p needs a
6063         parameter, so use `any'.
6064
6065         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6066         clear marks before moving, since they're synced from the Gnus side
6067         first.
6068
6069         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6070         (gnus-summary-move-article): Copy over all marks before moving, so that
6071         IMAP doesn't think a new article has arrived.
6072
6073 2010-11-24  Julien Danjou  <julien@danjou.info>
6074
6075         * shr.el (shr-insert-background-overlay): Fix typo.
6076         (shr-render-td): Copy the background before rendering.
6077
6078         * shr-color.el (shr-color-visible): Fix docstring.
6079
6080         * shr.el (shr-tag-table): Add bgcolor support.
6081         (shr-render-td): Add bgcolor support.
6082         (shr-get-background): Add.
6083         (shr-insert-foreground-overlay): Use shr-get-background.
6084
6085         * message.el (message-goto-body): Use called-interactively-p.
6086         (message-in-body-p): message-goto-body returns point.
6087
6088 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6089
6090         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6091         Fixes something or other in Emacs 23, and is backwards compatible.
6092
6093         * message.el (message-goto-body): Remove the <#secure special-casing,
6094         which is too special.
6095
6096         * shr.el (shr-parse-style): Drop !important from styles.
6097
6098 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6099
6100         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6101         this function to return incorrect results when calling it with an
6102         explicit article argument different from
6103         (gnus-summary-article-number).
6104
6105 2010-11-24  Julien Danjou  <julien@danjou.info>
6106
6107         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6108         (shr-tag-body): Add background support.
6109         (shr-descend): Add background support.
6110         (shr-tag-title): Add.
6111
6112         * shr-color.el (shr-color-visible): Really return original background
6113         if fixed.
6114
6115 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6116
6117         * shr.el (shr-color-check): Protect against non-existent color names.
6118
6119 2010-11-24  Julien Danjou  <julien@danjou.info>
6120
6121         * color-lab.el: Require 'cl when compiling.
6122
6123         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6124
6125         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6126         matched part.
6127
6128         * color-lab.el: Fix all expt calls to use float type.
6129
6130 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6133         expression to shr-color-check as is.
6134
6135         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6136
6137         * color-lab.el: Add coding cookie.
6138         (float-pi): Use eval-and-compile.
6139
6140         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6141         compiled for Emacsen having no `libxml-parse-html-region' support.
6142
6143 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6144
6145         * shr.el (shr-insert-color-overlay): Split stuff like
6146         "#444444 !important" to find the real color.
6147         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6148         parse <font color="red"> entries.
6149
6150 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6151
6152         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6153         point when parsing headers.
6154
6155         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6156         is positioned properly when parsing headers.
6157
6158 2010-11-23  Julien Danjou  <julien@danjou.info>
6159
6160         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6161
6162         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6163
6164         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6165
6166         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6167         Use shr-color-hue-to-rgb.
6168         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6169
6170 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171
6172         * shr.el (shr-color->hexadecimal): Autoload.
6173         (shr-descend): Add color to all tags.
6174
6175 2010-11-22  Julien Danjou  <julien@danjou.info>
6176
6177         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6178         shr-color->hexadecimal.
6179
6180         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6181         RGB() or HSL() color representation.
6182
6183         * shr.el (shr-tag-font): Add.
6184         (shr-tag-color-check): New function to get better colors.
6185         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6186         tag-span.
6187
6188         * shr-color.el: New file.
6189
6190         * color-lab.el: New file.
6191
6192         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6193
6194 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6195
6196         * nnir.el: Fix typo in comments.
6197         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6198         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6199
6200 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6201
6202         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6203
6204         * nnimap.el (nnimap-get-capabilities): Refactor out.
6205         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6206
6207 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6208
6209         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6210         appearing when `mm-uu-hide-markers' is nil.
6211
6212 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6213
6214         * nnimap.el (nnimap-unselect-group): Make into its own function.
6215         (nnimap-request-rename-group): Unselect group before renaming.
6216         This had gotten lost somewhere.
6217         (nnimap-request-accept-article): Keep track of examined groups, and
6218         unselect the group before APPENDing to read-only groups.
6219         (nnimap-request-move-article): Clear flags before moving so that they
6220         can be re-set later.
6221
6222 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6225         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6226
6227 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * gnus-art.el (gnus-mime-display-single):
6230         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6231         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6232         parameter.
6233
6234 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6235
6236         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6237         (shr-table-vertical-line): New variable.
6238         (shr-insert-table): Use it.
6239
6240 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * gnus-html.el (gnus-html-wash-images): Don't display images if
6243         gnus-inhibit-images is non-nil; register displayer for cid images.
6244         (gnus-html-display-image): Work for cid image.
6245         (gnus-html-insert-image): Allow arguments.
6246         (gnus-html-put-image): Inhibit read-only.
6247         (gnus-html-prefetch-images): Don't prefetch images if
6248         gnus-inhibit-images is non-nil.
6249
6250 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6251
6252         * shr.el (shr-put-image): Break lines when inserting big pictures.
6253
6254 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6255
6256         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6257         sender, thanks Katsumi Yamaoka.
6258
6259 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6260
6261         * nnir.el (nnir-run-imap): Reverse the article list for each group
6262         rather than the whole list.
6263
6264 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * shr.el (shr-image-displayer): Protect function against non-existent
6267         image source.
6268
6269         * gnus-art.el (gnus-inhibit-images): New user option.
6270         (gnus-mime-display-single): Don't display image if it is non-nil.
6271
6272         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6273         gnus-inhibit-images.
6274
6275         * shr.el (shr-image-displayer): New function.
6276         (shr-tag-img): Use it.
6277
6278 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6279
6280         * mml2015.el (mml2015-epg-sign): Use From header.
6281
6282 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6283
6284         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6285
6286         * gnus-util.el (gnus-find-text-property-region): Return markers.
6287
6288         * shr.el (shr-tag-img): Put a displayer in the text property.
6289
6290         * gnus-util.el (gnus-find-text-property-region): New utility function.
6291
6292         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6293         (gnus-html-show-images): Remove.
6294
6295         * gnus-art.el (gnus-article-show-images): New, more general function.
6296
6297         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6298         image url text properties.
6299
6300         * shr.el: Ditto.
6301
6302         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6303         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6304
6305 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6308         work for two or more articles.
6309
6310 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6313         divide an image that's in an html article to two or more when washing
6314         non-ASCII characters in alt text of it.
6315
6316 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6319         smime-decrypt-region using function argument.
6320         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6321
6322         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6323
6324         * smime.el (smime-decrypt-region): Catch it.
6325
6326 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6327
6328         * smime.el (smime-mode-map): Move initialization into declaration.
6329         (gnus-run-mode-hooks): Don't autoload.
6330         (smime-mode): Use define-derived-mode.
6331
6332 2010-11-11  Glenn Morris  <rgm@gnu.org>
6333
6334         * smime.el (from): Restrict declaration to XEmacs.
6335
6336         * nnir.el (gnus-group-topic-name): Autoload.
6337
6338 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * shr.el (shr-insert): Don't break long line if it is because of
6341         kinsoku-bol characters in the line end.
6342
6343 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6344
6345         * nnir.el (nnir-request-move-article): Fix to provide original group
6346         and subject.
6347         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6348         been retrieved.
6349
6350         * gnus-sum.el (gnus-summary-move-article): Use original group and
6351         subject for virtual articles such as those in an nnir summary buffer.
6352
6353 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6356         least 21.5).
6357
6358         * smime.el (from): Declare it again for XEmacs.
6359
6360 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6361
6362         * message.el (message-resend): Don't disable encoding unless it's
6363         already encoded.
6364
6365         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6366         low-numbered articles.
6367
6368 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * rfc2047.el (rfc2047-syntax-table): Simplify.
6371
6372         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6373
6374         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6375         set-char-table-range for XEmacs.
6376
6377 2010-11-10  Glenn Morris  <rgm@gnu.org>
6378
6379         * time-date.el (time-to-seconds): Always an alias on Emacs,
6380         never a real function.
6381         (with-no-warnings): Remove compat stub, now unused.
6382         (time-less-p): Doc fix.
6383         (time-to-number-of-days): Simplify.
6384
6385         * smime.el (from): Remove unused declaration.
6386
6387         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6388         (gnus-float-time): On Emacs, always an alias.
6389
6390         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6391         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6392
6393 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * dgnushack.el: Don't use ignore-errors in the top level form since it
6396         is unavailable in XEmacs even if cl is loaded.
6397
6398         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6399
6400 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6401
6402         * shr.el (browse-url-mailto): Autoload.
6403
6404         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6405
6406         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6407         regexp doesn't need quoting.
6408
6409 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6410
6411         * message.el (message-subject-trailing-was-ask-regexp)
6412         (message-subject-trailing-was-regexp): Match was: in addition to was.
6413
6414 2010-11-09  Glenn Morris  <rgm@gnu.org>
6415
6416         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6417         (nnbabyl-check-mbox): Use point-at-bol.
6418
6419 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6422
6423         * message.el (message-mailto): New function.
6424         (message-mailto): Should accept other parameters.
6425         (message-mailto): Remove since it duplicates browse-url-mailto
6426         functionality.
6427
6428 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6429
6430         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6431         methods.
6432         (gnus-read-active-file): Ditto.
6433
6434         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6435         ": " from the prompt.
6436         (gnus-group-make-group): Ditto.
6437
6438 2010-11-07  Glenn Morris  <rgm@gnu.org>
6439
6440         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6441         (gnus-bookmark-kill-line): Use point-at-eol.
6442
6443 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6446         asterisks in From header.
6447
6448 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449
6450         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6451         string to avoid making the From headers syntactically invalid.
6452
6453         * message.el (message-send-mail): Don't insert courtesy messages if the
6454         message already has List-Post and List-ID messages.
6455
6456 2010-11-06  Glenn Morris  <rgm@gnu.org>
6457
6458         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6459         `condition', `type', `length' a prefix.
6460         (gnus-treat-predicate): Update for above name changes.
6461
6462 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6463
6464         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6465         binding.  Handled by `gnus-summary-refer-thread' instead.
6466         (nnir-warp-to-article): New backend function.
6467
6468         * nnimap.el (nnimap-request-thread): Force dependency updating.
6469
6470         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6471         (gnus-summary-refer-thread): Rework to improve thread-referral.
6472
6473         * gnus-int.el (gnus-warp-to-article): New function.
6474
6475         * gnus-sum.el (gnus-summary-article-map): Bind it.
6476
6477 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6478
6479         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6480         gnus-summary-refer-thread.
6481
6482         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6483         headers.
6484         (gnus-summary-limit-include-thread): Prevent articles in thread from
6485         being cut in gnus-cut-threads.
6486         (gnus-summary-refer-thread): Limit retrieved headers to those in
6487         thread.
6488
6489 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6490
6491         * message.el (message-send-mail): Use the value of
6492         message-courtesy-message from the message buffer.
6493
6494         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6495
6496         * shr.el (shr-browse-url): Implement mailto: URLs.
6497
6498         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6499         "raw".
6500
6501         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6502         if it's already selected.
6503
6504         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6505
6506 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6509         to measure the length and truncate alt text.
6510
6511 2010-11-03  Glenn Morris  <rgm@gnu.org>
6512
6513         * nndiary.el (nndiary-generate-nov-databases-1)
6514         (nndiary-generate-active-info): Rename dynamic variable `files' to
6515         something less generic.
6516
6517 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6518
6519         * nnir.el (nnir-request-move-article): Call the underlying backend to
6520         move articles from nnir.
6521
6522 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6523
6524         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6525
6526 2010-11-02  Julien Danjou  <julien@danjou.info>
6527
6528         * nnir.el: Remove wais support.
6529
6530 2010-11-02  Glenn Morris  <rgm@gnu.org>
6531
6532         * gnus-html.el: Reorder requirements to quieten compiler.
6533
6534 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6537         properly for XEmacs as well.
6538         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6539         (gnus-article-natural-long-line-p): Use window-width rather than
6540         frame-width.
6541
6542 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6543
6544         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6545         (nnir-read-parms): Don't modify query.
6546         (nnir-run-query): Add ability to search topic on current line.
6547         (nnir-get-active): Clean up.
6548
6549 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6550
6551         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6552         degenerate articles.
6553
6554         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6555         (gnus-print-buffer): Just print the buffer as is, without any copying
6556         to a buffer and then re-highlighting.
6557
6558         * nnimap.el (nnimap-request-group): Store the new updated info.
6559         (nnimap-request-group): Select the group when we don't know whether it
6560         exists or not.
6561
6562         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6563         groups.
6564
6565         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6566         groups.
6567
6568         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6569         groups.
6570
6571         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6572         long-lines case by only filling the long lines.
6573
6574         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6575         (bug #7311).
6576
6577 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * shr.el: No need to declare `declare-function' since shr.el is for
6580         only Emacsen that provide `libxml-parse-html-region'.
6581
6582         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6583         effective only in a file it is referred to.
6584
6585 2010-11-01  Glenn Morris  <rgm@gnu.org>
6586
6587         * mm-util.el (gnus-completing-read): Autoload.
6588         (mm-read-coding-system): Simplify Emacs definition.
6589
6590         * nnmail.el (gnus-activate-group):
6591         * nnimap.el (gnutls-negotiate):
6592         * nntp.el (netrc-parse): Fix declarations.
6593
6594 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6597         string-match-p in Emacs >=23.
6598
6599         * gnus-msg.el (gnus-configure-posting-styles):
6600         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6601
6602 2010-11-01  Glenn Morris  <rgm@gnu.org>
6603
6604         * nnir.el (declare-function): Add compat stub.
6605         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6606         (nnir-run-gmane): Require 'mm-url.
6607
6608         * mm-util.el (mm-string-to-multibyte): Simplify.
6609
6610         * shr.el (declare-function): Add compat stub.
6611         (url-cache-create-filename): Declare.
6612         (mm-disable-multibyte, widget-convert-button): Autoload.
6613
6614         * smime.el (ldap-search): Declare.
6615         (smime-cert-by-ldap-1): Require ldap on Emacs.
6616
6617         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6618         (nnimap-keepalive): Use gnus-float-time.
6619
6620         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6621         (mail-source-delete-crash-box): Use gnus-float-time.
6622
6623         * gnus-dired.el (gnus-completing-read): Autoload.
6624
6625         * mm-view.el (gnus-rescale-image): Autoload.
6626
6627         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6628
6629         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6630
6631         * sieve-manage.el: Require 'cl when compiling.
6632
6633         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6634         (gnus-iswitchb-completing-read): Require iswitchb.
6635         (gnus-select-frame-set-input-focus): Silence compiler.
6636
6637 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * message.el (message-subject-trailing-was-query): Change default to t,
6640         since I think that's what most people want.
6641
6642         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6643         appending for easier debugging.
6644         (nnimap-wait-for-connection): Take a regexp.
6645         (nnimap-request-accept-article): Wait for the continuation line before
6646         sending anything unless we're streaming.
6647
6648         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6649         leave the header washing to take place.
6650
6651 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6652
6653         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6654         regular expression match and replace in posting styles.
6655
6656 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6657
6658         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6659         an entire server.
6660         (nnir-get-active): New function.
6661         (nnir-run-imap): Use it.
6662         (nnir-run-gmane): Who knew, gmane search returns an article score!
6663
6664         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6665         server on the current line with nnir.
6666
6667 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6668
6669         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6670         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6671         left edge.
6672         (gnus-article-foldable-buffer): Skip past the prefix when determining
6673         raggedness.
6674
6675         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6676         the raw article, and change `C-u g' to show the article without doing
6677         treatments.
6678
6679         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6680         on to `gnus-treat-article'.
6681         (gnus-inhibit-article-treatments): New variable.
6682
6683         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6684
6685         * gnus-art.el (gnus-treatment-function-alist): Have
6686         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6687         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6688         sections.
6689
6690         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6691         parameter.
6692         (gnus-article-fill-cited-long-lines): New function.
6693         (gnus-article-fill-cited-article): Allow filling only long sections.
6694
6695         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6696         and non-punctuation (like after the apostrophe in "'We").
6697
6698         * gnus-sum.el (gnus-summary-select-article): Make sure
6699         gnus-original-article-buffer is alive.
6700
6701         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6702         reflect the order they're in in the digest.
6703
6704         * gnus.el (gnus-group-startup-message): Move point to the start of the
6705         buffer.
6706
6707         * nnimap.el (nnimap-capability): New function.
6708         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6709         is set.
6710
6711 2010-10-31  David Engster  <dengste@eml.cc>
6712
6713         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6714         conform with changes to gnus-completing-read.
6715
6716 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6717
6718         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6719
6720 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6721
6722         * nnir.el: Move defvar, defcustom around to keep file organized
6723         and keep byte-compiler quiet.
6724         (nnir-read-parms): Accept search-engine as arg.
6725         (nnir-run-query): Pass search-engine as arg.
6726         (nnir-search-engine): Remove.
6727
6728 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6729
6730         * shr.el (shr-generic): The text nodes should be text, not :text.
6731
6732         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6733         later in the file.
6734
6735 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6736
6737         * nnir.el: General clean up.  Allow searching with multiple engines.
6738         Allow separate extra-parameters for each engine.
6739         Batch queries when possible.
6740         (nnir-imap-default-search-key,nnir-method-default-engines):
6741         Add customize interface.
6742         (nnir-run-gmane): New engine.
6743         (nnir-engines): Use it.  Qualify all prompts with engine name.
6744         (nnir-search-engine): Remove global variable.
6745         (nnir-run-hyrex): Restore for now.
6746         (nnir-extra-parms,nnir-search-history): New variables.
6747         (gnus-group-make-nnir-group): Use them.
6748         (nnir-group-server): Remove in favor of gnus-group-server.
6749         (nnir-request-group): Avoid searching twice.
6750         (nnir-sort-groups-by-server): New function.
6751
6752 2010-10-30  Julien Danjou  <julien@danjou.info>
6753
6754         * gnus-group.el: Remove gnus-group-fetch-control.
6755
6756         * gnus-start.el (gnus-find-new-newsgroups):
6757         Remove gnus-check-first-time-used.
6758
6759         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6760
6761 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6762
6763         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6764         set on groups that don't have \* permanentflags.
6765
6766 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6769         control the background color.
6770         (shr-tag-img): Ignore very small web bug type images.
6771         (shr-put-image): Add help-echo alt texts to the images.
6772         (shr-tag-video): Show the video poster image.
6773
6774 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6775
6776         * shr.el (shr-table-depth): New variable.
6777         (shr-tag-table-1): Only insert the images after the top-level table.
6778
6779         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6780
6781         * gnus-util.el (gnus-list-memq-of-list): New function.
6782
6783         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6784         selected.
6785         (nnimap-unsplittable-articles): New slot.
6786         (nnimap-new-articles): Use it.
6787
6788 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6789
6790         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6791         move to the previous line on `M-g'.
6792
6793 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6796         *-request-group, which seems unnecessary.
6797
6798         * nnimap.el (nnimap-quote-specials): Function copied over from
6799         imap.el.
6800         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6801         they support that.  Suggested by Tom Regner.
6802
6803 2010-10-29  Julien Danjou  <julien@danjou.info>
6804
6805         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6806         defalias.
6807         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6808
6809         * gnus.el: Remove `gnus-nntp-service' variable.
6810         (gnus-secondary-servers): Make obsolete.
6811         (gnus-nntp-server): Make obsolete.
6812
6813         * gnus-start.el (gnus-1): Remove x-splash calls.
6814
6815         * gnus-ems.el (gnus-x-splash): Remove.
6816
6817         * gnus.el (gnus-group-startup-message): Simplify/update code.
6818
6819         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6820         definition.
6821
6822         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6823         capability before doing anything.
6824         (gnus-group-insert-group-line): Remove useless
6825         gnus-group-remove-excess-properties.
6826
6827 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6830
6831 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6832
6833         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6834         config after reselecting.
6835
6836 2010-10-28  Julien Danjou  <julien@danjou.info>
6837
6838         * shr.el (shr-put-image): Use point even if only inserting text.
6839         (shr-put-image): Save excursion when inserting alt text on non-graphic
6840         display, so the behavior is the same when we are on a graphic display.
6841
6842         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6843
6844 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6847         (gnus-mime-copy-part): Check coding system, not charset.
6848         (gnus-mime-view-part-externally): Never remove part.
6849         (gnus-mime-view-part-internally): Don't remove part here.
6850         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6851         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6852         multipart/alternative.
6853
6854         * mm-decode.el (mm-display-part): Take optional arg `force'.
6855
6856 2010-10-26  Julien Danjou  <julien@danjou.info>
6857
6858         * gnus-group.el (gnus-group-default-list-level): Add this function to
6859         compute the default list level.
6860         (gnus-group-default-list-level): Add possibility to use a function.
6861
6862 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6865
6866         * gnus-group.el (gnus-group-completing-read)
6867         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6868         gnus-replace-in-string.
6869
6870 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * shr.el (shr-tag-div): Add.
6873
6874         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6875
6876 2010-10-25  Julien Danjou  <julien@danjou.info>
6877
6878         * gnus-util.el: Remove `gnus-with-local-quit'.
6879
6880         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6881
6882 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6883
6884         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6885         the original article buffer.
6886
6887 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6888
6889         * nnimap.el (nnimap-request-head): New function.
6890         (nnimap-request-move-article): Try to be slightly faster by not
6891         requesting the entire message when moving.
6892         (nnimap-transform-headers): Don't bug out on bodiless articles.
6893         (nnimap-send-command): Have no outstanding messages if the IMAP server
6894         doesn't support streaming.
6895         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6896
6897 2010-10-24  Julien Danjou  <julien@danjou.info>
6898
6899         * message.el (message-default-headers): Fix type.
6900
6901 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902
6903         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6904         prefetching images.
6905
6906         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6907         backend for unknown groups.  This is mainly useful for nnimap groups.
6908
6909         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6910         group isn't covered by the agent.
6911
6912 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6913
6914         * nnir.el (nnir-method-default-engines): New variable.
6915         (nnir-run-query): Use it.
6916         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6917         (gnus-summary-nnir-goto-thread): Change group if needed.
6918
6919         * gnus-group.el (gnus-group-group-map): Add key binding for
6920         gnus-group-make-nnir-group.
6921
6922 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6923
6924         * shr.el (shr-tag-object): Add.
6925
6926         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6927         original article buffer live.
6928         (gnus-summary-select-article-buffer):
6929         Mention gnus-widen-article-buffer.
6930
6931 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6932
6933         * shr.el (shr-tag-strong): Add.
6934
6935 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6938         group names.  They mess up the group buffer badly.
6939
6940         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6941
6942         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6943         instead of the summary one.
6944
6945 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * mml.el (mml-preview): Work properly when editing article.
6948
6949         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6950         gnus-have-read-active-file if it's already been in.
6951
6952 2010-10-22  Tom Tromey  <tromey@redhat.com>
6953
6954         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6955         gnus-group-completing-read.
6956
6957 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6958
6959         * message.el (message-mode-map): Don't bind M-; to comment region, to
6960         allow the global comment-dwim to work.
6961
6962 2010-10-21  Julien Danjou  <julien@danjou.info>
6963
6964         * message.el (message-setup-1): Allow message-default-headers to be a
6965         function.
6966
6967 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * shr.el (shr-tag-table): Simplify.
6970
6971 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6972
6973         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6974         to avoid trying to snarf invalid stuff.
6975
6976         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6977
6978         * gnus.el (gnus-message-archive-group): Quote value.
6979         (gnus-message-archive-group): Mark as changed.
6980
6981         * shr.el (shr-add-font): Don't put the font properties on the newline
6982         or the indentation.
6983
6984         * message.el (message-fix-before-sending): Change options when sending
6985         non-printable characters.
6986
6987         * gnus.el (gnus-message-archive-method): Change the default to
6988         monthly outgoing groups.
6989
6990         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6991         that have gotten new numbers.
6992
6993         * nnimap.el (nnimap-request-replace-article): New function.
6994
6995 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6998         (nnrss-request-article): Don't use special html washing code.
6999
7000 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * shr.el (shr-tag-table): Remove useless nconc.
7003
7004 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7005
7006         * gnus-art.el (article-wash-html): Simplify and remove the charset
7007         stuff.  Use the normal html rendering code instead of the special html
7008         washing code.
7009
7010         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7011         `gnus-w3m' symbols.
7012         (mm-text-html-washer-alist): Remove.
7013
7014         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7015         (mm-inline-media-tests): Remove use.
7016         (mm-text-html-renderer): Change default to the `shr' symbol.
7017
7018         * mm-view.el (mm-inline-text-html): Remove use.
7019
7020         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7021         `gnus-blocked-images' to be a function.
7022         (gnus-article-wash-function): Remove.
7023
7024 2010-10-20  Julien Danjou  <julien@danjou.info>
7025
7026         * spam.el (spam-list-of-processors): Mark as obsolete.
7027
7028         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7029         (nnimap-insert-partial-structure): Fix boundary detection.
7030
7031 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7032
7033         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7034         run file-truename on remote files.  This can be expensive and even
7035         prevent one from editing drafts if some unrelated buffer has a stale
7036         connection.
7037
7038 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7041         kinsoku-eol regardless of shr-kinsoku-shorten.
7042         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7043         (shr-tag-table): Support caption, thead, and tfoot.
7044
7045 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7046
7047         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7048         lines.
7049         (shr-save-contents): New command and keystroke.
7050
7051         * nndoc.el (nndoc-type-alist): Add git support.
7052         (nndoc-git-type-p): New function.
7053         (nndoc-transform-git-article): Ditto.
7054         (nndoc-transform-git-headers): Ditto.
7055         (nndoc-transform-git-headers): Generate Subject headers.
7056
7057         * shr.el (shr-parse-style): New function.
7058         (shr-tag-span): Ditto.
7059
7060         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7061         to `G G' to avoid collisions.
7062
7063 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * shr.el: Load kinsoku if necessary.
7066         (shr-kinsoku-shorten): New internal variable.
7067         (shr-find-fill-point): Make kinsoku shorten text line if
7068         shr-kinsoku-shorten is bound to non-nil.
7069         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7070         shr-indentation too when testing if table is wider than frame width.
7071         (shr-insert-table): Use `string-width' instead of `length' to measure
7072         text width.
7073         (shr-insert-table-ruler): Make sure indentation is done at bol.
7074
7075 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7076
7077         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7078         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7079         undecoded network data.
7080
7081 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7082
7083         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7084         name in the mode line spec so that the mode line menu works
7085         (bug #2431).
7086
7087         * message.el (message-get-reply-headers): If we're fed `to-address',
7088         then always use that.
7089
7090         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7091         aren't so wide as to need to switch off the edit menu.
7092
7093         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7094         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7095
7096         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7097         `M-g'.
7098         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7099         the permanent marks.
7100
7101 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7102
7103         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7104         Splitting according to references/in-reply-to obeys the ignore-groups
7105         variable, while splitting by sender and subject do not.
7106
7107 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7108
7109         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7110         alist, so that we can look for non-Unicode chars.
7111         (article-translate-strings): Allow both character and string maps.
7112
7113 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * shr.el (shr-insert): Don't insert space behind a wide character
7116         categorized as kinsoku-bol, or between characters both categorized as
7117         nospace.
7118
7119 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7120
7121         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7122         headers to gnus-newsgroup-headers.
7123
7124 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7125
7126         * shr.el (shr-tag-img): Don't align images -- since we're not
7127         rescaling, this often leads to ugly displays.
7128
7129 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7130
7131         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7132         duplicates.
7133
7134 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7135
7136         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7137         call.
7138
7139 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140
7141         * gnus.el: Autoload gnus-html-show-images.
7142
7143         * nnimap.el: Use nnheader-message throughout.
7144
7145         * shr.el (shr-tag-img): Ignore images with no data.
7146
7147 2010-10-15  Julien Danjou  <julien@danjou.info>
7148
7149         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7150         a possibility to disable format=flow encoding when using hard newlines.
7151
7152 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * shr.el (shr-insert): Remove space inserted before or after a
7155         breakable character or at the beginning or the end of a line.
7156         (shr-find-fill-point): Do kinsoku; find the second best point or give
7157         it up if there's no breakable point.
7158
7159 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160
7161         * nnimap.el (nnimap-open-connection): Message when opening connection
7162         for debugging purposes.
7163
7164         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7165         on every setup buffer call to allow this to change from article to
7166         article.
7167
7168         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7169         buffers where we have a wide table.
7170
7171 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7172
7173         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7174         uses *-request-thread.
7175
7176 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7179         incantation, which is no longer valid.
7180
7181 2010-10-14  Julien Danjou  <julien@danjou.info>
7182
7183         * shr.el: Fix defcustom type (char -> character).
7184
7185 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7188         programs.
7189
7190 2010-10-14  Julien Danjou  <julien@danjou.info>
7191
7192         * shr.el (shr-tag-a): Use url-link as widget type.
7193
7194         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7195         `gnus-group-get-icon'.
7196
7197 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7198
7199         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7200         This should make server editing work better.
7201
7202         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7203
7204         * tls.el (tls-program): Remove spurious %s from openssl.
7205
7206         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7207         (nnimap-parse-flags): Fix regexp.
7208
7209         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7210         probably work for CJVK text, too.
7211
7212         * nnimap.el (nnimap-extend-tls-programs): Remove.
7213         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7214
7215         * tls.el (tls-starttls-switches): Remove starttls hack.
7216         (open-tls-stream): Ditto.
7217         (tls-find-starttls-argument): Ditto.
7218
7219 2010-10-13  Julien Danjou  <julien@danjou.info>
7220
7221         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7222         responses.
7223
7224 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7225
7226         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7227
7228         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7229         anything in Emacs.
7230
7231         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7232
7233 2010-10-13  Julien Danjou  <julien@danjou.info>
7234
7235         * shr.el (shr-width): Make shr-width a defcustom with default to
7236         fill-column.
7237         (shr-tag-img): Use shr-width rather than fill-column.
7238
7239 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * dgnushack.el (byte-optimize-apply):
7242         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7243
7244         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7245         position when (X-)Faces exist.
7246         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7247         avatars when called interactively.
7248
7249 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7252         gnus-article-x-face-too-ugly is bound.
7253
7254 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7255
7256         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7257
7258         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7259         mailbox that doesn't exist.
7260
7261 2010-10-12  Julien Danjou  <julien@danjou.info>
7262
7263         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7264         (shr-get-image-data): Encode URL properly when fetching from cache.
7265         (shr-tag-img): Use aligned-to spaces to align correctly images.
7266
7267         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7268         before inserting the Gravatar.
7269
7270         * shr.el (shr-tag-img): Add align attribute support for <img>.
7271
7272 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * gnus-gravatar.el (gnus-art): Require.
7275
7276         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7277         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7278         Remove long obsoleted functions.
7279
7280 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7283
7284         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7285
7286         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7287         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7288         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7289         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7290         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7291         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7292         * sieve-manage.el, smime.el, spam.el:
7293         Fix comment for declare-function.
7294
7295 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296
7297         * nnimap.el (nnimap-request-rename-group): Select group read-only
7298         before renaming it.
7299
7300         * shr.el (shr-insert): Fix up the white space only regexp.
7301
7302         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7303         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7304
7305         * shr.el (shr-current-column): New function.
7306         (shr-find-fill-point): New function.
7307
7308 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7309
7310         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7311         numbers.
7312
7313 2010-10-11  Julien Danjou  <julien@danjou.info>
7314
7315         * shr.el (shr-hr-line): Add.
7316         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7317         display hr lines.
7318         (shr-max-columns): Do not change state to nil if we just inserting
7319         spaces.
7320
7321 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7324         select the last group.
7325
7326 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7327
7328         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7329
7330 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7331
7332         * dig.el (dig-mode-map): Declare and define in one step.
7333
7334 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335
7336         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7337         for Gnus.
7338         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7339         (nnimap-update-qresync-info): Mark \Seen articles as read.
7340
7341         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7342         non-variable, too.
7343
7344         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7345         available.
7346         (nnimap-update-info): Rely more on the current active than the param
7347         active to avoid marking articles as read too much.
7348
7349         * auth-source.el (auth-source-create): Use (user-login-name) for the
7350         user name default.
7351
7352         * nnimap.el (nnimap-update-info): If the server doesn't return any
7353         useful info, just use the previous info.
7354         (nnimap-update-info): Prefer old info over start-article.
7355         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7356
7357 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7358
7359         * nnir.el (autoload): Clean up autoloads.
7360         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7361         Use key rather than value.
7362         (nnir-imap-search-other): New variable.
7363         (nnir-read-parm): Use it.
7364         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7365         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7366
7367 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7368
7369         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7370         the process, too.
7371
7372 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7373
7374         * spam.el (gnus-summary-mode-map): Bind to "$".
7375         Suggested by Russ Allbery.
7376
7377         * shr.el: Rework the way things are indented by <li> slightly.
7378
7379         * gnus.el (gnus-group-set-parameter): Fix typo.
7380
7381         * nnimap.el: Start implementing QRESYNC support.
7382
7383 2010-10-09  Julien Danjou  <julien@danjou.info>
7384
7385         * nnir.el (nnir-engines): Fix too many arguments.
7386
7387 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388
7389         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7390         group is the "last", so that the backends like nnfolder actually save
7391         their folders.
7392
7393         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7394         try to use that for the tls stream.
7395         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7396         UIDVALIDITY and find out which groups are read-only and not.
7397         (nnimap-get-flags): Use the same marks parsing code as the rest of
7398         nnimap.
7399
7400 2010-10-09  Julien Danjou  <julien@danjou.info>
7401
7402         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7403
7404         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7405         retrieving gravatars.
7406
7407         * shr.el (shr-table-corner): Add.
7408         (shr-table-line): Add.
7409         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7410
7411 2010-10-08  Julien Danjou  <julien@danjou.info>
7412
7413         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7414
7415 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7416
7417         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7418
7419         * gnus-sum.el (gnus-mark-article-as-unread)
7420         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7421         (gnus-summary-set-bookmark): Use it.
7422
7423         * gnus-msg.el (gnus-setup-message): Use it.
7424
7425         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7426
7427         * gnus.el (gnus-group-remove-parameter): Use it.
7428
7429         * gnus-group.el (gnus-group-make-web-group): Use it.
7430
7431         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7432
7433         * nnregistry.el: Update docs to mention manual.
7434
7435         * gnus-registry.el: Update docs to mention nnregistry.el.
7436         (gnus-registry-initialize): Don't install nnregistry refer method
7437         automatically.
7438         (gnus-registry-install-nnregistry): Remove it.
7439
7440 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7441
7442         * shr.el (shr-insert): Don't insert double spaces.
7443
7444 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * gnus-gravatar.el (gnus-treat-from-gravatar)
7447         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7448         called interactively.
7449
7450         * gnus-art.el (gnus-mime-view-part-externally)
7451         (gnus-mime-view-part-internally): Make predicate function passed to
7452         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7453         of a mime type.
7454
7455         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7456
7457 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7458
7459         * shr.el (require): Require cl when compiling.
7460         (shr-tag-hr): New function.
7461
7462         * nnimap.el (nnimap-update-info): Remove double setting of high.
7463         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7464         This makes nnimap work properly on Courier again.
7465
7466         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7467         the variable for backwards compatibility.
7468
7469         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7470         the file name before using to avoid setting mm-default-directory to
7471         nil.
7472
7473         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7474         bidning gnus-agent variables.
7475
7476         * shr.el (shr-render-td): Use a cache for the table rendering function
7477         to avoid getting an exponential rendering behavior in nested tables.
7478         (shr-insert): Rework the line-breaking algorithm.
7479         (shr-insert): Don't leave trailing spaces.
7480         (shr-insert-table): Also insert empty TDs.
7481         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7482
7483 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7484
7485         * gnus-sum.el (gnus-number): Rename from `number'.
7486         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7487         (gnus-summary-limit-children): Update uses correspondingly.
7488
7489 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7492         (gnus-gravatar-transform-address): Don't show avatars of people of
7493         which mail addresses match gnus-gravatar-too-ugly.
7494
7495 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * shr.el (shr-table-widths): Expand TD elements to fill available
7498         space.
7499
7500 2010-10-07  Julien Danjou  <julien@danjou.info>
7501
7502         * nnimap.el (nnimap-request-rename-group): Add this method.
7503
7504 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7507         name from XEmacs' function-arglist.
7508
7509         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7510         gravatar under XEmacs.
7511
7512 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7513
7514         * auth-source.el: Update docs with TODO items.
7515
7516         * gnus-sync.el: Update docs to explain state and plans.
7517
7518         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7519         Hooks for mark updates.
7520         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7521
7522         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7523         hooks with arguments, which is needed for mark update hooks.
7524
7525 2010-10-06  Julien Danjou  <julien@danjou.info>
7526
7527         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7528         was matched.
7529
7530         * sieve-manage.el: Update example in `Commentary'.
7531
7532         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7533
7534         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7535         not 2000.
7536         (sieve-manage-authenticate): Re-add function.
7537
7538 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * shr.el (shr-insert): Get 'space transition right.
7541         (shr-render-td): Only delete space at the end of the TD.
7542
7543         * nnimap.el (nnimap-open-connection): Prepare to support
7544         open-gnutls-stream.
7545
7546         * shr.el: Rearrange function order to be more logical.
7547
7548 2010-10-06  Julien Danjou  <julien@danjou.info>
7549
7550         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7551         (nnrss-discover-feed): Remove 404 URL in docstring.
7552
7553         * nnir.el: Fix Swish-E URL.
7554         Fix Namazu URL.
7555
7556         * message.el (message-change-subject): Remove 404 URL in a comment.
7557
7558 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7561         called interactively.
7562
7563         * gnus-util.el (gnus-remove-if): Allow hash table.
7564         (gnus-remove-if-not): New function.
7565
7566         * gnus-art.el (gnus-mime-view-part-as-type):
7567         * gnus-score.el (gnus-summary-score-effect):
7568         * gnus-sum.el (gnus-read-move-group-name):
7569         Replace remove-if-not with gnus-remove-if-not.
7570
7571         * gnus-group.el (gnus-group-completing-read):
7572         Regard collection as a hash table if it is not a list.
7573
7574 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7575
7576         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7577
7578         * shr.el: Document the table-rendering algorithm.
7579
7580 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7583         for Emacsen having no `libxml-parse-html-region' support.
7584
7585 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7586
7587         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7588         invalid URLs.
7589
7590         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7591         line-broken.
7592         (shr-tag-img): Ignore image fetching errors.
7593         (shr-overlays-in-region): Compute overlay positions correctly.
7594
7595         * mm-decode.el (mm-shr): Require shr.
7596
7597         * gnus-art.el (gnus-blocked-images): Move variable here.
7598
7599         * shr.el (shr-insert-table): Bind free variable.
7600
7601         * mm-decode.el (mm-shr): Bind shr-content-function.
7602
7603         * shr.el (shr-content-function): New variable.
7604
7605         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7606         added for symmetry.
7607
7608         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7609
7610         * gnus-group.el (gnus-group-make-group): Doc fix.
7611
7612         * nnimap.el (nnimap-request-newgroups): Return success.
7613
7614         * shr.el (shr-find-elements): New function.
7615         (shr-tag-table): Put all the images after the table.
7616         (shr-tag-table): Really inhibit images inside the table.
7617         (shr-collect-overlays): Copy over overlays from the TD elements to the
7618         main document.
7619
7620         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7621         gnus-blocked-images.
7622
7623 2010-10-05  Julien Danjou  <julien@danjou.info>
7624
7625         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7626
7627         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7628         (gnus-html-maximum-image-size): Add this function.
7629         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7630
7631         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7632         server-value of the capability is nil.
7633
7634 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7635
7636         * shr.el (shr-tag-em): Add <EM> tag.
7637
7638 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7639
7640         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7641         customizable.
7642
7643         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7644         handing broken links to browse-url.
7645
7646 2010-10-05  Julien Danjou  <julien@danjou.info>
7647
7648         * gnus-util.el (gnus-emacs-completing-read)
7649         (gnus-iswitchb-completing-read): Use autoload rather than require.
7650
7651 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7654         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7655         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7656         iswitchb-temp-buflist for XEmacs.
7657
7658         * gnus-util.el (gnus-completing-read-function): Exclude
7659         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7660         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7661         XEmacs.
7662
7663         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7664         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7665
7666         * gnus-html.el: Don't require help-fns under XEmacs.
7667         (gnus-html-schedule-image-fetching): Work for XEmacs.
7668
7669         * mm-decode.el (mm-shr): Decode contents by charset.
7670
7671 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7672
7673         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7674         unknown.
7675
7676         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7677         (shr-get-image-data): Ensure against the cache file missing.
7678
7679         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7680         for data.
7681
7682         * spam-report.el (spam-report-url-ping-plain): Don't query about
7683         killing the process.
7684
7685         * shr.el (shr-render-td): Protect against too-wide text.
7686
7687 2010-10-04  Julien Danjou  <julien@danjou.info>
7688
7689         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7690         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7691
7692         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7693         retrieved.
7694
7695 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696
7697         * shr.el (browse-url): Require.
7698         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7699         lines.
7700         (shr-show-alt-text, shr-browse-image): New commands.
7701         (shr-browse-url, shr-copy-url): New commands.
7702
7703         * gnus-sum.el (gnus-widen-article-window): New variable.
7704         (gnus-summary-select-article-buffer): Use it.
7705
7706         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7707         without @ signs.
7708
7709 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7710
7711         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7712
7713 2010-10-04  Julien Danjou  <julien@danjou.info>
7714
7715         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7716         for XEmacs.
7717
7718 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7719
7720         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7721
7722         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7723         (nnimap-close-server): Implement.
7724
7725         * dgnushack.el (iswitchb): Require to shut up the compiler.
7726
7727         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7728         (shr-insert): Tweak line breaking.
7729         (shr-insert): Handle <pre> better.
7730         (shr-tag-li): Get <li> indentation right.
7731         (shr-tag-li): Get <li> indentation even righter.
7732         (shr-tag-blockquote): Ensure paragraph start.
7733         (shr-make-table): Tweak table generation.
7734         (shr-make-table): Fix typo.
7735
7736         * shr.el: Implement table rendering.
7737
7738 2010-10-04  Julien Danjou  <julien@danjou.info>
7739
7740         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7741
7742 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7743
7744         * shr.el (shr-insert): Use string anchors instead of line anchors.
7745
7746 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747
7748         * shr.el: Add headings.
7749         (shr-ensure-paragraph): Actually work.
7750         (shr-tag-li): Make <ul> prettier.
7751         (shr-insert): Get white space at the beginning/end of elements right.
7752         (shr-tag-p): Collapse subsequent <p>s.
7753         (shr-ensure-paragraph): Don't insert double line feeds after blank
7754         lines.
7755         (shr-insert): \t is also space.
7756         (shr-tag-s): Fix "s" tag name function.
7757         (shr-tag-s): Fix face prop name.
7758
7759 2010-10-03  Julien Danjou  <julien@danjou.info>
7760
7761         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7762
7763         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7764         gnus-window-inside-pixel-edges.
7765
7766         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7767         gnus-ems.
7768
7769         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7770
7771         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7772         function.
7773
7774         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7775         resize choice.
7776
7777 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7778
7779         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7780         beginning of the buffer.
7781
7782         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7783         article buffer again.
7784
7785         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7786
7787         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7788         when it's at the start of the buffer.
7789
7790         * shr.el (shr-tag-blockquote): Convert name.
7791         (shr-rescale-image): Use the right image-size variant.
7792
7793         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7794         buffer isn't shown, then select the current article first instead of
7795         bugging out.
7796         (gnus-summary-select-article-buffer): Show both the article and summary
7797         buffers again.
7798
7799         * shr.el (shr-fontize-cont): Protect against regions with no text.
7800         Rename tag functions to shr-tag-* for enhanced security.
7801         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7802
7803 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7804
7805         * shr.el (shr-insert):
7806         * pop3.el (pop3-movemail):
7807         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7808         loaded.
7809
7810 2010-10-03  Glenn Morris  <rgm@gnu.org>
7811
7812         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7813
7814         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7815
7816         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7817
7818         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7819
7820         * gnus-util.el (gnus-make-local-hook): Simplify.
7821
7822 2010-10-02  Julien Danjou  <julien@danjou.info>
7823
7824         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7825         (gnus-ido-completing-read): New function.
7826         (gnus-emacs-completing-read): New function.
7827         (gnus-completing-read): Use gnus-completing-read-function.
7828         Add gnus-completing-read-function.
7829
7830 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7831
7832         * shr.el (shr-insert-document): Autoload.
7833         (shr-img): Be silent.
7834         (shr-insert): Add a newline after every picture before text.
7835         (shr-add-font): Use overlays for combining faces.
7836         (shr-insert): Pass upwards the text start point.
7837
7838         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7839         possible.
7840         (mm-shr): New function.
7841
7842 2010-10-02  Julien Danjou  <julien@danjou.info>
7843
7844         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7845         should go backward.
7846
7847 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7848
7849         * shr.el (shr): Fix typo in provide call.
7850
7851 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7852
7853         * shr.el: New file.
7854
7855         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7856
7857         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7858         completing read.
7859
7860 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7861
7862         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7863         we're being queried about.  Suggested by Dan Jacobson.
7864
7865         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7866         Suggested by Jason Eisner.
7867
7868         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7869         table, too.  Suggested by Stefan Wiens.
7870         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7871         the table unnecessary.  Suggested by Stefan Wiens.
7872
7873         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7874         longer needed, and probably doesn't work either, as pointed out by
7875         Stefan Wiens.
7876         (gnus-summary-exit): Remove call to the clearing function.
7877         (gnus-summary-exit-no-update): Ditto.
7878
7879         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7880         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7881         Reported by Stefan Monnier.
7882         (gnus-summary-save-in-rmail): Ditto.
7883
7884         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7885         article buffer, instead of both the article buffer and the summary
7886         buffer.  Sort of suggested by Dan Jacobson.
7887
7888         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7889
7890         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7891         Suggested by Dan Jacobson.
7892
7893         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7894         documentation clearer.
7895
7896         * message.el (message-shorten-references): Comment on the number "21".
7897         Suggested by Stefan Monnier.
7898
7899         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7900         Suggested by Dan Jacobson.
7901
7902         * gnus.el (gnus-large-newsgroup):
7903         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7904
7905         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7906         externalize attachments.  Bug reported by Steve Wen.
7907
7908         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7909         really message anything to the user.
7910
7911         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7912         directly.
7913
7914         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7915         messages in empty groups.
7916
7917 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7918
7919         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7920         non-UIDNEXT group.
7921
7922 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7923
7924         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7925         not the value from the collection.
7926
7927         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7928         values.  This sometimes happens on some groups that have no info.
7929         (nnimap-request-newgroups): New function.
7930
7931 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7932
7933         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7934         check into `gnus-registry-initialize'.
7935         (gnus-registry-initialize): Ditto.
7936         Fix and extend header docs.
7937
7938 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7939
7940         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7941         regexp backtrace overflows.
7942
7943         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7944         for starttls that tls.el implements; i.e. openssl.
7945
7946         * tls.el (tls-starttls-switches): Give up on using starttls with
7947         gnutls-cli.
7948         (tls-program): Add --insecure to be consistent with the defaults from
7949         openssl s_client.  Now all three commands are insecure.
7950
7951 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * lpath.el: Bind completion-styles-alist for XEmacs.
7954
7955         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7956         (gravatar-create-image): New function that's an alias to
7957         gnus-xmas-create-image, gnus-create-image, or create-image.
7958         (gravatar-data->image): Use it.
7959
7960 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7961
7962         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7963         install the nnregistry refer method.
7964         (gnus-registry-install-hooks): Use it.
7965         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7966         unfollowed groups.
7967
7968 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7969
7970         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7971         expanding threads.
7972
7973 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7974
7975         * nnir.el: Use the server names without suffixes (bug #7009).
7976
7977         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7978         unencrypted to STARTTLS, if possible.
7979
7980 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7981
7982         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7983         headers before superseding.
7984
7985 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * nnrss.el (nnrss-use-local): Add documentation.
7988
7989         * nnimap.el (nnimap-extend-tls-programs): New function.
7990         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7991         (nnimap-wait-for-connection): Accept the greeting from the stupid
7992         output from openssl s_client -starttls, too.
7993
7994         * tls.el (tls-starttls-switches): New variable.
7995         (tls-find-starttls-argument): Use it.
7996         (open-tls-stream): Ditto.
7997
7998         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7999         (netrc-machine): Ditto.
8000
8001         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8002         article number.
8003         (nnimap-split-fancy): New variable.
8004         (nnimap-split-incoming-mail): Use it.
8005
8006         * nntp.el (nntp-server-list-active-group): Document.
8007
8008         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8009         SELECT to get the message-id.
8010
8011         * mail-source.el (mail-sources): Remove webmail support.
8012         (defvar): Ditto.
8013         (mail-source-fetcher-alist): Ditto.
8014         (mail-source-fetch-webmail): Remove.
8015
8016         * webmail.el: Remove -- doesn't seem relevant any more.
8017
8018         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8019
8020         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8021         the \r.
8022
8023 2010-09-30  Julien Danjou  <julien@danjou.info>
8024
8025         * gnus-agent.el (gnus-agent-add-group): Fix call to
8026         gnus-completing-read.
8027
8028 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029
8030         * nndoc.el (nndoc-retrieve-groups): New function.
8031
8032         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8033         `default', use nnmail-split-methods.
8034         (nnimap-request-article): Downcase the NILs so that they are nil.
8035
8036         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8037         symbol.
8038
8039         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8040         code, since if the user has requested network, that's what they ought
8041         to get.
8042         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8043         (nnimap-split-rule): Mark as obsolete.
8044
8045         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8046         New variable.
8047
8048         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8049         correct slot, too.
8050
8051 2010-09-29  Julien Danjou  <julien@danjou.info>
8052
8053         * gnus.el (gnus-local-domain): Declare variable obsolete.
8054
8055         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8056         Fix history computing.
8057         (gnus-ido-completing-read): Require ido.
8058
8059 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8060
8061         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8062         build Gnus.
8063
8064         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8065         when interpreting the structures.
8066         (nnimap-request-accept-article): Add \r\n to the lines to make this
8067         work with Cyrus.
8068
8069         * nndraft.el (nndraft-request-expire-articles): Use the group name
8070         instead if "nndraft".  Fix found by Nils Ackermann.
8071
8072 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8073
8074         * nnregistry.el: Add.
8075
8076 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8077
8078         * nnmail.el (group, group-art-list, group-art):
8079         Remove unneeded directives.
8080
8081 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8084         (mm-mime-charset):
8085         * rfc2047.el (rfc2047-syntax-table):
8086         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8087
8088         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8089         rather than `insert-file-contents' and `eval-region'.
8090
8091         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8092         construction.
8093
8094         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8095
8096         * time-date.el: No need to require cl for Emacs 21.
8097
8098 2010-09-29  Julien Danjou  <julien@danjou.info>
8099
8100         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8101         replacement of `gnus-gravatar-relief' to mimic
8102         `gnus-faces-properties-alist'.
8103         Add :version property.
8104
8105 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * mail-source.el (mail-source-report-new-mail):
8108         * message.el (message-default-mail-headers):
8109         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8110
8111         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8112
8113 2010-09-28  Julien Danjou  <julien@danjou.info>
8114
8115         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8116         mail-address contains the same string as real-name.
8117
8118         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8119         non-blank in header, otherwise it'll get stripped.
8120
8121         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8122         real-name, and then for mail address rather than doing : or , search.
8123
8124 2010-09-27  Julien Danjou  <julien@danjou.info>
8125
8126         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8127         right completing-read function.
8128         (gnus-use-ido): New variable
8129         (gnus-completing-read-with-default): Remove.
8130         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8131         (gnus-agent-add-group):
8132         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8133         * mm-view.el (mm-view-pkcs7-decrypt):
8134         * mm-util.el (mm-codepage-setup):
8135         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8136         * mml-smime.el (mml-smime-openssl-sign-query):
8137         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8138         (mml-insert-multipart):
8139         * gnus-msg.el (gnus-summary-yank-message):
8140         * gnus-int.el (gnus-start-news-server):
8141         * mm-decode.el (mm-interactively-view-part):
8142         * gnus-dired.el (gnus-dired-attach):
8143         * gnus.el (gnus-read-method):
8144         * gnus-bookmark.el (gnus-bookmark-jump):
8145         * gnus-art.el (gnus-mime-view-part-as-type)
8146         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8147         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8148         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8149         * nnmairix.el (nnmairix-create-server-and-default-group)
8150         (nnmairix-update-groups, nnmairix-get-server)
8151         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8152         (nnmairix-get-group-from-file-path):
8153         * nnrss.el (nnrss-find-rss-via-syndic8):
8154         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8155         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8156         (gnus-group-browse-foreign-server):
8157         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8158         (gnus-summary-execute-command, gnus-summary-respool-article)
8159         (gnus-read-move-group-name):
8160         * gnus-score.el (gnus-summary-increase-score)
8161         (gnus-summary-score-effect):
8162         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8163
8164 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8167         x-focus-frame.
8168
8169         * nnimap.el (auth-source-forget-user-or-password)
8170         (auth-source-user-or-password): Autoload.
8171
8172         * message.el (message-from-style, message-interactive)
8173         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8174         (message-yank-prefix, message-indentation-spaces, message-signature)
8175         (message-signature-file): Add comment.
8176
8177 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8178
8179         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8180         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8181         new articles.
8182
8183         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8184         parts.
8185         (nnimap-request-article): Work with the t setting, too.
8186
8187         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8188         that you don't get flashes of other buffers.
8189         (gnus-summary-show-complete-article): Intern before setting.
8190
8191 2010-09-27  David Engster  <dengste@eml.cc>
8192
8193         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8194         well as HEADERS.
8195         (nnmairix-retrieve-headers): Provide new argument for the above.
8196
8197 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8198
8199         * gnus-sum.el (gnus-summary-move-article): Don't alter
8200         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8201         group.
8202
8203         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8204
8205         * message.el (message-cite-prefix-regexp): Revert my last edit.
8206
8207         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8208         variable instead of the Gnus variable.
8209
8210         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8211
8212         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8213
8214         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8215         since some servers don't like it.
8216         (nnimap-open-connection): Forget credentials if the server says the
8217         password was wrong.
8218         (nnimap-parse-line): Protect against invalid data.
8219
8220         * gnus-sum.el (gnus-summary-move-article): Add comment.
8221         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8222         nothing alters it while scanning for new messages.
8223
8224         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8225         which may or may not help.
8226         (nnimap-open-connection): If we're doing a stream connection, and then
8227         discover we're on a STARTTLS-capable server, then open a STARTTLS
8228         connection instead.
8229
8230 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8231
8232         * nnimap.el (utf7): Require.
8233
8234         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8235         prefix.
8236
8237 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8238
8239         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8240
8241 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8242
8243         * nnimap.el (nnimap-request-accept-article): Message the error on
8244         error.
8245
8246 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8249
8250 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8251
8252         * nndoc.el (nndoc-request-list): Return success always.
8253
8254         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8255         `fetch-old' -- we only want to fetch the articles we've requested.
8256         The rest are in the agent, probably.
8257         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8258         disappeared server" to something low.  It's not important.
8259
8260         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8261         arrived before the FETCH data.
8262
8263         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8264         target here, because we don't know the Gnus name of the group.
8265
8266         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8267         for the correct group.
8268
8269         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8270
8271         * gnus.el (gnus): Give a final warning after startup.
8272
8273         * gnus-util.el (gnus-action-message-log): New variable.
8274         (gnus-message): Use it.
8275         (gnus-final-warning): New function.
8276
8277         * nnimap.el (nnimap-open-connection): Record the greeting.
8278         (nnimap): Add greeting.
8279
8280 2010-09-26  Julien Danjou  <julien@danjou.info>
8281
8282         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8283         arguments.
8284         (gnus-html-wash-images): Fix spec computing to include start/end.
8285
8286         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8287
8288 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8291         deletion.
8292         (nnimap-retrieve-headers): Don't select the group, because that's
8293         already done by nnimap-possibly-change-group.
8294
8295         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8296         (gnus-picon-transform-address): Use it.
8297
8298         * mail-source.el (mail-source-value): Revert previous patch.
8299
8300         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8301         on failure.
8302         (nnimap-open-connection): Look up both virtual and physical server name
8303         credentials.
8304
8305         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8306
8307 2009-02-07  Dave Love  <fx@gnu.org>
8308
8309         * tls.el (open-tls-stream): Don't query killing process.
8310
8311 2009-02-08  Dave Love  <fx@gnu.org>
8312
8313         * gnus-win.el (gnus-window-to-buffer-helper)
8314         (gnus-all-windows-visible-p): Function needn't be a symbol.
8315
8316         * mail-source.el (mail-source-value): Function needn't be a symbol.
8317
8318 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8319
8320         * message.el (message-cite-prefix-regexp): Remove } from the cite
8321         prefix.
8322
8323         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8324         highlight again, so that the highlight is correct.
8325
8326         * gnus-picon.el (gnus-picon): Remove again.
8327         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8328
8329         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8330         doing the header highlightling, so that the background color of the
8331         picon is correct.
8332
8333         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8334         (gnus-picon): Ditto.
8335         (gnus-picon): Reinstate.  The background color for picons is white.
8336         (gnus-picon-insert-glyph): Make the background white.
8337
8338         * nnml.el (nnml-open-nov): Don't return dead buffers.
8339
8340         * auth-source.el (auth-source-create): Query the user for whether to
8341         store the credentials.
8342
8343         * netrc.el (netrc-store-data): New function.
8344
8345         * auth-source.el (auth-source-user-or-password): Use the existing auth
8346         sources, if any, for creation.
8347
8348         * gnus.el (gnus-group-fast-parameter): Return the last matching
8349         parameter instead of the first matching parameter.
8350
8351 2010-09-26  Julien Danjou  <julien@danjou.info>
8352
8353         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8354
8355 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8356
8357         * mml2015.el (mml2015-use): Remove gpg support.
8358
8359         * mml1991.el (mml1991-function-alist): Remove gpg function.
8360         (mml1991-gpg-sign): Remove.
8361
8362 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8363
8364         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8365         (gnus-browse-unsubscribe-current-group): Document it.
8366         (gnus-browse-unsubscribe-group): Use it.
8367
8368 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8369
8370         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8371         address to the To list for easier response.
8372
8373         * gnus.el (gnus-play-startup-jingle): Remove.
8374         (gnus-splash): Don't play jingle.
8375         (gnus): Silence gnus-load message.
8376
8377         * gnus-art.el (gnus-treat-play-sounds): Remove.
8378
8379         * gnus.el (gnus-play-jingle): Remove audio support.
8380
8381         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8382
8383         * earcon.el: Remove -- no users.
8384
8385         * gnus-audio.el: Remove -- no users of this package.
8386
8387         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8388
8389         * gnus-start.el (gnus-setup-news): Remove nocem support.
8390
8391         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8392
8393         * gnus.el (gnus-use-nocem): Remove.
8394
8395         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8396         Remove.
8397
8398         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8399         uses NoCeM any more.
8400
8401         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8402         (gnus-button-ctan-handler): Ditto.
8403         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8404         (gnus-button-ctan-directory-regexp): Ditto.
8405         (gnus-button-handle-ctan): Ditto.
8406         (gnus-button-tex-level): Ditto.
8407         (gnus-button-alist): Remove CTAN stuff.
8408
8409 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8410
8411         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8412         nnimap-streaming test.
8413
8414         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8415         servers twice.
8416
8417         * nnimap.el (nnimap-open-connection): Add more error reporting when
8418         nnimap fails early.
8419
8420         * nnheader.el (nnheader-get-report-string): New function.
8421         (nnheader-get-report): Use it.
8422
8423         * gnus-int.el (gnus-check-server): Say what the error was when opening
8424         failed.
8425
8426         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8427         using streaming.
8428
8429 2010-09-25  Julien Danjou  <julien@danjou.info>
8430
8431         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8432         gnus-window-inside-pixel-edges.
8433
8434 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8435
8436         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8437
8438         * mm-decode.el (mm-save-part): Allow saving to other directories the
8439         normal Emacs way.
8440
8441         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8442         Suggested by Jay Berkenbilt.
8443
8444         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8445         there isn't a single byte.
8446
8447         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8448         just do it.  It doesn't really seem to matter what the user responds
8449         here, I think, so it's just a confusing question.
8450
8451         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8452         non-streaming case.
8453
8454         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8455         (gnus-article-encrypt-body): Use it.
8456
8457         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8458         keystroke.
8459
8460         * nnimap.el (nnimap-find-wanted-parts-1):
8461         Use gnus-fetch-partial-articles.
8462
8463         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8464
8465         * nnimap.el (nnimap-insert-partial-structure): New function.
8466         (nnimap-get-partial-article): New function.
8467         (nnimap-request-article): Use it.
8468         (nnimap-wait-for-response): Return whether the wait was successful.
8469         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8470         retrieval wasn't successful.
8471         (nnimap-retrieve-group-data-early): Allow throttling servers.
8472         (nnimap-streaming): New variable.
8473         (nnimap-fetch-partial-articles): Remove.
8474
8475         * mm-decode.el (mm-with-part): Protect against killed buffers.
8476
8477         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8478         for prettier summary display.
8479
8480 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8481
8482         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8483
8484 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8485
8486         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8487         apparently third-party libraries depend on it.
8488
8489         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8490         before starting negotiation.
8491
8492         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8493         privacy reasons.
8494         (gnus-treat-mail-gravatar): Ditto.
8495
8496         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8497         buffer when inserting images.  Inserting text into the headers, for
8498         instance, can make them invalid.
8499
8500 2010-09-25  Julien Danjou  <julien@danjou.info>
8501
8502         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8503         variables.
8504
8505         * nnheader.el: Remove useless variables news-reply-yank-from and
8506         news-reply-yank-message-id.
8507
8508         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8509         variables.
8510
8511         * mml1991.el: Remove useless mml1991-verbose.
8512
8513         * gnus.el: Remove useless variable gnus-use-generic-from.
8514         Remove obsolete variable gnus-topic-indentation.
8515
8516         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8517
8518         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8519
8520         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8521
8522         * gnus-group.el: Remove useless gnus-group-icon-cache.
8523         Remove useless gnus-ephemeral-group-server.
8524
8525         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8526
8527         * mml2015.el: Remove useless mml2015-verbose.
8528
8529         * mml-smime.el: Remove useless mml-smime-verbose.
8530
8531         * gnus.el: Remove useless gnus-local-domain.
8532
8533         * gnus-gravatar.el (gnus-gravatar-transform-address):
8534         Use gnus-gravatar-size.
8535
8536         * gnus-art.el: Remove useless gnus-treat-translate.
8537
8538 2010-09-24  Julien Danjou  <julien@danjou.info>
8539
8540         * gnus-sum.el: Add support for Gravatars.
8541
8542         * gnus-art.el: Add support for Gravatars.
8543
8544         * gnus-gravatar.el: Add this file.
8545
8546         * gravatar.el: Add this file.
8547
8548 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549
8550         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8551
8552         * gnus-group.el (gnus-group-fetch-faq): Remove.
8553
8554         * gnus.el (gnus-group-faq-directory): Remove.
8555
8556         * gnus-group.el (gnus-group-fetch-charter): Remove.
8557
8558         * gnus.el (gnus-group-charter-alist): Remove.
8559
8560         * gnus-group.el (gnus-group-archive-directory): Remove.
8561         (gnus-group-recent-archive-directory): Ditto.
8562         (gnus-group-make-archive-group): Remove.
8563
8564         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8565
8566         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8567         use the same article number for all the cached articles.
8568
8569         * nnimap.el (nnimap-command): Register the last command time so
8570         that we can use it for idling NOOPs.
8571         (nnimap-open-connection): Start the keeplive timer.
8572         (nnimap-make-process-buffer): Store all the process buffers.
8573         (nnimap-keepalive): New function.
8574
8575         * starttls.el (starttls-open-stream): Add autoload cookie.
8576
8577 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8578
8579         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8580         handling.
8581
8582 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8583
8584         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8585         its data structures.
8586
8587         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8588         instead of the cl.el copy-list.
8589         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8590         equalp.
8591
8592 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8595         and tool-bar-local-item-from-menu.
8596
8597         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8598         mode-line-highlight face for Emacs.
8599
8600         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8601         loading gnus-sum.elc; fix comment for canlock-verify.
8602         (gnus-article-jump-to-part): Use read-number.
8603         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8604         Remove Emacs pre-21 compatible code for help-echo.
8605         (gnus-article-next-page-1): No need to adjust the number of lines.
8606         (gnus-article-describe-bindings): Always use help-buffer.
8607
8608         * gnus-audio.el (gnus-audio-inline-sound):
8609         * gnus-cus.el (gnus-custom-mode):
8610         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8611
8612         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8613
8614         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8615         compatible code.
8616
8617 2010-09-24  Glenn Morris  <rgm@gnu.org>
8618
8619         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8620         visiting the fcc file in rmail-mode.
8621
8622         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8623
8624 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * nnir.el: Silence the byte compiler.
8627
8628         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8629         alias to browse-url-url-encode-chars if any.
8630         (gnus-html-encode-url): Use it.
8631
8632 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8633
8634         * gnus-start.el (gnus-use-backend-marks): New variable.
8635         (gnus-get-unread-articles-in-group): Use it.
8636
8637         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8638         makeover.
8639
8640 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8641
8642         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8643
8644 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8645
8646         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8647         Remove.
8648         (gnus-setup-news-hook):
8649         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8650
8651         * gnus-int.el (gnus-request-update-info): Protect against backends not
8652         having the function.
8653
8654         * nnimap.el (nnimap-stream): Mention starttls.
8655         (nnimap-open-connection): Add starttls support.
8656
8657 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8658
8659         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8660
8661 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8662
8663         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8664         BODYSTRUCTUREs.
8665         (nnimap-transform-headers): Unfold quoted {42} headers.
8666
8667         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8668         the info.
8669         (gnus-get-unread-articles): Only call updatep on backends that support
8670         it.
8671
8672         * nnweb.el (nnweb-request-update-info): NOOP.
8673
8674         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8675
8676         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8677         since it only deals with marks.
8678
8679         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8680         gnus-request-marks, and make a new gnus-request-update-info.
8681
8682         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8683         the active instead of the high number, which is usually too low.
8684
8685 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8686
8687         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8688         * encrypt.el: Remove.
8689
8690 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8691
8692         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8693         server in symbolic form.
8694
8695         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8696
8697 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8698
8699         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8700         (nnimap-update-info): Fix up code slightly.
8701
8702         * gnus-int.el (gnus-open-server): Add tracing for performance
8703         debugging.
8704
8705         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8706         (gnus-group-insert-group-line): Pass the real group name so that it
8707         gets the right data.
8708
8709         * gnus-start.el (gnus-get-unread-articles): Don't have
8710         `gnus-get-unread-articles-in-group' update info, since that can be
8711         really slow and doesn't seem to be needed?
8712
8713 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8714
8715         * time-date.el (date-to-time): Try using parse-time-string first before
8716         using the slower timezone-make-date-arpa-standard.
8717
8718 2010-09-22  Julien Danjou  <julien@danjou.info>
8719
8720         * gnus-group.el (gnus-group-insert-group-line):
8721         Call gnus-group-highlight-line.
8722         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8723         default hook list.
8724         (gnus-group-update-eval-form): Add new function.
8725         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8726         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8727
8728 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8731         immediate, then expire all articles.
8732         (nnimap-update-info): Fix off-by-one errors.
8733         (nnimap-flags-to-marks): Would return no marks lists for group with no
8734         flags.  Instead return the other data.
8735
8736 2010-09-22  Julien Danjou  <julien@danjou.info>
8737
8738         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8739         Only return an icon.
8740         (gnus-group-insert-group-line): Compute icon to return.
8741
8742         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8743         (gnus-html-image-fetched): Only cache if
8744         gnus-html-image-automatic-caching is set.
8745         (gnus-html-image-fetched): Check for errors.
8746
8747 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8750         once per method on `g'.  This ensures that backends like nnfolder don't
8751         open all their folders.
8752
8753         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8754         (nnimap-request-list): Nix out group in the correct buffer.
8755         (nnimap-parse-flags): Implement by using `read' instead of
8756         hand-parsing.
8757         (nnimap-flags-to-marks): Pass on permanent-flags.
8758         (nnimap-make-process-buffer): Record the server name.
8759         (nnimap-parse-flags): Fix typo.
8760         (nnimap-request-scan): Run split on the server in general, not just a
8761         single group.
8762
8763         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8764         parameter, and propagate this downwards.
8765
8766         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8767         since EXAMINE changes it on the server.
8768
8769         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8770         this command might take a while.
8771
8772 2010-09-22  Julien Danjou  <julien@danjou.info>
8773
8774         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8775         harmful if you have 2 images side-by-side, they can't be properly
8776         update on text deletion.  Using text-property is safer here.
8777         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8778         data.
8779
8780 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8781
8782         * nnimap.el (nnimap-expunge-inbox): Remove.
8783         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8784         (nnimap-expunge): Flip default to t.
8785
8786         * gnus.el (gnus-method-to-server): Don't push things to the cache
8787         unless it's unique.
8788         (gnus-server-to-method): Ditto.
8789
8790 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8791
8792         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8793
8794 2010-09-22  Julien Danjou  <julien@danjou.info>
8795
8796         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8797         get the start of data.
8798         (gnus-html-encode-url): Add this function to encode special chars in
8799         URL.
8800         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8801         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8802
8803         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8804         default.
8805         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8806
8807         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8808         images alt-text.
8809         (gnus-html-put-image): Put alt-text as help-echo.
8810
8811 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8814         * mm-util.el (mm-decompress-buffer):
8815         * nnir.el (nnir-run-find-grep):
8816         * pop3.el (pop3-list): Use 3rd arg of split-string.
8817
8818         * time-date.el (format-seconds): Comment fix.
8819
8820         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8821         and byte-optimize-form-code-walker.
8822         (dgnushack-make-auto-load): Don't advise make-autoload.
8823
8824         * lpath.el: Remove Emacs 21 stuff.
8825
8826 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8829         outside the active range.  Suggested by Dan Christensen.
8830
8831         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8832         slightly later to avoid double-getting it.
8833
8834         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8835         previous patch.
8836
8837         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8838
8839 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8840
8841         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8842
8843 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8844
8845         * gnus-int.el (gnus-open-server): Give a better error message in the
8846         "go offline" case.
8847
8848         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8849         marks for nnimap, which is seldom the right thing to do.
8850
8851         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8852         (gnus-same-method-different-name): New function.
8853
8854         * nnimap.el (parse-time): Require.
8855
8856         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8857         method in the presence of many similar methods.
8858
8859         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8860
8861         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8862         nnml-inhibit-expiry.
8863
8864         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8865         find out whether methods are equal.
8866
8867         * nnimap.el (nnimap-find-expired-articles): New function.
8868         (nnimap-process-expiry-targets): New function.
8869         (nnimap-request-move-article): Request the article before looking at
8870         what the Message-ID is.  Fix found by Andrew Cohen.
8871         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8872
8873         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8874         for oldness in addition to being a predicate.
8875
8876         * nnimap.el (nnimap-request-group): When we have zero articles, return
8877         the right data to Gnus.
8878         (nnimap-request-expire-articles): Only delete articles immediately if
8879         the target is 'delete.
8880
8881         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8882         method, this would bug out.
8883
8884         * gnus-group.el (gnus-group-expunge-group): Rename from
8885         gnus-group-nnimap-expunge, and implemented as a normal interface
8886         function.
8887
8888         * gnus-int.el (gnus-request-expunge-group): New function.
8889
8890         * nnimap.el (nnimap-request-create-group): Implement.
8891         (nnimap-request-expunge-group): New function.
8892
8893 2010-09-21  Julien Danjou  <julien@danjou.info>
8894
8895         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8896         (gnus-html-cache-expired): Add new function.
8897         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8898         wethever we should display image for fetch it.
8899         Compute alt-text earlier to pass it to the fetching function too.
8900         (gnus-html-schedule-image-fetching): Change function argument to only
8901         get one image at a time, not a list.
8902         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8903         cache.
8904         (gnus-html-get-image-data): New function to retrieve image data from
8905         cache.
8906         (gnus-html-put-image): Change buffer argument to use image data rather
8907         than file, and place image above region rather than inserting a new
8908         one.  Do not take alt-text as argument, since it's useless now: we place
8909         the image above alt-text.
8910         (gnus-html-prune-cache): Remove.
8911         (gnus-html-show-images): Start to fetch image when we find one, do not
8912         push into a temporary list.
8913         (gnus-html-prefetch-images): Only fetch image if they have expired.
8914         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8915         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8916
8917 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8920
8921 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8922
8923         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8924         spec inser "*" if the group isn't active instead of 0.
8925
8926         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8927         opening the server.
8928         (nnimap-request-delete-group): Implement group deletion.
8929         (nnimap-transform-headers): Return the size of the entire message in
8930         the Bytes header, not just the size of the first part.
8931         (nnimap-request-move-article): When moving an article from nnimap,
8932         request the article first so the accepting form has an article to
8933         accept.  Reported by Dan Christensen.
8934         (nnimap-command): Make sure that the error message doesn't error out.
8935
8936 2010-09-20  David Edmondson  <dme@dme.org>
8937
8938         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8939         we haven't requested anything.
8940
8941 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8942
8943         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8944         "".  Fix found by Andrew Cohen.
8945
8946         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8947         instead of -encode-string.
8948
8949 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8952
8953         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8954         by mm-subst-char-in-string.
8955
8956 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8957
8958         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8959         waiting for the connection string.
8960
8961         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8962         arriving.
8963
8964         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8965         bogus characters.  This allows selecting certain Gmail groups.
8966
8967         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8968         (nnimap-fetch-partial-articles): New variable.
8969         (nnimap-open-connection): When looking for credentials, also use the
8970         nnimap-server-port.
8971         (nnimap-request-article): Return the group/article number, so that Gnus
8972         `^' works as expected.
8973         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8974
8975         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8976         comments.
8977         (gnus-methods-sloppily-equal): New function.
8978         (gnus): When using the development version of Gnus, load the gnus-load
8979         file.
8980
8981         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8982         `gnus-open-server' on each method before trying to scan them etc.
8983         This ensures that all the backend parameters are set correctly.
8984
8985         * nnimap.el (nnimap-authenticator): New variable.
8986         (nnimap-open-connection): Allow anonymous login.
8987         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8988         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8989
8990         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8991         patch, found by Knut Anders Hatlen.
8992
8993 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8994
8995         * gnus-agent.el (gnus-agent-batch-confirmation)
8996         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8997         to gnus-message.
8998         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8999         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9000         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9001         * gnus-int.el (gnus-open-server): Likewise.
9002         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9003         (gnus-score-check-syntax): Likewise.
9004         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9005         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9006         Likewise.
9007         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9008
9009 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9012         calling conventions so that prefetch doesn't bug out.
9013
9014 2010-09-19  Julien Danjou  <julien@danjou.info>
9015
9016         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9017         rather than `subst-char-in-region' in order to be able to replace ASCII
9018         char by UTF-8 ones.
9019
9020         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9021         than curl.
9022         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9023         the right URL and ALT text on images.
9024         (gnus-html-wash-tags): Fix tag case.
9025         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9026         (gnus-article-html): Add -o display_ins_del=2 option.
9027         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9028
9029 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9030
9031         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9032         the extra mail headers, which sometimes seem to happen for unknown
9033         reasons.
9034
9035         * mail-parse.el (mail-header-encode-parameter): Define as
9036         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9037         (or most, perhaps?) mail readers don't understand the latter, but do
9038         understand the former.
9039
9040         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9041         to nil, so that no methods are automatically agentized.  I think this
9042         is probably what most users want.
9043
9044         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9045         from url-retrieve, for instance about invalid URLs.
9046
9047         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9048         groups that have no articles.
9049         (nnimap-request-article): Check that we really got an article when we
9050         requested one.
9051
9052         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9053         doesn't exist.
9054
9055         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9056         nntp buffer so the agent can save it.
9057         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9058         that CRLF doesn't get translated to \n.
9059         (nnimap-open-connection): Don't make 'shell commands only send \n.
9060
9061 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9062
9063         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9064         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9065         Update var name.
9066         (nnml-generate-nov-file): Use dolist.
9067         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9068         Use with-current-buffer.
9069
9070 2010-09-18  Julien Danjou  <julien@danjou.info>
9071
9072         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9073         parallel.
9074
9075 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9076
9077         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9078         the range update right.
9079         (nnimap-request-group): Don't make `M-g' bug out on group with no
9080         marks.
9081         (nnoo): Require, so that other packages can require nnimap.
9082         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9083         command we're looking for.  This helps when the server sends more
9084         responses after we've gotten everything we expected.
9085         (nnimap): Add a `newlinep' field to keep track of end-of-line
9086         conventions.
9087         Don't send CRLF to things that don't want it.
9088         (nnimap-request-accept-article): Ditto.
9089
9090 2010-09-18  Julien Danjou  <julien@danjou.info>
9091
9092         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9093         than curl to retrieve images.
9094
9095 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9096
9097         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9098         the marks.
9099         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9100         (nnimap-wait-for-connection): New function.
9101         (nnimap-open-connection): If we have PREAUTH, don't query for login
9102         credentials.
9103         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9104         when doing a partial update.
9105
9106 2010-09-18  Julien Danjou  <julien@danjou.info>
9107
9108         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9109         tags.
9110
9111 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9112
9113         * nnimap.el (nnimap-credentials): New function.
9114         (nnimap-open-connection): Use the new function to look for credentials
9115         also on the numeric equivalents of "imap" and "imaps".
9116
9117         * gnus-start.el (gnus-activate-group): Send the info to
9118         gnus-request-group.
9119
9120         * nnimap.el (nnimap-request-group): Have the "check" version of the
9121         function parse flags and update the info, so that a `M-g' get a total
9122         resync of all flags from the group.
9123
9124         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9125         to allow backends to alter the info on group selection.  Also alter all
9126         the backend -request-group functions to take the parameter.
9127
9128         * nnimap.el (nnimap-store-info): New function.
9129         (nnimap-update-info): Store the info for later usage.
9130         (nnimap-request-group): Use the stored info for the dont-check case, so
9131         that we don't retrieve all marks when we enter a group.
9132
9133         * nnimap.el: Use deffoo instead of defun for interface functions.
9134
9135         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9136         update the group info.  This makes the nndraft groups, for instance, go
9137         back to their old behavior.
9138
9139         * gnus-sum.el (gnus-select-newsgroup): Indent.
9140
9141         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9142         in.
9143         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9144         nothing.
9145
9146         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9147         from methods that are denied.
9148
9149         * gnus-int.el (gnus-method-denied-p): New function.
9150
9151         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9152         store the password instead of netrc.
9153         (nnimap-open-connection): Don't error out when we can't make a
9154         connections.
9155
9156         * auth-source.el (auth-source-create): In the password prompt, say what
9157         we're querying for.  Also prompt for user name if that hasn't been
9158         given.
9159
9160         * nnimap.el (nnimap-with-process-buffer): Remove.
9161
9162 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9163
9164         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9165         method when we're reading from the agent.
9166
9167         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9168
9169         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9170         that's probably most useful for users.
9171
9172         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9173         "failed" all the time.
9174
9175         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9176         ...)) with (with-current-buffer ... ).
9177
9178         * nntp.el (nntp-open-server): Return whether the open was successful or
9179         not.
9180
9181         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9182         select an unread unseen article first.
9183
9184         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9185         /etc/services, supply some sensible port defaults.
9186
9187         * dgnushack.el: Define netrc-credentials.
9188
9189 2010-09-17  Julien Danjou  <julien@danjou.info>
9190
9191         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9192
9193 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9194
9195         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9196         doesn't have any parameters.
9197
9198 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9199
9200         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9201         only upcased checks.
9202
9203         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9204
9205         * nnimap.el (nnimap-open-shell-stream): New function.
9206         (nnimap-open-connection): Use it.
9207         (nnimap-transform-headers): Get the number of lines in each message.
9208         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9209         number of lines.
9210         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9211         problem.
9212
9213         * utf7.el (utf7-encode): Autoload.
9214
9215         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9216         to allow the mail splitting to not return a default group.  This is
9217         useful for nnimap, which will leave unmatched mail in the inbox.
9218
9219         * nnimap.el: Rewritten.
9220
9221         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9222         nnimap usage.
9223
9224         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9225         if the move is internal, so that nnimap can do fast internal moves.
9226
9227         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9228         data.
9229         (gnus-read-active-for-groups): Support finishing the early retrieval of
9230         data.
9231
9232         * gnus-range.el (gnus-range-nconcat): New function.
9233
9234         * gnus-int.el (gnus-finish-retrieve-group-infos)
9235         (gnus-retrieve-group-data-early): New functions.
9236
9237 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9238
9239         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9240         (nnrss-retrieve-groups):
9241         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9242         (pop3-quit): Use with-current-buffer.
9243
9244 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9247         instead of nnheader-accept-process-output.
9248
9249         * dgnushack.el (dgnushack-compile): Add comment.
9250
9251         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9252
9253         * gnus-html.el (gnus-html-schedule-image-fetching)
9254         (gnus-html-prefetch-images): Replace process-kill-without-query by
9255         gnus-set-process-query-on-exit-flag.
9256
9257 2010-09-16  Romain Francoise  <romain@orebokech.com>
9258
9259         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9260
9261 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262
9263         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9264         parameter to unintern is mandatory-ish in Emacs 24.
9265
9266         * gnus-html.el (gnus-html-schedule-image-fetching)
9267         (gnus-html-prefetch-images): Check for curl before using it.
9268
9269         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9270         depend on curl, which isn't essential.
9271
9272         * imap.el: Revert back to version
9273         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9274         seem problematic.
9275
9276 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9277
9278         * gnus-registry.el (gnus-registry-install-shortcuts):
9279         Explicitly pass `obarray' to `unintern' to avoid a warning.
9280
9281 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9282
9283         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9284         change.
9285
9286         * nnrss.el (nnrss-request-list): Remove this function and related
9287         functions, including the moreover stuff.
9288
9289 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9290
9291         * nnrss.el (nnrss-retrieve-groups): New function.
9292
9293 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9294
9295         * .dir-locals.el: Add no-byte-compile cookie.
9296
9297 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * time-date.el (format-seconds): Comment fix.
9300
9301         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9302         for back end that doesn't support request-scan.
9303
9304 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9305
9306         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9307         then do request scans from the backends.
9308
9309         * netrc.el (netrc-credentials): New conveniency function.
9310
9311         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9312         avoid running a hook per line, since this takes a lot of time,
9313         profiling shows.
9314         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9315         directly if gnus-visual-p is true.
9316
9317 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9320         groups; replace mapcar with dolist which is a bit faster; pass groups
9321         info to gnus-read-active-file-1.
9322         (gnus-read-active-file-1): Scan only specified groups if the new
9323         optional arg `infos' is given.
9324
9325 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9326
9327         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9328
9329         * pop3.el (pop3-movemail): Remove.
9330         (pop3-streaming-movemail): Rename to pop3-movemail.
9331
9332         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9333         don't restrict end-tag searches to the end of the line.
9334
9335 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9338         articles of every unchecked group to t, which means unknown since the
9339         server has never been opened.
9340
9341 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9342
9343         * gnus-html.el (gnus-html-show-alt-text): New command.
9344         (gnus-html-browse-image): Ditto.
9345         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9346         to browse the image directly.
9347         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9348         better.
9349
9350         * gnus-async.el (gnus-async-article-callback):
9351         Call `gnus-html-prefetch-images' unconditionally.
9352
9353         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9354         before feeding URLs to curl.
9355
9356 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9359         internal images as deletable by `W D D'.
9360
9361         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9362         (gnus-async-article-callback): Fix typo.
9363
9364 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9365
9366         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9367         current line to work around bugs in the output from w3m.
9368
9369         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9370         for groups that want that.
9371
9372         * nntp.el (nntp-wait-for-string): Supply a timeout for
9373         accept-process-output to ensure progress.
9374
9375         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9376         level to get unread articles from, then use that for foreign groups,
9377         too.
9378
9379         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9380         confuses the rest of the function.
9381
9382         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9383         for the methods that support -retrieve-groups, too.
9384
9385         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9386
9387 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9390         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9391
9392         * pop3.el: Require cl when compiling.
9393         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9394
9395 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9396
9397         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9398         that aren't going to be activated.
9399         (gnus-get-unread-articles): Fix up the last commit.
9400
9401         * gnus-html.el (gnus-article-html): Allow calling without specifying
9402         the handle.  In that case, dissect the buffer first.
9403
9404         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9405
9406         * nnimap.el (nnimap-open-connection): Revert the change that would look
9407         into authinfo for imaps instead of imap.
9408
9409         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9410         say that you don't want to call gnus-request-group with don-check, but
9411         do check the reponse.  This is for virtual groups only.
9412         (gnus-get-unread-articles): Count the archive groups as secondary, so
9413         that they're activated the same way as before.
9414
9415         * imap.el (imap-message-map): Removed optional buffer parameter, since
9416         no callers use it.
9417         (imap-message-get): Ditto.
9418         (imap-message-put): Ditto.
9419         (imap-mailbox-map): Ditto.
9420         (imap-mailbox-put): Ditto.
9421         (imap-mailbox-get): Ditto.
9422         (imap-mailbox-get): Revert last change for this function.
9423
9424         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9425         case-insensitively.
9426         (nnimap-debug): Remove.
9427
9428         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9429         callers to use `imap-fetch' instead.  According to the comments, this
9430         should be safe, since all other IMAP clients use the 1:* syntax.
9431         (imap-enable-exchange-bug-workaround): Remove.
9432         (imap-debug): Remove -- doesn't seem very useful.
9433
9434         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9435         mail from a file, and the file doesn't exist.
9436
9437         * imap.el (imap-log): New convenience function used throughout instead
9438         of repeating the same code all over the place.
9439
9440         * pop3.el (pop3-streaming-movemail): Return t for success.
9441
9442         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9443         .authinfo if we're using ssl connection.
9444
9445         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9446         already have if we're in a main Gnus `g' run.
9447
9448         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9449
9450 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9453
9454         * nnmh.el (nnmh-request-list-1): Bind `file'.
9455
9456         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9457         alias to set-process-query-on-exit-flag or process-kill-without-query.
9458         (pop3-open-server): Use it.
9459
9460 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9463         box to the Incoming file.  Fixes mistake in previous checkin.
9464
9465         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9466         request loop (for debugging purposes) removed.
9467
9468         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9469         culprit is more visible.
9470         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9471         (nnml-add-incremental-nov): New functions to do "incremental" nov
9472         updates, where we just append to the end of the existing nov files
9473         without reading/writing them in full.
9474
9475         * mail-source.el (mail-source-delete-crash-box): Really only check the
9476         incoming files once in a while.
9477
9478         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9479
9480         * mail-source.el (mail-source-delete-crash-box): Only check the
9481         incoming files for deletion once per day to save a lot of file
9482         accesses.
9483
9484         * pop3.el (pop3-logon): Fix up unbound variable typo.
9485
9486         * mail-source.el (pop3-streaming-movemail): Autoload.
9487
9488         * pop3.el (pop3-streaming-movemail):
9489         Respect pop3-leave-mail-on-server.
9490
9491         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9492         retrieval.
9493
9494         * pop3.el (pop3-process-filter): Remove unused function.
9495         (pop3-streaming-movemail, pop3-send-streaming-command)
9496         (pop3-wait-for-messages, pop3-write-to-file)
9497         (pop3-number-of-responses): New functions for streaming pop3
9498         retrieval.
9499
9500         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9501         come from no known methods.
9502         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9503         list.
9504
9505         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9506         message sizes.
9507         (pop3-movemail): Use erase-buffer instead of looping and deleting
9508         regions, which seems rather odd.
9509
9510         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9511         file once per `g' run.
9512
9513         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9514         directories.  This makes the draft queue directory work.
9515
9516         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9517         data from the backends, so that we only request the list of groups from
9518         each method once.  This should speed things up considerably.
9519
9520         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9521         detect that it's not implemented.
9522
9523         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9524         we actually do recurse down into the tree, but don't stat all leaf
9525         nodes.
9526
9527         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9528         then say so instead of bugging out.
9529
9530         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9531         files exist before trying to read them.
9532
9533         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9534         around <pre_int>.
9535
9536         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9537
9538         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9539
9540 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * mm-util.el (mm-image-load-path): Just return the image directories,
9543         not all directories in the path in addition to the image directories.
9544         (mm-image-load-path): Maintain a cache of the image directories so that
9545         the `g' command in Gnus doesn't have to stat dozens of directories each
9546         time.
9547
9548         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9549         (gnus-html-wash-tags): Add a new `i' command to insert images.
9550         (gnus-html-insert-image): New command and keystroke.
9551         (gnus-html-redisplay-with-images): New command and keystroke.
9552         (gnus-html-show-images): Rename command.
9553         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9554         spacers.
9555         (gnus-html-wash-tags): Decode entities at the end, so that entities
9556         inside the tags don't mess up the rest of the "parsing".
9557
9558         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9559         so that nnimap methods aren't agentized by default.  There's apparently
9560         many problems related to agent/imap behavior.
9561
9562         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9563
9564         * gnus-html.el: Doc fix.
9565
9566 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9569         specifier-spec-list for Emacs 21.
9570
9571         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9572         glyph-width and glyph-height instead of display-graphic-p and
9573         image-size; make avoidance of displaying small images work for XEmacs.
9574
9575         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9576         for XEmacs.
9577
9578         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9579         of symbol that holds plist data.
9580         (gnus-process-plist): Remove plist of process after getting it.
9581
9582 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9583
9584         * message.el (message-generate-hashcash): Change default to
9585         'opportunistic if hashcash is installed.
9586
9587         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9588         (gnus-html-put-image): Only call image-size once, since it's somewhat
9589         time-consuming on remote X servers.
9590
9591 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9594         type on data, not a file name.
9595
9596         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9597         window-pixel-edges for Emacs 21.
9598
9599         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9600         decoded contents.
9601         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9602
9603 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9606         group line format, since it isn't very interesting.
9607
9608         * gnus-agent.el (gnus-agent-short-article),
9609         (gnus-agent-long-article): Increase values for these two variables,
9610         since most people are likely to have more network connection and
9611         storage than before.
9612
9613         * gnus.el (gnus-refer-article-method): Change default to 'current.
9614         When referring an article, the common behavior is to refer it from the
9615         current select method, not the native select method.  The chances of
9616         the native select method having the message in question is rather slim
9617         these days.
9618
9619         * gnus-sum.el (gnus-auto-select-subject): Change default to
9620         `unseen-or-unread'.  I think it's likely that most people want to
9621         select an unseen article over a previously seen, but unread one.
9622
9623         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9624         means that in the article buffer none of the minor mode elements will
9625         be shown, usually, and this is not desirable in most cases.
9626
9627         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9628         that commands like `d' (and the like) go to the next line in the
9629         buffer, instead of the next unread article.  I think this is the
9630         behavior that is most natural for most users.
9631         (gnus-single-article-buffer): Change default to nil, so that people can
9632         have as many article buffers open as they have summary buffer.  I think
9633         this is the most natural way for the groups to behave.
9634
9635         * message.el (message-generate-new-buffers): Change default to
9636         `unsent', so that all new message buffers start their names with the
9637         string "*unsent", and it's easier to find the buffers if you move from
9638         them.
9639
9640 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641
9642         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9643         small.  They're probably tracking images.
9644         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9645         (gnus-html-rescale-image): Yet another try at getting the image sizing
9646         right.
9647
9648         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9649         nntp-marks-file-name is nil.
9650
9651 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9652
9653         * gnus-html.el (gnus-html-wash-tags)
9654         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9655         Better logging.
9656
9657 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9658
9659         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9660
9661         * gnus-html.el (gnus-html-wash-tags): Check the value of
9662         gnus-blocked-images in the summary buffer.
9663
9664 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9665
9666         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9667
9668 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9669
9670         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9671         like "a", it seems like.
9672         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9673         since it needs to be picked from the correct buffer.
9674
9675         * nnwfm.el: Remove.
9676
9677         * nnlistserv.el: Remove.
9678
9679 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9680
9681         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9682         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9683
9684 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9685
9686         * nnkiboze.el: Remove.
9687
9688         * nndb.el: Remove.
9689
9690         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9691         alt text.
9692         (gnus-html-rescale-image): Try to get the rescaling logic right for
9693         images that are just wide and not tall.
9694
9695         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9696         overshadow variable bindings.
9697
9698 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9699
9700         * gnus-html.el (gnus-html-wash-tags)
9701         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9702         Add extra logging.
9703
9704 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9705
9706         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9707         (gnus-max-image-proportion): New variable.
9708         (gnus-html-rescale-image): New function.
9709         (gnus-html-put-image): Rescale images.
9710
9711 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9712
9713         Fix up some byte-compiler warnings.
9714         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9715         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9716         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9717         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9718         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9719         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9720         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9721
9722 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * gnus-html.el (gnus-article-html): Decode contents by charset.
9725
9726 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9729         (gnus-html-frame-width, gnus-blocked-images):
9730         * message.el (message-prune-recipient-rules): Add custom version.
9731         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9732
9733         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9734         functions.
9735
9736         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9737         gnus-process-get.
9738
9739 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9740
9741         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9742         instead of lsub directly.
9743
9744 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9745
9746         * nnwarchive.el: Remove.
9747
9748         * gnus-soup.el: Remove.
9749
9750         * nnsoup.el: Remove.
9751
9752         * nnultimate.el: Remove.
9753
9754         * gnus-html.el (gnus-blocked-images): New variable.
9755
9756         * message.el (message-prune-recipients): New function.
9757         (message-prune-recipient-rules): New variable.
9758
9759         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9760         guess whether a long line is natural text or not.
9761
9762         * gnus-html.el (gnus-html-schedule-image-fetching):
9763         Use gnus-process-plist and friends for compatibility.
9764
9765 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9766
9767         * gnus-html.el: Require packages that define macros used in this file.
9768         (gnus-article-mouse-face): Declare to silence byte-compiler.
9769         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9770         process-get.
9771         (gnus-html-put-image): Use plist-get to avoid getf.
9772         (gnus-html-prefetch-images): Use with-current-buffer.
9773
9774 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * gnus-ems.el: Provide compatibility functions for
9777         gnus-set-process-plist.
9778
9779         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9780         header-line-format for XEmacs 21.4.
9781
9782         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9783         * gnus.el (gnus-valid-select-methods):
9784         * message.el (message-send-mail-partially-limit):
9785         * mm-decode.el (mm-text-html-renderer):
9786         * mml.el (mml-insert-mime-headers-always):
9787         * smiley.el (smiley-regexp-alist): Bump custom version.
9788
9789 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9790
9791         * gnus-html.el: require mm-url.
9792         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9793         with the url to `url'.
9794         (gnus-html-wash-tags): Support cid: URLs/images.
9795
9796 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9797
9798         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9799         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9800         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9801
9802         * gnus-move.el: Remove file, since it doesn't really work.
9803
9804         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9805         UTF-8.  This seems to fix problems with some German web feeds.
9806
9807         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9808         at the top so that the proper colors are applied.
9809
9810         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9811         don't have dots in their names.
9812
9813         * gnus-art.el (gnus-article-view-part): Doc fix.
9814
9815         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9816         XEmacs-compatible.
9817         (gnus-html-put-image): Don't do images on non-graphic displays.
9818
9819         * nnslashdot.el: Remove this unused backend.
9820
9821         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9822         actions.
9823         (gnus-undo-register-1): Revert last change.
9824
9825         * gnus-group.el (gnus-group-completing-read): Protect against not
9826         having completion-styles bound.
9827
9828         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9829         make broken recipients happier.
9830
9831         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9832
9833         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9834         point parameter.
9835
9836         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9837
9838         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9839         completion-styles for group selection.
9840
9841 2009-02-04  Andreas Schwab  <schwab@suse.de>
9842
9843         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9844         headers and regexp-quote the match if necessary.
9845
9846 2009-03-24  Miles Bader  <miles@gnu.org>
9847
9848         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9849         the blinking smiley.
9850
9851 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9852
9853         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9854         blink smiley.
9855
9856 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9857
9858         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9859         where the dribbel file lives exists.
9860
9861         * message.el (message-send-mail-partially-limit): Change the default to
9862         nil, since most people don't want this.
9863
9864         * mm-url.el (mm-url-decode-entities): Also decode entities like
9865         &#x3212.
9866
9867 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9868
9869         * gnus-sum.el (gnus-summary-idna-message):
9870         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9871         Hyperlink urls in docstrings with URL `...'.
9872
9873 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9874
9875         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9876         functions.
9877
9878 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9879
9880         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9881         say what the mouseover text should be.
9882
9883         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9884         version of the mm-w3m-safe-url-regexp variable to only download images
9885         in the groups where we want that to happen.
9886
9887         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9888
9889         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9890         easier debugging.
9891         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9892         big pictures in the article buffer.
9893
9894         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9895         gnus-article-html.
9896         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9897         w3m.
9898
9899         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9900
9901 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902
9903         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9904         which doesn't exist.
9905
9906         * message.el (message-inhibit-ecomplete): New variable to allow some
9907         function to inhibit ecomplete address storage.
9908         (message-resend): Disable ecomplete message storage when resending
9909         messages.
9910
9911         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9912
9913 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9916         Save excursion while copying, moving, and deleting articles in order to
9917         prevent the cursor from jumping to unforeseen place.
9918
9919 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * lpath.el: No need to bind bookmark-current-buffer,
9922         bookmark-yank-point and bookmark-make-record-function.
9923
9924 2010-08-17  Glenn Morris  <rgm@gnu.org>
9925
9926         * gnus-sync.el: Require gnus components whose functions are used.
9927
9928         * gnus-art.el (bookmark-make-record-function):
9929         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9930         Declare for compiler.
9931
9932         * mm-url.el (mml-compute-boundary): Autoload.
9933
9934 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9937
9938 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9939
9940         Typo fix "hoo4a" -> "hook".
9941
9942         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9943
9944 2010-08-14  Glenn Morris  <rgm@gnu.org>
9945
9946         * gnus-sync.el (gnus-sync): Fix defgroup version.
9947
9948 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9949
9950         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9951
9952         * gnus-sync.el: Fix docs.
9953         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9954         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9955
9956 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9957
9958         Optimizations for gnus-sync.el.
9959
9960         * gnus-sync.el: Add docs about gnus-sync-backend
9961         possibilities.
9962         (gnus-sync-save): Remove unnecessary message.
9963         (gnus-sync-read): Optimize and show what groups were skipped.
9964
9965 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9966
9967         Minor bug fixes for gnus-sync.el.
9968
9969         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9970         Don't read the sync on get-new-news.
9971
9972         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9973         quiet.
9974
9975         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9976         (fix typo).
9977
9978 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9979
9980         Make saving and restoring of hidden threads work with overlays.
9981         Patch applied by Ted Zlatanov.
9982
9983         * gnus-sum.el (gnus-hidden-threads-configuration)
9984         (gnus-restore-hidden-threads-configuration): Update to deal with text
9985         properties, rather than searching for a magic character.
9986
9987 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9988
9989         New gnus-sync.el library for synchronization of marks.
9990
9991         * gnus-sync.el: New library for synchronization of marks.
9992
9993         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9994         renamed from `gnus-registry-grep-in-list'.
9995
9996         * gnus-registry.el (gnus-registry-follow-group-p):
9997         Use `gnus-grep-in-list'.
9998
9999         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10000
10001 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10004         determining charset of text fails.
10005
10006 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * nnmail.el (nnmail-get-new-mail-1): Revert.
10009
10010         * nnml.el (nnml-active-number): Make sure names of newly created groups
10011         in nnml-group-alist are encoded.
10012
10013 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10016         containing non-ASCII characters in active file for nnml back end.
10017
10018 2010-07-24  David Engster  <dengste@eml.cc>
10019
10020         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10021         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10022
10023 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10024
10025         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10026         tag (Bug#6654).
10027
10028 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10031         the article buffer, not the summary buffer.
10032
10033 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10036         Emacs 23 as well.
10037
10038 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10041         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10042
10043 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10044
10045         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10046         Patch applied by Karl Fogel.
10047
10048         * gnus-sum.el (gnus-summary-bookmark-make-record):
10049         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10050
10051 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10052
10053         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10054         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10055         C-w still not working correctly from Article buffers; Thierry's
10056         patch to fix that will be applied after this.
10057
10058         * gnus-art.el (bookmark-make-record-function): New local variable.
10059
10060         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10061         article buffer.
10062         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10063
10064 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10065
10066         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10067         on changes in bookmark.el.
10068
10069 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10072         `no-log' instead of message not to log prompt string.
10073
10074 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10075
10076         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10077         the *other* type of HTML form submission.
10078
10079 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10080
10081         * auth-source.el (auth-source-pick): If choice does not contain a
10082         questioned keyword, set the check to t.
10083
10084 2010-06-12  Romain Francoise  <romain@orebokech.com>
10085
10086         * gnus-util.el (gnus-date-get-time): Move up before first use.
10087
10088 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10091         (gnus-article-edit-part): Bind it to make last part that is substituted
10092         or deleted visible.
10093         (gnus-mime-display-single): Buttonize part of which id equals to
10094         gnus-mime-buttonized-part-id.
10095
10096 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10097
10098         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10099         (gnus-dd-mmm): Use gnus-date-get-time.
10100         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10101         simplify logic.
10102         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10103         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10104
10105 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10106
10107         * auth-source.el (top): Autoload `secrets-list-collections',
10108         `secrets-create-item', `secrets-delete-item'.
10109         (auth-sources): Fix tag string.
10110         (auth-get-source, auth-source-retrieve, auth-source-create)
10111         (auth-source-delete): New defuns.
10112         (auth-source-pick): Rewrite in order to avoid 2 passes.
10113         (auth-source-forget-user-or-password): New parameter USERNAME.
10114         (auth-source-user-or-password): New parameters CREATE-MISSING and
10115         DELETE-EXISTING.  Retrieve password interactively, if needed.
10116
10117 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10118
10119         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10120         deleting unused directories when gnus-expert-user is t.
10121
10122 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10125         for each temp file when gnus-article-browse-delete-temp is ask.
10126
10127 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10128
10129         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10130         Replace Lisp calls to delete-backward-char by calls to delete-char.
10131
10132 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10133
10134         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10135
10136 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10137
10138         * password-cache.el (password-cache-remove): Fix docstring.
10139
10140 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10143         article unless decoding article to be saved.
10144
10145 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10148         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10149         generated within the mm-with-unibyte-current-buffer macro.
10150
10151 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10154         to nil when we're in a mml-preview buffer and no group is selected.
10155
10156 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10157
10158         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10159         when catching the `C-g'.  Reported by "Leo".
10160
10161 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * message.el (message-forward-make-body-plain)
10164         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10165         multibyte-string-p.
10166
10167         * lpath.el: Revert.
10168
10169 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * message.el (message-forward-make-body-mml): Assume original message
10172         is multibyte string; error on unibyte.
10173         (message-forward-make-body-plain): Ditto; don't add excessive newline
10174         in body end.
10175
10176         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10177
10178 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10179
10180         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10181         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10182
10183 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * mm-extern.el (mm-extern-url): Don't use
10186         mm-with-unibyte-current-buffer.
10187         (mm-extern-cache-contents): Use with-current-buffer instead of
10188         save-excursion + set-buffer.
10189
10190 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * mm-util.el (mm-emacs-mule): Remove.
10193
10194 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10195
10196         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10197         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10198         change.
10199
10200 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10203         bind the default value of enable-multibyte-characters to nil.
10204
10205 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * message.el (message-forward-make-body-plain)
10208         (message-forward-make-body-mml):
10209         Don't use mm-with-unibyte-current-buffer.
10210
10211 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10212
10213         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10214
10215 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10216
10217         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10218         (Bug#5592).
10219
10220 2010-05-07  Julien Danjou  <julien@danjou.info>
10221
10222         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10223         it to mm-pipe-part.
10224
10225         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10226         it is given.
10227
10228 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * binhex.el (binhex-decode-region-internal):
10231         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10232         (dns-query):
10233         * nnweb.el (nnweb-gmane-search):
10234         * pgg-parse.el (pgg-parse-armor):
10235         * pgg.el (pgg-verify-region):
10236         * sha1.el (sha1-string-external):
10237         * uudecode.el (uudecode-decode-region-internal):
10238         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10239         XEmacs.
10240
10241         * gnus-art.el (gnus-article-browse-html-parts):
10242         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10243         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10244         make-temp-file.
10245
10246         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10247         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10248         compiling.
10249
10250         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10251         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10252         XEmacs when compiling.
10253
10254         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10255         gnus-pick-mode-off-hook for XEmacs when compiling.
10256         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10257         gnus-binary-mode-off-hook for XEmacs when compiling.
10258
10259         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10260         Return nil if char-charset is not available.
10261
10262         * imap.el (imap-disable-multibyte)
10263         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10264         macros.
10265
10266         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10267         instead of encode-coding-string.
10268
10269         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10270         'xemacs) instead of mm-emacs-mule to switch function definitions.
10271         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10272
10273         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10274         bind temporary-file-directory for XEmacs;
10275         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10276         timer-set-function for XEmacs 21.4 and SXEmacs;
10277         bind timer-list for XEmacs 21.4 and SXEmacs;
10278         fbind char-charset and find-charset-region for non-Mule XEmacs;
10279         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10280         encode-coding-region and encode-coding-string for XEmacs having no
10281         file-coding feature.
10282
10283 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10284
10285         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10286
10287 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10290         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10291
10292 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10293
10294         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10295         alias `jka-compr-delete-temp-file' no longer exists.
10296
10297 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10298
10299         Use define-minor-mode in Gnus where applicable.
10300         * mml.el (mml-mode): Use define-minor-mode.
10301         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10302         (gnus-undo-mode): Use define-minor-mode.
10303         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10304         (gnus-dead-summary-mode): Use define-minor-mode.
10305         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10306         Initialize in declaration.
10307         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10308         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10309         (gnus-mailing-list-mode): Use define-minor-mode.
10310         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10311         (gnus-draft-mode): Use define-minor-mode.
10312         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10313         (gnus-dired-mode): Use define-minor-mode.
10314
10315 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10316
10317         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10318         handles on recursive mml-to-mime translation and check them for
10319         boundary delimiter collisions.  Reported by Greg Troxel.
10320
10321 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10324
10325 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10326
10327         * mm-util.el (mm-find-buffer-file-coding-system):
10328         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10329
10330 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10331
10332         * message.el (message-generate-headers): Record insertion of optional
10333         headers as well.  Otherwise the check to prevent repeated insertion of
10334         optional headers is a no-op.
10335
10336 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10337
10338         * smime.el: Don't mention CVS.
10339
10340         * nnrss.el (nnrss-fetch): Don't mention CVS.
10341
10342         * nnir.el: Don't mention CVS.
10343
10344 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10345
10346         * gnus-sum.el (gnus-summary-bookmark-make-record):
10347         Add `location' field.
10348
10349 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * lpath.el: Fbind bookmark-default-handler,
10352         bookmark-get-bookmark-record, bookmark-make-record-default,
10353         bookmark-prop-get for Emacs <23 and XEmacs.
10354
10355 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10356
10357         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10358         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10359         Use with-current-buffer to silence the byte-compiler.
10360         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10361         bother to require `gnus'.
10362         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10363
10364 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10365
10366         * gnus-sum.el (gnus-summary-bookmark-make-record)
10367         (gnus-summary-bookmark-jump): New functions.
10368         (gnus-summary-mode): Setup bookmark support.
10369
10370 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10371
10372         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10373         if set.
10374
10375 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10378         gnus-article-browse-html-save-cid-image; make it work recursively for
10379         forwarded messages as well.
10380         (gnus-article-browse-html-parts): Work when prefix arg is given.
10381         (gnus-article-browse-html-article): Doc fix.
10382
10383 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10384
10385         * message.el (message-default-mail-headers):
10386         (message-default-headers): Carry the value mail-default-headers over
10387         into message-default-mail-headers, rather than message-default-headers.
10388
10389 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10390
10391         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10392         charset.
10393
10394         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10395         charset into the <meta> tag when the article is encoded to utf-8.
10396
10397 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * gnus-art.el (gnus-article-browse-delete-temp-files):
10400         Delete directories as well.
10401         (gnus-article-browse-html-parts): Work for images that do not specify
10402         file names; delete temp directory when quitting; insert header at the
10403         right place; use file: scheme for image files.
10404
10405 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10406
10407         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10408         (gnus-article-browse-html-parts): Use it to make temporary cid image
10409         files in addition to html file so that browser may display them.
10410
10411 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10414
10415 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10416
10417         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10418
10419 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10420
10421         * auth-source.el (auth-sources): Change default to be simpler.
10422         Explain about Secret Service API sources.  Improve Customize options.
10423         (auth-source-pick): Change to accept any number of search parameters.
10424         Implement fallbacks iteratively, not recursively.  Add scoring on the
10425         second pass and sort by score.  Call Secret Service API when needed.
10426         (auth-source-user-or-password): Use it.  Call Secret Service API
10427         directly when needed to get the user name and the password.
10428
10429 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10430
10431         * message.el (message-interactive): Doc fix.
10432         (message-qmail-inject-args): Reflow.
10433         (message-kill-to-signature): Fix typo in docstring.
10434
10435         * smiley.el (smiley-buffer): Fix typo in docstring.
10436
10437 2010-03-24  Glenn Morris  <rgm@gnu.org>
10438
10439         * mail-source.el (gnus-message): Declare.
10440         (mail-source-delete-old-incoming): Require gnus-util.
10441
10442 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10445
10446         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10447
10448         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10449         password-cache's default if it is not bound.
10450         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10451         password-cache-expiry's default if it is not bound.
10452
10453         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10454         available in Emacs 21.
10455
10456         * lpath.el: Suppress compiler warnings for:
10457         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10458         XEmacs;
10459         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10460         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10461         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10462
10463 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10464
10465         * auth-source.el (auth-sources): Fix up definition so extra parameters
10466         are always inline.
10467
10468 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10469
10470         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10471         wasn't updated after mismatch.  Clear cached mailbox info correctly
10472         when uidvalidity changes.
10473         (nnimap-group-prefixed-name): New function to avoid some code
10474         duplication.
10475         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10476         (nnimap-request-group): Use it.
10477         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10478         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10479         with many imap folders.  This is done by caching the group status from
10480         the imap server persistently in a group parameter `imap-status'.  (This
10481         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10482         but not persistently, so every Gnus startup was still very slow.)
10483
10484 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10485
10486         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10487         delete the extra newline.  Otherwise editing of :string and :number
10488         types don't work.
10489
10490 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10491
10492         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10493         secrets.el dependency.
10494         (auth-sources): Add optional user name.  Add secrets.el configuration
10495         choice (unused right now).
10496
10497 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10498
10499         * gnus-sum.el (gnus-summary-make-menu-bar):
10500         Let `gnus-registry-install-shortcuts' fill in the functions.
10501
10502         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10503         warnings.
10504         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10505         (gnus-registry-install-shortcuts): Populate and use it in a
10506         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10507
10508 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10509
10510         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10511         In-place substitutions for the group name encoding/decoding.
10512         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10513         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10514         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10515         (nnimap-update-unseen, nnimap-request-list)
10516         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10517         (nnimap-request-set-mark, nnimap-split-to-groups)
10518         (nnimap-split-articles, nnimap-request-newgroups)
10519         (nnimap-request-create-group, nnimap-request-accept-article)
10520         (nnimap-request-delete-group, nnimap-request-rename-group)
10521         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10522         `encoded-mbx' for consistency.
10523         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10524         variable `imap-current-mailbox'.
10525
10526         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10527         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10528
10529 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10530
10531         * pop3.el (pop3-display-message-size-flag): Display message size byte
10532         counts during POP3 download.
10533         (pop3-movemail): Use it.
10534         (pop3-list): Implement listing of available messages.
10535
10536 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10537
10538         * nnir.el (nnir-get-article-nov-override-function): New function to
10539         override the normal NOV retrieval.
10540         (nnir-retrieve-headers): Use it.
10541
10542 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10543
10544         * auth-source.el (netrc-machine-user-or-password): Autoload.
10545
10546 2010-03-19  Glenn Morris  <rgm@gnu.org>
10547
10548         Stop message.el from loading about 40 libraries it doesn't always need.
10549         The general approach is to autoload rather than require, and to
10550         require in the specific functions rather than the file.  (Bug#5642)
10551
10552         * gmm-utils.el: Don't require wid-edit.
10553         (widget-create-child-value, widget-convert, widget-default-get):
10554         Autoload.
10555
10556         * gnus-util.el: Don't require time-date, netrc.
10557         (message-fetch-field, gnus-group-name-decode): Declare rather than
10558         autoloading.
10559         (gnus-fetch-field): Require message.
10560         (gnus-decode-newsgroups): Require gnus-group.
10561
10562         * ietf-drums.el: Don't require time-date.
10563
10564         * message.el: Don't require hashcash, canlock, ecomplete.
10565         Do require mail-utils.  Require nnheader only when compiling.
10566         (smtpmail-default-smtp-server): Remove declaration.
10567         (message-send-mail-function): Check smtpmail-default-smtp-server
10568         is bound rather than requiring smtpmail.
10569         (message-auto-save-directory, message-insert-signature):
10570         Use expand-file-name rather than nnheader-concat.
10571         (nnheader-insert-file-contents): Autoload.
10572         (hashcash-wait-async): Declare.
10573         (message-send-mail): Only call gnus-setup-posting-charset if
10574         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10575         (message-send-mail-with-sendmail): Require sendmail.
10576         (canlock-password, canlock-password-for-verify): Declare.
10577         (message-canlock-password): Require canlock.
10578         (nnheader-get-report): Autoload.
10579         (gnus-setup-posting-charset): Declare.
10580         (message-send-news): Require gnus-msg.
10581         (message-make-references, message-make-in-reply-to): Use mail-header-id
10582         rather than the alias mail-header-message-id.
10583         (ecomplete-add-item, ecomplete-save): Declare.
10584         (message-put-addresses-in-ecomplete): Require ecomplete.
10585         (ecomplete-display-matches): Autoload.
10586
10587         * mm-decode.el: Don't require mailcap, gnus-util.
10588         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10589         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10590         Autoload.
10591         (mailcap-mime-extensions): Declare.
10592
10593         * mm-encode.el: Don't require mailcap.
10594         (mailcap-extension-to-mime): Autoload.
10595
10596         * mml-sec.el: Don't require password-cache.
10597
10598         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10599         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10600         (mml-minibuffer-read-type): Require mailcap.
10601         (mml-preview): Require gnus-msg.
10602
10603         * mml1991.el: Require password-cache.
10604         (password-cache-expiry): Remove declaration.
10605
10606         * mml2015.el: Require password-cache.
10607         (password-cache-expiry): Remove declaration.
10608
10609         * nneething.el (mailcap): Require mailcap.
10610
10611         * nnheader.el (declare-function): Add compatibility stub.
10612         (message-remove-header): Declare rather than autoload.
10613         (nnheader-replace-header): Require message.
10614
10615         * nnimap.el (declare-function): Add compatibility stub.
10616         (netrc-parse, netrc-machine-user-or-password): Declare.
10617         (nnimap-open-connection): Require netrc.
10618
10619         * nntp.el (declare-function): Add compatibility stub.
10620         (netrc-parse, netrc-machine, netrc-get): Declare.
10621         (nntp-send-authinfo): Require netrc.
10622
10623         * rfc2047.el: Don't require qp.
10624         (quoted-printable-encode-region, quoted-printable-decode-string):
10625         Autoload.
10626
10627         * sieve-mode.el: Don't require easymenu.
10628         (easy-menu-add-item): Autoload it.
10629
10630         * spam-stat.el (time-to-number-of-days): Autoload it.
10631
10632 2010-03-19  Glenn Morris  <rgm@gnu.org>
10633
10634         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10635
10636 2010-03-18  Glenn Morris  <rgm@gnu.org>
10637
10638         * hashcash.el (declare-function): Remove duplicate definition.
10639
10640 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10641
10642         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10643         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10644         value if any backslash escapes).
10645
10646 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10649         if it is available.  (bug#5647)
10650
10651         * lpath.el: Suppress compiler warning for coding-system-from-name for
10652         Emacs 21 and XEmacs.
10653
10654 2010-03-14  Juri Linkov  <juri@jurta.org>
10655
10656         * hmac-def.el:
10657         * hmac-md5.el:
10658         * netrc.el: Fix keywords.
10659
10660 2010-02-26  Glenn Morris  <rgm@gnu.org>
10661
10662         * message.el (message-send-mail-function): Change the default, so that
10663         it inherits from a customized send-mail-function.  (Bug#5643)
10664
10665 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10666
10667         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10668         shell-command-to-string signals an error (bug#5299).
10669
10670 2010-02-24  Glenn Morris  <rgm@gnu.org>
10671
10672         * message.el (message-smtpmail-send-it)
10673         (message-send-mail-with-mailclient): Doc fixes.
10674
10675 2010-02-16  Glenn Morris  <rgm@gnu.org>
10676
10677         * message.el (message-default-mail-headers): Change the default value
10678         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10679
10680 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10683         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10684
10685 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10686
10687         * time-date.el (date-to-time): Doc fix (Bug#5408).
10688
10689 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10690
10691         * message.el (message-mail): Just pass yank-action on to message-setup.
10692         (message-setup): Handle (FUN . ARGS) form of yank-action.
10693         (message-with-reply-buffer, message-widen-reply)
10694         (message-yank-original): Handle non-buffer values of
10695         message-reply-buffer (Bug#4080).
10696         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10697
10698 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10699
10700         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10701         Fix typo in docstring.
10702
10703 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10704
10705         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10706         response.
10707
10708 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10711
10712         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10713
10714         * message.el (message-check-news-header-syntax): Protect against a
10715         string that `rfc822-addresses' returns when parsing fails.
10716
10717 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10720         (gnus-previous-char-property-change): New functions.
10721
10722         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10723
10724 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10725
10726         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10727         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10728
10729 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10730
10731         * message.el (message-exchange-point-and-mark): Rework last change to
10732         avoid using optional arg of exchange-point-and-mark, for backward
10733         compatibility.
10734
10735 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10736
10737         * message.el (message-exchange-point-and-mark):
10738         Call exchange-point-and-mark with an argument rather than setting
10739         mark-active by hand (Bug#5175).
10740
10741 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * nntp.el (nntp-service-to-port): Work for service expressed with
10744         numeric string; replace [:digit:] with [0-9] for XEmacs.
10745
10746 2009-12-17  Glenn Morris  <rgm@gnu.org>
10747
10748         * gnus-group.el (gnus-bug-group-download-format-alist):
10749         Change emacs entry to debbugs.gnu.org.  Bump :version.
10750
10751 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10752
10753         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10754
10755 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * message.el (message-info): Explain why we use `Info-goto-node'.
10758
10759 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10762
10763 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10764
10765         * message.el (message-completion-in-region): New compatibility function.
10766         (message-expand-group): Use it.
10767
10768 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10771         with no unread article should be listed if the 2nd arg `predicate' is
10772         given.
10773
10774 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10777
10778 2009-11-29  Juri Linkov  <juri@jurta.org>
10779
10780         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10781         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10782         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10783
10784 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10785
10786         * sha1.el (sha1-string-external): default-directory "/" in case
10787         otherwise non-existent.  process-connection-type pipe for touch of
10788         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10789
10790 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10791
10792         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10793         it's comms related and sgml-mode.el has "comm" on that basis too.
10794
10795 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10798         containing tspecial characters if they have been already quoted.
10799
10800 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10801
10802         * dns-mode.el (auto-mode-alist): Purecopy string.
10803
10804 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10805
10806         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10807
10808 2009-10-24  Glenn Morris  <rgm@gnu.org>
10809
10810         * gnus-art.el (help-xref-stack-item): Define for compiler.
10811
10812 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10813
10814         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10815
10816 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10819
10820 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10823         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10824
10825 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10828         (gnus-overlays-in): New alias to overlays-in.
10829
10830         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10831         gnus-overlay-get, and gnus-delete-overlay.
10832         (gnus-summary-show-thread): Make it work as well for systems in which
10833         next-single-char-property-change is not available.
10834         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10835
10836         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10837         (gnus-overlay-get): New alias to extent-property.
10838         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10839
10840         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10841         SXEmacs.
10842
10843         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10844         SXEmacs.
10845
10846 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10849
10850 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10851
10852         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10853         and XEmacs that don't have `remove-overlays'.
10854
10855 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10856
10857         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10858         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10859         selective display.  Use overlays instead.
10860
10861 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10862
10863         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10864
10865 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10866
10867         * spam-stat.el (spam-stat-load): Fix typo in message.
10868
10869 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10870
10871         * dig.el (dig-invoke): Fix typo in docstring.
10872         (query-dig): Reflow docstring.
10873
10874 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10875
10876         * gnus-art.el (gnus-article-encrypt-body):
10877         * message.el (message-check-recipients):
10878         * mm-util.el (mm-codepage-setup):
10879         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10880         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10881
10882 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10883
10884         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10885         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10886         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10887         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10888         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10889
10890 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10891
10892         * dig.el: Add "Keywords: comm", as per net-utils.el.
10893
10894 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10895
10896         * dig.el (dig-mode): Use define-derived-mode.
10897
10898 2009-09-19  Glenn Morris  <rgm@gnu.org>
10899
10900         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10901
10902 2009-09-18  Glenn Morris  <rgm@gnu.org>
10903
10904         * gnus-diary.el (gnus-diary-check-message):
10905         * message.el (message-insert-formatted-citation-line):
10906         * nnbabyl.el (top-level):
10907         * nndiary.el (nndiary-schedule):
10908         Fix typos in condition-case handlers.
10909
10910 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10913         configuration that provides the sole article window in a frame;
10914         position point correctly after deleting a part.
10915
10916 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10917
10918         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10919         (spam-resolve-registrations-routine): Use it to unregister articles
10920         that change status.
10921
10922 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10925         with XEmacs.
10926         (parse-time-string-chars): Use it.
10927
10928 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10929
10930         * imap.el (imap-interactive-login): Better messages.
10931         (imap-open): Fix bug with renamed buffer on reconnect.
10932         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10933         for easier debugging and cleaner code.  On successful (guessed based on
10934         server capabilities) secondary authentication, set imap-state
10935         correctly.
10936         (imap-last-authenticator): Define imap-last-authenticator as a variable
10937         to avoid warnings.
10938
10939 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10940
10941         * nnrss.el (nnrss-request-article): Remove binding of
10942         default-enable-multibyte-characters that has gotten needless by
10943         the 2007-07-13 change in rfc2047-encode-message-header.
10944
10945         * mml.el (mml-insert-multipart): Error on the message header.
10946         (mml-insert-part): Error on the message header; position point at
10947         the end of a MIME tag.
10948
10949 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * time-date.el (autoload): Expand define-obsolete-function-alias into
10952         defalias and make-obsolete for old Emacsen that Gnus supports.
10953         (with-no-warnings): Define it for old Emacsen.
10954         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10955         is available.
10956         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10957         float-time is available; suppress compile warning for time-to-seconds.
10958
10959         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10960         (gnus-float-time): Alias to float-time if it exists.
10961
10962         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10963         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10964         float-time is available; suppress compile warning for time-to-seconds.
10965
10966         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10967         XEmacs.
10968
10969 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10970
10971         * imap.el (imap-message-map): Docstring fix.
10972
10973 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10976         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10977         Add the optional argument `encoding' that overrides the default.
10978
10979         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10980         mm-encode-buffer.
10981
10982 2009-09-04  Glenn Morris  <rgm@gnu.org>
10983
10984         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10985         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10986         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10987         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10988         * mm-util.el (mm-with-unibyte-current-buffer)
10989         (mm-find-buffer-file-coding-system):
10990         * yenc.el (yenc-decode-region): Use default-value rather than
10991         default-enable-multibyte-characters.
10992
10993 2009-09-03  Glenn Morris  <rgm@gnu.org>
10994
10995         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10996         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10997         than default-enable-multibyte-characters.
10998
10999 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11000
11001         * gnus-art.el (gnus-article-read-summary-keys):
11002         Fix gnus-buffer-configuration's value temporarily used.
11003
11004 2009-09-02  Glenn Morris  <rgm@gnu.org>
11005
11006         * gnus-util.el (gnus-float-time): New function.
11007         * gnus-delay.el (gnus-delay-article):
11008         * gnus-sum.el (gnus-thread-latest-date):
11009         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11010         * nnspool.el (nnspool-request-newgroups):
11011         Use gnus-float-time rather than time-to-seconds.
11012         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11013
11014         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11015         (gnus-header-subject-face, gnus-header-newsgroups-face)
11016         (gnus-header-name-face, gnus-header-content-face):
11017         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11018         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11019         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11020         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11021         (gnus-cite-face-11):
11022         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11023         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11024         (gnus-server-closed-face, gnus-server-denied-face)
11025         (gnus-server-offline-face):
11026         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11027         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11028         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11029         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11030         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11031         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11032         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11033         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11034         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11035         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11036         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11037         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11038         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11039         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11040         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11041         (gnus-summary-high-undownloaded-face)
11042         (gnus-summary-low-undownloaded-face)
11043         (gnus-summary-normal-undownloaded-face)
11044         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11045         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11046         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11047         (gnus-splash-face):
11048         * message.el (message-header-to-face, message-header-cc-face)
11049         (message-header-subject-face, message-header-newsgroups-face)
11050         (message-header-other-face, message-header-name-face)
11051         (message-header-xheader-face, message-separator-face)
11052         (message-cited-text-face, message-mml-face):
11053         * sieve-mode.el (sieve-control-commands-face)
11054         (sieve-action-commands-face, sieve-test-commands-face)
11055         (sieve-tagged-arguments-face):
11056         * spam.el (spam-face):
11057         Mark face aliases with "-face" in the name as obsolete.
11058
11059 2009-09-01  Glenn Morris  <rgm@gnu.org>
11060
11061         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11062         than goto-line.
11063
11064 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11067         Don't move point if the command is invoked inside the message header.
11068
11069 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11070
11071         * imap.el (imap-send-command): Simplify.
11072         (imap-wait-for-tag): point-max -> buffer-size.
11073
11074 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11075
11076         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11077         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11078         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11079         * nnir.el (nnir-swish-e-index-file):
11080         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11081         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11082         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11083         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11084         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11085         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11086
11087 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11090         Don't save excursion.
11091
11092 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11093
11094         * nnheader.el (nnheader-find-file-noselect):
11095         * mm-util.el (mm-insert-file-contents):
11096         Use (default-value 'major-mode) instead of default-major-mode.
11097
11098 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11099
11100         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11101
11102 2009-08-26  Glenn Morris  <rgm@gnu.org>
11103
11104         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11105         than placing in files.el.
11106
11107 2009-08-25  Glenn Morris  <rgm@gnu.org>
11108
11109         * nnir.el (top-level): Don't require cl at run-time.
11110         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11111         Replace cl-function substitute with gnus-replace-in-string.
11112         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11113         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11114         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11115         simplified expansions.
11116
11117 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11118
11119         * dig.el (dig): Add autoload cookie.
11120
11121 2009-08-22  Glenn Morris  <rgm@gnu.org>
11122
11123         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11124         goto-line.
11125
11126 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11127
11128         * parse-time.el (parse-time-string-chars): Save match data.
11129
11130 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11131
11132         * parse-time.el (parse-time-string-chars): Compute using character
11133         classes, to handle non-ascii characters (Bug#3190).
11134
11135 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11138
11139         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11140         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11141         (gnus-mm-display-part, gnus-mime-display-single)
11142         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11143         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11144
11145         * gnus-sum.el
11146         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11147         (gnus-summary-move-article): Add expirable mark to articles copied or
11148         moved to group that has auto-expire turned on if the option is non-nil.
11149
11150 2009-07-24  Glenn Morris  <rgm@gnu.org>
11151
11152         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11153         Fix typo.  (Bug#3903)
11154
11155 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11158         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11159         that should not be used for draft articles.
11160         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11161         that has no concern in minor mode keys.
11162         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11163         Abolish.
11164
11165 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11168         article without making inquiry to a user for unknown encoding.
11169
11170         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11171         (nnmaildir--scan): Assume i-node and device number that file-attributes
11172         returns might be cons-cell.
11173
11174         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11175
11176         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11177
11178 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11179
11180         * auth-source.el: Remove docs now in auth.texi.  Don't use
11181         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11182         `auth-source-hide-passwords' and use them.
11183
11184 2009-07-15  Glenn Morris  <rgm@gnu.org>
11185
11186         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11187
11188 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11191         excessive whitespace from the default values of title and description.
11192
11193 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11196         mail-fetch-field to fetch Content-Description header in order to
11197         exclude newlines.
11198
11199 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11200
11201         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11202         format used by GnuPG 2.0.11.
11203
11204 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11207         to deleted part.
11208
11209 2009-05-30  David Engster  <dengste@eml.cc>
11210
11211         * nnmairix.el: Remove old documentation in the commentary block.
11212         (nnmairix-request-group): Do not update active file for nnml back ends.
11213         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11214         end so that overview files are ignored.
11215         (nnmairix-update-groups): Make updating the groups more robust by using
11216         marks.
11217         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11218         with dollar characters in message-id.
11219
11220 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11221
11222         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11223         2008-12-25 in dns.el.
11224
11225 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11226
11227         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11228         could happen if the text is only composed of spaces and/or tabs.
11229
11230 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11231
11232         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11233         when sending a queued message to avoid extra mml tags.
11234
11235 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11238
11239 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11242         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11243         rmail-toggle-header for XEmacs;
11244         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11245
11246 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus-dired.el: Remove autoload for gnus-setup-message.
11249         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11250         displaying Gnus logo; always use compose-mail.
11251
11252 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11255
11256 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11259         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11260         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11261         available.
11262         (gnus-nocem-epg-verify): New function.
11263
11264 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11265
11266         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11267
11268 2009-02-15  Glenn Morris  <rgm@gnu.org>
11269
11270         * gnus-util.el (rmail-insert-rmail-file-header)
11271         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11272         autoloads.
11273         (rmail-default-rmail-file): Remove unnecessary declaration.
11274         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11275
11276 2009-02-14  Glenn Morris  <rgm@gnu.org>
11277
11278         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11279         variable (only used in gnus-util, which declares it anyway).
11280         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11281         which was only needed by gnus-art (changed to not use it any more).
11282         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11283         only used in gnus-util, which autoloads it itself.
11284         (rmail-update-summary): Fix autoload.
11285
11286         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11287         rather than rmail-output-to-rmail-file.
11288
11289 2009-02-07  Glenn Morris  <rgm@gnu.org>
11290
11291         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11292         autoload of function that no longer exists.
11293         (rmail-toggle-header): Declare.
11294         (message-forward-rmail-make-body): Handle mbox Rmail.
11295
11296 2009-01-31  Glenn Morris  <rgm@gnu.org>
11297
11298         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11299         2009-01-09 change.
11300
11301 2009-01-31  Dave Love  <fx@gnu.org>
11302
11303         * imap.el (imap-fetch-safe): Bind debug-on-error.
11304         (imap-debug): Add imap-fetch-safe.
11305
11306 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11307
11308         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11309         (auth-source-forget-all-cached): New convenience function.
11310         (auth-source-user-or-password): Accept list of modes or a single mode.
11311
11312         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11313         auth-source modes.
11314
11315         * netrc.el (netrc-machine-user-or-password): Use list of
11316         auth-source modes.
11317
11318         * nnimap.el (nnimap-open-connection): Use list of
11319         auth-source modes.
11320
11321         * nntp.el (nntp-send-authinfo): Use list of
11322         auth-source modes.
11323
11324 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11325
11326         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11327         now.
11328
11329 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11332         coding system in XEmacs; add a workaround for XEmacs.
11333
11334         * lpath.el: Fbind coding-system-aliasee.
11335
11336 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11339         of current-language-environment.
11340
11341 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11344         available at runtime.
11345
11346 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11349
11350 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11351
11352         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11353         the greatest positive fixnum value doesn't work under an XEmacs with
11354         bignum support; use the most-positive-fixnum constant instead,
11355         available since Emacs 21.1 with cl and XEmacs 21.1.
11356
11357 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11360         XEmacs gets not to work.
11361
11362 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * mm-util.el (mm-coding-system-priorities): Allow the value like
11365         "Japanese (UTF-8)" of current-language-environment.
11366
11367 2009-01-09  Glenn Morris  <rgm@gnu.org>
11368
11369         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11370         with last-command-event.
11371
11372 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11373
11374         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11375         in the doc string.
11376
11377         * message.el (message-fix-before-sending): Amend comment.
11378
11379 2009-01-08  Dave Love  <fx@gnu.org>
11380
11381         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11382
11383 2009-01-07  David Engster  <dengste@eml.cc>
11384
11385         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11386         simplified server definitions by converting it via
11387         gnus-server-to-method.
11388
11389 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11392         parameter's operands.
11393
11394 2009-01-06  David Engster  <dengste@eml.cc>
11395
11396         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11397         primary select method (for gnus-group-mark-article-as-read).
11398
11399 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11400
11401         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11402         `(gnus)Face', not `(gnus)X-Face'.
11403
11404 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * mm-util.el (mm-ucs-to-char): New function.
11407
11408         * mm-url.el (mm-url-decode-entities): Use it.
11409
11410         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11411         unicode-to-char.
11412
11413 2009-01-05  Dave Love  <fx@gnu.org>
11414
11415         * time-date.el: Require cl for `declare'.
11416
11417 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11420         Dave Love.
11421
11422 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * message.el (message-fix-before-sending): Add `eight-bit' to
11425         illegible-text check.
11426
11427 2009-01-03  Michael Olson  <mwolson@gnu.org>
11428
11429         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11430         `headers' is nil.  This can occur if the IMAP server does not have
11431         permissions to read messages from a folder, but can write new messages
11432         to the folder.
11433         (nnimap-request-article-part): Do not insert `data' if it is nil.
11434
11435         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11436         characters which will confuse `read', so skip past them.
11437
11438 2009-01-01  Dave Love  <fx@gnu.org>
11439
11440         * imap.el (imap-string-to-integer): Fix typo.
11441         (imap-fetch-safe): New function.
11442         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11443
11444         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11445
11446         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11447         (imap-parse-greeting): Fix doc strings.
11448         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11449         (imap-parse-flag-list): Make messages unique.
11450         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11451
11452         * nnimap.el: Fix author email.
11453         (nnimap-split-rule): Add FIXME comment.
11454         (nnimap-debug): Fix doc string.
11455
11456 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11459
11460 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11463         nslookup if resolv.conf isn't available.
11464         (dns-query): Rename from query-dns.
11465         (dns-query-cached): Rename from query-dns-cached.
11466
11467 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11470         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11471         to check if those variables exist (first appeared in Emacs 18.50).
11472
11473 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * mm-util.el (mm-line-number-at-pos): New function.
11476
11477         * spam-report.el (spam-report-process-queue): Use it.
11478
11479 2008-12-24  David Engster  <dengste@eml.cc>
11480
11481         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11482         parameters that haven't existed as variables as buffer-local variables.
11483
11484 2008-12-23  Dave Love  <fx@gnu.org>
11485
11486         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11487         cadar.
11488
11489         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11490         imap-starttls-p.
11491         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11492
11493 2008-12-22  Dave Love  <fx@gnu.org>
11494
11495         * imap.el: Fix author email.  Doc fixes.
11496         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11497         reply.
11498
11499 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * spam-report.el (spam-report-gmane-max-requests): New constant.
11502         (spam-report-gmane-wait): New variable.
11503         (spam-report-gmane-ham, spam-report-gmane-spam)
11504         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11505         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11506         the server.
11507
11508         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11509         Add explanations.
11510
11511         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11512         nnheader-accept-process-output and nnheader-read-timeout if available.
11513         (pop3-movemail): Use it.
11514
11515         * message.el (message-check-news-body-syntax): Fix signature check if
11516         there's an attachment.
11517
11518 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * mm-util.el: Add comments to the mm- emulating functions.
11521
11522 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11525         Reported by Stephen Berman <stephen.berman@gmx.net>.
11526
11527 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * mm-util.el (mm-substring-no-properties): New function.
11530         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11531         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11532         (mm-string-to-multibyte): Doc fix.
11533
11534         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11535
11536 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * mml.el (mml-attach-file): Strip text properties from file name.
11539         (Bug#1574)
11540
11541 2008-12-16  Glenn Morris  <rgm@gnu.org>
11542
11543         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11544
11545 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11548         knows since the charset specified might be a bogus alias that
11549         mm-charset-synonym-alist provides.
11550
11551 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11554         "ISO_8859-1".
11555
11556         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11557
11558 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * mm-util.el (mm-charset-eval-alist):
11561         Define it before mm-charset-to-coding-system.
11562         (mm-charset-to-coding-system): Add optional argument `silent';
11563         define it before mm-charset-override-alist.
11564         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11565         default value if it can be used in Emacs currently running;
11566         silence mm-charset-to-coding-system.
11567
11568 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11571         `allow-override' which says whether to use `mm-charset-override-alist'.
11572         (rfc2047-decode-encoded-words): Use it.
11573
11574         * mm-util.el (mm-charset-override-alist): Fix custom type;
11575         add `(gb2312 . gbk)' to choices.
11576
11577 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11580         fast.
11581
11582         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11583
11584         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11585
11586 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11587
11588         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11589         on links.
11590
11591         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11592
11593 2008-12-03  Lute Kamstra  <lute@gnu.org>
11594
11595         * sha1.el: Remove leading * from docstrings of defcustoms,
11596         deffaces, defconsts and defuns.
11597
11598 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11601         users' addresses that don't have domain parts.
11602         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11603         rather than message-narrow-to-head since there will be the message
11604         header separator.
11605
11606 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11607
11608         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11609         since the result is inserted in a unibyte buffer anyway.
11610         (nnimap-demule-use-string-to-multibyte): Remove.
11611         (nnimap-demule): Alias it to mm-string-to-multibyte.
11612
11613 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11614
11615         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11616         variable for debugging bug#464 and bug#1174.
11617         (nnimap-demule): Use it.
11618
11619 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11620
11621         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11622         score calculation correctly.
11623
11624 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11625
11626         * message.el (message-send-mail): Just set the buffer to unibyte
11627         rather than use mm-with-unibyte-current-buffer which does a lot more.
11628         (message-send-mail-partially): Don't bother with
11629         mm-with-unibyte-current-buffer since it's already been made unibyte by
11630         message-send-mail.
11631
11632 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11633
11634         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11635
11636 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11637
11638         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11639
11640 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11643         require itself and to remove `with-no-warnings'.
11644
11645 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11646
11647         * starttls.el (starttls-any-program-available): Get the name of the
11648         available TLS layer program.
11649         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11650         well as the host name in the "opening" message.
11651
11652         * auth-source.el (auth-source-cache, auth-source-do-cache)
11653         (auth-source-user-or-password): Cache passwords and logins by default,
11654         allow override with `auth-source-do-cache'.
11655         (auth-source-forget-user-or-password): Allow users to remove cache
11656         entries if needed.
11657
11658 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11659
11660         * md4.el (md4-buffer): Fix typo in docstring.
11661         (md4, md4-64): Doc fixes.
11662         (md4-pack-int32): Reflow docstring.
11663
11664 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11665
11666         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11667         condition-case to only the forward-sexp call.
11668
11669 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11670
11671         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11672         quotes contained.  Make it more robust regardless by an extra
11673         condition-case wrapper.
11674
11675 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11678
11679 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * nnml.el (nnml-request-expire-articles): Check if the function set to
11682         `nnmail-expiry-target' returns the symbol `delete'.
11683
11684         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11685
11686         * nnmail.el (nnmail-expiry-target): Fix custom type.
11687
11688 2008-10-02  Glenn Morris  <rgm@gnu.org>
11689
11690         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11691         Silence compiler warning.
11692
11693 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11694
11695         * tls.el (open-tls-stream): Show the actual command being
11696         executed, instead of the format string.
11697
11698 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * lpath.el: Fbind codepage-setup for Emacs 23.
11701
11702 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11703
11704         * mml.el (mml-menu): Don't assume mml2015 is bound.
11705
11706 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11709         exists.
11710
11711 2008-09-27  Glenn Morris  <rgm@gnu.org>
11712
11713         * gnus-util.el (mail-header-remove-comments): Autoload it.
11714
11715 2008-09-27  Andreas Schwab  <schwab@suse.de>
11716
11717         * gnus-util.el (gnus-split-references): Strip comments.
11718         (gnus-parent-id): Likewise.
11719
11720 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11721
11722         * message.el (message-confirm-send): Fix version.
11723
11724 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * message.el (message-idna-to-ascii-rhs-1): Use
11727         mail-extract-address-components rather than mail-header-parse-addresses
11728         that is an alias by default to ietf-drums-parse-addresses that does not
11729         support non-ASCII names in headers' contents.
11730
11731 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11732
11733         * message.el (message-confirm-send): Fix variable documentation to
11734         avoid the "y/n" wording.
11735
11736 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11737
11738         * message.el (message-set-auto-save-file-name): Save to a different
11739         filename so multiple messages (especially drafts) can be recovered.
11740
11741 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11742
11743         * message.el (message-confirm-send): Add appropriate version.
11744
11745 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11746
11747         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11748         defvar.
11749
11750 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11751
11752         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11753         (mm-pkcs7-enveloped-magic): Ditto.
11754
11755 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11756
11757         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11758         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11759
11760 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11761
11762         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11763         default, it's better.
11764
11765 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11766
11767         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11768         summary line gnus-number property and ignore them (with a warning
11769         message).
11770
11771 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11774         macro caddr in the interactive form since it won't be expanded.
11775
11776 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11779         `charset'; fix name of function called recursively.
11780         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11781
11782 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11785         (gnus-mime-set-charset-parameters): New function.
11786         (gnus-mime-view-part-as-charset): Use it to correctly display part
11787         specifying wrong charset.
11788
11789 2008-09-08  David Engster  <dengste@eml.cc>
11790
11791         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11792         in completing-read for back end server.
11793
11794 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11795
11796         * message.el (message-confirm-send): New variable to confirm sending a
11797         message.
11798         (message-send): Use it.
11799
11800 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11801
11802         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11803
11804 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11807
11808 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11809
11810         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11811         prevent tracking too many groups.
11812         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11813         Use it.
11814
11815 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11816
11817         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11818         moving point to the bottom of the window in order to avoid recentering.
11819
11820 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11823
11824         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11825         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11826         (gnus-article-beginning-of-window): Fix calculation.
11827
11828 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * gnus-msg.el (gnus-summary-supersede-article)
11831         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11832         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11833         message header.
11834
11835 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11836
11837         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11838         pending output coming after the status change.
11839
11840 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11841
11842         * message.el:
11843         * gnus-start.el:
11844         * gnus-registry.el: Remove VMS support.
11845
11846 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11849         macro.
11850         (rfc2104-hash): Use it.
11851
11852 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11853
11854         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11855         (gnus-summary-sort-by-most-recent-date): New commands.
11856         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11857         and menu entries.
11858
11859 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11862         don't redisplay article for raw contents; remove plural articles stuff.
11863
11864         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11865         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11866         on gnus-summary-save-article; display results properly.
11867
11868 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * lpath.el: No need to fbind ns-focus-frame.
11871
11872 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11875
11876 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-art.el (gnus-summary-save-in-pipe):
11879         Consider gnus-save-all-headers.
11880
11881 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11882
11883         * gnus-util.el (ns-focus-frame): Remove declaration.
11884         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11885         like x.
11886
11887 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11888
11889         * rfc2104.el (rfc2104-zero): Delete defconst.
11890         (rfc2104-hex-alist): Likewise.
11891         (rfc2104-hex-to-int): Delete func.
11892         (rfc2104-hexstring-to-bitstring): Likewise.
11893         (rfc2104-nybbles): New defconst.
11894         (rfc2104-hash): Rewrite for speed.
11895
11896 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11897
11898         * tls.el (open-tls-stream): Make it work with the 2nd argument
11899         BUFFER that is a string but does not exist as a buffer object, as
11900         mentioned in the doc-string.
11901
11902 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11905         SXEmacs.
11906
11907 2008-07-16  Glenn Morris  <rgm@gnu.org>
11908
11909         * gnus-util.el (ns-focus-frame): Declare for compiler.
11910
11911 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11914         set as a group parameter.
11915         (gnus-summary-save-in-pipe): Work when it is called independently.
11916         (gnus-summary-pipe-to-muttprint): Don't modify
11917         gnus-summary-pipe-output-default-command.
11918
11919 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11920
11921         * message.el (message-send-mail-with-sendmail):
11922         Display the error message.
11923
11924 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * gnus-art.el (gnus-default-article-saver):
11927         Add gnus-summary-save-in-pipe to choices.
11928         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11929         gnus-summary-pipe-output-default-command as the default command.
11930         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11931         instead of gnus-last-shell-command.
11932
11933         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11934         New user option.
11935         (gnus-summary-muttprint-program): Mention the value will be changed.
11936         (gnus-summary-save-article): Force showing of all headers.
11937         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11938
11939 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11940
11941         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11942
11943 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11944
11945         * nnimap.el (nnimap-id):
11946         * sieve-manage.el (sieve-manage-open): Doc fixes.
11947
11948 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11949
11950         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11951         if available.
11952
11953 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11954
11955         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11956
11957         * nnkiboze.el (nnkiboze-generate-group):
11958         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11959
11960         * nnmairix.el: Require CL.
11961
11962 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * dgnushack.el: Autoload get-display-table and put-display-table for
11965         XEmacs 21.5.
11966
11967         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11968         21.4 and SXEmacs.
11969
11970 2008-06-15  David Engster  <dengste@eml.cc>
11971
11972         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11973
11974 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11975
11976         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11977         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11978         runtime choice under XEmacs.
11979
11980         * gnus-sum.el (gnus-summary-set-display-table):
11981         Use `gnus-put-display-table', `gnus-get-display-table',
11982         `gnus-set-display-table' for the display table, instead of `aset'.
11983
11984         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11985         Use `gnus-put-display-table', `gnus-get-display-table',
11986         `gnus-set-display-table' for the display table.
11987
11988 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * nnmairix.el: Add autoloads.
11991
11992 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * nnmairix.el (nnmairix-delete-recreate-group)
11995         (nnmairix-update-and-clear-marks): Fix error messages.
11996
11997 2008-06-14  David Engster  <dengste@eml.cc>
11998
11999         * nnmairix.el: Upgrade to version 0.6.
12000         (nnmairix-group-toggle-propmarks-this-group)
12001         (nnmairix-group-toggle-readmarks-this-group)
12002         (nnmairix-group-delete-recreate-this-group)
12003         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12004         (nnmairix-remove-tick-mark-original-article): New commands.
12005         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12006         (nnmairix-propagate-marks-to-nnmairix-groups)
12007         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12008         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12009         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12010         functions needed for marks propagation and manipulation of read marks.
12011         (nnmairix-update-groups): New function.
12012         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12013         (nnmairix-determine-original-group-from-registry)
12014         (nnmairix-determine-original-group-from-path)
12015         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12016         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12017         New helper functions.
12018         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12019         keystrokes for new commands.
12020         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12021         (nnmairix-request-group): Check allow-fast group parameter.
12022         (nnmairix-request-create-group): Set allow-fast group parameter if
12023         nnmairix-allowfast-default is set.
12024         (nnmairix-close-group): Propagate marks upon closing if needed.
12025         (nnmairix-group-toggle-threads-this-group): Use new.
12026         nnmairix-group-toggle-parameter helper function.
12027         (nnmairix-search): Better check for empty search result.
12028         (nnmairix-goto-original-article): Use new helper functions for
12029         determining original article.
12030         (nnmairix-show-original-article): Make sure message-id is in brackets.
12031         (nnmairix-call-mairix-binary): Change variable name.
12032         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12033         helper function.
12034         (nnmairix-widget-toggle-activate): Fix doc string.
12035
12036 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * nnir.el: Require edmacro when compiling with XEmacs.
12039         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12040         available in Emacs 21.
12041
12042 2008-06-11  Glenn Morris  <rgm@gnu.org>
12043
12044         * gnus-util.el (x-focus-frame):
12045         * gnus.el (image-size):
12046         * mm-decode.el (image-size): Declare.
12047
12048         * gnus-picon.el (declare-function): Add compat definition.
12049         (image-size): Declare.
12050
12051         * gnus-group.el (tool-bar-map):
12052         * gnus-sum.el (tool-bar-map): Define for compiler.
12053
12054         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12055
12056         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12057
12058         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12059         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12060         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12061         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12062         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12063         * sieve-manage.el, spam-report.el, spam.el:
12064         Remove unnecessary eval-and-compile of autoloads.
12065
12066 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12067
12068         * auth-source.el: Precise Tramp doc.
12069
12070 2008-06-07  Glenn Morris  <rgm@gnu.org>
12071
12072         * nnmairix.el: Remove unnecessary eval-when-compile.
12073
12074 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * lpath.el: Fbind propertize for XEmacs 21.4.
12077
12078 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * nnir.el: Move here from ../contrib.
12081
12082 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12083
12084         * gnus-util.el (gnus-read-shell-command): New function.
12085         * mm-decode.el (mm-pipe-part):
12086         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12087
12088 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12091
12092 2008-06-03  Glenn Morris  <rgm@gnu.org>
12093
12094         * pop3.el (nnheader-accept-process-output): Autoload it.
12095
12096 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12099         are not 2-digit hexadecimal characters that follow `%'s.
12100
12101 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * message.el (message-bogus-recipient-p): Fix type in doc string.
12104         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12105         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12106         Improve custom options.
12107         (message-bogus-recipient-p): Adjust accordingly.
12108
12109 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12110
12111         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12112         long-form month and day names.
12113
12114 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * dgnushack.el: Autoload debug, eudc-expand-inline and
12117         pgg-snarf-keys-region for XEmacs.
12118
12119         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12120
12121         * nnmairix.el: Require edmacro when compiling with XEmacs.
12122
12123 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12124
12125         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12126         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12127
12128 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12129
12130         * auth-source.el: Add more docs.
12131
12132         * netrc.el (netrc-machine): Always match if the port is not given.
12133
12134 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12135
12136         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12137         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12138         retrieval faster in some cases, but might make CPU usage larger.
12139         If this has any bad side effects, we might revert this change.
12140
12141         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12142         seems to make mail retrieval much, much faster.
12143         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12144         unconditionally.
12145
12146         * gnus-draft.el (gnus-group-send-queue):
12147         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12148
12149 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12150
12151         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12152
12153         * message.el (message-bogus-address-regexp): Fix and improve custom
12154         type.
12155         (message-setup-hook): Add message-check-recipients as custom option.
12156
12157 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12158
12159         * message.el (message-cite-function): Remove bogus autoload which crept
12160         in during merge from v5-10.
12161
12162 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12163
12164         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12165
12166         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12167
12168         * auth-source.el: Preliminary Tramp docs.
12169         (auth-sources): Change the default auth-sources to use
12170         EPA .gpg files.
12171
12172 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12173
12174         * nntp.el: Autoload `auth-source-user-or-password'.
12175         (nntp-send-authinfo): Use it.
12176
12177         * nnimap.el: Autoload `auth-source-user-or-password'.
12178         (nnimap-open-connection): Use it.
12179
12180         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12181         for the gnus-message function.
12182         (auth-source-user-or-password): Use it.
12183
12184 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12185
12186         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12187         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12188         (rfc2104-hash): Use it.
12189
12190 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12191
12192         * gnus-art.el (gnus-article-toggle-truncate-lines):
12193         Don't use `iff' in docstring.
12194
12195 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12196
12197         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12198
12199         * gnus-util.el (gnus-extract-address-component-name)
12200         (gnus-extract-address-component-email): Convenience functions around
12201         `gnus-extract-address-components'.
12202
12203         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12204         Use `gnus-extract-address-component-email' to fix bug of comparing full
12205         sender name to `user-mail-address'.
12206
12207 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12208
12209         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12210         catch/throw to optimize.
12211         (gnus-registry-find-keywords): Just use member to find a keyword.
12212
12213 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12214
12215         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12216         is current before calling gnus-server-prepare.
12217         (gnus-server-setup-buffer, gnus-server-update-server)
12218         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12219
12220 2008-05-04  Juri Linkov  <juri@jurta.org>
12221
12222         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12223         (mailcap-file-default-commands): Use mailcap-replace-in-string
12224         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12225         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12226
12227 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12228
12229         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12230
12231 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12232
12233         * gnus.el: Bump version to 0.11.
12234
12235 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12236
12237         * gnus.el: No Gnus v0.10 is released.
12238
12239 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12240
12241         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12242         hooks.
12243         (gnus-update-read-articles): Speed up non-marks-using users.
12244         (gnus-use-marks): Define gnus-use-marks.
12245         (gnus-propagate-marks): Rename variable to something more sensible.
12246
12247 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12248
12249         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12250         (gmm-image-load-path-for-library): Fix typos in docstrings.
12251         (gmm-message): Reflow docstring.
12252
12253 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12254
12255         * mail-source.el (mail-source-set-1, mail-source-bind):
12256         Move auth-source code out of the macro to clean it up and fix bugs.
12257
12258 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12259
12260         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12261         by sender if it's equal to user-mail-address, it's likely to be
12262         useless.
12263
12264         * mail-source.el (mail-source-bind): Don't use user or password if they
12265         are not bound.  Unintern them if they are nil.  Don't use server unless
12266         it's bound, and default it to empty string otherwise.
12267
12268 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12269
12270         * mail-source.el: Load auth-source.el.
12271         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12272         get user name or password, if auth-sources is set up.
12273
12274         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12275         strategy of splitting with parent.
12276         (gnus-registry-split-fancy-with-parent)
12277         (gnus-registry-post-process-groups): Use it and fix prior
12278         bug (returning a list as the split result).
12279
12280         * auth-source.el (auth-sources): Remove server parameter.
12281         (auth-source-pick, auth-source-user-or-password)
12282         (auth-source-user-or-password-imap)
12283         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12284         (auth-source-user-or-password-sftp)
12285         (auth-source-user-or-password-smtp): Remove server parameter.
12286
12287 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12288
12289         * smime.el (smime-sign-region, smime-encrypt-region)
12290         (smime-decrypt-region):
12291         Remove redundant calls to `generate-new-buffer-name'.
12292
12293 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12294
12295         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12296         Don't use QP for message/rfc822.
12297         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12298
12299 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12300
12301         * sieve-manage.el (sieve-string-bytes): Remove.
12302         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12303         correct byte-length only if the process's coding-system is the same as
12304         the one used internally by Emacs to represent strings.
12305
12306 2008-04-22  Juri Linkov  <juri@jurta.org>
12307
12308         * mailcap.el (mailcap-file-default-commands): New function.
12309
12310 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12311
12312         * message.el (message-signature-separator, message-cite-function):
12313         Change custom version.
12314
12315 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12316
12317         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12318         commands.
12319         (tls-checktrust): Ditto.
12320
12321 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * mm-decode.el (mm-display-external): Make temp file read-only.
12324
12325 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12328         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12329         `C-c C-f d'.
12330
12331 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12332
12333         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12334
12335 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12336
12337         * gnus.el: Bump version to 0.9.
12338
12339 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * gnus.el: No Gnus v0.8 is released.
12342
12343 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12344
12345         * mail-source.el (mail-source-value):
12346         Prefer fboundp to functionp so it works with macros as well.
12347
12348 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12349
12350         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12351         Fix last change in case the element is not even a symbol.
12352
12353 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12354
12355         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12356         Prefer fboundp to functionp so it works with macros as well.
12357
12358 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12359
12360         * auth-source.el: Add docs.
12361         (auth-sources): Modify format to support server.
12362         (auth-source-pick, auth-source-user-or-password)
12363         (auth-source-user-or-password-imap)
12364         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12365         (auth-source-user-or-password-sftp)
12366         (auth-source-user-or-password-smtp): Add server parameter.
12367
12368 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12369
12370         * gnus-registry.el: Initialize the registry when gnus-registry-install
12371         is t.
12372
12373 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * compface.el (uncompface): Make buffer unibyte.
12376
12377 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12378
12379         * mail-source.el (mail-source-value):
12380         Prefer fboundp to functionp so it works with macros as well.
12381
12382 2008-04-05  Glenn Morris  <rgm@gnu.org>
12383
12384         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12385
12386 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12387
12388         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12389         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12390
12391         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12392         multibyteness after rather than before erasing it.
12393
12394         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12395         mm-with-multibyte.
12396         (gnus-request-article-this-buffer): Make sure the proper decoding is
12397         used if gnus-original-article-buffer happens to be unibyte.
12398
12399         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12400         default-enable-multibyte-characters.
12401
12402         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12403         default-enable-multibyte-characters.
12404
12405         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12406
12407         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12408
12409 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12410
12411         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12412         Fix last change in case the element is not even a symbol.
12413
12414 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12415
12416         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12417         (imap-message-copyuid-1): Use it.
12418         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12419         J. Williams in
12420         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12421
12422         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12423         imap-enable-exchange-bug-workaround.
12424         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12425
12426 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12427
12428         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12429         a 100 byte status-checks into a 2-3MB transfer for each group.
12430         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12431         to enable bug workaround or not.
12432         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12433
12434 2008-03-31  Glenn Morris  <rgm@gnu.org>
12435
12436         * message.el (mml2015-use): Declare for compiler.
12437         (message-info): Require mml2015 when appropriate.
12438
12439 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12442         whitespace.
12443
12444 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12445
12446         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12447         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12448         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12449         (nntp-service-to-port): New function.
12450         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12451         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12452         (nntp-open-netcat-stream): New function.
12453         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12454
12455 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12456
12457         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12458
12459 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12460
12461         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12462
12463 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12464
12465         * dns.el (dns-write): Use set-buffer-multibyte.
12466
12467 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12468
12469         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12470
12471 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * message.el (message-signature-separator): Change default.
12474         Improve custom type.
12475         (message-cite-function): Change default to
12476         message-cite-original-without-signature.
12477
12478         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12479         toggle.
12480
12481         * message.el (message-check-news-body-syntax): Fix signature check.
12482         (message-setup-1): Mark buffer as unmodified _after_ running
12483         message-setup-hook and handling message-alternative-emails.
12484         (message-shorten-references): Be more strict when building list of
12485         valid references to comply with GNKSA.
12486
12487         * gnus-group.el (gnus-read-ephemeral-bug-group)
12488         (gnus-read-ephemeral-debian-bug-group)
12489         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12490
12491         * message.el (message-info): Don't use booleanp which isn't supported
12492         in Emacs 21 and XEmacs.
12493
12494 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12495
12496         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12497         gnus-group-gmane-group-download-format.
12498         (gnus-group-read-ephemeral-gmane-group): Rename from
12499         gnus-group-read-ephemeral-gmane-group.
12500         (gnus-read-ephemeral-gmane-group-url): Rename from
12501         gnus-group-read-ephemeral-gmane-group-url.
12502         (gnus-bug-group-download-format-alist): New variable.
12503         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12504         (gnus-read-ephemeral-emacs-bug-group): New commands.
12505
12506 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12507
12508         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12509         (gnus-visible-headers): Improve custom type.
12510
12511 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * mml.el (mml-menu): Add workarounds for XEmacs.
12514
12515         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12516         X-Boundary header.
12517
12518         * message.el (message-simplify-recipients): Fix previous commit.
12519
12520 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12521
12522         * mm-util.el (mm-set-buffer-multibyte): New function.
12523         * mm-decode.el (mm-copy-to-buffer): Use it.
12524
12525         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12526         Prefer fboundp to functionp so it works with macros as well.
12527
12528 2008-03-19  Glenn Morris  <rgm@gnu.org>
12529
12530         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12531         Accidentally removed in the sync process with Emacs.
12532
12533 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12534
12535         * message.el (message-alter-recipients-discard-bogus-full-name):
12536         New function.
12537         (message-alter-recipients-function): New variable.
12538         (message-get-reply-headers): Use it.
12539         (message-replace-header): New helper function.
12540         (message-recipients-without-full-name): New variable.
12541         (message-simplify-recipients): New command.
12542
12543         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12544
12545         * message.el (message-info): Handle EasyPG manual.
12546
12547         * mml.el (mml-menu): Add entry for EasyPG.
12548
12549 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12550
12551         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12552         parameter.
12553
12554         * message.el (message-disassociate-draft): Specify drafts group name
12555         fully.
12556
12557 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12558
12559         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12560         Eliminate unnecessary duplicates from the match list.
12561
12562 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12565
12566         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12567
12568         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12569         args of `how-many' of which the XEmacs version doesn't take; declare
12570         Info-index-next as function.
12571
12572 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12573
12574         * gnus-score.el (gnus-score-headers): Fix handling of
12575         gnus-inhibit-slow-scoring.
12576
12577         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12578         string.
12579         (gnus-button-url-regexp): Improve handling of parenthesis.
12580         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12581         (gnus-button-handle-info-keystrokes): Handle index entries.
12582
12583 2008-03-15  Glenn Morris  <rgm@gnu.org>
12584
12585         * parse-time.el (parse-time-string): Simplify.
12586
12587 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12590         Incoming* files.
12591
12592 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12593
12594         * auth-source.el (auth-sources): Rename from auth-source-choices.
12595         (auth-source-pick): Use it.
12596
12597 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12598
12599         * binhex.el (binhex-decode-region-internal):
12600         * uudecode.el (uudecode-decode-region-internal):
12601         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12602         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12603         setting default-enable-multibyte-characters.
12604
12605 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12606
12607         * auth-source.el (auth-source-protocols)
12608         (auth-source-protocols-customize, auth-source-choices): Add and
12609         modified variable customizations and defaults.
12610         (auth-source-pick, auth-source-user-or-password)
12611         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12612         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12613         (auth-source-user-or-password-sftp)
12614         (auth-source-user-or-password-smtp): Use new variables and provide an
12615         interface to netrc.el.
12616
12617 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12620         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12621         Make sure the nntp port to specify is a string.
12622
12623 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12624
12625         * nntp.el: Use with-current-buffer.
12626         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12627         dubious mm-with-unibyte-current-buffer.
12628         (nntp-with-open-group-function): New function extracted from
12629         nntp-with-open-group macro.
12630         (nntp-with-open-group): Use the function, so it's easier to debug.
12631         Add indentation and debugging info.
12632         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12633         Recommend the use of the netcat alternatives.
12634
12635         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12636         Avoid mm-string-as-multibyte as well.
12637
12638         * nnweb.el (nnweb-insert-html):
12639         Remove use of nnheader-string-as-multibyte.
12640
12641         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12642         (nnheader-string-as-multibyte): Remove.
12643
12644         * mm-view.el: Use inhibit-read-only.
12645         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12646         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12647         or unibyte-string.
12648
12649         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12650         (mm-uu-yenc-extract): Use with-current-buffer.
12651
12652         * gnus-soup.el (gnus-soup-send-packet): Don't use
12653         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12654
12655         * nnmh.el: Use with-current-buffer.
12656         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12657         mm-string-as-multibyte on the output of mm-encode-coding-string.
12658
12659         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12660         (nnimap-request-move-article): Use with-current-buffer.
12661
12662         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12663         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12664         conversion uses string-make-unibyte rather than string-as-unibyte.
12665
12666         * gnus-msg.el: Use with-current-buffer.
12667
12668         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12669
12670 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12671
12672         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12673         string for caching if it is 'PIN.
12674
12675 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * lpath.el: Consider the case without Emacs/W3.
12678
12679 2008-03-08  Glenn Morris  <rgm@gnu.org>
12680
12681         * time-date.el (date-to-time, time-subtract, time-add)
12682         (safe-date-to-time): Doc fixes.
12683
12684 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12685
12686         * mail-source.el (mail-source-delete-old-incoming-confirm):
12687         Change default to nil.
12688         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12689
12690 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * lpath.el: Rearrange.
12693
12694         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12695         (gnus-article-goto-prev-page): Work for articles having ^L's.
12696
12697         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12698
12699         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12700
12701 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12702
12703         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12704         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12705         (gnus-bookmark-jump): Adjust some variable names.
12706
12707 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12708
12709         * auth-source.el: New package.
12710         (auth-source-choices): Add customization entry point variable.
12711
12712         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12713         bug.
12714
12715 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12716
12717         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12718         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12719         (gnus-registry-install-shortcuts): Rename from
12720         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12721         the `gnus-registry-mark-map' keymap dynamically from
12722         `gnus-registry-marks'.  The generated functions update the summary line
12723         when a registry mark is added or deleted, and will call
12724         `gnus-registry-install-p' (see the comments in the code).
12725         (gnus-registry-user-format-function-M): Use concat intelligently.
12726
12727         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12728         the registry mark functions.
12729
12730 2008-03-05  Glenn Morris  <rgm@gnu.org>
12731
12732         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12733         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12734         gnus-art.
12735         (top-level): No need to load own source when compiling.
12736
12737 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12738
12739         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12740         Suggested by <chris.anderton@zetnet.co.uk>.
12741
12742 2008-03-04  Glenn Morris  <rgm@gnu.org>
12743
12744         * gnus-sum.el (top-level): No need to require gnus when compiling,
12745         since unconditionally required near start of file.
12746         (gnus-summary-display-while-building): Move definition before use.
12747
12748 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12749
12750         * gnus-registry.el (gnus-registry-user-format-function-M):
12751         Add formatting function.
12752
12753 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12754
12755         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12756         with plists.
12757         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12758         Use new format.
12759
12760 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12763         `where-is-internal' that returns a range of key sequences.
12764
12765 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12766
12767         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12768
12769         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12770         (gnus-summary-jump-to-group): Consider windows on other displayed
12771         frames as well.  Similar changes might be needed elsewhere, but that's
12772         the one I've bumped into during my use.
12773
12774         * nndoc.el (nndoc-oe-dbx-type-p):
12775         * gnus-msg.el (gnus-debug):
12776         * gnus-group.el (gnus-update-group-mark-positions):
12777         Use mm-string-to-multibyte.
12778
12779 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12780
12781         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12782         doesn't handle NotDashEscaped.
12783
12784         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12785         (mml-dnd-attach-options): Fix typo in custom choice.
12786
12787         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12788         Change nndoc-article-type to mbox.
12789         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12790
12791         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12792         to nil, instead of html2text.
12793
12794         * imap.el (imap-debug): Add `imap-ping-server'.
12795
12796         * gnus-bookmark.el: Add FIXMEs.
12797
12798         * message.el (message-form-letter-separator)
12799         (message-send-form-letter-delay): New variables.
12800         (message-send-form-letter): Use them.  New command to send form
12801         letters.  Requested by Uwe Siart.
12802         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12803
12804 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12805
12806         * Update copyright years.
12807
12808 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         Sync from EMACS_22_BASE.
12811
12812         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12813
12814 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12815
12816         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12817         empty author.
12818
12819 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12820
12821         * gnus-registry.el (gnus-registry-marks): Add variable for
12822         customization of marks and their appearance.
12823         (gnus-registry-read-mark): Use it.
12824         (gnus-registry-do-marks): Add utility function to loop through
12825         `gnus-registry-marks'.
12826         (gnus-registry-install-shortcuts-and-menus): Add function to install
12827         shortcuts and menus.
12828         (gnus-registry-initialize): Use it.
12829         (gnus-registry-default-mark): Clarify documentation.
12830
12831 2008-02-29  Glenn Morris  <rgm@gnu.org>
12832
12833         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12834         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12835         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12836         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12837         Change defcustom :version from 23.0 to 23.1.
12838
12839 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12840
12841         * gnus-registry.el (gnus-registry-follow-group-p)
12842         (gnus-registry-post-process-groups): Add functions to aid registry
12843         splitting and improve logging.  Clarify behavior in function
12844         documentation.
12845         (gnus-registry-split-fancy-with-parent): Use them.
12846
12847 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12848
12849         * gnus-art.el: Use with-current-buffer.
12850
12851 2008-02-27  David Engster  <dengste@eml.cc>
12852
12853         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12854         Express real group name in the response.
12855
12856 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12859         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12860         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12861         autoload gnus-registry-fetch-group when compiling.
12862         (nnmairix-request-group-with-article-number-correction):
12863         Remove unreferenced argument passed to nnmairix-call-backend.
12864
12865 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12868         (mm-uu-extract): Improve face for low color ttys.
12869         Reported by Sascha Wilde.
12870
12871 2008-02-27  Glenn Morris  <rgm@gnu.org>
12872
12873         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12874         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12875         variables to defconsts.  Convert comments to doc-strings.
12876         (nnmairix-last-server, nnmairix-current-server): Convert from free
12877         variables to defvars.  Convert comments to doc-strings.
12878         (gnus-registry-fetch-group): Autoload.
12879         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12880         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12881         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12882         caddr.
12883         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12884         nnmairix-request-group-with-article-number-correction call.
12885         (nnmairix-fast, nnmairix-group): New, less general names, for free
12886         variables passed from nnmairix-request-group to
12887         nnmairix-request-group-with-article-number-correction.  Declare.
12888         (nnmairix-request-group-with-article-number-correction):
12889         Use nnmairix-fast, nnmairix-group rather than fast, group.
12890
12891 2008-02-26  David Engster  <dengste@eml.cc>
12892
12893         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12894         version 0.5.
12895
12896 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12897
12898         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12899         instead of making an extra function call.  Don't add the current group
12900         to articles only when they have the group.  Use
12901         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12902         Reported by David <de_bb@arcor.de>.
12903
12904 2008-02-24  Miles Bader  <miles@gnu.org>
12905
12906         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12907         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12908         (mm-find-mime-charset-region):
12909         * mm-bodies.el (mm-encode-body):
12910         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12911
12912 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12915         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12916
12917 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * mail-source.el (mail-source-delete-incoming): Change default.
12920         Supplement doc string.
12921
12922         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12923
12924 2008-02-14  Glenn Morris  <rgm@gnu.org>
12925
12926         * time-date.el (format-seconds): New function.
12927
12928 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * nnmail.el (nnmail-message-id-cache-file): Derive from
12931         `gnus-home-directory'.
12932
12933 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12936         Document negative prefix.
12937
12938         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12939
12940 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12941
12942         * message.el (message-unsent-separator): Add the Exim bounce
12943         separator.
12944
12945 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12946
12947         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12948         list.
12949         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12950         recipient/signer list.
12951
12952 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * Makefile.in (datarootdir): Define.
12955         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12956         name that might contain whitespace.
12957
12958 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12959
12960         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12961         fbound (Emacs 23 unicode), signal an error.
12962
12963 2008-02-08  Glenn Morris  <rgm@gnu.org>
12964
12965         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12966
12967 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12968
12969         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12970         ports to the calls to `netrc-machine-user-or-password' in addition to
12971         "imap" and "imaps".
12972
12973 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12974
12975         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12976
12977         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12978
12979 2008-02-01  Kenichi Handa  <handa@m17n.org>
12980
12981         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12982         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12983         (rfc2104-hash): Convert the result of concat to unibyte string.
12984
12985 2008-02-01  Dave Love  <fx@gnu.org>
12986
12987         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12988         coding-system-for-read.
12989         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12990
12991 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12994         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12995         <hanche@math.ntnu.no>.
12996
12997 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13000
13001         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13002
13003 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13004
13005         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13006         * message.el (message-beginning-of-line): Use featurep instead of bound
13007         tests in order to resolve conditionals at compile time.
13008
13009 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13010
13011         * mail-source.el (mail-sources): Add `group' choice.
13012
13013         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13014         parameter `in-group' to control into which group the articles go.
13015         Add treatment of `group' mail-source.
13016
13017 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13020
13021         * mm-decode.el (mm-dissect-buffer): Decode description.
13022
13023         * mml.el (mml-to-mime): Encode message header first.
13024
13025 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13028         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13029
13030         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13031         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13032
13033 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13034
13035         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13036
13037 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13040         prefix keys.
13041         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13042         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13043         gnus-xmas.el.
13044
13045         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13046         (gnus-xmas-article-describe-bindings): New function.
13047         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13048         gnus-xmas-article-describe-bindings.
13049
13050         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13051
13052 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13053
13054         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13055         Add new variables for article mark management.
13056         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13057         list of extra data entries which, when present, will indicate that the
13058         article ID should not be trimmed from the registry.
13059         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13060         functions.
13061         (gnus-registry-read-mark): New function to read a mark name from the
13062         user.
13063         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13064         (gnus-registry-set-article-mark-internal): New functions to add and
13065         remove marks.
13066         (gnus-registry-get-article-marks): New function to show the marks for
13067         an article, or retrieve them for further use.
13068
13069 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13072         keys when no argument is given.
13073
13074 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13075
13076         * imap.el (imap-ping-server): New variable.
13077         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13078         (imap-ping-server): Minor doc string fixes.
13079
13080 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13081
13082         * imap.el (imap-ping-server): New function.
13083         (imap-opened): Call imap-ping-server.
13084
13085 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * gnus-sum.el (gnus-article-sort-by-random)
13088         (gnus-thread-sort-by-random): Fix doc strings.
13089         Reported by jidanni@jidanni.org.
13090
13091 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * gnus-art.el (gnus-article-describe-bindings): New function.
13094         (gnus-article-read-summary-keys): Use it.
13095         (gnus-article-mode-map): Bind `C-h b' to it.
13096
13097 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13100         XEmacs.
13101         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13102         Protect against non-character events.
13103
13104         * lpath.el: Fbind map-keymap for Emacs 21.
13105
13106 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13107
13108         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13109         New command.
13110         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13111         instead of END.  Change name of the temp file.
13112         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13113         customizable.
13114
13115 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13118         bind `S W' to gnus-article-wide-reply-with-original; set default
13119         binding to gnus-article-read-summary-send-keys.
13120         (gnus-article-read-summary-keys): Fix the order of keys; display
13121         continuation keys correctly in the echo area; describe bindings
13122         correctly when keys end with `C-h'.
13123         (gnus-article-read-summary-send-keys): New function.
13124         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13125         Work for gnus-article-read-summary-send-keys; display continuation keys
13126         correctly in the echo area.
13127         (gnus-article-reply-with-original): Ignore prefix argument.
13128         (gnus-article-wide-reply-with-original): New function.
13129
13130         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13131         Emacs 21.
13132
13133 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13136         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13137
13138 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13141         (gnus-group-read-ephemeral-gmane-group): New command.
13142
13143 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13144
13145         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13146
13147 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13148
13149         * message.el (message-send-mail-function): Increase custom version.
13150
13151         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13152         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13153
13154 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13155
13156         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13157         for the cases where imap-authenticate is called with a nil buffer
13158         parameter.
13159
13160 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13163         html parts correctly; support forwarded messages.
13164         (gnus-article-browse-html-article): Remove work buffers.
13165
13166         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13167         compiling.
13168         (netrc-bound-and-true-p): New macro.
13169         (netrc-parse): Use it instead of bound-and-true-p that is not available
13170         in XEmacs 21.4.
13171
13172 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13173
13174         * gnus-registry.el (gnus-registry-mark-article)
13175         (gnus-registry-article-marks): Add functionality to mark articles
13176         through the Gnus registry.
13177
13178         * encrypt.el: Clarify documentation for the new pgg method.
13179         (encrypt-file-alist): Add PGG option.
13180         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13181         functionality.  Abstract password key and messaging to external
13182         functions.
13183         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13184         (encrypt-message-method-and-cipher): Add new convenience external
13185         functions.
13186         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13187         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13188
13189         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13190         (netrc-parse): Use encrypt-file-alist to determine if
13191         encrypt-find-model or encrypt-insert-file-contents should be used.
13192
13193         * encrypt.el: Clarify documentation.  Load password-cache or
13194         password, whichever one is found first, instead of autoloading.
13195
13196 2007-12-19  Glenn Morris  <rgm@gnu.org>
13197
13198         * mml.el (message-options-set, message-narrow-to-head)
13199         (message-in-body-p, message-mail-p, message-encode-message-body):
13200         Autoload.
13201         (message-remove-header, message-narrow-to-headers-or-head)
13202         (message-subscribed-p, message-make-mail-followup-to)
13203         (message-position-on-field, message-news-p)
13204         (message-options-set-recipient, message-generate-headers)
13205         (message-sort-headers): Declare as functions.
13206
13207 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13208
13209         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13210         convention in doc string.
13211
13212 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13215         title to html parts.
13216         (gnus-article-browse-html-article): Pass message header to it.
13217
13218         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13219
13220 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13223         or password compatible with XEmacs.
13224
13225 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13228         format document.
13229         (gnus-mime-delete-part): Don't write description line if empty.
13230         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13231
13232 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13233
13234         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13235         (gnus-summary-mark-read-and-unread-as-read)
13236         (gnus-summary-mark-current-read-and-unread-as-read)
13237         (gnus-summary-mark-unread-as-ticked): Doc fix.
13238         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13239
13240 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13241
13242         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13243         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13244
13245 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13248         yes-or-no-p.
13249
13250 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * mm-decode.el (mm-add-meta-html-tag): New function.
13253         (mm-save-part-to-file, mm-pipe-part): Use it.
13254
13255         * gnus-art.el (gnus-article-browse-delete-temp-files):
13256         Use gnus-y-or-n-p instead of y-or-n-p.
13257         (gnus-article-browse-html-parts): Work with message/external-body; use
13258         mm-add-meta-html-tag.
13259
13260 2007-12-11  Glenn Morris  <rgm@gnu.org>
13261
13262         * gnus-cache.el: Require gnus-sum not just when compiling.
13263
13264         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13265
13266         * gnus-int.el (gnus-server-opened, gnus-status-message):
13267         Move definitions before use.
13268
13269         * mm-decode.el: Require gnus-util.
13270         (mm-remove-part): Only call delete-annotation on XEmacs.
13271
13272         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13273
13274         * nnmail.el: Require gnus-int.
13275
13276         * spam.el: Move `require's before `eval-when-compile's.
13277
13278         * gnus-ems.el (gnus-alive-p):
13279         * gnus-fun.el (message-goto-eoh):
13280         * gnus-util.el (gnus-group-name-decode):
13281         * mail-source.el (gnus-compress-sequence):
13282         * message.el (Info-goto-node, format-spec):
13283         * mm-bodies.el (message-options-get):
13284         * mm-decode.el (mm-view-pkcs7):
13285         * mm-util.el (gmm-write-region):
13286         * mml-smime.el (mml-compute-boundary)
13287         (gnus-completing-read-with-default):
13288         * mml.el (widget-button-press, gnus-make-hashtable):
13289         * mml1991.el (mm-decode-content-transfer-encoding)
13290         (mm-encode-content-transfer-encoding)
13291         (message-options-get, message-options-set):
13292         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13293         * nnfolder.el (gnus-request-group):
13294         * nnheader.el (ietf-drums-unfold-fws):
13295         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13296         * smime.el (gnus-run-mode-hooks):
13297         * spam-stat.el (gnus-message): Autoload.
13298
13299         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13300         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13301         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13302         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13303         Add declare-function compatibility definition.
13304
13305         * gnus-cache.el (nnvirtual-find-group-art):
13306         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13307         (gnus-add-image, gnus-add-wash-type):
13308         * gnus-group.el (nnkiboze-score-file):
13309         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13310         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13311         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13312         (message-tokenize-header, gnus-get-buffer-create)
13313         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13314         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13315         * gnus.el (gnus-group-decoded-name):
13316         * mail-source.el (imap-capability):
13317         * mm-bodies.el (message-options-set):
13318         * mm-decode.el (gnus-configure-windows):
13319         * mm-extern.el (message-goto-body):
13320         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13321         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13322         (epg-sub-key-validity, message-options-set):
13323         * mml.el (widget-event-point, gnus-configure-windows):
13324         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13325         * mml2015.el (epg-check-configuration, epg-configuration)
13326         (message-options-set):
13327         * nndb.el (nndb-request-article):
13328         * nnfolder.el (gnus-request-create-group):
13329         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13330         * nnmaildir.el (gnus-group-mark-article-read):
13331         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13332         * rfc1843.el (message-fetch-field):
13333         * spam.el (gnus-extract-address-components):
13334         Declare as functions.
13335
13336 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13339
13340         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13341
13342         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13343         bind show-trailing-whitespace for XEmacs.
13344
13345 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13348         new no-op macro for backward compatibility.
13349
13350         * imap.el (imap-string-to-integer): New function.
13351
13352 2007-12-09  Glenn Morris  <rgm@gnu.org>
13353
13354         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13355
13356         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13357         * message.el, mm-view.el, sieve-manage.el, smime.el:
13358         Add declare-function compatibility definition.
13359
13360         * gnus-art.el (w3-region, w3m-region, Info-menu):
13361         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13362         * gnus-sum.el (gnus-get-predicate):
13363         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13364         * message.el (mail-abbrev-in-expansion-header-p):
13365         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13366         (w3m-detect-meta-charset, w3m-region):
13367         * sieve-manage.el (password-read, password-cache-add)
13368         (password-cache-remove):
13369         * smime.el (password-read-and-add): Declare as functions.
13370
13371 2007-12-08  David Kastrup  <dak@gnu.org>
13372
13373         * gnus-sum.el (gnus-summary-simplify-subject-query):
13374         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13375         `message'.
13376
13377 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13380         it to bind idna-program, installation-directory, defined-colors, and
13381         face-attribute for XEmacs of the version that compiles defcustom forms.
13382
13383 2007-12-07  Glenn Morris  <rgm@gnu.org>
13384
13385         * gnus-art.el (article-make-date-line): Revert previous change.
13386
13387 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13388
13389         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13390
13391 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13392
13393         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13394         Call gnus-add-to-range ranges only once with a prepared article-list.
13395
13396 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13397
13398         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13399         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13400         group names with backslashes.
13401         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13402
13403 2007-12-06  Deepak Goel  <deego3@gmail.com>
13404
13405         * gnus-art.el (article-make-date-line):
13406         * gnus-start.el (gnus-load):
13407         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13408
13409 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-art.el (gnus-use-idna):
13412         * gnus-start.el (gnus-site-init-file):
13413         * message.el (message-use-idna):
13414         * mm-uu.el (mm-uu-hide-markers):
13415         * smiley.el (smiley-style): Revert changes that suppress warnings.
13416
13417 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13420         specify charset to html source.
13421         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13422
13423 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13426         idna-program in order to suppress byte compile warning issued by XEmacs
13427         that came to byte compile the default value section of defcustom forms
13428         recently.
13429
13430         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13431         value of installation-directory.
13432
13433         * message.el (message-use-idna): Don't directly refer to the value of
13434         idna-program.
13435
13436         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13437
13438         * smiley.el (smiley-style): Don't directly call face-attribute.
13439
13440 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13443
13444         * gnus-dired.el: Reduce Gnus dependencies.
13445         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13446         Don't require.  Use autoloads instead.
13447         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13448         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13449         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13450         (gnus-dired-mode): Adjust doc string.
13451         (gnus-dired-mail-mode): New variable.
13452         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13453         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13454         (gnus-dired-mail-buffers): New function.  Return mail or message
13455         composition buffers.
13456         (gnus-dired-attach): Use it.
13457         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13458         NO-DECODE.
13459         (gnus-dired-print): Use `gnus-print-buffer' depending on
13460         `gnus-dired-mail-mode'.
13461
13462 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * rfc2047.el (rfc2047-encoded-word-regexp)
13465         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13466         explaining what regexp patterns are for.
13467
13468 2007-12-04  Glenn Morris  <rgm@gnu.org>
13469
13470         * password.el: Move to password-cache.el.
13471
13472         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13473         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13474         * mml-smime.el (password-read, password-cache-add)
13475         (password-cache-remove):
13476         No need to autoload, since mml-sec requires password.
13477
13478         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13479         * message.el (gnus-extract-address-components):
13480         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13481
13482         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13483         password.
13484
13485 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13486
13487         * mailcap.el: Reduce dependencies.
13488         (mail-header-parse-content-type): Autoload.
13489         (mailcap-delete-duplicates): New alias.
13490         (mailcap-mime-info): Add optional argument NO-DECODE.
13491         (mailcap-mime-types): Use mailcap-delete-duplicates.
13492
13493         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13494
13495 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13496
13497         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13498         (imap-parse-status): Upcase status-att for servers that sends them
13499         lower-case (e.g., MS Exchange 2007).
13500
13501 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13502
13503         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13504         function.
13505
13506         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13507         (gnus-uu-yenc-article): New function.
13508
13509         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13510
13511         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13512
13513 2007-12-02  Glenn Morris  <rgm@gnu.org>
13514
13515         * binhex.el (binhex): New custom group.
13516         (binhex-decoder-program, binhex-decoder-switches)
13517         (binhex-use-external): Move to the binhex custom group.
13518
13519         * uudecode.el (uudecode): New custom group.
13520         (uudecode-decoder-program, uudecode-decoder-switches)
13521         (uudecode-use-external): Move to the uudecode custom group.
13522
13523         * netrc.el (top-level): Don't load `encrypt' features.
13524         (netrc-parse): Don't use encrypt.
13525         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13526
13527         * encrypt.el: Remove file.
13528
13529 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13530
13531         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13532         matches on patches.
13533
13534         * gnus-art.el (gnus-article-browse-html-article):
13535         Mention `mm-text-html-renderer' in the doc string.
13536
13537         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13538         string.  Add comments.
13539
13540         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13541         if rhs is ASCII.
13542
13543 2007-12-01  Glenn Morris  <rgm@gnu.org>
13544
13545         * mail-source.el (top-level): Require format-spec before
13546         eval-when-compile.
13547
13548 2007-11-30  Glenn Morris  <rgm@gnu.org>
13549
13550         * encrypt.el: Require password, rather than autoloading password-read.
13551
13552 2007-11-29  Glenn Morris  <rgm@gnu.org>
13553
13554         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13555         (sasl-make-client, sasl-next-step, sasl-step-data)
13556         (sasl-step-set-data): Declare as functions.
13557
13558 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13561
13562 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13563
13564         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13565         certs should be verified and what is to be done in the event of a
13566         verification failure.
13567
13568         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13569         caller can indicate whether the cache should be disregarded for this
13570         call.  This way the result of the call is reproducible at all times and
13571         can be considered a canonical server name for the supplied method.
13572         (gnus-agent-method-p): Canonicalize server names by pushing their
13573         method through `gnus-method-to-server' using the no-cache argument.
13574
13575         * gnus-srvr.el (gnus-server-insert-server-line):
13576         Call `gnus-method-to-server' with `no-cache' argument.
13577
13578         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13579         gnus-agent-possibly-synchronize-flags as this should be called when the
13580         server is actually being opened.
13581         (gnus-agent-possibly-synchronize-flags)
13582         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13583         flags file of an agentized server to the latter function.
13584
13585         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13586         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13587         after a connection has been established successfully.
13588
13589 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * gnus-art.el (article-display-face): Force to display face if called
13592         interactively; check if gnus-article-x-face-too-ugly matches author.
13593         (article-display-x-face): Display face even if From header is missing
13594         as article-display-face does.
13595
13596 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13597
13598         * hashcash.el (message-narrow-to-headers-or-head)
13599         (message-fetch-field, message-goto-eoh)
13600         (message-narrow-to-headers): Declare as functions.
13601
13602 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13603
13604         * mail-source.el (mail-sources): Default to fetch from file for
13605         compatibility with default of nnmail-spool-file.
13606
13607 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13610         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13611         to look for encoded word that should be encoded again.
13612         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13613         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13614         encoding pattern.
13615         (rfc2047-decode-region): Switch strict regexp and loose one according
13616         to rfc2047-allow-irregular-q-encoded-words.
13617
13618 2007-11-25  Romain Francoise  <romain@orebokech.com>
13619
13620         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13621
13622 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * tls.el (tls-program): Provide more custom choices from
13625         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13626         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13627
13628 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13631         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13632
13633         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13634         `nnmail-spool-file'.
13635
13636         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13637         `nnmail-spool-file'.
13638
13639         * gnus-move.el (gnus-change-server): Ditto.
13640
13641         * gnus-kill.el (gnus-batch-score): Ditto.
13642
13643         * gnus-cache.el (gnus-jog-cache): Ditto.
13644
13645         * gnus-msg.el (gnus-summary-reply):
13646         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13647
13648 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13649
13650         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13651         version.  Minor improvement to doc strings.
13652         (tls-program): Add comment.
13653
13654 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13655
13656         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13657         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13658         mismatch between the hostname provided in the certificate and the name
13659         of the host connnecting to.
13660         (open-tls-stream): Use them.  Check certificates against trusted root
13661         certificates.
13662
13663 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13664
13665         * gnus-cache.el (gnus-cache-generate-nov-databases):
13666         Use nnml-generate-nov-databases-directory instead of
13667         nnml-generate-nov-databases-1.
13668
13669 2007-11-24  Glenn Morris  <rgm@gnu.org>
13670
13671         * message.el (message-tool-bar-retro): Update for rename
13672         mail_send.xpm->mail-send.xpm.
13673
13674 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13675
13676         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13677         `smime-ldap-search' for Emacs 22 and up.
13678
13679 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13680
13681         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13682
13683         * message.el (message-send-mail-function): Fix error convention.
13684         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13685         (message-widen-reply, message-send-mail, message-talkative-question)
13686         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13687         (message-clone-locals, message-send-news): Use with-current-buffer.
13688         (message-insert-or-toggle-importance): Remove unused var `valid'.
13689         (message-make-references): Remove unused var `new-references'.
13690         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13691
13692 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13693
13694         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13695         (spam-split-symbolic-return-positive): Reflow docstring.
13696         (spam-backends, spam-summary-exit-behavior)
13697         (spam-mark-ham-unread-before-move-from-spam-group)
13698         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13699         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13700         (spam-clear-cache, spam-backend-check, spam-install-backend)
13701         (spam-install-statistical-backend, spam-list-of-processors)
13702         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13703         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13704         (spam-check-crm114, spam-initialize, spam-unload-hook):
13705         Fix typos in docstrings.
13706
13707 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13710         been checked if they have never been read and those group levels are
13711         higher than the one that a user specified.
13712
13713 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13716         foreign groups unless a group level is specified by a user.
13717         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13718
13719 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * message.el (message-send-mail-function): Require sendmail.
13722
13723 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13724
13725         * message.el (message-send-mail-function): Check for smtpmail too.
13726
13727         * utf7.el (utf7-encode, utf7-decode): Use coding system
13728         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13729
13730         * message.el (message-send-mail-function): New function.
13731         (message-send-mail-function): Set default using
13732         message-send-mail-function.  Adjust doc string.
13733         (message-send-mail-with-mailclient): New function.
13734
13735 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13736
13737         * smime.el (from):
13738         * rfc2047.el (message-posting-charset):
13739         * qp.el (mm-use-ultra-safe-encoding):
13740         * pop3.el (parse-time-months):
13741         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13742         * nnml.el (files):
13743         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13744         (jka-compr-compression-info-list, ange-ftp-path-format)
13745         (efs-path-regexp):
13746         * nndiary.el (files):
13747         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13748         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13749         (epg-digest-algorithm-alist, inhibit-redisplay)
13750         (password-cache-expiry):
13751         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13752         (pgg-output-buffer, password-cache-expiry):
13753         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13754         (efs-path-regexp):
13755         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13756         (inhibit-redisplay):
13757         * mm-uu.el (file-name, start-point, end-point, entry)
13758         (gnus-newsgroup-name, gnus-newsgroup-charset):
13759         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13760         (latin-unity-ucs-list):
13761         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13762         (mm-uu-binhex-decode-function):
13763         * message.el (gnus-message-group-art, gnus-list-identifiers)
13764         (rmail-enable-mime-composing, gnus-local-organization)
13765         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13766         (gnus-read-active-file, facemenu-add-face-function)
13767         (facemenu-remove-face-function, gnus-article-decoded-p)
13768         (tool-bar-mode):
13769         * mail-source.el (display-time-mail-function):
13770         * gnus-util.el (nnmail-pathname-coding-system)
13771         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13772         (gnus-original-article-buffer, gnus-user-agent)
13773         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13774         (xemacs-codename, sxemacs-codename, emacs-program-version):
13775         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13776         * gnus-start.el (gnus-agent-covered-methods)
13777         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13778         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13779         (gnus-newsgroup-headers, gnus-group-list-mode)
13780         (gnus-group-mark-positions, gnus-newsgroup-data)
13781         (gnus-newsgroup-unreads, nnoo-state-alist)
13782         (gnus-current-select-method, mail-sources)
13783         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13784         (nnmail-spool-file, gnus-cache-active-hashtb):
13785         * gnus-mh.el (mh-lib-progs):
13786         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13787         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13788         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13789         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13790         (gnus-group-buffer):
13791         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13792         (font-lock-set-defaults):
13793         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13794         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13795         (gnus-summary-post-menu, total-parts, type, condition, length):
13796         * gnus-agent.el (gnus-agent-read-agentview):
13797         * flow-fill.el (show-trailing-whitespace):
13798         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13799         eval-and-compile wrappers for byte compiler pacifiers.
13800
13801         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13802         (mm-display-inline-fontify): Check for featurep 'xemacs not
13803         extent-list.
13804
13805         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13806         itimer-list.
13807         (mm-create-image-xemacs): Only do something for XEmacs.
13808         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13809
13810         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13811
13812         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13813         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13814
13815 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13816
13817         * nnimap.el (nnimap-split-download-body):
13818         * gnus-demon.el (gnus-demon):
13819         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13820
13821 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13824         New macros.
13825         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13826         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13827         copy data from unibyte buffer to multibyte current buffer.
13828         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13829         to copy data from unibyte current buffer to multibyte buffer.
13830         (nntp-make-process-buffer): Make process buffer unibyte.
13831
13832         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13833
13834 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13835
13836         * pop3.el (pop3-open-server): Accept and process data more robustly at
13837         connection start to avoid spurious "POP SSL connection failed" errors.
13838
13839 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13842         read group names.
13843
13844 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13845
13846         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13847
13848 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13851         (nnmail-save-active): Use a unibyte buffer when saving active file,
13852         which may contain non-ASCII group names.
13853
13854         * nnml.el (nnml-request-group): Decode group names in messages.
13855
13856 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13857
13858         * message.el (message-citation-line-function)
13859         (message-insert-formatted-citation-line): Fix spelling of
13860         `message-insert-formated-citation-line'.
13861
13862 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13863
13864         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13865
13866 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13869         nnmail-pathname-coding-system.
13870
13871         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13872         that a user enters; decode group names in messages.
13873
13874         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13875
13876 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13877
13878         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13879
13880         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13881
13882         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13883         risky local variable.
13884
13885         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13886
13887 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13888
13889         * encrypt.el: Improve documentation to fix function name typo.
13890         Reported by Daiki Ueno <ueno@unixuser.org>.
13891
13892 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13895         even if the point is not in the last page of an article.
13896         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13897         back to the previous page.
13898
13899 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13902
13903 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13906
13907 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13908
13909         * message.el (message-check-news-body-syntax):
13910         Avoid mm-string-as-multibyte.
13911         (message-hide-headers): Don't assume (point-min)==1.
13912
13913 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13914
13915         * message.el (message-remove-blank-cited-lines): Fix if remove is
13916         given.
13917         (message-bogus-address-regexp): New variable.
13918         (message-bogus-recipient-p): New function.
13919         (message-check-recipients): New command.
13920         (message-syntax-checks): Add `bogus-recipient'.
13921         (message-fix-before-sending): Add `bogus-recipient'.
13922
13923         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13924         (gnus-treat-body-boundary): Don't test window-system.
13925
13926 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13927
13928         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13929
13930 2007-10-28  Miles Bader  <miles@gnu.org>
13931
13932         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13933         at compile-time too.
13934
13935 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13936
13937         * gnus-msg.el (gnus-message-setup-hook):
13938         Add `message-remove-blank-cited-lines' to options.
13939
13940 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * message.el (message-remove-blank-cited-lines): New function.
13943         Suggested by Karl Plästerer.
13944
13945 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13946
13947         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13948         mapc.
13949
13950         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13951         (top-level): Use mapc to set functions to be traced for debugging.
13952
13953         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13954         called for effect with while loop.
13955
13956         * message.el (message-talkative-question): Replace mapcar called for
13957         effect with mapc.
13958
13959         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13960         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13961         called for effect with dolist.
13962
13963         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13964
13965         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13966         gnus-extra-headers and nnmail-extra-headers.
13967
13968         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13969         called for effect with dolist.
13970         (top-level): Use mapc to set functions to be traced for debugging.
13971
13972         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13973         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13974         dolist.
13975
13976         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13977         Replace mapcar called for effect with mapc.
13978         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13979         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13980         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13981         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13982
13983         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13984         remove-if that's a cl function.
13985
13986         * webmail.el (webmail-debug): Replace mapcar called for effect with
13987         dolist.
13988
13989         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13990         with mapc.
13991
13992 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13995         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13996         with while loop.
13997
13998         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13999         functions from article-* functions.
14000         (gnus-multi-decode-header): Replace mapcar called for effect with
14001         dolist.
14002
14003         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14004         (gnus-bookmark-show-details): Replace mapcar called for effect with
14005         while loop.
14006
14007         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14008         called for effect with while loop.
14009
14010         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14011         with dolist.
14012
14013         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14014         Replace mapcar called for effect with dolist.
14015
14016         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14017
14018         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14019         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14020         Replace mapcar called for effect with dolist.
14021         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14022         mapc.
14023
14024         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14025         Replace mapcar called for effect with dolist.
14026         (gnus-topic-list): Replace mapcar called for effect with mapc.
14027
14028         * gnus.el: Use mapc instead of mapcar to add autoloads.
14029
14030 2007-10-23  Richard Stallman  <rms@gnu.org>
14031
14032         * gnus-group.el (gnus-group-highlight): Mark as risky.
14033
14034 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * gnus.el (gnus-server-to-method): Return method found first in
14037         gnus-newsrc-alist.
14038
14039         * gnus-art.el (gnus-article-highlight-signature)
14040         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14041         button overlay without the front stickiness.
14042
14043 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14044
14045         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14046         overview buffer needed a catch to receive its throw.
14047         (gnus-agent-flush-cache): Declare as interactive to make this function
14048         easier to use.
14049
14050 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14051
14052         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14053         `next-line'.
14054
14055 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14058         exclude address matching message-dont-reply-to-names.
14059
14060 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * gnus-util.el (gnus-string<): New function.
14063
14064         * gnus-sum.el (gnus-article-sort-by-author)
14065         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14066
14067 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14070         the frame-focus tag is set in gnus-buffer-configuration.
14071
14072 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14075         the front stickiness.
14076
14077 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14080         url pattern; remove duplicate one.
14081         (gnus-article-extend-url-button): New function.
14082         (gnus-article-add-buttons): Use it.
14083         (gnus-button-push): Use concatenated url that it makes.
14084
14085 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14086
14087         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14088
14089 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14090
14091         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14092         Don't hardcode point-min==1.
14093
14094 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14097         Fix comment about "iso8859-1".
14098
14099 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14100
14101         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14102         ones returned from the verify-function.
14103
14104         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14105         Call mml2015-extract-cleartext-signature if extraction failed.
14106
14107 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14108
14109         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14110         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14111         failed.
14112
14113 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14114
14115         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14116
14117 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14118
14119         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14120         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14121         recommends to use EasyPG instead of PGG.
14122
14123         * pgg.el: Revert to revision 6.23.2.16.
14124
14125         * pgg-def.el: Revert to revision 6.6.2.14.
14126
14127         * pgg-gpg.el: Revert to revision 6.23.2.34.
14128
14129 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14130
14131         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14132         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14133         thread for both the null and zero (kill/expire thread) universal prefix
14134         cases.
14135         (gnus-summary-expire-thread): Add new function to expire a thread,
14136         using gnus-summary-kill-thread.
14137         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14138         shortcuts for gnus-summary-expire-thread.
14139         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14140         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14141
14142 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14143
14144         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14145         extras value, so an extras entry can be deleted.
14146         (gnus-registry-delete-extra-entry): Use it.
14147         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14148         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14149         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14150         storage through the gnus-registry, and provide an appropriate API for
14151         it.
14152
14153 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14156         Suggested by Leo <sdl.web@gmail.com>.
14157
14158         * gnus.el: Do.
14159
14160 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14163         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14164
14165         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14166
14167         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14168         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14169
14170 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14173         newline.
14174         (nnmbox-request-accept-article): Don't change article in source buffer;
14175         narrow to header to use message-fetch-field rather than
14176         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14177         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14178         as delimiters; make sure article ends with newline.
14179         (nnmbox-delete-mail): Correct last position of article to be deleted;
14180         ignore X-Gnus-Newsgroup header in article body.
14181         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14182         positions; make sure article ends with newline.
14183
14184         * message.el (message-display-abbrev): Don't infloop when a user
14185         inserts SPC in the beginning of header.
14186
14187         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14188         coding-system-for-read and coding-system-for-write for XEmacs having no
14189         file-coding feature.
14190
14191         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14192
14193 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14194
14195         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14196         list of groups not followed by default.  Fix type to be regexp.
14197         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14198
14199 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14200
14201         * hmac-def.el (define-hmac-function): Switch from old-style to
14202         new-style backquotes.
14203
14204         * md4.el (md4-make-step): Likewise.
14205
14206 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14209         raw-text coding system when saving .newsrc file, which may contain
14210         non-ASCII group names.
14211
14212 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * gnus-cus.el (gnus-score-extra): New widget.
14215         (gnus-score-extra-convert): New function.
14216         (gnus-score-customize): Use it for Extra.
14217
14218 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14219
14220         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14221         (mml2015-mailcrypt-clear-verify): Use it.
14222         (mml2015-gpg-clear-verify): Use it.
14223         (mml2015-pgg-clear-verify): Use it.
14224         (mml2015-epg-clear-verify): Replace the current part with the output
14225         from GnuPG; don't extract the plaintext by itself.
14226
14227         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14228         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14229         mml2015-clear-verify-function; don't touch the armor headers or
14230         dash-escaped text here.
14231
14232 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14235         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14236         parts, or application/octet-stream as a last resort.
14237         (gnus-mime-view-part-as-type): Don't toggle display.
14238         (gnus-mime-view-part-as-charset): Don't turn off display before
14239         querying charset.
14240
14241         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14242         stuff to undisplayer function in Emacs.
14243         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14244
14245         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14246         text/calendar parts.
14247
14248 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14251         decoding text/calendar parts.
14252
14253         * message.el (message-forward-make-body-mime): Always mark body as
14254         having no illegible text; remove signed-or-encrypted argument.
14255         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14256
14257         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14258         (mml-generate-mime-1): Don't encode body if it is specified to be in
14259         raw form; don't make buffer be unibyte when inserting multibyte string.
14260
14261 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14262
14263         * sha1.el: Fix up comment style.
14264         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14265         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14266
14267         * hex-util.el: Fix up comment style.
14268         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14269
14270         * gnus-salt.el: Use with-current-buffer.
14271         (gnus-pick-setup-message): Fix long-standing typo.
14272
14273 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * imap.el (imap-logout-timeout): New variable.
14276         (imap-logout, imap-logout-wait): New functions.
14277         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14278
14279         * nnimap.el (nnimap-logout-timeout): New server variable.
14280         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14281         nnimap-logout-timeout.
14282
14283         * gnus-art.el (gnus-article-summary-command-nosave)
14284         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14285
14286 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * gnus.el (gnus-maximum-newsgroup): New variable.
14289
14290         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14291         according to gnus-maximum-newsgroup.
14292
14293         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14294         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14295         Limit the range of articles according to gnus-maximum-newsgroup.
14296
14297 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14298
14299         * gnus-art.el (gnus-sticky-article): Fix problems described in
14300         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14301         Don't perform gnus-configure-windows here; reuse existing sticky
14302         article buffer.
14303
14304         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14305         it doesn't exist in gnus-article-mode.
14306
14307 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14310         (gnus-agent-decoded-group-name): New function.
14311         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14312         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14313
14314 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14315
14316         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14317         Add binding for gnus-sticky-article.
14318         (gnus-summary-exit): Don't kill sticky article buffers.
14319
14320         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14321         article buffer.
14322         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14323         (gnus-kill-sticky-article-buffers): New commands.
14324
14325 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * nntp.el (nntp-xref-number-is-evil): New server variable.
14328         (nntp-find-group-and-number): If it is non-nil, don't trust article
14329         numbers in the Xref header.
14330
14331 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * gnus-agent.el (gnus-agent-read-group): New function.
14334         (gnus-agent-flush-group, gnus-agent-expire-group)
14335         (gnus-agent-regenerate-group): Use it.
14336         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14337         nnmail-pathname-coding-system.
14338
14339 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14342
14343         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14344         that are unread as unread, and also as selected so that information of
14345         marks having been changed by a user may be updated when exiting group.
14346
14347 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14348
14349         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14350
14351 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14354         calculated ignoring signature parts to gnus-treat-article.
14355
14356 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14359         a point here in order to keep the window start.
14360         (gnus-insert-mime-security-button): Make a button overlay without the
14361         front stickiness.
14362         (gnus-mime-display-security): Goto the end of a button.
14363
14364         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14365
14366 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14369         group-name-at-point.
14370         (gnus-group-completing-read): New function that offers decoded
14371         non-ASCII group names for completion.
14372         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14373         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14374         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14375         (gnus-group-fetch-control): Use it.
14376         (gnus-fetch-group): Use group-name-at-point for the initial value
14377         rather than the default value; use gnus-alive-p.
14378
14379         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14380         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14381         (gnus-summary-post-news): Use gnus-group-completing-read.
14382
14383         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14384         (gnus-read-move-group-name): Decode group name for completion.
14385
14386 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14387
14388         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14389         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14390         Yamaoka slightly modified the code).
14391
14392 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14395         (nnmail-split-incoming): Bind it.
14396
14397         * nnml.el (nnml-group-name-charset): New function.
14398         (nnml-decoded-group-name): Use it; don't decode group name if
14399         nnmail-group-names-not-encoded-p is non-nil.
14400         (nnml-encoded-group-name): New function.
14401         (nnml-group-pathname): Inline nnml-decoded-group-name.
14402         (nnml-request-expire-articles): Decode group name in message.
14403         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14404         nnmail-pathname-coding-system.
14405         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14406         not decoded ones according to nnmail-group-names-not-encoded-p.
14407         (nnml-generate-active-info): Use nnml-encoded-group-name.
14408
14409 2007-08-08  Glenn Morris  <rgm@gnu.org>
14410
14411         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14412         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14413         doc-strings and comments.
14414
14415 2007-07-25  Glenn Morris  <rgm@gnu.org>
14416
14417         * Relicense all FSF files to GPLv3 or later.
14418
14419 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * gnus-sum.el (gnus-summary-move-article):
14422         Make gnus-summary-respool-article work.
14423
14424 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14425
14426         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14427         string.
14428
14429 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14430
14431         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14432         that should be ignored when comparing distant RSS articles with local
14433         ones.
14434         (nnrss-make-hash-index): New function.  Create a hash index according
14435         to the ignored fields.
14436         (nnrss-check-group): Use it.
14437
14438 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14441
14442         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14443
14444         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14445         the new optional argument ENCODED is non-nil.
14446         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14447         coding system for encoding group name.
14448         (gnus-group-make-rss-group): Pass un-encoded group name to
14449         gnus-group-make-group.
14450         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14451         encoded.
14452
14453         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14454         Encode group name to which articles are moved or copied.
14455         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14456         coding system for encoding Newsgroup, Followup-To and Xref headers.
14457
14458         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14459         marks; use nnheader-file-coding-system to write a file.
14460         (nnagent-retrieve-headers): Bind file-name-coding-system to
14461         nnmail-pathname-coding-system.
14462
14463         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14464
14465         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14466         (nnml-request-article, nnml-request-create-group)
14467         (nnml-request-rename-group, nnml-find-id)
14468         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14469         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14470         (nnml-save-marks): Use nnml-group-pathname instead of
14471         nnmail-group-pathname.
14472
14473         (nnml-request-create-group, nnml-request-expire-articles)
14474         (nnml-request-move-article, nnml-request-delete-group)
14475         (nnml-deletable-article-p, nnml-possibly-create-directory)
14476         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14477         (nnml-open-marks): Bind file-name-coding-system to
14478         nnmail-pathname-coding-system.
14479
14480         (nnml-request-article): Pass server argument to nnml-find-group-number.
14481         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14482         Pass server argument to nnml-possibly-create-directory.
14483         (nnml-request-accept-article): Pass server argument to
14484         nnml-active-number and nnml-save-mail.
14485         (nnml-find-group-number): Pass server argument to nnml-find-id.
14486         (nnml-request-update-info): Pass server argument to
14487         nnml-marks-changed-p.
14488
14489         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14490         (nnml-save-mail, nnml-active-number): Add server argument.
14491
14492         (nnml-request-delete-group): Warn if group is missing.
14493         (nnml-get-nov-buffer): Decode group name.
14494         (nnml-generate-active-info): Encode group name.
14495         (nnml-open-marks): Decode group name in messages.
14496
14497 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14500         if it is not specified.
14501         (gnus-article-pipe-part, gnus-article-save-part)
14502         (gnus-article-interactively-view-part, gnus-article-copy-part)
14503         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14504         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14505         (gnus-article-replace-part, gnus-article-delete-part)
14506         (gnus-article-view-part-as-type): Pass raw prefix argument to
14507         gnus-article-part-wrapper.
14508
14509 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * gnus-agent.el (gnus-agent-save-active):
14512         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14513
14514         * gnus-cache.el (gnus-cache-save-buffers)
14515         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14516         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14517         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14518         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14519         (gnus-cache-generate-active, gnus-cache-rename-group)
14520         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14521         (gnus-cache-update-overview-total-fetched-for):
14522         Bind file-name-coding-system to nnmail-pathname-coding-system.
14523         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14524         New variables.
14525         (gnus-cache-decoded-group-name): New function.
14526         (gnus-cache-file-name): Use it.
14527         (gnus-cache-generate-active): Use non-decoded group name for active.
14528
14529         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14530         right place.
14531         (gnus-write-active-file): Don't break non-ASCII group names.
14532
14533         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14534         nnmail-pathname-coding-system.
14535
14536         * lpath.el: Bind default-file-name-coding-system,
14537         file-name-coding-system and language-info-alist for XEmacs.
14538
14539         * gnus-uu.el (gnus-uu-decode-save): Typo.
14540
14541 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14544
14545 2007-07-14  David Kastrup  <dak@gnu.org>
14546
14547         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14548         finishing actions if we did not edit the article.
14549
14550 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14553         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14554         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14555         (gnus-agent-flush-group, gnus-agent-flush-cache)
14556         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14557         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14558         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14559         (gnus-agent-regenerate-group)
14560         (gnus-agent-update-files-total-fetched-for)
14561         (gnus-agent-update-view-total-fetched-for):
14562         Bind file-name-coding-system to nnmail-pathname-coding-system.
14563         (gnus-agent-group-pathname): Don't encode file names by
14564         nnmail-pathname-coding-system.
14565         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14566         coding-system-for-write instead of buffer-file-coding-system to
14567         gnus-agent-file-coding-system.
14568
14569         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14570         Decode group name.
14571
14572         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14573
14574         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14575         (gnus-read-newsrc-el-file): Make group names unibyte.
14576
14577         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14578         nnmail-pathname-coding-system.
14579
14580         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14581         (nnrss-request-delete-group): Bind file-name-coding-system to
14582         nnmail-pathname-coding-system.
14583         (nnrss-read-server-data, nnrss-read-group-data):
14584         Bind file-name-coding-system correctly.
14585         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14586
14587         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14588         (nntp-server-to-method-cache): New variable.
14589         (nntp-group-pathname): New function that decodes non-ASCII group names.
14590         (nntp-possibly-create-directory, nntp-marks-changed-p)
14591         (nntp-save-marks, nntp-open-marks): Use it.
14592         (nntp-possibly-create-directory, nntp-open-marks):
14593         Bind file-name-coding-system to nnmail-pathname-coding-system.
14594         (nntp-open-marks): Decode group names when bootstrapping marks.
14595
14596         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14597         Newsgroups and Followup-To headers.
14598
14599 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14602         (gnus-server-closed-face, gnus-server-denied-face)
14603         (gnus-server-offline-face): Remove variable.
14604         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14605
14606         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14607         of modifying message-stack directly for XEmacs.
14608
14609         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14610         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14611         if the coding-system argument is nil for XEmacs.
14612
14613         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14614         mm-charset-override-alist.
14615
14616         * rfc2047.el: Don't require base64; require rfc2045 for the function
14617         rfc2045-encode-string.
14618         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14619         to quote the parameter value.
14620
14621 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14624         form in gnus-group-name-charset-method-alist.
14625
14626         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14627         overrides the default layout edit-form.
14628
14629         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14630
14631         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14632
14633 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14636         as unfetched articles.
14637
14638 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14641
14642 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14645         original back end that keeps marks in the local system.
14646
14647 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14650         arg of pop-to-buffer for XEmacs.
14651         (gnus-article-read-summary-keys): Ditto; don't restore window
14652         configuration if summary command ends up with neither article buffer
14653         nor summary buffer; describe bindings if summary keys end with C-h.
14654
14655 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * message.el (message-fix-before-sending): Skip raw message part to be
14658         forwarded while checking illegible text.
14659         (message-forward-make-body-mime, message-forward-make-body):
14660         Mark signed or encrypted raw message as having no illegible text.
14661
14662 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14665         (gnus-message-with-timestamp-1): New macro.
14666         (gnus-message-with-timestamp): New function.
14667         (gnus-message): Use them.
14668
14669         * nnheader.el (nnheader-message): Use them.
14670
14671 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14672
14673         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14674         .newsrc.eld file.
14675
14676 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * gnus-agent.el (gnus-agent-fetch-headers)
14679         (gnus-agent-retrieve-headers):
14680         Bind gnus-decode-encoded-address-function to identity.
14681
14682         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14683         available also when the server returns simply a dot.
14684
14685         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14686
14687 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14690
14691 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * gnus-ems.el (gnus-x-splash): Make it work.
14694
14695         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14696         from being used.
14697
14698         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14699
14700 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14703         4th and the 5th arguments.
14704
14705         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14706         the front stickiness.
14707         (gnus-article-summary-command-nosave): Correct the order of the
14708         arguments passed to pop-to-buffer.
14709         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14710         summary command ends up with the article buffer.
14711
14712         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14713         the same faces.
14714
14715 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14716
14717         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14718
14719 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14720
14721         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14722         * gnus-sum.el (gnus-summary-highlight):
14723         * pgg.el (pgg-sign-region, pgg-sign):
14724         * mail-source.el (mail-source-delete-old-incoming-confirm):
14725         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14726
14727 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * gnus-art.el (gnus-mime-view-part-externally)
14730         (gnus-mime-view-part-internally): Fix predicate function passed to
14731         completing-read.
14732
14733         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14734
14735         * gnus.el (gnus-update-message-archive-method): Add :version.
14736
14737 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * gnus.el (gnus-update-message-archive-method): New variable.
14740
14741         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14742         according to gnus-message-archive-method if
14743         gnus-update-message-archive-method is non-nil.
14744
14745 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14748         Suggested by Loic Dachary <loic@dachary.org>.
14749         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14750
14751 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * message.el (message-pop-to-buffer): Add switch-function argument.
14754         (message-mail): Pass switch-function argument to it.
14755
14756 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14757
14758         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14759         Improve doc string.
14760
14761 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14764         (gnus-header-content):
14765         * gnus-cite.el (gnus-cite-10):
14766         * gnus-srvr.el (gnus-server-closed):
14767         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14768         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14769         (gnus-group-mail-3-empty, gnus-group-mail-low)
14770         (gnus-group-mail-low-empty, gnus-splash):
14771         * message.el (message-header-to, message-header-cc)
14772         (message-header-subject, message-header-other, message-header-name)
14773         (message-header-xheader, message-separator, message-cited-text)
14774         (message-mml): Lighten colors of faces used for dark background.
14775
14776 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14777
14778         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14779         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14780
14781 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * message.el (message-narrow-to-headers-or-head):
14784         Ignore mail-header-separator in the body.
14785
14786 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14789         same as window size.
14790
14791 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14792
14793         * message.el (message-font-lock-keywords): Use message-header-xheader
14794         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14795         ahead of the anything pattern, to get it recognized.
14796
14797 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14798
14799         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14800         spam.el loads uses it in the compiled defadvice form.
14801
14802 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14803
14804         * gnus-sum.el (gnus-articles-to-read)
14805         (gnus-summary-insert-old-articles): Don't truncate group name for
14806         `read-string'.
14807
14808         * gnus-util.el (gnus-limit-string): Delete this function.
14809
14810         * gnus-sum.el (gnus-simplify-subject-fully):
14811         Use `truncate-string-to-width' instead.
14812
14813 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14814
14815         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14816         Tell if, on summary exit, the next group has to be selected.
14817         (gnus-summary-exit): Use it.
14818
14819 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14820
14821         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14822         non-break space.
14823
14824 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14825
14826         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14827         Check if group is not a directory.
14828         (nnfolder-request-expire-articles): Don't delete articles if the target
14829         group is not available.
14830
14831         * nnml.el (nnml-request-create-group): Properly check if group is not a
14832         file.
14833         (nnml-request-expire-articles): Don't delete articles if the target
14834         group is not available.
14835
14836         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14837         Don't quote characters that are within parentheses.
14838
14839 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14842         (gnus-handle-ephemeral-exit): Select article according to it.
14843
14844 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14845
14846         * message.el (message-insert-formated-citation-line): Remove newline.
14847         (message-citation-line-format): Add final \n here so that the user can
14848         avoid a blank line.
14849
14850 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14851
14852         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14853         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14854         Update lanl/arXiv support.
14855
14856 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * gnus.el: Bump version number.
14859
14860 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14861
14862         * gnus.el (gnus-version-number): Bump version.
14863
14864 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14865
14866         * gnus.el: No Gnus v0.6 is released.
14867
14868 2007-04-27  Didier Verna  <didier@xemacs.org>
14869
14870         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14871         * gmm-utils.el (gmm-regexp-concat): ... here.
14872         * message.el: Don't require 'gnus-util.
14873         (message-dont-reply-to-names): Handle name change above.
14874         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14875
14876 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14879         since the initial value varies according to the system.
14880
14881 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14884
14885 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14886
14887         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14888
14889 2007-04-24  Didier Verna  <didier@xemacs.org>
14890
14891         Improve the type of gnus-ignored-from-addresses.
14892         * gnus-util.el (gnus-orify-regexp): New function.
14893         * message.el (gnus-util): Require it.
14894         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14895         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14896         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14897
14898 2007-04-24  Didier Verna  <didier@xemacs.org>
14899
14900         * gnus-sum.el:
14901         * gnus-utils.el: Fix some trailing whitespaces.
14902
14903 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14904
14905         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14906         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14907         article's Message-ID; refer parent article in summary buffer.
14908
14909         * message.el (message-bounce): Call mime-to-mml.
14910
14911         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14912         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14913         optimize and/or forms properly.
14914
14915 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14916
14917         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14918         URL.
14919
14920 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14923
14924 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14927         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14928         displayed of multipart/alternative part if it is invoked from summary
14929         buffer.
14930
14931         * mm-view.el (mm-inline-text-html-render-with-w3m)
14932         (mm-inline-text-html-render-with-w3m-standalone)
14933         (mm-inline-render-with-function): Use mail-parse-charset by default.
14934
14935 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14936
14937         * parse-time.el (parse-time-string-chars): Check if CHAR
14938         is less than the length of parse-time-syntax.
14939
14940 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14943         from gnus-newsgroup-processable.
14944
14945 2007-04-16  Didier Verna  <didier@xemacs.org>
14946
14947         * gnus-msg.el (gnus-configure-posting-styles):
14948         Handle message-signature-directory properly with :file syntax.
14949         Reported by "Leo".
14950
14951 2007-04-11  Didier Verna  <didier@xemacs.org>
14952
14953         New user option: message-signature-directory.
14954         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14955         * message.el (message-insert-signature): Ditto.
14956         * message.el (message-signature-file): Doc update.
14957         * message.el (message-signature-directory): New.
14958
14959 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * gnus-msg.el (gnus-inews-yank-articles):
14962         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14963
14964 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * message.el (message-yank-original): Make sure cited text ends with
14967         newline; don't exchange point and mark.
14968
14969 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14970
14971         * tls.el (open-tls-stream): Properly handle case where there
14972         is no associated buffer.
14973
14974 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14975
14976         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14977         message-yank-original, make sure (< mark TEXT point).
14978
14979 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * message.el (message-fill-column): New variable.
14982         (message-mode): Use it.  Add comment on a possible new hook.
14983
14984         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14985         (nnmail-get-new-mail): Reformat.
14986
14987         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14988
14989         * gmm-utils.el: Fix Commentary.
14990         (gmm-tool-bar-from-list): Fix typo in doc string.
14991
14992 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14993
14994         * message.el (message-yank-original): Don't switch point and mark
14995         unnecessarily to put point and mark as documented.
14996
14997 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14998
14999         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15000         from the message heads.
15001
15002 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15003
15004         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15005         article buffer does not have a window.  This may not be the best
15006         solution but is certainly better than setting the start of the null,
15007         that is the current, window.
15008
15009 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15010
15011         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15012         (gnus-draft-setup): Run it.
15013
15014         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15015         gnus-score-fast-scoring.  Allow regexp.
15016         (gnus-score-headers): Use it.
15017
15018         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15019         XEmacs.
15020
15021         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15022         string.
15023         (gnus-button-alist): Also catch `<f1> k ...'.
15024         (gnus-treat-display-x-face): Fix doc string.
15025
15026 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15027
15028         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15029         evaluation of gnus-extended-version to ensure correct generation of the
15030         User-Agent header when message-generate-headers-first is used.
15031
15032 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15033
15034         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15035         hashcash-path is nil.  Don't call callback with incorrect number of
15036         parameters if val is 0.
15037
15038 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15039
15040         * message.el (message-required-news-headers):
15041         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15042
15043 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15044
15045         * tls.el (open-tls-stream): In handshake-waiting loop,
15046         don't wait more if there is output available to process.
15047
15048 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15049
15050         * tls.el (tls-program): Doc fix.
15051
15052 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * message.el (message-generate-new-buffers): Change the meaning of the
15055         nil value; add `standard' to the choices; treat t as `unique'; improve
15056         doc string.
15057         (gnus-select-frame-set-input-focus): Autoload.
15058         (message-buffer-name): Search for the existing message buffer if
15059         message-generate-new-buffers is nil or `standard'; treat the value t of
15060         message-generate-new-buffers as `unique'.
15061         (message-pop-to-buffer): Raise the frame already displaying the message
15062         buffer; clear the echo area after querying.
15063         (message-setup): Pass the `continue' argument to compose-mail.
15064         (message-mail): Prefer `switch-function' if it is given; search for the
15065         existing message buffer if the `continue' argument is non-nil; pass
15066         continue and switch-function arguments to compose-mail by way of
15067         message-setup.
15068         (message-mail-other-window): Adjust argument of message-setup.
15069         (message-mail-other-frame): Ditto.
15070
15071 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15074         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15075         to turn font-lock on when turning gnus-message-citation-mode on.
15076
15077 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15078
15079         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15080         (mml-smime-function-alist): New variable; add epg as the backend.
15081         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15082         mml-smime- functions instead.
15083         * mm-view.el: Require smime.
15084
15085 2007-03-05  Didier Verna  <didier@xemacs.org>
15086
15087         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15088         instead of just inheritance for posting styles.
15089         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15090
15091 2007-02-24  Chris Moore  <dooglus@gmail.com>
15092
15093         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15094         * pgg-pgp.el (pgg-pgp-encrypt-region):
15095         * pgg-gpg.el (pgg-gpg-encrypt-region):
15096         Check pgg-encrypt-for-me if no other recipients.
15097
15098 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15099
15100         * tls.el (tls-certtool-program): Fix custom type.
15101
15102 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15105         and point-at-eol instead of line-(beginning|end)-position.
15106
15107         * assistant.el (assistant-parse-buffer): Ditto.
15108
15109         * netrc.el (netrc-parse-services): Ditto.
15110
15111 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15112
15113         * mml2015.el (mml2015-epg-find-usable-key): New function.
15114         (mml2015-epg-sign): Use it.
15115         (mml2015-epg-encrypt): Use it.
15116
15117 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * message.el (message-make-in-reply-to): Quote name containing
15120         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15121         if there are special characters.  Reported by NAKAJI Hiroyuki
15122         <nakaji@jp.freebsd.org>.
15123
15124 2007-02-27  Didier Verna  <didier@xemacs.org>
15125
15126         Include the group parameters as well as the topic ones in the
15127         inheritance filter process.
15128         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15129         argument GROUP-PARAMS-LIST.
15130         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15131
15132 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * nntp.el (nntp-never-echoes-commands)
15135         (nntp-open-connection-functions-never-echo-commands): New variables.
15136         (nntp-send-command): Use them.
15137
15138 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15139
15140         * mml2015.el (mml2015-epg-verify): Simplify.
15141
15142 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * mml.el (mml-content-disposition-alist): New user option.
15145         (mml-content-disposition): New function.
15146         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15147         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15148
15149 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15150
15151         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15152         verification.
15153
15154 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15155
15156         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15157         articles posted in the last 24 hours.
15158
15159 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15160
15161         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15162
15163 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15164
15165         * nntp.el (nntp-send-command): Don't wait for echoes when
15166         nntp-open-ssl-stream is used.
15167
15168 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15171         (gnus-message-add-citation-keywords)
15172         (gnus-message-remove-citation-keywords): Remove.
15173         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15174         directly, make the variables in font-lock-defaults buffer-local, add
15175         gnus-message-citation-keywords to them and then update the value of
15176         font-lock-keywords.
15177
15178 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * message.el (message-cite-original-1): Don't call
15181         gnus-article-highlight-citation.
15182
15183         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15184         citations; fix line count.
15185
15186 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15189         (gnus-message-add-citation-keywords)
15190         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15191         versions of font-lock-add-keywords and font-lock-remove-keywords to
15192         work with XEmacs correctly.
15193
15194 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * gnus-cite.el (gnus-cite-face-list): Set the values of
15197         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15198         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15199         (gnus-message-cite-prefix-regexp): New variable.
15200         (gnus-message-search-citation-line): Use it; protect against long
15201         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15202         the 0th match data for Emacs.
15203         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15204         (gnus-message-add-citation-keywords): Append keywords rather than
15205         prepending; emulate font-lock-add-keywords if it is not available.
15206         (gnus-message-remove-citation-keywords):
15207         Emulate font-lock-remove-keywords if it is not available.
15208
15209         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15210
15211         * message.el (message-cite-prefix-regexp): Set the value of
15212         gnus-message-cite-prefix-regexp.
15213
15214 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15215
15216         * nnweb.el (nnweb-google-parse-1): Update parser.
15217
15218 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15219
15220         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15221
15222 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15223
15224         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15225         regexp.
15226
15227 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15230         string-to-multibyte.
15231         (uudecode-decode-region-internal): Use it.
15232
15233         * lpath.el: Fbind string-as-multibyte for XEmacs.
15234
15235 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15236
15237         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15238         Fix custom choice.
15239
15240         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15241
15242 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15243
15244         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15245
15246         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15247         `write-region' to respect `mm-inhibit-file-name-handlers'.
15248
15249 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15252         Use gnus-home-directory instead of "~/" or "$HOME".
15253
15254 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15255
15256         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15257         to mention filename.
15258         Add comments at beginning regarding usage.
15259         (encrypt-write-file-contents): Change interactive so a string is
15260         acceptable.  If the file has no associated model, show an error instead
15261         of a nonsense prompt.
15262
15263 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15264
15265         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15266         Thanks to Yoshihiko Yamada for kind notification of this typo.
15267
15268 2007-01-12  Kenichi Handa  <handa@m17n.org>
15269
15270         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15271         multibyte buffer.
15272
15273 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15274
15275         * gnus-score.el (gnus-score-fast-scoring): New variable.
15276         (gnus-score-headers): Use it.
15277
15278         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15279
15280         * message.el (message-cite-original-1):
15281         Call gnus-article-highlight-citation if requested.
15282         (message-make-from): Allow name and address as optional arguments.
15283
15284         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15285
15286         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15287         bugs to doc string.
15288         (gnus-button-alist): Add mid\\|message-id.
15289         (gnus-button-fetch-group): Extend for use in
15290         `browse-url-browser-function'.
15291         (gnus-button-url-regexp): Try to catch paired parentheses like in
15292         Wikipedia URLs.
15293
15294         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15295         Suggested by Simon Krahnke <overlord@gmx.li>.
15296
15297 2007-01-13  Romain Francoise  <romain@orebokech.com>
15298
15299         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15300         Update copyright.
15301
15302 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15303
15304         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15305
15306 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15307
15308         * gnus-registry.el (gnus-registry-unfollowed-groups)
15309         (gnus-registry-split-fancy-with-parent): Fix documentation.
15310
15311 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15312
15313         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15314         from nnweb groups.
15315
15316 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15317
15318         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15319         Xref urls.  Erase buffer before requesting head.
15320
15321         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15322
15323 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15324
15325         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15326         customizable.
15327
15328 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15329
15330         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15331         no signing key is found.
15332         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15333         no encrypting and/or signing key is found.
15334
15335 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15336
15337         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15338
15339 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15340
15341         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15342         headers read from disk with the ones newly found in the current search.
15343         This should no longer cause problems, because the article numbers in
15344         Gmane's `nov.php' output are ignored since the previous change.
15345
15346 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15347
15348         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15349
15350 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15353         replace-regexp-in-string; bind url-version; fbind display-images-p and
15354         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15355         find-face and set-itimer-function for Emacs; bind itimer-list for
15356         Emacs.
15357
15358         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15359
15360 2007-01-01  Romain Francoise  <romain@orebokech.com>
15361
15362         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15363
15364 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15365
15366         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15367         `define-minor-mode' macro definition expanded properly.
15368         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15369         exclude it there.
15370
15371         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15372         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15373         `fboundp' test.
15374         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15375         This is OK to autoload in (S)XEmacs now.
15376
15377 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15378
15379         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15380         keystroke.
15381         (gnus-summary-limit-to-singletons): Fix typo.
15382
15383         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15384         else fails.
15385
15386 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15387
15388         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15389         docstring.
15390
15391         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15392         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15393         (gnus-summary-insert-dormant-articles): Fix typo in message.
15394
15395 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15398         nil for XEmacs.
15399         (gnus-message-citation-mode): Don't autoload in XEmacs.
15400
15401         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15402
15403 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15404
15405         * nnimap.el (nnimap-expunge-search-string):
15406         Mention nnimap-search-uids-not-since-is-evil in docstring.
15407
15408 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15409
15410         * spam.el: Revert to make-obsolete-variable because
15411         define-obsolete-variable-alias is not supported in Emacs 21.
15412
15413         * spam.el (spam-ifile-path, spam-ifile-database-path)
15414         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15415         make-obsolete-variable.
15416         (spam-bsfilter-path, spam-bsfilter-program)
15417         (spam-spamassassin-path, spam-spamassassin-program)
15418         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15419         Don't use "path" inappropriately.
15420         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15421         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15422         variable names.
15423
15424 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15425
15426         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15427         summary buffer.
15428
15429         * password.el (password-cache-remove): Use clear-string to burn
15430         password, if available.
15431
15432 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15433
15434         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15435
15436         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15437
15438         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15439         (gnus-message-highlight-citation): Move defcustom here from
15440         gnus-cite.el.
15441         (gnus-message-citation-mode): Autoload.
15442
15443         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15444         checks to make it compile with XEmacs.
15445         (gnus-message-citation-mode): New minor mode.
15446         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15447         (gnus-message-highlight-citation): New variables.
15448         (gnus-message-search-citation-line)
15449         (gnus-message-add-citation-keywords)
15450         (gnus-message-remove-citation-keywords)
15451         (turn-on-gnus-message-citation-mode)
15452         (turn-off-gnus-message-citation-mode): New functions.
15453
15454 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15455
15456         * gnus-cite.el: Enable highlighting of different citation levels in
15457         message-mode.
15458
15459 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15460
15461         * message.el (message-make-fqdn): Fix comment.
15462         (message-bogus-system-names): Add ".local".
15463
15464         * spam.el (spam-ifile-path, spam-ifile-program)
15465         (spam-ifile-database-path, spam-ifile-database)
15466         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15467         Don't use "path" inappropriately.
15468         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15469         strings.
15470         (spam-check-ifile, spam-ifile-register-with-ifile)
15471         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15472         Use new variable names.
15473
15474         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15475         (gnus-treat-display-smileys): Simplify using
15476         gnus-image-type-available-p.
15477
15478         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15479         available.
15480
15481         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15482         Use `display-images-p' if available.
15483
15484 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15487         one after turning on the buffer's multibyteness instead of decoding
15488         them directly in the unibyte buffer that causes unexpected conversion
15489         in Emacs 23 (unicode).
15490
15491 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15492
15493         * message.el (message-generate-hashcash): Fix custom type.
15494
15495 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15498
15499 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15500
15501         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15502         disconnect icons.  Add help text.
15503
15504 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15505
15506         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15507         negated to be consistent with the others we handle.
15508
15509 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15510
15511         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15512         version of gnus-summary-buffer to something, so that we can use two
15513         article buffers at the same time.
15514
15515 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15516
15517         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15518         trigger all the extra headers.
15519         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15520         sorting.
15521
15522 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15523
15524         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15525         solid groups.
15526
15527 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15528
15529         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15530
15531 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15532
15533         * legacy-gnus-agent.el: Add Copyright notice.
15534
15535 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15536
15537         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15538
15539 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15540
15541         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15542
15543         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15544         to make it work reliably in CVS Emacs.
15545         (gnus-summary-limit-strange-charsets-predicate)
15546         (gnus-summary-limit-to-predicate): New functions.
15547
15548 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15549
15550         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15551         specifying array size.
15552         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15553         array if it is too small.
15554         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15555         (gnus-sort-threads-loop): New function.
15556
15557 2006-12-06  Chris Moore  <dooglus@gmail.com>
15558
15559         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15560         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15561
15562 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15563
15564         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15565         options.
15566
15567 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15568
15569         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15570         DOS-ing the recipient.
15571
15572         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15573         the headers when creating the mapping to avoid mismappings.
15574         (nnweb-gmane-create-mapping): Always nix out old mapping.
15575
15576 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15579         and mm-verify-option to never.
15580
15581 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * message.el (message-signed-or-encrypted-p): New function.
15584         (message-forward-make-body): Use it.
15585
15586         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15587         Replace encode-coding-string with mm-encode-coding-string.
15588
15589 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * nneething.el (nneething-decode-file-name):
15592         Replace decode-coding-string with mm-decode-coding-string.
15593
15594         * gnus-int.el (gnus-open-server): Say failed server's name.
15595
15596 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15597
15598         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15599         strings to a single string.  Quote `errors-file-name'.
15600         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15601         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15602         Adjust calls.  Use `shell-quote-argument'.
15603
15604 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15605
15606         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15607         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15608
15609         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15610         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15611         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15612         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15613         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15614         (gnus-subscribe-newsgroup, gnus-1):
15615         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15616         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15617         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15618         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15619
15620 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15621
15622         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15623         keystroke.
15624         (gnus-summary-limit-to-bodies): Implement headersp.
15625
15626 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15627
15628         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15629
15630 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15633
15634 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15635
15636         * message.el (message-generate-hashcash): Expand range of values to
15637         include `opportunistic'.
15638         (message-send-mail): Use it.
15639
15640 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15641
15642         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15643         and comment it.
15644
15645         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15646
15647 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * gnus-util.el (gnus-extract-address-components): Improve comment.
15650
15651 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * gnus-util.el (gnus-extract-address-components): Work with address in
15654         which the name portion contains @.
15655
15656         * lpath.el: Fbind custom-autoload.
15657
15658 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15659
15660         * gnus.el (gnus-start): Move custom group up.
15661         (gnus-select-method): Don't autoload, but make it available for
15662         `customize-variable'.
15663         (gnus-getenv-nntpserver): Don't autoload.
15664
15665 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15666
15667         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15668
15669 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15670
15671         * message.el (message-sendmail-extra-arguments): New variable.
15672         (message-send-mail-with-sendmail): Use it.
15673
15674 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15677         mm-with-unibyte-current-buffer to make string unibyte.
15678
15679         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15680         mm-string-as-multibyte.
15681
15682 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15683
15684         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15685         Reported by Werner Koch <wk@gnupg.org>.
15686
15687 2006-11-14  Daiki Ueno  <ueno@p360>
15688
15689         * mml2015.el: Autoload epa-select-keys when compiling.
15690
15691 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15692
15693         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15694         message-options.
15695         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15696
15697 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15698
15699         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15700         EasyPG (< 0.0.6).
15701         (mml2015-always-trust): New user option.
15702         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15703         prompt.
15704
15705 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * nntp.el (nntp-authinfo-force): New variable.
15708         (nntp-send-authinfo): Use it.
15709
15710 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15711
15712         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15713         decode encoded words.  Improve prompt.  Add comment about forwarding.
15714         (message-replacement-char): Move up.
15715
15716 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15717
15718         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15719         instead of gnus-intersection because arguments of gnus-sorted-nunion
15720         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15721
15722 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15723
15724         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15725         (message-simplify-subject-functions):
15726         Enable message-strip-subject-encoded-words by default.
15727
15728 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15729
15730         * message.el (message-strip-subject-encoded-words): New function.
15731         (message-simplify-subject-functions): New variable.
15732         (message-simplify-subject): Use it.  Fix typo in doc string.
15733         Support message-strip-subject-encoded-words.
15734
15735 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15736
15737         * gnus-diary.el (gnus-diary-delay-format-function):
15738         * nndiary.el (nndiary-reminders):
15739         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15740
15741 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15742
15743         * gnus-art.el (article-hide-boring-headers): Fetch date from
15744         gnus-original-article-buffer to avoid problems with localized date
15745         strings.
15746
15747 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15750
15751 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15752
15753         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15754         New variables.
15755         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15756         (mm-charset-synonym-alist): Move some entries to
15757         mm-codepage-iso-8859-list.
15758         (mm-charset-synonym-alist, mm-charset-override-alist):
15759         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15760
15761 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15764
15765 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15766
15767         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15768         with Emacs 21 and XEmacs.
15769
15770 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15771
15772         * spam.el (spam-parse-address): New function for better parsing,
15773         catching errors, etc.
15774         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15775
15776 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15777
15778         * mm-view.el: Add interactive arg to html2text autoload.
15779
15780 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15783
15784 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15785
15786         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15787         New variables.
15788         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15789         (mm-charset-synonym-alist): Move some entries to
15790         mm-codepage-iso-8859-list.
15791
15792         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15793
15794 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * message.el (message-citation-line-format)
15797         (message-insert-formated-citation-line): Fix implementation of %E, %N
15798         and %n according to the doc string.
15799
15800 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15801
15802         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15803         Use car-safe to avoid bad parses.
15804
15805 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15808         names.
15809
15810         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15811
15812 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15815         header.
15816
15817         * message.el (message-draft-headers): Add Date.
15818         (message-headers-to-generate): Fix typo in docstring.
15819
15820         * nndraft.el (nndraft-required-headers): New variable.
15821         (nndraft-generate-headers): Use it.
15822
15823         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15824
15825 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15826
15827         * gnus-registry.el (gnus-registry-wash-for-keywords)
15828         (gnus-registry-find-keywords): New functions to allow easy searching of
15829         articles that are in the registry.
15830
15831 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15832
15833         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15834         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15835         Reported by Damien Elmes <damien@repose.cx>.
15836
15837 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15838
15839         * gnus.el (gnus-mime): Remove unused custom group.
15840
15841 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15842
15843         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15844         "blank line" when searching for end of armor headers.
15845
15846 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * gmm-utils.el (gmm-write-region): Fix variable name.
15849
15850 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15851
15852         * gmm-utils.el (gmm-write-region): New function based on compatibility
15853         code from `mm-make-temp-file'.
15854
15855         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15856
15857         * nnmaildir.el (nnmaildir--update-nov)
15858         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15859         Use `gmm-write-region'.
15860
15861 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15862
15863         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15864         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15865
15866         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15867
15868         * message.el (message-replacement-char): New variable.
15869         (message-fix-before-sending): Use it.
15870         (message-simplify-subject): New function to remove duplicate code.
15871         (message-reply, message-followup): Use it.
15872
15873         * gnus-sum.el (gnus-summary-make-menu-bar):
15874         Clarify gnus-summary-limit-to-articles.
15875
15876 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * gnus-util.el (gnus-with-local-quit): New macro.
15879
15880         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15881
15882 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15883
15884         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15885         ignore non-string data.
15886
15887 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15888
15889         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15890         non-string data (needs to be done in the registry too).
15891
15892 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15893
15894         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15895         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15896         (gnus-registry-split-fancy-with-parent)
15897         (gnus-registry-fetch-simplified-message-subject-fast)
15898         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15899         Remove text properties on ingress into the registry and when it's saved.
15900         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15901         registry from entries with no groups.
15902
15903 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15904
15905         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15906         function to remove string properties.
15907
15908 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15909
15910         * gmm-utils.el (gmm): Adjust custom version.
15911
15912         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15913         Adjust custom version.
15914
15915         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15916
15917 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15918
15919         * gnus-art.el (gnus-insert-prev-page-button)
15920         (gnus-insert-next-page-button): Simplify.  Reformat.
15921
15922 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15923
15924         * gnus-art.el (gnus-insert-prev-page-button)
15925         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15926
15927 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15928
15929         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15930
15931 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15932
15933         * gnus-art.el (gnus-insert-mime-button)
15934         (gnus-insert-mime-security-button):
15935         Apply gnus-article-button-face to MIME and security buttons.
15936
15937 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15938
15939         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15940         readable.
15941
15942 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15945
15946 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15947
15948         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15949         `browse-url-of-file' instead of `browse-url'.
15950
15951 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15952
15953         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15954         regexp.  Articles containing quotation were cut prematurely.
15955
15956 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * message.el (message-cite-original-1): Use nobody by default for the
15959         value of From header.
15960         (message-reply): Ditto.
15961
15962 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15963
15964         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15965         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15966         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15967
15968 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15969
15970         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15971         mails in the doc string.  Add some URLs in comment.
15972         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15973
15974 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15977         backslashes handling and the way to find boundaries of quoted strings.
15978
15979 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15980
15981         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15982         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15983         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15984         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15985
15986 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15987
15988         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15989         doc string.
15990         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15991
15992 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * lpath.el: Fbind epg-check-configuration.
15995
15996 2006-09-06  Simon Josefsson  <jas@extundo.com>
15997
15998         * mml2015.el (mml2015-use): Doc fix, mention epg.
15999
16000 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16001
16002         * mml2015.el (mml2015-use): Default to epg, if available.
16003
16004 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16005
16006         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16007         message-sender.
16008         (mml1991-epg-encrypt): Ditto.
16009         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16010         message-sender.
16011         (mml2015-epg-encrypt): Ditto.
16012
16013 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16014
16015         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16016         several common directories.
16017
16018 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16019
16020         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16021         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16022
16023 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * gnus-art.el (article-decode-encoded-words): Make it fast.
16026
16027 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16030
16031         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16032         in quoted string into `\'.
16033
16034 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16037         Use standard-syntax-table.
16038
16039 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * gnus-art.el (gnus-decode-address-function): New variable.
16042         (article-decode-encoded-words): Use it to decode headers which are
16043         assumed to contain addresses.
16044         (gnus-mime-delete-part): Remove useless `or'.
16045
16046         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16047         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16048         (gnus-nov-parse-line): Use it to decode From header.
16049         (gnus-get-newsgroup-headers): Ditto.
16050         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16051
16052         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16053         (mail-decode-encoded-address-string): New alias.
16054
16055         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16056         New function.
16057         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16058         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16059         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16060         (rfc2047-decode-string): Ditto.
16061         (rfc2047-decode-address-region): New function.
16062         (rfc2047-decode-address-string): New function.
16063
16064 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16065
16066         * message.el (message-caesar-buffer-body): Allow rotating headers.
16067
16068         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16069
16070         * message.el (message-insert-formated-citation-line): Fix %f.
16071         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16072
16073 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16074
16075         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16076         (gnus-bookmark-mouse-available-p): New macro.
16077         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16078         (gnus-bookmark-bmenu-show-infos): Use it.
16079         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16080         (gnus-bookmark-bmenu-hide-infos): Ditto.
16081         (gnus-bookmark-remove-properties): New function.
16082         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16083         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16084         (gnus-bookmark-write-file): Bind coding-system-for-write.
16085         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16086         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16087         group before selecting it.
16088         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16089         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16090         quit-window if it is not available; use gnus-mouse-2 and bind it to
16091         gnus-bookmark-bmenu-select-by-mouse.
16092         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16093         (gnus-bookmark-bmenu-select-by-mouse): New function.
16094
16095 2006-08-13  Romain Francoise  <romain@orebokech.com>
16096
16097         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16098         space.
16099
16100 2006-08-10  Romain Francoise  <romain@orebokech.com>
16101
16102         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16103         (dns-mode-soa-auto-increment-serial): New user option.
16104         (dns-mode-soa-maybe-increment-serial): New function.
16105         (dns-mode): Add the latter to `write-contents-functions'.
16106
16107 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * compface.el (uncompface): Use binary rather than raw-text-unix.
16110
16111 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * compface.el (uncompface): Make sure the eol conversion doesn't take
16114         place when communicating with the external programs.
16115         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16116
16117 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16120
16121 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16122
16123         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16124         Make it more robust by parsing author and date independently.
16125
16126 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16129
16130 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16131
16132         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16133         first matching secret key.
16134         (mml2015-epg-encrypt): Ditto.
16135
16136         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16137         first matching secret key.
16138         (mml1991-epg-encrypt): Ditto.
16139
16140         * mml2015.el (mml2015-encrypt-to-self): New user option.
16141         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16142         mml2015-epg-encrypt-to-self is set.
16143
16144         * mml1991.el (mml1991-encrypt-to-self): New variable.
16145         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16146         mml1991-epg-encrypt-to-self is set.
16147
16148         * mml2015.el (mml2015-signers): New user option.
16149         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16150         (mml2015-epg-encrypt): Allow to select signing keys.
16151
16152         * mml1991.el (mml1991-signers): New variable.
16153         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16154         (mml1991-epg-encrypt): Allow to select signing keys.
16155
16156 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * nnheader.el (nnheader-insert-head): Make it work even if the file
16159         uses CRLF for the line-break code.
16160
16161 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16162
16163         * mml2015.el: Require mml-sec instead of password.
16164         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16165         (mml2015-cache-passphrase): Inherit the default value from
16166         mml-secure-cache-passphrase.
16167         (mml2015-passphrase-cache-expiry): Inherit the default value from
16168         mml-secure-passphrase-cache-expiry.
16169
16170         * mml1991.el: Require mml-sec instead of password.
16171         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16172         (mml1991-cache-passphrase): Inherit the default value from
16173         mml-secure-cache-passphrase.
16174         (mml1991-passphrase-cache-expiry): Inherit the default value from
16175         mml-secure-passphrase-cache-expiry.
16176
16177         * mml-sec.el: Require password.
16178         (mml-secure-verbose): New user option.
16179         (mml-secure-cache-passphrase): New user option.
16180         (mml-secure-passphrase-cache-expiry): New user option.
16181
16182 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16183             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16184
16185         * pgg-def.el (pgg-truncate-key-identifier):
16186         Truncate the key ID to 8 letters from the end.
16187
16188 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16189
16190         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16191         workaround for the url package included with Emacs.
16192
16193         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16194
16195 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16198         correctly.  This fixes a bug caused by the 2006-05-12 change.
16199
16200 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16201
16202         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16203         some information about the error when saying that the `bogus' mail
16204         group will be used.
16205
16206 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16207
16208         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16209         string.
16210
16211 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16212
16213         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16214
16215 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16216
16217         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16218
16219 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16220
16221         * mml1991.el (mml1991-function-alist): Add epg.
16222         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16223         (mml1991-epg-encrypt): New functions.
16224
16225 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16226
16227         * mml2015.el (mml2015-verbose): New variable.
16228         (mml2015-cache-passphrase): Ditto.
16229         (mml2015-passphrase-cache-expiry): Ditto.
16230         (mml2015-function-alist): Add epg.
16231         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16232         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16233         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16234         New functions.
16235
16236 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16237
16238         * message.el (message-cite-original-1): Preserve region when removing
16239         quoted text due to X-No-Archive in order to avoid bogus attribution
16240         when citing multiple messages.
16241
16242 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16243
16244         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16245         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16246
16247 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16248
16249         * gnus-diary.el (gnus-user-format-function-d)
16250         (gnus-user-format-function-D): Autoload.
16251
16252         * imap.el (Commentary): Fix typo.
16253
16254         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16255         2006-04-22 contribution.
16256
16257 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16258
16259         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16260         It didn't really fix the bogosity I'm seeing with solid web groups.
16261
16262 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16263
16264         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16265         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16266         created using server names.  If we use the feature without declaring
16267         it, Gnus does not properly manage server and group state.
16268
16269         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16270         bound.
16271
16272 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16273
16274         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16275         looking up the method using GROUP's prefix before inventing a new one.
16276         It is used on killed/unknown groups in various places where returning
16277         an all-new method isn't expected by the caller.
16278
16279         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16280         and match semantics of gnus-group-real-prefix.
16281
16282 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16283
16284         * nnmail.el (nnmail-broken-references-mailers): New variable.
16285         (nnmail-ignore-broken-references): New function generalizing
16286         nnmail-fix-eudora-headers.
16287         (nnmail-fix-eudora-headers): Now obsolete.
16288
16289         * gnus-art.el (gnus-button-handle-custom):
16290         Support `customize-apropos*'.
16291
16292 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16293
16294         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16295
16296         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16297         articles.
16298
16299 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16300
16301         * message.el (message-cite-reply-above): New variable.
16302         (message-yank-original): Use it.
16303
16304 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16307
16308 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16309
16310         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16311         as read.
16312
16313         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16314
16315 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16316
16317         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16318         (gnus-bookmark-default-file): Use gnus-directory.
16319         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16320         Remove "*" in doc string.
16321         (gnus-bookmark-write-file): Simplify.
16322         (gnus-bookmark-maybe-sort-alist): Use `when'.
16323         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16324         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16325         Add FIXME about Emacs 21 and XEmacs compatibility.
16326         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16327         compatibility.
16328         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16329         compatibility.
16330         (gnus-bookmark-menu-heading): Fix version.
16331
16332 2006-06-19  Bastien Guerry  <bzg@altern.org>
16333
16334         * gnus-bookmark.el: New file.
16335
16336 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16337
16338         * message.el (message-syntax-checks): Doc fix.
16339
16340 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16341
16342         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16343         unsubscribed groups as if they were killed ones.  It causes duplicate
16344         entries in gnus-newsrc-alist.
16345
16346 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * message.el (message-syntax-checks): Doc fix.
16349         (message-send-mail): Add check for continuation headers.
16350         (message-check-news-header-syntax): Fix regexp used to check for
16351         continuation headers.
16352
16353 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16356
16357 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16358
16359         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16360
16361 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16364         default-truncate-lines.
16365
16366 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16369         to fill the utf-8 entry.
16370
16371         * lpath.el: Fbind unicode-precedence-list.
16372
16373 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16374
16375         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16376
16377 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16378
16379         * gnus-agent.el (directory-files-and-attributes): Move all the way
16380         forward (the third and final move).
16381         (gnus-agent-read-agentview): Trap reconstruction errors due to
16382         nonexistent directory.  Handle by returning nil.
16383
16384 2006-05-30  Didier Verna  <didier@xemacs.org>
16385
16386         * message.el (message-dont-reply-to-names): Update the custom type.
16387         * message.el (message-dont-reply-to-names): New defsubst: potentially
16388         convert a list of regexps into a single one.
16389         * message.el (message-get-reply-headers): Use it.
16390         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16391
16392 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-agent.el (directory-files-and-attributes): Move forward.
16395
16396 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16397
16398         * gnus-ml.el (gnus-mailing-list-subscribe)
16399         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16400         (gnus-mailing-list-message): Fix doc strings.
16401
16402 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16403
16404         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16405         of doing it manually.
16406
16407 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16408
16409         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16410         comment.
16411
16412 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16413
16414         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16415         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16416         (gnus-agent-read-local): All symbols allocated in my-obarray.
16417         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16418         (gnus-agent-regenerate-group): Check numeric names to see if they are
16419         messages or groups.
16420         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16421         better way of do this...)
16422
16423         * gnus-cache.el (gnus-agent-total-fetched-for):
16424         Ignore 'dummy.group' (there should be a better way of do this...)
16425
16426 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16429         (gnus-saved-headers): Ditto.
16430         (gnus-default-article-saver): Mention functions may have properties.
16431         (gnus-article-save): Override gnus-save-all-headers and
16432         gnus-saved-headers by :headers property which saver function may have.
16433         (gnus-summary-save-in-file): Add :headers property.
16434         (gnus-summary-write-to-file): Ditto.
16435
16436         * gnus-sum.el (gnus-summary-save-article): Bind
16437         gnus-prompt-before-saving to t when saving many articles in a file;
16438         always show all headers.
16439
16440         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16441
16442 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16443
16444         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16445         marks.
16446
16447         * message.el (message-indent-citation): Add optional arguments to allow
16448         using it outside of message buffers.
16449
16450         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16451         (gnus-article-treat-unfold-headers): Use it.
16452         (gnus-article-truncate-lines): New variable.
16453         (gnus-article-mode): Use it.
16454         (gnus-article-toggle-truncate-lines): New function.
16455
16456         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16457         Add gnus-article-toggle-truncate-lines.
16458
16459         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16460         coding system in XEmacs, use binary.
16461
16462 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16465         after-load-alist.
16466
16467         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16468         this function should save decoded articles.
16469         (gnus-summary-write-to-file): Use property to specify this function
16470         should save decoded articles and specify gnus-summary-save-in-file
16471         should be used to save articles other than the first one when saving
16472         many articles.
16473         (gnus-summary-save-body-in-file): Use property to specify this
16474         function should save decoded articles.
16475         (gnus-summary-write-body-to-file): Use property to specify this
16476         function should save decoded articles and specify
16477         gnus-summary-save-body-in-file should be used to save articles other
16478         than the first one when saving many articles.
16479
16480         * gnus-sum.el (gnus-summary-save-article): Simplify.
16481
16482 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * gnus-art.el (gnus-default-article-saver):
16485         Add gnus-summary-write-body-to-file.
16486         (gnus-article-save-coding-system): Don't use coding system object
16487         in XEmacs.
16488         (gnus-read-save-file-name): Add optional `dir-var' argument which
16489         specifies directory in which files are saved; work even if optional
16490         `variable' argument is not specified.
16491         (gnus-summary-write-to-file): Read file name.
16492         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16493         (gnus-summary-write-body-to-file): New function.
16494
16495         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16496         (gnus-summary-local-variables): Add it.
16497         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16498         (gnus-summary-save-article): Remove optional `decode' argument;
16499         determine whether to decode articles by the value of
16500         gnus-default-article-saver; when saving many files using
16501         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16502         it first and use gnus-summary-save-in-file or
16503         gnus-summary-save-body-in-file thereafter unless
16504         gnus-prompt-before-saving is always; move point to article which
16505         will be saved.
16506         (gnus-summary-save-article-file): Revert.
16507         (gnus-summary-write-article-file): Revert.
16508         (gnus-summary-save-article-body-file): Revert.
16509         (gnus-summary-write-article-body-file): New function.
16510
16511 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * gnus-art.el (gnus-default-article-saver): Doc fix.
16514         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16515         from gnus-summary-save-article-coding-system, and default to a
16516         certain coding system.
16517         (gnus-output-to-file): Add coding cookie and encode text according
16518         to gnus-article-save-coding-system; don't use mm-append-to-file.
16519
16520         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16521         gnus-art.el and rename to gnus-article-save-coding-system.
16522         (gnus-summary-save-article): Require gnus-art; don't show all
16523         headers if it decodes articles; don't add coding cookie here;
16524         don't bind mm-text-coding-system-for-write.
16525         (gnus-summary-save-article-file): Save decoded articles.
16526         (gnus-summary-write-article-file): When saving many files, use
16527         gnus-summary-write-to-file first and gnus-summary-save-in-file
16528         thereafter unless gnus-prompt-before-saving is always.
16529         (gnus-summary-save-article-body-file): Save decoded articles.
16530
16531         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16532
16533 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16534
16535         * nnrss.el (nnrss-check-group): Bind hash-index.
16536
16537 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16538
16539         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16540         its hash index.  Store this hash in `nnrss-group-data'.
16541         (nnrss-read-group-data): Update accordingly.
16542
16543 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16544
16545         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16546         entry.
16547
16548         * gnus-sum.el (gnus-summary-make-menu-bar):
16549         Add gnus-article-browse-html-article.
16550
16551 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16552
16553         * gnus-sum.el (gnus-summary-mime-map):
16554         Add gnus-article-browse-html-article.
16555
16556         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16557
16558 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16559
16560         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16561         suitable coding systems in customize.
16562
16563 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16564
16565         * mail-source.el (mail-sources): Fix custom type.
16566
16567 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16568
16569         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16570         (gnus-summary-expire-articles-now): Shorten prompt.
16571
16572         * gmm-utils.el (wid-edit): Require.
16573         (defun-gmm): Rename from `gmm-defun-compat'.
16574         (gmm-image-search-load-path): Use it.
16575         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16576
16577 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * gnus-sum.el (gnus-summary-save-article-coding-system):
16580         New variable.
16581         (gnus-summary-save-article): Add optional `decode' argument.
16582         If it is set and gnus-summary-save-article-coding-system is non-nil,
16583         save decoded article.
16584         (gnus-summary-write-article-file): Save decoded article if
16585         gnus-summary-save-article-coding-system is non-nil.
16586
16587         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16588         type.
16589
16590 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16593
16594 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16597         first to test gnus-single-article-buffer which may be buffer-local.
16598
16599         * gnus-sum.el (gnus-summary-setup-buffer):
16600         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16601         group; make gnus-article-buffer, gnus-article-current, and
16602         gnus-original-article-buffer always buffer-local.
16603         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16604         group.
16605         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16606
16607 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16608
16609         * nnml.el (nnml-request-compact-group): Compressed files might not
16610         have .gz extension.
16611
16612 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16613
16614         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16615         (mm-copy-to-buffer): Use with-current-buffer.
16616         (mm-display-part): Simplify.
16617         (mm-inlinable-p): Add optional arg `type'.
16618
16619 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16620
16621         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16622         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16623         Try harder to show the attachment internally or externally using
16624         gnus-mime-view-part-as-type.
16625
16626 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16627
16628         * message.el (message-from-style, message-signature-separator)
16629         (message-user-organization-file, message-send-mail-function)
16630         (message-citation-line-function, message-yank-prefix)
16631         (message-indent-citation-function, message-signature)
16632         (message-signature-file, message-signature-insert-empty-line):
16633         Remove autoloads.
16634
16635         * gnus-art.el (gnus-buttonized-mime-types):
16636         Remove "multipart/signed".  Revert 2006-04-26 change.
16637
16638 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16639
16640         * gnus.el (gnus-version-number): Bump version.
16641
16642 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16643
16644         * gnus.el: No Gnus v0.5 is released.
16645
16646 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16647
16648         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16649         fetching articles by message-id.
16650
16651 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16652
16653         * message.el (hashcash): Require hashcash as normal.
16654
16655         * ecomplete.el (ecomplete-highlight-match-line):
16656         Use point-at-eol.
16657         (ecomplete-highlight-match-line): Use `highlight', because that
16658         face exists in both Emacs and XEmacs.
16659
16660         * message.el (message-display-abbrev): Use point-at-bol.
16661
16662         * mail-source.el: Don't require timer/timer-funcs.
16663
16664         * gnus-async.el: Ditto.
16665
16666         * password.el: Ditto.
16667
16668         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16669
16670         * mm-url.el: Ditto.
16671
16672         * gnus-xmas.el: Don't require timer-funcs.
16673
16674         * mm-util.el: Require timer/timer-funcs.
16675
16676 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16677
16678         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16679         Close.
16680
16681 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16684         unibyte after clear-decrypt function runs.
16685
16686         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16687         returns as a unibyte string.
16688
16689 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * lpath.el: Revert.
16692
16693         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16694         (pgg-gpg-process-sentinel): Revert.
16695
16696         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16697         (pgg-pgp-lookup-key): Revert.
16698
16699         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16700         (pgg-pgp5-lookup-key): Revert.
16701
16702         * pgg.el (pgg-fetch-key): Revert.
16703
16704 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * lpath.el: Fbind string-as-multibyte for XEmacs.
16707
16708         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16709         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16710         (mml1991-pgg-encrypt): Ditto.
16711
16712         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16713         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16714         a multibyte buffer.
16715
16716         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16717         (pgg-pgp-lookup-key): Ditto.
16718
16719         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16720         (pgg-pgp5-lookup-key): Ditto.
16721
16722         * pgg.el (pgg-fetch-key): Ditto.
16723
16724 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16725
16726         * message.el (message-user-organization-file): Check several
16727         locations of the organization file.
16728
16729         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16730         Add gnus-article-view-part-as-type.
16731
16732         * gnus-art.el (gnus-article-view-part-as-type): New function.
16733
16734         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16735         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16736
16737         * mml.el: Simplify autoload.
16738         (mml-mode): defvar dnd-protocol-alist instead of using
16739         symbol-value.
16740         (mml-default-directory): New variable.
16741         (mml-minibuffer-read-file): Use it.
16742         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16743
16744         * message.el (message-citation-line-format): New variable.
16745         (message-insert-formated-citation-line): New function.
16746         (message-citation-line-function):
16747         Add `message-insert-formated-citation-line' to custom type.
16748
16749         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16750         to doc string.
16751
16752         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16753         depending on mm-verify-option.
16754
16755 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16758         binding pgg-* variables; reimplement the section which prevents
16759         MIME header from being signed.
16760         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16761         pgg-text-mode; remove a blank line at the top of body.
16762
16763         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16764         lines at the top of body; use gnus-newsgroup-charset if there's no
16765         Charset header.
16766
16767 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * message.el (message-self-insert-commands): Doc fix.
16770
16771         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16772         (mm-uu-pgp-encrypted-test): Ditto.
16773         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16774         between header and body; return application/pgp-encrypted handle
16775         if decryption failed; decode decrypted body by charset.
16776
16777         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16778         element match to application/pgp-*.
16779
16780 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16781
16782         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16783         HTML.
16784
16785 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16786
16787         * mail-source.el (mail-source-call-script): Message the error
16788         string.
16789
16790 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16791
16792         * gnus-util.el (gnus-byte-compile): Use it.
16793
16794 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16795
16796         * gnus-util.el (kill-empty-logs): New function.
16797
16798 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16799
16800         * message.el (message-mail-alias-type): Doc fix.
16801         (message-mail-alias-type-p): New function.
16802         (message-send): Use it.
16803         (message-mode): Ditto.
16804         (message-strip-forbidden-properties): Ditto.
16805
16806         * ecomplete.el (ecomplete-database-file-coding-system):
16807         New variable.
16808         (ecomplete-save): Use it.
16809         (ecomplete-setup): Use it.
16810
16811 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * message.el (message-self-insert-commands): New variable.
16814         (message-strip-forbidden-properties): Use it.
16815
16816 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16817
16818         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16819         that doesn't make XEmacs choke.
16820
16821 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16822
16823         * gnus-util.el (gnus-replace-in-string):
16824         Prefer replace-regexp-in-string over of replace-in-string.
16825
16826 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * gnus-util.el (gnus-select-frame-set-input-focus):
16829         Use select-frame-set-input-focus if it is available in XEmacs; use
16830         definition defined in Emacs 22 for old Emacsen.
16831
16832         * dgnushack.el: Autoload unmorse-region for XEmacs.
16833
16834         * lpath.el: Bind cursor-in-non-selected-windows and
16835         select-frame-set-input-focus for XEmacs.
16836
16837 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16840
16841 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16842
16843         * gnus-registry.el (gnus-registry-cache-save): Remove text
16844         properties when saving via the temp buffer.
16845
16846 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16847
16848         * message.el (message-generate-hashcash): Honor custom type.
16849
16850 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16851
16852         * message.el (message-generate-hashcash): Default to non-nil when
16853         hashcash is found.
16854
16855         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16856         (gnus-refer-thread-limit): Increase default to 500.
16857
16858         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16859
16860         * flow-fill.el (fill-flowed): Allow delete-space.
16861
16862 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16863
16864         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16865         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16866         Remove autoloads.
16867
16868 2006-04-18  Simon Josefsson  <jas@extundo.com>
16869
16870         * message.el (message-generate-hashcash): Default to.
16871
16872 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16875         concatenating segments rather than before concatenating them.
16876
16877 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16878
16879         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16880
16881 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16882
16883         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16884
16885         * message.el (message-forward-make-body-plain):
16886         Allow message-forward-ignored-headers to be a list.
16887         (message-remove-ignored-headers): Factor out into function.
16888         (message-forward-make-body-mml): Use it.
16889
16890         * imap.el (imap-quote-specials): New function.
16891         (imap-login-auth): Quote specials.
16892
16893         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16894         (rfc2231-parse-string): Allow concatanation of parameters that
16895         aren't contiguous.  The test case is
16896           (mail-header-parse-content-type "message/external-body;
16897             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16898             access-type=LOCAL-FILE;
16899             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16900
16901 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16902
16903         * nntp.el (nntp-accept-process-output): Return the value of
16904         `nnheader-accept-process-output'.
16905
16906 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16907
16908         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16909         (gnus-button-alist): Recognize more diff formats.
16910         (gnus-button-patch): Strip directory.
16911
16912 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16913
16914         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16915         Emacs 22 when setting focus.
16916
16917 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16918
16919         * gnus-art.el (gnus-article-treat-types): Do treatment of
16920         text/x-verbatim parts.
16921         (gnus-button-patch): New command.
16922
16923         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16924         addresses that contain invalid characters.
16925
16926 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16927
16928         * message.el (message-put-addresses-in-ecomplete):
16929         Use gnus-replace-in-string.
16930         (message-is-yours-p): Use the more correct
16931         mail-header-parse-address instead of
16932         mail-extract-address-components.
16933         (message-put-addresses-in-ecomplete): Fix typo.
16934
16935         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16936         keystroke.
16937
16938         * gnus-art.el (gnus-treatment-function-alist): Change order of
16939         newsgroups/generic header folding to avoid double-folding.
16940
16941         * message.el (message-hidden-headers): Add X-Draft-From.
16942
16943         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16944         New command.
16945         (gnus-summary-repeat-search-article-backward): New command.
16946
16947         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16948         groups in the parent topic.
16949
16950 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16951
16952         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16953         (spam-extra-header-to-number): Return the CRM114 number as a
16954         number instead of a string.
16955
16956 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16957
16958         * gnus-art.el (gnus-face-properties-alist): Move here from
16959         gnus-fun.
16960
16961         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16962
16963 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16964
16965         * message.el (message-strip-forbidden-properties): Only display on
16966         self-insert-command.
16967
16968         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16969         reindent.
16970         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16971
16972 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16973
16974         * smiley.el (smiley-style): Fix typo.
16975
16976 2006-03-23  Kenichi Handa  <handa@m17n.org>
16977
16978         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16979         instead of set-buffer-multibyte.
16980
16981 2006-03-23  Kenichi Handa  <handa@m17n.org>
16982
16983         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16984         buffer and then decode the buffer text if necessary.
16985         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16986         first, and after mm-encode-body, change the buffer to unibyte.
16987
16988 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16989
16990         * hashcash.el (hashcash-insert-payment-async-2):
16991         Use message-goto-eoh instead of doing it manually.
16992         (mail-add-payment): Use message-narrow-to-header instead of trying
16993         to do the same itself.
16994
16995         * message.el (message-hidden-headers): Add Face.
16996
16997         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16998         reparenting code.
16999         (gnus-summary-reparent-children): Refactored out code.
17000         (gnus-summary-thread-map): New keystroke.
17001         (gnus-summary-reparent-children): Make into command.
17002
17003         * smiley.el (smiley-style): Default to `medium' if using a large
17004         font.
17005
17006         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17007         does it itself.
17008
17009         * message.el (message-point-in-header-p): Simplify definition.
17010
17011 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17012
17013         * nnagent.el (nnagent-request-set-mark): Silence log file
17014         writing.
17015         (nnagent-request-set-mark): Use write-region instead of
17016         append-to-file.
17017
17018         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17019         strange select method.
17020
17021         * ecomplete.el (ecomplete-display-matches): Get highlightling
17022         right.
17023         (ecomplete-display-matches): Use literals.
17024         (ecomplete-display-matches): Disable message logging.
17025
17026         * message.el (message-display-abbrev): Small optimization.
17027
17028         * ecomplete.el (ecomplete-display-matches): Allow automatic
17029         display.
17030
17031         * message.el (message-strip-forbidden-properties):
17032         Display abbrevs.
17033         (message-display-abbrev): Get automatic display right.
17034
17035         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17036         keystrokes.
17037
17038 2006-04-13  Romain Francoise  <romain@orebokech.com>
17039
17040         TODO: Backport to v5-10!
17041
17042         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17043         Move here (and rename) from gnus-registry.el.
17044
17045         * gnus-registry.el: Require gnus-util.
17046         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17047
17048 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17049
17050         * gnus-group.el (gnus-group-catchup-current):
17051         Change if-then-else-if-then-else into cond.
17052         (gnus-group-catchup): Indent.
17053         (group-name-at-point): New function.
17054         (gnus-fetch-group): Provide default from thing at point.
17055
17056 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17057
17058         * message.el (message-display-abbrev): Fix regexp.
17059
17060         * ecomplete.el (ecomplete-highlight-match-line):
17061         Reimplement choosing.
17062         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17063         dead variables.
17064
17065         * message.el (message-newline-and-indent): Remove debugging.
17066         (message-display-abbrev): Use new implementation.
17067
17068 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17069
17070         * gnus-art.el (gnus-article-mode):
17071         Set cursor-in-non-selected-windows to nil.
17072
17073         * smiley.el: Revert previous change.
17074         (smiley-data-directory): defvar it before using it in the
17075         defcustom of `smiley-style'.
17076
17077 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17078
17079         * message.el (message-newline-and-indent): New function.
17080
17081         * ecomplete.el: Implement more bits.
17082
17083         * message.el (message-put-addresses-in-ecomplete): Clean up the
17084         string.
17085
17086         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17087
17088         * gnus-sum.el (gnus-summary-save-parts):
17089         Bind gnus-summary-save-parts-counter and use it to make unique file
17090         names.
17091
17092         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17093
17094         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17095         parameter to say whether to actually parse the individual
17096         addresses.
17097
17098         * message.el (message-put-addresses-in-ecomplete): New function.
17099         (ecomplete): Require.
17100         (message-mail-alias-type): Add ecomplete as an option.
17101
17102 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17103
17104         * flow-fill.el (fill-flowed): Remove trailing space from blank
17105         quoted lines.
17106
17107 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17108
17109         * smiley.el (smiley-style): Move definition later to avoid a
17110         compilation warning.
17111
17112 2006-04-12  Kenichi Handa  <handa@m17n.org>
17113
17114         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17115         buffer and then decode the buffer text if necessary.
17116         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17117         first, and after mm-encode-body, change the buffer to unibyte.
17118         Use mm-disable-multibyte instead of set-buffer-multibyte.
17119
17120 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17123         Content-Type header instead of Content-Disposition header.
17124         (gnus-mime-inline-part): Ditto.
17125         (gnus-mime-view-part-as-charset): Ignore charset that the part
17126         specifies.
17127
17128         * mm-decode.el (mm-display-part): Work with external parts and
17129         usual parts similarly.
17130
17131         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17132         instead of gnus-display-mime.
17133
17134         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17135         instead of with-temp-buffer.
17136
17137         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17138         tag to summarized topics part in order to encode non-ASCII text.
17139
17140 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17141
17142         * smiley.el (smiley-style): New variable.
17143         (smiley-directory): New function.
17144         (smiley-data-directory): Derive from `smiley-style' using
17145         `smiley-directory'.
17146         (smiley-regexp-alist): Add new entries.
17147
17148         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17149         (gnus-article-browse-delete-temp): Add :version.
17150
17151 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17152
17153         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17154         the sieve region.
17155
17156 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17157
17158         * gnus.el (gnus-version-number): Bump version.
17159
17160 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17161
17162         * gnus.el: No Gnus v0.4 is released.
17163
17164 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17165
17166         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17167         layout.
17168
17169         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17170         unknown charset.
17171
17172         * message.el (message-header-synonyms): Add Original-To to the
17173         default.
17174
17175         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17176         optional parameter.
17177
17178 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17179
17180         * gnus-fun.el (gnus): Require it for gnus-directory.
17181
17182 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17185
17186 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17187
17188         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17189
17190 2006-04-05  Simon Josefsson  <jas@extundo.com>
17191
17192         * password.el (password-reset): New function.
17193
17194 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17195
17196         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17197         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17198
17199 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17200
17201         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17202         Some whitespace was matched into the url, which broke browsing hits
17203         > 100 when mm-url-use-external was nil.
17204
17205 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17206
17207         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17208         Check gnus-extra-headers for 'Newsgroups.
17209
17210         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17211         bound.
17212
17213 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17214
17215         * pgg-gpg.el: Clean up process buffers every time gpg processes
17216         complete.
17217
17218 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17219
17220         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17221         doc string.
17222
17223 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17224
17225         * pgg-gpg.el (pgg-gpg-process-filter)
17226         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17227
17228         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17229         lines, temporary fix.
17230
17231 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17232
17233         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17234
17235 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17236
17237         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17238         default-enable-multibyte-characters.  This reverts the change from
17239         revision 6.17 which is no longer necessary because the passphrase
17240         is sent separately now.  GnuPG messages are unreadable under
17241         multibyte locales with default-enable-multibyte-characters set to
17242         nil.
17243
17244 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17245
17246         * message.el (message-tool-bar-gnome): Move "spell".
17247
17248 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17249
17250         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17251         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17252         instead.
17253
17254 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17255
17256         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17257         Improve newsgroups handling for NNTP overviews which don't include
17258         Newsgroups.
17259
17260 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17261
17262         * message.el (message-resend): Bind message-generate-hashcash to nil.
17263
17264 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17265
17266         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17267         when searching for already-paid recipients.
17268
17269 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17270
17271         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17272         passphrases when it is not needed.
17273         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17274         passphrase stuff from gpg, should only be necessary when you use
17275         gpg with a smartcard.
17276
17277 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * mml.el (mml-insert-mime): Ignore cached contents of
17280         message/external-body part.
17281
17282         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17283         (mm-insert-part): Ditto.
17284
17285 2006-03-23  Simon Josefsson  <jas@extundo.com>
17286
17287         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17288         Reiner.
17289         (pgg-gpg-use-agent-p): Use it again.
17290
17291 2006-03-23  Simon Josefsson  <jas@extundo.com>
17292
17293         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17294         older emacsen.
17295         (pgg-gpg-use-agent-p): Don't use it.
17296
17297 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17298
17299         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17300         if we can.
17301
17302 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17303
17304         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17305         (pgg-gpg-update-agent): New function.
17306         (pgg-gpg-use-agent-p): New function.
17307         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17308         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17309         (pgg-gpg-sign-region): Use it.
17310
17311 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17314         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17315
17316 2006-03-21  Simon Josefsson  <jas@extundo.com>
17317
17318         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17319         <wilde@sha-bang.de>.
17320         (pgg-gpg-use-agent): New variable.
17321         (pgg-gpg-process-region): Use it.
17322         (pgg-gpg-encrypt-region): Likewise.
17323         (pgg-gpg-encrypt-symmetric-region): Likewise.
17324         (pgg-gpg-decrypt-region): Likewise.
17325         (pgg-gpg-sign-region): Likewise.
17326         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17327
17328 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17329
17330         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17331
17332         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17333         Add comment on version.
17334
17335 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17336
17337         * smiley.el: Add missing test smiley.
17338
17339 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17340
17341         * mm-decode.el (mm-with-part): New macro.
17342         (mm-get-part): Use it; work with message/external-body as well.
17343         (mm-save-part): Treat name and filename equally.
17344
17345         * mm-extern.el (mm-extern-cache-contents): New function.
17346         (mm-inline-external-body): Use it; force the part to be displayed;
17347         move undisplayer added to the cached handle to the parent.
17348
17349         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17350         (gnus-mime-view-part-as-type): Work with message/external-body.
17351
17352         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17353
17354 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17355
17356         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17357         images in image-load-path.  [Sync with image.el, revision 1.60, in
17358         Emacs.]
17359
17360 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17361
17362         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17363         path rather than symbol.  Always return list of directories.
17364         Guarantee that image directory comes first.  [Sync with image.el,
17365         revision 1.59, in Emacs.]
17366
17367         * message.el (message-make-tool-bar): Adjust to new API of
17368         `gmm-image-load-path-for-library'.
17369
17370         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17371
17372         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17373
17374 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17375
17376         * gnus-art.el (gnus-article-only-boring-p):
17377         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17378         intangible text.
17379         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17380
17381 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17384         Use `defun' instead of `gmm-defun-compat'.
17385
17386 2006-03-14  Simon Josefsson  <jas@extundo.com>
17387
17388         * message.el (message-unique-id): Don't use message-number-base36
17389         if (user-uid) is a float.
17390         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17391
17392 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17395
17396         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17397         empty line between a part and a message part.
17398
17399 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17400
17401         * smiley.el: Add more test smileys.
17402         (smiley-data-directory, smiley-regexp-alist)
17403         (gnus-smiley-file-types): Fix doc strings.
17404         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17405         adding new elements.
17406         (smiley-mouse-map): Unused code.  Make it a comment.
17407
17408 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17411         scan latest NoCeM messages instead of old ones.
17412         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17413         delimiters that are recently used.
17414         (gnus-nocem-load-cache): Add autoload cookie.
17415
17416         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17417
17418         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17419         level which is larger than gnus-use-nocem is specified.
17420
17421         * gnus-group.el (gnus-group-get-new-news): Ditto.
17422
17423 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17424
17425         * gnus-util.el (gnus-tool-bar-update): New function.
17426
17427         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17428         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17429
17430         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17431
17432         * gnus-group.el (gnus-group-redraw-when-idle)
17433         (gnus-group-redraw-check): Remove.
17434         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17435
17436 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17437
17438         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17439         if optional last element is specified in splits (FIELD VALUE...).
17440
17441 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17442
17443         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17444         to gmm-image-load-path-for-library.  Call with no-error argument.
17445         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17446
17447         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17448
17449         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17450
17451         * gmm-utils.el (gmm-image-load-path): Remove alias.
17452
17453 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17454
17455         * gmm-utils.el (gmm-image-load-path): Add alias.
17456
17457         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17458         nnml-generate-nov-databases-1.
17459         (nnml-generate-nov-databases): Use it.
17460         (nnml-generate-nov-databases-directory): Document no-active
17461         argument.
17462
17463         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17464         directory if path is t.  Add no-error.
17465
17466         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17467         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17468
17469         * gnus-art.el (gnus-article-browse-delete-temp-files):
17470         Simplify resetting gnus-article-browse-html-temp-list.
17471
17472         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17473         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17474         Add example to docstring.  Rename local variables.  Move error
17475         checks to default case in cond and simplify.
17476
17477 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17478
17479         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17480         handle is multipart when calling it recursively.
17481         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17482
17483 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17484
17485         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17486         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17487
17488 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17491         is loaded.
17492
17493         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17494         loaded.
17495
17496 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17497
17498         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17499         to "Emacs 23 (unicode)" in doc string.
17500
17501         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17502         "Emacs 23 (unicode)" in comment.
17503
17504 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17507
17508         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17509         characters 160 through 255 in Emacs 23.
17510
17511 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17512
17513         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17514         gnus-article-browse-html-temp.
17515         (gnus-article-browse-delete-temp): Make it customizable.
17516         Add `file'.  Adjust doc string.
17517         (gnus-article-browse-delete-temp-files): Add argument.
17518         Allow query for each file.  Adjust doc string.
17519         (gnus-article-browse-html-parts):
17520         Add `gnus-article-browse-delete-temp-files' to
17521         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17522
17523 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17524
17525         * gnus-art.el (gnus-article-browse-html-temp)
17526         (gnus-article-browse-delete-temp): New variables.
17527         (gnus-article-browse-delete-temp-files): New function.
17528         (gnus-article-browse-html-parts): Use it.
17529
17530 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17531
17532         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17533
17534         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17535         string.
17536
17537         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17538         gnus-summary-insert-new-articles when unplugged.
17539         Remove gnus-summary-search-article-forward.
17540
17541         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17542         display-visual-class instead of display-color-cells.
17543
17544 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17545
17546         * dgnushack.el: Autoload customize-group for XEmacs.
17547
17548         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17549         message/* containing non-ASCII text properly.
17550
17551 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17552
17553         * message.el: Require gmm-utils, remove autoloads.
17554         (message-tool-bar): Set default based on
17555         gmm-tool-bar-style.
17556         (message-tool-bar-gnome): Add gmm-customize-mode.
17557
17558         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17559         gmm-tool-bar-style.
17560         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17561
17562         * gnus-group.el (gnus-group-tool-bar): Set default based on
17563         gmm-tool-bar-style.
17564         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17565
17566         * gmm-utils.el (gmm-image-directory): Rename variable from
17567         gmm-image-load-path.
17568         (gmm-image-load-path): Use gmm-image-directory.
17569         (gmm-customize-mode): New function.
17570         (gmm-tool-bar-style): New variable.
17571
17572         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17573         gnus-group-redraw-line-number.
17574         (gnus-group-redraw-check): Simplify.
17575         (gnus-group-tool-bar-update): Remove redraw check.
17576         (gnus-group-make-tool-bar): Add redraw check.
17577
17578 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17579
17580         * gnus-art.el (gnus-button): Add missing parentheses.
17581
17582 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17583
17584         * lpath.el: Fbind line-number-at-pos.
17585
17586 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17587
17588         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17589
17590 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17591
17592         * gnus-art.el (gnus-button): New face.
17593         (gnus-article-button-face): Use it.
17594
17595         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17596         Add gnus-summary-next-page.  Re-order.
17597
17598         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17599         next-node are now included.
17600         (gnus-group-redraw-line-number): New internal variable.
17601         (gnus-group-redraw-check): Helper function for updating the tool
17602         bar.
17603         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17604
17605         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17606
17607         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17608         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17609         Use it to match format of Spamassassin 3.0 and later.
17610         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17611         (spam-check-bogofilter)
17612         (spam-bogofilter-register-with-bogofilter): Fix args of
17613         `gnus-error' calls.
17614
17615 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17616
17617         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17618         unnecessary interaction when sending queued mails.
17619         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17620
17621 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17622
17623         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17624         first or last are nil.
17625
17626 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17627
17628         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17629
17630 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17631
17632         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17633
17634 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17635
17636         * dns.el (query-dns): Protect more against buggy tcp output.
17637
17638 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17639
17640         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17641         nov.php.
17642
17643 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17644
17645         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17646         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17647         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17648         output on the server side.
17649         (nnweb-google-create-mapping): Update regexps and add some
17650         progress indication.
17651
17652 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17653
17654         * gnus-group.el (gnus-group-tool-bar-gnome):
17655         Fix gnus-agent-toggle-plugged.  Re-order icons.
17656         (gnus-group-tool-bar-gnome):
17657         Add gnus-group-{prev,next}-unread-group.
17658         (gnus-group-tool-bar-gnome): Re-order icons.
17659
17660         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17661         Move gnus-summary-insert-new-articles.
17662
17663         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17664         Fix comments.
17665
17666         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17667         also available in Emacs 21.3.
17668
17669         * message.el (message-fix-before-sending): Change "Emacs 22" to
17670         "Emacs 23 (unicode)" in comment.
17671
17672         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17673         "Emacs 23 (unicode)" in comment.
17674
17675         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17676         comment.
17677         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17678
17679         * mm-view.el (mm-fill-flowed): Add :version.
17680
17681 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17684         and load-path.
17685
17686 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17687
17688         * message.el: Autoload gmm-image-load-path.
17689         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17690         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17691         consitency.
17692
17693         * gmm-utils.el (gmm-image-load-path): Also search in
17694         "../etc/images".  Don't set gmm-image-load-path if we don't find
17695         the image.
17696
17697 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * gmm-utils.el (gmm-image-load-path): Don't make
17700         `gmm-image-load-path' include subdirectories which the second arg
17701         `image' might specify.
17702
17703         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17704         subdirectory to icon file names.
17705
17706         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17707
17708 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17709
17710         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17711         gmm-image-load-path calls.
17712
17713         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17714
17715         * message.el (message-make-tool-bar): Ditto.
17716
17717         * mml.el (mml-preview): Add comment concerning tool bar icons.
17718
17719         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17720         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17721
17722         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17723         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17724
17725         * message.el (message-tool-bar-gnome): Use new icon names.
17726         (message-make-tool-bar): Use `gmm-image-load-path'.
17727
17728         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17729         New functions from MH-E.
17730         (gmm-image-load-path): New variable from MH-E.
17731         (gmm-image-load-path): New function from MH-E.  Add arguments
17732         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17733         *-image-load-path-called-flag.
17734
17735 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17736
17737         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17738
17739 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17740
17741         * nnimap.el (nnimap-request-move-article): Change folder back to
17742         source group before deleting.
17743
17744 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17745
17746         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17747
17748         * gnus-art.el (mm-url-insert-file-contents-external):
17749         Autoload mm-url.
17750
17751         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17752
17753 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17756         coding system which mm-charset-to-coding-system returns for a
17757         given charset is valid.
17758
17759 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17760
17761         * html2text.el (html2text-remove-tag-list):
17762         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17763
17764 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17765
17766         * gnus-cus.el: Revert 2005-10-17 change.
17767
17768 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * gnus-art.el (article-strip-banner):
17771         Call article-really-strip-banner only when the regexp match is made.
17772
17773 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * gnus-art.el (article-strip-banner):
17776         Use gnus-extract-address-components instead of
17777         mail-header-parse-addresses to make it work with non-ASCII text;
17778         remove mail-encode-encoded-word-string.
17779
17780         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17781         values which are surrounded with \"...\"; make it never cause a
17782         Lisp error; give up parsing of parameters if it failed in
17783         extracting type.
17784
17785 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17786
17787         * smime.el (smime-cert-by-ldap-1): Fix bug where
17788         `smime-ldap-search' returns results without userCertificates.
17789
17790 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17793
17794 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17795
17796         * spam.el (spam-check-spamassassin-headers): Adapt format for
17797         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17798         <ari@mbf.ocn.ne.jp>.
17799         (spam-list-of-processors): Add spam-use-gmane.
17800
17801 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17804         make-temp-file; make it work with XEmacs as well.
17805
17806         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17807         mm-make-temp-file.
17808
17809         * mm-decode.el (mm-display-external): Use the 3rd arg of
17810         mm-make-temp-file.
17811         (mm-create-image-xemacs): Ditto.
17812
17813 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17816         with message-narrow-to-headers.
17817         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17818         (gnus-draft-check-draft-articles): New function.
17819         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17820
17821 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17822
17823         * gnus-art.el (gnus-article-browse-html-parts):
17824         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17825         Don't use suffix argument for mm-make-temp-file for Emacs 21
17826         compatibility.  Remove useless `format'.
17827
17828 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17829
17830         * nnweb.el (nnweb-google-wash-article): Update regexps.
17831         (nnweb-group-alist): Use defvoo instead of defvar.
17832
17833 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17836         re-loading nn* modules.
17837
17838 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17839
17840         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17841         for `tool-bar-mode' and don't check it's default-value.
17842
17843         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17844
17845         * message.el (message-make-tool-bar): Ditto.
17846
17847         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17848         `substring'.  Shorten tmp-file name.
17849
17850         * gnus.el: Remove bogus comment.
17851
17852 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17853
17854         * gnus-art.el (gnus-article-browse-html-parts): New function.
17855         (gnus-article-browse-html-article): New function for viewing html
17856         articles with a browser.
17857
17858 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17859
17860         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17861         in elisp.
17862         (pgg-gpg-encrypt-symmetric-region): Ditto.
17863         (pgg-gpg-sign-region): Ditto.
17864
17865         * pgg-def.el (pgg-text-mode): New variable.
17866
17867         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17868         (mml2015-pgg-encrypt): Ditto.
17869
17870         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17871         (mml1991-pgg-encrypt): Ditto.
17872
17873 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17874
17875         * nnfolder.el (nnfolder-insert-newsgroup-line):
17876         Use message-make-date instead of current-time-string.
17877
17878         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17879         to gnus-decoded which mm-uu might set.
17880
17881 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17882
17883         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17884         don't decode quoted parameters; remove misimported Emacs code.
17885         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17886         (rfc2231-decode-encoded-string): Don't use split-string which
17887         behaves differently according to Emacs version; use
17888         mm-decode-coding-region to convert charset to coding-system.
17889         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17890         (rfc2231-encode-string): Remove misimported Emacs code.
17891
17892 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17895         when calling mail-header-parse-content-type.
17896         (article-de-quoted-unreadable): Ditto.
17897         (article-de-base64-unreadable): Ditto.
17898         (article-wash-html): Ditto.
17899
17900         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17901         calling mail-header-parse-content-type and
17902         mail-header-parse-content-disposition.
17903         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17904         mail-header-parse-content-type.
17905
17906         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17907         insert charset and format parameters; encode description after
17908         inserting it to buffer.
17909         (mml-insert-parameter): Fold lines properly even if a parameter is
17910         segmented into two or more lines; change the max column to 76.
17911
17912         * rfc1843.el (rfc1843-decode-article-body): Don't use
17913         ignore-errors when calling mail-header-parse-content-type.
17914
17915         * rfc2231.el (rfc2231-parse-string): Return at least type if
17916         possible; don't cause an error even if it fails in parsing of
17917         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17918         (rfc2231-encode-string): Don't break lines at the beginning, leave
17919         it to mml-insert-parameter.
17920
17921         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17922         calling mail-header-parse-content-type.
17923
17924 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17925
17926         * spam-report.el (spam-report-gmane-use-article-number):
17927         Improve doc string.
17928         (spam-report-gmane-internal): Check if a suitable header was found
17929         in the article.
17930
17931 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17932
17933         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17934         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17935
17936 2006-02-05  Romain Francoise  <romain@orebokech.com>
17937
17938         Update copyright notices of all files in the gnus directory.
17939
17940 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17941
17942         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17943
17944 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17947         segmented lines of parameter value to cope with Thunderbird 1.5
17948         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17949         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17950         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17951
17952 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17953
17954         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17955         parts.
17956
17957 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17958
17959         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17960         there's only one active file for all servers.
17961         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17962         solid groups.  Gnus might have used a FAST request to select the group.
17963         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17964         and nnweb-search redundantly in the active file.
17965         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17966         (nnweb-request-create-group): Don't use ARGS.
17967         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17968         initializations.  Let nnoo do the work.
17969
17970 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17971
17972         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17973         Say the part has been decoded.
17974
17975         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17976
17977 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17978
17979         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17980         mailcap-viewer-test-cache when there's no 'test clause, since that
17981         will invert the meaning of a "nil" test previously determined by
17982         mailcap-mailcap-entry-passes-test.
17983
17984 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17987         compiling.
17988
17989         * gnus-sum.el: Ditto.
17990
17991         * message.el: Don't bind tool-bar-map when compiling.
17992
17993 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17994
17995         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17996
17997 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17998
17999         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18000         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18001         current Google Groups.
18002
18003 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18004
18005         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18006         and tool-bar-mode.
18007
18008         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18009         and tool-bar-mode.
18010
18011         * message.el (message-tool-bar-update): Simplify.
18012         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18013
18014         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18015         gnus-summary-buffer.
18016         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18017         gnus-summary-reply.
18018
18019         * gmm-utils.el (gmm): Add :version.
18020
18021 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * Makefile.in (clean): New rule.
18024         (distclean): Use it.
18025
18026 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18027
18028         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18029         Don't autoload.
18030
18031 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18032
18033         * gmm-utils.el (gmm-verbose): Add :group.
18034
18035 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18036
18037         * message.el: Change some comments WRT tool-bars.
18038
18039         * gnus-sum.el (gnus-summary-tool-bar)
18040         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18041         (gnus-summary-tool-bar-zap-list): New variables.
18042         (gnus-summary-make-tool-bar): Complete rewrite using
18043         `gmm-tool-bar-from-list'.
18044
18045         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18046         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18047         New variables.
18048         (gnus-group-make-tool-bar): Complete rewrite using
18049         `gmm-tool-bar-from-list'.
18050         (gnus-group-tool-bar-update): New function.
18051
18052         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18053
18054 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18057         is dissected into a single part of which the type is the same as
18058         the given one; decode charset.
18059
18060 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18061
18062         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18063         into alists as symbol not string, since that's what
18064         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18065         look for.
18066
18067 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18068
18069         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18070         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18071
18072         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18073
18074 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18077         (gnus-xmas-mime-security-button-menu): New function.
18078
18079         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18080         (gnus-mime-security-button-menu): New definition.
18081         (gnus-mime-security-button-map): Use them.
18082         (gnus-mime-security-button-menu): New function.
18083         (gnus-insert-mime-security-button): Addition to help echo.
18084         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18085         (gnus-mime-security-pipe-part): New functions.
18086
18087         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18088         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18089
18090         * mm-decode.el (mm-handle-set-disposition): Remove.
18091         (mm-handle-set-description): Remove.
18092
18093 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18096         (mm-w3m-standalone-supports-m17n-p): New function.
18097         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18098         w3m usage.
18099
18100         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18101         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18102
18103 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18104
18105         * message.el (message-tool-bar-zap-list):
18106         Use gmm-tool-bar-zap-list as custom type.
18107         (message-tool-bar-update): New function.
18108         (message-tool-bar, message-tool-bar-gnome)
18109         (message-tool-bar-retro): Add message-tool-bar-update.
18110         (message-tool-bar-gnome): Add flyspell-buffer.
18111
18112         * gnus-util.el (gnus-error): Describe `args'.
18113
18114         * gmm-utils.el (gmm-error): Describe `args'.
18115         (gmm-tool-bar-zap-list): New widget.
18116         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18117
18118 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18121         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18122         the number of recursive calls.
18123
18124         * mm-decode.el (mm-handle-set-disposition): New macro.
18125         (mm-handle-set-description): New macro.
18126
18127 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18130         encoding.
18131
18132 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18133
18134         * message.el (message-tool-bar-zap-list, message-tool-bar)
18135         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18136         (message-tool-bar-local-item-from-menu): Remove.
18137         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18138         (message-make-tool-bar): New function.
18139         (message-mode): Use `message-make-tool-bar'.
18140
18141         * gmm-utils.el: New file.
18142         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18143         (gmm-lazy): New widget copied from `nnmail.el'.
18144         (gmm-tool-bar-from-list): New function for creating customizable
18145         tool bars.
18146         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18147         output.
18148         (gmm): Add :prefix to defgroup.
18149
18150 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18151
18152         * gmm-utils.el (gmm-widget-p): New function.
18153
18154 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18155
18156         * mml.el (mml-attach-file): Describe `description' in doc string.
18157         (mml-menu): Add Emacs MIME manual and PGG manual.
18158
18159 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18160
18161         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18162
18163 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18164
18165         * nntp.el (nntp-end-of-line): Doc fix.
18166
18167 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18168
18169         * imap.el (imap-open): Handle case where buffer is a buffer
18170         object.
18171
18172 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18173
18174         * gnus-delay.el (gnus-delay): Don't autoload.
18175         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18176         to be re-loaded when customizing the `gnus-delay' group.
18177
18178 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18179
18180         * message.el (message-insert-citation-line): Use newlines.
18181
18182 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18183
18184         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18185         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18186         these routines, so the passphrase can be managed externally and
18187         passed in to the system.
18188         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18189         pgg-add-passphrase-to-cache function.
18190
18191         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18192         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18193         these routines, so the passphrase can be managed externally and
18194         passed in to the system.
18195         (pgg-pgp5-sign-region): Use new name of
18196         pgg-add-passphrase-to-cache function.
18197
18198 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18199
18200         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18201         part of the decoded armor to find the key-identifier.
18202         (pgg-gpg-lookup-key-owner): New function to return the
18203         human-readable identifier of a key owner.
18204         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18205         itself.
18206         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18207         the key value) if we have a key and can match it against a secret
18208         key.  Also, added a note pointing out fact that the prompt only
18209         indicates the first matching key.
18210
18211         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18212         pgg-decrypt-region.
18213         (pgg-add-passphrase-to-cache): Rename from
18214         `pgg-add-passphrase-cache' to reduce confusion (all callers
18215         changed).
18216         (pgg-remove-passphrase-from-cache): Rename from
18217         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18218         changed).
18219         (pgg-read-passphrase, pgg-add-passphrase-cache)
18220         (pgg-remove-passphrase-cache): Add informative docstrings.
18221         (pgg-decrypt): Convey provided passphrase in subordinate call to
18222         pgg-decrypt-region.
18223
18224 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18225
18226         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18227         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18228         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18229         'passphrase' argument, so the passphrase can be managed externally
18230         and then passed in to the system.
18231
18232         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18233         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18234         so the passphrase cache can be used reliably with identifiers
18235         besides a pgp packet's key id.
18236
18237         * pgg-gpg.el (pgg-gpg-encrypt-region)
18238         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18239         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18240         these routines, so the passphrase can be managed externally and
18241         passed in to the system.
18242
18243         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18244         'notruncate' argument, so the passphrase cache can be used
18245         reliably with identifiers besides a pgp packet's key id.
18246
18247 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18248
18249         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18250         symmetric encryption.
18251         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18252         encrypted session key.
18253         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18254         message ask for the passphrase in a proper way.
18255
18256         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18257         New user commands for symmetric encryption.
18258
18259 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18262
18263         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18264
18265 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18266
18267         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18268
18269 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * mm-decode.el (mm-inlined-types): Add application/pgp.
18272         (mm-automatic-display): Ditto.
18273
18274         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18275         part as text.
18276
18277 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18278
18279         * nnrss.el: Update copyright.
18280         (nnrss-opml-import): Query whether to subscribe to each entry.
18281
18282         * gnus-art.el:
18283         * gnus-sum.el:
18284         * gnus-xmas.el:
18285         * messagexmas.el:
18286         * mm-uu.el:
18287         * mm-view.el: Update copyright.
18288
18289 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18290
18291         * message.el (message-info): New function.
18292         (message-mode-menu): Add it.
18293         Update copyright.
18294
18295         * ChangeLog: Fix and update copyright.
18296
18297 2006-01-13  Romain Francoise  <romain@orebokech.com>
18298
18299         * message.el (message-forward-subject-name-subject): Prefer the
18300         address to 'nowhere' if the sender has no name.
18301         Fix typo.  Update copyright year.
18302
18303 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18304
18305         * gnus-art.el (article-wash-html):
18306         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18307         (gnus-article-wash-html-with-w3m-standalone): New function.
18308
18309         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18310         mm-inline-text-html-render-with-w3m-standalone.
18311         (mm-text-html-washer-alist): Map w3m-standalone to
18312         gnus-article-wash-html-with-w3m-standalone.
18313         (mm-inline-text-html-render-with-w3m-standalone): New function.
18314
18315 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18316
18317         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18318         Improve LaTeX.
18319
18320 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18321
18322         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18323         (nnrss-request-article): Render text/plain parts as HTML.
18324
18325         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18326         the buffer.
18327
18328 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18329
18330         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18331         custom definition of `gnus-posting-styles'.
18332
18333         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18334         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18335
18336 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18337
18338         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18339         Use nntp for bug archive.
18340
18341 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18344         parts.
18345         (nnrss-normalize-date): New function converts ISO 8601 date into
18346         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18347         (nnrss-check-group): Use it.
18348
18349 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18352
18353         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18354         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18355         (nnrss-insert-w3): Ditto.
18356
18357 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18358
18359         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18360         the articles to be forwarded including the case where neither a
18361         number of articles nor a region is specified.
18362
18363 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * nnrss.el (nnrss-request-article): Fix last change; fill
18366         text/plain parts.
18367
18368 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18371         in text/plain part.
18372         (nnrss-check-group): Don't add excessive newline to dc:subject.
18373
18374 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18375
18376         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18377         article.
18378
18379 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18380
18381         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18382         (nnml-use-compressed-files, nnml-save-mail): Support other
18383         comression programs such as bzip2.
18384
18385 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18386
18387         * dns.el (query-dns): Make sure we check the buffer size before
18388         removing tcp headers.
18389
18390 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18393         remove MIME buttons associated with multipart/alternative parts.
18394         (gnus-mime-display-alternative): Tag buttons using `article-type'
18395         text property.
18396
18397         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18398         associated with multipart/alternative parts.
18399
18400         * gnus-art.el (gnus-signature-separator): Fix custom type.
18401
18402         * mm-decode.el (mm-inlined-types): Fix custom type.
18403         (mm-keep-viewer-alive-types): Ditto.
18404         (mm-automatic-display): Ditto.
18405         (mm-attachment-override-types): Ditto.
18406         (mm-inline-override-types): Ditto.
18407         (mm-automatic-external-display): Ditto.
18408
18409 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18410
18411         * spam-report.el (spam-report-user-mail-address)
18412         (spam-report-user-agent): New variables.
18413         (spam-report-url-ping-plain): Use spam-report-user-agent.
18414
18415 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18416
18417         * gnus-art.el (gnus-button-handle-custom): Do not just use
18418         `customize-apropos' for any "M-x customize-*" button but the
18419         function called for.  Accept both the function name and its
18420         argument in order to achieve this.
18421         (gnus-button-alist): Remove support for "custom:" URL's.
18422         Pass function name to `gnus-button-handle-custom' in case of "M-x
18423         customize-*" buttons.
18424
18425 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18426
18427         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18428         multipart/alternative and add xref to mm-discouraged-alternatives
18429         in doc string.
18430
18431         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18432         gnus-buttonized-mime-types in doc string.
18433
18434 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18435
18436         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18437         Suggest image/.* in the doc string.
18438
18439 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18440
18441         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18442         message-marks (Debian bug #342521).
18443
18444 2005-12-12  Simon Josefsson  <jas@extundo.com>
18445
18446         * password.el (password-read-from-cache): Add.
18447         (password-read): Use it.
18448
18449 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * rfc2047.el (rfc2047-charset-to-coding-system):
18452         Recognize us-ascii as a MIME charset.
18453
18454         * mm-bodies.el (mm-decode-content-transfer-encoding):
18455         Protect against the case where the 2nd arg TYPE is nil.
18456
18457 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18458
18459         * pop3.el (pop3-stream-type): Fix custom version.
18460
18461         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18462
18463 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18464
18465         * mm-decode.el (mm-display-external): Add missing cdr.
18466
18467 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18470         RFC1524) if it is in mailcap or add a suffix according to
18471         mailcap-mime-extensions when generating a temp filename; postpone
18472         deleting a temp file for 2 seconds for some wrappers, shell
18473         scripts, and so on, which might exit right after having started a
18474         viewer command as a background job.
18475
18476 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18477
18478         * nntp.el (nntp-marks-directory): Fix custom group.
18479
18480         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18481         steps when < 10.
18482
18483         * gnus-start.el (gnus-no-server-1):
18484         Mention `gnus-level-default-subscribed' in doc string.
18485
18486 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18487
18488         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18489         parens.
18490
18491 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * gnus-xmas.el (gnus-use-toolbar): Revert.
18494         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18495         gnus-use-toolbar is default.
18496
18497         * messagexmas.el (message-use-toolbar): Revert.
18498         (message-setup-toolbar): Use global default-toolbar if
18499         message-use-toolbar is default.
18500
18501 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18502
18503         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18504         according to default-toolbar-visible-p.
18505
18506         * messagexmas.el (message-use-toolbar): Ditto.
18507
18508 2005-11-26  Dave Love  <fx@gnu.org>
18509
18510         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18511         (tls-program, tls-success): Provide openssl alternative.
18512
18513         * starttls.el: Doc fixes.
18514         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18515         SERVICE to PORT.
18516
18517         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18518         port null or service name.
18519         (starttls-negotiate): Autoload.
18520
18521 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * message.el (message-kill-to-signature): Fix interactive spec.
18524
18525 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18526
18527         * pop3.el (pop3-open-server): Recognize a string as a service name.
18528
18529 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18530
18531         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18532
18533 2005-11-23  Dave Love  <fx@gnu.org>
18534
18535         Add pop3s, pop3/starttls.
18536
18537         * pop3.el (pop3-authentication-scheme): Clarify doc.
18538         (open-tls-stream, starttls-open-stream): Autoload.
18539         (pop3-stream-type): New.
18540         (pop3-open-server): Use it.
18541
18542         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18543         for POP.
18544         (mail-source-keyword-map): Add :stream for POP.
18545         (mail-source-fetch-pop): Use pop3-stream-type.
18546
18547 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18548
18549         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18550         of current-time-string.
18551
18552 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18553
18554         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18555         date header.
18556
18557 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18558
18559         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18560         it can seriously impact performance as it bypasses the agent's
18561         local caches.
18562
18563 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18564
18565         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18566         must be explicitly online rather than "not explicitly offline" for
18567         its flags to be synchronized.
18568
18569         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18570         that gnus-uu-unmark-thread will function correctly.
18571
18572         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18573         1024K is instead displayed as 1M.
18574
18575 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18576
18577         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18578
18579 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18580
18581         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18582
18583 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18584
18585         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18586         error message to display actual error condition.
18587         (gnus-agent-save-local): Avoid saving symbols that are bound to
18588         nil as they simply result in a warning message in
18589         gnus-agent-read-local.
18590
18591 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18594         rather than make-variable-buffer-local for file-precious-flag.
18595
18596 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18597
18598         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18599         for duplicates which are removed.  The invalid sort check then
18600         triggers a rescan after the sort as sorting may have moved
18601         duplicate entries such that they can be cheaply detected.
18602
18603 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18604
18605         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18606
18607 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18608
18609         * gnus-agent.el (gnus-agent-article-alist-save-format):
18610         Change internal variable to a custom variable.  Change default value
18611         from compressed(2) to uncompressed(1).
18612         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18613         support for uncompressed agentview files.  Taken together, reading
18614         the agentview file should now be 6-7 times faster.
18615
18616 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18617
18618         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18619         as a buffer-local variable.  This avoids creating truncated
18620         dribble files as a result of a hang up, eg.
18621
18622 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18623
18624         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18625         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18626         XEmacs.
18627
18628 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18629
18630         * gnus-start.el (gnus-start-draft-setup):
18631         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18632
18633         * gnus.el (gnus-splash): Change custom group.
18634         (gnus-group-get-parameter, gnus-group-parameter-value):
18635         Describe allow-list argument.
18636
18637         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18638         string.
18639
18640 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18641
18642         * gnus-art.el (gnus-default-article-saver): Add user-defined
18643         `function' to custom type.
18644
18645 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18646
18647         * imap.el (imap-open): Handle case where buffer is a buffer
18648         object.
18649
18650 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18651
18652         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18653         long lines.
18654         (gnus-cache-delete-group): Wrap doc strings.
18655
18656         * gnus-agent.el (gnus-agent-rename-group)
18657         (gnus-agent-delete-group): Wrap doc strings.
18658
18659 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18660
18661         * messagexmas.el (message-use-toolbar): Change the valid values
18662         into default, top, bottom, left, and right.
18663         (message-toolbar-thickness): New variable.
18664         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18665         well.
18666         (message-setup-toolbar): Make it work.
18667
18668         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18669         (gnus-use-toolbar): Change the valid values into default, top,
18670         bottom, left, and right.
18671         (gnus-toolbar-thickness): New variable.
18672         (gnus-xmas-setup-toolbar): New function.
18673         (gnus-xmas-setup-group-toolbar): Use it.
18674         (gnus-xmas-setup-summary-toolbar): Use it.
18675
18676 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18677
18678         * gnus-start.el (gnus-1): Add "native" to
18679         gnus-predefined-server-alist.
18680
18681         * gnus.el (gnus-method-to-server): Don't add "native" to the
18682         lists here, because that leads to problems when
18683         gnus-select-method is bound.
18684
18685 2005-11-09  Simon Josefsson  <jas@extundo.com>
18686
18687         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18688         use (not sort-by-date) instead.
18689
18690 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18691
18692         * gnus-delay.el (gnus-delay-group): Don't autoload.
18693         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18694         to be re-loaded when customizing the `gnus-delay' group.
18695
18696 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18697
18698         * message.el: Revert last changes.
18699         (message-insert-citation-line): Use newlines.
18700
18701 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18702
18703         * message.el (message-courtesy-message)
18704         (message-mark-insert-begin, message-mark-insert-end)
18705         (message-elide-ellipsis, message-cancel-message)
18706         (message-add-header, message-change-subject)
18707         (message-cross-post-followup-to-header)
18708         (message-cross-post-insert-note, message-reduce-to-to-cc)
18709         (message-widen-reply, message-delete-not-region)
18710         (message-kill-to-signature, message-insert-signature)
18711         (message-insert-importance-high, message-insert-importance-low)
18712         (message-insert-or-toggle-importance)
18713         (message-insert-disposition-notification-to)
18714         (message-indent-citation, message-yank-original)
18715         (message-cite-original-without-signature, message-cite-original)
18716         (message-insert-citation-line, message-position-on-field)
18717         (message-fix-before-sending, message-send-mail-partially)
18718         (message-send-mail, message-send-mail-with-sendmail)
18719         (message-send-mail-with-qmail, message-send-news)
18720         (message-check-news-header-syntax, message-generate-headers)
18721         (message-insert-courtesy-copy, message-fill-address)
18722         (message-fill-header, message-shorten-references)
18723         (message-setup-1, message-cancel-news)
18724         (message-forward-make-body-plain, message-forward-make-body-mime)
18725         (message-forward-make-body-mml, message-encode-message-body)
18726         (message-forward-make-body-digest-plain)
18727         (message-forward-make-body-digest-mime)
18728         (message-use-alternative-email-as-from): Insert `hard-newline'
18729         instead of ordinary newlines.
18730
18731 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18732
18733         * message.el (message-generate-headers): Downcase the argument
18734         given to message-check-element.
18735
18736 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18737
18738         * nntp.el (nntp-authinfo-rejected): New error condition.
18739         (nntp-wait-for): Use new error condition to signal authentication
18740         error.
18741         (nntp-retrieve-data): Rethrow new error condition to break out of
18742         recursive call to nntp-send-authinfo.
18743
18744 2005-11-08  Romain Francoise  <romain@orebokech.com>
18745
18746         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18747         (gnus-summary-exit-map): Bind to `Z p'.
18748         (gnus-summary-make-menu-bar): Add menu item.
18749
18750 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18751
18752         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18753         (gnus-treat-*): Add `first' in all doc strings.
18754
18755         * gnus-group.el (gnus-group-compact-group): Fix typo.
18756
18757 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18758
18759         * gnus.el (gnus-parameters-case-fold-search): New variable.
18760         (gnus-parameters-get-parameter): Use it.
18761
18762         * gnus-score.el (gnus-home-score-file): Doc fix.
18763
18764 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18765
18766         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18767
18768 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18769
18770         * mm-util.el (mm-special-display-p): New function.
18771
18772         * mml.el (mml-preview): Use it; doc fix.
18773
18774 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18775
18776         * imap.el (imap-open): Handle case where buffer is a buffer object.
18777
18778 2005-10-29  Romain Francoise  <romain@orebokech.com>
18779
18780         * message.el (message-fix-before-sending): Fix comment.
18781
18782 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18783
18784         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18785
18786 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18787
18788         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18789         Used in gnus-score.el.
18790
18791 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18792
18793         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18794
18795 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18796
18797         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18798         whitespace removed in revision 7.8.  Use concatenated string to
18799         protect trailing whitespace.
18800
18801 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18802
18803         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18804         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18805         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18806         Courier IMAP ("some version from 2004").  Mostly based on similar
18807         code in the same function.
18808
18809 2005-10-26  Didier Verna  <didier@xemacs.org>
18810
18811         * gnus-group.el (gnus-group-compact-group): Invalidate original
18812         article buffer.
18813         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18814         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18815         NOV database and in article itself.
18816         Invalidate article backlog.
18817
18818 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18819
18820         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18821
18822 2005-10-26  Simon Josefsson  <jas@extundo.com>
18823
18824         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18825         part of 2004-07-25 change.
18826
18827 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18828
18829         * message.el (message-display-completion-list): New function.
18830         (message-expand-group): Use it; make sure the Completions buffer
18831         is modifiable.
18832 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18833
18834         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18835         user-mail-name is an empty string.
18836
18837 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18838
18839         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18840         depending on gnus-score-decay-constant.
18841
18842         * encrypt.el (encrypt-insert-file-contents)
18843         (encrypt-write-file-contents): Don't use `gnus-message'.
18844
18845         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18846         arguments.
18847         (mm-uu-type-alist): Add message-marks and insert-marks.
18848         Pass arguments to mm-uu-verbatim-marks-extract.
18849         (mm-uu-hide-markers): New variable.
18850         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18851
18852         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18853         (gnus-convert-image-to-face-command): Use "convert" by default to
18854         allow other input image formats.
18855         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18856         accordingly.
18857
18858 2005-10-23  Simon Josefsson  <jas@extundo.com>
18859
18860         * imap.el (imap-gssapi-program): Align command line parameters
18861         with latest GNU SASL.
18862         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18863
18864 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18865
18866         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18867         HTML.
18868         (nnslashdot-request-article): Ditto.
18869
18870         * lpath.el (featurep): Add nobreak-char-display.
18871
18872 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18873
18874         * mail-source.el (mail-source-fetch-pop): Require pop3.
18875         (mail-source-check-pop): Ditto.
18876
18877 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18878
18879         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18880         errors.
18881
18882 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18883
18884         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18885         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18886
18887         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18888
18889         * mm-bodies.el (mm-decode-string):
18890         Call `mm-charset-to-coding-system' with allow-override argument.
18891
18892 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18895         (rfc2047-charset-to-coding-system): New function.
18896         (rfc2047-decode-encoded-words): New function.
18897         (rfc2047-decode-region): Use them.
18898         (rfc2047-decode-cte): Remove.
18899         (rfc2047-parse-and-decode): Remove.
18900         (rfc2047-decode): Remove.
18901
18902 2005-10-15  Kenichi Handa  <handa@m17n.org>
18903
18904         * rfc2047.el (rfc2047-decode-cte): New function.
18905         (rfc2047-decode-region): Change the way to decode successive
18906         encoded-words: decode B- or Q-encoding in each encoded-word,
18907         concatenate them, and decode it as charset.
18908
18909 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18910
18911         * lpath.el: Fbind codepage-setup for XEmacs.
18912
18913 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18914
18915         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18916         widget-move-and-invoke.
18917         (gnus-custom-mode): Use gnus-custom-map.
18918
18919 2005-10-15  Bill Wohler  <wohler@newt.com>
18920
18921         * message.el (message-tool-bar-map): Rename image file from
18922         mail_send to mail/send.
18923
18924 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18925
18926         * message.el (message-expand-group): Pass the common
18927         prefix substring of completion to `display-completion-list'.
18928
18929 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18930
18931         * mml-sec.el (mml-secure-method): New internal variable.
18932         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18933         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18934         New functions using mml-secure-method.
18935
18936         * mml.el (mml-mode-map): Add key bindings for those functions.
18937         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18938         Harder <harder@myrealbox.com>.
18939         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18940         Goto end of message if point is the headers of the message.
18941
18942         * message.el (message-in-body-p): New function.
18943
18944         * assistant.el: Autoload gnus-util and netrc.
18945
18946         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18947         Use `mm-charset-override-alist' only when decoding.
18948
18949         * mm-bodies.el (mm-decode-body):
18950         Call `mm-charset-to-coding-system' with allow-override argument.
18951
18952         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18953         `filename' from Content-Disposition if Content-Type doesn't
18954         provide `name'.
18955         (gnus-mime-view-part-as-type): Set default instead of
18956         initial-input.
18957
18958 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18959
18960         * format-spec.el (format-spec): Propagate text properties of % spec.
18961
18962 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18963
18964         * gnus-art.el (gnus-treat-predicate): Add `first'.
18965
18966 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18967
18968         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18969         (mm-charset-override-alist): New variable.
18970         (mm-charset-to-coding-system): Use it.
18971         (mm-codepage-setup): New helper function.
18972         (mm-charset-eval-alist): New variable.
18973         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18974         Warn about unknown charsets.
18975
18976         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18977
18978 2005-10-04  David Hansen  <david.hansen@gmx.net>
18979
18980         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18981         (nnrss-check-group): Ditto.
18982
18983 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18986         Rename x-gnus-verbatim to x-verbatim.
18987         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18988
18989         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18990         x-verbatim.
18991
18992         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18993
18994         * gnus-util.el (gnus-remove-duplicates): Remove.
18995
18996         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18997         instead of gnus-remove-duplicates.
18998
18999         * message.el (message-remove-duplicates): Remove.
19000         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19001         message-remove-duplicates.
19002
19003         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19004         available, else use implementation from `delete-dups'.
19005
19006         * message.el (message-insert-expires): New function.
19007         (message-mode-map): Add key binding.
19008         (message-mode-field-menu): Add menu entry.
19009         (message-mode): Document it.
19010         (message-make-expires-date): Use `message-make-date'.
19011
19012 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19013
19014         * message.el (message-make-expires-date): New function.
19015
19016 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19017
19018         * Makefile.in (list-installed-shadows): New entry.
19019         (install): Use it.
19020         (remove-installed-shadows): New entry.
19021
19022         * dgnushack.el (dgnushack-default-load-path): New variable.
19023         (dgnushack-find-lisp-shadows): New function.
19024         (dgnushack-remove-lisp-shadows): New function.
19025
19026 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19027
19028         * Makefile.in (install-el-elc): New entry.
19029         (install): Use it so that .el files are necessarily installed.
19030
19031 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19032
19033         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19034
19035 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19036
19037         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19038         function rather than the diff-mode.el package.
19039         (mm-display-external): Use with-current-buffer.
19040         (mm-viewer-completion-map, mm-viewer-completion-map):
19041         Move initialization inside declaration.
19042
19043 2005-09-29  Simon Josefsson  <jas@extundo.com>
19044
19045         * spam.el: Load hashcash when compiling, to avoid warnings.
19046         Don't autoload mail-check-payment.
19047         (spam-check-hashcash): Define unconditionally, since hashcash.el
19048         is part of Gnus now.  Ignore errors from payment checking.
19049
19050 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19051
19052         * message.el (message-bold-region, message-unbold-region):
19053         Rename from `bold-region' and `unbold-region'.
19054
19055         * message.el: Remove useless autoloads.
19056
19057 2005-09-28  Simon Josefsson  <jas@extundo.com>
19058
19059         * message.el (message-use-idna): Default to t.
19060         (message-use-idna): Test whether encoding works too.  Doc fix.
19061
19062 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19063
19064         * nntp.el (nntp-warn-about-losing-connection): Remove.
19065
19066 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19067
19068         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19069         customizable.  Change default value.
19070         (mm-uu-diff-groups-regexp): Change default value.
19071         (mm-uu-type-alist): Add doc string.
19072         (mm-uu-configure): Add doc string.  Make it interactive.
19073         (mm-uu-tex-groups-regexp): New variable.
19074         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19075         (mm-uu-type-alist): Add LaTeX documents.
19076         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19077         of "text/verbatim".
19078         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19079
19080         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19081         instead of "text/verbatim".
19082
19083         * message.el (message-mark-inserted-region)
19084         (message-mark-insert-file): Use slrn style marks when called with
19085         prefix argument.
19086
19087 2005-09-27  Simon Josefsson  <jas@extundo.com>
19088
19089         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19090
19091 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19092
19093         * message.el (message-remove-duplicates): New function.
19094         Implementation borrowed from `gnus-remove-duplicates'.
19095         (message-idna-to-ascii-rhs): Also encode idna addresses in
19096         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19097         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19098         only ask about the same idna domain once per header and also tell
19099         in what header to replace the idna domain.
19100
19101         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19102         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19103         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19104         a header is decoded and not just the last one.
19105
19106 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19107
19108         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19109         has been decoded.
19110
19111         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19112         (mm-insert-part): Don't modify text if it has been decoded.
19113
19114         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19115         decoded.
19116
19117         * mm-view.el (mm-inline-text): Don't strip text props unless
19118         decoding enriched or richtext parts.
19119
19120 2005-09-25  Romain Francoise  <romain@orebokech.com>
19121
19122         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19123         * gnus-start.el (gnus-subscribe-interactively):
19124         * gnus-uu.el (gnus-uu-grab-articles):
19125         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19126         space.
19127
19128 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19129
19130         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19131         * mm-view.el (mm-view-pkcs7-decrypt):
19132         * gnus-sum.el (gnus-summary-limit-to-extra)
19133         (gnus-summary-respool-article, gnus-read-move-group-name):
19134         * gnus-score.el (gnus-summary-increase-score):
19135         * gnus-util.el (gnus-completing-read-with-default):
19136         * gnus-art.el (gnus-read-save-file-name)
19137         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19138         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19139         * message.el (message-check-news-header-syntax):
19140         Follow convention for reading with the minibuffer.
19141
19142 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19143
19144         * spam-report.el (spam-report-url-ping-plain):
19145         Use gnus-extended-version as User-Agent.
19146
19147         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19148         default value is nil.
19149
19150         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19151         (mm-uu-verbatim-marks-extract): New function.
19152         (mm-uu-extract): New face.
19153         (mm-uu-copy-to-buffer): Use it.
19154
19155         * spam-report.el (spam-report-gmane-ham): Rename from
19156         `spam-report-gmane-unspam'.
19157         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19158         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19159
19160         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19161         Autoload.
19162         (spam-report-gmane-unregister-routine):
19163         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19164
19165 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19166
19167         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19168         (spam-report-gmane-unregister-routine): Add support for gmane
19169         unregistration.
19170
19171         * spam-report.el (spam-report-gmane-unspam)
19172         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19173         (spam-report-gmane): Change to take a single article and do unspam
19174         registration.
19175
19176 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19177
19178         * mm-url.el (mm-url-decode-entities): Fix regexp.
19179
19180 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19181
19182         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19183         default to nil, to be able to use Gnus at all.  If the default
19184         switches to something else, then the function should be fixed not
19185         be exceedingly slow.
19186
19187 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19188
19189         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19190         fail hard.
19191
19192         * spam-report.el: Add better Keywords line.
19193
19194         * spam.el: Add Maintainer and better Keywords line.
19195
19196 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19197
19198         * gnus-art.el (gnus-article-replace-part)
19199         (gnus-mime-replace-part): New functions.
19200         (gnus-mime-action-alist, gnus-mime-button-commands)
19201         (gnus-mime-save-part-and-strip): Add file argument.
19202         (gnus-article-part-wrapper): Add interactive argument.
19203
19204         * gnus-sum.el (gnus-summary-mime-map):
19205         Add `gnus-article-replace-part'.
19206
19207 2005-09-19  Didier Verna  <didier@xemacs.org>
19208
19209         The nnml compaction feature:
19210         * nnml.el (nnml-request-compact-group): New function.
19211         * nnml.el (nnml-request-compact): New function.
19212         * gnus-int.el (gnus-request-compact-group): New function.
19213         * gnus-int.el (gnus-request-compact): New function.
19214         * gnus-group.el (gnus-group-compact-group): New function.
19215         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19216         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19217         * gnus-srvr.el (gnus-server-compact-server): New function.
19218         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19219         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19220
19221 2005-09-18  Deepak Goel  <deego@gnufans.org>
19222
19223         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19224         format spec.
19225
19226 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19227
19228         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19229
19230 2005-09-15  Romain Francoise  <romain@orebokech.com>
19231
19232         * message.el (message-fill-paragraph): Clarify docstring.
19233
19234 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * gnus-art.el (gnus-mime-display-part): Protect against broken
19237         MIME messages.
19238
19239 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19242         before parsing header.
19243
19244 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19245
19246         * html2text.el (html2text-replace-list): Add new entities.
19247
19248 2005-09-11  Romain Francoise  <romain@orebokech.com>
19249
19250         * message.el (message-alternative-emails): Improve docstring.
19251         (message-setup-1): Call `message-use-alternative-email-as-from'
19252         after `message-setup-hook' to give it precedence over posting
19253         styles, etc.
19254         (message-use-alternative-email-as-from): Add docstring.
19255         Remove the original From header if present.
19256
19257         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19258         (nnml-save-mail): Use it.
19259
19260         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19261         articles.  Add new argument `silent'.
19262         (gnus-uu-mark-all): Report the total number of marked articles.
19263
19264 2005-09-10  Romain Francoise  <romain@orebokech.com>
19265
19266         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19267         (gnus-uu-mark-series): Likewise.
19268
19269 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19270
19271         * spam-report.el (spam-report-gmane): Fix generation of spam
19272         report URL.
19273
19274 2005-09-10  Simon Josefsson  <jas@extundo.com>
19275
19276         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19277         t, based on discussion on the ding list with Robert Epprecht
19278         <epprecht@solnet.ch>.
19279
19280 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19281
19282         * spam-report.el (spam-report-gmane): Make it work without
19283         X-Report-Spam header.  Gmane now only provides Archived-At.
19284         This is only used if `spam-report-gmane-use-article-number' is nil.
19285         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19286
19287         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19288         make `gnus-summary-sort-by-recipient' work with threading.
19289
19290         * nnweb.el (nnweb-google-wash-article): Print a message if article
19291         is not available.
19292
19293 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19294
19295         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19296         change.  Decode text/* parts content before displaying.
19297
19298 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19299
19300         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19301
19302 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19305
19306         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19307         url-package-name, url-package-version,
19308         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19309         w3m-display-inline-images, and w3m-minor-mode-map.
19310
19311 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19312
19313         * message.el (message-tab-body-function): Fix mismatched custom type.
19314
19315         * gnus.el (gnus-group-change-level-function): Ditto.
19316
19317         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19318
19319         * gnus-art.el (gnus-signature-limit)
19320         (gnus-article-mime-part-function): Ditto.
19321
19322 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19323
19324         * mml.el (mml-mode): Silence the byte compiler.
19325
19326         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19327         using `(sit-for 0)' before moving the point to the specified part;
19328         skip unbuttonized parts.
19329         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19330         return to the summary window if gnus-auto-select-part is non-nil.
19331
19332 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19333
19334         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19335         New variables.
19336         (mml-dnd-attach-file, mml-mode): Use them.
19337
19338         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19339         Make fetching article by MID work again for Google Groups.
19340         Add FIXME concerning gnus-group-make-web-group.
19341
19342         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19343         Don't depend on Gnus by using mail-extract-address-components if
19344         gnus-extract-address-components is not bound.
19345
19346 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19347
19348         * gnus-art.el (gnus-mime-display-security): Don't display the
19349         signature, but only the signed part.
19350
19351 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19354
19355         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19356         list, not listp.
19357
19358 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19359
19360         * mm-encode.el (mm-encode-content-transfer-encoding):
19361         Likewise when encoding.
19362
19363         * mm-bodies.el (mm-decode-content-transfer-encoding):
19364         De-canonicalize CRLF for all text content types, not just
19365         text/plain.
19366
19367 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19368
19369         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19370         valid article; point arrow and cursor at the MIME button.
19371
19372 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19375         Suggested by Dan Christensen <jdc@uwo.ca>.
19376
19377         * mm-decode.el (mm-save-part): Enable change of prompt.
19378
19379 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19380
19381         * gnus-msg.el (gnus-inews-add-send-actions):
19382         Make `message-post-method' lambda parameter ARG `&optional'.
19383
19384 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19385
19386         * gnus-sum.el (gnus-summary-mime-map):
19387         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19388         gnus-article-jump-to-part.
19389
19390         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19391         (gnus-article-edit-part): Use it.
19392         (gnus-article-part-wrapper): Add no-handle argument.
19393         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19394         New functions.
19395
19396 2005-08-29  Romain Francoise  <romain@orebokech.com>
19397
19398         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19399         docstring.
19400         (gnus-face-from-file): Likewise.
19401
19402 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19403
19404         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19405         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19406         non-nil.
19407         (gnus-auto-select-part): New variable.
19408         (gnus-article-jump-to-part): New function.
19409         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19410         (gnus-mime-delete-part): Allow selecting specified part after
19411         deleting or stripping parts.
19412         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19413         part if argument is bogus.
19414
19415 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19416
19417         * gnus-art.el (w3m-minor-mode-map):
19418         * gnus-spec.el (gnus-newsrc-file-version):
19419         * gnus-util.el (nnmail-active-file-coding-system)
19420         (gnus-original-article-buffer, gnus-user-agent):
19421         * gnus.el (gnus-ham-process-destinations)
19422         (gnus-parameter-ham-marks-alist)
19423         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19424         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19425         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19426         * mm-decode.el (gnus-current-window-configuration):
19427         * mm-extern.el (gnus-article-mime-handles):
19428         * mm-url.el (url-current-object, url-package-name)
19429         (url-package-version):
19430         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19431         (smime-keys, w3m-cid-retrieve-function-alist)
19432         (w3m-current-buffer, w3m-display-inline-images)
19433         (w3m-minor-mode-map):
19434         * mml-smime.el (gnus-extract-address-components):
19435         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19436         (gnus-newsrc-hashtb, message-default-charset)
19437         (message-deletable-headers, message-options)
19438         (message-posting-charset, message-required-mail-headers)
19439         (message-required-news-headers):
19440         * mml1991.el (mc-pgp-always-sign):
19441         * mml2015.el (mc-pgp-always-sign):
19442         * nnheader.el (nnmail-extra-headers):
19443         * rfc1843.el (gnus-decode-encoded-word-function)
19444         (gnus-decode-header-function, gnus-newsgroup-name):
19445         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19446
19447 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19448
19449         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19450         the end of the date treatments.
19451
19452 2005-08-15  Simon Josefsson  <jas@extundo.com>
19453
19454         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19455         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19456         Capello and Romain Francoise.
19457         (pgg-fetch-key-function): Remove, not used?
19458         (pgg-insert-url-with-w3): Require url, to get
19459         url-insert-file-contents regardless of where it is defined.
19460
19461 2005-08-13  Romain Francoise  <romain@orebokech.com>
19462
19463         * message.el (message-cite-original-1): New function.
19464         (message-cite-original): Use it.
19465         (message-cite-original-without-signature): Ditto.
19466
19467 2005-08-08  Romain Francoise  <romain@orebokech.com>
19468
19469         * message.el (message-yank-empty-prefix): New variable.
19470         (message-indent-citation): Use it.
19471         (message-cite-original-without-signature): Respect X-No-Archive.
19472
19473 2005-08-08  Simon Josefsson  <jas@extundo.com>
19474
19475         * pgg.el: Autoload url-insert-file-contents instead of loading
19476         w3/url.
19477         (pgg-insert-url-with-w3): Don't load url here.
19478
19479 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19480
19481         * message.el (message-kill-to-signature): Don't insert newline at
19482         bol.
19483         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19484
19485 2005-08-06  Romain Francoise  <romain@orebokech.com>
19486
19487         * message.el (message-user-fqdn): Fix typo in docstring.
19488
19489 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19490
19491         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19492
19493         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19494
19495 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19496
19497         * mm-bodies.el (mm-encode-body): Use coding system rather than
19498         charset to encode text.
19499
19500         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19501         number of charsets if utf-8 is available (XEmacs).
19502
19503 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19504
19505         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19506         taken from `gnus-button-mid-or-mail-regexp'.
19507         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19508         (gnus-button-alist): Improve regexp for domain part of the MIDs
19509         for news:localpart@domain buttons.
19510         (gnus-button-ctan-directory-regexp): Update.
19511
19512 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19513
19514         * sieve-manage.el (sieve-manage-interactive-login):
19515         Use make-local-variable rather than make-variable-buffer-local.
19516         (sieve-manage-open): Ditto.
19517         (sieve-manage-authenticate): Ditto.
19518
19519         * mml.el (mml-generate-mime-1): Make the content type default to
19520         text/plain if the filename is not specified.
19521
19522 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19523
19524         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19525         instead of insert-buffer.
19526
19527         * message.el (message-yank-original): Ditto; set the mark at the
19528         end of the yanked message.
19529
19530 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19531
19532         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19533         lines to scroll rather than to stop it.
19534
19535         * mml.el (mml-generate-default-type): Add doc string.
19536         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19537         default to application/octet-stream when determining the content
19538         type if it is not specified for the part or the mml contents; add
19539         a comment about mml-generate-default-type.
19540
19541 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19542
19543         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19544         make it default to application/octet-stream when determining the
19545         content type if it is not specified for the external contents.
19546
19547 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19548
19549         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19550         segmented parameter but also other parameters might be there.
19551
19552 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19553
19554         * mm-decode.el (mm-display-external): Delete temp file, directory
19555         and buffer immediately if the external process is exited.
19556
19557 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19558
19559         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19560         fewer lines than that of scroll-margin.
19561         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19562
19563 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19564
19565         * gnus-art.el (gnus-article-next-page): Revert.
19566         (gnus-article-beginning-of-window): New macro.
19567         (gnus-article-next-page-1): Use it.
19568         (gnus-article-prev-page): Ditto.
19569         (gnus-article-edit-part): Use insert-buffer-substring instead of
19570         insert-buffer.
19571         (gnus-article-edit-exit): Ditto.
19572
19573         * gnus-util.el (gnus-beginning-of-window): Remove.
19574         (gnus-end-of-window): Remove.
19575
19576         * lpath.el: Don't bind header-line-format and scroll-margin.
19577
19578 2005-07-25  Simon Josefsson  <jas@extundo.com>
19579
19580         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19581         to have the url package without w3.  Reported by Daiki Ueno
19582         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19583
19584 2005-07-20  Didier Verna  <didier@xemacs.org>
19585
19586         * gnus-diary.el: Remove the description comment (nndiary is now
19587         properly documented in the Gnus manual).
19588         Fix the spelling of "Back End".
19589         * nndiary.el: Ditto.
19590         Fix the copyright notice.
19591
19592 2005-07-18  Romain Francoise  <romain@orebokech.com>
19593
19594         * gnus-sum.el (gnus-summary-to-prefix)
19595         (gnus-summary-newsgroup-prefix): New variables.
19596         (gnus-summary-from-or-to-or-newsgroups): Use them.
19597
19598 2005-07-17  Romain Francoise  <romain@orebokech.com>
19599
19600         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19601         space as it's generally not especially interesting to the user.
19602
19603 2005-07-16  Romain Francoise  <romain@orebokech.com>
19604
19605         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19606         nil to avoid prompting and file modification if one of the
19607         messages at the top of the nnfolder file contains a copyright
19608         notice.
19609         Update copyright notice.
19610
19611         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19612         instead of `current-time-string' as the latter creates a time
19613         string that is not RFC 2822 compliant (it lacks the zone).
19614         Update copyright notice.
19615
19616 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19617
19618         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19619         for text/rtf.  Display default in prompt.  Pass default for M-n.
19620
19621         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19622
19623 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19624
19625         * gnus-msg.el (gnus-button-mailto):
19626         Remove save-selected-window-window hackery because it relies on
19627         save-selected-window internals.
19628
19629 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19632         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19633         (gnus-article-prev-page): Ditto.
19634
19635         * gnus-util.el (gnus-beginning-of-window): New function.
19636         (gnus-end-of-window): New function.
19637
19638         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19639
19640 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19641
19642         * gnus-score.el (gnus-score-edit-all-score):
19643         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19644         gnus-message.
19645
19646 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19647
19648         * gnus-msg.el (gnus-button-mailto):
19649         Remove save-selected-window-window hackery because it relies on
19650         save-selected-window internals.
19651
19652 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19653
19654         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19655         add-minor-mode.
19656         (gnus-binary-mode): Ditto.
19657
19658         * gnus-topic.el (gnus-topic-mode): Ditto.
19659
19660 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19661
19662         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19663         (gnus-article-prev-page): Take scroll-margin into consideration.
19664
19665 2005-07-04  Lute Kamstra  <lute@gnu.org>
19666
19667         Update FSF's address in GPL notices.
19668
19669 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19670
19671         * gnus.el (gnus-exit):
19672         * gnus-group.el (gnus-group-icons):
19673         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19674
19675         * gnus-nocem.el (gnus-nocem):
19676         * message.el (message-various, message-buffers, message-sending)
19677         (message-interface, message-forwarding, message-insertion)
19678         (message-headers, message-news, message-mail):
19679         * pgg-gpg.el (pgg-gpg):
19680         * pgg-parse.el (pgg-parse):
19681         * pgg-pgp.el (pgg-pgp):
19682         * pgg-pgp5.el (pgg-pgp5):
19683         * pop3.el (pop3): Finish `defgroup' description with period.
19684
19685 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19686
19687         * gnus-art.el (article-display-face): Improve the efficiency.
19688         (article-display-x-face): Ditto; remove gray x-face stuff.
19689
19690 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19691
19692         * gnus-art.el (article-display-face): Correct the position in
19693         which Faces are inserted.
19694
19695 2005-06-29  Didier Verna  <didier@xemacs.org>
19696
19697         * gnus-art.el (article-display-face): Display faces in correct
19698         order.
19699
19700 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19701
19702         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19703         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19704         (gnus-nocem-check-article): Fetch the Type header.
19705         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19706         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19707         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19708         make sure gnus-nocem-hashtb is initialized.
19709         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19710         (gnus-nocem-unwanted-article-p): Ditto.
19711
19712         * pgg.el (pgg-verify): Return the verification result.
19713
19714 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19715
19716         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19717         is ascii.
19718
19719 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19720
19721         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19722         `show-nonbreak-escape'.
19723
19724 2005-06-23  Lute Kamstra  <lute@gnu.org>
19725
19726         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19727
19728         * dig.el (dig-mode):
19729         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19730
19731 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19732
19733         * nnimap.el (nnimap-split-download-body): Fix spellings.
19734
19735 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19736
19737         * gnus-art.el (gnus-article-encrypt-body):
19738         * gnus-cus.el (gnus-score-customize):
19739         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19740         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19741
19742 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19743
19744         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19745         header by looking for magic "MII" at the beginning.
19746
19747 2005-06-16  Miles Bader  <miles@gnu.org>
19748
19749         * gnus-xmas.el (gnus-xmas-group-startup-message):
19750         Use renamed gnus-splash face.
19751
19752         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19753         (assistant-field-face): New backward-compatibility alias for renamed
19754         face.
19755         (assistant-render-text): Use renamed assistant-field face.
19756
19757         * spam.el (spam): Remove "-face" suffix from face name.
19758         (spam-face): New backward-compatibility alias for renamed face.
19759         (spam-face, spam-initialize): Use renamed spam face.
19760
19761         * message.el (message-header-to, message-header-cc)
19762         (message-header-subject, message-header-newsgroups)
19763         (message-header-other, message-header-name)
19764         (message-header-xheader, message-separator, message-cited-text)
19765         (message-mml): Remove "-face" suffix from face names.
19766         (message-header-to-face, message-header-cc-face)
19767         (message-header-subject-face, message-header-newsgroups-face)
19768         (message-header-other-face, message-header-name-face)
19769         (message-header-xheader-face, message-separator-face)
19770         (message-cited-text-face, message-mml-face):
19771         New backward-compatibility aliases for renamed faces.
19772         (message-font-lock-keywords): Use renamed message faces.
19773
19774         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19775         (sieve-test-commands, sieve-tagged-arguments):
19776         Remove "-face" suffix from face names.
19777         (sieve-control-commands-face, sieve-action-commands-face)
19778         (sieve-test-commands-face, sieve-tagged-arguments-face):
19779         New backward-compatibility aliases for renamed faces.
19780         (sieve-control-commands-face, sieve-action-commands-face)
19781         (sieve-test-commands-face, sieve-tagged-arguments-face):
19782         Use renamed sieve faces.
19783
19784         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19785         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19786         (gnus-group-news-3-empty, gnus-group-news-4)
19787         (gnus-group-news-4-empty, gnus-group-news-5)
19788         (gnus-group-news-5-empty, gnus-group-news-6)
19789         (gnus-group-news-6-empty, gnus-group-news-low)
19790         (gnus-group-news-low-empty, gnus-group-mail-1)
19791         (gnus-group-mail-1-empty, gnus-group-mail-2)
19792         (gnus-group-mail-2-empty, gnus-group-mail-3)
19793         (gnus-group-mail-3-empty, gnus-group-mail-low)
19794         (gnus-group-mail-low-empty, gnus-summary-selected)
19795         (gnus-summary-cancelled, gnus-summary-high-ticked)
19796         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19797         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19798         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19799         (gnus-summary-low-undownloaded)
19800         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19801         (gnus-summary-low-unread, gnus-summary-normal-unread)
19802         (gnus-summary-high-read, gnus-summary-low-read)
19803         (gnus-summary-normal-read, gnus-splash):
19804         Remove "-face" suffix from face names.
19805         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19806         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19807         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19808         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19809         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19810         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19811         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19812         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19813         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19814         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19815         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19816         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19817         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19818         (gnus-summary-normal-ticked-face)
19819         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19820         (gnus-summary-normal-ancient-face)
19821         (gnus-summary-high-undownloaded-face)
19822         (gnus-summary-low-undownloaded-face)
19823         (gnus-summary-normal-undownloaded-face)
19824         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19825         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19826         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19827         (gnus-splash-face):
19828         New backward-compatibility aliases for renamed faces.
19829         (gnus-group-startup-message): Use renamed gnus faces.
19830
19831         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19832         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19833         (gnus-server-agent): Remove "-face" suffix from face names.
19834         (gnus-server-agent-face, gnus-server-opened-face)
19835         (gnus-server-closed-face, gnus-server-denied-face)
19836         (gnus-server-offline-face):
19837         New backward-compatibility aliases for renamed faces.
19838         (gnus-server-agent-face, gnus-server-opened-face)
19839         (gnus-server-closed-face, gnus-server-denied-face)
19840         (gnus-server-offline-face): Use renamed gnus faces.
19841
19842         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19843         Remove "-face" suffix from face names.
19844         (gnus-picon-xbm-face, gnus-picon-face):
19845         New backward-compatibility aliases for renamed faces.
19846
19847         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19848         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19849         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19850         (gnus-cite-11): Remove "-face" suffix from face names.
19851         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19852         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19853         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19854         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19855         New backward-compatibility aliases for renamed faces.
19856         (gnus-cite-attribution-face, gnus-cite-face-list)
19857         (gnus-article-boring-faces): Use renamed gnus faces.
19858
19859         * gnus-art.el (gnus-signature, gnus-header-from)
19860         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19861         (gnus-header-content): Remove "-face" suffix from face names.
19862         (gnus-signature-face, gnus-header-from-face)
19863         (gnus-header-subject-face, gnus-header-newsgroups-face)
19864         (gnus-header-name-face, gnus-header-content-face):
19865         New backward-compatibility aliases for renamed faces.
19866         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19867
19868         * gnus-sum.el (gnus-summary-selected-face)
19869         (gnus-summary-highlight): Use renamed gnus faces.
19870         * gnus-group.el (gnus-group-highlight): Likewise.
19871
19872 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19873
19874         * gnus-sieve.el (gnus-sieve-article-add-rule):
19875         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19876         * spam-stat.el (spam-stat-buffer-change-to-spam)
19877         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19878
19879         * message.el (message-is-yours-p):
19880         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19881
19882 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19883
19884         * mm-view.el (mm-inline-text): Withdraw the last change.
19885
19886 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19887
19888         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19889         executing enriched-decode.
19890
19891 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19892
19893         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19894         charset of tar files.
19895
19896 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19897
19898         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19899
19900 2005-06-04  Lute Kamstra  <lute@gnu.org>
19901
19902         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19903         information is never recorded.
19904
19905 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19906
19907         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19908
19909 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19910
19911         * pop3.el (pop3-apop): Run md5 in the binary mode.
19912
19913         * starttls.el (starttls-set-process-query-on-exit-flag):
19914         Use eval-and-compile.
19915
19916 2005-05-31  Simon Josefsson  <jas@extundo.com>
19917
19918         * smime.el (smime-replace-in-string): Define.
19919         (smime-cert-by-ldap-1): Use it.
19920
19921 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19922
19923         * gnus-art.el (article-display-x-face): Replace
19924         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19925
19926         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19927         set-process-query-on-exit-flag or process-kill-without-query.
19928
19929         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19930         loop instead of replace-regexp.
19931
19932         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19933         instead of process-kill-without-query if it is available.
19934
19935         * lpath.el: Fbind ldap-search-entries.
19936
19937         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19938         instead of find-file-hooks if it is available.
19939
19940         * mml1991.el: Bind pgg-default-user-id when compiling.
19941
19942         * mml2015.el: Bind pgg-default-user-id when compiling.
19943
19944         * nndraft.el (nndraft-request-associate-buffer):
19945         Use write-contents-functions instead of write-contents-hooks if it is
19946         available.
19947
19948         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19949         instead of find-file-hooks if it is available.
19950
19951         * nntp.el (nntp-open-connection): Replace
19952         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19953         (nntp-open-ssl-stream): Ditto.
19954         (nntp-open-tls-stream): Ditto.
19955
19956         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19957         set-process-query-on-exit-flag or process-kill-without-query.
19958         (starttls-open-stream-gnutls): Use it instead of
19959         process-kill-without-query.
19960         (starttls-open-stream): Ditto.
19961
19962 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19963
19964         * smime.el (smime-cert-by-ldap-1): Don't use
19965         replace-regexp-in-string.
19966
19967 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19968
19969         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19970
19971         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19972         in PEM format.  Adjust to the XEmacs compatibility.
19973
19974 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19975
19976         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19977         by `string-to-number'.
19978         * gnus-agent.el (gnus-agent-regenerate-group)
19979         (gnus-agent-fetch-articles): Ditto.
19980         * gnus-art.el (gnus-button-fetch-group): Ditto.
19981         * gnus-cache.el (gnus-cache-generate-active)
19982         (gnus-cache-articles-in-group): Ditto.
19983         * gnus-group.el (gnus-group-set-current-level)
19984         (gnus-group-insert-group-line): Ditto.
19985         * gnus-score.el (gnus-score-set-expunge-below)
19986         (gnus-score-set-mark-below, gnus-summary-score-effect)
19987         (gnus-summary-score-entry): Ditto.
19988         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19989         (gnus-soup-pack): Ditto.
19990         * gnus-spec.el (gnus-xmas-format): Ditto.
19991         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19992         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19993         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19994         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19995         * nndb.el (nndb-get-remote-expire-response): Ditto.
19996         * nndiary.el (nndiary-parse-schedule-value)
19997         (nndiary-string-to-number, nndiary-request-replace-article)
19998         (nndiary-request-article): Ditto.
19999         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20000         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20001         * nneething.el (nneething-make-head): Ditto.
20002         * nnfolder.el (nnfolder-request-article)
20003         (nnfolder-retrieve-headers): Ditto.
20004         * nnheader.el (nnheader-file-to-number): Ditto.
20005         * nnkiboze.el (nnkiboze-request-article): Ditto.
20006         * nnmail.el (nnmail-process-unix-mail-format)
20007         (nnmail-process-babyl-mail-format): Ditto.
20008         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20009         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20010         (nnmh-request-create-group, nnmh-request-list-1)
20011         (nnmh-request-group, nnmh-request-article): Ditto.
20012         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20013         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20014         * nnsoup.el (nnsoup-make-active): Ditto.
20015         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20016         * nntp.el (nntp-find-group-and-number)
20017         (nntp-retrieve-headers-with-xover): Ditto.
20018         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20019         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20020         (pgg-format-key-identifier): Ditto.
20021         * pop3.el (pop3-last, pop3-stat): Ditto.
20022         * qp.el (quoted-printable-decode-region): Ditto.
20023
20024         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20025         of concat.
20026
20027 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20028
20029         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20030
20031         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20032
20033         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20034
20035         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20036
20037         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20038
20039         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20040
20041         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20042         (gnus-carpal-mode): Ditto.
20043
20044         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20045         (gnus-browse-mode): Ditto.
20046
20047         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20048
20049         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20050
20051 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20052
20053         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20054
20055 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20056
20057         * gnus-util.el (gnus-run-mode-hooks): New function.
20058
20059         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20060
20061         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20062         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20063
20064 2005-05-27  Lute Kamstra  <lute@gnu.org>
20065
20066         * dns-mode.el (dns-mode): Specify customization group.
20067
20068 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20069
20070         * gnus-agent.el (gnus-agent-make-mode-line-string):
20071         Use mode-line-highlight as mouse-face.
20072
20073 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20074
20075         * canlock.el (canlock): Change the parent group to news.
20076
20077         * deuglify.el (gnus-outlook-deuglify): Add :group.
20078
20079         * dig.el (dig): Add :group.
20080
20081         * dns-mode.el (dns-mode): Add :group.
20082
20083         * encrypt.el (encrypt): Add :group.
20084
20085         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20086         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20087         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20088         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20089         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20090
20091         * gnus-diary.el (gnus-diary): Add :group.
20092
20093         * gnus.el (gnus-group-news-1-face): Add :group.
20094         (gnus-group-news-1-empty-face): Ditto.
20095         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20096         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20097         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20098         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20099         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20100         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20101         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20102         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20103         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20104         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20105         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20106         (gnus-summary-high-ticked-face): Ditto.
20107         (gnus-summary-low-ticked-face): Ditto.
20108         (gnus-summary-normal-ticked-face): Ditto.
20109         (gnus-summary-high-ancient-face): Ditto.
20110         (gnus-summary-low-ancient-face): Ditto.
20111         (gnus-summary-normal-ancient-face): Ditto.
20112         (gnus-summary-high-undownloaded-face): Ditto.
20113         (gnus-summary-low-undownloaded-face): Ditto.
20114         (gnus-summary-normal-undownloaded-face): Ditto.
20115         (gnus-summary-high-unread-face): Ditto.
20116         (gnus-summary-low-unread-face): Ditto.
20117         (gnus-summary-normal-unread-face): Ditto.
20118         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20119         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20120
20121         * hashcash.el (hashcash): New custom group.
20122         (hashcash-default-payment): Add :group.
20123         (hashcash-payment-alist): Ditto.
20124         (hashcash-default-accept-payment): Ditto.
20125         (hashcash-accept-resources): Ditto.
20126         (hashcash-path): Ditto.
20127         (hashcash-extra-generate-parameters): Ditto.
20128         (hashcash-double-spend-database): Ditto.
20129         (hashcash-in-news): Ditto.
20130
20131         * message.el (message-minibuffer-local-map): Add :group.
20132
20133         * netrc.el (netrc): Add :group.
20134
20135         * sieve-manage.el (sieve-manage-log): Add :group.
20136         (sieve-manage-default-user): Diito.
20137         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20138         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20139         (sieve-manage-authenticators): Ditto.
20140         (sieve-manage-authenticator-alist): Ditto.
20141         (sieve-manage-default-port): Ditto.
20142
20143         * sieve-mode.el (sieve-control-commands-face): Add :group.
20144         (sieve-action-commands-face): Ditto.
20145         (sieve-test-commands-face): Ditto.
20146         (sieve-tagged-arguments-face): Ditto.
20147
20148         * smime.el (smime): Add :group.
20149
20150         * spam-report.el (spam-report): Add :group.
20151
20152         * spam.el (spam, spam-face): Add :group.
20153
20154 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20155
20156         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20157         return \n.\n.\n at the end of articles.  Protect against that.
20158         (nntp-with-open-group): Allow debugging.
20159
20160         * nnheader.el (mail-header-set-extra): Make into a function
20161         because I just could't understand how to quote the list properly.
20162
20163         * dns.el (query-dns-cached): New function.
20164
20165 2005-05-26  Lute Kamstra  <lute@gnu.org>
20166
20167         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20168
20169 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20170
20171         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20172
20173         * gnus-art.el: Don't autoload mail-extract-address-components.
20174
20175         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20176         eval-and-compile to evaluate it.
20177
20178         * hashcash.el: Don't autoload executable-find.
20179
20180         * nndb.el: Don't declare the nndb back end two or more times; don't
20181         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20182
20183         * nntp.el: Autoload format-spec instead of format; use
20184         eval-and-compile to evaluate autoload forms.
20185
20186 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20187
20188         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20189
20190 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20191
20192         * gnus.el (gnus-version-number): Bump version.
20193
20194 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20195
20196         * gnus.el: No Gnus v0.3 is released.
20197
20198 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20199
20200         * lpath.el (featurep): Bind show-nonbreak-escape.
20201
20202 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20203
20204         * gnus-art.el (gnus-article-edit-part): Disable undo.
20205
20206 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20207
20208         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20209         gnus-article-date-lapsed-new-header is t if date timer is active;
20210         skip headers in which the original date value is empty.
20211         (gnus-article-save-original-date): Redefine it as a macro.
20212         (gnus-display-mime): Use it.
20213
20214 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * gnus-art.el (article-date-ut): Support converting date in
20217         forwarded parts as well.
20218         (gnus-article-save-original-date): New function.
20219         (gnus-display-mime): Use it.
20220
20221 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20222
20223         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20224         enclosure element of <item>.
20225
20226 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20227
20228         * message.el (message-kill-buffer-query): Rename from
20229         `message-kill-buffer-query-if-modified'.  Add :version.
20230
20231 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20232
20233         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20234         window layout.
20235
20236 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20237
20238         * mml.el: Autoload dnd when compiling.
20239
20240 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20241
20242         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20243         x-dnd-*.
20244
20245 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20246
20247         * qp.el (quoted-printable-encode-region): Save excursion.
20248
20249 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20250
20251         * message.el (message-kill-buffer-query-if-modified): Add new variable
20252         so the user can kill a modified message buffer quickly.
20253         (message-kill-buffer): Use it.
20254
20255 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20256
20257         * lpath.el: Fbind display-time-event-handler; don't fbind
20258         string-to-multibyte.
20259
20260         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20261
20262 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20263
20264         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20265         contained in text because xml.el decodes entities) with LFs.
20266
20267 2005-04-11  Lute Kamstra  <lute@gnu.org>
20268
20269         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20270         differently.
20271
20272 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20273
20274         * mm-util.el (mm-detect-coding-region): Typo.
20275
20276 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20279
20280 2005-04-06  Deepak Goel  <deego@gnufans.org>
20281
20282         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20283         user-function allow user modifications of the scores.
20284         (spam-stat-score-buffer-user): New function, to allow
20285         user-computed modifications to the score.
20286         (spam-stat-score-buffer-user-functions): List of additional
20287         scoring functions.
20288         (spam-stat-error-holder): Global temporary error holder.
20289         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20290         variable.
20291
20292 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20293
20294         * gnus-registry.el (gnus-registry-clean-empty-function)
20295         (gnus-registry-trim, gnus-registry-fetch-groups)
20296         (gnus-registry-delete-group): Groups that match
20297         `gnus-registry-ignored-groups' are removed from the registry
20298         entries, not just ignored for splitting.  This helps clean up the
20299         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20300         to get all the groups a message ID is in.
20301
20302         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20303         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20304         (spam-stat-score-buffer-user-functions): Add :number custom type.
20305
20306 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20307
20308         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20309         argument in XEmacs.
20310
20311         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20312         (nnrss-request-group): Decode group name first.
20313         (nnrss-request-article): Make a text/plain article if mml-to-mime
20314         failed.
20315         (nnrss-get-encoding): Return a compatible encoding according to
20316         nnrss-compatible-encoding-alist.
20317         (nnrss-find-el): Use consp instead of listp.
20318         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20319
20320 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20321
20322         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20323         which Emacs 20 doesn't support.
20324         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20325
20326 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20327
20328         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20329         silence the byte compiler inside the defun.
20330
20331         * gnus-demon.el (parse-time-string): Add autoload.
20332
20333         * gnus-delay.el (parse-time-string): Add autoload.
20334
20335         * gnus-art.el (parse-time-string): Add autoload.
20336
20337         * nnultimate.el (parse-time): Require for `parse-time-string'.
20338
20339 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20340
20341         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20342
20343         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20344
20345         * smime.el (smime-ldap-host-list): Add :version.
20346
20347 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20348
20349         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20350         pass it to `gnus-browse-read-group'.
20351         (gnus-browse-read-group): Add NUMBER argument and pass it to
20352         `gnus-group-read-ephemeral-group'.
20353
20354         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20355         argument and pass it to `gnus-group-read-group'.
20356
20357 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20358
20359         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20360         mm-xemacs-find-mime-charset-1 if we have the mule feature
20361         available at runtime.
20362
20363 2005-03-25  Werner Lemberg  <wl@gnu.org>
20364
20365         * nnmaildir.el: Replace `illegal' with `invalid'.
20366
20367 2005-03-23  Lute Kamstra  <lute@gnu.org>
20368
20369         * time-date.el: Add comment on time value formats.
20370         Don't require parse-time.
20371         (with-decoded-time-value): New macro.
20372         (encode-time-value): New function.
20373         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20374         (days-to-time): Return a valid time value when arg is huge.
20375         (time-since): Use time-subtract.
20376         (time-to-number-of-days): Use time-to-seconds.
20377
20378 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20379
20380         * gnus-start.el (gnus-display-time-event-handler):
20381         Check display-time-timer at runtime rather than only at load time
20382         in case display-time-mode is turned off in the mean time.
20383
20384 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20385
20386         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20387         used.
20388
20389         * nneething.el (nneething-map-file-directory): Derive from
20390         `gnus-directory'.
20391
20392         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20393         the To/Cc button.
20394
20395 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20396
20397         * nnmaildir.el (nnmaildir-request-accept-article):
20398         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20399
20400 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20401
20402         * gnus-async.el: Require timer-funcs at compile time when in
20403         XEmacs for `run-with-idle-timer'.
20404
20405 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20406
20407         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20408         autoloaded function.
20409
20410 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20411
20412         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20413
20414 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20415
20416         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20417
20418 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20419
20420         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20421         Add gnus-expert-user to default.
20422
20423 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20424
20425         * nnimap.el (nnimap-open-server): Ditto.
20426
20427         * imap.el (imap-authenticate): Fix typo.
20428
20429 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20430
20431         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20432         buffer (since IMAP server might return FETCH response out of
20433         order, and the nntp buffer must be sorted).
20434
20435 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20436
20437         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20438         comparison on string.
20439
20440         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20441         (gnus-agent-score): Rename category keywords to match gnus-cus.
20442         (gnus-agent-summary-fetch-series): Modify to protect against
20443         gnus-agent-summary-fetch-group clearing processable flags.
20444         (gnus-agent-synchronize-group-flags): Update live group buffer as
20445         synchronization may occur due to the user toggle the plugged
20446         status.
20447         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20448         successfully downloaded.
20449         (gnus-agent-expire-group-1): Avoid using markers when the overview
20450         is in ascending order; greatly improves performance.
20451         (gnus-agent-regenerate-group):
20452         Use gnus-agent-synchronize-group-flags to reset read status in both
20453         gnus and server.
20454         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20455
20456 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20457
20458         * message.el: Don't autoload former message-utils variables.
20459         (message-strip-subject-trailing-was): Change doc string.
20460
20461         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20462         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20463         (nnweb-google-search): Add "hl=en" here.
20464         (nnweb-google-parse-1, nnweb-google-create-mapping):
20465         Don't hardcode URL.
20466
20467 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20468
20469         * message.el (message-get-reply-headers, message-followup):
20470         Mention related variables `message-use-followup-to' and
20471         `message-use-mail-followup-to', in the information buffer.
20472
20473         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20474         of broken groups(-beta).google.com.
20475
20476 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20477
20478         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20479         parameter to invoked gnus-request-move-article; remove the
20480         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20481         all at once instead of once per article.
20482         (gnus-summary-remove-process-mark): Accept a list of articles as
20483         well as a single article for processing.
20484
20485         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20486         parameter.
20487
20488         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20489
20490         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20491
20492         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20493         parameter.
20494
20495         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20496         parameter.
20497
20498         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20499         parameter and remove the gnus-sum-hint-move-is-internal variable.
20500
20501         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20502         parameter.
20503
20504         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20505         parameter.
20506
20507         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20508         parameter.
20509
20510         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20511
20512         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20513         parameter.
20514
20515         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20516         parameter.
20517
20518 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20519
20520         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20521         a more conservative way.
20522
20523 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20524
20525         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20526         buffer, so it moves the window's cursor.
20527
20528 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20529
20530         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20531         `mm-dissect-multipart' and receive the from field as an (optional)
20532         argument from `mm-dissect-multipart'.
20533         (mm-dissect-multipart): Receive the from field as an argument and
20534         pass it on when we call `mm-dissect-buffer' on MIME parts.
20535         Fixes verification/decryption of signed/encrypted MIME parts.
20536
20537 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20538
20539         * gnus-sum.el (gnus-summary-move-article):
20540         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20541         whatever it calls (right now, only nnimap-request-move article
20542         respects it).
20543
20544         * nnimap.el (nnimap-request-move-article):
20545         When gnus-sum-hint-move-is-internal is set, don't do the extra
20546         nnimap-request-article.
20547
20548 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20549
20550         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20551
20552         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20553         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20554
20555         * gnus-sum.el (gnus-summary-caesar-message):
20556         Apply `gnus-treat-article' after rotation.
20557
20558         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20559         doc string.
20560
20561 2005-02-22  Simon Josefsson  <jas@extundo.com>
20562
20563         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20564         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20565         <arne@arnested.dk>.
20566         (encrypt): Add password-cache and password-cache-expiry as group
20567         members.
20568
20569 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20570
20571         * smime.el (smime-ldap-host-list): Doc fix.
20572         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20573         cache) password.
20574         (smime-sign-region): Use it.
20575         (smime-decrypt-region): Use it.
20576         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20577         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20578         fails.
20579         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20580         certificate from DER to PEM format rather than calling openssl.
20581
20582         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20583
20584         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20585         for signing/encryption.
20586
20587         * mml.el (mml-parse-1): Use them.
20588
20589 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20590
20591         * nnrss.el (nnrss-verbose): Remove.
20592         (nnrss-request-group): Use `nnheader-message' instead.
20593
20594 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20595
20596         * nnrss.el (nnrss-verbose): New variable.
20597         (nnrss-request-group): Make it say nnrss is requesting a group.
20598
20599 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20600
20601         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20602         Handle news URL with given port correctly.
20603
20604 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20605
20606         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20607         containing special characters.
20608
20609         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20610
20611         * mml.el (mime-to-mml): Ditto.
20612
20613         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20614         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20615         (rfc2047-decode-region): Quote decoded words containing special
20616         characters when rfc2047-quote-decoded-words-containing-tspecials
20617         is non-nil.
20618
20619 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20620
20621         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20622
20623         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20624
20625 2005-02-15  Simon Josefsson  <jas@extundo.com>
20626
20627         * nnimap.el (nnimap-debug): Doc fix.
20628
20629         * imap.el (imap-debug): Doc fix.
20630
20631 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20632
20633         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20634
20635 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20636
20637         * gnus.el (spam-contents): Improve docs for spam-contents
20638         parameter in its variable incarnation.
20639
20640 2005-02-14  Simon Josefsson  <jas@extundo.com>
20641
20642         * smime-ldap.el: Use require instead of load-library for ldap.
20643         (smime-ldap-search): Indent.
20644         (smime-ldap-search-internal): Shorten line.
20645
20646         * smime.el (smime-cert-by-dns): Add doc-string.
20647         (smime-cert-by-ldap-1): Indent.
20648
20649         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20650         mml-smime-get-dns-ldap.
20651         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20652
20653 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20654
20655         * smime.el: Require smime-ldap.
20656         (smime-ldap-host-list): New variable.
20657         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20658
20659         * mml-smime.el (mml-smime-encrypt-query): New function.
20660         (mml-smime-encrypt-query): Use it.
20661
20662         * smime-ldap.el: New file.
20663
20664 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20665
20666         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20667
20668 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20669
20670         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20671         argument in doc string.  Make query for type more clear.
20672
20673 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20674
20675         * gnus.el (gnus-group-startup-message): Search for gnus images in
20676         etc/images/gnus.
20677         * mm-util.el (mm-image-load-path): Likewise.
20678         * smiley.el (smiley-data-directory): Search for smilies in
20679         etc/images/smilies.
20680
20681 2005-02-09  Kim F. Storm  <storm@cua.dk>
20682
20683         Change Emacs release version from 21.4 to 22.1 throughout.
20684         Change Emacs development version from 21.3.50 to 22.0.50.
20685
20686 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20687
20688         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20689
20690         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20691         non-Mule XEmacs as well.
20692         (mm-decompress-buffer): Signal an error intentionally if it does
20693         not decompress compressed data because auto-compression-mode is
20694         disabled.
20695
20696 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20697
20698         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20699         an ID in the registry even if it has no groups.
20700
20701 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20702
20703         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20704         merge it into mm-decompress-buffer.
20705         (gnus-mime-copy-part): Use the MIME part charset, the value which
20706         a user specified or gnus-newsgroup-charset for decoding, like
20707         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20708         save-buffer what was used.  Suggested by Kevin Ryde
20709         <user42@zip.com.au>.
20710         (gnus-mime-inline-part): Allow the name parameter as well as the
20711         filename parameter; force decompressing of compressed data; always
20712         display contents being not decoded as unibyte.
20713
20714         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20715         as well as the filename parameter.
20716
20717         * mm-util.el (mm-decompress-buffer):
20718         Merge gnus-mime-jka-compr-maybe-uncompress.
20719         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20720         of compressed data.
20721
20722 2005-02-08  Simon Josefsson  <jas@extundo.com>
20723
20724         * imap.el (imap-log): Doc fix.
20725
20726 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20727
20728         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20729         the coding cookies; decompress compressed parts.
20730
20731         * mml.el (mml-generate-mime-1): Add the charset parameter according
20732         to the value which a user specified manually or the coding cookie.
20733
20734         * mm-util.el (mm-string-to-multibyte): New function.
20735         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20736         (mm-coding-system-to-mime-charset): New function.
20737         (mm-decompress-buffer): New function.
20738         (mm-find-buffer-file-coding-system): New function.
20739
20740         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20741         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20742         parts.
20743
20744 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20745
20746         * mm-view.el (mm-display-inline-fontify): Decode a part according
20747         to the charset parameter.
20748
20749 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20750
20751         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20752         prefix arg is neither nil nor a number, as info specifies.
20753
20754 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20755
20756         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20757         timestamps.
20758
20759 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20760
20761         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20762         groups error checking and notify user.
20763
20764 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20765
20766         * message.el (message-send-mail-function): Check existence of
20767         sendmail-program first before using default value
20768         `message-send-mail-with-sendmail'.  Otherwise use more generic
20769         `smtpmail-send-it'.
20770
20771 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20772
20773         * nntp.el (nntp-request-update-info): Always return nil.
20774
20775 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20776
20777         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20778
20779 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20780
20781         * message.el (message-beginning-of-line): Change the behavior when
20782         invoked between BOL and : so that it first moves backward.
20783
20784 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20785
20786         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20787         article buffer when editing of the article is discarded.
20788         (gnus-article-prepare): Revert.
20789
20790 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20791
20792         * gnus-art.el (gnus-article-prepare):
20793         Remove message-strip-forbidden-properties from the local hook.
20794
20795 2005-01-27  Simon Josefsson  <jas@extundo.com>
20796
20797         * password.el (password-cache-add): Only start one timer per key.
20798         Reported by Derek Atkins <warlord@MIT.EDU>.
20799
20800 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20801
20802         * run-at-time.el: Remove.  It is no longer needed as
20803         timer-funcs.el in the xemacs-base package has a working version of
20804         `run-at-time'.
20805
20806         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20807
20808         * password.el: Require timer-funcs instead of run-at-time in
20809         XEmacs.
20810         Remove `password-run-at-time' macro.
20811         (password-cache-add): Use `run-at-time' instead of
20812         `password-run-at-time'.
20813
20814         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20815         Remove `nnheader-cancel-function-timers' alias,
20816         `cancel-function-timers' exists in XEmacs in timer-funcs.
20817
20818         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20819         for `run-with-idle-timer'.
20820
20821         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20822         for `run-at-time'.
20823
20824         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20825         for `with-timeout'.
20826
20827         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20828         the same as for XEmacs 21.4.
20829         No need to ignore `run-with-idle-timer', this function exists in
20830         XEmacs now in timer-funcs.el in the xemacs-base package.
20831         (dgnushack-compile): No need to delete
20832         run-at-time.el from the list of files to compile because it
20833         doesn't exist anymore.
20834
20835 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20836
20837         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20838         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20839
20840 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20841
20842         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20843         sensitively.
20844
20845 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20846
20847         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20848
20849 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20852         which will be inserted according to the multibyteness of a buffer
20853         rather than the type of contents.  Suggested by ARISAWA Akihiro
20854         <ari@mbf.ocn.ne.jp>.
20855
20856         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20857         of string which old xml.el may return rather than a string.
20858
20859 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20860
20861         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20862
20863 2005-01-16  Simon Josefsson  <jas@extundo.com>
20864
20865         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20866         idn/idna.el isn't available.
20867         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20868         <michael@waxrat.com>.
20869
20870         * hashcash.el: Remove non-FSF copyright header.
20871
20872         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20873         (hashcash-generate-payment): Use it.
20874         (hashcash-generate-payment-async): Use it.
20875
20876 2005-01-15  Simon Josefsson  <jas@extundo.com>
20877
20878         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20879         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20880
20881         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20882         gnus-summary-idna-message.
20883         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20884         (gnus-summary-idna-message): New function.
20885
20886 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20887
20888         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20889         gnus-novice-user.
20890
20891 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20892
20893         * nnrss.el (nnrss-request-delete-group): Delete entries in
20894         nnrss-group-alist as well.
20895         (nnrss-save-server-data): Insert newline.
20896
20897 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20898
20899         * gnus.el (gnus-user-agent): Use list of symbols instead of
20900         symbols.  Display full version number for (S)XEmacs.
20901         Optionally display (S)XEmacs codename.
20902
20903         * gnus-util.el (gnus-emacs-version): Update for new
20904         `gnus-user-agent'.
20905
20906         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20907         Gnus version.
20908
20909 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20910
20911         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20912         which is unreadable in some setups.
20913
20914 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20915
20916         * gnus-spec.el (gnus-update-format-specifications): Flush the
20917         group format spec cache if it doesn't support decoded group names.
20918
20919 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20920
20921         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20922         Allow to apply decay on score files matching a regexp.
20923
20924 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20925
20926         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20927         compatibility in %g and %c.
20928
20929 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20930
20931         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20932         name for only %g and %c.
20933         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20934         of gnus-tmp-group to decoded group name.
20935         (gnus-group-make-rss-group): Exclude `/'s from group names.
20936
20937 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20938
20939         * nnrss.el (nnrss-get-encoding): Fix regexp.
20940
20941 2004-12-27  Simon Josefsson  <jas@extundo.com>
20942
20943         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20944         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20945         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20946
20947 2004-12-17  Kim F. Storm  <storm@cua.dk>
20948
20949         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20950
20951         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20952
20953 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20954
20955         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20956
20957 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20958
20959         * nnrss.el: Require rfc2047 and mml.
20960         (nnrss-file-coding-system): New variable.
20961         (nnrss-format-string): Redefine it as an inline function.
20962         (nnrss-decode-group-name): New function.
20963         (nnrss-string-as-multibyte): Remove.
20964         (nnrss-retrieve-headers): Decode group name; don't use
20965         nnrss-format-string.
20966         (nnrss-request-group): Decode group name.
20967         (nnrss-request-article): Decode group name; allow a Message-ID as
20968         well as an article number; don't use nnrss-format-string; encode a
20969         Message-ID string which may contain non-ASCII characters; use
20970         mml-to-mime to compose a MIME article.
20971         (nnrss-request-expire-articles): Decode group name.
20972         (nnrss-request-delete-group): Decode group name.
20973         (nnrss-fetch): Clarify error message.
20974         (nnrss-read-server-data): Use insert-file-contents instead of load;
20975         bind file-name-coding-system; use multibyte buffer.
20976         (nnrss-save-server-data): Bind coding-system-for-write to the
20977         value of nnrss-file-coding-system; bind file-name-coding-system;
20978         add coding cookie.
20979         (nnrss-read-group-data): Use insert-file-contents instead of load;
20980         bind file-name-coding-system; use multibyte buffer.
20981         (nnrss-save-group-data): Bind coding-system-for-write to the
20982         value of nnrss-file-coding-system; bind file-name-coding-system.
20983         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20984         make it work with non-ASCII text.
20985         (nnrss-find-el): Make it work with old xml.el as well.
20986
20987 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20988
20989         * nnrss.el (nnrss-get-encoding): New function.
20990         (nnrss-fetch): Use unibyte buffer initially; bind
20991         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20992         decode contents according to the encoding attribute.
20993         (nnrss-save-group-data): Add coding cookie.
20994         (nnrss-mime-encode-string): New function.
20995         (nnrss-check-group): Use it to encode subject and author.
20996
20997 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20998
20999         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21000         imaginary variable.
21001
21002 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21003
21004         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21005         correctly even if there are wide characters.
21006
21007 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21008
21009         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21010         downcased symbol names; make a new cache instead of reusing
21011         bbdb-hashtable.
21012
21013 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21014
21015         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21016         concatenating segments rather than before concatenating them.
21017         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21018
21019         * message.el (message-get-reply-headers): Bind `extra'.
21020
21021 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21022
21023         * message.el (message-extra-wide-headers): New variable.
21024         (message-get-reply-headers): Use it.
21025
21026 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21027
21028         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21029         (gnus-agent-group-pathname): Ditto.
21030
21031         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21032
21033         * gnus-group.el (gnus-group-make-group): Decode group name.
21034         (gnus-group-make-rss-group): Register the group data after opening
21035         the nnrss group.
21036
21037 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21038
21039         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21040         by expiry now get marked as read.
21041
21042 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21043
21044         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21045
21046 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21047
21048         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21049         unify Latin characters in XEmacs.
21050         (mm-find-mime-charset-region): Use it.
21051
21052 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21053
21054         * gnus-util.el (gnus-delete-directory): New function.
21055
21056         * gnus-agent.el (gnus-agent-delete-group): Use it.
21057
21058         * gnus-cache.el (gnus-cache-delete-group): Use it.
21059
21060 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21061
21062         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21063         names.
21064
21065 2004-12-16  Simon Josefsson  <jas@extundo.com>
21066
21067         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21068
21069 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21070
21071         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21072
21073         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21074         (gnus-group-set-current-level): Decode group name.
21075
21076 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21077
21078         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21079         failed.
21080
21081 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21082
21083         * gnus-group.el (gnus-group-delete-group): Decode group name.
21084         (gnus-group-make-rss-group): Encode group name.
21085         (gnus-group-catchup-current): Decode group name.
21086         (gnus-group-kill-group): Decode group name.
21087
21088 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21089
21090         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21091
21092 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21093
21094         * gnus-group.el (gnus-group-make-rss-group):
21095         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21096
21097         * gnus-start.el (gnus-setup-news): Honor user's setting to
21098         gnus-message-archive-method.  Suggested by Lute Kamstra
21099         <lute@gnu.org>.
21100
21101 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21102
21103         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21104         global counterparts of the buffer-local variables.
21105
21106 2004-11-16  Romain Francoise  <romain@orebokech.com>
21107
21108         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21109         counterparts of the buffer-local variables.
21110
21111 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21112
21113         * message.el (message-forbidden-properties): Fix typo in doc
21114         string.
21115
21116 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21117
21118         * gnus-util.el (gnus-replace-in-string): Add doc string.
21119
21120         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21121         to avoid problems when splitting mails with many recipients.
21122
21123 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21124
21125         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21126         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21127
21128 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21129
21130         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21131         if there is no hashtable in memory or file modification time is
21132         newer than cached timestamp.
21133
21134 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21135
21136         * gnus-sum.el (gnus-summary-limit-to-recipient):
21137         Implement not-matching option.
21138
21139 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21140
21141         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21142         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21143         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21144         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21145         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21146         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21147
21148 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21149
21150         * message.el (message-forward-make-body-mml): Remove headers
21151         according to message-forward-ignored-headers if a message is decoded.
21152
21153 2004-12-02  Romain Francoise  <romain@orebokech.com>
21154
21155         * message.el (message-forward-make-body-plain): Always remove
21156         headers according to message-forward-ignored-headers.
21157
21158 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21159
21160         * spam.el (spam-summary-prepare-exit): Remove the
21161         gnus-summary-limit pop for now, it has problems with ham marks for
21162         me.
21163
21164 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21165
21166         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21167         correctly.
21168
21169 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21170
21171         * format-spec.el (format-spec): Message the char.
21172
21173 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21174
21175         * gnus-art.el (gnus-split-methods): Reformat comments.
21176
21177         * spam.el (spam-summary-prepare-exit): Remove article limits
21178         before exiting the summary buffer.
21179
21180 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21181
21182         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21183         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21184
21185         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21186         order to silence the byte compiler.
21187
21188         * spam.el: Fix the way to silence the byte compiler, which
21189         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21190         bbdb-search-simple, spam-BBDB-register-routine,
21191         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21192         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21193         spam-stat-buffer-is-spam, spam-stat-load,
21194         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21195         spam-stat-save and spam-stat-split-fancy.
21196
21197 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21198
21199         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21200         which may confuse users.
21201         (canlock-password-for-verify): Ditto.
21202
21203         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21204
21205         * gnus-art.el (gnus-emphasis-alist): Ditto.
21206
21207         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21208
21209         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21210
21211         * gnus-start.el (gnus-save-killed-list): Ditto.
21212
21213         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21214         (gnus-sum-thread-tree-root): Ditto.
21215         (gnus-sum-thread-tree-false-root): Ditto.
21216         (gnus-sum-thread-tree-single-indent): Ditto.
21217
21218         * message.el (message-courtesy-message): Ditto.
21219         (message-archive-note): Ditto.
21220         (message-subscribed-address-file): Ditto.
21221         (message-user-fqdn): Ditto.
21222
21223         * spam-report.el (spam-report-gmane-regex): Ditto.
21224
21225         * spam.el (spam-blackhole-good-server-regex): Ditto.
21226
21227 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21228
21229         * mml.el (mml-preview): Widen the message buffer before copying
21230         the contents to the preview buffer; sort headers before previewing.
21231
21232         * message.el (message-hidden-headers): Fix the way to avoid a bug
21233         in the `repeat' widget in Emacs 21.3 or earlier.
21234
21235 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21236
21237         * message.el (message-hidden-headers): Default to "^References:".
21238         Improve customization type.  Suggested by Reiner Steib
21239         <Reiner.Steib@gmx.de>.
21240
21241 2004-11-25  Romain Francoise  <romain@orebokech.com>
21242
21243         * message.el (message-strip-forbidden-properties): Remove check for
21244         obsolete `message-hidden' text property, hidden headers are not
21245         accessible in the buffer anymore.
21246
21247 2004-11-22  Romain Francoise  <romain@orebokech.com>
21248
21249         * message.el (message-header-format-alist): Add `From' in list
21250         so that it can be sorted.
21251         (message-fix-before-sending): Widen and sort headers before
21252         sending.
21253         (message-hide-headers): Use narrowing to hide headers by moving
21254         them to the top of the buffer and narrowing to the region
21255         underneath.
21256
21257 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21258
21259         * message.el (message-strip-forbidden-properties):
21260         Bind buffer-read-only (etc) to nil.
21261
21262 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21263
21264         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21265         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21266
21267 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21268
21269         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21270
21271 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21272
21273         * dns.el (query-dns): Use sit-for to time instead of
21274         accept-process-output, since that doesn't seem to work on udp
21275         sockets.
21276
21277 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21278
21279         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21280
21281 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21282
21283         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21284         doc string.  Improve doc string.
21285
21286 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21287
21288         * nntp.el (nntp-request-update-info): Return nil if
21289         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21290         may not call gnus-activate-group which uselessly issues the GROUP
21291         commands for all nntp groups and wastes time.  Reported by Romain
21292         Francoise <romain@orebokech.com>.
21293
21294         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21295
21296 2004-11-15  Simon Josefsson  <jas@extundo.com>
21297
21298         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21299         headers separately.
21300         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21301         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21302
21303 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21304
21305         * gnus-start.el (gnus-convert-old-newsrc):
21306         Assign legacy-gnus-agent to 5.10.7.
21307
21308 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21309
21310         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21311         start of the lines.
21312
21313 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21314
21315         * hashcash.el (hashcash-default-payment): Change default to 20.
21316         (hashcash-default-accept-payment): Change default to 20.
21317         (hashcash-process-alist): New variable.
21318         (hashcash-generate-payment-async): Add.
21319         (hashcash-already-paid-p): Add.
21320         (hashcash-insert-payment): Don't generate payments twice.
21321         (hashcash-insert-payment-async): Add.
21322         (hashcash-insert-payment-async-2): Add.
21323         (hashcash-cancel-async): Add.
21324         (hashcash-wait-async): Add.
21325         (hashcash-processes-running-p): Add.
21326         (hashcash-wait-or-cancel): Add.
21327         (mail-add-payment): New optional argument.  Conditionally start
21328         asynchronous calculation.
21329         (mail-add-payment-async): Add.
21330
21331         * message.el (message-send-mail): Wait for asynchronous hashcash
21332         results.  Don't clobber existing X-Hashcash headers.
21333         (message-setup-1): Call mail-add-payment-async when
21334         message-generate-hashcash is non-nil.
21335
21336 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21337
21338         * message.el (message-use-alternative-email-as-from): Examine the
21339         From header as well; use message-make-from in order to include a
21340         user's full name.
21341
21342 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21343
21344         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21345         default; improve customization type.
21346         (gnus-emphasis-custom-with-format): New macro.
21347         (gnus-emphasis-custom-value-to-external): New function.
21348         (gnus-emphasis-custom-value-to-internal): New function.
21349
21350 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21351
21352         * dns.el (query-dns): Resolve reverse addresses.
21353
21354 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21355
21356         * gnus-group.el (gnus-group-get-new-news): Use it.
21357
21358         * gnus-start.el (gnus-check-reasonable-setup): New function.
21359
21360 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21361
21362         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21363         "Args out of range" error.  Reported by Arnaud Giersch
21364         <arnaud.giersch@free.fr>.
21365
21366 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21367
21368         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21369
21370 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21371
21372         * spam.el (spam group): Add :version.
21373
21374         * pgg-def.el (pgg group): Add :version.
21375
21376 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21377
21378         * gnus-art.el (gnus-article-edit-article): Don't associate the
21379         article buffer with a draft file.  This is a temporary measure
21380         against the 2004-08-22 change to gnus-article-edit-mode.
21381
21382 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21383
21384         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21385         (html2text-format-tags): Remove unused variable `attr'.
21386
21387 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21388
21389         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21390
21391         * tls.el (tls-process-connection-type, tls-success)
21392         (tls-certtool-program): Add :version.
21393
21394         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21395         (starttls-extra-arguments, starttls-process-connection-type)
21396         (starttls-connect, starttls-failure, starttls-success): Add :version.
21397
21398         * spam-stat.el (spam-stat): Add :version.
21399
21400         * sieve.el (sieve): Add :version.
21401
21402         * sha1.el (sha1): Add :version.
21403         (sha1-use-external): Remove redundant version.
21404
21405         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21406         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21407         (nnmail-split-fancy-match-partial-words)
21408         (nnmail-split-lowercase-expanded): Add :version.
21409
21410         * nndiary.el (nndiary): Add :version.
21411
21412         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21413
21414         * mml-sec.el (mml-default-sign-method)
21415         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21416         Add :version.
21417
21418         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21419
21420         * mm-url.el (mm-url-use-external, mm-url-program)
21421         (mm-url-arguments): Add :version.
21422
21423         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21424         (mm-attachment-file-modes, mm-decrypt-option)
21425         (mm-w3m-safe-url-regexp): Add :version.
21426
21427         * message.el (message-cite-prefix-regexp)
21428         (message-sendmail-envelope-from, message-minibuffer-local-map)
21429         (message-user-fqdn, message-completion-alist): Add :version.
21430
21431         * gnus-win.el (gnus-configure-windows-hook)
21432         (gnus-use-frames-on-any-display): Add :version.
21433
21434         * gnus-art.el (gnus-article-address-banner-alist)
21435         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21436         (gnus-treat-from-picon, gnus-treat-mail-picon)
21437         (gnus-treat-x-pgp-sig): Add :version.
21438
21439         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21440         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21441         (gnus-summary-article-delete-hook)
21442         (gnus-summary-display-while-building): Add :version.
21443
21444         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21445         (gnus-get-top-new-news-hook): Add :version.
21446
21447         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21448         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21449
21450         * gnus-registry.el (gnus-registry): Add :version.
21451
21452         * gnus-spec.el (gnus-use-correct-string-widths)
21453         (gnus-make-format-preserve-properties): Add :version.
21454
21455         * gnus.el (gnus-group-charter-alist)
21456         (gnus-group-fetch-control-use-browse-url)
21457         (gnus-install-group-spam-parameters): Add :version.
21458
21459         * gnus-diary.el (gnus-diary): Add :version.
21460
21461         * gnus-delay.el (gnus-delay): Add :version.
21462
21463         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21464         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21465         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21466         Add :version.
21467
21468         * gnus-agent.el (gnus-agent-max-fetch-size)
21469         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21470         (gnus-agent-prompt-send-queue): Add :version.
21471
21472         * deuglify.el (gnus-outlook-deuglify): Add :version.
21473
21474         * html2text.el: Beautify code.  Improve doc strings.
21475         Some checkdoc cleanup.
21476         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21477
21478 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21479
21480         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21481
21482 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21483
21484         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21485         when package is loaded.
21486
21487         * spam.el (spam-summary-score-preferred-header): Add global preference
21488         for people who want to override the default SpamAssassin over
21489         Bogofilter preference (when both are set).
21490         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21491         (spam-user-format-function-S):
21492         Check spam-summary-score-preferred-header.
21493         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21494         (spam-user-format-function-S): Format the score correctly.
21495
21496 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21497
21498         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21499         signature file.  Suggested by Manoj Srivastava
21500         <srivasta@golden-gryphon.com>.
21501
21502         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21503         iso-2022-jp even in the Japanese language environment.
21504         Suggested by Jason Rumney <jasonr@gnu.org>.
21505
21506 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21507
21508         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21509         use the same characters as the dummy marks; make it free from
21510         getting affected by the language environment.
21511         (gnus-summary-read-group-1): Update mark positions only when the
21512         format spec is updated.
21513
21514         * gnus-spec.el (gnus-update-format-specifications): Return a list
21515         of updated types.
21516
21517 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21518
21519         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21520         of boundp to check if display-warning is available.
21521
21522 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21523
21524         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21525
21526 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21527
21528         * nnspool.el (nnspool-spool-directory): Use news-path if the
21529         news-directory variable is not bound.
21530
21531         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21532         function instead of display-warning if it is not available.
21533
21534 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21535
21536         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21537         v5-10: Use `point-at-bol'.
21538
21539 2004-10-26  Simon Josefsson  <jas@extundo.com>
21540
21541         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21542         <chenggao@gmail.com>.
21543
21544 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21545
21546         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21547         instead.
21548
21549 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21550
21551         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21552         to remove a server from the nnimap-server-buffer-alist.
21553         (nnimap-open-connection, nnimap-close-server): Use it.
21554
21555         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21556
21557 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21558
21559         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21560         running the major-mode function.
21561
21562 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21563
21564         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21565         dummy marks in the right way.
21566
21567 2004-10-18  David Edmondson  <dme@dme.org>
21568
21569         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21570         excessively.
21571
21572 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21573
21574         * gnus-util.el (gnus-split-references): Accept a nil references
21575         string and go on blissfully.
21576
21577         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21578         cases where the references string is non-nil but has no references.
21579
21580         * encrypt.el: Add autoload tags.
21581
21582         * spam.el (spam-resolve-registrations-routine): Remove article
21583         from unregistration list too.  Reported by David Hanak
21584         <dhanak@isis.vanderbilt.edu>
21585
21586 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21587
21588         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21589         nil.  Change custom type.
21590
21591 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21592
21593         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21594
21595         * gnus-sum.el (gnus-summary-move-article): Use it.
21596
21597 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21598
21599         * encrypt.el: Add autoload cookies.
21600
21601         * spam.el (spam-backend-article-list-property)
21602         (spam-backend-get-article-todo-list)
21603         (spam-backend-put-article-todo-list)
21604         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21605         Resolve registrations separately.
21606         (spam-register-routine): Format comments.
21607         (spam-unregister-routine, spam-register-routine): Always call with
21608         specific-articles, no default list.
21609         (spam-summary-prepare-exit): Use the spam-classifications function.
21610
21611         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21612         gnus-encrypt.el.
21613
21614         * encrypt.el: Copied from gnus-encrypt.el.
21615
21616         * gnus-encrypt.el: Commented that it's obsolete.
21617
21618 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21619
21620         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21621         (gnus-score-save): Use it.
21622
21623         * message.el (message-bury): Use `window-dedicated-p'.
21624
21625 2004-10-15  Simon Josefsson  <jas@extundo.com>
21626
21627         * pop3.el (top-level): Don't require nnheader.
21628         (pop3-read-timeout): Add.
21629         (pop3-accept-process-output): Add.
21630         (pop3-read-response, pop3-retr): Use it.
21631
21632 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21633
21634         * spam.el (spam-register-routine): Move comment.
21635         (spam-verify-bogofilter): Use 'unknown for the initial
21636         spam-bogofilter-valid state, not 'never.
21637
21638         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21639         for netrc-machine.
21640
21641         * nnimap.el (nnimap-open-connection):
21642         Use netrc-machine-user-or-password.
21643
21644 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21645
21646         * gnus-registry.el (gnus-registry-unload-hook):
21647         Set as a variable with add-hook.
21648
21649         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21650         of news-path.
21651
21652         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21653
21654         * spam.el: Delete duplicate `provide'.
21655         (spam-unload-hook): Set as a variable with add-hook.
21656
21657 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21658
21659         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21660         in the doc string.
21661
21662         * message.el (message-ignored-news-headers)
21663         (message-ignored-supersedes-headers)
21664         (message-ignored-resent-headers)
21665         (message-forward-ignored-headers): Improve custom type.
21666
21667 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21668
21669         * message.el (message-tokenize-header): Fix 2004-09-06 change
21670         which used point-min in the wrong place.
21671
21672 2004-10-12  Simon Josefsson  <jas@extundo.com>
21673
21674         * tls.el (tls-certtool-program): New variable.
21675         (tls-certificate-information): New function, based on
21676         ssl-certificate-information.
21677
21678 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21679
21680         * compface.el: Move the version of ELisp-based uncompface program
21681         to the contrib directory because of the copyright problem.
21682
21683 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21684
21685         * message.el (message-kill-buffer): Raise the current frame.
21686
21687 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21688
21689         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21690
21691         * gnus.el (message-y-or-n-p): Autoload.
21692
21693         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21694         (pop3-password-required, pop3-authentication-scheme)
21695         (pop3-leave-mail-on-server): Make customizable.
21696         (pop3): New custom group.
21697         (pop3-retr): Remove `sleep-for' statements.
21698         Suggested by Dave Love <fx@gnu.org>.
21699
21700         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21701         Windows/DOS.
21702
21703         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21704         (imap-parse-body): Fix incorrect use of `assert'.
21705         Suggested by Dave Love <fx@gnu.org>.
21706
21707         * mml.el (mml-minibuffer-read-disposition): Require match.
21708         Suggested by Dave Love <fx@gnu.org>.
21709
21710 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21711
21712         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21713         doc string.
21714
21715 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21716
21717         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21718
21719 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21720
21721         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21722         instead of calling `mm-insert-inline', to decode text/* parts
21723         before displaying them.
21724
21725 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21726
21727         * mm-uu.el (mm-uu-text-plain-type): New variable.
21728         (mm-uu-pgp-signed-extract-1): Use it.
21729         (mm-uu-pgp-encrypted-extract-1): Use it.
21730         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21731         bind mm-uu-text-plain-type with that value.
21732         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21733         mm-uu-dissect.
21734
21735 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21736
21737         * gnus-group.el (gnus-update-group-mark-positions):
21738         * gnus-sum.el (gnus-update-summary-mark-positions):
21739         * message.el (message-check-news-body-syntax):
21740         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21741         of string-as-multibyte.
21742
21743 2004-10-05  Juri Linkov  <juri@jurta.org>
21744
21745         * gnus-group.el (gnus-update-group-mark-positions):
21746         * gnus-sum.el (gnus-update-summary-mark-positions):
21747         * message.el (message-check-news-body-syntax):
21748         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21749         8-bit unibyte values to a multibyte string for search functions.
21750
21751 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21752
21753         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21754         (mm-uu-dissect-text-parts): New function.
21755
21756         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21757         dissect text parts.
21758
21759         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21760         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21761
21762         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21763
21764         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21765         Use gnus-current-topics instead of gnus-current-topic.
21766
21767 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21768
21769         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21770
21771 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21772
21773         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21774         where appropriate.
21775
21776         * nnml.el (nnml-generate-active-info): do.
21777
21778         * nndiary.el (nndiary-generate-active-info): do.
21779
21780         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21781         (gnus-topic-move): do.
21782
21783         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21784         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21785
21786         * gnus-srvr.el (gnus-server-prepare)
21787         (gnus-server-open-all-servers): do.
21788
21789         * gnus-msg.el (gnus-summary-cancel-article)
21790         (gnus-summary-resend-message)
21791         (gnus-summary-mail-crosspost-complaint): do.
21792
21793         * gnus-move.el (gnus-change-server): do.
21794
21795         * gnus-group.el (gnus-group-unmark-all-groups)
21796         (gnus-group-set-current-level): do.
21797
21798 2004-10-04  Simon Josefsson  <jas@extundo.com>
21799
21800         * message.el (message-generate-hashcash): Doc fix.
21801
21802 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21803
21804         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21805         avoid infinite recursion via gnus-get-function.
21806
21807 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21808
21809         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21810
21811         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21812
21813         * nnmail.el (nnmail-split-history): do.
21814
21815         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21816         (nnml-request-delete-group): do.
21817
21818         * nnslashdot.el (nnslashdot-read-groups): do.
21819
21820         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21821         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21822
21823         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21824         (nnspool-sift-nov-with-sed): Use last.
21825         (nnspool-retrieve-headers-with-nov): Use mapc.
21826         (nnspool-request-newgroups): Use dolist.
21827         (nnspool-request-group): Use last.
21828
21829         * nntp.el (nntp-read-server-type): Use dolist.
21830
21831         * nnvirtual.el (nnvirtual-create-mapping)
21832         (nnvirtual-update-read-and-marked): Use dolist.
21833         (nnvirtual-convert-headers): Simplify.
21834
21835 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21836
21837         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21838         Add support for sync'ing tick marks.
21839
21840 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21841
21842         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21843         there's no visible header.
21844
21845 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21846
21847         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21848         When necessary, pass full group name to gnus-request-set-marks.
21849
21850 2004-10-01  Simon Josefsson  <jas@extundo.com>
21851
21852         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21853         acroread.
21854
21855 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21856
21857         * spam-report.el (spam-report-gmane): Fix interactive.
21858
21859         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21860
21861         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21862         when writing file.
21863         (gnus-agent-synchronize-flags): Don't default to being
21864         interactive.
21865
21866 2004-09-30  Simon Josefsson  <jas@extundo.com>
21867
21868         * message.el (message-generate-hashcash): Add.
21869         (message-send-mail): Use it, call mail-add-payment.
21870
21871 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21872
21873         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21874
21875 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21876
21877         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21878         gnus-requst-update-info with explicit code to sync the in-memory
21879         info read flags with the marks being sync'd to the backend.
21880
21881         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21882
21883 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21884
21885         * spam.el (spam-verify-bogofilter): Add new function.
21886         (spam-check-bogofilter)
21887         (spam-bogofilter-register-with-bogofilter): Use it.
21888         (spam-verify-bogofilter): Add small fixes.
21889
21890 2004-09-28  Simon Josefsson  <jas@extundo.com>
21891
21892         * hashcash.el (hashcash-generate-payment): Revert.
21893
21894 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21895
21896         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21897         Use gnus-extract-references instead of gnus-split-references.
21898
21899         * gnus-util.el (gnus-extract-references): Add new function, analogous
21900         to gnus-split-references but extracts only the message-ID without
21901         anything extra.
21902
21903         * hashcash.el (hashcash-generate-payment)
21904         (hashcash-check-payment): Do the right thing if hashcash-path is
21905         nil (because the hashcash program could not be found).
21906
21907         * spam.el (spam-use-hashcash): Remove comment.
21908
21909 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21910
21911         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21912         (gnus-cache-enter-article, gnus-cache-remove-article)
21913         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21914
21915         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21916
21917         * gnus-art.el (article-hide-boring-headers)
21918         (article-translate-strings, article-display-face)
21919         (gnus-article-mime-match-handle-first)
21920         (gnus-article-highlight-headers)
21921         (gnus-article-add-buttons-to-head): do.
21922
21923 2004-09-27  Simon Josefsson  <jas@extundo.com>
21924
21925         * hashcash.el: New version, from
21926         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21927         ../contrib/.
21928
21929 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21930
21931         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21932
21933 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21934
21935         * gnus-dup.el (gnus-dup-open): Use mapc.
21936         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21937
21938         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21939         Reported by Stefan Wiens <s.wi@gmx.net>.
21940
21941         * gnus.el (gnus-shutdown): Use dolist.
21942
21943         * gnus-undo.el (gnus-undo): Use mapc.
21944
21945         * nnrss.el (nnrss-generate-active): do.
21946
21947         * message.el (message-cite-original-without-signature)
21948         (message-cite-original): Use mapc.
21949         (message-do-actions, message-make-forward-subject): Use dolist.
21950
21951 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21952
21953         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21954         deletion to remove entire duplicate line.  Fixes merged article
21955         number bug.
21956
21957 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21958
21959         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21960         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21961         first ask if you want to open a server and then, even when you
21962         responded with no, asking if you want to synchronize the server's
21963         flags.
21964         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21965         multi-line expressions.
21966         (gnus-agent-synchronize-group-flags): New internal function.
21967         Updates marks in memory (in the info structure) AND in the
21968         backend.
21969
21970         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21971
21972         * nnagent.el (nnagent-request-set-mark):
21973         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21974         method, to ensure that synchronization updates marks in the
21975         backend and in the info (in memory) structure.
21976
21977 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21978
21979         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21980         convention fully; don't miss the root article of a thread; make
21981         the X-Draft-From header with correct article numbers.
21982
21983 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21984
21985         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21986         unless plugged.  Disable the agent so that an open failure causes
21987         an error.
21988
21989         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21990         Revert 2004-09-21 change.  The backend must be opened while
21991         synchronizing flags even when the backend stores the flags
21992         locally.
21993
21994 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21995
21996         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21997         in `header' match.  Reported by Svend Tollak Munkejord.
21998
21999         * message.el (message-cite-original): Fix use of
22000         `message-cite-articles-with-x-no-archive'.
22001
22002 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22003
22004         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22005         (gnus-window-to-buffer): Ditto.
22006
22007         * mml.el (mml-preview-buffer): New variable.
22008         (mml-preview): Manage window layout with gnus-buffer-configuration.
22009
22010         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22011         X-Draft-From header even if those articles aren't quoted.
22012
22013 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22014
22015         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22016         (gnus-request-set-mark, gnus-request-update-mark): Use new
22017         g-s-t-u-l-m to decide to use backend even when unplugged.
22018
22019 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22020
22021         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22022         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22023
22024 2004-09-20  Simon Josefsson  <jas@extundo.com>
22025
22026         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22027         "utf-16-le".
22028
22029 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22030
22031         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22032
22033 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22034
22035         * uudecode.el (uudecode-use-external): Add :version.
22036
22037         * smime.el (smime-CA-file, smime-encrypt-cipher)
22038         (smime-dns-server): Add :version.
22039
22040         * smiley.el (gnus-smiley-file-types): Add :version.
22041
22042         * sha1.el (sha1-use-external): Add :version.
22043
22044         * pgg-def.el (pgg-query-keyserver): Add :version.
22045
22046         * nnmail.el (nnmail-fancy-expiry-targets)
22047         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22048         Add :version.
22049
22050         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22051         (nnimap-retrieve-groups-asynchronous): Add :version.
22052         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22053
22054         * mml.el (mml-content-disposition-parameters)
22055         (mml-insert-mime-headers-always): Add :version.
22056
22057         * mm-util.el (mm-coding-system-priorities): Add :version.
22058
22059         * mm-decode.el (mm-inline-text-html-with-images)
22060         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22061         (mm-verify-option): Add :version.
22062         (mm-text-html-renderer): Change :version.
22063
22064         * message.el (message-fcc-externalize-attachments)
22065         (message-required-headers, message-draft-headers)
22066         (message-subject-trailing-was-query)
22067         (message-subject-trailing-was-ask-regexp)
22068         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22069         (message-mark-insert-end, message-archive-header)
22070         (message-archive-note, message-cross-post-default)
22071         (message-cross-post-note, message-followup-to-note)
22072         (message-cross-post-note-function, message-use-mail-followup-to)
22073         (message-subscribed-address-functions)
22074         (message-subscribed-address-file, message-subscribed-addresses)
22075         (message-subscribed-regexps, message-allow-no-recipients)
22076         (message-yank-cited-prefix, message-signature-insert-empty-line)
22077         (message-hidden-headers, message-hierarchical-addresses)
22078         (message-mail-user-agent, message-use-idna)
22079         (message-valid-fqdn-regexp)
22080         (message-strip-special-text-properties, message-header-synonyms)
22081         (message-beginning-of-line, message-tab-body-function): Add :version.
22082         (message-insert-canlock, message-wide-reply-confirm-recipients):
22083         Change :version.
22084
22085         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22086         and :version.
22087         (mail-source-delete-old-incoming-confirm)
22088         (mail-source-movemail-program): Add :version.
22089
22090         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22091         (gnus-agent-cache, gnus-agent): Change :version.
22092
22093         * gnus-util.el (gnus-use-byte-compile): Change :version.
22094
22095         * gnus-sum.el (gnus-summary-make-false-root-always)
22096         (gnus-summary-default-high-score)
22097         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22098         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22099         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22100         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22101         (gnus-sum-thread-tree-single-indent)
22102         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22103         (gnus-sum-thread-tree-leaf-with-other)
22104         (gnus-sum-thread-tree-single-leaf): Add :version.
22105         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22106         (gnus-article-loose-mime): Change :version.
22107
22108         * gnus-start.el (gnus-backup-startup-file)
22109         (gnus-save-startup-file-via-temp-buffer): Add :version.
22110
22111         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22112         (gnus-server-offline-face): Add :version.
22113
22114         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22115
22116         * gnus-msg.el (gnus-gcc-externalize-attachments)
22117         (gnus-debug-files, gnus-debug-exclude-variables)
22118         (gnus-discouraged-post-methods): Change :version.
22119         (gnus-confirm-mail-reply-to-news)
22120         (gnus-confirm-treat-mail-like-news): Add :version.
22121
22122         * gnus-int.el (gnus-server-unopen-status): Add :version.
22123
22124         * gnus-group.el (gnus-group-jump-to-group-prompt)
22125         (gnus-large-ephemeral-newsgroup)
22126         (gnus-fetch-old-ephemeral-headers): Add :version.
22127
22128         * gnus-fun.el (gnus-x-face-directory)
22129         (gnus-convert-pbm-to-x-face-command)
22130         (gnus-convert-image-to-x-face-command)
22131         (gnus-convert-image-to-face-command): Add :version.
22132
22133         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22134
22135         * gnus-cite.el (gnus-cite-blank-line-after-header)
22136         (gnus-article-boring-faces): Add :version.
22137
22138         * gnus-art.el (gnus-buttonized-mime-types)
22139         (gnus-inhibit-mime-unbuttonizing)
22140         (gnus-treat-display-face)
22141         (gnus-treat-body-boundary): Change :version.
22142         (gnus-body-boundary-delimiter, gnus-picon-databases)
22143         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22144         (gnus-treat-date-english, gnus-treat-fold-headers)
22145         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22146         (gnus-treat-mail-picon, gnus-treat-wash-html)
22147         (gnus-article-encrypt-protocol)
22148         (gnus-use-idna, gnus-article-over-scroll)
22149         (gnus-mime-display-multipart-alternative-as-mixed)
22150         (gnus-mime-display-multipart-related-as-mixed)
22151         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22152         (gnus-ctan-url, gnus-button-ctan-handler)
22153         (gnus-button-handle-ctan-bogus-regexp)
22154         (gnus-button-ctan-directory-regexp)
22155         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22156         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22157         (gnus-button-man-level, gnus-button-emacs-level)
22158         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22159
22160         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22161         (gnus-agent-go-online): Change :version.
22162         (gnus-agent-expire-unagentized-dirs)
22163         (gnus-agent-auto-agentize-methods): Add :version.
22164
22165         * flow-fill.el (fill-flowed-display-column)
22166         (fill-flowed-encode-column): Add :version.
22167
22168         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22169         (gnus-outlook-deuglify-unwrap-max)
22170         (gnus-outlook-deuglify-cite-marks)
22171         (gnus-outlook-deuglify-unwrap-stop-chars)
22172         (gnus-outlook-deuglify-no-wrap-chars)
22173         (gnus-outlook-deuglify-attrib-cut-regexp)
22174         (gnus-outlook-deuglify-attrib-verb-regexp)
22175         (gnus-outlook-deuglify-attrib-end-regexp)
22176         (gnus-outlook-display-hook): Add :version.
22177
22178         * binhex.el (binhex-use-external): Add :version.
22179
22180 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22181
22182         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22183         and `invisible'.
22184
22185 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22186
22187         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22188         in gnus-registry-trim.
22189
22190 2004-09-13  Simon Josefsson  <jas@extundo.com>
22191
22192         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22193
22194         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22195
22196         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22197         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22198         <yamaoka@jpl.org>.
22199         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22200         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22201         <yamaoka@jpl.org>.
22202
22203         * sieve.el (sieve-manage-mode): Ditto.
22204
22205 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22206
22207         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22208
22209 2004-09-11  Simon Josefsson  <jas@extundo.com>
22210
22211         * dns-mode.el: Add.
22212
22213         * mm-view.el (mm-display-dns-inline): Add.
22214
22215         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22216         (mm-automatic-display): Ditto.
22217
22218         * mailcap.el (mailcap-mime-data): Add text/dns.
22219         (mailcap-mime-extensions): Map .soa to text/dns.
22220
22221 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22222
22223         * gnus-art.el (article-decode-mime-words, article-babel)
22224         (gnus-article-highlight-signature, gnus-article-add-buttons)
22225         (gnus-signature-toggle): Remove unnecessary bindings of
22226         `inhibit-read-only' inherited from v5.10 merge.
22227
22228 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22229
22230         * nntp.el (nntp): New customization group.
22231         (nntp-authinfo-file): Add customization group.
22232
22233         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22234
22235         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22236
22237         * gnus.el (to-address, to-list, subscribed)
22238         (large-newsgroup-initial): Ditto.
22239
22240         * flow-fill.el (fill-flowed-display-column)
22241         (fill-flowed-encode-column): Ditto.
22242
22243 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22244
22245         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22246         Use point-min rather than 1.
22247         (message-send-mail): Use buffer-size rather than point-max.
22248
22249         * gnus-sum.el (gnus-summary-search-article-forward):
22250         Signal a specific `search-failed' rather than a generic `error'.
22251
22252         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22253         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22254         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22255
22256 2004-09-10  Simon Josefsson  <jas@extundo.com>
22257
22258         * nndb.el (require): Remove tcp and duplicate cl.
22259
22260 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22261
22262         * gnus-agent.el (directory-files-and-attributes): Move forward.
22263
22264 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22265
22266         * gnus-agent.el (directory-files-and-attributes):
22267         Optionally defined to support XEmacs.
22268
22269 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22270
22271         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22272         to avoid run-time CL dependencies.
22273         (gnus-agent-unfetch-articles): New function.
22274         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22275         article numbers even when local .overview file is missing.
22276         (gnus-agent-read-article-number): New function.  Only accepts
22277         27-bit article numbers.
22278         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22279         Use gnus-agent-read-article-number.
22280         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22281         from backend while recognizing that article numbers in .overview
22282         must be valid.
22283         (gnus-agent-update-files-total-fetched-for):
22284         Use directory-files-and-attributes to improve performance.
22285         * gnus-int.el (gnus-request-move-article):
22286         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22287         improve performance.
22288
22289         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22290         some users confused by references to .newsrc when they only have a
22291         .newsrc.eld file.
22292         (gnus-convert-mark-converter-prompt)
22293         (gnus-convert-converter-needs-prompt): Fix use of property list.
22294         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22295         New function.  Used internally to only display 'gnus converting
22296         files' message when actually necessary.
22297
22298         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22299         methods now autoloaded.
22300
22301 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22302
22303         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22304         identifiers.
22305
22306 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22307
22308         * gnus-picon.el: Fix indentation and closing parenthesis.
22309
22310 2004-09-01  Simon Josefsson  <jas@extundo.com>
22311
22312         * message.el (message-canlock-generate): Require sha1, not
22313         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22314         to require within a function.  Sadly, if sha1.el isn't loaded, the
22315         let binding in m-c-g will hide the defcustom definition, which is
22316         bad.)
22317
22318         * canlock.el: Require sha1, not sha1-el.
22319
22320         * message.el: Don't autoload sha1 (there is a autoload cookie in
22321         sha1.el).
22322
22323         * sha1-el.el: Rename to sha1.el.
22324
22325 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22326
22327         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22328
22329 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22330
22331         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22332
22333 2004-08-30  Kim F. Storm  <storm@cua.dk>
22334
22335         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22336
22337         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22338         Add :group 'nnimap.
22339
22340 2004-08-30  Andreas Schwab  <schwab@suse.de>
22341
22342         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22343         ?* and ?\;.
22344
22345         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22346         and ?\' to symbol instead of whitespace.
22347
22348 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22349
22350         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22351
22352         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22353         instead of re-search-forward.
22354
22355         * gnus-uu.el (gnus-uu-save-article): Ditto.
22356         (gnus-uu-post-encode-uuencode): Ditto.
22357
22358         * html2text.el (html2text-clean-list-items): Ditto.
22359         (html2text-clean-dtdd): Ditto.
22360         (html2text-format-tags): Ditto.
22361
22362         * message.el (message-send-mail-with-sendmail): Fix regexp.
22363         (message-fill-field-general): Use search-forward instead of
22364         re-search-forward.
22365         (unbold-region): Ditto.
22366
22367         * nnrss.el (nnrss-request-article): Ditto.
22368
22369         * nnslashdot.el (nnslashdot-request-article): Ditto.
22370
22371         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22372
22373         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22374         "Unrecognized menu descriptor" error in XEmacs.
22375
22376 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22377
22378         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22379         parent article of a sparse article in the thread hashtb.
22380
22381 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22382
22383         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22384         (nnmail-expand-newtext): Lowercase expanded entries if
22385         nnmail-split-lowercase-expanded is non-nil.
22386
22387 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22388
22389         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22390
22391         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22392         of gnus-tmp-news-method into string under XEmacs.  It will be
22393         passed to gnus-correct-length which takes only a string argument.
22394
22395 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22396
22397         * gnus-util.el (gnus-bind-print-variables): New macro.
22398         (gnus-prin1): Use it.
22399         (gnus-prin1-to-string): Use it.
22400         (gnus-pp): New function.
22401         (gnus-pp-to-string): New function.
22402
22403         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22404         Replace pp-to-string with gnus-pp-to-string.
22405         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22406         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22407         * gnus-msg.el (gnus-debug): Ditto.
22408         * gnus-score.el (gnus-score-save): Ditto.
22409         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22410         gnus-pp-to-string.
22411         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22412         with gnus-pp.
22413         * score-mode.el (gnus-score-pretty-print): Ditto.
22414         * webmail.el (webmail-debug): Ditto.
22415
22416 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22417
22418         * gnus-art.el (article-display-face, article-display-x-face):
22419         Use buffer-read-only.
22420
22421 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22422
22423         * gnus-art.el (article-hide-list-identifiers):
22424         Bind inhibit-read-only as t.
22425
22426 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22427
22428         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22429
22430 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22431
22432         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22433         (gnus-narrow-to-page): Don't assume point-min == 1.
22434         (gnus-article-edit-mode): Derive from message-mode.
22435
22436         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22437         point-min == 1.
22438
22439         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22440         Disable incorrect use of `assert'.
22441
22442         * message.el (message-mode): Set comment-start-skip.
22443
22444
22445 2004-08-22  Sam Steingold  <sds@gnu.org>
22446
22447         * pop3.el (pop3-leave-mail-on-server): New user variable.
22448         (pop3-movemail): Delete mail only when it is nil.
22449
22450 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22451
22452         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22453
22454         * mml.el (mml-preview): Use `pop-to-buffer'.
22455
22456         * message.el (message-goto-mail-followup-to): Insert after "To".
22457         (message-carefully-insert-headers): Add comment.
22458
22459         * gnus.el: Remove unused variable `gnus-article-check-size'.
22460
22461         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22462
22463         * gnus-art.el (gnus-button-alist):
22464         Improve `gnus-button-handle-library' entry.
22465
22466 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22467
22468         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22469         Use downcase, since XEmacs capitalizes error messages differently.
22470
22471 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22472
22473         * nntp.el: Add (require 'gnus) due to reference to
22474         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22475
22476 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22477
22478         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22479         Bind `mm-fill-flowed'.
22480
22481         * mm-decode.el (mm-dissect-singlepart): Check it.
22482
22483 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22484
22485         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22486         'imap' for netrc parsing.
22487
22488 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22489
22490         * mailcap.el (mailcap-mime-data): Mark as risky.
22491
22492 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22493
22494         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22495         may be included in the encoded word.
22496         (rfc2047-encode): Don't append a space if the encoded word
22497         includes close parenthesis.
22498
22499 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22500
22501         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22502         of text within parentheses.
22503
22504 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22505
22506         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22507         (gnus-encrypt-write-file-contents): Make the password key the file
22508         name PLUS the cipher, not just the cipher.  Also remove failed
22509         passwords from the cache.
22510
22511 2004-08-06  Simon Josefsson  <jas@extundo.com>
22512
22513         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22514         Doc fix.
22515
22516 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22517
22518         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22519         LWSP.
22520
22521 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22522
22523         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22524         Try to append in-reply-to: data to the references: header.
22525
22526         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22527         (netrc-parse): Use gnus-encrypt.el functions.
22528
22529         * gnus-encrypt.el: Add new file for encryption support; currently
22530         does only a few GPG ciphers and an internal XOR cipher.
22531
22532         * password.el: Add comments on using password-read-and-add.
22533         (password-read-and-add): Add function to read and add the
22534         password to the cache at once.
22535
22536 2004-07-28  Simon Josefsson  <jas@extundo.com>
22537
22538         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22539         parameter (but don't use it, for now).
22540
22541         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22542         instead of hard coding to nil.
22543
22544 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22545
22546         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22547         as mm-inline-image-xemacs does.
22548
22549 2004-07-26  Simon Josefsson  <jas@extundo.com>
22550
22551         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22552         Revert part of 2004-07-17 change below.
22553
22554 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22555
22556         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22557         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22558
22559 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22560
22561         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22562         quotes that actually start with ">" at the beginning of the
22563         lines.
22564
22565 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22566
22567         * rfc2047.el (rfc2047-encode-region): Fix last change.
22568         (rfc2047-encode-parameter): Remove useless concat.
22569
22570 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22571
22572         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22573         encode special characters; fix some kind of misconfigured headers;
22574         signal a real error if debug-on-quit or debug-on-error is non-nil.
22575         (rfc2047-encode-max-chars): New variable.
22576         (rfc2047-encode-1): Use it.
22577         (rfc2047-encode-parameter): New function.
22578
22579         * mml.el (mml-insert-parameter): Remove an excessive space.
22580
22581 2004-07-17  Simon Josefsson  <jas@extundo.com>
22582
22583         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22584         Kai Grossjohann <kai@emptydomain.de>.
22585         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22586         (gnus-group-make-menu-bar): Ditto.
22587
22588         * gnus-util.el (gnus-group-server): Add.
22589
22590 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22591
22592         * message.el (message-clone-locals): Clone sendmail and smtp
22593         variables.
22594
22595 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22596
22597         * rfc2047.el (rfc2047-encode-region): Fix last change.
22598
22599 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22600
22601         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22602         characters as non-special.
22603
22604 2004-07-09  Simon Josefsson  <jas@extundo.com>
22605
22606         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22607         Users will lose all flag changes made while unplugged with
22608         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22609         good default.  See numerous reports on ding mailing list.
22610
22611 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22612
22613         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22614         add generate-head-function and generate-article-function to the
22615         rfc822-forward entry.
22616         (nndoc-rfc822-forward-generate-article): New function.
22617         (nndoc-rfc822-forward-generate-head): New function.
22618
22619         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22620
22621 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22622
22623         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22624         respect display group parameter and gnus-summary-expunge-below.
22625         (gnus-articles-to-read): Remove unused reference to display group
22626         parameter.
22627
22628 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22629
22630         * nnheader.el (nnheader-uniquify-message-id): New experimental
22631         variable.
22632         (nnheader-nov-read-message-id): Use it.
22633
22634         * spam-report.el (spam-report-gmane): Add interactive.
22635
22636 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22637
22638         * mm-encode.el (mm-content-transfer-encoding-defaults):
22639         Use qp-or-base64 for the application/* types.
22640
22641 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22642
22643         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22644
22645 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22646
22647         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22648         trim value.
22649
22650 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22651
22652         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22653         New macro and function.
22654         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22655
22656 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22657
22658         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22659         after-load-alist.
22660
22661 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22662
22663         * gnus-group.el (gnus-group-get-new-news-this-group):
22664         Don't update info that isn't there.
22665
22666 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22667
22668         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22669         entry.
22670
22671 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22672
22673         * mm-view.el (mm-inline-render-with-function): Use multibyte
22674         buffer; decode html source by charset.
22675
22676         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22677
22678         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22679         Mule-UCS is loaded under XEmacs.
22680         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22681
22682 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22683
22684         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22685
22686 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22687
22688         * mm-util.el (mm-coding-system-p): Return a coding-system.
22689         (mm-mime-mule-charset-alist): Use shift_jis instead of
22690         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22691         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22692         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22693         instead of japanese-shift-jis and iso-latin-1 respectively in
22694         order to share the default value with both Emacs and XEmacs-mule.
22695         (mm-mule-charset-to-mime-charset):
22696         Make mm-coding-system-priorities effective.
22697         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22698         while predicating of candidates upon the priorities.
22699
22700 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22701
22702         * gnus-sum.el (gnus-summary-make-menu-bar):
22703         Add gnus-uu-invert-processable.
22704
22705         * gnus.el: Autoload gnus-uu-invert-processable.
22706
22707 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22708
22709         * mm-util.el (mm-with-multibyte-buffer): New macro.
22710
22711         * rfc2047.el (rfc2047-encode-string): Use it.
22712         (rfc2047-encode-region): Move point to the end of the region after
22713         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22714
22715 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22716
22717         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22718         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22719
22720 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22721
22722         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22723         (gnus-cite-parse): Ignore quoted envelope From_.
22724         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22725
22726 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22727
22728         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22729         invalid addresses.
22730
22731 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22732
22733         * spam.el: Change section markers, revise TODO list.
22734         (spam-backends): Make new master list of all installed backends.
22735         (spam-summary-exit-behavior): Add new variable to determine how
22736         messages moves are done at summary exit.
22737         (spam-move-spam-nonspam-groups-only)
22738         (spam-process-ham-in-nonham-groups)
22739         (spam-process-ham-in-spam-groups): Remove variables, the
22740         spam-summary-exit-behavior variable should be used to manage this
22741         behavior.
22742         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22743         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22744         and spam-old-spam-articles.
22745         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22746         Add empty variables, placeholders for the backends they represent.
22747         (spam-set-difference): Move, unchanged.
22748         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22749         unless the user has a processor variable.
22750         (spam-classifications, spam-classification-valid-p)
22751         (spam-backend-properties, spam-backend-property-valid-p)
22752         (spam-backend-function-type-valid-p)
22753         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22754         (spam-report-articles-gmane, spam-report-articles-resend):
22755         Remove functions, they are not needed.
22756         (spam-install-backend-super, spam-backend-list)
22757         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22758         (spam-backend-function, spam-backend-ham-registration-function)
22759         (spam-backend-spam-registration-function)
22760         (spam-backend-ham-unregistration-function)
22761         (spam-backend-spam-unregistration-function)
22762         (spam-backend-statistical-p, spam-backend-mover-p)
22763         (spam-install-backend-alias, spam-install-checkonly-backend)
22764         (spam-install-mover-backend, spam-install-nocheck-backend)
22765         (spam-install-backend, spam-install-statistical-backend)
22766         (spam-install-statistical-checkonly-backend): Add backend installation
22767         support.
22768         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22769         (spam-group-processor-p): Use the new backend code and respect the
22770         summary exit behavior.
22771         (spam-mark-spam-as-expired-and-move-routine): Remove.
22772         (spam-summary-prepare): Change to use the new spam-old-articles
22773         variable.
22774         (spam-copy-or-move-routine, spam-copy-spam-routine)
22775         (spam-move-spam-routine, spam-copy-ham-routine)
22776         (spam-move-ham-routine): Add code to copy/move ham or spam.
22777         (spam-fetch-field-fast): Improve doc and code, plus allow the
22778         'number request.
22779         (spam-list-of-checks, spam-list-of-statistical-checks):
22780         Remove variables.
22781         (spam-split, spam-find-spam): Use the new backend code.
22782         (spam-registration-functions): Remove variable.
22783         (spam-unregister-routine): Add convenience wrapper.
22784         (spam-log-undo-registration, spam-register-routine)
22785         (spam-log-processing-to-registry)
22786         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22787         where possible.
22788         (spam-check-gmane-xref, spam-check-regex-headers)
22789         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22790         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22791         (spam-check-bogofilter-headers, spam-check-spamoracle)
22792         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22793         (spam-check-crm114-headers): Use the spam-split-group that
22794         spam-split prepares, no need to determine it every time.
22795
22796         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22797         to the nnheader-parse-naked-head call.
22798
22799         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22800
22801         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22802         the nnheader-nov-read-message-id call.
22803
22804 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22805
22806         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22807         gnus-activate-group twice.  Suggested by Markus Peter
22808         <warp@spin.de>.
22809
22810 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22811
22812         * gnus-art.el (gnus-article-time-format): Exchange the order of
22813         day and month in the default value; fix customization type.
22814         (article-date-ut): Use add-text-properties.
22815         (article-make-date-line): Use message-make-date instead of
22816         current-time-string.
22817
22818         * message.el (message-fetch-field): Don't use set-text-properties.
22819         (message-make-date): Simplify.
22820
22821         * messagexmas.el (message-xmas-make-date): New function.
22822         (message-xmas-redefine): Defalias message-make-date to it.
22823
22824 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22825
22826         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22827         (rfc2047-encode-region): Treat text within parentheses as special;
22828         show the original text when error has occurred.
22829
22830         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22831         already-computed method to gnus-activate-group.
22832
22833         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22834         same select-methods identical Lisp objects.
22835
22836         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22837         object when modifying the info.
22838
22839 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22840
22841         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22842         gnus-opened-servers since it has never been opened with the new
22843         configuration yet.
22844
22845 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22846
22847         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22848         arg to nnheader-generate-fake-message-id.
22849
22850 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22851
22852         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22853         number and build a fake message ID localized to a group and
22854         article number (so it's repeatable from that point on).
22855         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22856         ID format.
22857
22858         * gnus-sum.el (gnus-get-newsgroup-headers):
22859         Call nnheader-generate-fake-message-id with the article number.
22860
22861 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22862
22863         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22864         end-of-buffer.
22865
22866 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22867
22868         * message.el (message-ignored-supersedes-headers): Add Approved.
22869
22870 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22871
22872         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22873         goto-char.
22874         (rfc2047-encode): Fold the line before encoding.
22875
22876 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22877
22878         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22879         folding -- not all headers can be folded, and this should be done
22880         by the message composition mode.  Probably.  I think.
22881
22882 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22883
22884         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22885         fast.
22886
22887         * gnus-ems.el (gnus-remove-image): Don't use
22888         message-text-with-property; remove only the image found first.
22889
22890         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22891         found first.
22892
22893 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22894
22895         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22896
22897 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22898
22899         * message.el (message-text-with-property): Make it fast and accept
22900         optional arguments.
22901         (message-strip-forbidden-properties): Use it.
22902         (message-fix-before-sending): Follow the m-t-w-p change.
22903
22904         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22905
22906 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22907
22908         * gnus-art.el (article-hide-headers): Don't change the buffer
22909         mistakenly when performing mml-preview even if
22910         gnus-single-article-buffer is nil.
22911
22912 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22913
22914         * message.el (message-expand-name-databases): New user option.
22915         (message-expand-name): Use it.
22916
22917 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22918
22919         * spam.el (spam-report-articles-resend)
22920         (spam-report-resend-register-routine): Allow ham reporting.
22921         (spam-report-resend-register-ham-routine): Add wrapper.
22922         (spam-registration-functions): Add ham resending functions.
22923         (spam-list-of-processors): Add ham resend processor.
22924
22925         * gnus.el (ham-resend-to): Add new group parameter.
22926         (spam-process): Add ham resend option.
22927
22928         * spam-report.el (spam-report-resend): Allow reporting ham.
22929         (spam-report-resend-ham): Add wrapper.
22930
22931 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22932
22933         * message.el (message-cite-articles-with-x-no-archive):
22934         New variable.
22935         (message-cite-original): Use it.
22936
22937 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22938
22939         * message.el (message-cite-original): Respect X-No-Archive.
22940
22941 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22942
22943         * gnus-art.el (article-hide-headers): Refer to the values for
22944         gnus-ignored-headers and gnus-visible-headers in the summary
22945         buffer since a user may have set them as group parameters.
22946
22947 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22948
22949         * assistant.el (assistant-node-name): Add convenience function.
22950         (assistant-render-text, assistant-render-node): Add error handling,
22951         plus handle multiple next nodes.
22952         (assistant-find-next-node): Comment out for now.
22953         (assistant-find-next-nodes): Add function, returns list of next
22954         nodes.
22955
22956 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22957
22958         * mail-source.el (mail-source-directory): Fix doc-string.
22959
22960 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22961
22962         * assistant.el (assistant-render-text, assistant-eval): Add :set
22963         widget type, which is different because it takes and returns a
22964         list.  Much hilarity ensues.
22965
22966 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22967
22968         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22969
22970         * gnus-group.el (gnus-group-get-new-news-this-group):
22971         Add doc-string.
22972
22973         * gnus-start.el (gnus-activate-group): Add doc-string.
22974
22975 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22976
22977         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22978
22979 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22980
22981         * assistant.el (assistant-render-text): Try to add a :set
22982         widget, more to come.
22983
22984         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22985         strings.
22986         (spam-report-articles-resend)
22987         (spam-register-routine): Do registration iff any articles warrant
22988         it.
22989         (spam-summary-prepare-exit): Change log message for nil group
22990         destinations.
22991
22992 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22993
22994         * spam.el (spam-report-resend-register-routine):
22995         Allow spam-report-resend-to to be a group parameter or a global value.
22996
22997 2004-05-26  Simon Josefsson  <jas@extundo.com>
22998
22999         * starttls.el: Merge with my GNUTLS based starttls.el.
23000         (starttls-gnutls-program, starttls-use-gnutls)
23001         (starttls-extra-arguments, starttls-process-connection-type)
23002         (starttls-connect, starttls-failure, starttls-success):
23003         New variables.
23004         (starttls-program, starttls-extra-args): Doc fix.
23005         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23006         New functions.
23007         (starttls-negotiate, starttls-open-stream):
23008         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23009         function if it is set.
23010
23011 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23012
23013         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23014         structured fields.
23015
23016 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23017
23018         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23019
23020 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23021
23022         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23023         Add variable.
23024         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23025         assigning the spam-mark to new messages.
23026
23027 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23028
23029         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23030
23031 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23032
23033         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23034
23035         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23036         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23037         default.
23038
23039 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23040
23041         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23042         correct data.
23043
23044 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23045
23046         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23047         (spam-group-processor-p): Fix function.
23048         (spam-group-processor-multiple-p)
23049         (spam-group-spam-processor-report-gmane-p)
23050         (spam-group-spam-processor-report-resend-p)
23051         (spam-group-spam-processor-bogofilter-p)
23052         (spam-group-spam-processor-blacklist-p)
23053         (spam-group-spam-processor-ifile-p)
23054         (spam-group-ham-processor-ifile-p)
23055         (spam-group-spam-processor-spamoracle-p)
23056         (spam-group-spam-processor-crm114-p)
23057         (spam-group-ham-processor-bogofilter-p)
23058         (spam-group-spam-processor-stat-p)
23059         (spam-group-ham-processor-stat-p)
23060         (spam-group-ham-processor-whitelist-p)
23061         (spam-group-ham-processor-BBDB-p)
23062         (spam-group-ham-processor-spamoracle-p)
23063         (spam-group-ham-processor-copy-p): Remove functions with some
23064         prejudice against unneeded code.
23065         (spam-report-articles-resend)
23066         (spam-report-resend-register-routine): Allow the group/topic
23067         spam-resend-to value to override spam-report-resend-to.
23068         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23069         properly now.
23070
23071         * gnus.el (spam-resend-to): Add group/topic parameter.
23072         (spam-process): Move the OBSOLETE processors to the end of the
23073         choices.
23074
23075 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23076
23077         * spam-report.el (spam-report-resend-to, spam-report-resend):
23078         Start with resend-to set to nil, and then ask the user if necessary.
23079         (spam-report-resend): spam-report-resend takes a list of articles, not
23080         separate article numbers.
23081
23082 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23083
23084         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23085         addition to emacs-w3m.
23086
23087 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23088
23089         * assistant.el (assistant-authinfo-data): New function.
23090         (assistant-eval): Eval for entire assistant.
23091
23092         * netrc.el (netrc-services-file): New variable.
23093         (netrc-parse-services): New function.
23094         (netrc-find-service-name): New function.
23095         (netrc-find-service-number): New function.
23096         (netrc-port-equal): New function.
23097         (netrc-machine): Use it.
23098
23099         * nnimap.el (nnimap-open-connection): Use netrc.
23100
23101         * gnus-util.el (gnus-netrc-get): Remove aliases.
23102
23103         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23104
23105         * assistant.el (wid-edit): Fix compilation.
23106
23107         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23108
23109 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23110
23111         * gnus-util.el (gnus-set-file-modes): New function.  (small
23112         patch).
23113
23114 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23115
23116         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23117
23118         * assistant.el (assistant-render-node): Fix up rendering and
23119         read-only text.
23120         (assistant-render-node): Reset.
23121         (assistant-make-read-only): Not sticky.
23122
23123 2004-05-20  Danny Siu  <dsiu@adobe.com>
23124
23125         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23126         centered even when gnus-auto-center-summary is t.
23127
23128 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23129
23130         * dns.el (dns-get-txt-answer): New function.
23131         (dns-read-txt): Ditto.
23132         (query-dns): Use it.
23133
23134 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23135
23136         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23137         active for foreign groups even if the group level is higher than
23138         the specified value.
23139
23140 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23141
23142         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23143         non-active groups.
23144
23145         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23146
23147 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23148
23149         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23150
23151 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23152
23153         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23154         (spam-crm114-header, spam-crm114-spam-switch)
23155         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23156         (spam-crm114-positive-spam-header)
23157         (spam-crm114-database-directory, spam-list-of-processors)
23158         (spam-group-spam-processor-crm114-p)
23159         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23160         (spam-generic-score, spam-list-of-checks)
23161         (spam-list-of-statistical-checks, spam-registration-functions)
23162         (spam-check-crm114-headers, spam-crm114-score)
23163         (spam-check-crm114, spam-crm114-register-with-crm114)
23164         (spam-crm114-register-spam-routine)
23165         (spam-crm114-unregister-spam-routine)
23166         (spam-crm114-register-ham-routine)
23167         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23168
23169 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23170
23171         * gnus.el: Add spam-use-crm114.
23172
23173         * spam.el (spam-list-of-processors, spam-registration-functions):
23174         Add spam-use-resend.
23175         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23176         (spam-report-articles-gmane): Add doc fix.
23177         (spam-report-articles-resend, spam-report-resend-register-routine):
23178         Add wrappers around spam-report-resend-to.
23179
23180         * spam-report.el (spam-report-resend-to, spam-report-resend):
23181         Add support for resending spam.
23182         (spam-report-gmane): Fix line length >80.
23183
23184         * gnus.el (spam-process): Add spam-use-resend.
23185
23186 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23187
23188         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23189         number of processed spam messages.
23190         (spam-ham-copy-or-move-routine): Return the number of processed
23191         ham messages.
23192         (spam-summary-prepare-exit): Use the above values to decide
23193         whether status messages shouled be displayed.
23194
23195 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23196
23197         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23198         `rfc2047-encoding-function-alist' in order to avoid conflicting
23199         with the old version.
23200         (rfc2047-encode-region): Concatenate words containing non-ASCII
23201         characters in structured fields; don't encode space-delimited
23202         ASCII words even in unstructured fields; don't break words at
23203         char-category boundaries.
23204         (rfc2047-encode-1): New function.
23205         (rfc2047-encode): Use it; encode text so that it occupies the
23206         maximum width within 76-column; work correctly on Q encoding for
23207         iso-2022-* charsets.
23208         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23209         sure not to break a line just after the header name.
23210         (rfc2047-b-encode-region): Remove.
23211         (rfc2047-b-encode-string): New function.
23212         (rfc2047-q-encode-region): Remove.
23213         (rfc2047-q-encode-string): New function.
23214
23215         * mm-util.el (mm-replace-in-string): New function.
23216
23217 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23218
23219         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23220         Really get it right.
23221         (gnus-inews-make-draft): Really.
23222
23223 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23224
23225         * nnmh.el (nnmh-request-list-1): Don't check the link count
23226         before descending.  (small patch)
23227
23228 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23229
23230         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23231         stuff.
23232
23233         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23234         Match on real group name.
23235
23236         * gnus-art.el (gnus-signature-limit): Doc fix.
23237
23238         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23239
23240         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23241
23242 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23243
23244         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23245         isn't a string.
23246
23247 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23248
23249         * gnus-draft.el (gnus-draft-send):
23250         Bind rfc2047-encode-encoded-words.
23251
23252         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23253         (rfc2047-encodable-p): Say that =? needs encoding.
23254         (rfc2047-encode-encoded-words): New variable.
23255
23256         * gnus-group.el (gnus-group-select-group): Doc fix.
23257
23258         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23259
23260         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23261         to nil.
23262
23263         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23264
23265         * nnheader.el (nnheader-get-lines-and-char): New function.
23266
23267 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23268
23269         * gnus-msg.el (gnus-summary-followup-with-original):
23270         Document yanking of region when active.
23271
23272 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23273
23274         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23275         groups if the group level is higher than the specified value.
23276
23277 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23278
23279         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23280         (gnus-group-jump-to-group): Add prefix argument using
23281         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23282         non-active group.
23283
23284         * compface.el (uncompface): Be verbose when changing
23285         `uncompface-use-external'.
23286
23287         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23288         handle manual section.
23289
23290 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23291
23292         * gnus-art.el (gnus-button-alist): Revert previous change.
23293
23294 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23295
23296         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23297
23298 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23299
23300         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23301         whether backend can accept message.
23302
23303         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23304
23305 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23306
23307         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23308         Avoid creating directory when nntp-marks-is-evil is true.
23309         Reported by Reiner Steib.
23310
23311 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23312
23313         * gnus-picon.el (gnus-picon-insert-glyph):
23314         Add optional `nostring' argument.
23315
23316 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23317
23318         * gnus-picon.el (gnus-picon-style): New variable.
23319         (gnus-picon-transform-address): Support `gnus-picon-style'.
23320
23321 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23322
23323         * message.el (message-fill-field): Return point.
23324         (message-generate-headers): Go to end of field.
23325
23326         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23327         stuff for non-living groups.
23328
23329 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23330
23331         * gnus-art.el (gnus-article-followup-with-original)
23332         (gnus-article-reply-with-original): gnus-mark-active-p ->
23333         gnus-region-active-p.
23334
23335 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23336
23337         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23338         only when there is spam or ham to be processed.
23339
23340 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23341
23342         * mail-source.el (mail-source-delete-crash-box): Refactor.
23343         (mail-source-fetch): Use it.
23344         (mail-source-fetch-file): Ditto.
23345         (mail-source-fetch-directory): Run postscript in loop.
23346         (mail-source-fetch-pop): Delete.
23347         (mail-source-fetch-maildir): Ditto.
23348         (mail-source-fetch-imap): Ditto.
23349
23350         * imap.el (imap-authenticators): Comment out sasl.
23351
23352         * message.el (message-skip-to-next-address): New function.
23353         (message-fill-header-address): Refactor.
23354         (message-fill-address): Use it.
23355         (message-delete-address): Use it.
23356         (message-fill-header-general): Refactor.
23357         (message-fill-field-address): Rename.
23358         (message-narrow-to-field): Find the start of the header.
23359         (message-header-format-alist): Don't pre-fill.
23360         (message-fill-header): Remove.
23361         (message-insert-header): New function.
23362         (message-shorten-references): Use it.
23363
23364         * rfc2047.el (rfc2047-field-value): Strip props.
23365
23366         * mail-parse.el (mail-header-make-address): New alias.
23367
23368         * ietf-drums.el (ietf-drums-make-address): New function.
23369
23370         * imap.el: Add compiler directives.
23371
23372         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23373
23374         * gnus-art.el (article-decode-idna-rhs): Don't use
23375         message-idna-inside-rhs-p.
23376
23377 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23378
23379         * message.el (message-idna-inside-rhs-p): Remove.
23380         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23381
23382         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23383         false positives.
23384
23385 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23386
23387         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23388
23389 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23390
23391         * nneething.el (nneething-file-name): Don't create spurious
23392         files.
23393
23394         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23395         (gnus-inews-do-gcc): Remove sleep.
23396
23397         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23398         part under point.
23399
23400         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23401         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23402
23403 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23404
23405         * spam.el (spam-summary-prepare-exit): Fix (length).
23406
23407 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23408
23409         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23410         as expired without moving it" message when there are spam
23411         messages left.
23412
23413 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23414
23415         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23416         header is not nil.
23417
23418 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23419
23420         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23421         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23422         (nntp-marks-changed-p): New arg SERVER.
23423         (nntp-request-update-info): Adjust caller.
23424
23425 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23426
23427         * nntp.el (nntp-save-marks): Pass missing arg.
23428
23429 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23430
23431         * nntp.el: Support marks.
23432         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23433         (nntp-marks-modtime, nntp-marks-directory): New variables.
23434         (nntp-request-set-mark, nntp-request-update-info)
23435         (nntp-possibly-create-directory, nntp-marks-changed-p)
23436         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23437         New functions.
23438
23439 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23440
23441         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23442         (gnus-xmas-redefine): Rename.
23443
23444         * gnus-score.el (gnus-score-insert-help):
23445         Use gnus-select-lowest-window.
23446
23447         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23448         appt-select-lowest-window and rename to gnus-select-lowest-window.
23449
23450         * gnus.el: do.
23451
23452 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23453
23454         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23455         encodings of MIME-encoded words, in order to improve
23456         interoperability with several broken MUAs.
23457
23458 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23459
23460         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23461         tags, only when charsets are not specified in headers.
23462         (mm-inline-text-html-render-with-w3m): Ditto.
23463
23464         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23465         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23466
23467 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23468
23469         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23470         instead of MIME-decoded from fields when checking
23471         `gnus-article-address-banner-alist'.
23472
23473 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23474
23475         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23476         description rather than subject.
23477
23478 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23479
23480         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23481
23482 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23483
23484         * gnus.el (gnus-version-number): Bump.
23485
23486 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23487
23488         * gnus.el: No Gnus v0.2 is released.
23489
23490 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23491
23492         * gnus-agent.el (gnus-agent-read-agentview):
23493         Inline gnus-uncompress-range.
23494
23495 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23496
23497         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23498         `exec-installed-p'.
23499
23500 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23501
23502         * gnus.el (spam-process, spam-autodetect-methods):
23503         Add bsfilter and bsfilter-headers.
23504
23505         * spam.el (spam-bsfilter): New customize group.
23506         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23507         (spam-bsfilter-header, spam-bsfilter-probability-header)
23508         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23509         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23510         (spam-bsfilter-database-directory): New options.
23511         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23512         (spam-list-of-statistical-checks, spam-registration-functions):
23513         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23514         (spam-bsfilter-score): New command.
23515         (spam-check-bsfilter-headers, spam-check-bsfilter)
23516         (spam-bsfilter-register-with-bsfilter)
23517         (spam-bsfilter-register-spam-routine)
23518         (spam-bsfilter-unregister-spam-routine)
23519         (spam-bsfilter-register-ham-routine)
23520         (spam-bsfilter-unregister-ham-routine): New functions.
23521         (spam-generic-score): Support bsfilter; Accept an optional argument
23522         to recalcurate spam score even if scoring header has already been
23523         added.
23524         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23525         optional argument to recalcurate spam score even if scoring header
23526         has already been added.
23527
23528 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23529
23530         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23531         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23532         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23533         link is missing.
23534
23535 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23536
23537         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23538         (html2text-get-attr): Rewrite.
23539
23540         * message.el (message-setup-1): Remove redundant put-text-property
23541         on mail-header-separator.
23542
23543 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23544
23545         * gnus-registry.el (gnus-registry-cache-whitespace)
23546         (gnus-registry-action, gnus-registry-spool-action)
23547         (gnus-registry-split-fancy-with-parent): Change message levels
23548         from 5 to 3 or 7, as needed.
23549
23550         * spam.el (spam-summary-prepare-exit)
23551         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23552         (spam-split, spam-find-spam, spam-log-undo-registration)
23553         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23554         level from 5 to 6.
23555
23556 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23557
23558         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23559         2004-03-04 change).
23560
23561 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23562
23563         * sieve-manage.el (sieve-manage-open):
23564         * nnweb.el (nnweb-insert-html):
23565         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23566         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23567         * nnspool.el (nnspool-request-group):
23568         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23569         * nnml.el (nnml-request-update-info):
23570         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23571         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23572         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23573         (nnimap-request-set-mark):
23574         * nnfolder.el (nnfolder-request-update-info):
23575         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23576         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23577         * gnus-uu.el (gnus-uu-find-articles-matching):
23578         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23579         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23580         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23581         * gnus-nocem.el (gnus-nocem-scan-groups):
23582         * gnus-int.el (gnus-start-news-server):
23583         * gnus-group.el (gnus-group-make-kiboze-group)
23584         (gnus-group-browse-foreign-server):
23585         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23586         Use mapc when appropriate.
23587
23588 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23589             Adam Sjøgren  <asjo@koldfront.dk>
23590             Wes Hardaker  <wes@hardakers.net>
23591             Michael Shields  <shields@msrl.com>
23592
23593         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23594         may need for spam sorting and scoring.
23595         (spam-user-format-function-S): Add user format function suitable for
23596         general use.
23597         (spam-article-sort-by-spam-status): Add sorting function for summary
23598         sorting.
23599         (spam-extra-header-to-number): Add function to get a score from a
23600         header.
23601         (spam-summary-score): Add function to get a numeric score from the
23602         headers.
23603         (spam-generic-score): Fix function doc, was in wrong place.
23604         (spam-initialize): Take symbols when it's run, and install the
23605         extra headers that spam-necessary-extra-headers thinks we need.
23606
23607 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23608
23609         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23610         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23611
23612 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23613
23614         * gnus-sum.el (gnus-set-global-variables)
23615         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23616         (gnus-article-get-xrefs, gnus-summary-best-group)
23617         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23618         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23619         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23620         Use with-current-buffer.
23621
23622 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23623
23624         * spam.el (spam-summary-prepare-exit): Simplify logic.
23625         (spam-fetch-article-header): Read the article header if it's not
23626         available.
23627         (spam-list-articles): Simplify logic.
23628         (spam-filelist-register-routine): Fix bug with unregister-list.
23629
23630         * gnus-registry.el: Fix comments at beginning.
23631
23632 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23633
23634         * message.el (message-cater-to-broken-inn): Remove.
23635         (message-shorten-references): Make sure the total folded length of
23636         References is shorter than 998 characters to cater to a bug in INN
23637         2.3.  Also, don't pretend that references aren't folded -- this
23638         hasn't worked for a while.
23639
23640 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23641
23642         * gnus-agent.el (gnus-agentize):
23643         gnus-agent-send-mail-real-function no longer set to current value
23644         of message-send-mail-function but rather a lambda that calls
23645         message-send-mail-function.  The change makes the agent real-time
23646         responsive to user changes to message-send-mail-function.
23647
23648 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23649
23650         * legacy-gnus-agent.el
23651         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23652         help from Florian Weimer <fw@deneb.enyo.de>
23653
23654 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23655
23656         * nnmail.el (nnmail-cache-insert): Revert last change.
23657
23658 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23659
23660         * nnmail.el (nnmail-cache-insert): Always check whether
23661         nnmail-cache-ignore-groups matches a group name.
23662
23663 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23664
23665         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23666         (spam-find-spam, spam-log-processing-to-registry)
23667         (spam-log-registered-p, spam-log-unregistration-needed-p)
23668         (spam-log-undo-registration): Use gnus-message instead of
23669         gnus-error, none of these errors are fatal.
23670
23671         * gnus-registry.el (gnus-registry-clean-empty-function)
23672         (gnus-registry-clean-empty): Remove only empty entries without
23673         extra data.
23674
23675 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23676
23677         * spam-stat.el (spam-stat-buffer-change-to-spam)
23678         (spam-stat-buffer-change-to-non-spam): Change (error) to
23679         (gnus-message 8) invocation.
23680
23681 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23682
23683         * nntp.el (nntp-via-netcat-command): New variable.
23684         (nntp-via-netcat-switches): New variable.
23685         (nntp-open-via-rlogin-and-netcat): New function.
23686         (nntp-open-connection-function): Doc fix.
23687         (nntp-telnet-command): Doc fix.
23688         (nntp-end-of-line): Doc fix.
23689         (nntp-via-rlogin-command): Doc fix.
23690         (nntp-via-user-name): Doc fix.
23691         (nntp-via-address): Doc fix.
23692
23693 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23694
23695         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23696         error in Emacs 21.1.
23697
23698 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23699
23700         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23701
23702 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23703
23704         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23705         (gnus-agent-with-refreshed-group): New macro.
23706         (gnus-agent-rename-group): New function.
23707         (gnus-agent-delete-group): New function.
23708         (gnus-agent-save-group-info): Use gnus-command-method when
23709         `method' parameter is nil.  Don't write nil entries into the
23710         active file.
23711         (gnus-agent-get-group-info): New function.
23712         (gnus-agent-fetch-articles):
23713         Use gnus-agent-update-files-total-fetched-for to increment disk space
23714         used.
23715         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23716         Use gnus-agent-update-view-total-fetched-for to increment disk space
23717         used.
23718         (gnus-agent-get-local): Add optional parameters to avoid calling
23719         gnus-group-real-name and gnus-find-method-for-group.
23720         (gnus-agent-set-local): Delete stored entry if either min, or max,
23721         are nil.
23722         (gnus-agent-fetch-session): Reworded error/quit messages.
23723         On quit, use gnus-agent-regenerate-group to record existance of any
23724         articles fetched to disk before the quit occurred.
23725         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23726         gnus-agent-update-view-total-fetched-for, and
23727         gnus-agent-update-files-total-fetched-for to decrement disk space
23728         used.
23729         (gnus-agent-retrieve-headers):
23730         Use gnus-agent-update-view-total-fetched-for to increment disk space
23731         used.
23732         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23733         with gnus-agent-update-files-total-fetched-for to decrement disk
23734         space and fresh group buffer.
23735         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23736         (gnus-agent-need-update-total-fetched-for): New variable.
23737         (gnus-agent-update-files-total-fetched-for): New function.
23738         (gnus-agent-update-view-total-fetched-for): New function.
23739         (gnus-agent-total-fetched-for): New function.
23740
23741         * gnus-cache.el (gnus-cache-save-buffers):
23742         Use gnus-cache-update-overview-total-fetched-for to change disk space
23743         used by this group.
23744         (gnus-cache-possibly-enter-article):
23745         Use gnus-cache-update-file-total-fetched-for to increment disk space
23746         used by this group.
23747         (gnus-cache-possibly-remove-article):
23748         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23749         used by this group.
23750         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23751         (gnus-cache-rename-group): New function.
23752         (gnus-cache-delete-group): New function.
23753         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23754         (gnus-cache-need-update-total-fetched-for): New variable.
23755         (gnus-cache-with-refreshed-group): New macro.
23756         (gnus-cache-update-file-total-fetched-for): New function.
23757         (gnus-cache-update-overview-total-fetched-for): New function.
23758         (gnus-cache-rename-group-total-fetched-for): New function.
23759         (gnus-cache-delete-group-total-fetched-for): New function.
23760         (gnus-cache-total-fetched-for): New function.
23761
23762         * gnus-group.el: Require gnus-sum and autoload functions to
23763         resolve warnings when gnus-group.el compiled alone.
23764         (gnus-group-line-format): Documented new %F.
23765         (size of Fetched data) group line format; identifies disk space
23766         used by agent and cache.
23767         (gnus-group-line-format-alist): Defined new F format.
23768         (gnus-total-fetched-for): New function.
23769         (gnus-group-delete-group): No longer update
23770         gnus-cache-active-altered as gnus-request-delete-group now keeps
23771         the cache in sync.
23772         (gnus-group-list-active): Let the agent store a server's active
23773         list if currently plugged.
23774
23775         * gnus-int.el (gnus-request-delete-group):
23776         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23777         local disk in sync with the server.
23778         (gnus-request-rename-group):
23779         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23780         local disk in sync with the server.
23781
23782         * gnus-start.el (gnus-get-unread-articles):
23783         Cosmetic simplification to logic.
23784
23785         * gnus-util.el (gnus-rename-file): New function.
23786
23787 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23788
23789         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23790
23791 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23792
23793         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23794         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23795
23796 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23797
23798         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23799         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23800
23801 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23802
23803         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23804
23805 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23806
23807         * spam.el (spam-set-difference): Add function to replace
23808         gnus-set-difference in spam.el.
23809         (spam-summary-prepare-exit): Use spam-set-difference.
23810
23811 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23812
23813         * gnus-registry.el (gnus-registry-cache-file): Update to use
23814         gnus-dribble-directory OR gnus-home-directory OR ~.
23815         (gnus-registry-split-fancy-with-parent): Fix doc.
23816
23817 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23818
23819         * message.el (message-exchange-point-and-mark):
23820         Use message-mark-active-p.  Suggested by Jesper Harder
23821         <harder@ifa.au.dk>.
23822
23823 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23824
23825         * message.el (message-exchange-point-and-mark): Don't activate
23826         region if it was inactive.  Suggested by Hiroshi Fujishima
23827         <pooh@nature.tsukuba.ac.jp>.
23828
23829 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23830
23831         * gnus-art.el (article-display-face): Display Faces in the same
23832         order as X-Faces.
23833
23834 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23835
23836         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23837
23838 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23839
23840         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23841         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23842         (gnus-article-mime-hierarchy): Remove.
23843         (gnus-article-mime-hierarchy-next): Remove.
23844         (gnus-article-mode): Revert 2004-03-19 change.
23845         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23846         (gnus-insert-mime-button): Revert 2004-03-19 change.
23847         (gnus-mime-accumulate-hierarchy): Remove.
23848         (gnus-mime-enter-multipart): Remove.
23849         (gnus-mime-leave-multipart): Remove.
23850         (gnus-mime-display-part): Revert 2004-03-19 change.
23851         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23852
23853         * mml.el (mml-preview): Revert 2004-03-19 change.
23854
23855 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23856
23857         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23858
23859 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23860
23861         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23862         t while entering a file name using the mm-with-multibyte macro.
23863         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23864
23865         * mm-util.el (mm-with-multibyte): New macro.
23866
23867 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23868
23869         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23870         New user option.
23871         (gnus-mime-multipart-functions): Doc and customization fix.
23872         (gnus-article-mime-hierarchy): New variable.
23873         (gnus-article-mime-hierarchy-next): New variable.
23874         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23875         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23876         gnus-article-mime-hierarchy-next to nil.
23877         (gnus-insert-mime-button): Show hierarchy numbers.
23878         (gnus-mime-accumulate-hierarchy): New function.
23879         (gnus-mime-enter-multipart): New function.
23880         (gnus-mime-leave-multipart): New function.
23881         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23882         (gnus-mime-display-alternative): Show hierarchy numbers.
23883
23884         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23885         gnus-article-mime-hierarchy-next to nil.
23886
23887 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23888
23889         * dns.el: Don't require gnus-xmas.
23890
23891 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23892
23893         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23894         inline PGP.
23895         (mml-menu): Disable mml-quote-region if mark is inactive.
23896
23897 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23898
23899         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23900         when the group's active is not available.
23901
23902 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23903
23904         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23905         error.
23906
23907 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23908
23909         * imap.el (imap-store-password): New variable.
23910         (imap-interactive-login): Use it.
23911         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23912
23913 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23914
23915         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23916         window-start and hscroll to summary window.
23917
23918 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23919
23920         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23921         conversion message to newsrc-dribble when an actual conversion is
23922         performed.
23923
23924 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23925
23926         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23927
23928 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23929
23930         * mm-decode.el (mm-complicated-handles): New function reviving
23931         former definition of mm-multiple-handles.
23932
23933         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23934         (gnus-mime-delete-part): Use it.
23935
23936 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23937
23938         * gnus-agent.el (gnus-agent-read-local):
23939         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23940         avoid the implicit assumption that they will always be equal.
23941         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23942         coding-system-for-write, as the with-temp-file macro first prints
23943         to a buffer then saves the buffer.
23944
23945 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23946
23947         * gnus-art.el (gnus-article-edit-part): New function.
23948         (gnus-mime-save-part-and-strip): Use it; do query instead of
23949         signaling an error; don't use mm-multiple-handles.
23950         (gnus-mime-delete-part): Ditto.
23951
23952 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23953
23954         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23955         old file versions.
23956         (gnus-group-prepare-hook): Remove function that converted list
23957         form of gnus-agent-expire-days to group properties.
23958
23959         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23960         (gnus-request-accept-article): Re-indented.
23961
23962         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23963         converters to handle old agent file formats.  Add logic for a
23964         "backup before upgrading warning".
23965         (gnus-convert-mark-converter-prompt): Developers can mark
23966         functions as needing (default), or not needing,
23967         gnus-convert-old-newsrc's "backup before upgrading warning".
23968         (gnus-convert-converter-needs-prompt): Tests whether the user
23969         should be protected from potentially irreversable changes by the
23970         function.
23971
23972         * legacy-gnus-agent.el: New.  Provides converters that are only
23973         loaded when gnus-convert-old-newsrc needs to call them.
23974
23975 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23976
23977         * mail-source.el (mail-source-touch-pop): Doc fix.
23978
23979         * message.el (message-smtpmail-send-it): Doc fix.
23980
23981 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23982
23983         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23984
23985         * nnmail.el (nnmail-split-fancy): do.
23986
23987         * gnus-kill.el (gnus-kill, gnus-execute): do.
23988
23989 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23990
23991         * gnus-sum.el (gnus-widget-reversible-match)
23992         (gnus-widget-reversible-to-internal)
23993         (gnus-widget-reversible-to-external): New functions.
23994         (gnus-widget-reversible): New widget.
23995         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23996
23997 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23998
23999         * gnus-sum.el (gnus-thread-sort-functions)
24000         (gnus-article-sort-functions): Document `(not F)' items.
24001
24002 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24003
24004         * spam.el (spam-use-gmane-xref): Add new backend.
24005         (spam-gmane-xref-spam-group): Add variable to control the name of the
24006         Gmane spam group.
24007         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24008         (spam-regex-headers-spam, spam-regex-headers-ham)
24009         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24010         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24011         backends and checks.
24012         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24013
24014         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24015         an autodetect method.
24016
24017 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24018
24019         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24020         articles are being added to a group.
24021         (gnus-request-replace-article): Inform the agent that articles
24022         need to be uncached as the cached contents are no longer valid.
24023
24024 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24025
24026         * binhex.el: Don't autoload executable-find.
24027
24028         * canlock.el: Don't autoload mail-fetch-field.
24029
24030         * dgnushack.el: Autoload c-mode for XEmacs.
24031
24032         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24033
24034         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24035         rmail-dont-reply-to and rmail-output.
24036
24037         * gnus-score.el: Don't autoload ffap-string-at-point.
24038
24039         * gnus-setup.el: Don't autoload sc-cite-original.
24040
24041         * imap.el: Don't autoload base64-decode-string,
24042         base64-encode-string and md5.
24043
24044         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24045         and rmail-msg-restore-non-pruned-header.
24046
24047         * mm-decode.el: Don't autoload executable-find.
24048
24049         * mm-url.el: Don't autoload executable-find.
24050
24051         * mm-view.el: Don't autoload diff-mode.
24052
24053         * nndb.el: Don't autoload news-reply-mode, news-setup,
24054         cancel-timer and telnet.
24055
24056         * password.el: Don't autoload run-at-time for Emacs.
24057
24058         * sha1-el.el: Don't autoload executable-find.
24059
24060         * sieve-mode.el: Don't autoload c-mode.
24061
24062         * uudecode.el: Don't autoload executable-find.
24063
24064 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24065
24066         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24067         (gnus-agent-possibly-alter-active): Avoid null in numeric
24068         comparison.
24069         (gnus-agent-set-local): Refuse to save null in local object table.
24070         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24071         list of articles that will be marked as unread.
24072
24073 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24074
24075         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24076
24077 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24078
24079         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24080         language tags.
24081
24082 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24083
24084         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24085         Don't bind "obarray".
24086
24087         * gnus-sum.el (gnus-thread-sort-functions):
24088         Add `gnus-thread-sort-by-most-recent-number' and
24089         `gnus-thread-sort-by-most-recent-date'.
24090         Reported by Kai Grossjohann <kai@emptydomain.de>.
24091
24092 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24093
24094         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24095
24096 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24097
24098         * gnus-cus.el (gnus-agent-customize-category):
24099         Remove ignore-errors macro reference that required cl to be loaded at
24100         run-time.
24101
24102         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24103         single-interval range of the form (min . max).  Previously the
24104         range had to look like ((min . max)).  Likewise, return
24105         (min . max) rather than ((min . max)).
24106         (gnus-range-map): Use gnus-range-normalize to accept
24107         single-interval range.
24108
24109         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24110         the cache, but not the agent, now appear with their usual face.
24111
24112         * dgnushack.el (loaddir): New variable that is bound to the
24113         directory containing the dgnushack.el file. Use loaddir, rather
24114         than srcdir, to update load-path. Change lets dgnushack compile
24115         code in directories other than GNUS/lisp.
24116
24117 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24118
24119         * lpath.el: Don't bind w3m-safe-url-regexp.
24120
24121         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24122         w3m-safe-url-regexp variable buffer-local.
24123
24124         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24125
24126 2004-02-27  Simon Josefsson  <jas@extundo.com>
24127
24128         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24129         gnus-group-real-prefix.
24130         (gnus-summary-move-article): Use it, instead of
24131         gnus-group-real-prefix.
24132
24133 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24134
24135         * lpath.el: Bind w3m-safe-url-regexp.
24136
24137         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24138         w3m-safe-url-regexp variable buffer-local and set it as the value
24139         of mm-w3m-safe-url-regexp.
24140
24141         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24142
24143         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24144         parsing gnus-posting-styles when the message is not for replying.
24145
24146         * dgnushack.el: Autoload sgml-mode for XEmacs.
24147
24148         * nnrss.el (nnrss-opml-export):
24149         Use mm-set-buffer-file-coding-system instead of
24150         set-buffer-file-coding-system.
24151
24152 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24153
24154         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24155         of checkdoc.el).
24156         * nnrss.el: do.
24157         * gnus-mlspl.el: do.
24158         * gnus-ml.el: do.
24159         * gnus-srvr.el: do.
24160
24161         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24162
24163 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24164
24165         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24166         Corrections to custom-manual links.
24167
24168         * gnus-art.el (gnus-article): Ditto.
24169
24170         * mm-decode.el (mime-display, mime-security): Ditto.
24171
24172 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24173
24174         * flow-fill.el: Typo.
24175
24176 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24177
24178         * spam-wash.el: New file.
24179
24180 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24181
24182         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24183
24184 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24185
24186         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24187         to be run with new-articles as LIST1, not LIST2.
24188         (spam-registration-functions): Add spam-use-ham-copy as a nil
24189         registration backend.
24190
24191 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24192
24193         * spam-stat.el (spam-stat-washing-hook): New option.
24194         (spam-stat-buffer-words): Use it.
24195         (spam-stat-process-directory, spam-stat-test-directory):
24196         Use insert-file-contents-literally.
24197         (spam-stat-coding-system): New variable.
24198         (spam-stat-load, spam-stat-save): Use it.
24199
24200 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24201
24202         * spam-report.el (spam-report-plug-agent):
24203         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24204
24205 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24206
24207         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24208         Allow / in mailto URLs.
24209
24210 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24211
24212         * spam-report.el (spam-report-process-queue): Fix interactive use.
24213         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24214         (spam-report-unplug-agent): Doc fixes.
24215         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24216         (spam-report-agentize, spam-report-deagentize): Autoload.
24217
24218 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24219
24220         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24221
24222         * message.el (message-setup-fill-variables): Add mml tags to
24223         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24224         <ajk@iu.edu>.
24225         (message-mode): Don't modify paragraph-separate there.
24226
24227 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24228
24229         * compface.el (uncompface-use-external): Default to undecided.
24230         (uncompface-use-external-threshold): New variable.
24231         (uncompface-float-time): New macro.
24232         (uncompface): Determine whether to use the external decoder if
24233         uncompface-use-external is undecided.
24234
24235 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24236
24237         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24238         after images.
24239
24240         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24241
24242 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24243
24244         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24245
24246         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24247
24248         * gnus-sum.el (gnus-summary-limit-to-age)
24249         (gnus-summary-limit-children): do.
24250
24251         * gnus-int.el (gnus-request-scan): do.
24252
24253         * gnus-group.el (gnus-group-suspend): do.
24254
24255         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24256
24257         * gnus-cite.el (gnus-cite-parse-attributions): do.
24258
24259         * gnus-agent.el (gnus-summary-set-agent-mark)
24260         (gnus-agent-regenerate-group): do.
24261
24262         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24263
24264         * binhex.el (binhex-decode-region-internal): do.
24265
24266 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24267
24268         * gnus-fun.el (gnus-face-properties-alist): New user option.
24269         (gnus-display-x-face-in-from): Use it.
24270
24271         * gnus-art.el (article-display-face): Ditto.
24272
24273         * compface.el (uncompface-use-external): Default to nil.
24274
24275 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24276
24277         * nntp.el (nntp-erase-buffer): New function.
24278         (nntp-retrieve-data, nntp-send-command)
24279         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24280         (nntp-possibly-change-group): Use it.
24281
24282         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24283         Use with-current-buffer.
24284
24285 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24286
24287         * compface.el: Merge the ELisp-based uncompface program.
24288         (compface): New customization group.
24289         (uncompface-use-external): New user option.
24290         (uncompface): Call uncompface-internal if uncompface-use-external
24291         is nil.
24292         (uncompface-internal): New function.  Note that there are also
24293         some other functions and variables added for this function.
24294
24295 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24296
24297         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24298         if necessary.
24299
24300 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24301
24302         * spam-report.el (spam-report-unplug-agent)
24303         (spam-report-plug-agent, spam-report-deagentize)
24304         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24305         Add support for the Agent in spam-report: when unplugged, report to a
24306         file; when plugged, submit all the requests.
24307
24308         * spam.el (spam-register-routine): Fix message about
24309         registration.
24310
24311 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24312
24313         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24314         dependencies.
24315         (rfc2047-encode): Use it.
24316
24317         * gnus-art.el (gnus-button-marker-list): Move before first
24318         reference.
24319
24320         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24321         (imap-parse-body): Fix format string mismatch.
24322
24323         * gnus-score.el (gnus-summary-increase-score): do.
24324
24325         * nnrss.el (nnrss-close): New function.
24326
24327 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24328
24329         * nnrss.el (nnrss-make-filename): New function.
24330         (nnrss-request-delete-group, nnrss-read-server-data)
24331         (nnrss-save-server-data, nnrss-read-group-data)
24332         (nnrss-save-group-data): Use it.
24333         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24334         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24335         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24336
24337 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24338
24339         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24340
24341 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24342
24343         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24344         files.
24345
24346         * message.el (message-generate-headers-first): Don't quote nil
24347         and t in docstrings.
24348
24349         * imap.el (imap-id): do.
24350
24351         * gnus-agent.el (gnus-agent-consider-all-articles)
24352         (gnus-agent-queue-mail): do.
24353
24354 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24355
24356         * spam-report.el (spam-report-process-queue): New function.
24357         Process requests from `spam-report-requests-file'.
24358         (spam-report-process-queue): Doc fix.
24359
24360 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24361
24362         * spam.el (spam-register-routine)
24363         (spam-log-processing-to-registry, spam-log-registered-p)
24364         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24365         Change "check" to "spam-check" for semi-clarity.
24366
24367 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24368
24369         * pop3.el: Require nnheader.
24370
24371         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24372
24373         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24374
24375         * gnus-picon.el: Require cl.
24376
24377         * gnus-fun.el: Require gnus-ems and gnus-util.
24378
24379         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24380
24381         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24382
24383         * gnus-art.el (gnus-article-edit-mode): Define before first
24384         reference.
24385
24386 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24387
24388         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24389         (gnus-uu-post-encoded): Use point-at-bol.
24390
24391         * gnus-topic.el (gnus-group-active-topic-p): do.
24392
24393         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24394
24395         * gnus-group.el (gnus-group-kill-region): do.
24396
24397         * gnus-art.el (article-date-ut): do.
24398
24399         * message.el (message-fetch-field): Remove redundant
24400         case-fold-search binding.
24401         (message-narrow-to-field): Simplify.
24402
24403 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24404
24405         * spam.el (spam-directory): Derive from `gnus-directory'.
24406
24407         * spam-report.el (spam-report-url-to-file)
24408         (spam-report-requests-file): New function and variable for offline
24409         reporting.
24410         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24411         and user defined function.
24412         (spam-report-url-ping-mm-url): Remove doubled slash.
24413
24414 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24415
24416         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24417
24418 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24419
24420         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24421         Fix format string mismatch.
24422
24423         * sieve.el (sieve-deactivate-all): do.
24424
24425         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24426
24427         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24428
24429         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24430
24431         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24432
24433 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24434
24435         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24436         the list of checks.
24437
24438 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24439
24440         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24441         padding.
24442
24443 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24444
24445         * mm-view.el (mm-fill-flowed): New variable.
24446         (mm-inline-text): Use it.
24447
24448 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24449
24450         * spam.el (spam-spamassassin-register-ham-routine)
24451         (spam-spamassassin-register-spam-routine): Fix function names.
24452
24453 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24454
24455         * gnus.el (gnus-tmp-grouplens): Remove.
24456         (gnus-summary-line-format): Remove grouplens.
24457
24458         * gnus-group.el (gnus-group-line-format): Ditto.
24459
24460         * gnus-spec.el (gnus-format-specs): Ditto.
24461         (gnus-update-format-specifications): Flush the group format spec
24462         cache if there's the grouplens stuff.
24463         (gnus-parse-simple-format): Replace %l with the empty string.
24464
24465 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24466
24467         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24468         omission.
24469
24470 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24471
24472         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24473         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24474
24475 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24476
24477         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24478         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24479         New macros and functions.
24480         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24481         Handle > NLINK_MAX messages.
24482         * nnmaildir.el (nnmaildir-request-set-mark):
24483         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24484
24485 2004-01-25  Alex Schroeder  <alex@gnu.org>
24486
24487         * spam-stat.el (spam-stat-process-directory-age): New option.
24488         (spam-stat-process-directory): Use it.
24489
24490 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24491
24492         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24493         (spam-stat-save): Accept prefix argument.
24494
24495 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24496
24497         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24498         links" error.
24499
24500 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24501
24502         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24503         the rest of the and/or forms.
24504
24505 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24506
24507         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24508         compatibility with old .newsrc.eld files.
24509
24510         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24511
24512         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24513
24514         * gnus-start.el (gnus-1): do.
24515
24516         * gnus-group.el (gnus-group-line-format-alist): do.
24517
24518         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24519
24520         * gnus-gl.el: Remove.
24521
24522 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24523
24524         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24525         marks consisting of a single range {for example, (3 . 5)} rather
24526         than a list of a single range { ((3 . 5)) }.
24527
24528 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24529
24530         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24531         Use with-current-buffer.
24532         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24533         avoid consing a string.
24534
24535         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24536         Remove obsolete entries for big5 and gb2312.
24537
24538 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24539
24540         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24541         uncompressed list.
24542
24543 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24544
24545         * spam-stat.el (spam-stat-strip-xref): New function.
24546         (spam-stat-process-directory): Use it.
24547
24548         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24549         here -- it's done in message-fetch-field.
24550
24551 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24552
24553         * gnus-agent.el (gnus-agent-queue-mail)
24554         (gnus-agent-prompt-send-queue): New variables.
24555         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24556         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24557         "nndraft:queue" along to gnus-draft-send.
24558         Use gnus-agent-prompt-send-queue.
24559         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24560         is "nndraft:queue".  Suggested by Gaute Strokkenes
24561         <gs234@srcf.ucam.org>
24562
24563         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24564         (agent-enable-undownloaded-faces): Add.
24565         (gnus-agent-cat-groups): Use eval-and-compile, not
24566         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24567         method of gnus-agent-cat-groups even when the buffer has been
24568         evaled.
24569         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24570         delete gnus-agent-save-active-1.
24571         (gnus-agent-save-groups): Delete.  Identical to
24572         gnus-agent-save-active.
24573         (gnus-agent-write-active): No longer adjust agent's copy of active
24574         file as agent's adjustments are now stored in their own
24575         file.  Remove optional parameter.
24576         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24577         servers.  Add use of min/max range limits from server's local
24578         file.
24579         (gnus-agent-save-alist): Remove unused optional argument.
24580         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24581         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24582         (gnus-agent-set-local): A per-server file that keeps min/max range
24583         limits for articles known to the agent.  Provides a fast mechanism
24584         for altering many active ranges.
24585         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24586         active file (local makes it unnecessary).
24587         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24588
24589         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24590         (agent-enable-undownloaded-faces): Add.
24591
24592         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24593         disable it when sending to "nndraft:queue".
24594         (gnus-group-send-queue): Add safety check to avoid sending queue
24595         when unplugged.
24596
24597         * gnus-group.el (gnus-group-catchup): Use new
24598         gnus-sequence-of-unread-articles, not
24599         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24600         numbers of articles.  Use gnus-range-map to avoid having to
24601         uncompress the unread list.
24602         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24603         Fix invalid ange-ftp reference.
24604
24605         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24606         (gnus-sorted-range-intersection): Intersection of two ranges
24607         without requiring that they first be uncompressed.
24608
24609         * gnus-start.el (gnus-activate-group): Unless blocked by the
24610         caller, possibly expand the active range to include both cached
24611         and agentized articles.
24612         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24613         multiple version-dependent converters.
24614         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24615         gnus-agent-save-active.
24616         (gnus-save-newsrc-file): Save dirty agent range limits.
24617
24618         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24619         gnus-agent-possibly-alter-active.
24620         (gnus-adjust-marked-articles): Faster handling of simple lists.
24621
24622 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24623
24624         * spam-stat.el (spam-stat-test-directory): New optional argument
24625         displays a list of files detected.  Suggested by Andrew Cohen
24626         <cohen@andy.bu.edu>.
24627         (spam-stat-buffer-words-with-scores): Don't narrow and change
24628         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24629
24630 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24631
24632         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24633         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24634         (spam-spamassassin-arguments)
24635         (spam-spamassassin-spam-flag-header)
24636         (spam-spamassassin-positive-spam-flag-header)
24637         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24638         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24639         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24640         (spam-list-of-processors, spam-list-of-checks)
24641         (spam-list-of-statistical-checks, spam-registration-functions)
24642         (spam-check-spamassassin-headers, spam-check-spamassassin)
24643         (spam-spamassassin-score)
24644         (spam-spamassassin-register-with-sa-learn)
24645         (spam-spamassassin-register-spam-routine)
24646         (spam-spamassassin-register-ham-routine)
24647         (spam-assassin-register-spam-routine)
24648         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24649         (spam-bogofilter-score): Fix to show article before scoring.
24650
24651 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24652
24653         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24654         default scoring function.
24655         (spam-generic-score): Call spam-spamassassin-score if
24656         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24657         spam-bogofilter-score otherwise.
24658
24659         * gnus.el (spam-process, spam-autodetect-methods):
24660         Add spamassassin and spamassassin-headers.
24661
24662 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24663
24664         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24665         Suppress unnecessary messages.
24666
24667 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24668
24669         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24670         make-hash-table.
24671
24672 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24673
24674         * canlock.el (base64-encode-string): Don't autoload it.
24675
24676 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24677
24678         * run-at-time.el: Remove useless (require 'itimer),
24679         eval-and-compile and (featurep 'xemacs).
24680
24681 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24682
24683         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24684         GROUP is a virtual group.
24685
24686 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24687
24688         * gnus.el: Autoload `message-y-or-n-p'.
24689
24690 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24691
24692         * pgg-parse.el: Remove unnecessary (require 'custom).
24693
24694         * pgg-def.el: do.
24695
24696         * nnmail.el: do.
24697
24698         * gnus-undo.el: do.
24699
24700         * gnus-picon.el: do.
24701
24702         * gnus-util.el: do.
24703
24704 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24705
24706         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24707
24708 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24709
24710         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24711         handle, as well as a list.
24712
24713         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24714         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24715         (mm-w3m-cid-retrieve): Simplify.
24716
24717 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24718
24719         * message.el (message-kill-to-signature): Allow prefix arg to
24720         specify number of lines to keep before signature.
24721
24722 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24723
24724         * message.el (message-kill-to-signature): Change docstring.
24725
24726 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24727
24728         * canlock.el: Always require sha1-el.
24729         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24730
24731         * message.el: Autoload sha1 only when compiling.
24732
24733         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24734         eudc-expand-inline for XEmacs.
24735
24736 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24737
24738         * message.el (message-canlock-generate): Require sha1-el.
24739
24740 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24741
24742         * message.el (message-expand-name): Silence the byte compiler.
24743
24744         * lpath.el: Add detect-coding-system.
24745
24746         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24747         cus-edit.
24748
24749 2004-01-13  Simon Josefsson  <jas@extundo.com>
24750
24751         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24752         Invoke gnus-score-mode.
24753         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24754
24755         * gnus-range.el (gnus-compress-sequence): Doc fix.
24756         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24757
24758 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24759
24760         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24761
24762 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24763
24764         * spam.el (spam-get-article-as-string): Update to use
24765         gnus-request-article-this-buffer, much simpler.
24766         (spam-get-article-as-buffer): Remove.
24767
24768 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24769
24770         * message.el (message-expand-name): Use EUDC if the user uses that.
24771
24772 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24773
24774         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24775         character for the encoding to avoid consing a string.
24776
24777         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24778         unnecessarily.
24779
24780         * mm-util.el (mm-replace-chars-in-string): Remove.
24781
24782         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24783         of mm-replace-chars-in-string.
24784
24785 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24786
24787         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24788
24789         * mm-util.el (mm-subst-char-in-string): Support inplace.
24790
24791         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24792         a new string in every iteration.  Use shy groups.
24793
24794 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24795
24796         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24797         * gnus-soup.el (gnus-soup-group-brew):
24798         * gnus-msg.el (gnus-put-message):
24799         * gnus-move.el (gnus-group-move-group-to-server):
24800         * gnus-kill.el (gnus-batch-score):
24801         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24802         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24803         (gnus-group-update-group, gnus-group-read-group)
24804         (gnus-group-make-group, gnus-group-make-help-group)
24805         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24806         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24807         (gnus-group-sort-by-unread, gnus-group-catchup)
24808         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24809         (gnus-group-yank-group, gnus-group-set-info)
24810         (gnus-group-list-groups):
24811         * gnus.el (gnus-generate-new-group-name):
24812         * gnus-delay.el (gnus-delay-send-queue):
24813         * nnvirtual.el (nnvirtual-catchup-group):
24814         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24815         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24816         (gnus-group-prepare-topics, gnus-topic-check-topology):
24817         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24818         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24819         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24820         (gnus-group-make-articles-read):
24821         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24822         (gnus-group-change-level, gnus-kill-newsgroup)
24823         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24824         (gnus-get-unread-articles, gnus-make-articles-unread)
24825         (gnus-make-ascending-articles-unread): Use accessor
24826         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24827         to get group information for improved readability.
24828
24829
24830 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24831
24832         * gnus-art.el (article-decode-mime-words, article-babel)
24833         (gnus-article-highlight-signature, gnus-article-add-buttons)
24834         (gnus-signature-toggle): Use gnus-with-article-buffer.
24835
24836         * gnus-art.el (gnus-article-highlight-headers)
24837         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24838
24839         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24840         (gnus-article-set-globals, gnus-request-article-this-buffer)
24841         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24842         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24843         (gnus-mime-display-alternative): Use with-current-buffer.
24844
24845 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24846
24847         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24848         also under 80 char limit, and call gnus-error if needed.
24849         (spam-fetch-article-header): Fix - it was a
24850         buffer-local variable (gnus-newsgroup-data).
24851         (spam-find-spam): Use spam-generate-fake-headers, forget about
24852         spam-insert-fake-headers.
24853         (spam-insert-fake-headers): Remove.
24854
24855 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24856
24857         * deuglify.el (gnus-article-outlook-unwrap-lines)
24858         (gnus-outlook-rearrange-article)
24859         (gnus-outlook-repair-attribution-outlook)
24860         (gnus-outlook-repair-attribution-block)
24861         (gnus-outlook-repair-attribution-other): Remove redundant
24862         save-excursion.
24863
24864 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24865
24866         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24867         (spam-fetch-field-subject-fast)
24868         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24869         (spam-fetch-article-header): Add functions to deal with Gnus
24870         internals for fast retrieval of article header data.
24871         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24872
24873 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24874
24875         * pop3.el (pop3-md5): Remove.
24876         (pop3-apop): Replace pop3-md5 with md5.
24877
24878         * mm-bodies.el: base64 is always built-in.
24879
24880         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24881         Use with-current-buffer.
24882
24883 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24884
24885         * canlock.el (canlock-insert-header): Remove excessive grouping in
24886         regexp.
24887
24888         * gnus-sum.el (gnus-summary-read-document): Ditto.
24889
24890         * gnus-uu.el (gnus-uu-part-number): Ditto.
24891
24892         * html2text.el (html2text-remove-tags): Ditto.
24893         (html2text-format-tags): Ditto.
24894         (html2text-format-single-elements): Ditto.
24895
24896         * mml.el (mml-parse-1): Ditto.
24897
24898 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24899
24900         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24901
24902         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24903
24904         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24905
24906         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24907
24908 2003-11-15  Simon Josefsson  <jas@extundo.com>
24909
24910         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24911         (pgg-gpg-lookup-key): Use regexp match instead of
24912         split-string (split-string is different between emacs 21.2 and
24913         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24914
24915 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24916
24917         * gnus-art.el (gnus-mime-view-all-parts)
24918         (gnus-article-part-wrapper, gnus-article-view-part):
24919         Use with-current-buffer.
24920
24921 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24922
24923         * spam.el (spam-disable-spam-split-during-ham-respool)
24924         (spam-spamoracle-database, spam-cache-lookups)
24925         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24926         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24927         (spam-group-ham-marks, spam-group-spam-marks)
24928         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24929         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24930         also add spam-use-blackholes to the statistical checks.
24931         (spam-fetch-field-fast): Add interface to fetching fields, may
24932         become a macro.
24933         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24934         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24935         (spam-insert-fake-headers): Fake an article when needed.
24936         (spam-find-spam): Fake article when possible.
24937         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24938         (spam-check-bogofilter-headers): Use message-fetch-field instead
24939         of nnmail-fetch-field.
24940
24941 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24942
24943         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24944
24945 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24946
24947         * spam.el (spam-split): Do not require spam-use-CHECK to be
24948         enabled if that check is passed to spam-split explicitly; also
24949         fix so 'spam doesn't get converted to spam-split-group when
24950         spam-split-symbolic-return is t.
24951         (spam-find-spam): Find registrations of the article and use those
24952         instead of re-running spam-split to find the spam/ham
24953         classification of the article.
24954         (spam-log-processing-to-registry, spam-log-registered-p)
24955         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24956         Use gnus-error instead of gnus-message.
24957         (spam-log-registration-type): Add function to determine the
24958         classification of a message based on registry entries; will
24959         return nil if both 'spam and 'ham are found.
24960         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24961         a reasonably fast local cache without the loading errors.
24962         (spam-cache-lookups): Set to t by default.
24963         (spam-find-spam): Don't try to guess spam-cache-lookups.
24964         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24965         spam-caches entry.
24966         (spam-filelist-build-cache, spam-filelist-check-cache):
24967         Fix caching of whitelist/blacklist entries.
24968         (spam-check-whitelist, spam-check-blacklist):
24969         Invoke spam-from-listed-p with a type, not a cache variable.
24970         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24971
24972 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24973
24974         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24975
24976         * nnmail.el (nnmail-split-fancy): do.
24977
24978         * mml.el (mml-parse): do.
24979
24980         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24981         (gnus-score-adaptive): do.
24982
24983 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24984
24985         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24986         (gnus-mime-button-map): Don't set keymap parent.
24987         (gnus-button-ctan-directory-regexp): Use shy grouping.
24988         (gnus-prev-page-map): Don't set keymap parent.
24989         (gnus-prev-page-map): Remove duplicated one.
24990         (gnus-next-page-map): Don't set keymap parent.
24991         (gnus-mime-security-button-map): Ditto.
24992
24993         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24994         version number.
24995
24996         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24997
24998 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24999
25000         * canlock.el (canlock-sha1-function): Remove.
25001         (canlock-sha1-function-for-verify): Remove.
25002         (canlock-openssl-program): Remove.
25003         (canlock-openssl-args): Remove.
25004         (canlock-ignore-errors): Remove.
25005         (canlock-sha1-with-openssl): Remove.
25006         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25007         (canlock-verify): Don't use canlock-ignore-errors.
25008
25009         * sha1-el.el (sha1-string-external): Make it can return a string
25010         in binary form.
25011         (sha1-region-external): Ditto.
25012         (sha1-string-internal): Ditto.
25013         (sha1-region-internal): Ditto.
25014         (sha1-region): Ditto.
25015         (sha1-string): Ditto.
25016         (sha1): Ditto.
25017
25018 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25019
25020         * spam.el (spam-report-articles-gmane): New command.
25021
25022 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25023
25024         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25025
25026         * run-at-time.el (run-at-time-saved): Remove.
25027         (run-at-time): Doc fix.
25028
25029 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25030
25031         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25032         (gnus-summary-limit-map): Add it.
25033         (gnus-summary-make-menu-bar): do.
25034
25035 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25036
25037         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25038         Make attempt at some caching support (done for BBDB only now).
25039         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25040         addresses to be checked.
25041         (spam-clear-cache-BBDB): Add function, to be invoked by
25042         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25043         (spam-check-BBDB): Check and use the caches, if
25044         spam-cache-lookups is on, remove superfluous (provide).
25045
25046 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25047
25048         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25049
25050 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25051
25052         * run-at-time.el (run-at-time-saved): Move to after the definition
25053         of `run-at-time'.
25054
25055         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25056
25057 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25058
25059         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25060         mm-w3m-local-map-property.
25061
25062         * mm-view.el (mm-w3m-mode-map): Remove.
25063         (mm-w3m-local-map-property): Remove.
25064         (mm-inline-text-html-render-with-w3m): Don't use
25065         mm-w3m-local-map-property.
25066
25067 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25068
25069         * run-at-time.el: New file.
25070
25071         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25072         under Emacs.
25073
25074         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25075         of gnus-set-text-properties.
25076
25077         * gnus-uu.el (gnus-uu-save-article): Ditto.
25078
25079         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25080
25081         * gnus-cite.el (gnus-cite-parse): Ditto.
25082
25083         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25084         of gnus-.
25085
25086         * gnus-xmas.el (run-at-time): Require run-at-time.
25087
25088         * gnus.el: Change calls to nnheader-run-at-time and
25089         password-run-at-time throughout to use run-at-time directly.
25090
25091         * password.el: Remove definition of run-at-time.
25092
25093         * nnheaderxm.el: Remove definition of run-at-time.
25094
25095 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25096
25097         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25098         in prompt.
25099
25100 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25101
25102         * messagexmas.el (message-xmas-redefine): Alias
25103         `message-make-caesar-translation-table' to
25104         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25105         version.
25106
25107         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25108         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25109         `gnus-xmas-set-text-properties'.
25110         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25111         `gnus-xmas-completing-read'.
25112         (gnus-xmas-completing-read): Removed.
25113         (gnus-xmas-open-network-stream): Removed.
25114
25115         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25116         XEmacs version.
25117
25118         * dns.el (dns-make-network-process): Use `open-network-stream'
25119         instead of `gnus-xmas-open-network-stream'.
25120
25121         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25122
25123         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25124
25125 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25126
25127         * gnus-art.el (gnus-mime-display-alternative)
25128         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25129         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25130         Don't use gnus-local-map-property.
25131
25132         * gnus-util.el (gnus-local-map-property): Remove.
25133
25134         * mm-view.el (mm-view-pkcs7-decrypt):
25135         Replace gnus-completing-read-maybe-default with completing-read.
25136
25137         * gnus-util.el (gnus-completing-read): do.
25138         (gnus-completing-read-maybe-default): Remove.
25139
25140 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25141
25142         * password.el: Only autoload `run-at-time' if not XEmacs.
25143         Only autoload the itimer functions if XEmacs.
25144
25145 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25146
25147         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25148         XEmacsen.
25149
25150         * dgnushack.el: Autoload executable-find for XEmacs.
25151
25152 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25153
25154         * gnus-art.el (gnus-read-string): Remove.
25155         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25156         read-string.
25157
25158 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25159
25160         * netrc.el: Autoload password-read.
25161         (netrc): Add configuration group.
25162         (netrc-encoding-method, netrc-openssl-path):
25163         Add variables for encoding and decoding of files with symmetric
25164         ciphers.
25165         (netrc-encode): Add assistant function to encode a file with
25166         netrc-encoding-method.
25167         (netrc-parse): Add interactive parameter, added optional
25168         decoding if netrc-encoding-method is non-nil but otherwise
25169         behavior is standard.
25170         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25171         Do s/encode/encrypt/ everywhere.
25172
25173         * spam.el: Remove executable-find autoload.
25174
25175 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25176
25177         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25178
25179         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25180
25181 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25182
25183         * gnus-art.el (gnus-treat-ansi-sequences)
25184         (article-treat-ansi-sequences): New variable and function.
25185         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25186
25187         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25188         Use it.
25189
25190 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25191
25192         * mm-util.el (mm-quote-arg): Remove.
25193
25194         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25195         shell-quote-argument.
25196
25197         * gnus-uu.el (gnus-uu-command): do.
25198
25199         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25200
25201         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25202         with make-char.
25203
25204         * mm-util.el (mm-make-char): Remove.
25205
25206         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25207         add-minor-mode.
25208
25209         * gnus-undo.el (gnus-undo-mode): do.
25210
25211         * gnus-topic.el (gnus-topic-mode): do.
25212
25213         * gnus-sum.el (gnus-dead-summary-mode): do.
25214
25215         * gnus-start.el (gnus-slave-mode): do.
25216
25217         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25218
25219         * gnus-ml.el (gnus-mailing-list-mode): do.
25220
25221         * gnus-gl.el (gnus-grouplens-mode): do.
25222
25223         * gnus-draft.el (gnus-draft-mode): do.
25224
25225         * gnus-dired.el (gnus-dired-mode): do.
25226
25227         * gnus-ems.el (gnus-add-minor-mode): Remove.
25228
25229         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25230         Replace gnus-char-width with char-width.
25231
25232         * gnus-ems.el (gnus-char-width): Remove.
25233
25234         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25235         Replace gnus-char-width with char-width.
25236
25237         * gnus-ems.el (gnus-char-width): Remove.
25238
25239         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25240         definition.
25241         Remove Emacs 20 hash table compatibility code.
25242
25243         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25244         20 compatibility code.
25245
25246         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25247
25248         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25249
25250         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25251         Replace with point-at-{eol,bol}.
25252
25253         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25254
25255         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25256
25257         * flow-fill.el (fill-flowed-point-at-bol)
25258         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25259
25260         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25261         Replace with point-at-{eol,bol} throughout all files.
25262
25263 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25264
25265         * ntlm.el (ntlm-string-as-unibyte): New macro.
25266         (ntlm-build-auth-response): Use it.
25267
25268         Remove Emacs 20 stuff:
25269         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25270         (butlast, mapc, remove): Remove the compiler macros.
25271         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25272         of delq and copy-sequence.
25273         * gnus-art.el (popup-menu): Remove the compiler macro.
25274         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25275         Emacs 20.
25276
25277 2004-01-05  Simon Josefsson  <jas@extundo.com>
25278
25279         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25280         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25281         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25282         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25283         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25284         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25285         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25286         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25287         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25288         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25289         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25290         string-xor into ntlm-string-xor.
25291         Suggested by Jesper Harder <harder@myrealbox.com>.
25292
25293         * ntlm.el: Don't include poem.
25294
25295         * md4.el (print-int32, print-string-hexa): Remove.
25296         Suggested by Jesper Harder <harder@myrealbox.com>.
25297
25298         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25299
25300         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25301         probably breaks emacs with DL patch, but do we care? Is anyone
25302         still using the DL stuff?)
25303
25304         * sieve-manage.el: Use the password package.
25305         (sieve-manage-read-passwd): Remove.
25306         (sieve-manage-interactive-login): Use password.  Re-add
25307         condition-case around loop.
25308
25309         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25310         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25311         Use the password package.
25312
25313 2003-02-19  Simon Josefsson  <jas@extundo.com>
25314
25315         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25316         token.
25317
25318 2002-08-07  Simon Josefsson  <jas@extundo.com>
25319
25320         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25321         (sieve-manage-authenticators):
25322         (sieve-manage-authenticator-alist): Add some SASL mechs.
25323         (sieve-sasl-auth): New function.
25324         (sieve-manage-cram-md5-auth):
25325         (sieve-manage-plain-auth): Rewrite using SASL library.
25326         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25327         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25328         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25329         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25330
25331 2004-01-05  Simon Josefsson  <jas@extundo.com>
25332
25333         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25334         New files.
25335
25336 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25337
25338         * gnus-group.el (gnus-no-groups-message): Update.
25339
25340         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25341
25342 2003-11-09  Simon Josefsson  <jas@extundo.com>
25343
25344         * imap.el: Support for ID IMAP extension (RFC 2971).
25345         (imap-local-variables): Add imap-id.
25346         (imap-id): New variable.
25347         (imap-id): New function.
25348         (imap-parse-response): Parse untagged ID response.
25349         * nnimap.el (nnimap-id): New variable.
25350         (nnimap-open-connection): Use it.
25351
25352 2003-12-28  Simon Josefsson  <jas@extundo.com>
25353
25354         * gnus-score.el (gnus-score-edit-all-score): New.
25355         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25356
25357 2004-01-04  Simon Josefsson  <jas@extundo.com>
25358
25359         * password.el: Add.
25360
25361 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25362
25363         * dns.el (dns-query-types): Fix typo.
25364         (dns-query-types): New function.
25365         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25366         PTR and SOA replies, see RFC 1035.
25367
25368 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25369
25370         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25371
25372         * Move to Changelog.2.
25373
25374 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25375
25376         * gnus.el (gnus-version-number): Bump version.
25377
25378 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25379
25380         * gnus.el: No Gnus v0.1 is released.
25381
25382 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25383
25384         * gnus.el: No Gnus v0.0 is released.
25385
25386 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25387
25388         * gnus.el (gnus-version-number): Bump.
25389         (gnus-version): No.
25390
25391 See ChangeLog.2 for earlier changes.
25392
25393   Copyright (C) 2004-2012 Free Software Foundation, Inc.
25394
25395   This file is part of GNU Emacs.
25396
25397   GNU Emacs is free software: you can redistribute it and/or modify
25398   it under the terms of the GNU General Public License as published by
25399   the Free Software Foundation, either version 3 of the License, or
25400   (at your option) any later version.
25401
25402   GNU Emacs is distributed in the hope that it will be useful,
25403   but WITHOUT ANY WARRANTY; without even the implied warranty of
25404   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25405   GNU General Public License for more details.
25406
25407   You should have received a copy of the GNU General Public License
25408   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25409
25410 ;; Local Variables:
25411 ;; coding: utf-8
25412 ;; fill-column: 79
25413 ;; add-log-time-zone-rule: t
25414 ;; End: