9a3c1a379ae49a9480b69b9f80cbf8b2152aa469
[gnus] / lisp / ChangeLog
1 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
4         * gnus-art.el (article-unsplit-urls)
5         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6         * gnus-registry.el (gnus-registry-get-article-marks)
7         * message.el (message-goto-body): Use it.
8         (message-called-interactively-p): Remove.
9
10         * spam-stat.el (spam-stat-called-interactively-p): New macro.
11         (spam-stat-score-buffer): Use it.
12
13         * spam.el: Silence the warnings against BBDB functions when compiling.
14
15         * gnus-score.el (gnus-score-decode-text-parts):
16         Use append+mapcar instead of the cl function mapcan.
17
18 2012-12-05  Sam Steingold  <sds@gnu.org>
19
20         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
21         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
22         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
23
24 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * gmm-utils.el (gmm-called-interactively-p): Revert.
27         This seems to cause Emacs to get stuck!
28         * gnus-art.el (article-unsplit-urls)
29         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
30         * gnus-registry.el (gnus-registry-get-article-marks)
31         * message.el (message-goto-body)
32         (message-called-interactively-p): Revert.
33
34         * gmm-utils.el (gmm-called-interactively-p): New function.
35         * gnus-art.el (article-unsplit-urls)
36         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
37         * gnus-registry.el (gnus-registry-get-article-marks)
38         * message.el (message-goto-body): Use it.
39         (message-called-interactively-p): Remove.
40
41         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
42         * gnus-sync.el (gnus-sync-lesync-call)
43         * message.el (message-read-from-minibuffer): Use it.
44
45 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * gmm-utils.el (gmm-flet): Remove.
48         * gnus-sync.el (gnus-sync-lesync-call)
49         * message.el (message-read-from-minibuffer): Don't use it.
50
51 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * gmm-utils.el (gmm-labels): Use cl-labels if available.
54
55 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
58
59         * gnus-sync.el (gnus-sync-lesync-call)
60         * message.el (message-read-from-minibuffer): Use gmm-flet.
61
62         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
63
64         * gnus-util.el (gnus-macroexpand-all): Remove.
65
66 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
67
68         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
69         to TAB, not [tab].
70         (gnus-summary-article-map): Likewise.
71
72         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
73         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
74
75 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
76
77         * time-date.el: Commentary fix.
78
79 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
80
81         * color.el: Don't require cl.
82         (color-complement): `caddr' -> `nth 2'.
83
84         * time-date.el (time-to-seconds): De-obsolete.
85
86 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * message.el (message-get-reply-headers):
89         Make sure the reply goes to the author if it is a wide reply.
90
91 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
92
93         * gnus-score.el (gnus-score-body):
94         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
95         scoring by body.
96
97 2012-11-16  Glenn Morris  <rgm@gnu.org>
98
99         * gnus-diary.el (nndiary-request-create-group-functions)
100         (nndiary-request-update-info-functions)
101         (gnus-subscribe-newsgroup-functions)
102         (nndiary-request-accept-article-functions):
103         Use new names for hooks rather than obsolete aliases.
104
105 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * dgnushack.el (define-obsolete-variable-alias): Simplify.
108
109 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
112         in meta tag with the one the part specifies in its header.
113
114 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
115
116         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
117         by default.
118
119 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
122         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
123
124 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
127         and a runtime function for it, of which the XEmacs version takes only
128         two arguments.
129
130 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
131
132         * nndiary.el (nndiary-request-create-group-functions)
133         (nndiary-request-update-info-functions)
134         (nndiary-request-accept-article-functions):
135         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
136         "-hooks" suffix.
137
138 2012-10-19  Julien Danjou  <julien@danjou.info>
139
140         * gnus-art.el: Require gnus-util because it uses
141         `gnus-timer--function'.
142
143 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
144
145         * starttls.el (starttls-extra-arguments): Doc fix.
146
147 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
148
149         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
150         it.
151
152 2012-10-06  Glenn Morris  <rgm@gnu.org>
153
154         * gnus-notifications.el (gnus-notifications):
155         Add missing group :version tag.
156         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
157         (gnus-gcc-post-body-encode-hook):
158         * gnus-sync.el (gnus-sync-lesync-name)
159         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
160
161 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
162
163         * color.el (color-hsl-to-rgb): Fix incorrect results for
164         small and large hue values.  (Bug#12559)
165
166 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         New UIDL implementation.
169
170         * mail-source.el (mail-sources, mail-source-keyword-map):
171         Add :leave as a pop3 keyword.
172         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
173
174         * pop3.el (pop3-leave-mail-on-server): Allow number.
175         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
176         (pop3-movemail): Add UIDL support.
177         (pop3-send-streaming-command): Take a list of mail numbers instead of
178         the number of mails.
179         (pop3-write-to-file): Add X-UIDL header.
180         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
181         (pop3-uidl-add-xheader): New functions.
182
183         * message.el (message-ignored-resent-headers):
184         Add X-Content-Length and X-UIDL headers.
185
186 2012-10-05  Glenn Morris  <rgm@gnu.org>
187
188         * color.el (color-name-to-rgb, color-rgb-to-hex)
189         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
190         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
191         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
192         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
193
194 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
197         a user about whether to delete temp files if once a user answered as n.
198
199 2012-09-25  Chong Yidong  <cyd@gnu.org>
200
201         * password-cache.el (password-read-and-add): Use a declare form to mark
202         this function obsolete.
203
204 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * lpath.el: Bind mail-encode-mml for old Emacsen.
207
208 2012-09-17  Richard Stallman  <rms@gnu.org>
209
210         * message.el (message-in-body-p): Don't set mark or modify buffer.
211
212         * mml.el (mml-attach-file): Doc fix.
213         (mml-attach-external, mml-attach-buffer, mml-attach-file):
214         Set mail-encode-mml when in Mail mode.
215         Simplify code to set HEAD and move back to HEAD.
216         (mml-insert-multipart, mml-insert-part):
217         Set mail-encode-mml when in Mail mode.
218
219 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * gnus-util.el (gnus-timer--function): New function.
222
223         * gnus-art.el (gnus-article-stop-animations): Use it.
224
225 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
226
227         Fix glitches caused by addition of psec to timers.
228         * gnus-art.el (gnus-article-stop-animations): Use timer--function
229         rather than raw access to timer vector.
230
231 2012-09-11  Julien Danjou  <julien@danjou.info>
232
233         * gnus-notifications.el (gnus-notifications): Check for nil values in
234         ignored addresses check.
235
236 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
237
238         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
239
240 2012-09-07  Chong Yidong  <cyd@gnu.org>
241
242         * gnus-util.el
243         (gnus-put-text-property-excluding-characters-with-faces): Restore.
244
245         * gnus-salt.el (gnus-tree-highlight-node):
246         * gnus-sum.el (gnus-summary-highlight-line):
247         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
248
249 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
250
251         * gnus-util.el: Fix compilation error on XEmacs 21.4.
252
253 2012-09-06  Juri Linkov  <juri@jurta.org>
254
255         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
256         scheme for buffer names to be more consistent with other group and
257         article buffer names in Gnus.
258
259 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
260
261         * gnus-util.el
262         (gnus-put-text-property-excluding-characters-with-faces): Removed.
263
264         * gnus-compat.el: Define compat function `add-face' from Wolfgang
265         Jenkner.
266
267         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
268
269         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
270
271         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
272
273 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
276         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
277
278         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
279         string-prefix-p in Emacs >=23.2.
280
281         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
282         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
283         instead of string-match-p.
284         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
285
286 2012-09-06  Kenichi Handa  <handa@gnu.org>
287
288         * qp.el (quoted-printable-decode-region): Fix previous change; handle
289         lowercase a..f.
290
291 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
292
293         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
294
295 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
296
297         * nnimap.el (nnimap-request-move-article): Decode the group name when
298         doing internal moves to avoid charset issues.
299
300         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
301         TIME is set.
302
303 2012-09-05  Juri Linkov  <juri@jurta.org>
304
305         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
306         than one group at a time (bug#11961).
307
308 2012-09-05  Julien Danjou  <julien@danjou.info>
309
310         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
311         this hide the real reason with a message giving absolutely no hint.
312
313 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
314
315         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
316         to the backend (bug#11804).
317
318         * message.el (message-insert-newsgroups): Don't insert newsgroup
319         duplicates (bug#12275).
320
321 2012-09-05  John Wiegley  <johnw@newartisans.com>
322
323         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
324         sieve rules.
325
326 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
327
328         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
329         function.
330
331         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
332
333         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
334
335 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
336
337         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
338         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
339         This should make nnmaildir more usable with offlineimap.
340
341 2012-09-05  Julien Danjou  <julien@danjou.info>
342
343         * nnimap.el (nnimap-request-list): Revert change that made listing
344         synchronous.
345         (nnimap-get-responses): Restore.
346
347 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
348
349         * dgnushack.el: XEmacs 21.5 compilation fix.
350
351         * gnus-notifications.el (gnus-notifications-notify): Use it.
352
353         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
354         warnings on XEmacs.
355
356 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
357
358         Better seeds for (random).
359         * gnus-sync.el (gnus-sync-lesync-setup):
360         * message.el (message-canlock-generate, message-unique-id):
361         Change (random t) to (random), now that the latter is more random.
362
363 2012-08-31  Dave Abrahams  <dave@boostpro.com>
364         * nnimap.el (nnimap-change-group): Document result value
365
366         * auth-source.el (auth-sources): Fix macos keychain access.
367
368         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
369         allow the backend `request-head' function to determine the group
370         name on its own.
371         (gnus-request-expire-articles): Filter out negative article numbers
372         during expiry (Bug#11980).
373
374         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
375         O(N^2) to O(N).  This makes warping into huge groups tolerable.
376
377         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
378         you've found the article when you haven't.
379
380         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact that
381         nnimap-change-group can return t
382
383 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
384
385         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
386
387 2012-08-30  Julien Danjou  <julien@danjou.info>
388
389         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
390         `gnus-notifications-timeout'.
391         (gnus-notifications-timeout): Add.
392         (gnus-notifications-action): New function.
393         (gnus-notifications-notify): Add :action using
394         `gnus-notifications-action'.
395         (gnus-notifications-id-to-msg): New variable.
396         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
397         notifications id to messages.
398
399 2012-08-30  Kenichi Handa  <handa@gnu.org>
400
401         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
402         once.
403
404 2012-08-29  Julien Danjou  <julien@danjou.info>
405
406         * gnus-notifications.el: New file.
407         (gnus-notifications-notify): New function.
408         (gnus-notifications): Use `gnus-notifications-notify'.
409
410 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
413         transfer encoding first; bind gnus-newsgroup-charset to the charset
414         that the article specifies (Bug#12209).
415
416 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
419         (gnus-group-customize-done): Encode values posting-style holds.
420
421         * gnus-msg.el (gnus-summary-resend-message)
422         (gnus-configure-posting-styles): Decode values posting-style group
423         parameter holds.
424
425 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
428         `name' and `address' in Resent-From header.
429
430 2012-08-14  Chong Yidong  <cyd@gnu.org>
431
432         * gnus-art.el (article-display-face): Handle failure in
433         gnus-create-image (Bug#11802).
434
435 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
436
437         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
438         Use defsetf.
439
440 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
441
442         * auth-source.el: (auth-source-plstore-search)
443         (auth-source-secrets-search): Ignore :require and :type in search spec.
444
445 2012-08-06  Julien Danjou  <julien@danjou.info>
446
447         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
448         `nnimap-request-move-article'.
449
450         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
451         Remove autoload, already handled by gnus.el.
452
453         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
454
455         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
456         supported by nnimap actually. Reverts previous change.
457
458         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
459         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
460         to-buffer argument that is already supported.
461
462 2012-08-05  Julien Danjou  <julien@danjou.info>
463
464         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
465         Add autoload.
466
467 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * gnus.el (gnus-valid-select-methods): Fix custom type.
470
471 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
472
473         * auth-source.el (auth-sources, auth-source-backend-parse)
474         (auth-source-macos-keychain-search)
475         (auth-source-macos-keychain-search-items)
476         (auth-source-macos-keychain-result-append)
477         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
478         auth-source.el through the /usr/bin/security utility.
479         (auth-sources): Fix syntax error.
480         (auth-source-macos-keychain-result-append): Fix variable name.
481         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
482
483 2012-07-27  Julien Danjou  <julien@danjou.info>
484
485         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
486         Emacs < 24.1
487
488 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * message.el (message-kill-address): Don't kill last newline.
491         (message-skip-to-next-address): Don't move to the next header.
492         (message-fill-field-address): Work properly.
493
494 2012-07-25  Julien Danjou  <julien@danjou.info>
495
496         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
497
498 2012-07-24  Julien Danjou  <julien@danjou.info>
499
500         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
501
502         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
503         (nntp-async-timer-handler): Remove, unused.
504
505         * nnimap.el (nnimap-get-responses): Remove, unused.
506
507         * nnheader.el (mail-header-set-extra): Remove, unused.
508
509         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
510         unused.
511
512         * mm-view.el (mm-view-sound-file): Remove, unused.
513
514         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
515         (mm-url-encode-multipart-form-data): Remove, unused.
516
517         * message.el (message-remove-signature, message-make-host-name)
518         (message-fill-address): Remove, unused.
519
520         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
521         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
522         unused.
523
524         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
525         (gnus-xmas-call-region): Remove, unused.
526
527         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
528
529         * gnus-util.el (gnus-extract-address-component-name)
530         (gnus-extract-address-component-email, gnus-sortable-date)
531         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
532         (gnus-process-live-p): Remove, unused.
533
534         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
535
536         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
537         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
538         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
539         function.
540
541         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
542
543         * gnus-score.el (gnus-summary-score-crossposting)
544         (gnus-score-regexp-bad-p): Remove, unused.
545
546         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
547
548         * gnus-range.el (gnus-sublist-p): Remove, unused.
549
550         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
551         unused.
552
553         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
554
555         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
556         (gnus-request-associate-buffer): Remove, unused.
557
558         * gnus-group.el (gnus-group-set-method-info)
559         (gnus-group-set-params-info): Remove, unused.
560
561         * gnus-fun.el (gnus-shell-command-to-string)
562         (gnus-shell-command-on-region): Remove, unused.
563
564         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
565
566         * gnus-art.el (gnus-article-text-type-exists-p)
567         (article-translate-characters, gnus-article-hide-text-of-type)
568         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
569         Remove, unused.
570
571 2012-07-22  Andrew Cohen  <cohen@bu.edu>
572
573         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
574
575 2012-07-21  Julien Danjou  <julien@danjou.info>
576
577         * message.el (message-dont-reply-to-names): Replace deprecated
578         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
579         (message-get-reply-headers): Ditto.
580
581 2012-07-18  Julien Danjou  <julien@danjou.info>
582
583         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
584         `sieve-upload-and-kill'.
585
586         * sieve.el (sieve-bury-buffer): Remove function.
587         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
588         (sieve-upload-and-kill): New function, mapped to C-c C-c.
589
590 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
591
592         * shr.el (shr-expand-url): Handle URL starting with `//'.
593
594 2012-07-13  Chong Yidong  <cyd@gnu.org>
595
596         * smime.el (smime-certificate-info): Set buffer-read-only directly,
597         instead of calling toggle-read-only with a (bogus) argument.
598
599 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
600
601         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
602         of initial input when reading the author to restrict the summary to.
603
604 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * mm-decode.el (mm-shr):
607         Allow overriding charset by mm-charset-override-alist.
608
609 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * gnus-art.el (gnus-article-view-part):
612         Toggle subparts of multipart/alternative part.
613
614 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
615
616         * shr.el (shr-render-buffer): New command.
617         (shr-visit-file): Use it.
618
619 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
622         Set no-byte-compile and no-update-autoloads.
623
624 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
627
628 2012-06-25  Julien Danjou  <julien@danjou.info>
629
630         * nnimap.el (nnimap-request-articles-find-limit): Rename from
631         `nnimap-request-move-articles-find-limit' since we do not use it only
632         for move operations.
633         (nnimap-request-accept-article): Use
634         `nnimap-request-articles-find-limit' to limit search by message-id.
635
636 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
637
638         Support higher-resolution time stamps (Bug#9000).
639
640         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
641         VARLIST.  It's optional, for backward compatibility.
642         (encode-time-value): New optional arg PICO.  New type 3.
643         (time-to-seconds) [!float-time]: Support the new picoseconds
644         component if it's used.
645         (seconds-to-time, time-subtract, time-add):
646         Support ps-resolution time stamps as well.
647
648 2012-06-19  Julien Danjou  <julien@danjou.info>
649
650         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
651
652         * nnimap.el (nnimap-log-buffer): Check that
653         `window-point-insertion-type' is boundp, since it's not available in
654         XEmacs.
655
656 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
657
658         * nnimap.el (nnimap-log-buffer): Add this, setting
659         `window-point-insertion-type' in the buffer to t.
660         (nnimap-log-command): Use nnimap-log-buffer.
661
662 2012-06-19  Julien Danjou  <julien@danjou.info>
663
664         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
665         argument to be able to limit the search.
666         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
667         (nnimap-request-move-articles-find-limit): Add this to limit the search
668         by Message-Id after a message move.
669         (nnimap): Add defgroup.
670
671 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
672
673         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
674
675 2012-06-15  Julien Danjou  <julien@danjou.info>
676
677         * nnimap.el (nnimap-find-article-by-message-id): Use
678         `nnimap-possibly-change-group' rather than its own EXAMINE call.
679         (nnimap-possibly-change-group): Add read-only argument.
680         (nnimap-request-list): Use nnimap-possibly-change-group rather than
681         issuing EXAMINE manually.
682         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
683         with read-only argument.
684         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
685         cannot possibly change because we need to be sure that it's either
686         read-write or read-only.
687
688 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
691         being bound to a lambda form.
692
693 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
694
695         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
696         articles when fetch-old is non-nil (bug#11370).
697
698 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
699
700         * gnus-picon.el (gnus-picon-properties): New defcustom.
701         (gnus-picon-create-glyph): Use it.
702
703 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus-group.el (gnus-group-get-new-news): Respect
706         `gnus-group-use-permanent-levels', as documented (bug#11638).
707
708 2012-06-10  Dave Abrahams  <dave@boostpro.com>
709
710         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
711         groups (bug#11641).
712
713 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
714
715         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
716         is an integer to avoid later problems.
717
718 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
721         locales.
722
723         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
724         on a handle.
725
726         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
727         address as the default.
728         (gnus-summary-insert-old-articles): Don't include unexistent messages.
729
730         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
731         makes no sense to query the user about internal files.
732
733         * gnus-spec.el: Remove all the byte-compilation stuff, since
734         benchmarking shows that it doesn't help when entering large summary
735         buffers.
736
737         * gnus-xmas.el (gnus-xmas-define): Remove.
738
739         * gnus-util.el (gnus-byte-code): Remove.
740
741         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
742         grouplens stuff.
743
744 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
747         (bug#11514).
748
749 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
750
751         * message.el (message-buffers): Return all buffers derived from Message
752         to make `gnus-dired-attach' work with mu4e.
753
754 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
755
756         * nntp.el: Stop the `letf' madness.
757         (nntp--report-1): New var.
758         (nntp-report): Merge nntp-report-1 into it.
759         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
760         the nntp-report function.
761
762         * auth-source.el: Fix comment-style to follow the convention.
763
764 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
765
766         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
767         (mm-dissect-singlepart): Don't guess the MIME type of
768         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
769         set.
770         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
771         toplevel MIME type is multipart/encrypted.
772
773 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
776         a string so that Gcc works (bug#11514).
777
778 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
779
780         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
781         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
782
783 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
784
785         * gnus-win.el (gnus-configure-frame): Don't signal an error when
786         jumping to *Server* from a dedicated *Group* window.
787         (gnus-configure-frame): CSE.
788
789         * gnus-registry.el: Minor style cleanup.
790         (gnus-registry--set/remove-mark): New function, extracted from
791         gnus-registry-install-shortcuts.
792         (gnus-registry-install-shortcuts): Use it.
793
794 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * nnspool.el (news-path): Use eval-and-compile.
797
798 2012-05-24  Glenn Morris  <rgm@gnu.org>
799
800         * nnspool.el (news-directory, news-path, news-inews-program):
801         Move here from paths.el.  Don't see a need for these to be autoloaded.
802
803         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
804         Merge in doc from paths.el version.  Don't see any need for this to be
805         autoloaded, or for the warning about users not setting it.
806
807 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
808
809         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
810         format.  In particular, add an optional argument and a docstring.
811
812         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
813
814         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
815         current before calling `gnus-groups-to-gnus-format'.
816         Note that this was already the case for `gnus-active-to-gnus-format'.
817
818 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
819
820         Fix minor Y10k bug.
821         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
822
823 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
824
825         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
826         message once it's actually open.
827
828 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
829
830         * gnus.el: Ma Gnus v0.5 is released.
831
832 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
833
834         * auth-source.el (auth-source--aput-1, auth-source--aput)
835         (auth-source--aget): New functions and macros.
836         Use them instead of aput/aget.
837
838 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
839
840         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
841
842 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
843
844         * plstore.el (plstore-called-interactively-p): New compat macro copied
845         from message.el.
846         (plstore-mode): Use it.
847
848 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
849
850         * plstore.el: Revive the editing feature.
851         (plstore-mode): New mode to edit plstore file.
852         (plstore-mode-toggle-display, plstore-mode-original)
853         (plstore-mode-decoded): New command.
854         (plstore--encode, plstore--decode, plstore--write-contents-functions)
855         (plstore--insert-buffer, plstore--make): New function.
856         (plstore-open, plstore-save): Simplify by using them.
857
858 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
861
862 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
863
864         * tls.el (open-tls-stream): Remove unused binding.
865
866 2012-04-16  Glenn Morris  <rgm@gnu.org>
867
868         * nndraft.el (nndraft-request-list): Fix declaration.
869
870 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * mm-decode.el (mm-dissect-buffer): Doc fix.
873
874         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
875         don't have a current group.
876
877         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
878         buffer if it doesn't exist.
879
880         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
881         given, mark the group as ephemeral with the current window conf.
882
883         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
884         buffer exists, which it doesn't if we haven't started Gnus.
885         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
886
887 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * mml.el (mml-generate-mime): Allow specifying what the top-level part
890         type is.
891
892         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
893         `unexists' entries.
894         (gnus-clean-old-newsrc): Fix last checkin.
895
896         * nnimap.el (nnimap-update-info): None of the articles below the active
897         low-water mark exist.
898
899         * dgnushack.el: Get rid of XEmacs compilation warning.
900
901         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
902         would have gotten if we posted to the group, and use that to compare
903         against the message we want to cancel (bug#10808).
904
905         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
906         on XEmacs.
907
908 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
909
910         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
911         `scroll-margin'.
912
913 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
914
915         * gnus-cite.el (gnus-dissect-cited-text): A single line without
916         citation prefix within a block of cited text should be considered part
917         of that block *only* if it is a blank line.
918
919 2012-04-09  Chong Yidong  <cyd@gnu.org>
920
921         * binhex.el, hashcash.el, uudecode.el:
922         Remove * characters from the front of variable docstrings.
923
924 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
927         before kinsoku-bol characters nor within kinsoku-eol characters.
928
929 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
932         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
933         (gnus-sync-read): Use mapc instead of mapcar.
934
935         * mm-archive.el: Require mm-decode for some macros.
936         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
937         the byte compiler.
938         (mm-archive-decoders): New function that returns the value of
939         the mm-archive-decoders variable.
940
941         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
942         instead.
943         (mm-dissect-singlepart): Use the function mm-archive-decoders.
944
945         * nnimap.el (gnus-refer-thread-use-nnir):
946         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
947
948 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
951
952 2012-03-12  Peter Münster  <pmrb@free.fr>
953
954         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
955         (gnus-demon-cancel): Ditto.
956         (gnus-demon-run-callback): When function cannot be called due to low
957         idleness, call it when idleness reaches the expected value, instead of
958         waiting another timer period.
959         (gnus-demon-init): Add `time' to arguments of call-back.
960
961 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
964
965         * gnus.el: Register gnus-registry functions.
966
967         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
968         indent.
969
970         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
971         enabled before warping.
972
973 2012-03-22  Dave Abrahams  <dave@boostpro.com>
974
975         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
976         registry about each article retrieved.
977
978         * gnus-int.el (gnus-select-group-with-message-id): New function.
979         (gnus-try-warping-via-registry): Ditto.
980         (gnus-warp-to-article): Fall back on the registry.
981
982 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
983
984         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
985         inboxes.
986
987 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
990
991 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
994         gnus-gcc-self-resent-messages may be a group parameter.
995         (gnus-summary-resend-message): Don't encode encoded words in header
996         when Gcc'ing resent message.
997
998 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * shr.el (shr-insert): Treat non-breaking space just like normal
1001         space.  This seems to produce more pleasing results.
1002         (shr-insert): Only insert a blank line if we're starting from an image.
1003         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1004         (shr-ensure-paragraph): Consider lines with white space to be blank.
1005
1006 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1007
1008         * Makefile.in: Respect DESTDIR.
1009
1010 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1011
1012         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1013         and gnus-gcc-post-body-encode-hook.
1014
1015 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1018         messages that don't exist.
1019
1020         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1021
1022 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1025         a string so that Gcc works (bug#11514).
1026
1027 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
1028
1029         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1030
1031 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1034         don't have a current group.
1035
1036 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1039         Remove.
1040
1041         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1042
1043         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1044
1045 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046
1047         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1048         have a group name.
1049
1050         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1051         a multibyte buffer (bug#7410).
1052         (article-wash-html): Parse the original article buffer to get the
1053         unencoded data (bug#7410).
1054
1055         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1056         .newsrc.el files.
1057
1058 2012-04-05  Bastien Guerry  <bzg@altern.org>
1059
1060         * color.el (color-lighten-name): Fix typo.
1061
1062 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1065         "#" to avoid having them interpreted as comments.
1066
1067 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * shr.el (shr-insert): Update the text state properly to avoid
1070         inserting spurious paragraph starts.
1071
1072 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * shr.el (shr-table-widths): Divide the extra width more fairly over
1075         the TDs (bug#10973).
1076         (shr-render-td): Don't delete too much padding.
1077         (shr-natural-width): Compute the natural width more correctly.
1078         (shr-insert): Allow the natural width to be computed for tables again.
1079         (shr-tag-table-1): Rework how the natural widths are computed by
1080         rendering the table a third time.
1081         (shr-natural-width): Removed.
1082         (shr-buffer-width): New function.
1083         (shr-expand-newlines): Use it.
1084
1085         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1086         using a `gnus-use-full-window' setup (bug#11013).
1087
1088 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1089
1090         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1091         24.1 release.
1092
1093 2012-03-10  David Edmondson  <dme@dme.org>
1094
1095         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1096         'Forwarded Message' header and the start of the message.
1097
1098 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1099
1100         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1101         isn't running (bug#10897).
1102
1103 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1106         This is inconsistent with all the other stream functions, which leave
1107         the setting up to the higher levels (if so wanted) (bug#10931).
1108
1109 2012-02-28  Glenn Morris  <rgm@gnu.org>
1110
1111         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1112         mm-decode.el: Standardize possessive apostrophe usage.
1113
1114 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1117
1118 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1119
1120         * parse-time.el (parse-time-string): Allow extractor to return nil.
1121
1122 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1125
1126 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1129
1130 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1131
1132         * mm-decode.el (mm-shr): Remove "soft hyphens".
1133
1134         * nnimap.el (nnimap-request-list): Return the group names encoded as
1135         utf8.  Otherwise non-European group names don't work.
1136         (nnimap-request-newgroups): Ditto.
1137
1138         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1139         the default in `read-string' (bug#10757).
1140
1141         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1142         topics (bug#10843).
1143
1144         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1145         buffer.  Suggested by Herbert Valerio Riedel.
1146         (nnimap-request-move-article): Delete the message from the correct IMAP
1147         server.
1148
1149 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1150
1151         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1152         Reported by Peter Münster.
1153
1154 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1155
1156         * shr.el (shr-image-fetched): Make sure we really kill the right
1157         buffer.
1158
1159 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1160
1161         * gnus-start.el (gnus-1): Avoid duplicate entries.
1162
1163 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1164
1165         * imap.el: Remove.
1166
1167         * nntp.el (nntp-coding-system-for-read): Remove.
1168         (nntp-coding-system-for-write): Ditto.
1169         (nntp-open-connection): Just use `binary' directly.
1170
1171         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1172         Gnus 0.3.
1173
1174 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1175
1176         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1177         application/octet-stream parts really is.
1178
1179         * gnus-sum.el (gnus-propagate-marks): Remove.
1180
1181 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1182
1183         * shr.el (shr-rescale-image): Undo previous change; see
1184         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1185
1186 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1187
1188         * gnus.el: Ma Gnus v0.3 is released.
1189
1190 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-sum.el (gnus-summary-local-variables): Make
1193         `gnus-newsgroup-unexist' into a local variable.
1194
1195 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1196
1197         * registry.el (registry-usage-test, registry-persistence-test): Move to
1198         tests/gnustest-registry.el.
1199         (registry-make-testable-db, registry-match-test)
1200         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1201
1202         * gnus-registry.el (gnus-registry-misc-test)
1203         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1204
1205         * tests/gnustest-registry.el: New file with the registry and
1206         gnus-registry ERT tests.
1207
1208 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus-msg.el (gnus-summary-resend-message): Make
1211         gnus-summary-resend-message-insert-gcc be last item in
1212         message-header-setup-hook.
1213
1214 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1215
1216         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1217         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1218         Remove.
1219         (nnfolder-open-server): Don't use marks.
1220         (nnfolder-request-delete-group): Ditto.
1221         (nnfolder-request-rename-group): Ditto.
1222         (nnfolder-request-set-mark, nnfolder-request-marks)
1223         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1224         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1225
1226         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1227         (nnml-marks-modtime): Remove.
1228         (nnml-request-delete-group): Don't use marks.
1229         (nnml-request-rename-group): Ditto.
1230         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1231         (nnml-save-marks, nnml-open-marks): Remove.
1232
1233         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1234         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1235         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1236         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1237         (nntp-server-to-method-cache): Remove.
1238
1239         * shr.el (shr-rescale-image): Fix wrong merge.
1240
1241 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1242
1243         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1244         too-wide lines.
1245
1246 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1247
1248         * nnimap.el (nnimap-record-commands): New variable.
1249         (nnimap-log-command): Use it.
1250         (nnimap-make-process-buffer): Add a space to the process buffer.
1251         (nnimap-transform-headers): Don't bug out on header lines containing
1252         stuff that look like IMAP length encodings.
1253
1254         * shr.el (shr-rescale-image): Allow viewing large images.
1255
1256 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1257
1258         * nnml.el (nnml-request-compact-group): Delete the marks file after
1259         compaction (bug#10800).
1260
1261         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1262         group exit.
1263
1264         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1265         QRESYNC/FETCH output.
1266
1267 2012-02-11  Glenn Morris  <rgm@gnu.org>
1268
1269         * sieve-manage.el (sieve-manage-default-stream):
1270         * shr.el (shr):
1271         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1272         (nnir-retrieve-headers-override-function)
1273         (nnir-imap-default-search-key, nnir-notmuch-program)
1274         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1275         (nnir-method-default-engines):
1276         * message.el (message-cite-reply-position):
1277         * gssapi.el (gssapi-program):
1278         * gravatar.el (gravatar):
1279         * gnus-sum.el (gnus-refer-thread-use-nnir):
1280         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1281         (gnus-registry-max-pruned-entries):
1282         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1283         * gnus-int.el (gnus-after-set-mark-hook)
1284         (gnus-before-update-mark-hook):
1285         * gnus-async.el (gnus-async-post-fetch-function):
1286         * auth-source.el (auth-source-cache-expiry):
1287         Add missing :version tags to new defcustoms and defgroups.
1288
1289 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1290
1291         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1292         `gnus-newsgroup-unexist'.
1293
1294         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1295         marks.
1296         (gnus-article-special-mark-lists): Put the `unexist' in the special
1297         marks list instead.
1298
1299         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1300         articles in the list of articles to be selected.
1301
1302         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1303         articles.
1304         (nnimap-update-info): Keep track of unexisting articles.
1305         (nnimap-update-qresync-info): Ditto.
1306
1307 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1308
1309         * message.el (message-default-send-mail-function): Made into own
1310         function for reuse by emacsbug.el.
1311
1312 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1313
1314         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1315         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1316
1317 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1318
1319         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1320         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1321
1322         * gnus-compat.el: Define `timer-set-function'.
1323
1324         * mm-decode.el (mm-display-external): Output the text from the command
1325         in the buffer after the command finished.  This makes text-based
1326         commands behave better.
1327
1328 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1329
1330         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1331
1332 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1333
1334         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1335         23.1.
1336
1337 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1340
1341 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1342
1343         * message.el (smtpmail-smtp-user): Silence compiler warning.
1344
1345 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1346
1347         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1348         SMTP user name.
1349
1350 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-sum.el (gnus-summary-show-thread):
1353         next-single-char-property-change may return nil in XEmacs.
1354         (gnus-summary-article-map): Fix typo.
1355
1356 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1357
1358         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1359         running.
1360
1361         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1362
1363         * gnus.el (gnus-server-extend-method): Don't add an -address component
1364         if the method already has one (bug#9676).
1365
1366 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1367
1368         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1369         of an initial-input for consistency (bug#10757).
1370
1371         * dgnushack.el: Fix XEmacs compilation warning.
1372
1373         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1374
1375         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1376
1377 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1378
1379         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1380         lines that are narrower than the window width.  Otherwise background
1381         "blocks" will look less readable.
1382
1383 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1384
1385         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1386         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1387         have newlines within the strings, and where the UID comes after the
1388         BODYSTRUCTURE element (bug#10537).
1389
1390         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1391         (bug#10732).
1392
1393         * shr.el (shr-insert-document): Add doc string.
1394         (shr-visit-file): Ditto.
1395         (shr-remove-trailing-whitespace): New function.
1396         (shr-insert-document): Use it to clean up trailing whitespace as the
1397         final step (bug#10714).
1398
1399 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1400
1401         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1402         buffer if `gnus-kill-summary-on-exit' is nil.
1403
1404 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1405
1406         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1407         when just reading a single group from "without" Gnus.
1408
1409 2012-02-06  Chong Yidong  <cyd@gnu.org>
1410
1411         * gnus-sum.el (gnus-summary-show-thread):
1412         next-single-char-property-change never returns nil (Bug#8657).
1413
1414 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1415
1416         * message.el (message-multi-smtp-send-mail): New function.
1417         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1418         header to implement multi-SMTP functionality.
1419
1420         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1421         (gnus-agentize): Don't set it.
1422         (gnus-agent-send-mail): Don't use it.
1423
1424         * gnus-sum.el (gnus-summary-widget-backward): New function and
1425         keystroke.
1426
1427         * gnus-compat.el: More the compat functions more compatible.
1428
1429         * shr.el (shr-put-image): Remove underlines from sliced images.
1430         (shr-zoom-image): Compute the region to be replaced more correctly.
1431
1432 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1435         (gnus-summary-resend-message-insert-gcc): New function.
1436         (gnus-summary-resend-message): Modify message-header-setup-hook and
1437         message-sent-hook to make it work for Gcc.
1438         (gnus-inews-do-gcc): Update the number of unread articles of groups
1439         that messages are Gcc'd to.
1440
1441         * message.el (message-resend): Run message-sent-hook to do Gcc.
1442
1443 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1444
1445         * lpath.el: Fix an XEmacs compilation warning.
1446
1447         * gnus-compat.el: Require `help-fns' to fix compilation error.
1448
1449         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1450         a higher level to silence compilation.
1451
1452         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1453         parameter to allow controlling the scaling.
1454
1455         * shr.el (shr-zoom-image): New command and keystroke.
1456         (shr-put-image): Take a `size' flag to say how to scale the image.
1457
1458         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1459         deletion unless already defined.
1460
1461         * gnus.el (gnus-compat): Require it.
1462
1463         * gnus-compat.el: New file.
1464
1465         * gnus-start.el (gnus-clean-old-newsrc): New function.
1466         (gnus-read-newsrc-file): Use it.
1467
1468         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1469         Use recursive deletion.
1470         (mm-dissect-archive): Add support for zip files.
1471
1472         * gnus-util.el (gnus-recursive-directory-files): New function.
1473
1474         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1475         (mm-archive-decoders): Add tgz support.
1476
1477         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1478         Otherwise inserting text into the Gnus buffer can look odd.
1479
1480         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1481
1482         * mm-archive.el (mm-archive-decoders): Add support for tar.
1483
1484         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1485
1486         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1487
1488 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1489
1490         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1491
1492         * mm-archive.el: New file.
1493
1494         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1495
1496         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1497
1498         * message.el (message-goto-*): Make all the `message-goto-*' commands
1499         push the mark before moving point.  This makes it easier to go back to
1500         where you came from after editing whatever you jumped to.
1501
1502 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1503
1504         * gnus.el: Ma Gnus v0.1 is released.
1505
1506 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1507
1508         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1509         without reconnecting.
1510         (nnimap-possibly-change-group): Ditto.
1511         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1512         connection has died before being called.
1513
1514 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1515
1516         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1517         an initial sync unless we're really doing one.
1518
1519         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1520         address parameter if one already exists (bug#9676).
1521
1522         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1523         not the prefix, as documented (bug#10689).
1524
1525 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1526
1527         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1528         the "server".
1529
1530         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1531         the real error message with the useless "previously known to be down".
1532         Which isn't even correct.
1533
1534         * nntp.el (nntp-open-connection): Report the error message if the nntp
1535         server can't be reached.
1536
1537         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1538         groups we do a total scan for.
1539         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1540         doing that.
1541
1542 2012-01-31  Jim Meyering  <jim@meyering.net>
1543
1544         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1545         Correct a comment (insert "not") and hide nominally-doubled "to".
1546
1547 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1548
1549         * gnus.el (gnus-version): Change name to "Ma Gnus".
1550
1551 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1552
1553         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1554         section in the manual.
1555
1556 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1557
1558         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1559         words.
1560         (rfc2047-encode-string): Ditto.
1561         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1562         understand folded filename="..." parameters, for instance.
1563
1564         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1565         the message for greater debuggability.
1566
1567 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1568
1569         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1570         instead of setting it locally, since the latter doesn't seem to have
1571         any effect (most of the time).
1572
1573 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1574
1575         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1576         function call.
1577
1578 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1579
1580         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1581         seconds, and make the repeat clause with HH:MM specs work as
1582         documented.
1583
1584 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1585
1586         * proto-stream.el (proto-stream-capability-open): Fall back on
1587         :end-of-command if :end-of-capability doesn't exist.
1588
1589 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1592         bound globally in old Emacsen and XEmacsen.
1593
1594 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1595
1596         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1597         so that previous errors don't prohibit getting new news.
1598
1599         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1600
1601         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1602
1603 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1604
1605         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1606         buffer, not of the string which is its name.
1607
1608 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1609
1610         * proto-stream.el (proto-stream-capability-open): Wait for
1611         :end-of-capability, not :end-of-command.
1612
1613         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1614         non-server-marks groups.
1615         (gnus-group-make-articles-read): Ditto.
1616
1617         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1618         methods (bug#9676).
1619
1620         * gnus.el (gnus-method-ephemeral-p): New function.
1621
1622 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1625         left-to-right.
1626
1627 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1628
1629         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1630         warning.
1631
1632 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1633
1634         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1635         macroexpand the nnir things, since they haven't been defined yet, and
1636         nnir requires gnus-sum.
1637
1638 2012-01-24  Julien Danjou  <julien@danjou.info>
1639
1640         * color.el (color-rgb-to-hsl): Fix value computing.
1641         (color-hue-to-rgb): New function.
1642         (color-hsl-to-rgb): New function.
1643         (color-clamp, color-saturate-hsl, color-saturate-name)
1644         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1645         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1646
1647 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1650
1651 2012-01-19  Julien Danjou  <julien@danjou.info>
1652
1653         * color.el (color-name-to-rgb): Use the white color to find the max
1654         color component value and return correctly computed values.
1655         (color-name-to-rgb): Add missing float conversion for max value.
1656
1657 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1658
1659         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1660         logical server name in addition to the actual machine address.
1661
1662         * auth-source.el (auth-source-user-and-password): Add convenience
1663         wrapper to search by just host and optionally user.
1664
1665 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666
1667         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1668         after rendering.
1669
1670 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1671
1672         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1673         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1674         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1675
1676 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1679         (bug#9693).
1680         (gnus-summary-setup-buffer): Document return value (bug#9697).
1681
1682         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1683         since ido doesn't work on symbols (bug#9632).
1684
1685         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1686         when getting a single value as when getting all the values.  This means
1687         that atoms like `gcc-self' work cumulatively, like variable settings,
1688         instead of getting the value from the last matching clause.
1689         (gnus-group-find-parameter): Protect against the group buffer not
1690         existing (bug#9585).
1691
1692 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693
1694         * gnus-start.el (gnus-activate-group): Document more parameters
1695         (bug#9694).
1696
1697         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1698         (bug#9692).
1699
1700         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1701         article was fetched, so that it can be expired later (bug#9958).
1702         (gnus-agent-summary-fetch-series): Add doc string.
1703         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1704         (bug#9517).
1705
1706         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1707         retrieval is happening.
1708
1709         * gnus.el (gnus-parameters): Doc fix.
1710
1711 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1712
1713         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1714         show the thread after expansion.
1715
1716 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717
1718         * gnus-art.el (article-narrow-to-head): If the head is completely
1719         empty, narrow to the empty region (bug#9764).
1720
1721         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1722         read, and then mark them as unread only when the unread mark is used.
1723         This makes `C-- T k' actually work, even though it's confusing.
1724
1725         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1726         alive before we try to find its window.
1727
1728 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1729
1730         * mm-decode.el (mm-display-external): Use a longer timeout for the
1731         deletion to allow slow programs to display the file.
1732
1733 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1736         prompt to be less confusing.
1737
1738         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1739         argument to `message-reply'.  This broke `special-display-*' frame
1740         pop-uping (bug#10238).
1741
1742 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1743
1744         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1745         systems, since these allegedly don't work there.
1746
1747 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1748
1749         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1750         live buffer.
1751
1752 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * nnir.el (nnir-retrieve-headers): Protect against the article not
1755         existing on the server (bug#10335).
1756
1757 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1758
1759         * gnus-agent.el (gnus-agent-load-local): Recompute
1760         gnus-agent-article-local on changing method.
1761
1762 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * gnus.el (gnus-parameters): Note precedence.
1765
1766 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1767
1768         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1769         in the group buffer.
1770
1771 2012-01-04  Julien Danjou  <julien@danjou.info>
1772
1773         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1774         change.
1775
1776 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1779         too.
1780
1781         * nntp.el (nntp-retrieve-group-data-early): Use it.
1782
1783 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * nntp.el (nntp-retrieval-in-progress): New variable.
1786         (nntp-make-process-buffer): Make it buffer-local.
1787
1788         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1789         2010.
1790         (gnus-demon-init): Use it to compute the time if time is on the form
1791         "04:23".
1792
1793         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1794
1795         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1796         status in the correct buffer.
1797
1798 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1799
1800         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1801         when opening topics (bug#10407).
1802
1803 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1804
1805         * gnus-cus.el (gnus-score-customize):
1806         * gnus-sum.el (gnus-sort-gathered-threads):
1807         * message.el (message-shorten-references):
1808         * nnmairix.el (nnmairix-request-group):
1809         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1810
1811 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1812
1813         * gnus-agent.el (gnus-agent-regenerate-group):
1814         * gnus-int.el (gnus-retrieve-group-data-early):
1815         * mm-util.el (mm-codepage-ibm-list):
1816         * nndiary.el (Commentary, nndiary-get-new-mail):
1817         * nnir.el (nnir):
1818         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1819
1820 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * mm-view.el (mm-display-inline-fontify): Add comment.
1823
1824 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1825
1826         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1827         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1828
1829 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1830
1831         * gnus-art.el (gnus-split-methods):
1832         * gnus-msg.el (gnus-configure-posting-styles):
1833         * gnus-spec.el (gnus-parse-simple-format):
1834         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1835         * message.el (message-do-actions): Spelling fix.
1836
1837 2011-12-15  Juri Linkov  <juri@jurta.org>
1838
1839         * mm-decode.el (mm-inline-media-tests): Add missing
1840         `mm-handle-media-subtype'.
1841
1842 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1843
1844         * gnus-group.el (gnus-group-tool-bar):
1845         * gnus-sum.el (gnus-summary-tool-bar):
1846         * message.el (message-tool-bar):
1847         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1848
1849 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1850
1851         * plstore.el (plstore--insert-buffer): Spelling fix.
1852
1853 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1854
1855         * message.el (message-valid-fqdn-regexp): Update with newly approved
1856         top-level domain names ".tel" and ".asia".
1857
1858 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1861         unconditionally.
1862
1863 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1866         pop-to-buffer-same-window for old Emacsen.
1867
1868 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1869
1870         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1871
1872 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1873
1874         * netrc.el (netrc-credentials): Spelling fix.
1875
1876 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1877
1878         * gnus-fun.el (gnus-fun-ppm-change-string):
1879         * gnus-msg.el (gnus-inews-do-gcc):
1880         * gnus-sum.el (gnus-summary-find-for-reselect):
1881         * gnus.el (gnus-summary-cancelled):
1882         * message.el (message-cancel-hook, message-send-news):
1883         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1884         * nnir.el (nnir-run-hyrex):
1885         * nntp.el (nntp-with-open-group-function):
1886         * pgg.el (pgg-pending-timers): Spelling fix.
1887
1888 2011-12-04  Chong Yidong  <cyd@gnu.org>
1889
1890         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1891         change (Bug#10200).
1892
1893 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * compface.el (uncompface):
1896         * gnus-art.el (gnus-article-x-face-command): Update the header format
1897         of icon data for the most recent icontopbm program.
1898
1899 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-msg.el (gnus-inews-do-gcc):
1902         * message.el (message-send-mail):
1903         * mml.el (mml-generate-mime): Share the value of the buffer-local
1904         `message-options' variable between a draft buffer and temprary working
1905         buffers.
1906
1907 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1908
1909         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1910
1911 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1914         for Cygwin.
1915
1916 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1917
1918         * gnus-group.el (gnus-group-prepare-flat):
1919         * mm-bodies.el (mm-encode-body):
1920         * mml.el (mml-preview):
1921         * nnml.el (nnml-request-compact-group):
1922         * pop3.el (pop3-stream-type): Spelling fix.
1923
1924 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1925
1926         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1927
1928 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1929
1930         * color.el (color-rgb-to-hsl):
1931         * gmm-utils.el (gmm-tool-bar-style):
1932         * gnus-group.el (gnus-group-prepare-flat):
1933         * gnus-topic.el (gnus-topic-prepare-topic):
1934         * mm-decode.el (mm-discouraged-alternatives):
1935         * rfc2047.el (rfc2047-encode-1):
1936         * starttls.el: Spelling fix.
1937
1938 2011-11-24  Glenn Morris  <rgm@gnu.org>
1939
1940         * binhex.el (binhex-begin-line): Give it basic doc-string.
1941
1942         * starttls.el, tls.el: Fix case of "GnuTLS".
1943
1944 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1945
1946         * gnus-group.el (gnus-group-highlight): Fix typo.
1947
1948 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1949
1950         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1951         value of `delete-file', that returns nil for a local file but returns t
1952         for a remote file using ssh.
1953
1954 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1955
1956         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1957
1958 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1961         avoid later breakage.
1962
1963 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1966         article buffers' name.
1967
1968 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1971         by Paul Eggert's spellfixes two days ago.
1972
1973 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1976         doesn't have it.
1977
1978         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1979         buffer-local instead of binding them to avoid warnings.  Also demote
1980         errors (bug#10063).
1981         (font-lock-mode-hook): Shut up byte compiler.
1982
1983 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1984
1985         * mm-util.el (mm-charset-after):
1986         * nnir.el (nnir-run-hyrex):
1987         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1988         (ntlm-get-password-hashes, ntlm-md4hash):
1989         * smime.el: Fix typo.
1990
1991 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1992
1993         * gnus-agent.el (gnus-agent-expire-group-1):
1994         * nndiary.el (nndiary-last-occurence):
1995         * nnimap.el (nnimap-request-set-mark):
1996         * nnmairix.el (nnmairix-only-use-registry):
1997         * gnus-group.el (gnus-group-prepare-flat):
1998         * gnus-sum.el (gnus-decode-encoded-word-methods):
1999         * message.el (message-wash-subject):
2000         * nntp.el (nntp-retrieve-headers-with-xover):
2001         * smime.el (smime-certificate-directory): Spelling fix.
2002
2003 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2004
2005         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2006
2007         * color.el:
2008         * gnus-agent.el (gnus-agent-possibly-alter-active):
2009         * gnus-dired.el (gnus-dired-print):
2010         * mail-parse.el:
2011         * nnmairix.el (nnmairix-request-group):
2012         * shr.el (shr-image-displayer):
2013         * sieve-manage.el:
2014         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2015
2016 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2017
2018         * gnus-sum.el (gnus-auto-select-subject):
2019         * spam-report.el (spam-report-resend): Spelling fix.
2020
2021 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2022
2023         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2024         * gnus-art.el (gnus-default-article-saver):
2025         * gnus-srvr.el (gnus-server-copy-server):
2026         * gnus.el (gnus-sloppily-equal-method-parameters):
2027         * html2text.el (html2text-format-tag-list):
2028         * message.el (message-narrow-to-head):
2029         * nndiary.el:
2030         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2031         * sieve.el: Spelling fix.
2032
2033 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2034
2035         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2036         * gnus-sum.el (gnus-summary-make-menu-bar):
2037         * gnus-uu.el (gnus-uu-decode-postscript)
2038         (gnus-uu-decode-postscript-and-save):
2039         * mailcap.el (mailcap-print-command):
2040         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2041         Fix typos.
2042
2043 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2044
2045         * gnus-art.el (gnus-article-part-wrapper):
2046         * html2text.el (html2text-fix-paragraphs):
2047         * mm-decode.el (mm-image-fit-p):
2048         * rfc2047.el (rfc2047-encode-message-header):
2049         * shr-color.el (shr-color-visible-distance-min)
2050         (shr-color-relative-to-absolute, set-minimum-interval)
2051         (shr-color-visible): Fix typos.
2052
2053 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2054
2055         * gmm-utils.el (gmm-tool-bar-item):
2056         * gnus-art.el (gnus-treat-body-boundary):
2057         * gnus-diary.el (gnus-user-format-function-d):
2058         * gnus-start.el (gnus-get-unread-articles):
2059         * pgg-gpg.el (pgg-gpg-update-agent):
2060         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2061
2062 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2063
2064         * gnus-topic.el (gnus-group-prepare-topics):
2065         * gnus-uu.el (gnus-extract-view):
2066         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2067
2068 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2069
2070         * spam.el: Move BBDB autoloads.
2071         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2072         BBDB 2 and 3.
2073         (spam-check-BBDB): Use it.
2074         (spam-enter-ham-BBDB): Use it.
2075
2076 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2077
2078         * smime.el (smime-draw-buffer): Spelling fix.
2079
2080 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2081
2082         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2083         for scanning exactly one level.
2084         * gnus-start.el (gnus-get-unread-articles): Ditto.
2085
2086 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2089         slightly clearer.
2090
2091 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2092
2093         * gnus-sync.el: More commentary about setup.
2094
2095 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * message.el (message-send-and-exit): Document `arg'.
2098
2099 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2100
2101         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2102
2103 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2104
2105         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2106
2107         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2108         we don't use `bound-and-true-p'.
2109
2110 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2111
2112         * gnus-util.el (gnus-bound-and-true-p): Remove.
2113         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2114         * nnir.el: Use it.
2115         * nnmairix.el: Use it.
2116
2117 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2118
2119         * gnus-sync.el: Improve docs about CouchDB admins.
2120
2121         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2122         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2123         for reasons unknown.
2124         * nnir.el: Use it.
2125         * nnmairix.el: Use it.
2126
2127         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2128         * nnir.el: Ditto.
2129         * nnmairix.el: Ditto.
2130
2131         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2132
2133 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2134
2135         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2136         not needed.  Provide xmlplistread list function to produce XML plist
2137         output for non-Gnus LeSync clients.
2138
2139 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2140
2141         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2142
2143         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2144         and save against it.  Group subscriptions, read marks, other marks,
2145         subscription levels, topic names, and topic offsets (the group's
2146         position within the topic) are saved.  This is an experimental backend
2147         and may change significantly.  Load json.el from the gnus-fallback-lib
2148         if it's not available otherwise.
2149         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2150
2151 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2152
2153         * message.el (message-completion-function): Make sure
2154         message-tab-body-function is not attempted if one of
2155         message-completion-alist fails to find a completion (bug#9158).
2156
2157 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2158
2159         * mml.el (mml-quote-region): Quote <#secure> tag.
2160         (mml-generate-mime-1): Unquote <#secure> tag.
2161
2162 2011-10-20  Chong Yidong  <cyd@gnu.org>
2163
2164         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2165         calling a minor mode from Lisp with nil arg enables it, so we have to
2166         make the wording a bit ambiguous here).
2167
2168 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2169
2170         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2171         * nnir.el (nnir-mode): Use it.
2172         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2173         Use it.
2174
2175         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2176         * nnmairix.el (gnus-registry-enabled): Ditto.
2177
2178 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2179
2180         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2181         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2182         only while we need to find out if it should be t or nil.
2183         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2184         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2185         the registry is installed.  Set it to nil when it's unloaded.
2186         (gnus-registry-install-p): Provide user guidance for the initial value
2187         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2188         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2189         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2190         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2191         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2192         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2193         `gnus-registry-install'.
2194
2195 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2196
2197         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2198         previous change.
2199         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2200         primary key is marked as disabled.
2201
2202 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2203
2204         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2205         primary key is marked as disabled.
2206
2207 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2208
2209         * html2text.el (html2text-clean-anchor): Check for quotes around
2210         `href' value.
2211
2212 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2213
2214         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2215         searching.  Drop `bbdb-cache'.
2216
2217 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * message.el (message-signed-or-encrypted-p): Exclude header when
2220         checking if there is signed or encrypted body in text/plain message.
2221
2222 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2223
2224         * html2text.el (html2text-get-attr): Correctly handle attribute values
2225         containing "=".
2226
2227 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2228
2229         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2230         handle bindings.
2231
2232 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-win.el (gnus-configure-windows): Protect against reading
2235         ephemeral groups outside of Gnus.
2236
2237 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2238
2239         * shr.el (shr-tag-img): Don't get images displayed in tables.
2240
2241 2011-10-03  Glenn Morris  <rgm@gnu.org>
2242
2243         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2244         the "maintainer" version of debbugs.gnu.org reports.
2245
2246 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2247
2248         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2249         make asynchronous adjacent image insertion work better.
2250
2251 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2252
2253         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2254         documentation.
2255
2256 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2259         `gnus-asynchronous' isn't shadowed.
2260
2261 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2264
2265         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2266         (nnimap-insert-partial-structure): The charset parameter isn't
2267         case-sensitive.
2268
2269         * nnheader.el (nnheader-message-maybe): New function.
2270
2271         * shr.el (shr-tag-table): Render totally broken tables better.
2272
2273         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2274         computing the boundary.
2275
2276 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * pop3.el (pop3-number-of-responses): Remove.
2279         (pop3-wait-for-messages): Rewrite to take linear time instead of
2280         exponential time.
2281
2282 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2285         re-fetch images.
2286
2287         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2288         re-fetch images when hitting `g' in Gnus.
2289
2290 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2293         (mml-compute-boundary): Don't check collision if it is non-nil.
2294         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2295         before checking collision.
2296
2297 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * message.el (message-indent-citation): Really make sure there's a
2300         newline at the end.
2301
2302         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2303         Fix suggested by John Wiegley.
2304
2305         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2306
2307         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2308
2309         * message.el (message-default-send-rename-function): Break out into its
2310         own function.
2311
2312         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2313         doesn't work under XEmacs.
2314
2315         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2316         of "imaps" to word around Windows problems.
2317         (nnimap-open-connection-1): Use it.
2318
2319         * message.el (message-indent-citation): Revert last change which made
2320         `F' not work.
2321
2322 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2323
2324         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2325         terminal as well.
2326
2327 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2330         because it displays images using overlays that aren't easy to copy to
2331         the article buffer.
2332
2333 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2334
2335         * message.el (message-indent-citation): Fix empty line removal at the
2336         end of the citation.
2337
2338 2011-09-20  Julien Danjou  <julien@danjou.info>
2339
2340         * auth-source.el (auth-source-netrc-create): Use default value for
2341         password if specified.  Evaluate default.
2342         (auth-source-plstore-create): Ditto.
2343         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2344         value evaluation.
2345         (auth-source-netrc-create): Typo fix.
2346         (auth-source-plstore-create): Ditto.
2347
2348         * password-cache.el (password-cache-remove): Remove entries even if the
2349         value is nil, so that password with a nil value (negative caching) is
2350         possible to invalidate.
2351
2352         * auth-source.el (auth-source-format-cache-entry): New function.
2353
2354 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2357
2358 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2361
2362 2011-09-19  Julien Danjou  <julien@danjou.info>
2363
2364         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2365         which work with things that are not ASCII.
2366
2367 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2370
2371 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2374         message level.
2375
2376 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2379
2380 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2383
2384 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2385
2386         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2387         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2388
2389 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2390
2391         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2392         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2393         articles.
2394
2395 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2396
2397         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2398         (message-mail-other-window, message-mail-other-frame)
2399         (message-news-other-window, message-news-other-frame):
2400         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2401         instead of setting buffer display varibles.
2402
2403 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2406
2407         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2408
2409 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2412         duplicates" to a higher level.
2413
2414         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2415         most egregious messages.
2416
2417 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2420
2421 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2422
2423         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2424         up the file (bug#9351).
2425
2426 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2429         it does with all other backends, but decode the names immediately after
2430         getting them.
2431
2432         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2433         decoding nnimap groups.
2434
2435         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2436         newsrc file.  It doesn't seem like an important optimization any more.
2437
2438 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2439
2440         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2441         overflows.
2442
2443 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2446         (gnus-interactive-exit): Extend to `quiet'.
2447
2448         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2449
2450         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2451         string.
2452
2453         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2454         renaming function arguments from `this'.
2455
2456         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2457
2458         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2459         has been renamed.
2460         (gnus-lrm-string-p): Include RLM and PDF, too.
2461
2462         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2463         (bug#9225).
2464
2465 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2466
2467         Add autoload cookies for functions used by sendmail.el.
2468         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2469
2470         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2471
2472 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-art.el (article-date-ut): Work properly even when there are
2475         things like Date header in the body; work for forwarded parts.
2476
2477 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2478
2479         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2480         original-article-buffer.
2481
2482 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2483
2484         * nnir.el (nnir-compose-result): Fix matching of server type.
2485         (nnir-run-swish++): Ditto.
2486         (nnir-run-namazu): Ditto.
2487         (nnir-run-notmuch): Ditto.
2488
2489 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2492         (bug#9405).
2493
2494         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2495         (bug#9421).
2496
2497         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2498         (bug#9425).
2499
2500         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2501         thing (bug#9426).
2502
2503 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2506         the error message.
2507
2508 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2509
2510         * message.el (message-setup-1): Return t (Bug#9392).
2511
2512 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2513
2514         * gnus-sum.el: When adding article headers to a summary buffer also
2515         update gnus-newsgroup-articles (bug#9386).
2516
2517 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * auth-source.el: Autoload help-mode.
2520
2521 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2524         names.
2525
2526 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2527
2528         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2529         mm-replace-in-string for compatibility issues.
2530         * mml2015.el (mml2015-epg-verify): Ditto.
2531
2532 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2535
2536         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2537
2538 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2541         continue on and do the clean-up phase (bug#9188).
2542
2543         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2544         just ignore groups that can't be opened instead of erroring out
2545         (bug#9225).
2546
2547         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2548         nil since some many people are fuddy-duddies.
2549
2550         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2551         images.
2552
2553         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2554         instead.
2555
2556         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2557
2558         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2559
2560         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2561         processing.
2562
2563         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2564         buffer to avoid warnings.
2565
2566 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2567
2568         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2569         specified to reduce precision.
2570
2571 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2574         bodystructures (bug#9314).
2575
2576 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2579         Make button keymap non-sticky after buttons.
2580
2581 2011-08-18  David Engster  <dengste@eml.cc>
2582
2583         * nnmairix.el (nnmairix-request-set-mark)
2584         (nnmairix-goto-original-article): Remove adding of article to registry,
2585         since `gnus-registry-add-group' isn't available anymore.
2586         (nnmairix-determine-original-group-from-registry):
2587         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2588         available anymore.
2589
2590 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2591
2592         * starttls.el (starttls-any-program-available): Define as obsolete
2593         function.
2594
2595 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2598         versions which Gnus use when appropriate.
2599
2600         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2601         a pretty destructive command.
2602
2603         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2604
2605 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * message.el (message-fix-before-sending): Make a different warning
2608         about NUL characters (bug#9270).
2609
2610         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2611         from custom (bug#9260).
2612
2613         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2614         things work in Emacs 22 and XEmacs, too.
2615
2616         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2617         default From.
2618
2619         * gnus-spec.el (gnus-lrm-string-p): New macro.
2620         (gnus-lrm-string): New constant.
2621         (gnus-summary-line-format-spec): LRM-ify the from.
2622         (gnus-tilde-max-form): LRM-ify string chopping.
2623
2624         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2625
2626         * message.el (message-is-yours-p): Allow disabling canlock checking
2627         (bug#9295).
2628         (message-shoot-gnksa-feet): Add `canlock-verify'.
2629         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2630         message directory isn't writable (bug#9304).
2631
2632         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2633         non-world-readable.
2634
2635 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2638         articles.
2639
2640 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2641
2642         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2643         copy-list.
2644
2645 2011-08-12  Sam Steingold  <sds@gnu.org>
2646
2647         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2648         in the reverse order to avoid modifying the cache with `nreverse'.
2649         (gnus-all-score-files): Do not modify the value returned by
2650         `gnus-score-find-alist' because it lives in a cache variable.
2651         (gnus-current-home-score-file): No need to `nreverse' the return value
2652         of `gnus-score-find-alist', it is already in the correct order.
2653
2654 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2655
2656         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2657         type MESSAGE and subtype RFC822 is slightly different from those of
2658         type TEXT.
2659
2660 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2661
2662         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2663         This allows article-referral to work from an nnir group.
2664
2665 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2666
2667         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2668
2669 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2670
2671         * mml1991.el (mml1991-epg-find-usable-key)
2672         (mml1991-epg-find-usable-secret-key): New function.
2673         (mml1991-epg-sign): Check if signing key is usable.
2674         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2675
2676 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2677
2678         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2679         server-variables only.  This should fix a bug introduced with commit
2680         e1889675b7f4adf057833c5513c9374134c4e053.
2681         (nnir-run-query): 'nnir-search-engine should not be set from the global
2682         environment.
2683
2684 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2685
2686         * nnir.el (nnir-search-thread): Position point on referring article
2687         line.
2688         (nnir-warp-to-article): Clean up summary buffers.
2689
2690         * nnimap.el (nnimap-request-thread): Whitespace fix.
2691
2692 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2693
2694         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2695
2696 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * starttls.el (starttls-available-p): Rename from
2699         `starttls-any-program-available' and changed return convention.
2700
2701 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2702
2703         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2704         `unix-sync' unless it's defined.
2705
2706 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2707
2708         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2709         `aref' for XEmacs compatibiltiy.
2710
2711 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2714
2715 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2716
2717         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2718         closures, quote the form properly (bug#9194).
2719
2720 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2723         (gnus-summary-insert-new-articles): Protect against servers that are
2724         down.
2725
2726 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2727
2728         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2729         in mm handle if none is specified.
2730
2731 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2732
2733         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2734
2735 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2736
2737         * nnir.el (nnir-search-thread): New function to make an nnir group
2738         based on a thread query.
2739
2740         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2741         of nnir in thread referral.
2742         (gnus-summary-refer-thread): Use it.
2743
2744         * nnimap.el (nnimap-request-thread): Use it.
2745
2746 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * shr.el (shr-tag-comment): Ignore HTML comments.
2749
2750 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2751
2752         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2753         argument.
2754         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2755         Use `nnir-address' to handle server info rather than passing an arg.
2756
2757         * nnimap.el (nnimap-make-thread-query): New utility function to format
2758         an imap thread search query.
2759         (nnimap-request-thread): Use it.
2760
2761         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2762         right select-method if we are not going back to the group buffer.
2763
2764 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2767         enter invalid buffer configurations into the quit form (bug#9107).
2768         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2769         unplugged/plugged.
2770
2771         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2772         keep track of which ones are unread (bug#9061).
2773
2774         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2775         (bug#9055).
2776
2777         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2778         (bug#9041).
2779
2780         * gnus-html.el (mm-util): Require (bug#9073).
2781
2782         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2783         (gnus-summary-refer-thread): Use it to remove duplicates in the
2784         un-threaded view (bug#9053).
2785         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2786
2787 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2788
2789         * nnir.el (nnir-read-server-parm): Use default value from global
2790         variable.  Without this the default search engine parameters aren't
2791         used at all.
2792
2793 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * message.el (message-unique-id): Don't use the undocumented return
2796         value from (random t) (bug#9118).
2797
2798 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799
2800         * message.el (message-auto-save-directory): If the ~/Mail directory
2801         doesn't exist, use ~ as the auto-save directory (bug#4432).
2802
2803         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2804         hasn't already been started.
2805
2806 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2809
2810         * message.el (message-reply): Work around mysterious bug where
2811         `message-mode' seems to overwrite the locally bound `subject' variable.
2812
2813 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2814
2815         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2816         correct group.
2817
2818         * gnus-int.el (gnus-request-thread): Add group argument.
2819
2820         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2821
2822 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2825
2826         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2827         renamed to `debbugs-gnu-*'.
2828
2829 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2830
2831         * plstore.el: Revert the editing feature since it is not urgent.
2832         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2833         (plstore-mode-decoded): Remove.
2834
2835 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2836
2837         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2838         isn't very interesting any more, and it leaks potentially secret data.
2839         (gnus-debug): Remove.
2840
2841         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2842         use of :custom-show.
2843
2844 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2845
2846         * plstore.el: Add documentation.
2847         (plstore-mode): New mode to edit plstore file.
2848         (plstore-mode-toggle-display, plstore-mode-original)
2849         (plstore-mode-decoded): New command.
2850         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2851         (plstore--insert-buffer, plstore--make): New function.
2852         (plstore-open, plstore-save): Simplify by using them.
2853
2854 2011-07-06  Glenn Morris  <rgm@gnu.org>
2855
2856         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2857
2858 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2861         no longer is much used.
2862         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2863         Articles".
2864
2865 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2866
2867         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2868         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2869         `notmuch' backend.
2870
2871 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * mm-decode.el (mm-text-html-renderer): Doc fix.
2874
2875         * gnus-msg.el (gnus-bug): Fix the MML tag.
2876
2877         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2878
2879 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2880
2881         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2882         secondary methods if started with `gnus-no-server'.
2883
2884 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2885
2886         * message.el (message-return-action): Fix typo in docstring.
2887
2888 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2891         bug reports at once.
2892
2893         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2894
2895 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * nndraft.el: Require gnus-group.
2898         (nndraft-request-list): Declare.
2899
2900         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2901         no unread article unless it matches gnus-permanently-visible-groups.
2902
2903         * nndraft.el (nndraft-update-unread-articles): New function.
2904         (nndraft-request-associate-buffer): Use it to update the number of
2905         unread articles for the nndraft groups in the group buffer when saving
2906         or killing a draft message.
2907
2908 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2909
2910         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2911         systems to binary before writing and reading the mbox files.
2912
2913         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2914         instead of trying to list them all (bug#8978).
2915
2916 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2917
2918         * pop3.el (pop3-open-server): Use :end-of-capability.
2919
2920 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2923         the id is always a number.
2924
2925         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2926
2927         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2928         debbugs mode, if possible.
2929
2930 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2931
2932         * auth-source.el (auth-source-token-passphrase-callback-function):
2933         Reindent.
2934         (epg-context-operation): Remove unnecessary autoload.
2935
2936 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937
2938         * gnus.el (gnus-list-debbugs): New command.
2939
2940         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2941         mboxstat instead of the maintbox, since the stat seems to be fuller.
2942
2943         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2944         summary buffers.
2945
2946         * message.el (message-get-reply-headers): Delete all duplicates,
2947         instead of the first.
2948         (message-get-reply-headers): Ensure that we have progress while
2949         deleting duplicates.
2950
2951         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2952         gnus-posting-style value from the summary buffer to make it easier to
2953         make that a per-buffer conf.
2954
2955 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2956
2957         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2958         found by setting `shortcut' in 'query.
2959         (nnir-request-article): Use `shortcut' setting when requesting article
2960         by Message-ID.
2961
2962 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2963
2964         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2965         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2966         Bring the pseudo-headers back too.
2967
2968 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2969
2970         * auth-source.el (auth-source-token-passphrase-callback-function):
2971         Simplify and remove EPA dependency.
2972
2973 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2974
2975         * nnir.el (nnir-request-article): Fix error message text.
2976
2977 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2978
2979         * auth-source.el (plstore-delete): Autoload.
2980         (auth-source-plstore-search): Support delete operation.
2981         * plstore.el (plstore-delete): New function.
2982
2983 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2986         mark actually existing articles as unread rather than the ones that
2987         active asserts.
2988
2989 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2990
2991         * nntp.el (nntp-record-command):
2992         * gnus-util.el (gnus-message-with-timestamp-1):
2993         Use format-time-string rather than decoding time stamps by hand.
2994         This is simpler and insulates the code from potential changes to
2995         current-time format.
2996
2997 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3000
3001 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3002
3003         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3004         (plstore-save): Support public key encryption.
3005         (plstore--init-from-buffer): New function.
3006         (plstore-open): Use it; fix error when opening a non-existent file.
3007         (plstore-revert): Use plstore--init-from-buffer.
3008
3009 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3010
3011         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3012
3013 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3016         for old Emacsen.
3017
3018 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3019
3020         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3021         is not fully working.
3022
3023 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * dgnushack.el: Autoload sha1 on XEmacs.
3026
3027         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3028         quit window configuration.
3029
3030         * auth-source.el (epg-context-set-passphrase-callback):
3031         Remove duplicate autoload.
3032
3033 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3034
3035         * nnir.el (nnir-request-article): Allow requesting articles by
3036         Message-ID with nnimap.
3037
3038         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3039         current server.
3040
3041 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3042
3043         * auth-source.el: Autoload EPA/EPG functions.
3044         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3045         changed when EPA/EPG is not available.
3046         (auth-source-backend): Rename "arg" member to "data".
3047         (auth-source-backend-parse, auth-source-plstore-search)
3048         (auth-source-plstore-create): Use it.
3049
3050 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3051
3052         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3053         `gnus-refer-article-methods'.
3054
3055 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3056
3057         * auth-source.el: Require EPA and EPG.
3058         (auth-source-passphrase-alist): New variable.
3059         (auth-source-passphrase-callback-function)
3060         (auth-source-token-passphrase-callback-function): Callbacks for the
3061         netrc field encryption (GPG tokens).
3062         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3063         Symmetric encryption and decryption of the netrc GPG tokens.
3064         (auth-source-netrc-normalize): Use them, simplifying the closure.
3065
3066 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3069         is available.
3070
3071 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3074         non-nil, and `nnimap-split-methods' is nil, use the former.
3075
3076 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3077
3078         * plstore.el (plstore-revert): New function.
3079         (plstore-open): Use it; hide the buffer from user.
3080
3081 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3082
3083         * auth-source.el (auth-source-backend): New member "arg".
3084         (auth-source-backend-parse): Handle new backend 'plstore.
3085         * plstore.el: New file.
3086
3087 2011-06-30  Glenn Morris  <rgm@gnu.org>
3088
3089         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3090
3091 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3094         expiring articles to.
3095
3096         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3097         variations as ASCII (bug#5458).
3098
3099 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3102
3103 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * message.el (message-point-in-header-p): Tweak the function to default
3106         to saying that we're not in the headers if there is no separator at
3107         all.  This makes it possible to use the Message version of `M-q' in
3108         buffers with no headers (bug#7987).
3109         (message-point-in-header-p): Fix last checkin to work with an empty
3110         mail-header-separator, too.
3111
3112         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3113         again, save the choice via customize.
3114
3115 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3118
3119         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3120         ended the connection, bail out before waiting infinitely on a new
3121         connection.
3122
3123 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3124
3125         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3126         reports.
3127
3128         * gnus.el (gnus-bug-package): Use "gnus."
3129         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3130
3131 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * dgnushack.el: Make the timer warning go away on XEmacs.
3134
3135         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3136         animations going on at article exit time.
3137
3138         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3139         since removing it breaks people upgrading.
3140
3141         * shr.el (shr-put-image): Use the new interface for animating images.
3142         (shr-put-image): Animate for 60 seconds.
3143
3144         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3145         avoid compiler warnings.
3146
3147         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3148         error with `find-file-hooks' on Emacs 22.
3149         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3150         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3151         on all architectures.
3152
3153         * spam.el (spam-stat): Require in a normal fashion without binding
3154         `spam-stat-install-hooks' to avoid compilation warnings.
3155
3156         * spam-stat.el (spam-stat-install-hooks): Remove.
3157         (spam-stat-install-hooks): Don't run automatically.
3158
3159 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3160
3161         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3162         and keystroke.
3163
3164 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * auth-source.el (auth-source-netrc-cache): Move forward.
3167
3168 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169
3170         * proto-stream.el (proto-stream-open-starttls): Use
3171         `gnutls-available-p' to see whether we have built-in support.
3172
3173         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3174         we already know.
3175         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3176         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3177
3178 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3181         %S format, since that looks odd.
3182         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3183         file, especially when saving.
3184
3185 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3186
3187         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3188         article found.
3189
3190 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3191
3192         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3193         `auth-source-save-secrets' with a more sensitive alist that can be
3194         configured per file.  Experimental, so defaults to 'never.
3195         (auth-source-netrc-create): Use it.  Still experimental code.
3196         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3197         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3198
3199 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3200
3201         * auth-source.el (auth-source-save-secrets): New variable to control if
3202         secret tokens should be saved encrypted.
3203         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3204         to `auth-source-netrc-normalize'.
3205         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3206         on the EPA variables being defined.
3207         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3208         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3209         the lexical-let closure.
3210         (auth-source-netrc-create): Create "gpg:" tokens according to
3211         `auth-source-save-secrets'.
3212
3213 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * gnus-group.el (gnus-group-update-group): Add new argument
3216         `info-unchanged' that stops updating dribble buffer.
3217
3218         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3219         deletes lines matching to it in dribble buffer.
3220
3221         * gnus-agent.el (gnus-agent-fetch-group-1):
3222         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3223         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3224         * gnus-start.el (gnus-group-change-level):
3225         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3226
3227         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3228         if newsgroup info is not changed.
3229
3230         * gnus-group.el (gnus-group-get-new-news-this-group):
3231         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3232         Don't update dribble buffer.
3233
3234 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3235
3236         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3237         remove entries with groups we ignore.
3238
3239 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3242         the underline comes at the bottom.
3243
3244 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3245
3246         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3247         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3248         (gnus-registry-article-marks-to-names): Rename from
3249         `gnus-registry-user-format-function-M2'.
3250
3251 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3254         ephemeral group.
3255
3256 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3257
3258         * shr.el (shr-browse-image): Copy the URL if called interactively.
3259
3260 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3261
3262         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3263         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3264         done, then unselected articles may be marked as read.
3265
3266         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3267         since not doing this seems to lead to a race condition in pop3-logon.
3268
3269         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3270         so that the call chain it correct when we call "upwards".
3271
3272         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3273         in read-only groups.
3274
3275         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3276
3277         * message.el (message-cite-reply-position): Doc string fix.
3278
3279         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3280         avoid regexp overflow.
3281         (nnimap-transform-split-mail): Ditto.
3282
3283         * pop3.el (pop3-retr): Error out if the server closes the connection.
3284
3285 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3286
3287         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3288         mm-with-unibyte-current-buffer.  The buffer should not contain any
3289         multibyte chars anyway at this stage.
3290
3291 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3294         at the end of lines.
3295
3296 2011-05-29  Julien Danjou  <julien@danjou.info>
3297
3298         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3299
3300 2011-05-27  Glenn Morris  <rgm@gnu.org>
3301
3302         * gnus-group.el (gnus-bug-group-download-format-alist):
3303         Use the "maintainer" version of debian reports as well.
3304
3305 2011-05-26  Glenn Morris  <rgm@gnu.org>
3306
3307         * gnus-group.el (gnus-bug-group-download-format-alist):
3308         Use the "maintainer" version of debbugs.gnu.org reports.
3309
3310 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3313
3314 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3315
3316         * gnus-cus.el (gnus-agent-customize-category):
3317         * gnus-delay.el (gnus-delay-send-queue):
3318         * gnus.el (gnus-other-frame):
3319         Don't quote lambda expressions with `quote'.
3320
3321 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3322
3323         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3324         the thread moves us backwards and so we loop forever.
3325
3326 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3329         whitespace in base64 data lines.
3330
3331 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3332
3333         * gnus-registry.el (gnus-registry-user-format-function-M):
3334         Use `mapconcat'.
3335         (gnus-registry-user-format-function-M2): Use to see the full text of
3336         the marks.  Make "," the mark text separator.
3337
3338         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3339         authentication with auth-source.
3340
3341 2011-05-17  Glenn Morris  <rgm@gnu.org>
3342
3343         * gnus-group.el (gnus-import-other-newsrc-file):
3344         Use insert-file-contents.
3345
3346 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3347
3348         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3349         1000 iterations.
3350
3351 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * nntp.el (nntp-open-connection): Check if process-type is available.
3354
3355 2011-05-16  Julien Danjou  <julien@danjou.info>
3356
3357         * shr.el (shr-tag-del): Add support for del tag.
3358
3359 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * gnus-html.el (gnus-html-put-image): Register a displayer.
3362
3363         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3364
3365 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3366
3367         * registry.el (prune-factor): New initialization parameter defaulting
3368         to 0.1.
3369         (registry-prune-hard): Use it.
3370
3371         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3372         0.1 expicitly.
3373
3374 2011-05-13  Glenn Morris  <rgm@gnu.org>
3375
3376         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3377         is bound, since this function requires sendmail.
3378
3379 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3380
3381         * registry.el (registry-usage-test): Disable pruning test.
3382
3383 2011-05-11  David Engster  <dengste@eml.cc>
3384
3385         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3386         Bind set-network-process-option for XEmacs.
3387
3388 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3389
3390         * registry.el (registry-prune-hard-candidates)
3391         (registry-prune-soft-candidates): Helper methods for registry pruning.
3392         (registry-prune): Use them.  Make the sort function optional.
3393
3394 2011-05-10  Jim Meyering  <meyering@redhat.com>
3395
3396         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3397
3398 2011-05-10  Julien Danjou  <julien@danjou.info>
3399
3400         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3401         symbol and not a list.
3402
3403 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-art.el (gnus-article-mode): Move binding of
3406         shr-put-image-function here from gnus-article-prepare-display.
3407
3408         * shr.el (shr-put-image-function): New variable.
3409         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3410         (shr-put-image): Return scaled image.
3411
3412         * gnus-art.el (gnus-shr-put-image): New function.
3413         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3414
3415         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3416         original ones, as deletable.
3417
3418 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3419
3420         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3421
3422 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3423
3424         * registry.el (registry-full): Add convenience method.  Fix logic.
3425         (registry-insert): Use it.  Fix logic here too.
3426
3427         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3428         `registry-prune' if `registry-full' returns t.
3429         (gnus-registry-handle-action)
3430         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3431         (gnus-registry-usage-test): Use it.
3432
3433 2011-05-07  Julien Danjou  <julien@danjou.info>
3434
3435         * shr.el (shr-link): Make shr-link inherit from link by default.
3436
3437 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3438
3439         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3440
3441 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3442
3443         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3444         error out because the face is not a list.
3445
3446 2011-05-05  Glenn Morris  <rgm@gnu.org>
3447
3448         * proto-stream.el (gnutls-negotiate): Fix declarations.
3449
3450         * gnus-start.el (gnus-propagate-marks): Declare.
3451
3452 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3453
3454         * registry.el (registry-reindex): Fix percentage message.
3455
3456         * proto-stream.el (network-stream-open-starttls): Adjust to call
3457         `gnutls-negotiate' with :process and :hostname arguments.
3458
3459 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3460
3461         * shr.el: Add shr-link face for links.
3462         (shr-urlify): Use it.
3463
3464         * registry.el (registry-insert): Make error message more helpful.
3465
3466 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3467
3468         * gnus-html.el (gnus-html-schedule-image-fetching):
3469         Use url-queue-retrieve, if it exists.
3470
3471         * shr.el (shr-tag-img): Ditto.
3472
3473         * gnus.el: Autoload more gnus-agent functions.
3474
3475         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3476         agent if we haven't already (bug#8502).
3477
3478         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3479         into the Agent, too.
3480
3481         * gnus-agent.el (gnus-agent-store-article): New function.
3482
3483         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3484         and moved from that file for reuse.
3485
3486         * pop3.el (pop3-open-server): Error messages are "-ERR".
3487
3488 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3491         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3492
3493 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3494
3495         * gnus.el: No Gnus v0.17 is released.
3496
3497 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3498
3499         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3500         buffer has moved to a different frame.
3501
3502 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3505         to get the conversion from unibyte to multibyte buffers to work on
3506         Emacs 22.
3507
3508         * nntp.el (nntp-request-article): Slight clean-up.
3509
3510 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511
3512         * shr.el (shr-strike-through): New face.
3513         (shr-tag-s): Use it to provide <s> support.
3514         (shr-tag-s): Remove duplicate definition.
3515
3516 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3517
3518         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3519         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3520
3521 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3522
3523         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3524         `gnutls-negotiate'.
3525         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3526
3527 2011-04-23  Glenn Morris  <rgm@gnu.org>
3528
3529         * gnus-sum.el (gnus-extra-headers): Bump :version.
3530
3531 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * shr.el (shr-tag-sup): New function.
3534         (shr-tag-sub): Ditto.
3535
3536 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3537
3538         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3539         for the case where `gnus-registry-ignored-groups' is a list of lists,
3540         and don't call `gnus-parameter-registry-ignore' otherwise.
3541
3542 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3543
3544         * nnimap.el (nnimap-user): New backend variable.
3545         (nnimap-open-connection-1): Use it.
3546         (nnimap-credentials): Accept user parameter so it's explicit what user
3547         name is desired.
3548
3549         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3550         default.
3551
3552         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3553         not gnus-registry.el.
3554
3555         * gnus-registry.el: Mention in comments how to modify
3556         `gnus-extra-headers' for proper recipient tracking and that it may
3557         already have To and Cc recently, which it does as of this commit.
3558         (gnus-registry-ignored-groups): Remove defcustom.
3559         Explain why in comments.
3560         (gnus-registry-action): Fix data-header reference to use the extra
3561         headers.  Explain in package commentary how to add To and Cc headers to
3562         the gnus-extra-headers.
3563         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3564         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3565         parameter list or a string list in `gnus-registry-ignored-groups'.
3566         Fix logic error.
3567
3568 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * shr.el (shr-expand-url): Protect against null urls.
3571
3572 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * shr.el (shr-base): New binding.
3575         (shr-tag-base): Keep track of <base>.
3576         (shr-expand-url): New function used throughout.
3577
3578 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3579
3580         * gnus-registry.el
3581         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3582         (gnus-registry-ignored-groups): New variable.
3583         (gnus-registry-ignore-group-p): Use it.
3584         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3585         set the destination group to nil (same as delete) if it's ignored.
3586
3587 2011-04-20  David Engster  <dengste@eml.cc>
3588
3589         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3590
3591         * Makefile.in (test-nntp): New rule.
3592         (check): Add it.
3593         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3594
3595 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-registry.el (gnus-registry-action)
3598         (gnus-registry-fetch-header-fast):
3599         Don't use mail-header that looks an internal function of mailheader.el.
3600
3601 2011-04-19  Glenn Morris  <rgm@gnu.org>
3602
3603         * time-date.el (time-to-days): Remove unused local variables.
3604
3605 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * gnus-registry.el: Eliminate cl functions.
3608         (gnus-registry-sort-addresses): New function that replaces mapcan.
3609         (gnus-registry-action, gnus-registry-spool-action)
3610         (gnus-registry-split-fancy-with-parent)
3611         (gnus-registry-fetch-recipients-fast): Use it.
3612         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3613
3614         * registry.el (initialize-instance, registry-lookup)
3615         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3616         (registry-lookup-secondary-value, registry-search, registry-delete)
3617         (registry-insert, registry-reindex, registry-size, registry-prune):
3618         Use eval-and-compile.
3619
3620 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3621
3622         * registry.el (registry-reindex): New method to recreate the secondary
3623         registry indices.
3624
3625         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3626         tracked field changes.
3627         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3628         (gnus-registry-action, gnus-registry-spool-action)
3629         (gnus-registry-handle-action)
3630         (gnus-registry--split-fancy-with-parent-internal)
3631         (gnus-registry-split-fancy-with-parent)
3632         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3633         move, and delete actions, and for fancy splitting with parent.
3634         (gnus-registry-extract-addresses)
3635         (gnus-registry-fetch-recipients-fast)
3636         (gnus-registry-fetch-header-fast): Convenience functions.
3637         (gnus-registry-misc-test): ERT test of
3638         `gnus-registry-extract-addresses'.
3639
3640 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3641
3642         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3643         Track by subject first, then sender.
3644
3645 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3646
3647         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3648
3649         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3650         Lisp.
3651
3652         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3653         (gnus-draft-send): Use it to avoid popping
3654         up frames from gnus-group-send-queue.
3655
3656 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3657
3658         * gnus-registry.el: Updated gnus-registry docs.
3659
3660 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3661
3662         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3663         Fix logic bug.
3664         (gnus-registry-post-process-groups): Fix logging of no results and
3665         quote sender and subject.
3666
3667 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3670         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3671         gnutls-cli are too slow to be done opportunistically.
3672
3673         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3674         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3675         we had no early-data returned.
3676         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3677         two async commands to the same server at the same time.
3678
3679 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3680
3681         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3682
3683 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3686         "warning" level.
3687
3688         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3689         (mm-url-insert-file-contents): Don't set the package names.
3690
3691 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * gnus-registry.el (gnus-registry-action): Remove properties and
3694         simplify subject in `gnus-registry-handle-action'.
3695         (gnus-registry-spool-action): Get subject and sender from message if
3696         they are not passed in.
3697         (gnus-registry-handle-action): Remove properties and simplify subject
3698         consistently.
3699
3700 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3701
3702         * registry.el: Require CL before using defmacro*.
3703
3704 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * gnus-art.el (article-treat-date): Assume that
3707         gnus-article-date-headers may be a group parameter.
3708
3709 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3710
3711         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3712
3713         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3714         interactively so the newsrc file can contain foreign groups too.
3715         Useful for debugging but not much for users.
3716
3717 2011-04-07  David Engster  <dengste@eml.cc>
3718
3719         * registry.el (registry-usage-test): Only do
3720         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3721         lexical binding.
3722
3723 2011-04-07  David Engster  <dengste@eml.cc>
3724
3725         * Makefile.in (check, test-registry): New rules for test-suite.
3726
3727 2011-04-06  David Engster  <dengste@eml.cc>
3728
3729         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3730         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3731
3732 2011-04-06  David Engster  <dengste@eml.cc>
3733
3734         * registry.el (initialize-instance): Change :after to :AFTER to be
3735         compatible with old EIEIO version in XEmacs.
3736
3737 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3738
3739         * gnus-registry.el (gnus-registry-post-process-groups)
3740         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3741         and provide better messaging.
3742
3743 2011-04-06  David Engster  <dengste@eml.cc>
3744
3745         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3746         errors.
3747
3748         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3749         dgnushack-compile with error-on-warn enabled, and to signal an error if
3750         clean compilation failed.
3751         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3752         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3753
3754 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3755
3756         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3757         unconditionally anyway, discarding errors.
3758         (gnus-registry-delete-entries): New convenience function.
3759         (gnus-registry-import-eld): Import from old .eld registry.
3760
3761         * registry.el: Don't use ERT if it's not available.  Load it
3762         unconditionally anyway, discarding errors.
3763
3764         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3765         version from the Claudio Bley GnuTLS patch (extra optional parameters
3766         and host name).
3767
3768 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3769
3770         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3771         fixup the parameters that can be customized by the user between
3772         save/read cycles.
3773         (gnus-registry-read): Use it.
3774         (gnus-registry-make-db): Use it.
3775         (gnus-registry-spool-action, gnus-registry-handle-action):
3776         Fix messaging.
3777         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3778         Map references to actual group names with sender and subject tracking.
3779         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3780         (gnus-registry-usage-test): Add subject lookup test.
3781
3782         * registry.el (registry-db, initialize-instance): Set up constructor
3783         instead of :initform arguments for the sake of older Emacsen.
3784         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3785         pre-lexbind merge bug.
3786         (registry-usage-test): Use it.
3787         (initialize-instance, registry-db): Move the non-function initforms
3788         back to the class definition.
3789
3790 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3791
3792         * registry.el: New library to manage gnus-registry-style data.
3793
3794         * gnus-registry.el: Use it (major rewrite).
3795
3796         * nnregistry.el: Use it.
3797
3798         * spam.el: Use it.
3799
3800 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801
3802         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3803         marks on non-selected articles.
3804
3805 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3806
3807         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3808         parameter to open-protocol-stream.
3809
3810 2011-04-01  Julien Danjou  <julien@danjou.info>
3811
3812         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3813         fundamental-mode.
3814
3815 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3818         servers.
3819
3820 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3823         made marks not propagate, again.
3824
3825 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3826
3827         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3828         Make this the default type.
3829         (proto-stream-open-plain): Rename from proto-stream-open-default.
3830         (open-protocol-stream, proto-stream-open-starttls)
3831         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3832         with `plain'.
3833
3834         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3835         value.
3836
3837         * nntp.el (nntp-open-connection-function): Document the fact that some
3838         values are not functions but are instead handled specially.
3839         Recognize nntp-open-plain-stream value.
3840         (nntp-open-connection): Recognize that value.
3841
3842 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3845         where it seems to be needed.
3846
3847 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848
3849         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3850         stuff.
3851
3852         * gnus-score.el (gnus-score-string): Fix calling convention of
3853         `gnus-simplify-buffer-fuzzy' after last patches.
3854
3855         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3856         server for articles we didn't get any headers for.  This is a sanity
3857         check.
3858
3859 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3860
3861         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3862         new CAPABILITY, use it.
3863
3864 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3867         downloading anything.
3868
3869         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3870
3871 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3872
3873         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3874         colors.
3875         (gnus-splash-svg-color-symbols): New function.
3876
3877 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3878
3879         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3880         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3881         (gnus-simplify-subject-fuzzy): Use the local
3882         gnus-simplify-subject-fuzzy-regex instead of the global one.
3883         This makes using this variable in group parameters work.
3884
3885 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3886
3887         * gnus-registry.el (gnus-registry-unfollowed-groups):
3888         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3889         archive:sent-YYYY-MM-DD groups).
3890         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3891         tracking if there are more than `gnus-registry-max-track-groups'
3892         matches.
3893
3894 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3895
3896         * message.el (message--yank-original-internal): New function to do the
3897         insertion cleanly inside eval in `message-yank-original'.
3898         (message-yank-original): Use it.
3899
3900 2011-03-29  Julien Danjou  <julien@danjou.info>
3901
3902         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3903         local variables disabled rather than `normal-mode'.
3904
3905 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3906
3907         * imap.el (imap-shell-open, imap-process-connection-type):
3908         Use imap-process-connection-type for 'shell' streams as well as
3909         Kerberos, SSL, other subprocesses.
3910
3911 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3912
3913         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3914         with open-network-stream.
3915         (proto-stream-always-use-starttls): Option removed.
3916         (open-protocol-stream): Return a process object by default.  Provide a
3917         new parameter :return-list specifying a list-type return value, which
3918         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3919         :type `network' to `try-starttls', and `network-only' to `default'.
3920         Make `default' the default, for compatibility with open-network-stream.
3921         Handle the no-parameter case exactly as open-network-stream, with no
3922         additional stream processing.  Search plists using plist-get.
3923         Explicitly add :end-of-commend parameter if it is missing.
3924         (proto-stream-open-default): Rename from
3925         proto-stream-open-network-only.  Return 'default as the type.
3926         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3927         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3928         failed.  Always return a list with a (possibly dead) process as the
3929         first element, for compatibility with open-network-stream.
3930         (proto-stream-open-tls): Use plist-get.  Always return a list.
3931         (proto-stream-open-shell): Return `default' as connection type.
3932         (proto-stream-capability-open): Use plist-get.
3933         (proto-stream-eoc): Function deleted.
3934
3935         * nnimap.el (nnimap-stream, nnimap-open-connection)
3936         (nnimap-open-connection-1): Handle renaming of :type parameter for
3937         open-protocol-stream.
3938         (nnimap-open-connection-1): Pass a :return-list parameter
3939         open-protocol-stream to obtain a list return value.  Parse this list
3940         using plist-get.
3941
3942         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3943         for open-protocol-stream.  Accept open-protocol-stream return value
3944         that is a subprocess object instead of a list.  Handle the case of a
3945         dead returned process.
3946
3947 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3948
3949         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3950
3951         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3952
3953 2011-03-21  Julien Danjou  <julien@danjou.info>
3954
3955         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3956         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3957         query.
3958         (mm-inline-text): Render normal text with fontification whenever
3959         possible.
3960
3961         * gnus-sum.el (gnus-summary-save-parts-1):
3962         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3963         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3964         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3965         Use `mm-handle-filename'.
3966
3967         * mm-util.el (mm-handle-filename): New function, return the filename of
3968         an handle.
3969
3970 2011-03-18  Julien Danjou  <julien@danjou.info>
3971
3972         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3973         (gnus-buffer-live-p): Check that buffer is not nil.
3974
3975 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3976
3977         * gnus.el: No Gnus v0.15 is released.
3978
3979 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3982         avoid warning on XEmacs.
3983
3984         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3985         on XEmacs.
3986
3987         * gnus-art.el: Require mouse, which the build bot seems to say is
3988         needed.
3989
3990         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3991
3992         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3993         XEmacs, since it doesn't have url-retrieve-synchronously.
3994
3995         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3996         since assoc-string doesn't exist in XEmacs.
3997
3998 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3999
4000         * gnus-group.el (gnus-group-list-ticked): New function.
4001         (gnus-group-make-menu-bar): Provide a menu entry for it.
4002         (gnus-group-list-map): Provide a binding for it.
4003
4004 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005
4006         * shr.el (shr-visit-file): New command.
4007
4008         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4009
4010 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4011
4012         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4013         servers.
4014
4015 2011-03-16  Julien Danjou  <julien@danjou.info>
4016
4017         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4018         inline.
4019
4020         * gnus-art.el (article-hide-list-identifiers):
4021         Use gnus-group-get-list-identifiers.
4022
4023         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4024         (gnus-summary-remove-list-identifiers):
4025         Use gnus-group-get-list-identifiers to get regexp.
4026         (gnus-select-newsgroup, gnus-summary-insert-subject)
4027         (gnus-summary-insert-articles):
4028         Call gnus-summary-remove-list-identifiers unconditionally.
4029
4030 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4033         we're selecting a group with unread articles.
4034
4035         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4036
4037         * gssapi.el: New file separated out from imap.el to provide a general
4038         Kerberos 5 connection facility for Emacs.
4039
4040         * message.el (message-elide-ellipsis): Document the format spec
4041         ellipsis.
4042
4043 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * message.el (message-elide-region): Allow the ellipsis to say how many
4046         lines were removed.
4047
4048 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049
4050         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4051         window configurations containing buffers that are now dead.
4052
4053         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4054         parsing to avoid integer overflows.
4055         (nnimap-parse-flags): Simplify the last change.
4056         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4057         too large for 32-bit Emacsen.
4058
4059 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4060
4061         * auth-source.el (auth-source-netrc-create):
4062         * message.el (message-yank-original): Fix use of `case'.
4063
4064 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4065
4066         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4067         XEmacs, which was one character too wide.
4068
4069 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4070
4071         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4072         default number of articles to display.
4073         (gnus-articles-to-read): Use pretty names for prompt.
4074
4075 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * gnus-int.el (gnus-open-server): Ditto.
4078
4079         * gnus-start.el (gnus-activate-group): Give a backtrace if
4080         debug-on-quit is set and the user hits `C-g'.
4081         (gnus-read-active-file): Ditto.
4082
4083         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4084
4085 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4086
4087         * message.el (message-yank-original): Use cond instead of CL case.
4088
4089 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4090
4091         * auth-source.el (auth-source-netrc-create): Use usual format for the
4092         default in prompts.
4093
4094 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * lpath.el: Fbind read-char-choice for XEmacs.
4097
4098 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4099
4100         * auth-source.el (auth-source-netrc-create): Show the default in the
4101         prompt when prompting for token creation.
4102
4103 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4104
4105         * auth-source.el (auth-source-format-prompt): Always convert the value
4106         to a string to avoid evaluating non-string arguments.
4107         (auth-source-netrc-create): Offer default properly, not as initial
4108         content in `read-string'.
4109         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4110         of line to determine if we've been run before.  If so, don't run again,
4111         but print a trivial message to indicate the cache was hit instead.
4112
4113 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4114
4115         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4116         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4117         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4118         Gnus.
4119
4120 2011-03-11  Julien Danjou  <julien@danjou.info>
4121
4122         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4123         modified file".
4124
4125 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4126
4127         * auth-source.el (auth-source-read-char-choice): New function to read a
4128         character choice using `dropdown-list', `read-char-choice', or
4129         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4130         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4131         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4132         (auth-source-netrc-saver): Use it.
4133         (auth-source-pick-first-password): New convenience function.
4134
4135 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4136
4137         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4138         parameter in the credentials.
4139         (nnimap-open-connection-1): Use it after a successful login.
4140         (nnimap-credentials): Add IMAP-specific user and password prompt.
4141
4142         * auth-source.el (auth-source-search): Add :require parameter, taking a
4143         list.  Document it and the :save-function return token.  Pass :require
4144         down.  Change the CREATED message from a warning to a debug statement.
4145         (auth-source-search-backends): Pass :require down.
4146         (auth-source-netrc-search): Pass :require down.
4147         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4148         Change save prompt to indicate all modifications saved here are
4149         deletions.
4150         (auth-source-netrc-create): Take user login name as default in user
4151         prompt.  Move all the save functionality to a lexically bound function
4152         under the :save-function token in the returned list.  Set up clearer
4153         default prompts for user, host, port, and secret.
4154         (auth-source-netrc-saver): New function, intended to be wrapped for
4155         :save-function.
4156
4157 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4158
4159         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4160         lines to be spaces instead.
4161
4162 2011-03-07  Julien Danjou  <julien@danjou.info>
4163
4164         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4165         (sieve-sasl-auth): Check that auth-source-search did return something,
4166         or just return an empty string.
4167
4168 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4169
4170         * gnus.el (gnus-interactive): Use read-directory-name.
4171
4172         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4173         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4174         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4175         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4176         Likewise.
4177
4178         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4179
4180 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4181
4182         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4183         onto the list of killed groups, too.  This makes killed nnimap groups,
4184         for instance, more reliably not reappear.
4185
4186         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4187         the parent.
4188
4189         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4190
4191         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4192         really have server-side marks.
4193
4194         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4195         since most backends do not usefully have server-side marks.
4196         (gnus-update-read-articles): Propagate marks to all backends that
4197         really have server-side marks.
4198
4199 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4200
4201         * message.el (message-cite-reply-position, message-cite-style):
4202         New variables.
4203         (message-yank-original): Use the new citation styles.
4204
4205 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4206
4207         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4208         buffer-local issue); don't mark it buffer-local when running under
4209         XEmacs.
4210
4211 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4212
4213         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4214         numbers too big to be `read'.
4215
4216 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4217
4218         * password-cache.el (password-in-cache-p): Add autoload.
4219
4220         * message.el (message-options): Make buffer-local two ways to attempt
4221         to fix a XEmacs bug.
4222
4223 2011-03-02  Julien Danjou  <julien@danjou.info>
4224
4225         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4226
4227 2011-03-01  Julien Danjou  <julien@danjou.info>
4228
4229         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4230         group.
4231         (article-hide-list-identifiers): Use list-identifier group parameter.
4232
4233 2011-02-28  Julien Danjou  <julien@danjou.info>
4234
4235         * sieve.el (sieve-buffer-script-name): New local variable to store
4236         sieve script name.
4237         (sieve-edit-script): Store sieve script name.
4238         (sieve-upload): Use sieve script name when uploading.
4239         (sieve-upload): Use substitute-command-keys.
4240         (sieve-edit-script): Use substitute-command-keys.
4241         (sieve-refresh-scriptlist): Use substitute-command-keys.
4242         (sieve-manage-mode-map): Define keymap properly.
4243         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4244         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4245         Remove commented code about cvs.
4246         (sieve-manage-quit): New function.
4247         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4248
4249 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4252
4253 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4254
4255         * auth-source.el (auth-source-search): Cache empty result sets.
4256
4257         * password-cache.el (password-in-cache-p): Convenience function to
4258         check if a key is in the cache, even if the value is nil.
4259
4260         * auth-source.el (auth-source-save-behavior): New variable to replace
4261         `auth-source-never-create'.
4262         (auth-source-netrc-create): Use it.
4263         (auth-source-never-save): Remove.
4264
4265 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4266
4267         * nnimap.el (nnimap-stream): Doc fix.
4268         (nnimap-open-connection-1): Reverse the order of the ports to that the
4269         prompted-for port is first.
4270
4271         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4272         retrieval by the no-group selection.
4273
4274         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4275         numerical parameters.
4276
4277 2011-02-25  Julien Danjou  <julien@danjou.info>
4278
4279         * gnus-gravatar.el: Use gnus-with-article-buffer.
4280
4281         * gnus-art.el (gnus-with-article-buffer): Check that the
4282         gnus-article-buffer is alive.
4283
4284 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4285
4286         * auth-source.el (auth-source-creation-prompts): New variable to manage
4287         creation-time prompts.
4288         (auth-source-search): Document it.
4289         (auth-source-format-prompt): Add utility function.
4290         (auth-source-netrc-create): Don't default the user name to
4291         user-login-name.  Use `auth-source-creation-prompts' and some default
4292         prompts for user, host, port, and password (the default generic prompt
4293         remains ugly).
4294         (auth-source-never-save): Add customizable option to never save info.
4295         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4296         mode excursion.
4297
4298 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4301         argument that XEmacs doesn't support.
4302
4303         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4304         compiled for Emacsen having no `libxml-parse-html-region' support.
4305
4306         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4307
4308         * lpath.el: Bind buffer-save-without-query for XEmacs.
4309
4310 2011-02-23  Julien Danjou  <julien@danjou.info>
4311
4312         * gnus-art.el (article-make-date-line): Ignore errors if time is
4313         invalid and not convertible.
4314         (article-make-date-line): Only add lapsed time if time is not nil.
4315
4316 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4317
4318         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4319         `read-char-choice' for backwards compatibility.
4320         (auth-source-netrc-element-or-first): New function to DTRT for
4321         parameter extraction.
4322         (auth-source-netrc-create): Use it and fix multiple parameter print
4323         bug.  Use the default passed from above (given-default) or the
4324         built-in (user-login-name for :user).
4325
4326 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4327
4328         * gnus-start.el (gnus-dribble-read-file):
4329         Set buffer-save-without-query, since we always want to save the dribble
4330         file, probably.
4331
4332         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4333         nnimap.
4334
4335         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4336         -summary- since it's a user-visible variable.
4337
4338         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4339         first time you use the new Gnus.
4340
4341 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4342
4343         * auth-source.el: Don't load netrc.el.
4344         (auth-sources): Search ~/.netrc as well by default.
4345         (auth-source-debug): Add 'trivia option for extra output.
4346         (auth-source-do-trivia): Use it.
4347         (auth-source-search): Simplify logic to use
4348         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4349         appropriate.  Don't keep a running count at this level.  Layer :create
4350         and :delete options appropriately on the first and second passes.
4351         Don't track the backend with the search results.
4352         (auth-source-search-backends): New function to search a list of
4353         backends for a processed spec.
4354         (auth-source-netrc-parse): Cache all netrc files, making
4355         auth-source-netrc-cache an alist keyed by the file name and using the
4356         file mtime as the caching criterion.  Keep the obfuscated data secret
4357         with a lexical bind.
4358         (auth-source-netrc-search): Don't calculate the length of the results
4359         unnecessarily.
4360         (auth-source-search-backends): Fix bug.
4361         (auth-source-netrc-create): Rework prompts.
4362
4363 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4364
4365         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4366         Lower case names of search constraints.
4367         (nnir-run-query): Cache and reuse search constraints for all imap
4368         servers.
4369
4370 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4371
4372         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4373         after exit.
4374         (gnus-setup-message): Define missing variable from last checkin.
4375
4376         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4377         value, show the raw article.
4378
4379 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4380
4381         * gnus.el: No Gnus v0.13 is released.
4382
4383 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4384
4385         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4386         auth-source now accepts numbers.
4387
4388         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4389         spec, too.
4390         (auth-source-ensure-strings): New function.
4391
4392         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4393         (gnus-article-setup-buffer): Always restart the date timer so that user
4394         changes to the frequency is respected.
4395
4396         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4397         port numbers, so make sure it gets that if nnimap-server-port is
4398         explicit.
4399
4400 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4401
4402         * nnimap.el (nnimap-inbox): Doc fix.
4403
4404 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4405
4406         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4407         Autoload.  Add optional arg FRAME, and pass it to color-values.
4408         (color-complement): Caller changed.  Doc fix.
4409         (color-gradient): Rewrite for better clarity and efficiency.
4410
4411 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4412
4413         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4414         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4415         color-lab-to-srgb.
4416
4417 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4418
4419         * color.el: First part of merge from hexrgb.el.
4420         (color-rgb-to-hex): Rename from color-rgb->hex.
4421         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4422         saturation to zero if the value is too small.
4423         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4424         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4425         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4426         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4427         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4428         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4429         (color-cie-de2000): Doc fix.
4430
4431 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4432
4433         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4434         given method as in the group name if we're using an extended method.
4435         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4436         command, if we're using that, instead of waiting for the beginning.
4437
4438         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4439         we're sure to get unique server names, and we don't output two async
4440         commands in the same buffer.  This fixes an NNTP hang for some users.
4441
4442 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4443
4444         * gnus.el: No Gnus v0.11 is released.
4445
4446 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4447
4448         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4449         summary buffer before reading going to the next buffer.  This avoids
4450         putting the point in the group buffer if you `C-g' the command.
4451
4452         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4453         cache (for now) to make ~/.authinfo.gpg files usable.
4454
4455         * nnfolder.el (copyright-update): Define for the compiler.
4456
4457         * auth-source.el (auth-source-search): Fix unbound variable.
4458
4459 2011-02-19  Glenn Morris  <rgm@gnu.org>
4460
4461         * gnus.el (gnus-meta): Doc fix.
4462
4463 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4464
4465         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4466         in case it's not yet loaded.
4467
4468 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4469
4470         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4471         line we're waiting for.
4472
4473 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4474
4475         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4476         face with line-width greater than zero will cause RET in gnus summary
4477         buffer to scroll down article page-wise because auto vscroll happens,
4478         it should be temporally disabled when doing a scroll-up.
4479
4480 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4481
4482         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4483         outputs from the server.
4484
4485 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4486
4487         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4488         later so that bbdb can hook in easier.
4489
4490 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4491
4492         * auth-source.el (auth-source-search): Don't try to create credentials
4493         if the caller doesn't want that.
4494         (auth-source-search): If we don't find a match, don't bug out on
4495         non-bound variables.
4496         (auth-source-search): Only ask a single backend to create the
4497         credentials.
4498
4499         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4500         logging.
4501         (nnimap-credentials): Protect against auth-source-search returning nil.
4502         (nnimap-request-list): Protect against not being able to open the
4503         server.
4504
4505 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4506
4507         * auth-source.el (auth-source-search): Do a two-phase search, one with
4508         no :create to get the responses from all backends.
4509
4510         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4511         when getting credentials.
4512
4513         * gnus-util.el (gnus-delete-duplicates): New function.
4514
4515 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4516
4517         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4518         a creation default, pass the whole port list down.  It will be
4519         completed.
4520
4521         * auth-source.el (auth-source-search): Updated docs to talk about
4522         multiple creation choices.
4523         (auth-source-netrc-create): Accept a list as a value (from the search
4524         parameters) and do completion on that list.  Keep a separate netrc line
4525         with the password obscured for showing the user.
4526
4527         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4528         first choice to `auth-source-search' so it will be used for entry
4529         creation instead of the server's Gnus-specific name.
4530         (nnimap-credentials): Rely on the auth-source library to select which
4531         port is actually wanted in the new netrc entry, so don't override
4532         `auth-source-creation-defaults'.
4533
4534         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4535         :protocol and accept a missing user, host, or port as a wildcard match.
4536         (auth-source-debug): Default to off.
4537
4538         (auth-source-netrc-search, auth-source-netrc-create)
4539         (auth-source-secrets-search, auth-source-secrets-create)
4540         (auth-source-user-or-password, auth-source-backend, auth-sources)
4541         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4542         instead of :protocol.
4543
4544         * nnimap.el (nnimap-credentials): Pass a port default to
4545         `auth-source-search' in case an entry needs to be created.
4546         (nnimap-open-connection-1): Use :port instead of :protocol.
4547
4548 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * auth-source.el: Bind load-path when loading EIEIO from
4551         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4552         21.4 doesn't support, to `require'.
4553         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4554         delete-dups that is not available in XEmacs 21.4.
4555
4556 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4557
4558         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4559         as EIEIO must also be loaded when auth-source.el is being
4560         byte-compiled.
4561
4562 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4563
4564         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4565
4566         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4567
4568         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4569
4570         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4571
4572         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4573
4574         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4575
4576         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4577
4578         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4579         necessary.
4580
4581 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4582
4583         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4584         nil means that nnimap doesn't get updated.
4585
4586 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4587
4588         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4589         result when the user doesn't want to write to the file.
4590         (auth-source-netrc-search): Expect a synthetic result and proceed
4591         accordingly.
4592         (auth-source-cache-expiry): New variable to override
4593         `password-cache-expiry'.
4594         (auth-source-remember): Use it.
4595
4596         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4597         parameter.  Create entry if necessary by using :create t.
4598         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4599
4600 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4601
4602         * auth-source.el (auth-source-debug): Enable by default and don't
4603         mention the obsolete `auth-source-hide-passwords'.
4604         (auth-source-do-warn): New function to debug unconditionally.
4605         (auth-source-do-debug): Use it.
4606         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4607         and for Secrets API entries when the secrets.el library is not
4608         available.
4609
4610 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4611
4612         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4613         (gnus-summary-exit): Kill the correct article buffer on exit from a
4614         `C-d' group.
4615
4616         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4617         gnus-propagate-marks.
4618
4619         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4620         before killing the buffers so that a non-full window conf gets handled
4621         correctly.
4622         (gnus-summary-exit): Ditto.
4623         (gnus-summary-read-group-1): Ditto.
4624
4625         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4626         async code again so that we can debug it properly.
4627
4628         * message.el (message-reply): Take an optional switch-buffer parameter
4629         so that Gnus window confs are respected better.
4630
4631 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4632
4633         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4634         `plist-get' to accept non-list parameters (XEmacs issue).
4635         Fix docstring.
4636         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4637         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4638         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4639         Login collection is "Login" and not "login".
4640
4641 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4642
4643         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4644         multiple headers.
4645
4646         * nnimap.el (nnimap-inhibit-logging): New variable.
4647         (nnimap-log-command): Don't log login commands.
4648
4649         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4650         to have more parameters.
4651
4652         * nnimap.el (nnimap-send-command): Mark the command time for each
4653         command, so that we don't get NOOPs stepping on our toes.
4654
4655         * gnus-art.el (article-date-ut): Get the date from the Date header on
4656         `t'.
4657
4658 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * auth-source.el (auth-source-search): Use copy-sequence instead of
4661         the cl.el copy-list.
4662
4663 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4664
4665         * imap.el: Bring it back (revert
4666         84d800cd31de3064f0ed39617d725709a2f8f42f).
4667
4668 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4669
4670         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4671         Improve prompt.
4672
4673 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4674
4675         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4676         washing status from the default format.  It isn't very informative.
4677
4678 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4679
4680         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4681         Fix Gcc processing on imap.
4682
4683 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4684
4685         * imap.el: Remove file.  All the functionality is in nnimap.el.
4686
4687 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4688
4689         * message.el (message-bury): Don't pop up a new window when selected
4690         window is dedicated.
4691
4692 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4693
4694         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4695
4696 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4697
4698         * sieve-manage.el: Autoload `auth-source-search'.
4699         (sieve-sasl-auth): Use it.
4700
4701 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4702
4703         * nnimap.el: Autoload `auth-source-forget+'.
4704         (nnimap-open-connection-1): Use it if the connection fails.
4705
4706         * auth-source.el: Require `password-cache'.
4707         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4708         obsolete.
4709         (auth-source-magic): Marker for `password-cache' keys.
4710         (auth-source-do-cache): Update docstring.
4711         (auth-source-search): Use and check cache.
4712         (auth-source-forget-all-cached, auth-source-remember)
4713         (auth-source-recall, auth-source-forget, auth-source-forget+)
4714         (auth-source-specmatchp): Caching support functions.
4715         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4716         Remove and obsolete.
4717         (auth-source-user-or-password): Remove caching to further discourage
4718         using it.  Always hide passwords.
4719
4720         * password-cache.el (password-cache-remove): Accept secrets that are
4721         not strings.
4722
4723 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4724
4725         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4726         code for now, since it doesn't work for all users.
4727
4728 2011-02-09  Julien Danjou  <julien@danjou.info>
4729
4730         * message.el (message-options): Make message-options really buffer
4731         local.
4732
4733 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4734
4735         * mail-source.el: Autoload `auth-source-search'.
4736         (mail-source-keyword-map): Note order matters.
4737         (mail-source-set-1): Get all the mail-source source values and
4738         defaults and search auth-source on those if needed.  This can all
4739         probably be simplified.
4740
4741         * nnimap.el: Autoload `auth-source-search'.
4742         (nnimap-credentials): Use it.
4743         (nnimap-open-connection-1): Ask for the virtual server and physical
4744         address in one shot.
4745
4746         * nntp.el: Autoload `auth-source-search'.
4747         (nntp-send-authinfo): Use it.  Note TODO.
4748
4749 2011-02-08  Julien Danjou  <julien@danjou.info>
4750
4751         * shr.el (shr-tag-body): Add support for text attribute in body
4752         markups.
4753
4754         * message.el (message-options): Make message-options a local variable.
4755
4756 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4757
4758         * auth-source.el (auth-source-secrets-search)
4759         (auth-source-user-or-password): Use `append' instead of `nconc'.
4760         (auth-source-user-or-password): Build return list better and protect
4761         against nil :secret.
4762
4763 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4764
4765         * nnimap.el (nnimap-update-info): Refactor slightly.
4766         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4767         (nnimap-update-info): Clean up slightly.
4768         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4769         characters.
4770         (nnimap-process-quirk): Rename function to avoid collision.
4771         (nnimap-update-info): Fix macrology bug-out.
4772         (nnimap-update-info): Simplify split history test.
4773
4774 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4775
4776         * auth-source.el (top): Require 'eieio unconditionally.
4777         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4778         (auth-source-secrets-search): Limit search when `max' is greater than
4779         number of results.
4780
4781 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4782
4783         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4784         part not returning any data.
4785
4786         * proto-stream.el (open-protocol-stream): Document the return value.
4787
4788 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4789
4790         * auth-source.el (auth-source-secrets-search): Add examples.
4791
4792 2011-02-06  Julien Danjou  <julien@danjou.info>
4793
4794         * message.el (message-setup-1): Handle message-generate-headers-first
4795         set to t.
4796
4797 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4800         API with a string "secrets:collection-name" and with 'default.
4801         (auth-source-backend-parse): Parse "secrets:collection-name" and
4802         'default.  Recurse on parses instead of repeating code.  Use the
4803         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4804         message when ignoring a source.
4805         (auth-source-search): List ignored search keys at the top level.
4806         (auth-source-netrc-create): Use `case' instead of `cond'.
4807         (auth-source-secrets-search): Created with TODOs.
4808         (auth-source-secrets-create): Created with TODOs.
4809         (auth-source-retrieve, auth-source-create, auth-source-delete)
4810         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4811         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4812         (auth-source-user-or-password-sftp)
4813         (auth-source-user-or-password-smtp): Remove.
4814         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4815         around `auth-source-search'.  Not tested thoroughly.
4816
4817 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4818
4819         * auth-source.el: Bring in assoc and eioeio libraries.
4820         (secrets-enabled): New variable to track the status of the Secrets API.
4821         (auth-source-backend): New EIOEIO class to represent a backend.
4822         (auth-source-creation-defaults): New variable to set prompt defaults
4823         during token creation (see the `auth-source-search' docstring for
4824         details).
4825         (auth-sources): Simplify to allow a simple string as a netrc backend
4826         spec.
4827         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4828         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4829         (auth-source-search): Main auth-source API entry point.
4830         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4831         (auth-source-search-collection): Helper function for searching.
4832         (auth-source-netrc-parse, auth-source-netrc-normalize)
4833         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4834         Supports search, create, and delete.
4835         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4836         backend stubs.
4837         (auth-source-user-or-password): Call `auth-source-search' but it's not
4838         ready yet.
4839
4840 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4841
4842         * message.el (message-setup-1): Remove the read-only stuff, since it
4843         doesn't work under XEmacs, for some reason.
4844
4845         * gnus-sum.el (gnus-user-date): Rename back from
4846         gnus-summary-user-date since user code refers to it.
4847
4848         * shr.el (shr-render-td): Store the actual background color used.
4849
4850         * message.el (message-setup-1): Don't bind the constant
4851         -forbidden-properties.
4852         (message-setup-1): Revert previous change, since it needs to bind the
4853         props to insert them.
4854         (message-resend): Allow removing the read-only separator line.
4855
4856 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4857
4858         * nnimap.el (nnimap-request-accept-article): Give an error message if
4859         the APPEND wasn't successful.
4860
4861 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4862
4863         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4864         that have no groups.
4865
4866 2011-02-03  Julien Danjou  <julien@danjou.info>
4867
4868         * gnus-draft.el: Remove progn around gnus-draft-setup.
4869
4870 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4871
4872         * gnus-start.el (gnus-read-active-for-groups): This function is never
4873         called with a nil `infos', so clean that up.
4874         (gnus-get-unread-articles): Request active files from primary/secondary
4875         methods that have no groups (yet).
4876
4877 2011-02-03  Julien Danjou  <julien@danjou.info>
4878
4879         * message.el (message-setup-1): Always generate References first.
4880         (message-mail): Return the return value of message-setup, not always t.
4881         (message-setup-1): Insert mail-header-separator with read-only and
4882         intangible properties set.
4883
4884         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4885         user-date in docstring.
4886
4887         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4888
4889         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4890         docstring.
4891
4892         * gnus.el (gnus-user-date-format-alist): Change default value.
4893         Use defcustom, with type and group. Move from gnus-util.el.
4894         Rename to gnus-summary-user-date-format-alist.
4895
4896 2011-02-03  Glenn Morris  <rgm@gnu.org>
4897
4898         * nnimap.el (gnus-fetch-headers): Declare.
4899
4900         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4901
4902 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4903
4904         * message.el (message-forward-make-body-digest-plain)
4905         (message-followup, message-reply): Clean up things noted by Stefan.
4906
4907         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4908         gnus-article-update-date-headers is nil.
4909         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4910         it didn't really work with defcustom.
4911         (article-update-date-lapsed): Make sure the window start doesn't move,
4912         either.
4913
4914 2011-02-01  Julien Danjou  <julien@danjou.info>
4915
4916         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4917         format.
4918
4919         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4920         standard in Emacs nowadays.
4921
4922         * color.el (color-gradient): Add a color-gradient function.
4923
4924 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4925
4926         * message.el (message-expand-name): Don't trust the return value of
4927         bbdb-complete-name.
4928         (message-check-news-header-syntax): Remove unused var `start'.
4929         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4930         (message-inhibit-body-encoding): Move to before first use.
4931         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4932         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4933         (Organization, Message-ID, Date, mh-previous-window-config):
4934         Defvar the vars using dynamic scoping.
4935
4936 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4937
4938         * shr.el (shr-render-td): Only do colors at the final rendering.
4939         Should be slightly faster.
4940         (shr-insert-table): Fix up TD background colors when doing the
4941         vertical padding.
4942
4943         * gnus-art.el (article-date-ut): Protect against articles with no Date
4944         header.
4945         (article-update-date-lapsed): Don't use current-column to find the
4946         horizontal position.  It's fragile in the presence of \003 characters.
4947
4948         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4949
4950 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4951
4952         * gnus-art.el (article-transform-date): Rewrite to still work when
4953         there are several rfc2822 parts.
4954         (article-transform-date): Fix infinite recursion.
4955         (article-date-ut): Replace infinitely many Date headers with a single
4956         one when called interactively.
4957
4958         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4959         secure manner.
4960
4961         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4962         move around by not using save-window-excursion.  It seems to work...
4963
4964 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * gnus-art.el (article-make-date-line): Work for user-defined format.
4967
4968 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4969
4970         * nntp.el (nntp-retrieve-group-data-early)
4971         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4972         fetching functions.
4973
4974         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4975         thoroughly for all backends that have no known groups.  This should
4976         allow new nnml methods to retrieve mail.
4977
4978         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4979         that Gnus doesn't know exists again.
4980
4981         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4982         (gnus-treat-date-ut): Ditto.
4983         (gnus-article-update-date-header): Rename.
4984         (gnus-treat-date-local): Remove.
4985         (gnus-treat-date-english): Remove.
4986         (gnus-treat-date-lapsed): Remove.
4987         (gnus-treat-date-combined-lapsed): Remove.
4988         (gnus-treat-date-original): Remove.
4989         (gnus-treat-date-iso8601): Remove.
4990         (gnus-treat-date-user-defined): Remove.
4991         (gnus-article-date-headers): New variable to control all the date
4992         header options.
4993         (article-date-ut): Rewrite to allow using the new way to format date
4994         headers(s).
4995
4996 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4997
4998         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4999         method.
5000         (nnmail-article-group): A better test for fanciness.
5001
5002         * nnimap.el (nnimap-request-head): Protect against not finding the
5003         article by Message-ID.
5004
5005 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5006
5007         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5008         keep point at the "same place".
5009
5010 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5011
5012         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5013         data if the group is inactive.
5014
5015 2011-01-28  Julien Danjou  <julien@danjou.info>
5016
5017         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5018         (gnus-all-windows-visible-p): Remove old compatibility code.
5019         (gnus-window-top-edge): Add docstring.
5020
5021         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5022
5023 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5024
5025         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5026         older request-update-info.
5027
5028         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5029
5030 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5031
5032         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5033         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5034
5035 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5036
5037         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5038         groups.  This makes the nndraft:queue group pop up if it's not already
5039         there.
5040
5041         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5042         messages" logic, which was reversed.
5043
5044         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5045         the "same place" even if point is on the line being replaced.
5046         (article-update-date-lapsed): Allow updating both the combined lapsed
5047         and the lapsed headers.
5048         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5049         (article-make-date-line): Limit the number of segments dynamically to
5050         avoid too-long lines.
5051
5052 2011-01-27  Julien Danjou  <julien@danjou.info>
5053
5054         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5055         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5056
5057 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5060         Use plist-get instead of the cl function getf.
5061
5062 2011-01-27  Glenn Morris  <rgm@gnu.org>
5063
5064         * gnus-util.el (float-time): Get rid of compiler warning, again.
5065
5066 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5067
5068         * shr.el (shr-put-color): Special-case background colors: Do put them
5069         at the blank parts at the front of the lines.
5070
5071         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5072         exit hook to nix out all data on readedness on group exit.
5073
5074         * gnus-util.el (float-time): If float-time is bound, always use it on
5075         all Emacsen.  It's unclear why the subrp check was there.
5076         (time-date): Require to make some autoload issues on XEmacs go away.
5077
5078         * shr.el (shr-put-color): Don't do the box padding in tables, since
5079         they're already padded.
5080
5081 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5082
5083         * gnus-art.el (gnus-article-next-page): When the last line of the
5084         article is displayed, scroll down once more instead of going to the
5085         next article at once.
5086         (article-lapsed-string): Refactor out and allow specifying how many
5087         segments you want.
5088         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5089         (gnus-article-update-lapsed-header): New variable.
5090
5091         * shr.el: Revert change that made headings use different-sized faces.
5092         The Emacs display engine isn't advanced enough that, for instance,
5093         tables can comfortably use differently-sized faces.
5094
5095 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5096
5097         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5098         used.
5099         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5100         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5101         we're using an encrypted connection.
5102
5103         * proto-stream.el: Alter the interface functions to also return the
5104         actual stream type used: network or tls.
5105
5106 2011-01-25  Julien Danjou  <julien@danjou.info>
5107
5108         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5109         (mm-display-javascript-inline): New function.
5110
5111         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5112         viewing function.
5113
5114 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * shr.el (shr-expand-newlines): Fix variable name.
5117
5118 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5119
5120         * shr.el (shr-expand-newlines): Make nested boxes work.
5121
5122 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5123
5124         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5125         backgrounds.
5126         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5127         in a more sensible manner.
5128
5129 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5130
5131         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5132         if EPG is loaded.
5133
5134 2011-01-24  Julien Danjou  <julien@danjou.info>
5135
5136         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5137         tags.
5138
5139 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5140
5141         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5142         commands.
5143
5144         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5145         in the article buffer.
5146         (gnus-gravatar-insert): Use blank space from the current buffer to
5147         avoid breaking text properties.  This makes X-Sent updating work again.
5148
5149         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5150
5151 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5152
5153         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5154         fix the bug in url-http.el instead.
5155
5156         * shr.el (shr-image-fetched): Ditto.
5157
5158         * shr.el (shr-image-fetched): Avoid having point move in the article
5159         buffer.
5160
5161         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5162         buffer after being called.  It's apparently being killed by url.el, and
5163         killing it made point move to end-of-buffer in a random buffer.
5164
5165         * shr.el (shr-image-fetched): Ditto.
5166
5167 2011-01-23  Julien Danjou  <julien@danjou.info>
5168
5169         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5170
5171         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5172         text/x-org.
5173
5174 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5175
5176         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5177         (i.e., nnimap) returning nil as the article number.
5178
5179 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5180
5181         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5182         "DelSp" parameter in RFC3676.
5183
5184 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5185
5186         * message.el (message-check-recipients): Display the encoded version of
5187         the bogus address if they differ.
5188
5189         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5190         after sending.
5191
5192         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5193
5194         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5195
5196         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5197         group buffer after sending the queue.
5198
5199         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5200
5201 2011-01-22  Julien Danjou  <julien@danjou.info>
5202
5203         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5204
5205 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5206
5207         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5208         nested related parts.
5209
5210         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5211         unexpired articles.  This fixes the regression that led expiry marks to
5212         disappear from nnfolder groups.
5213
5214 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5215
5216         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5217         Don't confuse the "ret" of "retrograde" with RET.
5218
5219 2011-01-21  Julien Danjou  <julien@danjou.info>
5220
5221         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5222         than mm-insert-inline.
5223
5224 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5227         Widen article buffer.
5228
5229 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5230
5231         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5232         the temp buffer.
5233         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5234
5235 2011-01-20  Julien Danjou  <julien@danjou.info>
5236
5237         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5238
5239         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5240         than mm-insert-inline to insert inline part: this respect
5241         mm-inline-media-tests displayers.
5242
5243         * mm-view.el (mm-display-shell-script-inline): New function.
5244
5245         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5246
5247         * mm-uu.el (mm-uu-type-alist): Add org block.
5248         (mm-uu-org-src-code-block-extract): New function.
5249
5250         * mm-view.el (mm-display-org-inline): New function.
5251
5252         * mm-decode.el (mm-automatic-display): Add text/org.
5253
5254         * mailcap.el (mailcap-mime-extensions): Add .org.
5255
5256 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5259         gnus-article-add-buttons.
5260
5261 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5262
5263         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5264         From header with a date and "nobody" as the sender.
5265
5266 2011-01-19  Julien Danjou  <julien@danjou.info>
5267
5268         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5269         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5270         if you have the same regexp several times.
5271         (gnus-button-push): Fix matching when regexp is symbol.
5272
5273 2011-01-15  Glenn Morris  <rgm@gnu.org>
5274
5275         * message.el (message-mail): A compose-mail function should
5276         accept headers as strings.
5277
5278 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5279
5280         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5281         Add :vert-only tags.
5282         (message-mail): New arg RETURN-ACTION.
5283         (message-return-action): New var.
5284         (message-bury): Use it.
5285         (message-mode): Make it buffer-local.
5286         (message-send-and-exit): Always call message-bury.
5287
5288         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5289         message-mail.
5290
5291 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5292
5293         * nnimap.el (nnimap-convert-partial-article): Protect against
5294         zero-length body parts.
5295
5296         * mm-decode.el (mm-preferred-alternative-precedence):
5297         Discourage showing empty parts.
5298
5299         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5300         and stuff if the backend didn't return the article number.  This fixes
5301         an Exchange-related nnimap bug.
5302
5303         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5304         group window, because it does the wrong thing when a separate frame
5305         displays the group buffer.
5306
5307         * proto-stream.el (open-protocol-stream): Protect against the low-level
5308         transport functions returning nil.
5309
5310 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5311
5312         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5313         (mml2015-epg-find-usable-secret-key): New function.
5314         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5315         mml2015-epg-find-usable-key (Bug#7797).
5316         (mml2015-epg-encrypt): Ditto.
5317
5318 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * dgnushack.el (rot13-string): Fix the way to get the argument.
5321
5322 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5325
5326 2011-01-03  Glenn Morris  <rgm@gnu.org>
5327
5328         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5329
5330         * sieve.el (sieve-open-server): Give a more explicit error if
5331         sieve-manage-open returns nil.  (Bug#7720)
5332
5333 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5334
5335         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5336
5337 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5338
5339         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5340         This avoids sending passwords in plain text over non-encrypted
5341         channels.
5342
5343         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5344
5345         * nnimap.el (nnimap-login): Refactored out into own function, and
5346         implement CRAM-MD5.
5347         (nnimap-wait-for-line): Refactored out.
5348
5349         * mm-view.el (mml-smime): Require.
5350
5351 2010-12-20  David Engster  <deng@eml.cc>
5352
5353         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5354         use EPG to decrypt S/MIME messages instead of openssl.
5355
5356 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357
5358         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5359
5360         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5361         status is the group clearly is unreachable.
5362
5363         * auth-source.el (auth-source-create): Add the optional second
5364         parameter to `local-variable-p' to be compatible with XEmacs.
5365
5366 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5367
5368         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5369         work when using a compressed nnml folder.
5370
5371 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5374         backends after sanitising on entry, because this never makes sense:
5375         If the articles have gone missing, then the data no longer exists on
5376         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5377         overwrite anything anyway.
5378
5379         * shr.el (shr-insert-document): Bind shr-width dynamically to
5380         window-width if it's nil.
5381
5382 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5383
5384         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5385         with the meaning of using the full emacs window width for rendering.
5386
5387 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5388
5389         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5390         case when sender is not given.
5391
5392 2010-12-23  Julien Danjou  <julien@danjou.info>
5393
5394         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5395         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5396         the addresses, otherwise we might misplaced the gravatar.
5397
5398 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5399
5400         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5401         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5402         obsolete in Emacs.
5403
5404 2010-12-20  Julien Danjou  <julien@danjou.info>
5405
5406         * gnus-util.el (gnus-rescale-image): Revert last change.
5407
5408 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5409
5410         * binhex.el: Improve commentary (Bug#7482).
5411
5412 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * gnus-group.el (gnus-group-delete-articles): New command.
5415
5416 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5417
5418         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5419
5420 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421
5422         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5423         here, since it's up to the backends to do CRLF removal if their
5424         protocol has it.
5425
5426         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5427
5428 2010-12-17  Julien Danjou  <julien@danjou.info>
5429
5430         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5431         they are from file.  Can also scale up.
5432
5433 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5434
5435         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5436         Restore gnus-use-agent.
5437         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5438
5439         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5440
5441 2010-12-17  Julien Danjou  <julien@danjou.info>
5442
5443         * gravatar.el (gravatar-retrieve-synchronously): New function.
5444         (gravatar-get-data): Make more robust.
5445
5446 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5449
5450 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451
5452         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5453         to really consider the last line.
5454
5455 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5456
5457         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5458         list of recipient keys, or use symmetric encryption if not a list.
5459         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5460         EPA override, replacing the call to `netrc-store-data'.
5461
5462 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5463
5464         * gnus-srvr.el: Avoid passing nil regexp argument to
5465         delete-matching-lines.
5466
5467 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5468
5469         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5470         fetching stops when Gnus exits.
5471
5472         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5473         function.
5474         (nnfolder-request-expire-articles): Save all the buffers after doing
5475         expiry.
5476
5477         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5478         the last article", since that led to serious performance regressions
5479         when expiring nnml groups.
5480
5481 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5482
5483         * nnir.el: Improve customizations.
5484
5485 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5488
5489         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5490         group has been killed.
5491         (gnus-group-yank-group): Ditto.
5492
5493         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5494
5495         * nnimap.el (nnimap-request-update-group-status): New function.
5496
5497         * gnus-int.el (gnus-request-update-group-status): New interface
5498         function.
5499
5500         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5501         copying read-ness to the backends.
5502
5503         * nnimap.el (nnimap-quirk): New function.
5504         (nnimap-retrieve-group-data-early): Use it.
5505         (nnimap-quirks): New alist.
5506
5507 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5510         don't delete it within indentation.
5511
5512 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5515         previous line.
5516
5517 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5520         QRESYNC command by deleting a superfluous space which broke Cyrus
5521         servers.  This change will break other servers that are buggy the other
5522         way around.
5523
5524 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5525
5526         * spam.el: Reindent and fix long lines.
5527         (spam-copy-or-move-routine): Exclude invalid move destinations.
5528
5529 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5530
5531         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5532         installed the registry.
5533
5534 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5537
5538 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5539
5540         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5541         groupname doesn't contain "gmane".
5542
5543 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5544
5545         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5546         and netrc-bound-and-true-p bindings.
5547         (netrc-parse): Cache the netrc contents.
5548
5549         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5550         (gnus-1): Don't create the nndrafts group twice.
5551         (gnus-setup-news): There's no need to read the active file here, since
5552         that's done again later on a per-backend basis.
5553         (gnus-start-draft-setup): Make sure that the new group is started out
5554         empty.
5555
5556         * gnus-agent.el (gnus-agentize): Don't create the queue group
5557         automatically on startup.  It'll be created later, if needed.
5558
5559         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5560         of automatically subscribed groups.
5561         (gnus-auto-subscribed-categories): New variable.
5562         (gnus-matches-options-n): Use it.
5563         (gnus-default-subscribed-newsgroups): Remove unused variable.
5564         (gnus-start-draft-setup): Message a bit less.
5565
5566 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5567
5568         * nnir.el (nnir-run-imap): Return article list in order of increasing
5569         UID.
5570
5571 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5572
5573         * gnus-sum.el (gnus-summary-enter-digest-group):
5574         Mention gnus-auto-select-on-ephemeral-exit.
5575
5576         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5577         convention of the network-only option.
5578
5579 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580
5581         * proto-stream.el (proto-stream-open-network-only): New function to
5582         have a way to specify non-STARTTLS upgrade connections.
5583
5584 2010-12-10  Julien Danjou  <julien@danjou.info>
5585
5586         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5587         email address is nil.
5588
5589         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5590
5591 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5592
5593         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5594         deletion.
5595         (nnir-run-imap): Only need to parse list once.
5596
5597 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5598
5599         * shr.el (shr-tag-script): Ignore <script>.
5600         (shr-tag-label): Add <label> support.
5601
5602 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5605
5606         * shr.el (shr-image-displayer): Work for images lined side by side.
5607
5608 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5609
5610         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5611         parameter, since XEmacs doesn't accept t as a parameter.
5612
5613 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5614
5615         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5616         ids.
5617         (nnir-run-gmane): Simplify groupspec formatting.
5618         (nnir-request-expire-articles): New function.
5619
5620 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5621
5622         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5623         overflow, possibly.
5624
5625         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5626         (shr-render-td): Handle td style="" better.
5627         (shr-tag-table): Use the color from the style sheet.
5628         (shr-render-td): Make sure we copy over all the overlays, too.
5629
5630 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5631
5632         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5633         (nnir-request-article): Improve article retrieval.
5634
5635 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * mm-util.el (mm-extra-numeric-entities): New variable.
5638
5639         * mm-url.el (mm-url-decode-entities):
5640         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5641
5642         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5643
5644 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5645
5646         * message.el: Use completion-at-point.
5647         (message-completion-function): New fun, extracted from message-tab.
5648         (message-mode): Use it for completion-at-point-functions.
5649         (message-tab): Use it and completion-at-point.
5650
5651 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5654         character if a non-breakable character follows.
5655
5656 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5657
5658         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5659         any stream.
5660
5661         * shr.el (shr-tag-font): Colorize the region.
5662         (shr-tag-body): Ditto.
5663         (shr-tag-font): Actually let the styles be inherited instead of
5664         overwriting them.
5665         (shr-tag-font): Get the background color right.
5666         (shr-tag-style): Ignore all <style> tags for the moment.
5667
5668         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5669         a Message-ID to avoid having nnimap depend on gnus-sum.
5670
5671         * shr.el (shr-descend): Only colorize something if we have a node that
5672         sets colors.
5673
5674 2010-12-06  Julien Danjou  <julien@danjou.info>
5675
5676         * shr.el (shr-render-td): Render td content with shr-descend, so style
5677         will be applied to <td> too.
5678         (shr-colorize-region): Colorize region even if we only have a background.
5679         (shr-tag-body): Fix color and background color inheritance.
5680         Do not recolorize after shr-generic.
5681         (shr-tag-font): Let shr-generic colorize via inheritance.
5682
5683 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5686
5687 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5688
5689         * nnir.el (nnir-request-move-article): Remove obsolete code.
5690
5691 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5694
5695 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5696
5697         * gnus-sum.el (gnus-summary-respool-article): The completion function
5698         expects a list instead of an alist.
5699
5700         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5701         string as the parameter.
5702
5703         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5704
5705         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5706         styles.
5707         (shr-colorize-region): New function.
5708         (shr-insert-background-overlay): Remove.
5709         (shr-render-td): Background setting should be taken care of on a higher
5710         level.
5711         (shr-tag-body): Use post-hoc colorizations.
5712         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5713         (shr-put-color-1): Don't overwrite old colors.
5714         (shr-colorize-region): When the background color isn't explicit, use
5715         a fixed background.
5716
5717         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5718         nnmail variables.
5719
5720 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5721
5722         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5723         unless necessary.
5724
5725 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5726
5727         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5728         server.
5729
5730 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5733         so that TAB works.
5734
5735         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5736         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5737
5738         * shr.el (shr-urlify): Show the URL before the title to avoid
5739         misleading URLs.
5740
5741 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5742
5743         * shr.el (shr-urlify): Display the title in <a> tags.
5744
5745 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5746
5747         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5748
5749 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5750
5751         * nnir.el: Rearrange code to allow macros to be autoloaded by
5752         gnus-sum.el.
5753         (nnir-retrieve-headers-override-function): Make this variable
5754         customizable.
5755         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5756
5757         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5758         from nnir.el.
5759
5760 2010-12-03  Julien Danjou  <julien@danjou.info>
5761
5762         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5763
5764 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5767         allow optional argument `environment'.
5768
5769 2010-12-03  Glenn Morris  <rgm@gnu.org>
5770
5771         * mm-extern.el (message-goto-body): Update declaration.
5772
5773 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * gnus-util.el (gnus-macroexpand-all): New function.
5776
5777         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5778         instead of macroexpand-all that is unavailable in XEmacs.
5779
5780 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5781
5782         * nnir.el (nnir-summary-line-format): New variable.
5783         (nnir-mode): Use it.
5784         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5785         (nnir-article-ids): Reimplement as defsubst.
5786         (nnir-retrieve-headers): Don't mangle the subject header.
5787         (nnir-run-imap): Use 100 as RSV score.
5788         (nnir-run-find-grep): Fix for full server searching.
5789         (nnir-run-gmane): Better restriction to gmane groups.
5790
5791         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5792         summary buffers.
5793
5794 2010-12-02  Julien Danjou  <julien@danjou.info>
5795
5796         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5797
5798         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5799
5800         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5801         support.
5802
5803 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5804
5805         * nnir.el: Update to handle the registry better.
5806         (autoload): Silence byte-compiler.
5807         (nnir-open-server): Add a hook for nnir groups.
5808         (nnir-request-move-article): Don't mangle the header.  Better to use
5809         formatting variables (which will be added in the future).
5810         (nnir-registry-action): Update the registry using the original article
5811         group name.
5812         (nnir-mode): Install nnir-specific hooks for updating the registry.
5813
5814         * gnus-sum.el
5815         (gnus-article-original-subject,gnus-newsgroup-original-name):
5816         Remove obsolete variables.
5817         (gnus-summary-move-article): Remove use of obsolete variables.
5818         (gnus-summary-local-variables): Make move and delete hooks local to
5819         summary buffers.
5820
5821 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5822
5823         * rtree.el: New file.
5824
5825 2010-12-01  Julien Danjou  <julien@danjou.info>
5826
5827         * message.el (message-user-organization): Do not use
5828         gnus-local-organization.
5829
5830         * gnus.el: Remove gnus-local-organization.
5831
5832         * gnus-msg.el: Remove nastygram thing.
5833
5834 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5837         funcall.
5838
5839 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5842         names.
5843
5844         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5845         characters.
5846
5847         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5848         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5849         Suggested by Štěpán Němec <stepnem@gmail.com>.
5850         (gnus-gravatar-transform-address): Use mail-extract-address-components
5851         that supports non-ASCII names rather than mail-header-parse-addresses.
5852
5853 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854
5855         * proto-stream.el (open-protocol-stream): All starttls connections are
5856         handled by the network handler.
5857
5858 2010-11-30  Julien Danjou  <julien@danjou.info>
5859
5860         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5861         (nnimap-open-connection-1): Fix PREAUTH.
5862
5863         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5864
5865 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5868         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5869         (shr-insert): Use them.
5870         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5871
5872 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5873
5874         * nnir.el (nnir-request-move-article): Bail out if original group
5875         doesn't support article moves.
5876         (nnir-get-active): Improve active list retrieval.
5877
5878 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5881
5882 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5883
5884         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5885         seem to accept strings-with-numbers as port numbers.
5886
5887 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5888
5889         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5890         change the registry.
5891
5892 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5895         delete-dups that is not available in XEmacs 21.4.
5896
5897         * mm-util.el (mm-delete-duplicates): Add comment.
5898
5899 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5900
5901         * nnir.el (nnir-ignored-newsgroups): New variable.
5902         (nnir-get-active): Use it.
5903
5904 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5905
5906         * proto-stream.el (proto-stream-open-network): Add some comments.
5907
5908         * nntp.el (nntp-open-connection): Provide a :success condition.
5909
5910         * nnimap.el (nnimap-open-connection-1): Ditto.
5911
5912         * proto-stream.el (proto-stream-open-network): See what the response to
5913         the STARTTLS command is.
5914
5915         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5916         backwards compatibility).
5917         (nnimap-open-connection-1): Really respect nnimap-server-port.
5918
5919         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5920         TLS upgrades we don't really care about the identity of the peer.
5921         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5922         that what we've checked for.
5923         (proto-stream-always-use-starttls): Only default to t if
5924         open-gnutls-stream exists.
5925         (proto-stream-open-network): If STARTTLS failed, then just open a
5926         normal connection.
5927         (proto-stream-open-network): Wait until the greeting before doing
5928         STARTTLS.
5929
5930         * nntp.el (nntp-open-connection): Report what the connection error is.
5931
5932         * proto-stream.el (open-protocol-stream): Rename from
5933         open-proto-stream.
5934
5935 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936
5937         * nnimap.el (nnimap-stream): Change default to `undecided'.
5938         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5939         first, and then network.
5940         (nnimap-open-connection-1): Respect nnimap-server-port.
5941         (nnimap-open-connection): Be more backwards-compatible.
5942
5943         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5944         (proto-stream-open-starttls): De-duplicate the starttls code.
5945         (proto-stream-open-starttls): Folded back into the main function.
5946         (proto-stream-open-network): Fix typo in the gnutls path.
5947         (proto-stream-command): Refactor out.
5948
5949         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5950
5951         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5952         starttls.el STARTTLS.
5953
5954         * color.el (color-lab->srgb): Fix function call name.
5955
5956         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5957         if we're using tls.el.
5958         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5959         built in, then don't try to establish a STARTTLS connection.
5960
5961         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5962         servers.
5963
5964         * proto-stream.el (open-proto-stream): Use network, not stream.
5965         (open-proto-stream): Add a way to specify what the end of a command is.
5966
5967         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5968         connections types.
5969         (nntp-open-network-stream): Remove.
5970         (nntp-open-ssl-stream): Remove.
5971         (nntp-open-tls-stream): Remove.
5972         (nntp-ssl-program): Remove.
5973
5974         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5975
5976 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5977
5978         * nnir.el: Fix typos.
5979         (nnir-retrieve-headers-override-function): Rename variable to reflect
5980         new semantics.
5981         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5982         macros.
5983         (nnir-request-article, nnir-request-move-article): Use them.
5984         (nnir-categorize): New function.
5985         (nnir-run-query): Use it.
5986         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5987         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5988         sorted.
5989         (nnir-group-full-name): Use gnus-group-full-name instead.
5990         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5991         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5992
5993 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5996
5997         * proto-stream.el: New library to provide protocol-specific
5998         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5999         protocols.
6000         (open-proto-stream): Complete the documentation.
6001         (proto-stream-open-network): Fix some typos.
6002
6003         * nnimap.el (nnimap-open-connection): Use it.
6004
6005 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6006
6007         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6008         negotiation.
6009
6010 2010-11-26  Julien Danjou  <julien@danjou.info>
6011
6012         * color.el: Rename various rgb functions to srgb.
6013
6014 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6015
6016         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6017         names.
6018
6019 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * shr.el (shr-insert): Revert last change.
6022         (shr-find-fill-point): Never leave point being at bol;
6023         relax the kinsoku limitation when rendering tables.
6024
6025 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6028         results from -accept-article.
6029
6030         * shr-color.el: Require cl when compiling.
6031
6032         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6033         checkin.
6034
6035         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6036
6037         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6038
6039         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6040         'add and 'delete to set backend marks.
6041
6042         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6043
6044         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6045
6046         * nntp.el (nntp-request-set-mark): Use it.
6047
6048         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6049
6050         * nnml.el (nnml-request-set-mark): Ditto.
6051
6052         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6053         introduces regressions in article selection.
6054         (nnimap-find-uid-response): New function.
6055         (nnimap-request-accept-article): Use the UID returned, if any.
6056         (nnimap-request-move-article): Use the UID returned, if any.
6057         (nnimap-get-groups): Reimplement to work with folded lines.
6058         (nnimap-find-uid-response): The UID is the last element in the list.
6059         (nnimap-request-set-mark): Extend syntax with 'set.
6060
6061         * nnml.el (nnml-request-set-mark): Ditto.
6062
6063         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6064
6065         * nntp.el (nntp-request-set-mark): Ditto.
6066
6067 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * message.el (message-called-interactively-p): A temporary macro.
6070         (message-goto-body): Use it temporarily.
6071
6072 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6075         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6076         (nnimap-last-response-string): Fix last unfolding fix.
6077
6078 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * shr.el (shr-insert): Fix the way to fold lines.
6081
6082 2010-11-25  Julien Danjou  <julien@danjou.info>
6083
6084         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6085
6086         * color.el: Rename from color-lab.el
6087         (color-rgb->hex): Add.
6088         (color-complement): Add.
6089         (color-complement-hex): Add.
6090
6091         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6092
6093 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * shr-color.el (shr-color-visible): Don't bug out if the color names
6096         don't exist.
6097
6098 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6101         assuming that article displaying or another mml-preview may be
6102         interrupted for an error or for the like.
6103
6104         * shr.el (shr-get-background): Fix argument name.
6105
6106 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6107
6108         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6109
6110         * gnus-sum.el (gnus-summary-include-articles): New function.
6111
6112         * message.el (message-goto-body): called-interactively-p needs a
6113         parameter, so use `any'.
6114
6115         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6116         clear marks before moving, since they're synced from the Gnus side
6117         first.
6118
6119         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6120         (gnus-summary-move-article): Copy over all marks before moving, so that
6121         IMAP doesn't think a new article has arrived.
6122
6123 2010-11-24  Julien Danjou  <julien@danjou.info>
6124
6125         * shr.el (shr-insert-background-overlay): Fix typo.
6126         (shr-render-td): Copy the background before rendering.
6127
6128         * shr-color.el (shr-color-visible): Fix docstring.
6129
6130         * shr.el (shr-tag-table): Add bgcolor support.
6131         (shr-render-td): Add bgcolor support.
6132         (shr-get-background): Add.
6133         (shr-insert-foreground-overlay): Use shr-get-background.
6134
6135         * message.el (message-goto-body): Use called-interactively-p.
6136         (message-in-body-p): message-goto-body returns point.
6137
6138 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6141         Fixes something or other in Emacs 23, and is backwards compatible.
6142
6143         * message.el (message-goto-body): Remove the <#secure special-casing,
6144         which is too special.
6145
6146         * shr.el (shr-parse-style): Drop !important from styles.
6147
6148 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6149
6150         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6151         this function to return incorrect results when calling it with an
6152         explicit article argument different from
6153         (gnus-summary-article-number).
6154
6155 2010-11-24  Julien Danjou  <julien@danjou.info>
6156
6157         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6158         (shr-tag-body): Add background support.
6159         (shr-descend): Add background support.
6160         (shr-tag-title): Add.
6161
6162         * shr-color.el (shr-color-visible): Really return original background
6163         if fixed.
6164
6165 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * shr.el (shr-color-check): Protect against non-existent color names.
6168
6169 2010-11-24  Julien Danjou  <julien@danjou.info>
6170
6171         * color-lab.el: Require 'cl when compiling.
6172
6173         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6174
6175         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6176         matched part.
6177
6178         * color-lab.el: Fix all expt calls to use float type.
6179
6180 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6183         expression to shr-color-check as is.
6184
6185         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6186
6187         * color-lab.el: Add coding cookie.
6188         (float-pi): Use eval-and-compile.
6189
6190         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6191         compiled for Emacsen having no `libxml-parse-html-region' support.
6192
6193 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6194
6195         * shr.el (shr-insert-color-overlay): Split stuff like
6196         "#444444 !important" to find the real color.
6197         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6198         parse <font color="red"> entries.
6199
6200 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6201
6202         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6203         point when parsing headers.
6204
6205         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6206         is positioned properly when parsing headers.
6207
6208 2010-11-23  Julien Danjou  <julien@danjou.info>
6209
6210         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6211
6212         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6213
6214         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6215
6216         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6217         Use shr-color-hue-to-rgb.
6218         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6219
6220 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6221
6222         * shr.el (shr-color->hexadecimal): Autoload.
6223         (shr-descend): Add color to all tags.
6224
6225 2010-11-22  Julien Danjou  <julien@danjou.info>
6226
6227         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6228         shr-color->hexadecimal.
6229
6230         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6231         RGB() or HSL() color representation.
6232
6233         * shr.el (shr-tag-font): Add.
6234         (shr-tag-color-check): New function to get better colors.
6235         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6236         tag-span.
6237
6238         * shr-color.el: New file.
6239
6240         * color-lab.el: New file.
6241
6242         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6243
6244 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6245
6246         * nnir.el: Fix typo in comments.
6247         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6248         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6249
6250 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6251
6252         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6253
6254         * nnimap.el (nnimap-get-capabilities): Refactor out.
6255         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6256
6257 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6258
6259         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6260         appearing when `mm-uu-hide-markers' is nil.
6261
6262 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * nnimap.el (nnimap-unselect-group): Make into its own function.
6265         (nnimap-request-rename-group): Unselect group before renaming.
6266         This had gotten lost somewhere.
6267         (nnimap-request-accept-article): Keep track of examined groups, and
6268         unselect the group before APPENDing to read-only groups.
6269         (nnimap-request-move-article): Clear flags before moving so that they
6270         can be re-set later.
6271
6272 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6275         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6276
6277 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * gnus-art.el (gnus-mime-display-single):
6280         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6281         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6282         parameter.
6283
6284 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6285
6286         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6287         (shr-table-vertical-line): New variable.
6288         (shr-insert-table): Use it.
6289
6290 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * gnus-html.el (gnus-html-wash-images): Don't display images if
6293         gnus-inhibit-images is non-nil; register displayer for cid images.
6294         (gnus-html-display-image): Work for cid image.
6295         (gnus-html-insert-image): Allow arguments.
6296         (gnus-html-put-image): Inhibit read-only.
6297         (gnus-html-prefetch-images): Don't prefetch images if
6298         gnus-inhibit-images is non-nil.
6299
6300 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301
6302         * shr.el (shr-put-image): Break lines when inserting big pictures.
6303
6304 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6305
6306         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6307         sender, thanks Katsumi Yamaoka.
6308
6309 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6310
6311         * nnir.el (nnir-run-imap): Reverse the article list for each group
6312         rather than the whole list.
6313
6314 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * shr.el (shr-image-displayer): Protect function against non-existent
6317         image source.
6318
6319         * gnus-art.el (gnus-inhibit-images): New user option.
6320         (gnus-mime-display-single): Don't display image if it is non-nil.
6321
6322         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6323         gnus-inhibit-images.
6324
6325         * shr.el (shr-image-displayer): New function.
6326         (shr-tag-img): Use it.
6327
6328 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6329
6330         * mml2015.el (mml2015-epg-sign): Use From header.
6331
6332 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6335
6336         * gnus-util.el (gnus-find-text-property-region): Return markers.
6337
6338         * shr.el (shr-tag-img): Put a displayer in the text property.
6339
6340         * gnus-util.el (gnus-find-text-property-region): New utility function.
6341
6342         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6343         (gnus-html-show-images): Remove.
6344
6345         * gnus-art.el (gnus-article-show-images): New, more general function.
6346
6347         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6348         image url text properties.
6349
6350         * shr.el: Ditto.
6351
6352         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6353         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6354
6355 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6358         work for two or more articles.
6359
6360 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6363         divide an image that's in an html article to two or more when washing
6364         non-ASCII characters in alt text of it.
6365
6366 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6369         smime-decrypt-region using function argument.
6370         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6371
6372         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6373
6374         * smime.el (smime-decrypt-region): Catch it.
6375
6376 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6377
6378         * smime.el (smime-mode-map): Move initialization into declaration.
6379         (gnus-run-mode-hooks): Don't autoload.
6380         (smime-mode): Use define-derived-mode.
6381
6382 2010-11-11  Glenn Morris  <rgm@gnu.org>
6383
6384         * smime.el (from): Restrict declaration to XEmacs.
6385
6386         * nnir.el (gnus-group-topic-name): Autoload.
6387
6388 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * shr.el (shr-insert): Don't break long line if it is because of
6391         kinsoku-bol characters in the line end.
6392
6393 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6394
6395         * nnir.el (nnir-request-move-article): Fix to provide original group
6396         and subject.
6397         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6398         been retrieved.
6399
6400         * gnus-sum.el (gnus-summary-move-article): Use original group and
6401         subject for virtual articles such as those in an nnir summary buffer.
6402
6403 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6406         least 21.5).
6407
6408         * smime.el (from): Declare it again for XEmacs.
6409
6410 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6411
6412         * message.el (message-resend): Don't disable encoding unless it's
6413         already encoded.
6414
6415         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6416         low-numbered articles.
6417
6418 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * rfc2047.el (rfc2047-syntax-table): Simplify.
6421
6422         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6423
6424         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6425         set-char-table-range for XEmacs.
6426
6427 2010-11-10  Glenn Morris  <rgm@gnu.org>
6428
6429         * time-date.el (time-to-seconds): Always an alias on Emacs,
6430         never a real function.
6431         (with-no-warnings): Remove compat stub, now unused.
6432         (time-less-p): Doc fix.
6433         (time-to-number-of-days): Simplify.
6434
6435         * smime.el (from): Remove unused declaration.
6436
6437         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6438         (gnus-float-time): On Emacs, always an alias.
6439
6440         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6441         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6442
6443 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * dgnushack.el: Don't use ignore-errors in the top level form since it
6446         is unavailable in XEmacs even if cl is loaded.
6447
6448         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6449
6450 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6451
6452         * shr.el (browse-url-mailto): Autoload.
6453
6454         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6455
6456         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6457         regexp doesn't need quoting.
6458
6459 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6460
6461         * message.el (message-subject-trailing-was-ask-regexp)
6462         (message-subject-trailing-was-regexp): Match was: in addition to was.
6463
6464 2010-11-09  Glenn Morris  <rgm@gnu.org>
6465
6466         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6467         (nnbabyl-check-mbox): Use point-at-bol.
6468
6469 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6470
6471         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6472
6473         * message.el (message-mailto): New function.
6474         (message-mailto): Should accept other parameters.
6475         (message-mailto): Remove since it duplicates browse-url-mailto
6476         functionality.
6477
6478 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6479
6480         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6481         methods.
6482         (gnus-read-active-file): Ditto.
6483
6484         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6485         ": " from the prompt.
6486         (gnus-group-make-group): Ditto.
6487
6488 2010-11-07  Glenn Morris  <rgm@gnu.org>
6489
6490         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6491         (gnus-bookmark-kill-line): Use point-at-eol.
6492
6493 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6496         asterisks in From header.
6497
6498 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6499
6500         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6501         string to avoid making the From headers syntactically invalid.
6502
6503         * message.el (message-send-mail): Don't insert courtesy messages if the
6504         message already has List-Post and List-ID messages.
6505
6506 2010-11-06  Glenn Morris  <rgm@gnu.org>
6507
6508         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6509         `condition', `type', `length' a prefix.
6510         (gnus-treat-predicate): Update for above name changes.
6511
6512 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6513
6514         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6515         binding.  Handled by `gnus-summary-refer-thread' instead.
6516         (nnir-warp-to-article): New backend function.
6517
6518         * nnimap.el (nnimap-request-thread): Force dependency updating.
6519
6520         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6521         (gnus-summary-refer-thread): Rework to improve thread-referral.
6522
6523         * gnus-int.el (gnus-warp-to-article): New function.
6524
6525         * gnus-sum.el (gnus-summary-article-map): Bind it.
6526
6527 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6528
6529         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6530         gnus-summary-refer-thread.
6531
6532         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6533         headers.
6534         (gnus-summary-limit-include-thread): Prevent articles in thread from
6535         being cut in gnus-cut-threads.
6536         (gnus-summary-refer-thread): Limit retrieved headers to those in
6537         thread.
6538
6539 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6540
6541         * message.el (message-send-mail): Use the value of
6542         message-courtesy-message from the message buffer.
6543
6544         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6545
6546         * shr.el (shr-browse-url): Implement mailto: URLs.
6547
6548         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6549         "raw".
6550
6551         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6552         if it's already selected.
6553
6554         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6555
6556 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6559         to measure the length and truncate alt text.
6560
6561 2010-11-03  Glenn Morris  <rgm@gnu.org>
6562
6563         * nndiary.el (nndiary-generate-nov-databases-1)
6564         (nndiary-generate-active-info): Rename dynamic variable `files' to
6565         something less generic.
6566
6567 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6568
6569         * nnir.el (nnir-request-move-article): Call the underlying backend to
6570         move articles from nnir.
6571
6572 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6573
6574         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6575
6576 2010-11-02  Julien Danjou  <julien@danjou.info>
6577
6578         * nnir.el: Remove wais support.
6579
6580 2010-11-02  Glenn Morris  <rgm@gnu.org>
6581
6582         * gnus-html.el: Reorder requirements to quieten compiler.
6583
6584 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6587         properly for XEmacs as well.
6588         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6589         (gnus-article-natural-long-line-p): Use window-width rather than
6590         frame-width.
6591
6592 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6593
6594         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6595         (nnir-read-parms): Don't modify query.
6596         (nnir-run-query): Add ability to search topic on current line.
6597         (nnir-get-active): Clean up.
6598
6599 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6600
6601         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6602         degenerate articles.
6603
6604         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6605         (gnus-print-buffer): Just print the buffer as is, without any copying
6606         to a buffer and then re-highlighting.
6607
6608         * nnimap.el (nnimap-request-group): Store the new updated info.
6609         (nnimap-request-group): Select the group when we don't know whether it
6610         exists or not.
6611
6612         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6613         groups.
6614
6615         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6616         groups.
6617
6618         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6619         groups.
6620
6621         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6622         long-lines case by only filling the long lines.
6623
6624         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6625         (bug #7311).
6626
6627 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * shr.el: No need to declare `declare-function' since shr.el is for
6630         only Emacsen that provide `libxml-parse-html-region'.
6631
6632         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6633         effective only in a file it is referred to.
6634
6635 2010-11-01  Glenn Morris  <rgm@gnu.org>
6636
6637         * mm-util.el (gnus-completing-read): Autoload.
6638         (mm-read-coding-system): Simplify Emacs definition.
6639
6640         * nnmail.el (gnus-activate-group):
6641         * nnimap.el (gnutls-negotiate):
6642         * nntp.el (netrc-parse): Fix declarations.
6643
6644 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6647         string-match-p in Emacs >=23.
6648
6649         * gnus-msg.el (gnus-configure-posting-styles):
6650         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6651
6652 2010-11-01  Glenn Morris  <rgm@gnu.org>
6653
6654         * nnir.el (declare-function): Add compat stub.
6655         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6656         (nnir-run-gmane): Require 'mm-url.
6657
6658         * mm-util.el (mm-string-to-multibyte): Simplify.
6659
6660         * shr.el (declare-function): Add compat stub.
6661         (url-cache-create-filename): Declare.
6662         (mm-disable-multibyte, widget-convert-button): Autoload.
6663
6664         * smime.el (ldap-search): Declare.
6665         (smime-cert-by-ldap-1): Require ldap on Emacs.
6666
6667         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6668         (nnimap-keepalive): Use gnus-float-time.
6669
6670         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6671         (mail-source-delete-crash-box): Use gnus-float-time.
6672
6673         * gnus-dired.el (gnus-completing-read): Autoload.
6674
6675         * mm-view.el (gnus-rescale-image): Autoload.
6676
6677         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6678
6679         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6680
6681         * sieve-manage.el: Require 'cl when compiling.
6682
6683         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6684         (gnus-iswitchb-completing-read): Require iswitchb.
6685         (gnus-select-frame-set-input-focus): Silence compiler.
6686
6687 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6688
6689         * message.el (message-subject-trailing-was-query): Change default to t,
6690         since I think that's what most people want.
6691
6692         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6693         appending for easier debugging.
6694         (nnimap-wait-for-connection): Take a regexp.
6695         (nnimap-request-accept-article): Wait for the continuation line before
6696         sending anything unless we're streaming.
6697
6698         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6699         leave the header washing to take place.
6700
6701 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6702
6703         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6704         regular expression match and replace in posting styles.
6705
6706 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6707
6708         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6709         an entire server.
6710         (nnir-get-active): New function.
6711         (nnir-run-imap): Use it.
6712         (nnir-run-gmane): Who knew, gmane search returns an article score!
6713
6714         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6715         server on the current line with nnir.
6716
6717 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6720         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6721         left edge.
6722         (gnus-article-foldable-buffer): Skip past the prefix when determining
6723         raggedness.
6724
6725         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6726         the raw article, and change `C-u g' to show the article without doing
6727         treatments.
6728
6729         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6730         on to `gnus-treat-article'.
6731         (gnus-inhibit-article-treatments): New variable.
6732
6733         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6734
6735         * gnus-art.el (gnus-treatment-function-alist): Have
6736         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6737         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6738         sections.
6739
6740         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6741         parameter.
6742         (gnus-article-fill-cited-long-lines): New function.
6743         (gnus-article-fill-cited-article): Allow filling only long sections.
6744
6745         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6746         and non-punctuation (like after the apostrophe in "'We").
6747
6748         * gnus-sum.el (gnus-summary-select-article): Make sure
6749         gnus-original-article-buffer is alive.
6750
6751         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6752         reflect the order they're in in the digest.
6753
6754         * gnus.el (gnus-group-startup-message): Move point to the start of the
6755         buffer.
6756
6757         * nnimap.el (nnimap-capability): New function.
6758         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6759         is set.
6760
6761 2010-10-31  David Engster  <dengste@eml.cc>
6762
6763         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6764         conform with changes to gnus-completing-read.
6765
6766 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6769
6770 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6771
6772         * nnir.el: Move defvar, defcustom around to keep file organized
6773         and keep byte-compiler quiet.
6774         (nnir-read-parms): Accept search-engine as arg.
6775         (nnir-run-query): Pass search-engine as arg.
6776         (nnir-search-engine): Remove.
6777
6778 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779
6780         * shr.el (shr-generic): The text nodes should be text, not :text.
6781
6782         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6783         later in the file.
6784
6785 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6786
6787         * nnir.el: General clean up.  Allow searching with multiple engines.
6788         Allow separate extra-parameters for each engine.
6789         Batch queries when possible.
6790         (nnir-imap-default-search-key,nnir-method-default-engines):
6791         Add customize interface.
6792         (nnir-run-gmane): New engine.
6793         (nnir-engines): Use it.  Qualify all prompts with engine name.
6794         (nnir-search-engine): Remove global variable.
6795         (nnir-run-hyrex): Restore for now.
6796         (nnir-extra-parms,nnir-search-history): New variables.
6797         (gnus-group-make-nnir-group): Use them.
6798         (nnir-group-server): Remove in favor of gnus-group-server.
6799         (nnir-request-group): Avoid searching twice.
6800         (nnir-sort-groups-by-server): New function.
6801
6802 2010-10-30  Julien Danjou  <julien@danjou.info>
6803
6804         * gnus-group.el: Remove gnus-group-fetch-control.
6805
6806         * gnus-start.el (gnus-find-new-newsgroups):
6807         Remove gnus-check-first-time-used.
6808
6809         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6810
6811 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6812
6813         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6814         set on groups that don't have \* permanentflags.
6815
6816 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6817
6818         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6819         control the background color.
6820         (shr-tag-img): Ignore very small web bug type images.
6821         (shr-put-image): Add help-echo alt texts to the images.
6822         (shr-tag-video): Show the video poster image.
6823
6824 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * shr.el (shr-table-depth): New variable.
6827         (shr-tag-table-1): Only insert the images after the top-level table.
6828
6829         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6830
6831         * gnus-util.el (gnus-list-memq-of-list): New function.
6832
6833         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6834         selected.
6835         (nnimap-unsplittable-articles): New slot.
6836         (nnimap-new-articles): Use it.
6837
6838 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6839
6840         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6841         move to the previous line on `M-g'.
6842
6843 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844
6845         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6846         *-request-group, which seems unnecessary.
6847
6848         * nnimap.el (nnimap-quote-specials): Function copied over from
6849         imap.el.
6850         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6851         they support that.  Suggested by Tom Regner.
6852
6853 2010-10-29  Julien Danjou  <julien@danjou.info>
6854
6855         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6856         defalias.
6857         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6858
6859         * gnus.el: Remove `gnus-nntp-service' variable.
6860         (gnus-secondary-servers): Make obsolete.
6861         (gnus-nntp-server): Make obsolete.
6862
6863         * gnus-start.el (gnus-1): Remove x-splash calls.
6864
6865         * gnus-ems.el (gnus-x-splash): Remove.
6866
6867         * gnus.el (gnus-group-startup-message): Simplify/update code.
6868
6869         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6870         definition.
6871
6872         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6873         capability before doing anything.
6874         (gnus-group-insert-group-line): Remove useless
6875         gnus-group-remove-excess-properties.
6876
6877 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6880
6881 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6882
6883         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6884         config after reselecting.
6885
6886 2010-10-28  Julien Danjou  <julien@danjou.info>
6887
6888         * shr.el (shr-put-image): Use point even if only inserting text.
6889         (shr-put-image): Save excursion when inserting alt text on non-graphic
6890         display, so the behavior is the same when we are on a graphic display.
6891
6892         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6893
6894 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6897         (gnus-mime-copy-part): Check coding system, not charset.
6898         (gnus-mime-view-part-externally): Never remove part.
6899         (gnus-mime-view-part-internally): Don't remove part here.
6900         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6901         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6902         multipart/alternative.
6903
6904         * mm-decode.el (mm-display-part): Take optional arg `force'.
6905
6906 2010-10-26  Julien Danjou  <julien@danjou.info>
6907
6908         * gnus-group.el (gnus-group-default-list-level): Add this function to
6909         compute the default list level.
6910         (gnus-group-default-list-level): Add possibility to use a function.
6911
6912 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6915
6916         * gnus-group.el (gnus-group-completing-read)
6917         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6918         gnus-replace-in-string.
6919
6920 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * shr.el (shr-tag-div): Add.
6923
6924         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6925
6926 2010-10-25  Julien Danjou  <julien@danjou.info>
6927
6928         * gnus-util.el: Remove `gnus-with-local-quit'.
6929
6930         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6931
6932 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933
6934         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6935         the original article buffer.
6936
6937 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938
6939         * nnimap.el (nnimap-request-head): New function.
6940         (nnimap-request-move-article): Try to be slightly faster by not
6941         requesting the entire message when moving.
6942         (nnimap-transform-headers): Don't bug out on bodiless articles.
6943         (nnimap-send-command): Have no outstanding messages if the IMAP server
6944         doesn't support streaming.
6945         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6946
6947 2010-10-24  Julien Danjou  <julien@danjou.info>
6948
6949         * message.el (message-default-headers): Fix type.
6950
6951 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6952
6953         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6954         prefetching images.
6955
6956         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6957         backend for unknown groups.  This is mainly useful for nnimap groups.
6958
6959         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6960         group isn't covered by the agent.
6961
6962 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6963
6964         * nnir.el (nnir-method-default-engines): New variable.
6965         (nnir-run-query): Use it.
6966         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6967         (gnus-summary-nnir-goto-thread): Change group if needed.
6968
6969         * gnus-group.el (gnus-group-group-map): Add key binding for
6970         gnus-group-make-nnir-group.
6971
6972 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6973
6974         * shr.el (shr-tag-object): Add.
6975
6976         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6977         original article buffer live.
6978         (gnus-summary-select-article-buffer):
6979         Mention gnus-widen-article-buffer.
6980
6981 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6982
6983         * shr.el (shr-tag-strong): Add.
6984
6985 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6986
6987         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6988         group names.  They mess up the group buffer badly.
6989
6990         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6991
6992         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6993         instead of the summary one.
6994
6995 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * mml.el (mml-preview): Work properly when editing article.
6998
6999         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7000         gnus-have-read-active-file if it's already been in.
7001
7002 2010-10-22  Tom Tromey  <tromey@redhat.com>
7003
7004         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7005         gnus-group-completing-read.
7006
7007 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7008
7009         * message.el (message-mode-map): Don't bind M-; to comment region, to
7010         allow the global comment-dwim to work.
7011
7012 2010-10-21  Julien Danjou  <julien@danjou.info>
7013
7014         * message.el (message-setup-1): Allow message-default-headers to be a
7015         function.
7016
7017 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * shr.el (shr-tag-table): Simplify.
7020
7021 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7024         to avoid trying to snarf invalid stuff.
7025
7026         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7027
7028         * gnus.el (gnus-message-archive-group): Quote value.
7029         (gnus-message-archive-group): Mark as changed.
7030
7031         * shr.el (shr-add-font): Don't put the font properties on the newline
7032         or the indentation.
7033
7034         * message.el (message-fix-before-sending): Change options when sending
7035         non-printable characters.
7036
7037         * gnus.el (gnus-message-archive-method): Change the default to
7038         monthly outgoing groups.
7039
7040         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7041         that have gotten new numbers.
7042
7043         * nnimap.el (nnimap-request-replace-article): New function.
7044
7045 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7048         (nnrss-request-article): Don't use special html washing code.
7049
7050 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * shr.el (shr-tag-table): Remove useless nconc.
7053
7054 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7055
7056         * gnus-art.el (article-wash-html): Simplify and remove the charset
7057         stuff.  Use the normal html rendering code instead of the special html
7058         washing code.
7059
7060         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7061         `gnus-w3m' symbols.
7062         (mm-text-html-washer-alist): Remove.
7063
7064         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7065         (mm-inline-media-tests): Remove use.
7066         (mm-text-html-renderer): Change default to the `shr' symbol.
7067
7068         * mm-view.el (mm-inline-text-html): Remove use.
7069
7070         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7071         `gnus-blocked-images' to be a function.
7072         (gnus-article-wash-function): Remove.
7073
7074 2010-10-20  Julien Danjou  <julien@danjou.info>
7075
7076         * spam.el (spam-list-of-processors): Mark as obsolete.
7077
7078         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7079         (nnimap-insert-partial-structure): Fix boundary detection.
7080
7081 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7082
7083         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7084         run file-truename on remote files.  This can be expensive and even
7085         prevent one from editing drafts if some unrelated buffer has a stale
7086         connection.
7087
7088 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7091         kinsoku-eol regardless of shr-kinsoku-shorten.
7092         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7093         (shr-tag-table): Support caption, thead, and tfoot.
7094
7095 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7096
7097         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7098         lines.
7099         (shr-save-contents): New command and keystroke.
7100
7101         * nndoc.el (nndoc-type-alist): Add git support.
7102         (nndoc-git-type-p): New function.
7103         (nndoc-transform-git-article): Ditto.
7104         (nndoc-transform-git-headers): Ditto.
7105         (nndoc-transform-git-headers): Generate Subject headers.
7106
7107         * shr.el (shr-parse-style): New function.
7108         (shr-tag-span): Ditto.
7109
7110         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7111         to `G G' to avoid collisions.
7112
7113 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * shr.el: Load kinsoku if necessary.
7116         (shr-kinsoku-shorten): New internal variable.
7117         (shr-find-fill-point): Make kinsoku shorten text line if
7118         shr-kinsoku-shorten is bound to non-nil.
7119         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7120         shr-indentation too when testing if table is wider than frame width.
7121         (shr-insert-table): Use `string-width' instead of `length' to measure
7122         text width.
7123         (shr-insert-table-ruler): Make sure indentation is done at bol.
7124
7125 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7126
7127         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7128         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7129         undecoded network data.
7130
7131 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7132
7133         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7134         name in the mode line spec so that the mode line menu works
7135         (bug #2431).
7136
7137         * message.el (message-get-reply-headers): If we're fed `to-address',
7138         then always use that.
7139
7140         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7141         aren't so wide as to need to switch off the edit menu.
7142
7143         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7144         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7145
7146         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7147         `M-g'.
7148         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7149         the permanent marks.
7150
7151 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7152
7153         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7154         Splitting according to references/in-reply-to obeys the ignore-groups
7155         variable, while splitting by sender and subject do not.
7156
7157 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7158
7159         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7160         alist, so that we can look for non-Unicode chars.
7161         (article-translate-strings): Allow both character and string maps.
7162
7163 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * shr.el (shr-insert): Don't insert space behind a wide character
7166         categorized as kinsoku-bol, or between characters both categorized as
7167         nospace.
7168
7169 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7170
7171         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7172         headers to gnus-newsgroup-headers.
7173
7174 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7175
7176         * shr.el (shr-tag-img): Don't align images -- since we're not
7177         rescaling, this often leads to ugly displays.
7178
7179 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7180
7181         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7182         duplicates.
7183
7184 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7185
7186         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7187         call.
7188
7189 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7190
7191         * gnus.el: Autoload gnus-html-show-images.
7192
7193         * nnimap.el: Use nnheader-message throughout.
7194
7195         * shr.el (shr-tag-img): Ignore images with no data.
7196
7197 2010-10-15  Julien Danjou  <julien@danjou.info>
7198
7199         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7200         a possibility to disable format=flow encoding when using hard newlines.
7201
7202 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * shr.el (shr-insert): Remove space inserted before or after a
7205         breakable character or at the beginning or the end of a line.
7206         (shr-find-fill-point): Do kinsoku; find the second best point or give
7207         it up if there's no breakable point.
7208
7209 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7210
7211         * nnimap.el (nnimap-open-connection): Message when opening connection
7212         for debugging purposes.
7213
7214         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7215         on every setup buffer call to allow this to change from article to
7216         article.
7217
7218         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7219         buffers where we have a wide table.
7220
7221 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7222
7223         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7224         uses *-request-thread.
7225
7226 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7227
7228         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7229         incantation, which is no longer valid.
7230
7231 2010-10-14  Julien Danjou  <julien@danjou.info>
7232
7233         * shr.el: Fix defcustom type (char -> character).
7234
7235 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7236
7237         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7238         programs.
7239
7240 2010-10-14  Julien Danjou  <julien@danjou.info>
7241
7242         * shr.el (shr-tag-a): Use url-link as widget type.
7243
7244         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7245         `gnus-group-get-icon'.
7246
7247 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7248
7249         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7250         This should make server editing work better.
7251
7252         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7253
7254         * tls.el (tls-program): Remove spurious %s from openssl.
7255
7256         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7257         (nnimap-parse-flags): Fix regexp.
7258
7259         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7260         probably work for CJVK text, too.
7261
7262         * nnimap.el (nnimap-extend-tls-programs): Remove.
7263         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7264
7265         * tls.el (tls-starttls-switches): Remove starttls hack.
7266         (open-tls-stream): Ditto.
7267         (tls-find-starttls-argument): Ditto.
7268
7269 2010-10-13  Julien Danjou  <julien@danjou.info>
7270
7271         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7272         responses.
7273
7274 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7275
7276         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7277
7278         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7279         anything in Emacs.
7280
7281         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7282
7283 2010-10-13  Julien Danjou  <julien@danjou.info>
7284
7285         * shr.el (shr-width): Make shr-width a defcustom with default to
7286         fill-column.
7287         (shr-tag-img): Use shr-width rather than fill-column.
7288
7289 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * dgnushack.el (byte-optimize-apply):
7292         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7293
7294         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7295         position when (X-)Faces exist.
7296         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7297         avatars when called interactively.
7298
7299 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7302         gnus-article-x-face-too-ugly is bound.
7303
7304 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7305
7306         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7307
7308         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7309         mailbox that doesn't exist.
7310
7311 2010-10-12  Julien Danjou  <julien@danjou.info>
7312
7313         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7314         (shr-get-image-data): Encode URL properly when fetching from cache.
7315         (shr-tag-img): Use aligned-to spaces to align correctly images.
7316
7317         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7318         before inserting the Gravatar.
7319
7320         * shr.el (shr-tag-img): Add align attribute support for <img>.
7321
7322 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7323
7324         * gnus-gravatar.el (gnus-art): Require.
7325
7326         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7327         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7328         Remove long obsoleted functions.
7329
7330 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7333
7334         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7335
7336         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7337         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7338         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7339         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7340         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7341         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7342         * sieve-manage.el, smime.el, spam.el:
7343         Fix comment for declare-function.
7344
7345 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7346
7347         * nnimap.el (nnimap-request-rename-group): Select group read-only
7348         before renaming it.
7349
7350         * shr.el (shr-insert): Fix up the white space only regexp.
7351
7352         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7353         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7354
7355         * shr.el (shr-current-column): New function.
7356         (shr-find-fill-point): New function.
7357
7358 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7359
7360         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7361         numbers.
7362
7363 2010-10-11  Julien Danjou  <julien@danjou.info>
7364
7365         * shr.el (shr-hr-line): Add.
7366         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7367         display hr lines.
7368         (shr-max-columns): Do not change state to nil if we just inserting
7369         spaces.
7370
7371 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7372
7373         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7374         select the last group.
7375
7376 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7377
7378         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7379
7380 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7381
7382         * dig.el (dig-mode-map): Declare and define in one step.
7383
7384 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7387         for Gnus.
7388         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7389         (nnimap-update-qresync-info): Mark \Seen articles as read.
7390
7391         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7392         non-variable, too.
7393
7394         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7395         available.
7396         (nnimap-update-info): Rely more on the current active than the param
7397         active to avoid marking articles as read too much.
7398
7399         * auth-source.el (auth-source-create): Use (user-login-name) for the
7400         user name default.
7401
7402         * nnimap.el (nnimap-update-info): If the server doesn't return any
7403         useful info, just use the previous info.
7404         (nnimap-update-info): Prefer old info over start-article.
7405         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7406
7407 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7408
7409         * nnir.el (autoload): Clean up autoloads.
7410         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7411         Use key rather than value.
7412         (nnir-imap-search-other): New variable.
7413         (nnir-read-parm): Use it.
7414         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7415         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7416
7417 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7418
7419         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7420         the process, too.
7421
7422 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7423
7424         * spam.el (gnus-summary-mode-map): Bind to "$".
7425         Suggested by Russ Allbery.
7426
7427         * shr.el: Rework the way things are indented by <li> slightly.
7428
7429         * gnus.el (gnus-group-set-parameter): Fix typo.
7430
7431         * nnimap.el: Start implementing QRESYNC support.
7432
7433 2010-10-09  Julien Danjou  <julien@danjou.info>
7434
7435         * nnir.el (nnir-engines): Fix too many arguments.
7436
7437 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7440         group is the "last", so that the backends like nnfolder actually save
7441         their folders.
7442
7443         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7444         try to use that for the tls stream.
7445         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7446         UIDVALIDITY and find out which groups are read-only and not.
7447         (nnimap-get-flags): Use the same marks parsing code as the rest of
7448         nnimap.
7449
7450 2010-10-09  Julien Danjou  <julien@danjou.info>
7451
7452         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7453
7454         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7455         retrieving gravatars.
7456
7457         * shr.el (shr-table-corner): Add.
7458         (shr-table-line): Add.
7459         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7460
7461 2010-10-08  Julien Danjou  <julien@danjou.info>
7462
7463         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7464
7465 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7466
7467         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7468
7469         * gnus-sum.el (gnus-mark-article-as-unread)
7470         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7471         (gnus-summary-set-bookmark): Use it.
7472
7473         * gnus-msg.el (gnus-setup-message): Use it.
7474
7475         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7476
7477         * gnus.el (gnus-group-remove-parameter): Use it.
7478
7479         * gnus-group.el (gnus-group-make-web-group): Use it.
7480
7481         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7482
7483         * nnregistry.el: Update docs to mention manual.
7484
7485         * gnus-registry.el: Update docs to mention nnregistry.el.
7486         (gnus-registry-initialize): Don't install nnregistry refer method
7487         automatically.
7488         (gnus-registry-install-nnregistry): Remove it.
7489
7490 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * shr.el (shr-insert): Don't insert double spaces.
7493
7494 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-gravatar.el (gnus-treat-from-gravatar)
7497         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7498         called interactively.
7499
7500         * gnus-art.el (gnus-mime-view-part-externally)
7501         (gnus-mime-view-part-internally): Make predicate function passed to
7502         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7503         of a mime type.
7504
7505         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7506
7507 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508
7509         * shr.el (require): Require cl when compiling.
7510         (shr-tag-hr): New function.
7511
7512         * nnimap.el (nnimap-update-info): Remove double setting of high.
7513         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7514         This makes nnimap work properly on Courier again.
7515
7516         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7517         the variable for backwards compatibility.
7518
7519         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7520         the file name before using to avoid setting mm-default-directory to
7521         nil.
7522
7523         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7524         bidning gnus-agent variables.
7525
7526         * shr.el (shr-render-td): Use a cache for the table rendering function
7527         to avoid getting an exponential rendering behavior in nested tables.
7528         (shr-insert): Rework the line-breaking algorithm.
7529         (shr-insert): Don't leave trailing spaces.
7530         (shr-insert-table): Also insert empty TDs.
7531         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7532
7533 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7534
7535         * gnus-sum.el (gnus-number): Rename from `number'.
7536         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7537         (gnus-summary-limit-children): Update uses correspondingly.
7538
7539 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7542         (gnus-gravatar-transform-address): Don't show avatars of people of
7543         which mail addresses match gnus-gravatar-too-ugly.
7544
7545 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7546
7547         * shr.el (shr-table-widths): Expand TD elements to fill available
7548         space.
7549
7550 2010-10-07  Julien Danjou  <julien@danjou.info>
7551
7552         * nnimap.el (nnimap-request-rename-group): Add this method.
7553
7554 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7557         name from XEmacs' function-arglist.
7558
7559         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7560         gravatar under XEmacs.
7561
7562 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7563
7564         * auth-source.el: Update docs with TODO items.
7565
7566         * gnus-sync.el: Update docs to explain state and plans.
7567
7568         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7569         Hooks for mark updates.
7570         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7571
7572         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7573         hooks with arguments, which is needed for mark update hooks.
7574
7575 2010-10-06  Julien Danjou  <julien@danjou.info>
7576
7577         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7578         was matched.
7579
7580         * sieve-manage.el: Update example in `Commentary'.
7581
7582         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7583
7584         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7585         not 2000.
7586         (sieve-manage-authenticate): Re-add function.
7587
7588 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589
7590         * shr.el (shr-insert): Get 'space transition right.
7591         (shr-render-td): Only delete space at the end of the TD.
7592
7593         * nnimap.el (nnimap-open-connection): Prepare to support
7594         open-gnutls-stream.
7595
7596         * shr.el: Rearrange function order to be more logical.
7597
7598 2010-10-06  Julien Danjou  <julien@danjou.info>
7599
7600         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7601         (nnrss-discover-feed): Remove 404 URL in docstring.
7602
7603         * nnir.el: Fix Swish-E URL.
7604         Fix Namazu URL.
7605
7606         * message.el (message-change-subject): Remove 404 URL in a comment.
7607
7608 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7611         called interactively.
7612
7613         * gnus-util.el (gnus-remove-if): Allow hash table.
7614         (gnus-remove-if-not): New function.
7615
7616         * gnus-art.el (gnus-mime-view-part-as-type):
7617         * gnus-score.el (gnus-summary-score-effect):
7618         * gnus-sum.el (gnus-read-move-group-name):
7619         Replace remove-if-not with gnus-remove-if-not.
7620
7621         * gnus-group.el (gnus-group-completing-read):
7622         Regard collection as a hash table if it is not a list.
7623
7624 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7625
7626         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7627
7628         * shr.el: Document the table-rendering algorithm.
7629
7630 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7633         for Emacsen having no `libxml-parse-html-region' support.
7634
7635 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7636
7637         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7638         invalid URLs.
7639
7640         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7641         line-broken.
7642         (shr-tag-img): Ignore image fetching errors.
7643         (shr-overlays-in-region): Compute overlay positions correctly.
7644
7645         * mm-decode.el (mm-shr): Require shr.
7646
7647         * gnus-art.el (gnus-blocked-images): Move variable here.
7648
7649         * shr.el (shr-insert-table): Bind free variable.
7650
7651         * mm-decode.el (mm-shr): Bind shr-content-function.
7652
7653         * shr.el (shr-content-function): New variable.
7654
7655         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7656         added for symmetry.
7657
7658         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7659
7660         * gnus-group.el (gnus-group-make-group): Doc fix.
7661
7662         * nnimap.el (nnimap-request-newgroups): Return success.
7663
7664         * shr.el (shr-find-elements): New function.
7665         (shr-tag-table): Put all the images after the table.
7666         (shr-tag-table): Really inhibit images inside the table.
7667         (shr-collect-overlays): Copy over overlays from the TD elements to the
7668         main document.
7669
7670         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7671         gnus-blocked-images.
7672
7673 2010-10-05  Julien Danjou  <julien@danjou.info>
7674
7675         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7676
7677         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7678         (gnus-html-maximum-image-size): Add this function.
7679         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7680
7681         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7682         server-value of the capability is nil.
7683
7684 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7685
7686         * shr.el (shr-tag-em): Add <EM> tag.
7687
7688 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7689
7690         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7691         customizable.
7692
7693         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7694         handing broken links to browse-url.
7695
7696 2010-10-05  Julien Danjou  <julien@danjou.info>
7697
7698         * gnus-util.el (gnus-emacs-completing-read)
7699         (gnus-iswitchb-completing-read): Use autoload rather than require.
7700
7701 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7704         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7705         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7706         iswitchb-temp-buflist for XEmacs.
7707
7708         * gnus-util.el (gnus-completing-read-function): Exclude
7709         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7710         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7711         XEmacs.
7712
7713         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7714         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7715
7716         * gnus-html.el: Don't require help-fns under XEmacs.
7717         (gnus-html-schedule-image-fetching): Work for XEmacs.
7718
7719         * mm-decode.el (mm-shr): Decode contents by charset.
7720
7721 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7722
7723         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7724         unknown.
7725
7726         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7727         (shr-get-image-data): Ensure against the cache file missing.
7728
7729         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7730         for data.
7731
7732         * spam-report.el (spam-report-url-ping-plain): Don't query about
7733         killing the process.
7734
7735         * shr.el (shr-render-td): Protect against too-wide text.
7736
7737 2010-10-04  Julien Danjou  <julien@danjou.info>
7738
7739         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7740         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7741
7742         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7743         retrieved.
7744
7745 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746
7747         * shr.el (browse-url): Require.
7748         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7749         lines.
7750         (shr-show-alt-text, shr-browse-image): New commands.
7751         (shr-browse-url, shr-copy-url): New commands.
7752
7753         * gnus-sum.el (gnus-widen-article-window): New variable.
7754         (gnus-summary-select-article-buffer): Use it.
7755
7756         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7757         without @ signs.
7758
7759 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7760
7761         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7762
7763 2010-10-04  Julien Danjou  <julien@danjou.info>
7764
7765         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7766         for XEmacs.
7767
7768 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7769
7770         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7771
7772         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7773         (nnimap-close-server): Implement.
7774
7775         * dgnushack.el (iswitchb): Require to shut up the compiler.
7776
7777         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7778         (shr-insert): Tweak line breaking.
7779         (shr-insert): Handle <pre> better.
7780         (shr-tag-li): Get <li> indentation right.
7781         (shr-tag-li): Get <li> indentation even righter.
7782         (shr-tag-blockquote): Ensure paragraph start.
7783         (shr-make-table): Tweak table generation.
7784         (shr-make-table): Fix typo.
7785
7786         * shr.el: Implement table rendering.
7787
7788 2010-10-04  Julien Danjou  <julien@danjou.info>
7789
7790         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7791
7792 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793
7794         * shr.el (shr-insert): Use string anchors instead of line anchors.
7795
7796 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7797
7798         * shr.el: Add headings.
7799         (shr-ensure-paragraph): Actually work.
7800         (shr-tag-li): Make <ul> prettier.
7801         (shr-insert): Get white space at the beginning/end of elements right.
7802         (shr-tag-p): Collapse subsequent <p>s.
7803         (shr-ensure-paragraph): Don't insert double line feeds after blank
7804         lines.
7805         (shr-insert): \t is also space.
7806         (shr-tag-s): Fix "s" tag name function.
7807         (shr-tag-s): Fix face prop name.
7808
7809 2010-10-03  Julien Danjou  <julien@danjou.info>
7810
7811         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7812
7813         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7814         gnus-window-inside-pixel-edges.
7815
7816         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7817         gnus-ems.
7818
7819         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7820
7821         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7822         function.
7823
7824         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7825         resize choice.
7826
7827 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7828
7829         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7830         beginning of the buffer.
7831
7832         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7833         article buffer again.
7834
7835         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7836
7837         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7838         when it's at the start of the buffer.
7839
7840         * shr.el (shr-tag-blockquote): Convert name.
7841         (shr-rescale-image): Use the right image-size variant.
7842
7843         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7844         buffer isn't shown, then select the current article first instead of
7845         bugging out.
7846         (gnus-summary-select-article-buffer): Show both the article and summary
7847         buffers again.
7848
7849         * shr.el (shr-fontize-cont): Protect against regions with no text.
7850         Rename tag functions to shr-tag-* for enhanced security.
7851         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7852
7853 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7854
7855         * shr.el (shr-insert):
7856         * pop3.el (pop3-movemail):
7857         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7858         loaded.
7859
7860 2010-10-03  Glenn Morris  <rgm@gnu.org>
7861
7862         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7863
7864         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7865
7866         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7867
7868         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7869
7870         * gnus-util.el (gnus-make-local-hook): Simplify.
7871
7872 2010-10-02  Julien Danjou  <julien@danjou.info>
7873
7874         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7875         (gnus-ido-completing-read): New function.
7876         (gnus-emacs-completing-read): New function.
7877         (gnus-completing-read): Use gnus-completing-read-function.
7878         Add gnus-completing-read-function.
7879
7880 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * shr.el (shr-insert-document): Autoload.
7883         (shr-img): Be silent.
7884         (shr-insert): Add a newline after every picture before text.
7885         (shr-add-font): Use overlays for combining faces.
7886         (shr-insert): Pass upwards the text start point.
7887
7888         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7889         possible.
7890         (mm-shr): New function.
7891
7892 2010-10-02  Julien Danjou  <julien@danjou.info>
7893
7894         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7895         should go backward.
7896
7897 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7898
7899         * shr.el (shr): Fix typo in provide call.
7900
7901 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902
7903         * shr.el: New file.
7904
7905         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7906
7907         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7908         completing read.
7909
7910 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7911
7912         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7913         we're being queried about.  Suggested by Dan Jacobson.
7914
7915         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7916         Suggested by Jason Eisner.
7917
7918         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7919         table, too.  Suggested by Stefan Wiens.
7920         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7921         the table unnecessary.  Suggested by Stefan Wiens.
7922
7923         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7924         longer needed, and probably doesn't work either, as pointed out by
7925         Stefan Wiens.
7926         (gnus-summary-exit): Remove call to the clearing function.
7927         (gnus-summary-exit-no-update): Ditto.
7928
7929         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7930         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7931         Reported by Stefan Monnier.
7932         (gnus-summary-save-in-rmail): Ditto.
7933
7934         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7935         article buffer, instead of both the article buffer and the summary
7936         buffer.  Sort of suggested by Dan Jacobson.
7937
7938         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7939
7940         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7941         Suggested by Dan Jacobson.
7942
7943         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7944         documentation clearer.
7945
7946         * message.el (message-shorten-references): Comment on the number "21".
7947         Suggested by Stefan Monnier.
7948
7949         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7950         Suggested by Dan Jacobson.
7951
7952         * gnus.el (gnus-large-newsgroup):
7953         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7954
7955         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7956         externalize attachments.  Bug reported by Steve Wen.
7957
7958         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7959         really message anything to the user.
7960
7961         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7962         directly.
7963
7964         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7965         messages in empty groups.
7966
7967 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7968
7969         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7970         non-UIDNEXT group.
7971
7972 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7973
7974         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7975         not the value from the collection.
7976
7977         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7978         values.  This sometimes happens on some groups that have no info.
7979         (nnimap-request-newgroups): New function.
7980
7981 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7982
7983         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7984         check into `gnus-registry-initialize'.
7985         (gnus-registry-initialize): Ditto.
7986         Fix and extend header docs.
7987
7988 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7989
7990         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7991         regexp backtrace overflows.
7992
7993         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7994         for starttls that tls.el implements; i.e. openssl.
7995
7996         * tls.el (tls-starttls-switches): Give up on using starttls with
7997         gnutls-cli.
7998         (tls-program): Add --insecure to be consistent with the defaults from
7999         openssl s_client.  Now all three commands are insecure.
8000
8001 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * lpath.el: Bind completion-styles-alist for XEmacs.
8004
8005         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8006         (gravatar-create-image): New function that's an alias to
8007         gnus-xmas-create-image, gnus-create-image, or create-image.
8008         (gravatar-data->image): Use it.
8009
8010 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8011
8012         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8013         install the nnregistry refer method.
8014         (gnus-registry-install-hooks): Use it.
8015         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8016         unfollowed groups.
8017
8018 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8019
8020         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8021         expanding threads.
8022
8023 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8024
8025         * nnir.el: Use the server names without suffixes (bug #7009).
8026
8027         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8028         unencrypted to STARTTLS, if possible.
8029
8030 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8031
8032         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8033         headers before superseding.
8034
8035 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8036
8037         * nnrss.el (nnrss-use-local): Add documentation.
8038
8039         * nnimap.el (nnimap-extend-tls-programs): New function.
8040         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8041         (nnimap-wait-for-connection): Accept the greeting from the stupid
8042         output from openssl s_client -starttls, too.
8043
8044         * tls.el (tls-starttls-switches): New variable.
8045         (tls-find-starttls-argument): Use it.
8046         (open-tls-stream): Ditto.
8047
8048         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8049         (netrc-machine): Ditto.
8050
8051         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8052         article number.
8053         (nnimap-split-fancy): New variable.
8054         (nnimap-split-incoming-mail): Use it.
8055
8056         * nntp.el (nntp-server-list-active-group): Document.
8057
8058         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8059         SELECT to get the message-id.
8060
8061         * mail-source.el (mail-sources): Remove webmail support.
8062         (defvar): Ditto.
8063         (mail-source-fetcher-alist): Ditto.
8064         (mail-source-fetch-webmail): Remove.
8065
8066         * webmail.el: Remove -- doesn't seem relevant any more.
8067
8068         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8069
8070         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8071         the \r.
8072
8073 2010-09-30  Julien Danjou  <julien@danjou.info>
8074
8075         * gnus-agent.el (gnus-agent-add-group): Fix call to
8076         gnus-completing-read.
8077
8078 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8079
8080         * nndoc.el (nndoc-retrieve-groups): New function.
8081
8082         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8083         `default', use nnmail-split-methods.
8084         (nnimap-request-article): Downcase the NILs so that they are nil.
8085
8086         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8087         symbol.
8088
8089         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8090         code, since if the user has requested network, that's what they ought
8091         to get.
8092         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8093         (nnimap-split-rule): Mark as obsolete.
8094
8095         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8096         New variable.
8097
8098         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8099         correct slot, too.
8100
8101 2010-09-29  Julien Danjou  <julien@danjou.info>
8102
8103         * gnus.el (gnus-local-domain): Declare variable obsolete.
8104
8105         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8106         Fix history computing.
8107         (gnus-ido-completing-read): Require ido.
8108
8109 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8110
8111         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8112         build Gnus.
8113
8114         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8115         when interpreting the structures.
8116         (nnimap-request-accept-article): Add \r\n to the lines to make this
8117         work with Cyrus.
8118
8119         * nndraft.el (nndraft-request-expire-articles): Use the group name
8120         instead if "nndraft".  Fix found by Nils Ackermann.
8121
8122 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8123
8124         * nnregistry.el: Add.
8125
8126 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8127
8128         * nnmail.el (group, group-art-list, group-art):
8129         Remove unneeded directives.
8130
8131 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8134         (mm-mime-charset):
8135         * rfc2047.el (rfc2047-syntax-table):
8136         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8137
8138         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8139         rather than `insert-file-contents' and `eval-region'.
8140
8141         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8142         construction.
8143
8144         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8145
8146         * time-date.el: No need to require cl for Emacs 21.
8147
8148 2010-09-29  Julien Danjou  <julien@danjou.info>
8149
8150         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8151         replacement of `gnus-gravatar-relief' to mimic
8152         `gnus-faces-properties-alist'.
8153         Add :version property.
8154
8155 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * mail-source.el (mail-source-report-new-mail):
8158         * message.el (message-default-mail-headers):
8159         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8160
8161         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8162
8163 2010-09-28  Julien Danjou  <julien@danjou.info>
8164
8165         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8166         mail-address contains the same string as real-name.
8167
8168         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8169         non-blank in header, otherwise it'll get stripped.
8170
8171         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8172         real-name, and then for mail address rather than doing : or , search.
8173
8174 2010-09-27  Julien Danjou  <julien@danjou.info>
8175
8176         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8177         right completing-read function.
8178         (gnus-use-ido): New variable
8179         (gnus-completing-read-with-default): Remove.
8180         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8181         (gnus-agent-add-group):
8182         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8183         * mm-view.el (mm-view-pkcs7-decrypt):
8184         * mm-util.el (mm-codepage-setup):
8185         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8186         * mml-smime.el (mml-smime-openssl-sign-query):
8187         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8188         (mml-insert-multipart):
8189         * gnus-msg.el (gnus-summary-yank-message):
8190         * gnus-int.el (gnus-start-news-server):
8191         * mm-decode.el (mm-interactively-view-part):
8192         * gnus-dired.el (gnus-dired-attach):
8193         * gnus.el (gnus-read-method):
8194         * gnus-bookmark.el (gnus-bookmark-jump):
8195         * gnus-art.el (gnus-mime-view-part-as-type)
8196         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8197         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8198         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8199         * nnmairix.el (nnmairix-create-server-and-default-group)
8200         (nnmairix-update-groups, nnmairix-get-server)
8201         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8202         (nnmairix-get-group-from-file-path):
8203         * nnrss.el (nnrss-find-rss-via-syndic8):
8204         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8205         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8206         (gnus-group-browse-foreign-server):
8207         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8208         (gnus-summary-execute-command, gnus-summary-respool-article)
8209         (gnus-read-move-group-name):
8210         * gnus-score.el (gnus-summary-increase-score)
8211         (gnus-summary-score-effect):
8212         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8213
8214 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8217         x-focus-frame.
8218
8219         * nnimap.el (auth-source-forget-user-or-password)
8220         (auth-source-user-or-password): Autoload.
8221
8222         * message.el (message-from-style, message-interactive)
8223         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8224         (message-yank-prefix, message-indentation-spaces, message-signature)
8225         (message-signature-file): Add comment.
8226
8227 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8230         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8231         new articles.
8232
8233         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8234         parts.
8235         (nnimap-request-article): Work with the t setting, too.
8236
8237         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8238         that you don't get flashes of other buffers.
8239         (gnus-summary-show-complete-article): Intern before setting.
8240
8241 2010-09-27  David Engster  <dengste@eml.cc>
8242
8243         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8244         well as HEADERS.
8245         (nnmairix-retrieve-headers): Provide new argument for the above.
8246
8247 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8248
8249         * gnus-sum.el (gnus-summary-move-article): Don't alter
8250         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8251         group.
8252
8253         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8254
8255         * message.el (message-cite-prefix-regexp): Revert my last edit.
8256
8257         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8258         variable instead of the Gnus variable.
8259
8260         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8261
8262         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8263
8264         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8265         since some servers don't like it.
8266         (nnimap-open-connection): Forget credentials if the server says the
8267         password was wrong.
8268         (nnimap-parse-line): Protect against invalid data.
8269
8270         * gnus-sum.el (gnus-summary-move-article): Add comment.
8271         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8272         nothing alters it while scanning for new messages.
8273
8274         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8275         which may or may not help.
8276         (nnimap-open-connection): If we're doing a stream connection, and then
8277         discover we're on a STARTTLS-capable server, then open a STARTTLS
8278         connection instead.
8279
8280 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * nnimap.el (utf7): Require.
8283
8284         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8285         prefix.
8286
8287 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8288
8289         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8290
8291 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8292
8293         * nnimap.el (nnimap-request-accept-article): Message the error on
8294         error.
8295
8296 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8299
8300 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8301
8302         * nndoc.el (nndoc-request-list): Return success always.
8303
8304         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8305         `fetch-old' -- we only want to fetch the articles we've requested.
8306         The rest are in the agent, probably.
8307         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8308         disappeared server" to something low.  It's not important.
8309
8310         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8311         arrived before the FETCH data.
8312
8313         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8314         target here, because we don't know the Gnus name of the group.
8315
8316         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8317         for the correct group.
8318
8319         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8320
8321         * gnus.el (gnus): Give a final warning after startup.
8322
8323         * gnus-util.el (gnus-action-message-log): New variable.
8324         (gnus-message): Use it.
8325         (gnus-final-warning): New function.
8326
8327         * nnimap.el (nnimap-open-connection): Record the greeting.
8328         (nnimap): Add greeting.
8329
8330 2010-09-26  Julien Danjou  <julien@danjou.info>
8331
8332         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8333         arguments.
8334         (gnus-html-wash-images): Fix spec computing to include start/end.
8335
8336         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8337
8338 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8339
8340         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8341         deletion.
8342         (nnimap-retrieve-headers): Don't select the group, because that's
8343         already done by nnimap-possibly-change-group.
8344
8345         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8346         (gnus-picon-transform-address): Use it.
8347
8348         * mail-source.el (mail-source-value): Revert previous patch.
8349
8350         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8351         on failure.
8352         (nnimap-open-connection): Look up both virtual and physical server name
8353         credentials.
8354
8355         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8356
8357 2009-02-07  Dave Love  <fx@gnu.org>
8358
8359         * tls.el (open-tls-stream): Don't query killing process.
8360
8361 2009-02-08  Dave Love  <fx@gnu.org>
8362
8363         * gnus-win.el (gnus-window-to-buffer-helper)
8364         (gnus-all-windows-visible-p): Function needn't be a symbol.
8365
8366         * mail-source.el (mail-source-value): Function needn't be a symbol.
8367
8368 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8369
8370         * message.el (message-cite-prefix-regexp): Remove } from the cite
8371         prefix.
8372
8373         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8374         highlight again, so that the highlight is correct.
8375
8376         * gnus-picon.el (gnus-picon): Remove again.
8377         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8378
8379         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8380         doing the header highlightling, so that the background color of the
8381         picon is correct.
8382
8383         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8384         (gnus-picon): Ditto.
8385         (gnus-picon): Reinstate.  The background color for picons is white.
8386         (gnus-picon-insert-glyph): Make the background white.
8387
8388         * nnml.el (nnml-open-nov): Don't return dead buffers.
8389
8390         * auth-source.el (auth-source-create): Query the user for whether to
8391         store the credentials.
8392
8393         * netrc.el (netrc-store-data): New function.
8394
8395         * auth-source.el (auth-source-user-or-password): Use the existing auth
8396         sources, if any, for creation.
8397
8398         * gnus.el (gnus-group-fast-parameter): Return the last matching
8399         parameter instead of the first matching parameter.
8400
8401 2010-09-26  Julien Danjou  <julien@danjou.info>
8402
8403         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8404
8405 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * mml2015.el (mml2015-use): Remove gpg support.
8408
8409         * mml1991.el (mml1991-function-alist): Remove gpg function.
8410         (mml1991-gpg-sign): Remove.
8411
8412 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8413
8414         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8415         (gnus-browse-unsubscribe-current-group): Document it.
8416         (gnus-browse-unsubscribe-group): Use it.
8417
8418 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8419
8420         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8421         address to the To list for easier response.
8422
8423         * gnus.el (gnus-play-startup-jingle): Remove.
8424         (gnus-splash): Don't play jingle.
8425         (gnus): Silence gnus-load message.
8426
8427         * gnus-art.el (gnus-treat-play-sounds): Remove.
8428
8429         * gnus.el (gnus-play-jingle): Remove audio support.
8430
8431         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8432
8433         * earcon.el: Remove -- no users.
8434
8435         * gnus-audio.el: Remove -- no users of this package.
8436
8437         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8438
8439         * gnus-start.el (gnus-setup-news): Remove nocem support.
8440
8441         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8442
8443         * gnus.el (gnus-use-nocem): Remove.
8444
8445         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8446         Remove.
8447
8448         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8449         uses NoCeM any more.
8450
8451         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8452         (gnus-button-ctan-handler): Ditto.
8453         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8454         (gnus-button-ctan-directory-regexp): Ditto.
8455         (gnus-button-handle-ctan): Ditto.
8456         (gnus-button-tex-level): Ditto.
8457         (gnus-button-alist): Remove CTAN stuff.
8458
8459 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8460
8461         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8462         nnimap-streaming test.
8463
8464         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8465         servers twice.
8466
8467         * nnimap.el (nnimap-open-connection): Add more error reporting when
8468         nnimap fails early.
8469
8470         * nnheader.el (nnheader-get-report-string): New function.
8471         (nnheader-get-report): Use it.
8472
8473         * gnus-int.el (gnus-check-server): Say what the error was when opening
8474         failed.
8475
8476         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8477         using streaming.
8478
8479 2010-09-25  Julien Danjou  <julien@danjou.info>
8480
8481         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8482         gnus-window-inside-pixel-edges.
8483
8484 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8485
8486         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8487
8488         * mm-decode.el (mm-save-part): Allow saving to other directories the
8489         normal Emacs way.
8490
8491         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8492         Suggested by Jay Berkenbilt.
8493
8494         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8495         there isn't a single byte.
8496
8497         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8498         just do it.  It doesn't really seem to matter what the user responds
8499         here, I think, so it's just a confusing question.
8500
8501         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8502         non-streaming case.
8503
8504         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8505         (gnus-article-encrypt-body): Use it.
8506
8507         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8508         keystroke.
8509
8510         * nnimap.el (nnimap-find-wanted-parts-1):
8511         Use gnus-fetch-partial-articles.
8512
8513         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8514
8515         * nnimap.el (nnimap-insert-partial-structure): New function.
8516         (nnimap-get-partial-article): New function.
8517         (nnimap-request-article): Use it.
8518         (nnimap-wait-for-response): Return whether the wait was successful.
8519         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8520         retrieval wasn't successful.
8521         (nnimap-retrieve-group-data-early): Allow throttling servers.
8522         (nnimap-streaming): New variable.
8523         (nnimap-fetch-partial-articles): Remove.
8524
8525         * mm-decode.el (mm-with-part): Protect against killed buffers.
8526
8527         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8528         for prettier summary display.
8529
8530 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8531
8532         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8533
8534 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535
8536         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8537         apparently third-party libraries depend on it.
8538
8539         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8540         before starting negotiation.
8541
8542         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8543         privacy reasons.
8544         (gnus-treat-mail-gravatar): Ditto.
8545
8546         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8547         buffer when inserting images.  Inserting text into the headers, for
8548         instance, can make them invalid.
8549
8550 2010-09-25  Julien Danjou  <julien@danjou.info>
8551
8552         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8553         variables.
8554
8555         * nnheader.el: Remove useless variables news-reply-yank-from and
8556         news-reply-yank-message-id.
8557
8558         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8559         variables.
8560
8561         * mml1991.el: Remove useless mml1991-verbose.
8562
8563         * gnus.el: Remove useless variable gnus-use-generic-from.
8564         Remove obsolete variable gnus-topic-indentation.
8565
8566         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8567
8568         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8569
8570         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8571
8572         * gnus-group.el: Remove useless gnus-group-icon-cache.
8573         Remove useless gnus-ephemeral-group-server.
8574
8575         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8576
8577         * mml2015.el: Remove useless mml2015-verbose.
8578
8579         * mml-smime.el: Remove useless mml-smime-verbose.
8580
8581         * gnus.el: Remove useless gnus-local-domain.
8582
8583         * gnus-gravatar.el (gnus-gravatar-transform-address):
8584         Use gnus-gravatar-size.
8585
8586         * gnus-art.el: Remove useless gnus-treat-translate.
8587
8588 2010-09-24  Julien Danjou  <julien@danjou.info>
8589
8590         * gnus-sum.el: Add support for Gravatars.
8591
8592         * gnus-art.el: Add support for Gravatars.
8593
8594         * gnus-gravatar.el: Add this file.
8595
8596         * gravatar.el: Add this file.
8597
8598 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8599
8600         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8601
8602         * gnus-group.el (gnus-group-fetch-faq): Remove.
8603
8604         * gnus.el (gnus-group-faq-directory): Remove.
8605
8606         * gnus-group.el (gnus-group-fetch-charter): Remove.
8607
8608         * gnus.el (gnus-group-charter-alist): Remove.
8609
8610         * gnus-group.el (gnus-group-archive-directory): Remove.
8611         (gnus-group-recent-archive-directory): Ditto.
8612         (gnus-group-make-archive-group): Remove.
8613
8614         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8615
8616         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8617         use the same article number for all the cached articles.
8618
8619         * nnimap.el (nnimap-command): Register the last command time so
8620         that we can use it for idling NOOPs.
8621         (nnimap-open-connection): Start the keeplive timer.
8622         (nnimap-make-process-buffer): Store all the process buffers.
8623         (nnimap-keepalive): New function.
8624
8625         * starttls.el (starttls-open-stream): Add autoload cookie.
8626
8627 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8628
8629         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8630         handling.
8631
8632 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8633
8634         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8635         its data structures.
8636
8637         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8638         instead of the cl.el copy-list.
8639         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8640         equalp.
8641
8642 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8645         and tool-bar-local-item-from-menu.
8646
8647         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8648         mode-line-highlight face for Emacs.
8649
8650         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8651         loading gnus-sum.elc; fix comment for canlock-verify.
8652         (gnus-article-jump-to-part): Use read-number.
8653         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8654         Remove Emacs pre-21 compatible code for help-echo.
8655         (gnus-article-next-page-1): No need to adjust the number of lines.
8656         (gnus-article-describe-bindings): Always use help-buffer.
8657
8658         * gnus-audio.el (gnus-audio-inline-sound):
8659         * gnus-cus.el (gnus-custom-mode):
8660         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8661
8662         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8663
8664         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8665         compatible code.
8666
8667 2010-09-24  Glenn Morris  <rgm@gnu.org>
8668
8669         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8670         visiting the fcc file in rmail-mode.
8671
8672         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8673
8674 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * nnir.el: Silence the byte compiler.
8677
8678         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8679         alias to browse-url-url-encode-chars if any.
8680         (gnus-html-encode-url): Use it.
8681
8682 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8683
8684         * gnus-start.el (gnus-use-backend-marks): New variable.
8685         (gnus-get-unread-articles-in-group): Use it.
8686
8687         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8688         makeover.
8689
8690 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8691
8692         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8693
8694 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8695
8696         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8697         Remove.
8698         (gnus-setup-news-hook):
8699         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8700
8701         * gnus-int.el (gnus-request-update-info): Protect against backends not
8702         having the function.
8703
8704         * nnimap.el (nnimap-stream): Mention starttls.
8705         (nnimap-open-connection): Add starttls support.
8706
8707 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8708
8709         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8710
8711 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8714         BODYSTRUCTUREs.
8715         (nnimap-transform-headers): Unfold quoted {42} headers.
8716
8717         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8718         the info.
8719         (gnus-get-unread-articles): Only call updatep on backends that support
8720         it.
8721
8722         * nnweb.el (nnweb-request-update-info): NOOP.
8723
8724         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8725
8726         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8727         since it only deals with marks.
8728
8729         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8730         gnus-request-marks, and make a new gnus-request-update-info.
8731
8732         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8733         the active instead of the high number, which is usually too low.
8734
8735 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8736
8737         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8738         * encrypt.el: Remove.
8739
8740 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741
8742         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8743         server in symbolic form.
8744
8745         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8746
8747 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8750         (nnimap-update-info): Fix up code slightly.
8751
8752         * gnus-int.el (gnus-open-server): Add tracing for performance
8753         debugging.
8754
8755         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8756         (gnus-group-insert-group-line): Pass the real group name so that it
8757         gets the right data.
8758
8759         * gnus-start.el (gnus-get-unread-articles): Don't have
8760         `gnus-get-unread-articles-in-group' update info, since that can be
8761         really slow and doesn't seem to be needed?
8762
8763 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8764
8765         * time-date.el (date-to-time): Try using parse-time-string first before
8766         using the slower timezone-make-date-arpa-standard.
8767
8768 2010-09-22  Julien Danjou  <julien@danjou.info>
8769
8770         * gnus-group.el (gnus-group-insert-group-line):
8771         Call gnus-group-highlight-line.
8772         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8773         default hook list.
8774         (gnus-group-update-eval-form): Add new function.
8775         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8776         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8777
8778 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8779
8780         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8781         immediate, then expire all articles.
8782         (nnimap-update-info): Fix off-by-one errors.
8783         (nnimap-flags-to-marks): Would return no marks lists for group with no
8784         flags.  Instead return the other data.
8785
8786 2010-09-22  Julien Danjou  <julien@danjou.info>
8787
8788         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8789         Only return an icon.
8790         (gnus-group-insert-group-line): Compute icon to return.
8791
8792         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8793         (gnus-html-image-fetched): Only cache if
8794         gnus-html-image-automatic-caching is set.
8795         (gnus-html-image-fetched): Check for errors.
8796
8797 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8798
8799         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8800         once per method on `g'.  This ensures that backends like nnfolder don't
8801         open all their folders.
8802
8803         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8804         (nnimap-request-list): Nix out group in the correct buffer.
8805         (nnimap-parse-flags): Implement by using `read' instead of
8806         hand-parsing.
8807         (nnimap-flags-to-marks): Pass on permanent-flags.
8808         (nnimap-make-process-buffer): Record the server name.
8809         (nnimap-parse-flags): Fix typo.
8810         (nnimap-request-scan): Run split on the server in general, not just a
8811         single group.
8812
8813         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8814         parameter, and propagate this downwards.
8815
8816         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8817         since EXAMINE changes it on the server.
8818
8819         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8820         this command might take a while.
8821
8822 2010-09-22  Julien Danjou  <julien@danjou.info>
8823
8824         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8825         harmful if you have 2 images side-by-side, they can't be properly
8826         update on text deletion.  Using text-property is safer here.
8827         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8828         data.
8829
8830 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8831
8832         * nnimap.el (nnimap-expunge-inbox): Remove.
8833         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8834         (nnimap-expunge): Flip default to t.
8835
8836         * gnus.el (gnus-method-to-server): Don't push things to the cache
8837         unless it's unique.
8838         (gnus-server-to-method): Ditto.
8839
8840 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8841
8842         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8843
8844 2010-09-22  Julien Danjou  <julien@danjou.info>
8845
8846         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8847         get the start of data.
8848         (gnus-html-encode-url): Add this function to encode special chars in
8849         URL.
8850         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8851         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8852
8853         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8854         default.
8855         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8856
8857         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8858         images alt-text.
8859         (gnus-html-put-image): Put alt-text as help-echo.
8860
8861 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8864         * mm-util.el (mm-decompress-buffer):
8865         * nnir.el (nnir-run-find-grep):
8866         * pop3.el (pop3-list): Use 3rd arg of split-string.
8867
8868         * time-date.el (format-seconds): Comment fix.
8869
8870         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8871         and byte-optimize-form-code-walker.
8872         (dgnushack-make-auto-load): Don't advise make-autoload.
8873
8874         * lpath.el: Remove Emacs 21 stuff.
8875
8876 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8877
8878         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8879         outside the active range.  Suggested by Dan Christensen.
8880
8881         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8882         slightly later to avoid double-getting it.
8883
8884         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8885         previous patch.
8886
8887         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8888
8889 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8890
8891         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8892
8893 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8894
8895         * gnus-int.el (gnus-open-server): Give a better error message in the
8896         "go offline" case.
8897
8898         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8899         marks for nnimap, which is seldom the right thing to do.
8900
8901         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8902         (gnus-same-method-different-name): New function.
8903
8904         * nnimap.el (parse-time): Require.
8905
8906         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8907         method in the presence of many similar methods.
8908
8909         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8910
8911         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8912         nnml-inhibit-expiry.
8913
8914         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8915         find out whether methods are equal.
8916
8917         * nnimap.el (nnimap-find-expired-articles): New function.
8918         (nnimap-process-expiry-targets): New function.
8919         (nnimap-request-move-article): Request the article before looking at
8920         what the Message-ID is.  Fix found by Andrew Cohen.
8921         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8922
8923         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8924         for oldness in addition to being a predicate.
8925
8926         * nnimap.el (nnimap-request-group): When we have zero articles, return
8927         the right data to Gnus.
8928         (nnimap-request-expire-articles): Only delete articles immediately if
8929         the target is 'delete.
8930
8931         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8932         method, this would bug out.
8933
8934         * gnus-group.el (gnus-group-expunge-group): Rename from
8935         gnus-group-nnimap-expunge, and implemented as a normal interface
8936         function.
8937
8938         * gnus-int.el (gnus-request-expunge-group): New function.
8939
8940         * nnimap.el (nnimap-request-create-group): Implement.
8941         (nnimap-request-expunge-group): New function.
8942
8943 2010-09-21  Julien Danjou  <julien@danjou.info>
8944
8945         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8946         (gnus-html-cache-expired): Add new function.
8947         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8948         wethever we should display image for fetch it.
8949         Compute alt-text earlier to pass it to the fetching function too.
8950         (gnus-html-schedule-image-fetching): Change function argument to only
8951         get one image at a time, not a list.
8952         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8953         cache.
8954         (gnus-html-get-image-data): New function to retrieve image data from
8955         cache.
8956         (gnus-html-put-image): Change buffer argument to use image data rather
8957         than file, and place image above region rather than inserting a new
8958         one.  Do not take alt-text as argument, since it's useless now: we place
8959         the image above alt-text.
8960         (gnus-html-prune-cache): Remove.
8961         (gnus-html-show-images): Start to fetch image when we find one, do not
8962         push into a temporary list.
8963         (gnus-html-prefetch-images): Only fetch image if they have expired.
8964         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8965         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8966
8967 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8970
8971 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8974         spec inser "*" if the group isn't active instead of 0.
8975
8976         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8977         opening the server.
8978         (nnimap-request-delete-group): Implement group deletion.
8979         (nnimap-transform-headers): Return the size of the entire message in
8980         the Bytes header, not just the size of the first part.
8981         (nnimap-request-move-article): When moving an article from nnimap,
8982         request the article first so the accepting form has an article to
8983         accept.  Reported by Dan Christensen.
8984         (nnimap-command): Make sure that the error message doesn't error out.
8985
8986 2010-09-20  David Edmondson  <dme@dme.org>
8987
8988         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8989         we haven't requested anything.
8990
8991 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992
8993         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8994         "".  Fix found by Andrew Cohen.
8995
8996         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8997         instead of -encode-string.
8998
8999 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9002
9003         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9004         by mm-subst-char-in-string.
9005
9006 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9009         waiting for the connection string.
9010
9011         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9012         arriving.
9013
9014         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9015         bogus characters.  This allows selecting certain Gmail groups.
9016
9017         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9018         (nnimap-fetch-partial-articles): New variable.
9019         (nnimap-open-connection): When looking for credentials, also use the
9020         nnimap-server-port.
9021         (nnimap-request-article): Return the group/article number, so that Gnus
9022         `^' works as expected.
9023         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9024
9025         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9026         comments.
9027         (gnus-methods-sloppily-equal): New function.
9028         (gnus): When using the development version of Gnus, load the gnus-load
9029         file.
9030
9031         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9032         `gnus-open-server' on each method before trying to scan them etc.
9033         This ensures that all the backend parameters are set correctly.
9034
9035         * nnimap.el (nnimap-authenticator): New variable.
9036         (nnimap-open-connection): Allow anonymous login.
9037         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9038         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9039
9040         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9041         patch, found by Knut Anders Hatlen.
9042
9043 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9044
9045         * gnus-agent.el (gnus-agent-batch-confirmation)
9046         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9047         to gnus-message.
9048         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9049         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9050         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9051         * gnus-int.el (gnus-open-server): Likewise.
9052         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9053         (gnus-score-check-syntax): Likewise.
9054         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9055         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9056         Likewise.
9057         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9058
9059 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9060
9061         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9062         calling conventions so that prefetch doesn't bug out.
9063
9064 2010-09-19  Julien Danjou  <julien@danjou.info>
9065
9066         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9067         rather than `subst-char-in-region' in order to be able to replace ASCII
9068         char by UTF-8 ones.
9069
9070         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9071         than curl.
9072         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9073         the right URL and ALT text on images.
9074         (gnus-html-wash-tags): Fix tag case.
9075         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9076         (gnus-article-html): Add -o display_ins_del=2 option.
9077         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9078
9079 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080
9081         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9082         the extra mail headers, which sometimes seem to happen for unknown
9083         reasons.
9084
9085         * mail-parse.el (mail-header-encode-parameter): Define as
9086         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9087         (or most, perhaps?) mail readers don't understand the latter, but do
9088         understand the former.
9089
9090         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9091         to nil, so that no methods are automatically agentized.  I think this
9092         is probably what most users want.
9093
9094         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9095         from url-retrieve, for instance about invalid URLs.
9096
9097         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9098         groups that have no articles.
9099         (nnimap-request-article): Check that we really got an article when we
9100         requested one.
9101
9102         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9103         doesn't exist.
9104
9105         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9106         nntp buffer so the agent can save it.
9107         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9108         that CRLF doesn't get translated to \n.
9109         (nnimap-open-connection): Don't make 'shell commands only send \n.
9110
9111 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9112
9113         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9114         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9115         Update var name.
9116         (nnml-generate-nov-file): Use dolist.
9117         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9118         Use with-current-buffer.
9119
9120 2010-09-18  Julien Danjou  <julien@danjou.info>
9121
9122         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9123         parallel.
9124
9125 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9128         the range update right.
9129         (nnimap-request-group): Don't make `M-g' bug out on group with no
9130         marks.
9131         (nnoo): Require, so that other packages can require nnimap.
9132         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9133         command we're looking for.  This helps when the server sends more
9134         responses after we've gotten everything we expected.
9135         (nnimap): Add a `newlinep' field to keep track of end-of-line
9136         conventions.
9137         Don't send CRLF to things that don't want it.
9138         (nnimap-request-accept-article): Ditto.
9139
9140 2010-09-18  Julien Danjou  <julien@danjou.info>
9141
9142         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9143         than curl to retrieve images.
9144
9145 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9146
9147         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9148         the marks.
9149         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9150         (nnimap-wait-for-connection): New function.
9151         (nnimap-open-connection): If we have PREAUTH, don't query for login
9152         credentials.
9153         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9154         when doing a partial update.
9155
9156 2010-09-18  Julien Danjou  <julien@danjou.info>
9157
9158         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9159         tags.
9160
9161 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9162
9163         * nnimap.el (nnimap-credentials): New function.
9164         (nnimap-open-connection): Use the new function to look for credentials
9165         also on the numeric equivalents of "imap" and "imaps".
9166
9167         * gnus-start.el (gnus-activate-group): Send the info to
9168         gnus-request-group.
9169
9170         * nnimap.el (nnimap-request-group): Have the "check" version of the
9171         function parse flags and update the info, so that a `M-g' get a total
9172         resync of all flags from the group.
9173
9174         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9175         to allow backends to alter the info on group selection.  Also alter all
9176         the backend -request-group functions to take the parameter.
9177
9178         * nnimap.el (nnimap-store-info): New function.
9179         (nnimap-update-info): Store the info for later usage.
9180         (nnimap-request-group): Use the stored info for the dont-check case, so
9181         that we don't retrieve all marks when we enter a group.
9182
9183         * nnimap.el: Use deffoo instead of defun for interface functions.
9184
9185         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9186         update the group info.  This makes the nndraft groups, for instance, go
9187         back to their old behavior.
9188
9189         * gnus-sum.el (gnus-select-newsgroup): Indent.
9190
9191         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9192         in.
9193         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9194         nothing.
9195
9196         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9197         from methods that are denied.
9198
9199         * gnus-int.el (gnus-method-denied-p): New function.
9200
9201         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9202         store the password instead of netrc.
9203         (nnimap-open-connection): Don't error out when we can't make a
9204         connections.
9205
9206         * auth-source.el (auth-source-create): In the password prompt, say what
9207         we're querying for.  Also prompt for user name if that hasn't been
9208         given.
9209
9210         * nnimap.el (nnimap-with-process-buffer): Remove.
9211
9212 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213
9214         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9215         method when we're reading from the agent.
9216
9217         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9218
9219         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9220         that's probably most useful for users.
9221
9222         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9223         "failed" all the time.
9224
9225         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9226         ...)) with (with-current-buffer ... ).
9227
9228         * nntp.el (nntp-open-server): Return whether the open was successful or
9229         not.
9230
9231         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9232         select an unread unseen article first.
9233
9234         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9235         /etc/services, supply some sensible port defaults.
9236
9237         * dgnushack.el: Define netrc-credentials.
9238
9239 2010-09-17  Julien Danjou  <julien@danjou.info>
9240
9241         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9242
9243 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9244
9245         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9246         doesn't have any parameters.
9247
9248 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9251         only upcased checks.
9252
9253         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9254
9255         * nnimap.el (nnimap-open-shell-stream): New function.
9256         (nnimap-open-connection): Use it.
9257         (nnimap-transform-headers): Get the number of lines in each message.
9258         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9259         number of lines.
9260         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9261         problem.
9262
9263         * utf7.el (utf7-encode): Autoload.
9264
9265         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9266         to allow the mail splitting to not return a default group.  This is
9267         useful for nnimap, which will leave unmatched mail in the inbox.
9268
9269         * nnimap.el: Rewritten.
9270
9271         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9272         nnimap usage.
9273
9274         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9275         if the move is internal, so that nnimap can do fast internal moves.
9276
9277         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9278         data.
9279         (gnus-read-active-for-groups): Support finishing the early retrieval of
9280         data.
9281
9282         * gnus-range.el (gnus-range-nconcat): New function.
9283
9284         * gnus-int.el (gnus-finish-retrieve-group-infos)
9285         (gnus-retrieve-group-data-early): New functions.
9286
9287 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9288
9289         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9290         (nnrss-retrieve-groups):
9291         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9292         (pop3-quit): Use with-current-buffer.
9293
9294 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9297         instead of nnheader-accept-process-output.
9298
9299         * dgnushack.el (dgnushack-compile): Add comment.
9300
9301         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9302
9303         * gnus-html.el (gnus-html-schedule-image-fetching)
9304         (gnus-html-prefetch-images): Replace process-kill-without-query by
9305         gnus-set-process-query-on-exit-flag.
9306
9307 2010-09-16  Romain Francoise  <romain@orebokech.com>
9308
9309         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9310
9311 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9312
9313         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9314         parameter to unintern is mandatory-ish in Emacs 24.
9315
9316         * gnus-html.el (gnus-html-schedule-image-fetching)
9317         (gnus-html-prefetch-images): Check for curl before using it.
9318
9319         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9320         depend on curl, which isn't essential.
9321
9322         * imap.el: Revert back to version
9323         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9324         seem problematic.
9325
9326 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9327
9328         * gnus-registry.el (gnus-registry-install-shortcuts):
9329         Explicitly pass `obarray' to `unintern' to avoid a warning.
9330
9331 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332
9333         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9334         change.
9335
9336         * nnrss.el (nnrss-request-list): Remove this function and related
9337         functions, including the moreover stuff.
9338
9339 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9340
9341         * nnrss.el (nnrss-retrieve-groups): New function.
9342
9343 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9344
9345         * .dir-locals.el: Add no-byte-compile cookie.
9346
9347 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * time-date.el (format-seconds): Comment fix.
9350
9351         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9352         for back end that doesn't support request-scan.
9353
9354 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9357         then do request scans from the backends.
9358
9359         * netrc.el (netrc-credentials): New conveniency function.
9360
9361         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9362         avoid running a hook per line, since this takes a lot of time,
9363         profiling shows.
9364         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9365         directly if gnus-visual-p is true.
9366
9367 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9370         groups; replace mapcar with dolist which is a bit faster; pass groups
9371         info to gnus-read-active-file-1.
9372         (gnus-read-active-file-1): Scan only specified groups if the new
9373         optional arg `infos' is given.
9374
9375 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9376
9377         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9378
9379         * pop3.el (pop3-movemail): Remove.
9380         (pop3-streaming-movemail): Rename to pop3-movemail.
9381
9382         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9383         don't restrict end-tag searches to the end of the line.
9384
9385 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9388         articles of every unchecked group to t, which means unknown since the
9389         server has never been opened.
9390
9391 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * gnus-html.el (gnus-html-show-alt-text): New command.
9394         (gnus-html-browse-image): Ditto.
9395         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9396         to browse the image directly.
9397         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9398         better.
9399
9400         * gnus-async.el (gnus-async-article-callback):
9401         Call `gnus-html-prefetch-images' unconditionally.
9402
9403         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9404         before feeding URLs to curl.
9405
9406 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9409         internal images as deletable by `W D D'.
9410
9411         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9412         (gnus-async-article-callback): Fix typo.
9413
9414 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9417         current line to work around bugs in the output from w3m.
9418
9419         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9420         for groups that want that.
9421
9422         * nntp.el (nntp-wait-for-string): Supply a timeout for
9423         accept-process-output to ensure progress.
9424
9425         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9426         level to get unread articles from, then use that for foreign groups,
9427         too.
9428
9429         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9430         confuses the rest of the function.
9431
9432         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9433         for the methods that support -retrieve-groups, too.
9434
9435         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9436
9437 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9440         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9441
9442         * pop3.el: Require cl when compiling.
9443         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9444
9445 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9448         that aren't going to be activated.
9449         (gnus-get-unread-articles): Fix up the last commit.
9450
9451         * gnus-html.el (gnus-article-html): Allow calling without specifying
9452         the handle.  In that case, dissect the buffer first.
9453
9454         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9455
9456         * nnimap.el (nnimap-open-connection): Revert the change that would look
9457         into authinfo for imaps instead of imap.
9458
9459         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9460         say that you don't want to call gnus-request-group with don-check, but
9461         do check the reponse.  This is for virtual groups only.
9462         (gnus-get-unread-articles): Count the archive groups as secondary, so
9463         that they're activated the same way as before.
9464
9465         * imap.el (imap-message-map): Removed optional buffer parameter, since
9466         no callers use it.
9467         (imap-message-get): Ditto.
9468         (imap-message-put): Ditto.
9469         (imap-mailbox-map): Ditto.
9470         (imap-mailbox-put): Ditto.
9471         (imap-mailbox-get): Ditto.
9472         (imap-mailbox-get): Revert last change for this function.
9473
9474         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9475         case-insensitively.
9476         (nnimap-debug): Remove.
9477
9478         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9479         callers to use `imap-fetch' instead.  According to the comments, this
9480         should be safe, since all other IMAP clients use the 1:* syntax.
9481         (imap-enable-exchange-bug-workaround): Remove.
9482         (imap-debug): Remove -- doesn't seem very useful.
9483
9484         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9485         mail from a file, and the file doesn't exist.
9486
9487         * imap.el (imap-log): New convenience function used throughout instead
9488         of repeating the same code all over the place.
9489
9490         * pop3.el (pop3-streaming-movemail): Return t for success.
9491
9492         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9493         .authinfo if we're using ssl connection.
9494
9495         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9496         already have if we're in a main Gnus `g' run.
9497
9498         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9499
9500 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9503
9504         * nnmh.el (nnmh-request-list-1): Bind `file'.
9505
9506         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9507         alias to set-process-query-on-exit-flag or process-kill-without-query.
9508         (pop3-open-server): Use it.
9509
9510 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9511
9512         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9513         box to the Incoming file.  Fixes mistake in previous checkin.
9514
9515         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9516         request loop (for debugging purposes) removed.
9517
9518         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9519         culprit is more visible.
9520         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9521         (nnml-add-incremental-nov): New functions to do "incremental" nov
9522         updates, where we just append to the end of the existing nov files
9523         without reading/writing them in full.
9524
9525         * mail-source.el (mail-source-delete-crash-box): Really only check the
9526         incoming files once in a while.
9527
9528         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9529
9530         * mail-source.el (mail-source-delete-crash-box): Only check the
9531         incoming files for deletion once per day to save a lot of file
9532         accesses.
9533
9534         * pop3.el (pop3-logon): Fix up unbound variable typo.
9535
9536         * mail-source.el (pop3-streaming-movemail): Autoload.
9537
9538         * pop3.el (pop3-streaming-movemail):
9539         Respect pop3-leave-mail-on-server.
9540
9541         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9542         retrieval.
9543
9544         * pop3.el (pop3-process-filter): Remove unused function.
9545         (pop3-streaming-movemail, pop3-send-streaming-command)
9546         (pop3-wait-for-messages, pop3-write-to-file)
9547         (pop3-number-of-responses): New functions for streaming pop3
9548         retrieval.
9549
9550         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9551         come from no known methods.
9552         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9553         list.
9554
9555         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9556         message sizes.
9557         (pop3-movemail): Use erase-buffer instead of looping and deleting
9558         regions, which seems rather odd.
9559
9560         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9561         file once per `g' run.
9562
9563         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9564         directories.  This makes the draft queue directory work.
9565
9566         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9567         data from the backends, so that we only request the list of groups from
9568         each method once.  This should speed things up considerably.
9569
9570         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9571         detect that it's not implemented.
9572
9573         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9574         we actually do recurse down into the tree, but don't stat all leaf
9575         nodes.
9576
9577         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9578         then say so instead of bugging out.
9579
9580         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9581         files exist before trying to read them.
9582
9583         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9584         around <pre_int>.
9585
9586         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9587
9588         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9589
9590 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9591
9592         * mm-util.el (mm-image-load-path): Just return the image directories,
9593         not all directories in the path in addition to the image directories.
9594         (mm-image-load-path): Maintain a cache of the image directories so that
9595         the `g' command in Gnus doesn't have to stat dozens of directories each
9596         time.
9597
9598         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9599         (gnus-html-wash-tags): Add a new `i' command to insert images.
9600         (gnus-html-insert-image): New command and keystroke.
9601         (gnus-html-redisplay-with-images): New command and keystroke.
9602         (gnus-html-show-images): Rename command.
9603         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9604         spacers.
9605         (gnus-html-wash-tags): Decode entities at the end, so that entities
9606         inside the tags don't mess up the rest of the "parsing".
9607
9608         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9609         so that nnimap methods aren't agentized by default.  There's apparently
9610         many problems related to agent/imap behavior.
9611
9612         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9613
9614         * gnus-html.el: Doc fix.
9615
9616 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9619         specifier-spec-list for Emacs 21.
9620
9621         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9622         glyph-width and glyph-height instead of display-graphic-p and
9623         image-size; make avoidance of displaying small images work for XEmacs.
9624
9625         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9626         for XEmacs.
9627
9628         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9629         of symbol that holds plist data.
9630         (gnus-process-plist): Remove plist of process after getting it.
9631
9632 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9633
9634         * message.el (message-generate-hashcash): Change default to
9635         'opportunistic if hashcash is installed.
9636
9637         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9638         (gnus-html-put-image): Only call image-size once, since it's somewhat
9639         time-consuming on remote X servers.
9640
9641 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9644         type on data, not a file name.
9645
9646         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9647         window-pixel-edges for Emacs 21.
9648
9649         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9650         decoded contents.
9651         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9652
9653 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9654
9655         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9656         group line format, since it isn't very interesting.
9657
9658         * gnus-agent.el (gnus-agent-short-article),
9659         (gnus-agent-long-article): Increase values for these two variables,
9660         since most people are likely to have more network connection and
9661         storage than before.
9662
9663         * gnus.el (gnus-refer-article-method): Change default to 'current.
9664         When referring an article, the common behavior is to refer it from the
9665         current select method, not the native select method.  The chances of
9666         the native select method having the message in question is rather slim
9667         these days.
9668
9669         * gnus-sum.el (gnus-auto-select-subject): Change default to
9670         `unseen-or-unread'.  I think it's likely that most people want to
9671         select an unseen article over a previously seen, but unread one.
9672
9673         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9674         means that in the article buffer none of the minor mode elements will
9675         be shown, usually, and this is not desirable in most cases.
9676
9677         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9678         that commands like `d' (and the like) go to the next line in the
9679         buffer, instead of the next unread article.  I think this is the
9680         behavior that is most natural for most users.
9681         (gnus-single-article-buffer): Change default to nil, so that people can
9682         have as many article buffers open as they have summary buffer.  I think
9683         this is the most natural way for the groups to behave.
9684
9685         * message.el (message-generate-new-buffers): Change default to
9686         `unsent', so that all new message buffers start their names with the
9687         string "*unsent", and it's easier to find the buffers if you move from
9688         them.
9689
9690 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9691
9692         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9693         small.  They're probably tracking images.
9694         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9695         (gnus-html-rescale-image): Yet another try at getting the image sizing
9696         right.
9697
9698         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9699         nntp-marks-file-name is nil.
9700
9701 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9702
9703         * gnus-html.el (gnus-html-wash-tags)
9704         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9705         Better logging.
9706
9707 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9708
9709         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9710
9711         * gnus-html.el (gnus-html-wash-tags): Check the value of
9712         gnus-blocked-images in the summary buffer.
9713
9714 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9715
9716         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9717
9718 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9719
9720         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9721         like "a", it seems like.
9722         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9723         since it needs to be picked from the correct buffer.
9724
9725         * nnwfm.el: Remove.
9726
9727         * nnlistserv.el: Remove.
9728
9729 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9730
9731         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9732         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9733
9734 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735
9736         * nnkiboze.el: Remove.
9737
9738         * nndb.el: Remove.
9739
9740         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9741         alt text.
9742         (gnus-html-rescale-image): Try to get the rescaling logic right for
9743         images that are just wide and not tall.
9744
9745         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9746         overshadow variable bindings.
9747
9748 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9749
9750         * gnus-html.el (gnus-html-wash-tags)
9751         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9752         Add extra logging.
9753
9754 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9755
9756         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9757         (gnus-max-image-proportion): New variable.
9758         (gnus-html-rescale-image): New function.
9759         (gnus-html-put-image): Rescale images.
9760
9761 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9762
9763         Fix up some byte-compiler warnings.
9764         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9765         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9766         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9767         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9768         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9769         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9770         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9771
9772 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-html.el (gnus-article-html): Decode contents by charset.
9775
9776 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9779         (gnus-html-frame-width, gnus-blocked-images):
9780         * message.el (message-prune-recipient-rules): Add custom version.
9781         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9782
9783         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9784         functions.
9785
9786         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9787         gnus-process-get.
9788
9789 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9790
9791         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9792         instead of lsub directly.
9793
9794 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * nnwarchive.el: Remove.
9797
9798         * gnus-soup.el: Remove.
9799
9800         * nnsoup.el: Remove.
9801
9802         * nnultimate.el: Remove.
9803
9804         * gnus-html.el (gnus-blocked-images): New variable.
9805
9806         * message.el (message-prune-recipients): New function.
9807         (message-prune-recipient-rules): New variable.
9808
9809         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9810         guess whether a long line is natural text or not.
9811
9812         * gnus-html.el (gnus-html-schedule-image-fetching):
9813         Use gnus-process-plist and friends for compatibility.
9814
9815 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9816
9817         * gnus-html.el: Require packages that define macros used in this file.
9818         (gnus-article-mouse-face): Declare to silence byte-compiler.
9819         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9820         process-get.
9821         (gnus-html-put-image): Use plist-get to avoid getf.
9822         (gnus-html-prefetch-images): Use with-current-buffer.
9823
9824 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * gnus-ems.el: Provide compatibility functions for
9827         gnus-set-process-plist.
9828
9829         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9830         header-line-format for XEmacs 21.4.
9831
9832         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9833         * gnus.el (gnus-valid-select-methods):
9834         * message.el (message-send-mail-partially-limit):
9835         * mm-decode.el (mm-text-html-renderer):
9836         * mml.el (mml-insert-mime-headers-always):
9837         * smiley.el (smiley-regexp-alist): Bump custom version.
9838
9839 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9840
9841         * gnus-html.el: require mm-url.
9842         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9843         with the url to `url'.
9844         (gnus-html-wash-tags): Support cid: URLs/images.
9845
9846 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9847
9848         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9849         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9850         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9851
9852         * gnus-move.el: Remove file, since it doesn't really work.
9853
9854         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9855         UTF-8.  This seems to fix problems with some German web feeds.
9856
9857         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9858         at the top so that the proper colors are applied.
9859
9860         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9861         don't have dots in their names.
9862
9863         * gnus-art.el (gnus-article-view-part): Doc fix.
9864
9865         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9866         XEmacs-compatible.
9867         (gnus-html-put-image): Don't do images on non-graphic displays.
9868
9869         * nnslashdot.el: Remove this unused backend.
9870
9871         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9872         actions.
9873         (gnus-undo-register-1): Revert last change.
9874
9875         * gnus-group.el (gnus-group-completing-read): Protect against not
9876         having completion-styles bound.
9877
9878         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9879         make broken recipients happier.
9880
9881         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9882
9883         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9884         point parameter.
9885
9886         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9887
9888         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9889         completion-styles for group selection.
9890
9891 2009-02-04  Andreas Schwab  <schwab@suse.de>
9892
9893         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9894         headers and regexp-quote the match if necessary.
9895
9896 2009-03-24  Miles Bader  <miles@gnu.org>
9897
9898         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9899         the blinking smiley.
9900
9901 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9902
9903         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9904         blink smiley.
9905
9906 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9907
9908         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9909         where the dribbel file lives exists.
9910
9911         * message.el (message-send-mail-partially-limit): Change the default to
9912         nil, since most people don't want this.
9913
9914         * mm-url.el (mm-url-decode-entities): Also decode entities like
9915         &#x3212.
9916
9917 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9918
9919         * gnus-sum.el (gnus-summary-idna-message):
9920         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9921         Hyperlink urls in docstrings with URL `...'.
9922
9923 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9924
9925         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9926         functions.
9927
9928 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9929
9930         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9931         say what the mouseover text should be.
9932
9933         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9934         version of the mm-w3m-safe-url-regexp variable to only download images
9935         in the groups where we want that to happen.
9936
9937         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9938
9939         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9940         easier debugging.
9941         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9942         big pictures in the article buffer.
9943
9944         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9945         gnus-article-html.
9946         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9947         w3m.
9948
9949         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9950
9951 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9954         which doesn't exist.
9955
9956         * message.el (message-inhibit-ecomplete): New variable to allow some
9957         function to inhibit ecomplete address storage.
9958         (message-resend): Disable ecomplete message storage when resending
9959         messages.
9960
9961         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9962
9963 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9966         Save excursion while copying, moving, and deleting articles in order to
9967         prevent the cursor from jumping to unforeseen place.
9968
9969 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * lpath.el: No need to bind bookmark-current-buffer,
9972         bookmark-yank-point and bookmark-make-record-function.
9973
9974 2010-08-17  Glenn Morris  <rgm@gnu.org>
9975
9976         * gnus-sync.el: Require gnus components whose functions are used.
9977
9978         * gnus-art.el (bookmark-make-record-function):
9979         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9980         Declare for compiler.
9981
9982         * mm-url.el (mml-compute-boundary): Autoload.
9983
9984 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9987
9988 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9989
9990         Typo fix "hoo4a" -> "hook".
9991
9992         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9993
9994 2010-08-14  Glenn Morris  <rgm@gnu.org>
9995
9996         * gnus-sync.el (gnus-sync): Fix defgroup version.
9997
9998 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9999
10000         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10001
10002         * gnus-sync.el: Fix docs.
10003         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10004         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10005
10006 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10007
10008         Optimizations for gnus-sync.el.
10009
10010         * gnus-sync.el: Add docs about gnus-sync-backend
10011         possibilities.
10012         (gnus-sync-save): Remove unnecessary message.
10013         (gnus-sync-read): Optimize and show what groups were skipped.
10014
10015 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10016
10017         Minor bug fixes for gnus-sync.el.
10018
10019         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10020         Don't read the sync on get-new-news.
10021
10022         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10023         quiet.
10024
10025         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10026         (fix typo).
10027
10028 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10029
10030         Make saving and restoring of hidden threads work with overlays.
10031         Patch applied by Ted Zlatanov.
10032
10033         * gnus-sum.el (gnus-hidden-threads-configuration)
10034         (gnus-restore-hidden-threads-configuration): Update to deal with text
10035         properties, rather than searching for a magic character.
10036
10037 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10038
10039         New gnus-sync.el library for synchronization of marks.
10040
10041         * gnus-sync.el: New library for synchronization of marks.
10042
10043         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10044         renamed from `gnus-registry-grep-in-list'.
10045
10046         * gnus-registry.el (gnus-registry-follow-group-p):
10047         Use `gnus-grep-in-list'.
10048
10049         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10050
10051 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10054         determining charset of text fails.
10055
10056 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * nnmail.el (nnmail-get-new-mail-1): Revert.
10059
10060         * nnml.el (nnml-active-number): Make sure names of newly created groups
10061         in nnml-group-alist are encoded.
10062
10063 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10066         containing non-ASCII characters in active file for nnml back end.
10067
10068 2010-07-24  David Engster  <dengste@eml.cc>
10069
10070         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10071         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10072
10073 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10074
10075         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10076         tag (Bug#6654).
10077
10078 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10081         the article buffer, not the summary buffer.
10082
10083 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10086         Emacs 23 as well.
10087
10088 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10091         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10092
10093 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10094
10095         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10096         Patch applied by Karl Fogel.
10097
10098         * gnus-sum.el (gnus-summary-bookmark-make-record):
10099         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10100
10101 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10102
10103         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10104         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10105         C-w still not working correctly from Article buffers; Thierry's
10106         patch to fix that will be applied after this.
10107
10108         * gnus-art.el (bookmark-make-record-function): New local variable.
10109
10110         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10111         article buffer.
10112         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10113
10114 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10115
10116         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10117         on changes in bookmark.el.
10118
10119 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10122         `no-log' instead of message not to log prompt string.
10123
10124 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10125
10126         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10127         the *other* type of HTML form submission.
10128
10129 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10130
10131         * auth-source.el (auth-source-pick): If choice does not contain a
10132         questioned keyword, set the check to t.
10133
10134 2010-06-12  Romain Francoise  <romain@orebokech.com>
10135
10136         * gnus-util.el (gnus-date-get-time): Move up before first use.
10137
10138 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10141         (gnus-article-edit-part): Bind it to make last part that is substituted
10142         or deleted visible.
10143         (gnus-mime-display-single): Buttonize part of which id equals to
10144         gnus-mime-buttonized-part-id.
10145
10146 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10147
10148         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10149         (gnus-dd-mmm): Use gnus-date-get-time.
10150         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10151         simplify logic.
10152         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10153         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10154
10155 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10156
10157         * auth-source.el (top): Autoload `secrets-list-collections',
10158         `secrets-create-item', `secrets-delete-item'.
10159         (auth-sources): Fix tag string.
10160         (auth-get-source, auth-source-retrieve, auth-source-create)
10161         (auth-source-delete): New defuns.
10162         (auth-source-pick): Rewrite in order to avoid 2 passes.
10163         (auth-source-forget-user-or-password): New parameter USERNAME.
10164         (auth-source-user-or-password): New parameters CREATE-MISSING and
10165         DELETE-EXISTING.  Retrieve password interactively, if needed.
10166
10167 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10168
10169         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10170         deleting unused directories when gnus-expert-user is t.
10171
10172 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10175         for each temp file when gnus-article-browse-delete-temp is ask.
10176
10177 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10178
10179         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10180         Replace Lisp calls to delete-backward-char by calls to delete-char.
10181
10182 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10183
10184         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10185
10186 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10187
10188         * password-cache.el (password-cache-remove): Fix docstring.
10189
10190 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10193         article unless decoding article to be saved.
10194
10195 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10198         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10199         generated within the mm-with-unibyte-current-buffer macro.
10200
10201 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10204         to nil when we're in a mml-preview buffer and no group is selected.
10205
10206 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10207
10208         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10209         when catching the `C-g'.  Reported by "Leo".
10210
10211 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * message.el (message-forward-make-body-plain)
10214         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10215         multibyte-string-p.
10216
10217         * lpath.el: Revert.
10218
10219 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * message.el (message-forward-make-body-mml): Assume original message
10222         is multibyte string; error on unibyte.
10223         (message-forward-make-body-plain): Ditto; don't add excessive newline
10224         in body end.
10225
10226         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10227
10228 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10229
10230         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10231         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10232
10233 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * mm-extern.el (mm-extern-url): Don't use
10236         mm-with-unibyte-current-buffer.
10237         (mm-extern-cache-contents): Use with-current-buffer instead of
10238         save-excursion + set-buffer.
10239
10240 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * mm-util.el (mm-emacs-mule): Remove.
10243
10244 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10245
10246         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10247         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10248         change.
10249
10250 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10253         bind the default value of enable-multibyte-characters to nil.
10254
10255 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * message.el (message-forward-make-body-plain)
10258         (message-forward-make-body-mml):
10259         Don't use mm-with-unibyte-current-buffer.
10260
10261 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10262
10263         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10264
10265 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10266
10267         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10268         (Bug#5592).
10269
10270 2010-05-07  Julien Danjou  <julien@danjou.info>
10271
10272         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10273         it to mm-pipe-part.
10274
10275         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10276         it is given.
10277
10278 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * binhex.el (binhex-decode-region-internal):
10281         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10282         (dns-query):
10283         * nnweb.el (nnweb-gmane-search):
10284         * pgg-parse.el (pgg-parse-armor):
10285         * pgg.el (pgg-verify-region):
10286         * sha1.el (sha1-string-external):
10287         * uudecode.el (uudecode-decode-region-internal):
10288         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10289         XEmacs.
10290
10291         * gnus-art.el (gnus-article-browse-html-parts):
10292         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10293         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10294         make-temp-file.
10295
10296         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10297         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10298         compiling.
10299
10300         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10301         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10302         XEmacs when compiling.
10303
10304         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10305         gnus-pick-mode-off-hook for XEmacs when compiling.
10306         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10307         gnus-binary-mode-off-hook for XEmacs when compiling.
10308
10309         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10310         Return nil if char-charset is not available.
10311
10312         * imap.el (imap-disable-multibyte)
10313         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10314         macros.
10315
10316         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10317         instead of encode-coding-string.
10318
10319         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10320         'xemacs) instead of mm-emacs-mule to switch function definitions.
10321         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10322
10323         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10324         bind temporary-file-directory for XEmacs;
10325         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10326         timer-set-function for XEmacs 21.4 and SXEmacs;
10327         bind timer-list for XEmacs 21.4 and SXEmacs;
10328         fbind char-charset and find-charset-region for non-Mule XEmacs;
10329         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10330         encode-coding-region and encode-coding-string for XEmacs having no
10331         file-coding feature.
10332
10333 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10334
10335         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10336
10337 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10340         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10341
10342 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10343
10344         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10345         alias `jka-compr-delete-temp-file' no longer exists.
10346
10347 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10348
10349         Use define-minor-mode in Gnus where applicable.
10350         * mml.el (mml-mode): Use define-minor-mode.
10351         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10352         (gnus-undo-mode): Use define-minor-mode.
10353         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10354         (gnus-dead-summary-mode): Use define-minor-mode.
10355         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10356         Initialize in declaration.
10357         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10358         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10359         (gnus-mailing-list-mode): Use define-minor-mode.
10360         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10361         (gnus-draft-mode): Use define-minor-mode.
10362         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10363         (gnus-dired-mode): Use define-minor-mode.
10364
10365 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10366
10367         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10368         handles on recursive mml-to-mime translation and check them for
10369         boundary delimiter collisions.  Reported by Greg Troxel.
10370
10371 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10374
10375 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10376
10377         * mm-util.el (mm-find-buffer-file-coding-system):
10378         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10379
10380 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10381
10382         * message.el (message-generate-headers): Record insertion of optional
10383         headers as well.  Otherwise the check to prevent repeated insertion of
10384         optional headers is a no-op.
10385
10386 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10387
10388         * smime.el: Don't mention CVS.
10389
10390         * nnrss.el (nnrss-fetch): Don't mention CVS.
10391
10392         * nnir.el: Don't mention CVS.
10393
10394 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10395
10396         * gnus-sum.el (gnus-summary-bookmark-make-record):
10397         Add `location' field.
10398
10399 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * lpath.el: Fbind bookmark-default-handler,
10402         bookmark-get-bookmark-record, bookmark-make-record-default,
10403         bookmark-prop-get for Emacs <23 and XEmacs.
10404
10405 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10406
10407         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10408         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10409         Use with-current-buffer to silence the byte-compiler.
10410         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10411         bother to require `gnus'.
10412         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10413
10414 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10415
10416         * gnus-sum.el (gnus-summary-bookmark-make-record)
10417         (gnus-summary-bookmark-jump): New functions.
10418         (gnus-summary-mode): Setup bookmark support.
10419
10420 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10421
10422         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10423         if set.
10424
10425 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10428         gnus-article-browse-html-save-cid-image; make it work recursively for
10429         forwarded messages as well.
10430         (gnus-article-browse-html-parts): Work when prefix arg is given.
10431         (gnus-article-browse-html-article): Doc fix.
10432
10433 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10434
10435         * message.el (message-default-mail-headers):
10436         (message-default-headers): Carry the value mail-default-headers over
10437         into message-default-mail-headers, rather than message-default-headers.
10438
10439 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10440
10441         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10442         charset.
10443
10444         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10445         charset into the <meta> tag when the article is encoded to utf-8.
10446
10447 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * gnus-art.el (gnus-article-browse-delete-temp-files):
10450         Delete directories as well.
10451         (gnus-article-browse-html-parts): Work for images that do not specify
10452         file names; delete temp directory when quitting; insert header at the
10453         right place; use file: scheme for image files.
10454
10455 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10456
10457         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10458         (gnus-article-browse-html-parts): Use it to make temporary cid image
10459         files in addition to html file so that browser may display them.
10460
10461 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10464
10465 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10466
10467         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10468
10469 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10470
10471         * auth-source.el (auth-sources): Change default to be simpler.
10472         Explain about Secret Service API sources.  Improve Customize options.
10473         (auth-source-pick): Change to accept any number of search parameters.
10474         Implement fallbacks iteratively, not recursively.  Add scoring on the
10475         second pass and sort by score.  Call Secret Service API when needed.
10476         (auth-source-user-or-password): Use it.  Call Secret Service API
10477         directly when needed to get the user name and the password.
10478
10479 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10480
10481         * message.el (message-interactive): Doc fix.
10482         (message-qmail-inject-args): Reflow.
10483         (message-kill-to-signature): Fix typo in docstring.
10484
10485         * smiley.el (smiley-buffer): Fix typo in docstring.
10486
10487 2010-03-24  Glenn Morris  <rgm@gnu.org>
10488
10489         * mail-source.el (gnus-message): Declare.
10490         (mail-source-delete-old-incoming): Require gnus-util.
10491
10492 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10495
10496         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10497
10498         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10499         password-cache's default if it is not bound.
10500         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10501         password-cache-expiry's default if it is not bound.
10502
10503         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10504         available in Emacs 21.
10505
10506         * lpath.el: Suppress compiler warnings for:
10507         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10508         XEmacs;
10509         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10510         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10511         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10512
10513 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10514
10515         * auth-source.el (auth-sources): Fix up definition so extra parameters
10516         are always inline.
10517
10518 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10519
10520         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10521         wasn't updated after mismatch.  Clear cached mailbox info correctly
10522         when uidvalidity changes.
10523         (nnimap-group-prefixed-name): New function to avoid some code
10524         duplication.
10525         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10526         (nnimap-request-group): Use it.
10527         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10528         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10529         with many imap folders.  This is done by caching the group status from
10530         the imap server persistently in a group parameter `imap-status'.  (This
10531         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10532         but not persistently, so every Gnus startup was still very slow.)
10533
10534 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10535
10536         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10537         delete the extra newline.  Otherwise editing of :string and :number
10538         types don't work.
10539
10540 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10541
10542         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10543         secrets.el dependency.
10544         (auth-sources): Add optional user name.  Add secrets.el configuration
10545         choice (unused right now).
10546
10547 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10548
10549         * gnus-sum.el (gnus-summary-make-menu-bar):
10550         Let `gnus-registry-install-shortcuts' fill in the functions.
10551
10552         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10553         warnings.
10554         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10555         (gnus-registry-install-shortcuts): Populate and use it in a
10556         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10557
10558 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10559
10560         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10561         In-place substitutions for the group name encoding/decoding.
10562         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10563         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10564         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10565         (nnimap-update-unseen, nnimap-request-list)
10566         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10567         (nnimap-request-set-mark, nnimap-split-to-groups)
10568         (nnimap-split-articles, nnimap-request-newgroups)
10569         (nnimap-request-create-group, nnimap-request-accept-article)
10570         (nnimap-request-delete-group, nnimap-request-rename-group)
10571         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10572         `encoded-mbx' for consistency.
10573         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10574         variable `imap-current-mailbox'.
10575
10576         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10577         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10578
10579 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10580
10581         * pop3.el (pop3-display-message-size-flag): Display message size byte
10582         counts during POP3 download.
10583         (pop3-movemail): Use it.
10584         (pop3-list): Implement listing of available messages.
10585
10586 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10587
10588         * nnir.el (nnir-get-article-nov-override-function): New function to
10589         override the normal NOV retrieval.
10590         (nnir-retrieve-headers): Use it.
10591
10592 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10593
10594         * auth-source.el (netrc-machine-user-or-password): Autoload.
10595
10596 2010-03-19  Glenn Morris  <rgm@gnu.org>
10597
10598         Stop message.el from loading about 40 libraries it doesn't always need.
10599         The general approach is to autoload rather than require, and to
10600         require in the specific functions rather than the file.  (Bug#5642)
10601
10602         * gmm-utils.el: Don't require wid-edit.
10603         (widget-create-child-value, widget-convert, widget-default-get):
10604         Autoload.
10605
10606         * gnus-util.el: Don't require time-date, netrc.
10607         (message-fetch-field, gnus-group-name-decode): Declare rather than
10608         autoloading.
10609         (gnus-fetch-field): Require message.
10610         (gnus-decode-newsgroups): Require gnus-group.
10611
10612         * ietf-drums.el: Don't require time-date.
10613
10614         * message.el: Don't require hashcash, canlock, ecomplete.
10615         Do require mail-utils.  Require nnheader only when compiling.
10616         (smtpmail-default-smtp-server): Remove declaration.
10617         (message-send-mail-function): Check smtpmail-default-smtp-server
10618         is bound rather than requiring smtpmail.
10619         (message-auto-save-directory, message-insert-signature):
10620         Use expand-file-name rather than nnheader-concat.
10621         (nnheader-insert-file-contents): Autoload.
10622         (hashcash-wait-async): Declare.
10623         (message-send-mail): Only call gnus-setup-posting-charset if
10624         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10625         (message-send-mail-with-sendmail): Require sendmail.
10626         (canlock-password, canlock-password-for-verify): Declare.
10627         (message-canlock-password): Require canlock.
10628         (nnheader-get-report): Autoload.
10629         (gnus-setup-posting-charset): Declare.
10630         (message-send-news): Require gnus-msg.
10631         (message-make-references, message-make-in-reply-to): Use mail-header-id
10632         rather than the alias mail-header-message-id.
10633         (ecomplete-add-item, ecomplete-save): Declare.
10634         (message-put-addresses-in-ecomplete): Require ecomplete.
10635         (ecomplete-display-matches): Autoload.
10636
10637         * mm-decode.el: Don't require mailcap, gnus-util.
10638         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10639         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10640         Autoload.
10641         (mailcap-mime-extensions): Declare.
10642
10643         * mm-encode.el: Don't require mailcap.
10644         (mailcap-extension-to-mime): Autoload.
10645
10646         * mml-sec.el: Don't require password-cache.
10647
10648         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10649         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10650         (mml-minibuffer-read-type): Require mailcap.
10651         (mml-preview): Require gnus-msg.
10652
10653         * mml1991.el: Require password-cache.
10654         (password-cache-expiry): Remove declaration.
10655
10656         * mml2015.el: Require password-cache.
10657         (password-cache-expiry): Remove declaration.
10658
10659         * nneething.el (mailcap): Require mailcap.
10660
10661         * nnheader.el (declare-function): Add compatibility stub.
10662         (message-remove-header): Declare rather than autoload.
10663         (nnheader-replace-header): Require message.
10664
10665         * nnimap.el (declare-function): Add compatibility stub.
10666         (netrc-parse, netrc-machine-user-or-password): Declare.
10667         (nnimap-open-connection): Require netrc.
10668
10669         * nntp.el (declare-function): Add compatibility stub.
10670         (netrc-parse, netrc-machine, netrc-get): Declare.
10671         (nntp-send-authinfo): Require netrc.
10672
10673         * rfc2047.el: Don't require qp.
10674         (quoted-printable-encode-region, quoted-printable-decode-string):
10675         Autoload.
10676
10677         * sieve-mode.el: Don't require easymenu.
10678         (easy-menu-add-item): Autoload it.
10679
10680         * spam-stat.el (time-to-number-of-days): Autoload it.
10681
10682 2010-03-19  Glenn Morris  <rgm@gnu.org>
10683
10684         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10685
10686 2010-03-18  Glenn Morris  <rgm@gnu.org>
10687
10688         * hashcash.el (declare-function): Remove duplicate definition.
10689
10690 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10691
10692         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10693         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10694         value if any backslash escapes).
10695
10696 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10699         if it is available.  (bug#5647)
10700
10701         * lpath.el: Suppress compiler warning for coding-system-from-name for
10702         Emacs 21 and XEmacs.
10703
10704 2010-03-14  Juri Linkov  <juri@jurta.org>
10705
10706         * hmac-def.el:
10707         * hmac-md5.el:
10708         * netrc.el: Fix keywords.
10709
10710 2010-02-26  Glenn Morris  <rgm@gnu.org>
10711
10712         * message.el (message-send-mail-function): Change the default, so that
10713         it inherits from a customized send-mail-function.  (Bug#5643)
10714
10715 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10716
10717         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10718         shell-command-to-string signals an error (bug#5299).
10719
10720 2010-02-24  Glenn Morris  <rgm@gnu.org>
10721
10722         * message.el (message-smtpmail-send-it)
10723         (message-send-mail-with-mailclient): Doc fixes.
10724
10725 2010-02-16  Glenn Morris  <rgm@gnu.org>
10726
10727         * message.el (message-default-mail-headers): Change the default value
10728         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10729
10730 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10733         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10734
10735 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10736
10737         * time-date.el (date-to-time): Doc fix (Bug#5408).
10738
10739 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10740
10741         * message.el (message-mail): Just pass yank-action on to message-setup.
10742         (message-setup): Handle (FUN . ARGS) form of yank-action.
10743         (message-with-reply-buffer, message-widen-reply)
10744         (message-yank-original): Handle non-buffer values of
10745         message-reply-buffer (Bug#4080).
10746         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10747
10748 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10749
10750         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10751         Fix typo in docstring.
10752
10753 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10754
10755         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10756         response.
10757
10758 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10761
10762         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10763
10764         * message.el (message-check-news-header-syntax): Protect against a
10765         string that `rfc822-addresses' returns when parsing fails.
10766
10767 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10770         (gnus-previous-char-property-change): New functions.
10771
10772         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10773
10774 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10775
10776         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10777         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10778
10779 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10780
10781         * message.el (message-exchange-point-and-mark): Rework last change to
10782         avoid using optional arg of exchange-point-and-mark, for backward
10783         compatibility.
10784
10785 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10786
10787         * message.el (message-exchange-point-and-mark):
10788         Call exchange-point-and-mark with an argument rather than setting
10789         mark-active by hand (Bug#5175).
10790
10791 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * nntp.el (nntp-service-to-port): Work for service expressed with
10794         numeric string; replace [:digit:] with [0-9] for XEmacs.
10795
10796 2009-12-17  Glenn Morris  <rgm@gnu.org>
10797
10798         * gnus-group.el (gnus-bug-group-download-format-alist):
10799         Change emacs entry to debbugs.gnu.org.  Bump :version.
10800
10801 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10804
10805 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * message.el (message-info): Explain why we use `Info-goto-node'.
10808
10809 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10812
10813 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10814
10815         * message.el (message-completion-in-region): New compatibility function.
10816         (message-expand-group): Use it.
10817
10818 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10819
10820         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10821         with no unread article should be listed if the 2nd arg `predicate' is
10822         given.
10823
10824 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10827
10828 2009-11-29  Juri Linkov  <juri@jurta.org>
10829
10830         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10831         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10832         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10833
10834 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10835
10836         * sha1.el (sha1-string-external): default-directory "/" in case
10837         otherwise non-existent.  process-connection-type pipe for touch of
10838         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10839
10840 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10841
10842         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10843         it's comms related and sgml-mode.el has "comm" on that basis too.
10844
10845 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10848         containing tspecial characters if they have been already quoted.
10849
10850 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10851
10852         * dns-mode.el (auto-mode-alist): Purecopy string.
10853
10854 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10855
10856         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10857
10858 2009-10-24  Glenn Morris  <rgm@gnu.org>
10859
10860         * gnus-art.el (help-xref-stack-item): Define for compiler.
10861
10862 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10863
10864         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10865
10866 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10869
10870 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10873         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10874
10875 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10878         (gnus-overlays-in): New alias to overlays-in.
10879
10880         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10881         gnus-overlay-get, and gnus-delete-overlay.
10882         (gnus-summary-show-thread): Make it work as well for systems in which
10883         next-single-char-property-change is not available.
10884         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10885
10886         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10887         (gnus-overlay-get): New alias to extent-property.
10888         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10889
10890         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10891         SXEmacs.
10892
10893         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10894         SXEmacs.
10895
10896 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10899
10900 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10901
10902         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10903         and XEmacs that don't have `remove-overlays'.
10904
10905 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10906
10907         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10908         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10909         selective display.  Use overlays instead.
10910
10911 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10912
10913         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10914
10915 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10916
10917         * spam-stat.el (spam-stat-load): Fix typo in message.
10918
10919 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10920
10921         * dig.el (dig-invoke): Fix typo in docstring.
10922         (query-dig): Reflow docstring.
10923
10924 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10925
10926         * gnus-art.el (gnus-article-encrypt-body):
10927         * message.el (message-check-recipients):
10928         * mm-util.el (mm-codepage-setup):
10929         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10930         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10931
10932 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10933
10934         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10935         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10936         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10937         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10938         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10939
10940 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10941
10942         * dig.el: Add "Keywords: comm", as per net-utils.el.
10943
10944 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10945
10946         * dig.el (dig-mode): Use define-derived-mode.
10947
10948 2009-09-19  Glenn Morris  <rgm@gnu.org>
10949
10950         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10951
10952 2009-09-18  Glenn Morris  <rgm@gnu.org>
10953
10954         * gnus-diary.el (gnus-diary-check-message):
10955         * message.el (message-insert-formatted-citation-line):
10956         * nnbabyl.el (top-level):
10957         * nndiary.el (nndiary-schedule):
10958         Fix typos in condition-case handlers.
10959
10960 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10963         configuration that provides the sole article window in a frame;
10964         position point correctly after deleting a part.
10965
10966 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10967
10968         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10969         (spam-resolve-registrations-routine): Use it to unregister articles
10970         that change status.
10971
10972 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10975         with XEmacs.
10976         (parse-time-string-chars): Use it.
10977
10978 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10979
10980         * imap.el (imap-interactive-login): Better messages.
10981         (imap-open): Fix bug with renamed buffer on reconnect.
10982         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10983         for easier debugging and cleaner code.  On successful (guessed based on
10984         server capabilities) secondary authentication, set imap-state
10985         correctly.
10986         (imap-last-authenticator): Define imap-last-authenticator as a variable
10987         to avoid warnings.
10988
10989 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * nnrss.el (nnrss-request-article): Remove binding of
10992         default-enable-multibyte-characters that has gotten needless by
10993         the 2007-07-13 change in rfc2047-encode-message-header.
10994
10995         * mml.el (mml-insert-multipart): Error on the message header.
10996         (mml-insert-part): Error on the message header; position point at
10997         the end of a MIME tag.
10998
10999 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * time-date.el (autoload): Expand define-obsolete-function-alias into
11002         defalias and make-obsolete for old Emacsen that Gnus supports.
11003         (with-no-warnings): Define it for old Emacsen.
11004         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11005         is available.
11006         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11007         float-time is available; suppress compile warning for time-to-seconds.
11008
11009         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11010         (gnus-float-time): Alias to float-time if it exists.
11011
11012         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11013         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11014         float-time is available; suppress compile warning for time-to-seconds.
11015
11016         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11017         XEmacs.
11018
11019 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11020
11021         * imap.el (imap-message-map): Docstring fix.
11022
11023 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11026         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11027         Add the optional argument `encoding' that overrides the default.
11028
11029         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11030         mm-encode-buffer.
11031
11032 2009-09-04  Glenn Morris  <rgm@gnu.org>
11033
11034         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11035         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11036         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11037         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11038         * mm-util.el (mm-with-unibyte-current-buffer)
11039         (mm-find-buffer-file-coding-system):
11040         * yenc.el (yenc-decode-region): Use default-value rather than
11041         default-enable-multibyte-characters.
11042
11043 2009-09-03  Glenn Morris  <rgm@gnu.org>
11044
11045         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11046         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11047         than default-enable-multibyte-characters.
11048
11049 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11050
11051         * gnus-art.el (gnus-article-read-summary-keys):
11052         Fix gnus-buffer-configuration's value temporarily used.
11053
11054 2009-09-02  Glenn Morris  <rgm@gnu.org>
11055
11056         * gnus-util.el (gnus-float-time): New function.
11057         * gnus-delay.el (gnus-delay-article):
11058         * gnus-sum.el (gnus-thread-latest-date):
11059         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11060         * nnspool.el (nnspool-request-newgroups):
11061         Use gnus-float-time rather than time-to-seconds.
11062         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11063
11064         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11065         (gnus-header-subject-face, gnus-header-newsgroups-face)
11066         (gnus-header-name-face, gnus-header-content-face):
11067         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11068         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11069         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11070         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11071         (gnus-cite-face-11):
11072         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11073         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11074         (gnus-server-closed-face, gnus-server-denied-face)
11075         (gnus-server-offline-face):
11076         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11077         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11078         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11079         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11080         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11081         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11082         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11083         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11084         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11085         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11086         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11087         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11088         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11089         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11090         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11091         (gnus-summary-high-undownloaded-face)
11092         (gnus-summary-low-undownloaded-face)
11093         (gnus-summary-normal-undownloaded-face)
11094         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11095         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11096         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11097         (gnus-splash-face):
11098         * message.el (message-header-to-face, message-header-cc-face)
11099         (message-header-subject-face, message-header-newsgroups-face)
11100         (message-header-other-face, message-header-name-face)
11101         (message-header-xheader-face, message-separator-face)
11102         (message-cited-text-face, message-mml-face):
11103         * sieve-mode.el (sieve-control-commands-face)
11104         (sieve-action-commands-face, sieve-test-commands-face)
11105         (sieve-tagged-arguments-face):
11106         * spam.el (spam-face):
11107         Mark face aliases with "-face" in the name as obsolete.
11108
11109 2009-09-01  Glenn Morris  <rgm@gnu.org>
11110
11111         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11112         than goto-line.
11113
11114 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11117         Don't move point if the command is invoked inside the message header.
11118
11119 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11120
11121         * imap.el (imap-send-command): Simplify.
11122         (imap-wait-for-tag): point-max -> buffer-size.
11123
11124 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11125
11126         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11127         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11128         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11129         * nnir.el (nnir-swish-e-index-file):
11130         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11131         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11132         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11133         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11134         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11135         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11136
11137 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11140         Don't save excursion.
11141
11142 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11143
11144         * nnheader.el (nnheader-find-file-noselect):
11145         * mm-util.el (mm-insert-file-contents):
11146         Use (default-value 'major-mode) instead of default-major-mode.
11147
11148 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11149
11150         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11151
11152 2009-08-26  Glenn Morris  <rgm@gnu.org>
11153
11154         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11155         than placing in files.el.
11156
11157 2009-08-25  Glenn Morris  <rgm@gnu.org>
11158
11159         * nnir.el (top-level): Don't require cl at run-time.
11160         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11161         Replace cl-function substitute with gnus-replace-in-string.
11162         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11163         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11164         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11165         simplified expansions.
11166
11167 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11168
11169         * dig.el (dig): Add autoload cookie.
11170
11171 2009-08-22  Glenn Morris  <rgm@gnu.org>
11172
11173         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11174         goto-line.
11175
11176 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11177
11178         * parse-time.el (parse-time-string-chars): Save match data.
11179
11180 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11181
11182         * parse-time.el (parse-time-string-chars): Compute using character
11183         classes, to handle non-ascii characters (Bug#3190).
11184
11185 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11186
11187         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11188
11189         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11190         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11191         (gnus-mm-display-part, gnus-mime-display-single)
11192         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11193         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11194
11195         * gnus-sum.el
11196         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11197         (gnus-summary-move-article): Add expirable mark to articles copied or
11198         moved to group that has auto-expire turned on if the option is non-nil.
11199
11200 2009-07-24  Glenn Morris  <rgm@gnu.org>
11201
11202         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11203         Fix typo.  (Bug#3903)
11204
11205 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11208         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11209         that should not be used for draft articles.
11210         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11211         that has no concern in minor mode keys.
11212         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11213         Abolish.
11214
11215 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11218         article without making inquiry to a user for unknown encoding.
11219
11220         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11221         (nnmaildir--scan): Assume i-node and device number that file-attributes
11222         returns might be cons-cell.
11223
11224         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11225
11226         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11227
11228 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11229
11230         * auth-source.el: Remove docs now in auth.texi.  Don't use
11231         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11232         `auth-source-hide-passwords' and use them.
11233
11234 2009-07-15  Glenn Morris  <rgm@gnu.org>
11235
11236         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11237
11238 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11241         excessive whitespace from the default values of title and description.
11242
11243 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11246         mail-fetch-field to fetch Content-Description header in order to
11247         exclude newlines.
11248
11249 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11250
11251         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11252         format used by GnuPG 2.0.11.
11253
11254 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11257         to deleted part.
11258
11259 2009-05-30  David Engster  <dengste@eml.cc>
11260
11261         * nnmairix.el: Remove old documentation in the commentary block.
11262         (nnmairix-request-group): Do not update active file for nnml back ends.
11263         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11264         end so that overview files are ignored.
11265         (nnmairix-update-groups): Make updating the groups more robust by using
11266         marks.
11267         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11268         with dollar characters in message-id.
11269
11270 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11273         2008-12-25 in dns.el.
11274
11275 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11276
11277         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11278         could happen if the text is only composed of spaces and/or tabs.
11279
11280 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11281
11282         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11283         when sending a queued message to avoid extra mml tags.
11284
11285 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11288
11289 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11292         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11293         rmail-toggle-header for XEmacs;
11294         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11295
11296 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * gnus-dired.el: Remove autoload for gnus-setup-message.
11299         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11300         displaying Gnus logo; always use compose-mail.
11301
11302 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11305
11306 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11309         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11310         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11311         available.
11312         (gnus-nocem-epg-verify): New function.
11313
11314 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11315
11316         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11317
11318 2009-02-15  Glenn Morris  <rgm@gnu.org>
11319
11320         * gnus-util.el (rmail-insert-rmail-file-header)
11321         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11322         autoloads.
11323         (rmail-default-rmail-file): Remove unnecessary declaration.
11324         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11325
11326 2009-02-14  Glenn Morris  <rgm@gnu.org>
11327
11328         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11329         variable (only used in gnus-util, which declares it anyway).
11330         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11331         which was only needed by gnus-art (changed to not use it any more).
11332         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11333         only used in gnus-util, which autoloads it itself.
11334         (rmail-update-summary): Fix autoload.
11335
11336         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11337         rather than rmail-output-to-rmail-file.
11338
11339 2009-02-07  Glenn Morris  <rgm@gnu.org>
11340
11341         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11342         autoload of function that no longer exists.
11343         (rmail-toggle-header): Declare.
11344         (message-forward-rmail-make-body): Handle mbox Rmail.
11345
11346 2009-01-31  Glenn Morris  <rgm@gnu.org>
11347
11348         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11349         2009-01-09 change.
11350
11351 2009-01-31  Dave Love  <fx@gnu.org>
11352
11353         * imap.el (imap-fetch-safe): Bind debug-on-error.
11354         (imap-debug): Add imap-fetch-safe.
11355
11356 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11357
11358         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11359         (auth-source-forget-all-cached): New convenience function.
11360         (auth-source-user-or-password): Accept list of modes or a single mode.
11361
11362         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11363         auth-source modes.
11364
11365         * netrc.el (netrc-machine-user-or-password): Use list of
11366         auth-source modes.
11367
11368         * nnimap.el (nnimap-open-connection): Use list of
11369         auth-source modes.
11370
11371         * nntp.el (nntp-send-authinfo): Use list of
11372         auth-source modes.
11373
11374 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11375
11376         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11377         now.
11378
11379 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11382         coding system in XEmacs; add a workaround for XEmacs.
11383
11384         * lpath.el: Fbind coding-system-aliasee.
11385
11386 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11389         of current-language-environment.
11390
11391 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11392
11393         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11394         available at runtime.
11395
11396 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11399
11400 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11401
11402         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11403         the greatest positive fixnum value doesn't work under an XEmacs with
11404         bignum support; use the most-positive-fixnum constant instead,
11405         available since Emacs 21.1 with cl and XEmacs 21.1.
11406
11407 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11410         XEmacs gets not to work.
11411
11412 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * mm-util.el (mm-coding-system-priorities): Allow the value like
11415         "Japanese (UTF-8)" of current-language-environment.
11416
11417 2009-01-09  Glenn Morris  <rgm@gnu.org>
11418
11419         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11420         with last-command-event.
11421
11422 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11425         in the doc string.
11426
11427         * message.el (message-fix-before-sending): Amend comment.
11428
11429 2009-01-08  Dave Love  <fx@gnu.org>
11430
11431         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11432
11433 2009-01-07  David Engster  <dengste@eml.cc>
11434
11435         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11436         simplified server definitions by converting it via
11437         gnus-server-to-method.
11438
11439 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11442         parameter's operands.
11443
11444 2009-01-06  David Engster  <dengste@eml.cc>
11445
11446         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11447         primary select method (for gnus-group-mark-article-as-read).
11448
11449 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11450
11451         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11452         `(gnus)Face', not `(gnus)X-Face'.
11453
11454 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * mm-util.el (mm-ucs-to-char): New function.
11457
11458         * mm-url.el (mm-url-decode-entities): Use it.
11459
11460         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11461         unicode-to-char.
11462
11463 2009-01-05  Dave Love  <fx@gnu.org>
11464
11465         * time-date.el: Require cl for `declare'.
11466
11467 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11468
11469         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11470         Dave Love.
11471
11472 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11473
11474         * message.el (message-fix-before-sending): Add `eight-bit' to
11475         illegible-text check.
11476
11477 2009-01-03  Michael Olson  <mwolson@gnu.org>
11478
11479         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11480         `headers' is nil.  This can occur if the IMAP server does not have
11481         permissions to read messages from a folder, but can write new messages
11482         to the folder.
11483         (nnimap-request-article-part): Do not insert `data' if it is nil.
11484
11485         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11486         characters which will confuse `read', so skip past them.
11487
11488 2009-01-01  Dave Love  <fx@gnu.org>
11489
11490         * imap.el (imap-string-to-integer): Fix typo.
11491         (imap-fetch-safe): New function.
11492         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11493
11494         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11495
11496         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11497         (imap-parse-greeting): Fix doc strings.
11498         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11499         (imap-parse-flag-list): Make messages unique.
11500         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11501
11502         * nnimap.el: Fix author email.
11503         (nnimap-split-rule): Add FIXME comment.
11504         (nnimap-debug): Fix doc string.
11505
11506 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11509
11510 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11513         nslookup if resolv.conf isn't available.
11514         (dns-query): Rename from query-dns.
11515         (dns-query-cached): Rename from query-dns-cached.
11516
11517 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11520         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11521         to check if those variables exist (first appeared in Emacs 18.50).
11522
11523 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * mm-util.el (mm-line-number-at-pos): New function.
11526
11527         * spam-report.el (spam-report-process-queue): Use it.
11528
11529 2008-12-24  David Engster  <dengste@eml.cc>
11530
11531         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11532         parameters that haven't existed as variables as buffer-local variables.
11533
11534 2008-12-23  Dave Love  <fx@gnu.org>
11535
11536         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11537         cadar.
11538
11539         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11540         imap-starttls-p.
11541         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11542
11543 2008-12-22  Dave Love  <fx@gnu.org>
11544
11545         * imap.el: Fix author email.  Doc fixes.
11546         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11547         reply.
11548
11549 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * spam-report.el (spam-report-gmane-max-requests): New constant.
11552         (spam-report-gmane-wait): New variable.
11553         (spam-report-gmane-ham, spam-report-gmane-spam)
11554         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11555         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11556         the server.
11557
11558         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11559         Add explanations.
11560
11561         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11562         nnheader-accept-process-output and nnheader-read-timeout if available.
11563         (pop3-movemail): Use it.
11564
11565         * message.el (message-check-news-body-syntax): Fix signature check if
11566         there's an attachment.
11567
11568 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * mm-util.el: Add comments to the mm- emulating functions.
11571
11572 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11575         Reported by Stephen Berman <stephen.berman@gmx.net>.
11576
11577 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * mm-util.el (mm-substring-no-properties): New function.
11580         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11581         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11582         (mm-string-to-multibyte): Doc fix.
11583
11584         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11585
11586 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * mml.el (mml-attach-file): Strip text properties from file name.
11589         (Bug#1574)
11590
11591 2008-12-16  Glenn Morris  <rgm@gnu.org>
11592
11593         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11594
11595 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11598         knows since the charset specified might be a bogus alias that
11599         mm-charset-synonym-alist provides.
11600
11601 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11604         "ISO_8859-1".
11605
11606         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11607
11608 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * mm-util.el (mm-charset-eval-alist):
11611         Define it before mm-charset-to-coding-system.
11612         (mm-charset-to-coding-system): Add optional argument `silent';
11613         define it before mm-charset-override-alist.
11614         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11615         default value if it can be used in Emacs currently running;
11616         silence mm-charset-to-coding-system.
11617
11618 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11621         `allow-override' which says whether to use `mm-charset-override-alist'.
11622         (rfc2047-decode-encoded-words): Use it.
11623
11624         * mm-util.el (mm-charset-override-alist): Fix custom type;
11625         add `(gb2312 . gbk)' to choices.
11626
11627 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11630         fast.
11631
11632         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11633
11634         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11635
11636 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11637
11638         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11639         on links.
11640
11641         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11642
11643 2008-12-03  Lute Kamstra  <lute@gnu.org>
11644
11645         * sha1.el: Remove leading * from docstrings of defcustoms,
11646         deffaces, defconsts and defuns.
11647
11648 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11651         users' addresses that don't have domain parts.
11652         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11653         rather than message-narrow-to-head since there will be the message
11654         header separator.
11655
11656 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11657
11658         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11659         since the result is inserted in a unibyte buffer anyway.
11660         (nnimap-demule-use-string-to-multibyte): Remove.
11661         (nnimap-demule): Alias it to mm-string-to-multibyte.
11662
11663 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11666         variable for debugging bug#464 and bug#1174.
11667         (nnimap-demule): Use it.
11668
11669 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11670
11671         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11672         score calculation correctly.
11673
11674 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11675
11676         * message.el (message-send-mail): Just set the buffer to unibyte
11677         rather than use mm-with-unibyte-current-buffer which does a lot more.
11678         (message-send-mail-partially): Don't bother with
11679         mm-with-unibyte-current-buffer since it's already been made unibyte by
11680         message-send-mail.
11681
11682 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11683
11684         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11685
11686 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11687
11688         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11689
11690 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11693         require itself and to remove `with-no-warnings'.
11694
11695 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11696
11697         * starttls.el (starttls-any-program-available): Get the name of the
11698         available TLS layer program.
11699         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11700         well as the host name in the "opening" message.
11701
11702         * auth-source.el (auth-source-cache, auth-source-do-cache)
11703         (auth-source-user-or-password): Cache passwords and logins by default,
11704         allow override with `auth-source-do-cache'.
11705         (auth-source-forget-user-or-password): Allow users to remove cache
11706         entries if needed.
11707
11708 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11709
11710         * md4.el (md4-buffer): Fix typo in docstring.
11711         (md4, md4-64): Doc fixes.
11712         (md4-pack-int32): Reflow docstring.
11713
11714 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11715
11716         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11717         condition-case to only the forward-sexp call.
11718
11719 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11720
11721         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11722         quotes contained.  Make it more robust regardless by an extra
11723         condition-case wrapper.
11724
11725 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11728
11729 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * nnml.el (nnml-request-expire-articles): Check if the function set to
11732         `nnmail-expiry-target' returns the symbol `delete'.
11733
11734         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11735
11736         * nnmail.el (nnmail-expiry-target): Fix custom type.
11737
11738 2008-10-02  Glenn Morris  <rgm@gnu.org>
11739
11740         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11741         Silence compiler warning.
11742
11743 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11744
11745         * tls.el (open-tls-stream): Show the actual command being
11746         executed, instead of the format string.
11747
11748 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * lpath.el: Fbind codepage-setup for Emacs 23.
11751
11752 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11753
11754         * mml.el (mml-menu): Don't assume mml2015 is bound.
11755
11756 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11759         exists.
11760
11761 2008-09-27  Glenn Morris  <rgm@gnu.org>
11762
11763         * gnus-util.el (mail-header-remove-comments): Autoload it.
11764
11765 2008-09-27  Andreas Schwab  <schwab@suse.de>
11766
11767         * gnus-util.el (gnus-split-references): Strip comments.
11768         (gnus-parent-id): Likewise.
11769
11770 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * message.el (message-confirm-send): Fix version.
11773
11774 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * message.el (message-idna-to-ascii-rhs-1): Use
11777         mail-extract-address-components rather than mail-header-parse-addresses
11778         that is an alias by default to ietf-drums-parse-addresses that does not
11779         support non-ASCII names in headers' contents.
11780
11781 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11782
11783         * message.el (message-confirm-send): Fix variable documentation to
11784         avoid the "y/n" wording.
11785
11786 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11787
11788         * message.el (message-set-auto-save-file-name): Save to a different
11789         filename so multiple messages (especially drafts) can be recovered.
11790
11791 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11792
11793         * message.el (message-confirm-send): Add appropriate version.
11794
11795 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11796
11797         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11798         defvar.
11799
11800 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11801
11802         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11803         (mm-pkcs7-enveloped-magic): Ditto.
11804
11805 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11806
11807         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11808         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11809
11810 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11811
11812         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11813         default, it's better.
11814
11815 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11816
11817         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11818         summary line gnus-number property and ignore them (with a warning
11819         message).
11820
11821 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11824         macro caddr in the interactive form since it won't be expanded.
11825
11826 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11829         `charset'; fix name of function called recursively.
11830         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11831
11832 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11835         (gnus-mime-set-charset-parameters): New function.
11836         (gnus-mime-view-part-as-charset): Use it to correctly display part
11837         specifying wrong charset.
11838
11839 2008-09-08  David Engster  <dengste@eml.cc>
11840
11841         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11842         in completing-read for back end server.
11843
11844 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11845
11846         * message.el (message-confirm-send): New variable to confirm sending a
11847         message.
11848         (message-send): Use it.
11849
11850 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11851
11852         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11853
11854 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11857
11858 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11859
11860         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11861         prevent tracking too many groups.
11862         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11863         Use it.
11864
11865 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11866
11867         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11868         moving point to the bottom of the window in order to avoid recentering.
11869
11870 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11873
11874         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11875         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11876         (gnus-article-beginning-of-window): Fix calculation.
11877
11878 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-msg.el (gnus-summary-supersede-article)
11881         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11882         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11883         message header.
11884
11885 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11886
11887         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11888         pending output coming after the status change.
11889
11890 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11891
11892         * message.el:
11893         * gnus-start.el:
11894         * gnus-registry.el: Remove VMS support.
11895
11896 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11897
11898         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11899         macro.
11900         (rfc2104-hash): Use it.
11901
11902 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11905         (gnus-summary-sort-by-most-recent-date): New commands.
11906         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11907         and menu entries.
11908
11909 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11912         don't redisplay article for raw contents; remove plural articles stuff.
11913
11914         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11915         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11916         on gnus-summary-save-article; display results properly.
11917
11918 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * lpath.el: No need to fbind ns-focus-frame.
11921
11922 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11925
11926 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * gnus-art.el (gnus-summary-save-in-pipe):
11929         Consider gnus-save-all-headers.
11930
11931 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11932
11933         * gnus-util.el (ns-focus-frame): Remove declaration.
11934         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11935         like x.
11936
11937 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11938
11939         * rfc2104.el (rfc2104-zero): Delete defconst.
11940         (rfc2104-hex-alist): Likewise.
11941         (rfc2104-hex-to-int): Delete func.
11942         (rfc2104-hexstring-to-bitstring): Likewise.
11943         (rfc2104-nybbles): New defconst.
11944         (rfc2104-hash): Rewrite for speed.
11945
11946 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * tls.el (open-tls-stream): Make it work with the 2nd argument
11949         BUFFER that is a string but does not exist as a buffer object, as
11950         mentioned in the doc-string.
11951
11952 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11953
11954         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11955         SXEmacs.
11956
11957 2008-07-16  Glenn Morris  <rgm@gnu.org>
11958
11959         * gnus-util.el (ns-focus-frame): Declare for compiler.
11960
11961 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11964         set as a group parameter.
11965         (gnus-summary-save-in-pipe): Work when it is called independently.
11966         (gnus-summary-pipe-to-muttprint): Don't modify
11967         gnus-summary-pipe-output-default-command.
11968
11969 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11970
11971         * message.el (message-send-mail-with-sendmail):
11972         Display the error message.
11973
11974 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-art.el (gnus-default-article-saver):
11977         Add gnus-summary-save-in-pipe to choices.
11978         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11979         gnus-summary-pipe-output-default-command as the default command.
11980         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11981         instead of gnus-last-shell-command.
11982
11983         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11984         New user option.
11985         (gnus-summary-muttprint-program): Mention the value will be changed.
11986         (gnus-summary-save-article): Force showing of all headers.
11987         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11988
11989 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11990
11991         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11992
11993 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11994
11995         * nnimap.el (nnimap-id):
11996         * sieve-manage.el (sieve-manage-open): Doc fixes.
11997
11998 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11999
12000         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12001         if available.
12002
12003 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12004
12005         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12006
12007         * nnkiboze.el (nnkiboze-generate-group):
12008         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12009
12010         * nnmairix.el: Require CL.
12011
12012 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * dgnushack.el: Autoload get-display-table and put-display-table for
12015         XEmacs 21.5.
12016
12017         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12018         21.4 and SXEmacs.
12019
12020 2008-06-15  David Engster  <dengste@eml.cc>
12021
12022         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12023
12024 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12025
12026         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12027         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12028         runtime choice under XEmacs.
12029
12030         * gnus-sum.el (gnus-summary-set-display-table):
12031         Use `gnus-put-display-table', `gnus-get-display-table',
12032         `gnus-set-display-table' for the display table, instead of `aset'.
12033
12034         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12035         Use `gnus-put-display-table', `gnus-get-display-table',
12036         `gnus-set-display-table' for the display table.
12037
12038 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12039
12040         * nnmairix.el: Add autoloads.
12041
12042 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12043
12044         * nnmairix.el (nnmairix-delete-recreate-group)
12045         (nnmairix-update-and-clear-marks): Fix error messages.
12046
12047 2008-06-14  David Engster  <dengste@eml.cc>
12048
12049         * nnmairix.el: Upgrade to version 0.6.
12050         (nnmairix-group-toggle-propmarks-this-group)
12051         (nnmairix-group-toggle-readmarks-this-group)
12052         (nnmairix-group-delete-recreate-this-group)
12053         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12054         (nnmairix-remove-tick-mark-original-article): New commands.
12055         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12056         (nnmairix-propagate-marks-to-nnmairix-groups)
12057         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12058         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12059         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12060         functions needed for marks propagation and manipulation of read marks.
12061         (nnmairix-update-groups): New function.
12062         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12063         (nnmairix-determine-original-group-from-registry)
12064         (nnmairix-determine-original-group-from-path)
12065         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12066         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12067         New helper functions.
12068         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12069         keystrokes for new commands.
12070         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12071         (nnmairix-request-group): Check allow-fast group parameter.
12072         (nnmairix-request-create-group): Set allow-fast group parameter if
12073         nnmairix-allowfast-default is set.
12074         (nnmairix-close-group): Propagate marks upon closing if needed.
12075         (nnmairix-group-toggle-threads-this-group): Use new.
12076         nnmairix-group-toggle-parameter helper function.
12077         (nnmairix-search): Better check for empty search result.
12078         (nnmairix-goto-original-article): Use new helper functions for
12079         determining original article.
12080         (nnmairix-show-original-article): Make sure message-id is in brackets.
12081         (nnmairix-call-mairix-binary): Change variable name.
12082         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12083         helper function.
12084         (nnmairix-widget-toggle-activate): Fix doc string.
12085
12086 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * nnir.el: Require edmacro when compiling with XEmacs.
12089         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12090         available in Emacs 21.
12091
12092 2008-06-11  Glenn Morris  <rgm@gnu.org>
12093
12094         * gnus-util.el (x-focus-frame):
12095         * gnus.el (image-size):
12096         * mm-decode.el (image-size): Declare.
12097
12098         * gnus-picon.el (declare-function): Add compat definition.
12099         (image-size): Declare.
12100
12101         * gnus-group.el (tool-bar-map):
12102         * gnus-sum.el (tool-bar-map): Define for compiler.
12103
12104         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12105
12106         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12107
12108         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12109         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12110         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12111         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12112         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12113         * sieve-manage.el, spam-report.el, spam.el:
12114         Remove unnecessary eval-and-compile of autoloads.
12115
12116 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12117
12118         * auth-source.el: Precise Tramp doc.
12119
12120 2008-06-07  Glenn Morris  <rgm@gnu.org>
12121
12122         * nnmairix.el: Remove unnecessary eval-when-compile.
12123
12124 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * lpath.el: Fbind propertize for XEmacs 21.4.
12127
12128 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * nnir.el: Move here from ../contrib.
12131
12132 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12133
12134         * gnus-util.el (gnus-read-shell-command): New function.
12135         * mm-decode.el (mm-pipe-part):
12136         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12137
12138 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12141
12142 2008-06-03  Glenn Morris  <rgm@gnu.org>
12143
12144         * pop3.el (nnheader-accept-process-output): Autoload it.
12145
12146 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12149         are not 2-digit hexadecimal characters that follow `%'s.
12150
12151 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * message.el (message-bogus-recipient-p): Fix type in doc string.
12154         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12155         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12156         Improve custom options.
12157         (message-bogus-recipient-p): Adjust accordingly.
12158
12159 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12160
12161         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12162         long-form month and day names.
12163
12164 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * dgnushack.el: Autoload debug, eudc-expand-inline and
12167         pgg-snarf-keys-region for XEmacs.
12168
12169         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12170
12171         * nnmairix.el: Require edmacro when compiling with XEmacs.
12172
12173 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12174
12175         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12176         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12177
12178 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12179
12180         * auth-source.el: Add more docs.
12181
12182         * netrc.el (netrc-machine): Always match if the port is not given.
12183
12184 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12185
12186         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12187         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12188         retrieval faster in some cases, but might make CPU usage larger.
12189         If this has any bad side effects, we might revert this change.
12190
12191         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12192         seems to make mail retrieval much, much faster.
12193         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12194         unconditionally.
12195
12196         * gnus-draft.el (gnus-group-send-queue):
12197         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12198
12199 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12200
12201         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12202
12203         * message.el (message-bogus-address-regexp): Fix and improve custom
12204         type.
12205         (message-setup-hook): Add message-check-recipients as custom option.
12206
12207 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * message.el (message-cite-function): Remove bogus autoload which crept
12210         in during merge from v5-10.
12211
12212 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12213
12214         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12215
12216         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12217
12218         * auth-source.el: Preliminary Tramp docs.
12219         (auth-sources): Change the default auth-sources to use
12220         EPA .gpg files.
12221
12222 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12223
12224         * nntp.el: Autoload `auth-source-user-or-password'.
12225         (nntp-send-authinfo): Use it.
12226
12227         * nnimap.el: Autoload `auth-source-user-or-password'.
12228         (nnimap-open-connection): Use it.
12229
12230         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12231         for the gnus-message function.
12232         (auth-source-user-or-password): Use it.
12233
12234 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12235
12236         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12237         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12238         (rfc2104-hash): Use it.
12239
12240 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12241
12242         * gnus-art.el (gnus-article-toggle-truncate-lines):
12243         Don't use `iff' in docstring.
12244
12245 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12246
12247         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12248
12249         * gnus-util.el (gnus-extract-address-component-name)
12250         (gnus-extract-address-component-email): Convenience functions around
12251         `gnus-extract-address-components'.
12252
12253         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12254         Use `gnus-extract-address-component-email' to fix bug of comparing full
12255         sender name to `user-mail-address'.
12256
12257 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12258
12259         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12260         catch/throw to optimize.
12261         (gnus-registry-find-keywords): Just use member to find a keyword.
12262
12263 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12264
12265         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12266         is current before calling gnus-server-prepare.
12267         (gnus-server-setup-buffer, gnus-server-update-server)
12268         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12269
12270 2008-05-04  Juri Linkov  <juri@jurta.org>
12271
12272         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12273         (mailcap-file-default-commands): Use mailcap-replace-in-string
12274         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12275         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12276
12277 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12278
12279         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12280
12281 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12282
12283         * gnus.el: Bump version to 0.11.
12284
12285 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12286
12287         * gnus.el: No Gnus v0.10 is released.
12288
12289 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12290
12291         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12292         hooks.
12293         (gnus-update-read-articles): Speed up non-marks-using users.
12294         (gnus-use-marks): Define gnus-use-marks.
12295         (gnus-propagate-marks): Rename variable to something more sensible.
12296
12297 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12298
12299         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12300         (gmm-image-load-path-for-library): Fix typos in docstrings.
12301         (gmm-message): Reflow docstring.
12302
12303 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12304
12305         * mail-source.el (mail-source-set-1, mail-source-bind):
12306         Move auth-source code out of the macro to clean it up and fix bugs.
12307
12308 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12309
12310         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12311         by sender if it's equal to user-mail-address, it's likely to be
12312         useless.
12313
12314         * mail-source.el (mail-source-bind): Don't use user or password if they
12315         are not bound.  Unintern them if they are nil.  Don't use server unless
12316         it's bound, and default it to empty string otherwise.
12317
12318 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12319
12320         * mail-source.el: Load auth-source.el.
12321         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12322         get user name or password, if auth-sources is set up.
12323
12324         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12325         strategy of splitting with parent.
12326         (gnus-registry-split-fancy-with-parent)
12327         (gnus-registry-post-process-groups): Use it and fix prior
12328         bug (returning a list as the split result).
12329
12330         * auth-source.el (auth-sources): Remove server parameter.
12331         (auth-source-pick, auth-source-user-or-password)
12332         (auth-source-user-or-password-imap)
12333         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12334         (auth-source-user-or-password-sftp)
12335         (auth-source-user-or-password-smtp): Remove server parameter.
12336
12337 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12338
12339         * smime.el (smime-sign-region, smime-encrypt-region)
12340         (smime-decrypt-region):
12341         Remove redundant calls to `generate-new-buffer-name'.
12342
12343 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12344
12345         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12346         Don't use QP for message/rfc822.
12347         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12348
12349 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12350
12351         * sieve-manage.el (sieve-string-bytes): Remove.
12352         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12353         correct byte-length only if the process's coding-system is the same as
12354         the one used internally by Emacs to represent strings.
12355
12356 2008-04-22  Juri Linkov  <juri@jurta.org>
12357
12358         * mailcap.el (mailcap-file-default-commands): New function.
12359
12360 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12361
12362         * message.el (message-signature-separator, message-cite-function):
12363         Change custom version.
12364
12365 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12366
12367         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12368         commands.
12369         (tls-checktrust): Ditto.
12370
12371 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12372
12373         * mm-decode.el (mm-display-external): Make temp file read-only.
12374
12375 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12376
12377         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12378         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12379         `C-c C-f d'.
12380
12381 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12382
12383         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12384
12385 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12386
12387         * gnus.el: Bump version to 0.9.
12388
12389 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12390
12391         * gnus.el: No Gnus v0.8 is released.
12392
12393 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12394
12395         * mail-source.el (mail-source-value):
12396         Prefer fboundp to functionp so it works with macros as well.
12397
12398 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12399
12400         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12401         Fix last change in case the element is not even a symbol.
12402
12403 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12404
12405         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12406         Prefer fboundp to functionp so it works with macros as well.
12407
12408 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12409
12410         * auth-source.el: Add docs.
12411         (auth-sources): Modify format to support server.
12412         (auth-source-pick, auth-source-user-or-password)
12413         (auth-source-user-or-password-imap)
12414         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12415         (auth-source-user-or-password-sftp)
12416         (auth-source-user-or-password-smtp): Add server parameter.
12417
12418 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12419
12420         * gnus-registry.el: Initialize the registry when gnus-registry-install
12421         is t.
12422
12423 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * compface.el (uncompface): Make buffer unibyte.
12426
12427 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12428
12429         * mail-source.el (mail-source-value):
12430         Prefer fboundp to functionp so it works with macros as well.
12431
12432 2008-04-05  Glenn Morris  <rgm@gnu.org>
12433
12434         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12435
12436 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12437
12438         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12439         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12440
12441         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12442         multibyteness after rather than before erasing it.
12443
12444         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12445         mm-with-multibyte.
12446         (gnus-request-article-this-buffer): Make sure the proper decoding is
12447         used if gnus-original-article-buffer happens to be unibyte.
12448
12449         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12450         default-enable-multibyte-characters.
12451
12452         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12453         default-enable-multibyte-characters.
12454
12455         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12456
12457         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12458
12459 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12460
12461         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12462         Fix last change in case the element is not even a symbol.
12463
12464 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12465
12466         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12467         (imap-message-copyuid-1): Use it.
12468         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12469         J. Williams in
12470         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12471
12472         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12473         imap-enable-exchange-bug-workaround.
12474         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12475
12476 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12477
12478         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12479         a 100 byte status-checks into a 2-3MB transfer for each group.
12480         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12481         to enable bug workaround or not.
12482         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12483
12484 2008-03-31  Glenn Morris  <rgm@gnu.org>
12485
12486         * message.el (mml2015-use): Declare for compiler.
12487         (message-info): Require mml2015 when appropriate.
12488
12489 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12492         whitespace.
12493
12494 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12495
12496         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12497         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12498         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12499         (nntp-service-to-port): New function.
12500         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12501         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12502         (nntp-open-netcat-stream): New function.
12503         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12504
12505 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12506
12507         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12508
12509 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12510
12511         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12512
12513 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12514
12515         * dns.el (dns-write): Use set-buffer-multibyte.
12516
12517 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12518
12519         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12520
12521 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * message.el (message-signature-separator): Change default.
12524         Improve custom type.
12525         (message-cite-function): Change default to
12526         message-cite-original-without-signature.
12527
12528         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12529         toggle.
12530
12531         * message.el (message-check-news-body-syntax): Fix signature check.
12532         (message-setup-1): Mark buffer as unmodified _after_ running
12533         message-setup-hook and handling message-alternative-emails.
12534         (message-shorten-references): Be more strict when building list of
12535         valid references to comply with GNKSA.
12536
12537         * gnus-group.el (gnus-read-ephemeral-bug-group)
12538         (gnus-read-ephemeral-debian-bug-group)
12539         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12540
12541         * message.el (message-info): Don't use booleanp which isn't supported
12542         in Emacs 21 and XEmacs.
12543
12544 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12547         gnus-group-gmane-group-download-format.
12548         (gnus-group-read-ephemeral-gmane-group): Rename from
12549         gnus-group-read-ephemeral-gmane-group.
12550         (gnus-read-ephemeral-gmane-group-url): Rename from
12551         gnus-group-read-ephemeral-gmane-group-url.
12552         (gnus-bug-group-download-format-alist): New variable.
12553         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12554         (gnus-read-ephemeral-emacs-bug-group): New commands.
12555
12556 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12557
12558         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12559         (gnus-visible-headers): Improve custom type.
12560
12561 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * mml.el (mml-menu): Add workarounds for XEmacs.
12564
12565         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12566         X-Boundary header.
12567
12568         * message.el (message-simplify-recipients): Fix previous commit.
12569
12570 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12571
12572         * mm-util.el (mm-set-buffer-multibyte): New function.
12573         * mm-decode.el (mm-copy-to-buffer): Use it.
12574
12575         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12576         Prefer fboundp to functionp so it works with macros as well.
12577
12578 2008-03-19  Glenn Morris  <rgm@gnu.org>
12579
12580         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12581         Accidentally removed in the sync process with Emacs.
12582
12583 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12584
12585         * message.el (message-alter-recipients-discard-bogus-full-name):
12586         New function.
12587         (message-alter-recipients-function): New variable.
12588         (message-get-reply-headers): Use it.
12589         (message-replace-header): New helper function.
12590         (message-recipients-without-full-name): New variable.
12591         (message-simplify-recipients): New command.
12592
12593         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12594
12595         * message.el (message-info): Handle EasyPG manual.
12596
12597         * mml.el (mml-menu): Add entry for EasyPG.
12598
12599 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12600
12601         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12602         parameter.
12603
12604         * message.el (message-disassociate-draft): Specify drafts group name
12605         fully.
12606
12607 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12608
12609         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12610         Eliminate unnecessary duplicates from the match list.
12611
12612 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12615
12616         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12617
12618         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12619         args of `how-many' of which the XEmacs version doesn't take; declare
12620         Info-index-next as function.
12621
12622 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * gnus-score.el (gnus-score-headers): Fix handling of
12625         gnus-inhibit-slow-scoring.
12626
12627         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12628         string.
12629         (gnus-button-url-regexp): Improve handling of parenthesis.
12630         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12631         (gnus-button-handle-info-keystrokes): Handle index entries.
12632
12633 2008-03-15  Glenn Morris  <rgm@gnu.org>
12634
12635         * parse-time.el (parse-time-string): Simplify.
12636
12637 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12640         Incoming* files.
12641
12642 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12643
12644         * auth-source.el (auth-sources): Rename from auth-source-choices.
12645         (auth-source-pick): Use it.
12646
12647 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12648
12649         * binhex.el (binhex-decode-region-internal):
12650         * uudecode.el (uudecode-decode-region-internal):
12651         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12652         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12653         setting default-enable-multibyte-characters.
12654
12655 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12656
12657         * auth-source.el (auth-source-protocols)
12658         (auth-source-protocols-customize, auth-source-choices): Add and
12659         modified variable customizations and defaults.
12660         (auth-source-pick, auth-source-user-or-password)
12661         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12662         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12663         (auth-source-user-or-password-sftp)
12664         (auth-source-user-or-password-smtp): Use new variables and provide an
12665         interface to netrc.el.
12666
12667 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12670         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12671         Make sure the nntp port to specify is a string.
12672
12673 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12674
12675         * nntp.el: Use with-current-buffer.
12676         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12677         dubious mm-with-unibyte-current-buffer.
12678         (nntp-with-open-group-function): New function extracted from
12679         nntp-with-open-group macro.
12680         (nntp-with-open-group): Use the function, so it's easier to debug.
12681         Add indentation and debugging info.
12682         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12683         Recommend the use of the netcat alternatives.
12684
12685         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12686         Avoid mm-string-as-multibyte as well.
12687
12688         * nnweb.el (nnweb-insert-html):
12689         Remove use of nnheader-string-as-multibyte.
12690
12691         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12692         (nnheader-string-as-multibyte): Remove.
12693
12694         * mm-view.el: Use inhibit-read-only.
12695         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12696         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12697         or unibyte-string.
12698
12699         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12700         (mm-uu-yenc-extract): Use with-current-buffer.
12701
12702         * gnus-soup.el (gnus-soup-send-packet): Don't use
12703         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12704
12705         * nnmh.el: Use with-current-buffer.
12706         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12707         mm-string-as-multibyte on the output of mm-encode-coding-string.
12708
12709         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12710         (nnimap-request-move-article): Use with-current-buffer.
12711
12712         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12713         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12714         conversion uses string-make-unibyte rather than string-as-unibyte.
12715
12716         * gnus-msg.el: Use with-current-buffer.
12717
12718         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12719
12720 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12721
12722         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12723         string for caching if it is 'PIN.
12724
12725 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * lpath.el: Consider the case without Emacs/W3.
12728
12729 2008-03-08  Glenn Morris  <rgm@gnu.org>
12730
12731         * time-date.el (date-to-time, time-subtract, time-add)
12732         (safe-date-to-time): Doc fixes.
12733
12734 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * mail-source.el (mail-source-delete-old-incoming-confirm):
12737         Change default to nil.
12738         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12739
12740 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * lpath.el: Rearrange.
12743
12744         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12745         (gnus-article-goto-prev-page): Work for articles having ^L's.
12746
12747         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12748
12749         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12750
12751 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12752
12753         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12754         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12755         (gnus-bookmark-jump): Adjust some variable names.
12756
12757 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12758
12759         * auth-source.el: New package.
12760         (auth-source-choices): Add customization entry point variable.
12761
12762         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12763         bug.
12764
12765 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12766
12767         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12768         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12769         (gnus-registry-install-shortcuts): Rename from
12770         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12771         the `gnus-registry-mark-map' keymap dynamically from
12772         `gnus-registry-marks'.  The generated functions update the summary line
12773         when a registry mark is added or deleted, and will call
12774         `gnus-registry-install-p' (see the comments in the code).
12775         (gnus-registry-user-format-function-M): Use concat intelligently.
12776
12777         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12778         the registry mark functions.
12779
12780 2008-03-05  Glenn Morris  <rgm@gnu.org>
12781
12782         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12783         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12784         gnus-art.
12785         (top-level): No need to load own source when compiling.
12786
12787 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12788
12789         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12790         Suggested by <chris.anderton@zetnet.co.uk>.
12791
12792 2008-03-04  Glenn Morris  <rgm@gnu.org>
12793
12794         * gnus-sum.el (top-level): No need to require gnus when compiling,
12795         since unconditionally required near start of file.
12796         (gnus-summary-display-while-building): Move definition before use.
12797
12798 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12799
12800         * gnus-registry.el (gnus-registry-user-format-function-M):
12801         Add formatting function.
12802
12803 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12804
12805         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12806         with plists.
12807         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12808         Use new format.
12809
12810 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12813         `where-is-internal' that returns a range of key sequences.
12814
12815 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12816
12817         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12818
12819         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12820         (gnus-summary-jump-to-group): Consider windows on other displayed
12821         frames as well.  Similar changes might be needed elsewhere, but that's
12822         the one I've bumped into during my use.
12823
12824         * nndoc.el (nndoc-oe-dbx-type-p):
12825         * gnus-msg.el (gnus-debug):
12826         * gnus-group.el (gnus-update-group-mark-positions):
12827         Use mm-string-to-multibyte.
12828
12829 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12830
12831         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12832         doesn't handle NotDashEscaped.
12833
12834         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12835         (mml-dnd-attach-options): Fix typo in custom choice.
12836
12837         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12838         Change nndoc-article-type to mbox.
12839         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12840
12841         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12842         to nil, instead of html2text.
12843
12844         * imap.el (imap-debug): Add `imap-ping-server'.
12845
12846         * gnus-bookmark.el: Add FIXMEs.
12847
12848         * message.el (message-form-letter-separator)
12849         (message-send-form-letter-delay): New variables.
12850         (message-send-form-letter): Use them.  New command to send form
12851         letters.  Requested by Uwe Siart.
12852         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12853
12854 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12855
12856         * Update copyright years.
12857
12858 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12859
12860         Sync from EMACS_22_BASE.
12861
12862         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12863
12864 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12865
12866         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12867         empty author.
12868
12869 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12870
12871         * gnus-registry.el (gnus-registry-marks): Add variable for
12872         customization of marks and their appearance.
12873         (gnus-registry-read-mark): Use it.
12874         (gnus-registry-do-marks): Add utility function to loop through
12875         `gnus-registry-marks'.
12876         (gnus-registry-install-shortcuts-and-menus): Add function to install
12877         shortcuts and menus.
12878         (gnus-registry-initialize): Use it.
12879         (gnus-registry-default-mark): Clarify documentation.
12880
12881 2008-02-29  Glenn Morris  <rgm@gnu.org>
12882
12883         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12884         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12885         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12886         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12887         Change defcustom :version from 23.0 to 23.1.
12888
12889 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12890
12891         * gnus-registry.el (gnus-registry-follow-group-p)
12892         (gnus-registry-post-process-groups): Add functions to aid registry
12893         splitting and improve logging.  Clarify behavior in function
12894         documentation.
12895         (gnus-registry-split-fancy-with-parent): Use them.
12896
12897 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12898
12899         * gnus-art.el: Use with-current-buffer.
12900
12901 2008-02-27  David Engster  <dengste@eml.cc>
12902
12903         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12904         Express real group name in the response.
12905
12906 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12909         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12910         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12911         autoload gnus-registry-fetch-group when compiling.
12912         (nnmairix-request-group-with-article-number-correction):
12913         Remove unreferenced argument passed to nnmairix-call-backend.
12914
12915 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12916
12917         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12918         (mm-uu-extract): Improve face for low color ttys.
12919         Reported by Sascha Wilde.
12920
12921 2008-02-27  Glenn Morris  <rgm@gnu.org>
12922
12923         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12924         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12925         variables to defconsts.  Convert comments to doc-strings.
12926         (nnmairix-last-server, nnmairix-current-server): Convert from free
12927         variables to defvars.  Convert comments to doc-strings.
12928         (gnus-registry-fetch-group): Autoload.
12929         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12930         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12931         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12932         caddr.
12933         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12934         nnmairix-request-group-with-article-number-correction call.
12935         (nnmairix-fast, nnmairix-group): New, less general names, for free
12936         variables passed from nnmairix-request-group to
12937         nnmairix-request-group-with-article-number-correction.  Declare.
12938         (nnmairix-request-group-with-article-number-correction):
12939         Use nnmairix-fast, nnmairix-group rather than fast, group.
12940
12941 2008-02-26  David Engster  <dengste@eml.cc>
12942
12943         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12944         version 0.5.
12945
12946 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12947
12948         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12949         instead of making an extra function call.  Don't add the current group
12950         to articles only when they have the group.  Use
12951         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12952         Reported by David <de_bb@arcor.de>.
12953
12954 2008-02-24  Miles Bader  <miles@gnu.org>
12955
12956         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12957         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12958         (mm-find-mime-charset-region):
12959         * mm-bodies.el (mm-encode-body):
12960         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12961
12962 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12965         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12966
12967 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12968
12969         * mail-source.el (mail-source-delete-incoming): Change default.
12970         Supplement doc string.
12971
12972         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12973
12974 2008-02-14  Glenn Morris  <rgm@gnu.org>
12975
12976         * time-date.el (format-seconds): New function.
12977
12978 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12979
12980         * nnmail.el (nnmail-message-id-cache-file): Derive from
12981         `gnus-home-directory'.
12982
12983 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12984
12985         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12986         Document negative prefix.
12987
12988         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12989
12990 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12991
12992         * message.el (message-unsent-separator): Add the Exim bounce
12993         separator.
12994
12995 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12996
12997         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12998         list.
12999         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13000         recipient/signer list.
13001
13002 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * Makefile.in (datarootdir): Define.
13005         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13006         name that might contain whitespace.
13007
13008 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13011         fbound (Emacs 23 unicode), signal an error.
13012
13013 2008-02-08  Glenn Morris  <rgm@gnu.org>
13014
13015         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13016
13017 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13018
13019         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13020         ports to the calls to `netrc-machine-user-or-password' in addition to
13021         "imap" and "imaps".
13022
13023 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13024
13025         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13026
13027         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13028
13029 2008-02-01  Kenichi Handa  <handa@m17n.org>
13030
13031         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13032         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13033         (rfc2104-hash): Convert the result of concat to unibyte string.
13034
13035 2008-02-01  Dave Love  <fx@gnu.org>
13036
13037         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13038         coding-system-for-read.
13039         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13040
13041 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13042
13043         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13044         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13045         <hanche@math.ntnu.no>.
13046
13047 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13050
13051         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13052
13053 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13054
13055         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13056         * message.el (message-beginning-of-line): Use featurep instead of bound
13057         tests in order to resolve conditionals at compile time.
13058
13059 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13060
13061         * mail-source.el (mail-sources): Add `group' choice.
13062
13063         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13064         parameter `in-group' to control into which group the articles go.
13065         Add treatment of `group' mail-source.
13066
13067 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13070
13071         * mm-decode.el (mm-dissect-buffer): Decode description.
13072
13073         * mml.el (mml-to-mime): Encode message header first.
13074
13075 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13078         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13079
13080         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13081         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13082
13083 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13084
13085         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13086
13087 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13090         prefix keys.
13091         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13092         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13093         gnus-xmas.el.
13094
13095         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13096         (gnus-xmas-article-describe-bindings): New function.
13097         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13098         gnus-xmas-article-describe-bindings.
13099
13100         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13101
13102 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13103
13104         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13105         Add new variables for article mark management.
13106         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13107         list of extra data entries which, when present, will indicate that the
13108         article ID should not be trimmed from the registry.
13109         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13110         functions.
13111         (gnus-registry-read-mark): New function to read a mark name from the
13112         user.
13113         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13114         (gnus-registry-set-article-mark-internal): New functions to add and
13115         remove marks.
13116         (gnus-registry-get-article-marks): New function to show the marks for
13117         an article, or retrieve them for further use.
13118
13119 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13122         keys when no argument is given.
13123
13124 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * imap.el (imap-ping-server): New variable.
13127         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13128         (imap-ping-server): Minor doc string fixes.
13129
13130 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13131
13132         * imap.el (imap-ping-server): New function.
13133         (imap-opened): Call imap-ping-server.
13134
13135 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * gnus-sum.el (gnus-article-sort-by-random)
13138         (gnus-thread-sort-by-random): Fix doc strings.
13139         Reported by jidanni@jidanni.org.
13140
13141 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * gnus-art.el (gnus-article-describe-bindings): New function.
13144         (gnus-article-read-summary-keys): Use it.
13145         (gnus-article-mode-map): Bind `C-h b' to it.
13146
13147 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13150         XEmacs.
13151         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13152         Protect against non-character events.
13153
13154         * lpath.el: Fbind map-keymap for Emacs 21.
13155
13156 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13159         New command.
13160         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13161         instead of END.  Change name of the temp file.
13162         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13163         customizable.
13164
13165 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13168         bind `S W' to gnus-article-wide-reply-with-original; set default
13169         binding to gnus-article-read-summary-send-keys.
13170         (gnus-article-read-summary-keys): Fix the order of keys; display
13171         continuation keys correctly in the echo area; describe bindings
13172         correctly when keys end with `C-h'.
13173         (gnus-article-read-summary-send-keys): New function.
13174         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13175         Work for gnus-article-read-summary-send-keys; display continuation keys
13176         correctly in the echo area.
13177         (gnus-article-reply-with-original): Ignore prefix argument.
13178         (gnus-article-wide-reply-with-original): New function.
13179
13180         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13181         Emacs 21.
13182
13183 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13186         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13187
13188 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13191         (gnus-group-read-ephemeral-gmane-group): New command.
13192
13193 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13194
13195         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13196
13197 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * message.el (message-send-mail-function): Increase custom version.
13200
13201         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13202         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13203
13204 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13205
13206         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13207         for the cases where imap-authenticate is called with a nil buffer
13208         parameter.
13209
13210 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13213         html parts correctly; support forwarded messages.
13214         (gnus-article-browse-html-article): Remove work buffers.
13215
13216         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13217         compiling.
13218         (netrc-bound-and-true-p): New macro.
13219         (netrc-parse): Use it instead of bound-and-true-p that is not available
13220         in XEmacs 21.4.
13221
13222 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13223
13224         * gnus-registry.el (gnus-registry-mark-article)
13225         (gnus-registry-article-marks): Add functionality to mark articles
13226         through the Gnus registry.
13227
13228         * encrypt.el: Clarify documentation for the new pgg method.
13229         (encrypt-file-alist): Add PGG option.
13230         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13231         functionality.  Abstract password key and messaging to external
13232         functions.
13233         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13234         (encrypt-message-method-and-cipher): Add new convenience external
13235         functions.
13236         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13237         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13238
13239         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13240         (netrc-parse): Use encrypt-file-alist to determine if
13241         encrypt-find-model or encrypt-insert-file-contents should be used.
13242
13243         * encrypt.el: Clarify documentation.  Load password-cache or
13244         password, whichever one is found first, instead of autoloading.
13245
13246 2007-12-19  Glenn Morris  <rgm@gnu.org>
13247
13248         * mml.el (message-options-set, message-narrow-to-head)
13249         (message-in-body-p, message-mail-p, message-encode-message-body):
13250         Autoload.
13251         (message-remove-header, message-narrow-to-headers-or-head)
13252         (message-subscribed-p, message-make-mail-followup-to)
13253         (message-position-on-field, message-news-p)
13254         (message-options-set-recipient, message-generate-headers)
13255         (message-sort-headers): Declare as functions.
13256
13257 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13260         convention in doc string.
13261
13262 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13265         title to html parts.
13266         (gnus-article-browse-html-article): Pass message header to it.
13267
13268         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13269
13270 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13273         or password compatible with XEmacs.
13274
13275 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13278         format document.
13279         (gnus-mime-delete-part): Don't write description line if empty.
13280         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13281
13282 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13283
13284         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13285         (gnus-summary-mark-read-and-unread-as-read)
13286         (gnus-summary-mark-current-read-and-unread-as-read)
13287         (gnus-summary-mark-unread-as-ticked): Doc fix.
13288         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13289
13290 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13293         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13294
13295 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13298         yes-or-no-p.
13299
13300 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * mm-decode.el (mm-add-meta-html-tag): New function.
13303         (mm-save-part-to-file, mm-pipe-part): Use it.
13304
13305         * gnus-art.el (gnus-article-browse-delete-temp-files):
13306         Use gnus-y-or-n-p instead of y-or-n-p.
13307         (gnus-article-browse-html-parts): Work with message/external-body; use
13308         mm-add-meta-html-tag.
13309
13310 2007-12-11  Glenn Morris  <rgm@gnu.org>
13311
13312         * gnus-cache.el: Require gnus-sum not just when compiling.
13313
13314         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13315
13316         * gnus-int.el (gnus-server-opened, gnus-status-message):
13317         Move definitions before use.
13318
13319         * mm-decode.el: Require gnus-util.
13320         (mm-remove-part): Only call delete-annotation on XEmacs.
13321
13322         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13323
13324         * nnmail.el: Require gnus-int.
13325
13326         * spam.el: Move `require's before `eval-when-compile's.
13327
13328         * gnus-ems.el (gnus-alive-p):
13329         * gnus-fun.el (message-goto-eoh):
13330         * gnus-util.el (gnus-group-name-decode):
13331         * mail-source.el (gnus-compress-sequence):
13332         * message.el (Info-goto-node, format-spec):
13333         * mm-bodies.el (message-options-get):
13334         * mm-decode.el (mm-view-pkcs7):
13335         * mm-util.el (gmm-write-region):
13336         * mml-smime.el (mml-compute-boundary)
13337         (gnus-completing-read-with-default):
13338         * mml.el (widget-button-press, gnus-make-hashtable):
13339         * mml1991.el (mm-decode-content-transfer-encoding)
13340         (mm-encode-content-transfer-encoding)
13341         (message-options-get, message-options-set):
13342         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13343         * nnfolder.el (gnus-request-group):
13344         * nnheader.el (ietf-drums-unfold-fws):
13345         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13346         * smime.el (gnus-run-mode-hooks):
13347         * spam-stat.el (gnus-message): Autoload.
13348
13349         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13350         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13351         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13352         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13353         Add declare-function compatibility definition.
13354
13355         * gnus-cache.el (nnvirtual-find-group-art):
13356         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13357         (gnus-add-image, gnus-add-wash-type):
13358         * gnus-group.el (nnkiboze-score-file):
13359         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13360         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13361         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13362         (message-tokenize-header, gnus-get-buffer-create)
13363         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13364         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13365         * gnus.el (gnus-group-decoded-name):
13366         * mail-source.el (imap-capability):
13367         * mm-bodies.el (message-options-set):
13368         * mm-decode.el (gnus-configure-windows):
13369         * mm-extern.el (message-goto-body):
13370         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13371         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13372         (epg-sub-key-validity, message-options-set):
13373         * mml.el (widget-event-point, gnus-configure-windows):
13374         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13375         * mml2015.el (epg-check-configuration, epg-configuration)
13376         (message-options-set):
13377         * nndb.el (nndb-request-article):
13378         * nnfolder.el (gnus-request-create-group):
13379         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13380         * nnmaildir.el (gnus-group-mark-article-read):
13381         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13382         * rfc1843.el (message-fetch-field):
13383         * spam.el (gnus-extract-address-components):
13384         Declare as functions.
13385
13386 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13389
13390         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13391
13392         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13393         bind show-trailing-whitespace for XEmacs.
13394
13395 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13396
13397         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13398         new no-op macro for backward compatibility.
13399
13400         * imap.el (imap-string-to-integer): New function.
13401
13402 2007-12-09  Glenn Morris  <rgm@gnu.org>
13403
13404         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13405
13406         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13407         * message.el, mm-view.el, sieve-manage.el, smime.el:
13408         Add declare-function compatibility definition.
13409
13410         * gnus-art.el (w3-region, w3m-region, Info-menu):
13411         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13412         * gnus-sum.el (gnus-get-predicate):
13413         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13414         * message.el (mail-abbrev-in-expansion-header-p):
13415         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13416         (w3m-detect-meta-charset, w3m-region):
13417         * sieve-manage.el (password-read, password-cache-add)
13418         (password-cache-remove):
13419         * smime.el (password-read-and-add): Declare as functions.
13420
13421 2007-12-08  David Kastrup  <dak@gnu.org>
13422
13423         * gnus-sum.el (gnus-summary-simplify-subject-query):
13424         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13425         `message'.
13426
13427 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13430         it to bind idna-program, installation-directory, defined-colors, and
13431         face-attribute for XEmacs of the version that compiles defcustom forms.
13432
13433 2007-12-07  Glenn Morris  <rgm@gnu.org>
13434
13435         * gnus-art.el (article-make-date-line): Revert previous change.
13436
13437 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13440
13441 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13442
13443         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13444         Call gnus-add-to-range ranges only once with a prepared article-list.
13445
13446 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13447
13448         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13449         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13450         group names with backslashes.
13451         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13452
13453 2007-12-06  Deepak Goel  <deego3@gmail.com>
13454
13455         * gnus-art.el (article-make-date-line):
13456         * gnus-start.el (gnus-load):
13457         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13458
13459 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * gnus-art.el (gnus-use-idna):
13462         * gnus-start.el (gnus-site-init-file):
13463         * message.el (message-use-idna):
13464         * mm-uu.el (mm-uu-hide-markers):
13465         * smiley.el (smiley-style): Revert changes that suppress warnings.
13466
13467 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13470         specify charset to html source.
13471         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13472
13473 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13476         idna-program in order to suppress byte compile warning issued by XEmacs
13477         that came to byte compile the default value section of defcustom forms
13478         recently.
13479
13480         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13481         value of installation-directory.
13482
13483         * message.el (message-use-idna): Don't directly refer to the value of
13484         idna-program.
13485
13486         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13487
13488         * smiley.el (smiley-style): Don't directly call face-attribute.
13489
13490 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13491
13492         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13493
13494         * gnus-dired.el: Reduce Gnus dependencies.
13495         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13496         Don't require.  Use autoloads instead.
13497         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13498         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13499         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13500         (gnus-dired-mode): Adjust doc string.
13501         (gnus-dired-mail-mode): New variable.
13502         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13503         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13504         (gnus-dired-mail-buffers): New function.  Return mail or message
13505         composition buffers.
13506         (gnus-dired-attach): Use it.
13507         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13508         NO-DECODE.
13509         (gnus-dired-print): Use `gnus-print-buffer' depending on
13510         `gnus-dired-mail-mode'.
13511
13512 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * rfc2047.el (rfc2047-encoded-word-regexp)
13515         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13516         explaining what regexp patterns are for.
13517
13518 2007-12-04  Glenn Morris  <rgm@gnu.org>
13519
13520         * password.el: Move to password-cache.el.
13521
13522         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13523         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13524         * mml-smime.el (password-read, password-cache-add)
13525         (password-cache-remove):
13526         No need to autoload, since mml-sec requires password.
13527
13528         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13529         * message.el (gnus-extract-address-components):
13530         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13531
13532         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13533         password.
13534
13535 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13536
13537         * mailcap.el: Reduce dependencies.
13538         (mail-header-parse-content-type): Autoload.
13539         (mailcap-delete-duplicates): New alias.
13540         (mailcap-mime-info): Add optional argument NO-DECODE.
13541         (mailcap-mime-types): Use mailcap-delete-duplicates.
13542
13543         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13544
13545 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13546
13547         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13548         (imap-parse-status): Upcase status-att for servers that sends them
13549         lower-case (e.g., MS Exchange 2007).
13550
13551 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13552
13553         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13554         function.
13555
13556         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13557         (gnus-uu-yenc-article): New function.
13558
13559         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13560
13561         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13562
13563 2007-12-02  Glenn Morris  <rgm@gnu.org>
13564
13565         * binhex.el (binhex): New custom group.
13566         (binhex-decoder-program, binhex-decoder-switches)
13567         (binhex-use-external): Move to the binhex custom group.
13568
13569         * uudecode.el (uudecode): New custom group.
13570         (uudecode-decoder-program, uudecode-decoder-switches)
13571         (uudecode-use-external): Move to the uudecode custom group.
13572
13573         * netrc.el (top-level): Don't load `encrypt' features.
13574         (netrc-parse): Don't use encrypt.
13575         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13576
13577         * encrypt.el: Remove file.
13578
13579 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13582         matches on patches.
13583
13584         * gnus-art.el (gnus-article-browse-html-article):
13585         Mention `mm-text-html-renderer' in the doc string.
13586
13587         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13588         string.  Add comments.
13589
13590         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13591         if rhs is ASCII.
13592
13593 2007-12-01  Glenn Morris  <rgm@gnu.org>
13594
13595         * mail-source.el (top-level): Require format-spec before
13596         eval-when-compile.
13597
13598 2007-11-30  Glenn Morris  <rgm@gnu.org>
13599
13600         * encrypt.el: Require password, rather than autoloading password-read.
13601
13602 2007-11-29  Glenn Morris  <rgm@gnu.org>
13603
13604         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13605         (sasl-make-client, sasl-next-step, sasl-step-data)
13606         (sasl-step-set-data): Declare as functions.
13607
13608 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13609
13610         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13611
13612 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13613
13614         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13615         certs should be verified and what is to be done in the event of a
13616         verification failure.
13617
13618         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13619         caller can indicate whether the cache should be disregarded for this
13620         call.  This way the result of the call is reproducible at all times and
13621         can be considered a canonical server name for the supplied method.
13622         (gnus-agent-method-p): Canonicalize server names by pushing their
13623         method through `gnus-method-to-server' using the no-cache argument.
13624
13625         * gnus-srvr.el (gnus-server-insert-server-line):
13626         Call `gnus-method-to-server' with `no-cache' argument.
13627
13628         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13629         gnus-agent-possibly-synchronize-flags as this should be called when the
13630         server is actually being opened.
13631         (gnus-agent-possibly-synchronize-flags)
13632         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13633         flags file of an agentized server to the latter function.
13634
13635         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13636         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13637         after a connection has been established successfully.
13638
13639 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-art.el (article-display-face): Force to display face if called
13642         interactively; check if gnus-article-x-face-too-ugly matches author.
13643         (article-display-x-face): Display face even if From header is missing
13644         as article-display-face does.
13645
13646 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13647
13648         * hashcash.el (message-narrow-to-headers-or-head)
13649         (message-fetch-field, message-goto-eoh)
13650         (message-narrow-to-headers): Declare as functions.
13651
13652 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13653
13654         * mail-source.el (mail-sources): Default to fetch from file for
13655         compatibility with default of nnmail-spool-file.
13656
13657 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13660         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13661         to look for encoded word that should be encoded again.
13662         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13663         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13664         encoding pattern.
13665         (rfc2047-decode-region): Switch strict regexp and loose one according
13666         to rfc2047-allow-irregular-q-encoded-words.
13667
13668 2007-11-25  Romain Francoise  <romain@orebokech.com>
13669
13670         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13671
13672 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * tls.el (tls-program): Provide more custom choices from
13675         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13676         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13677
13678 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13679
13680         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13681         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13682
13683         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13684         `nnmail-spool-file'.
13685
13686         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13687         `nnmail-spool-file'.
13688
13689         * gnus-move.el (gnus-change-server): Ditto.
13690
13691         * gnus-kill.el (gnus-batch-score): Ditto.
13692
13693         * gnus-cache.el (gnus-jog-cache): Ditto.
13694
13695         * gnus-msg.el (gnus-summary-reply):
13696         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13697
13698 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13701         version.  Minor improvement to doc strings.
13702         (tls-program): Add comment.
13703
13704 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13705
13706         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13707         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13708         mismatch between the hostname provided in the certificate and the name
13709         of the host connnecting to.
13710         (open-tls-stream): Use them.  Check certificates against trusted root
13711         certificates.
13712
13713 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * gnus-cache.el (gnus-cache-generate-nov-databases):
13716         Use nnml-generate-nov-databases-directory instead of
13717         nnml-generate-nov-databases-1.
13718
13719 2007-11-24  Glenn Morris  <rgm@gnu.org>
13720
13721         * message.el (message-tool-bar-retro): Update for rename
13722         mail_send.xpm->mail-send.xpm.
13723
13724 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13725
13726         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13727         `smime-ldap-search' for Emacs 22 and up.
13728
13729 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13730
13731         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13732
13733         * message.el (message-send-mail-function): Fix error convention.
13734         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13735         (message-widen-reply, message-send-mail, message-talkative-question)
13736         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13737         (message-clone-locals, message-send-news): Use with-current-buffer.
13738         (message-insert-or-toggle-importance): Remove unused var `valid'.
13739         (message-make-references): Remove unused var `new-references'.
13740         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13741
13742 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13743
13744         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13745         (spam-split-symbolic-return-positive): Reflow docstring.
13746         (spam-backends, spam-summary-exit-behavior)
13747         (spam-mark-ham-unread-before-move-from-spam-group)
13748         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13749         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13750         (spam-clear-cache, spam-backend-check, spam-install-backend)
13751         (spam-install-statistical-backend, spam-list-of-processors)
13752         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13753         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13754         (spam-check-crm114, spam-initialize, spam-unload-hook):
13755         Fix typos in docstrings.
13756
13757 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13760         been checked if they have never been read and those group levels are
13761         higher than the one that a user specified.
13762
13763 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13766         foreign groups unless a group level is specified by a user.
13767         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13768
13769 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * message.el (message-send-mail-function): Require sendmail.
13772
13773 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13774
13775         * message.el (message-send-mail-function): Check for smtpmail too.
13776
13777         * utf7.el (utf7-encode, utf7-decode): Use coding system
13778         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13779
13780         * message.el (message-send-mail-function): New function.
13781         (message-send-mail-function): Set default using
13782         message-send-mail-function.  Adjust doc string.
13783         (message-send-mail-with-mailclient): New function.
13784
13785 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13786
13787         * smime.el (from):
13788         * rfc2047.el (message-posting-charset):
13789         * qp.el (mm-use-ultra-safe-encoding):
13790         * pop3.el (parse-time-months):
13791         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13792         * nnml.el (files):
13793         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13794         (jka-compr-compression-info-list, ange-ftp-path-format)
13795         (efs-path-regexp):
13796         * nndiary.el (files):
13797         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13798         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13799         (epg-digest-algorithm-alist, inhibit-redisplay)
13800         (password-cache-expiry):
13801         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13802         (pgg-output-buffer, password-cache-expiry):
13803         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13804         (efs-path-regexp):
13805         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13806         (inhibit-redisplay):
13807         * mm-uu.el (file-name, start-point, end-point, entry)
13808         (gnus-newsgroup-name, gnus-newsgroup-charset):
13809         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13810         (latin-unity-ucs-list):
13811         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13812         (mm-uu-binhex-decode-function):
13813         * message.el (gnus-message-group-art, gnus-list-identifiers)
13814         (rmail-enable-mime-composing, gnus-local-organization)
13815         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13816         (gnus-read-active-file, facemenu-add-face-function)
13817         (facemenu-remove-face-function, gnus-article-decoded-p)
13818         (tool-bar-mode):
13819         * mail-source.el (display-time-mail-function):
13820         * gnus-util.el (nnmail-pathname-coding-system)
13821         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13822         (gnus-original-article-buffer, gnus-user-agent)
13823         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13824         (xemacs-codename, sxemacs-codename, emacs-program-version):
13825         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13826         * gnus-start.el (gnus-agent-covered-methods)
13827         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13828         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13829         (gnus-newsgroup-headers, gnus-group-list-mode)
13830         (gnus-group-mark-positions, gnus-newsgroup-data)
13831         (gnus-newsgroup-unreads, nnoo-state-alist)
13832         (gnus-current-select-method, mail-sources)
13833         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13834         (nnmail-spool-file, gnus-cache-active-hashtb):
13835         * gnus-mh.el (mh-lib-progs):
13836         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13837         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13838         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13839         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13840         (gnus-group-buffer):
13841         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13842         (font-lock-set-defaults):
13843         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13844         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13845         (gnus-summary-post-menu, total-parts, type, condition, length):
13846         * gnus-agent.el (gnus-agent-read-agentview):
13847         * flow-fill.el (show-trailing-whitespace):
13848         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13849         eval-and-compile wrappers for byte compiler pacifiers.
13850
13851         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13852         (mm-display-inline-fontify): Check for featurep 'xemacs not
13853         extent-list.
13854
13855         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13856         itimer-list.
13857         (mm-create-image-xemacs): Only do something for XEmacs.
13858         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13859
13860         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13861
13862         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13863         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13864
13865 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13866
13867         * nnimap.el (nnimap-split-download-body):
13868         * gnus-demon.el (gnus-demon):
13869         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13870
13871 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13874         New macros.
13875         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13876         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13877         copy data from unibyte buffer to multibyte current buffer.
13878         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13879         to copy data from unibyte current buffer to multibyte buffer.
13880         (nntp-make-process-buffer): Make process buffer unibyte.
13881
13882         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13883
13884 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13885
13886         * pop3.el (pop3-open-server): Accept and process data more robustly at
13887         connection start to avoid spurious "POP SSL connection failed" errors.
13888
13889 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13892         read group names.
13893
13894 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13897
13898 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13901         (nnmail-save-active): Use a unibyte buffer when saving active file,
13902         which may contain non-ASCII group names.
13903
13904         * nnml.el (nnml-request-group): Decode group names in messages.
13905
13906 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13907
13908         * message.el (message-citation-line-function)
13909         (message-insert-formatted-citation-line): Fix spelling of
13910         `message-insert-formated-citation-line'.
13911
13912 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13915
13916 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13919         nnmail-pathname-coding-system.
13920
13921         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13922         that a user enters; decode group names in messages.
13923
13924         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13925
13926 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13929
13930         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13931
13932         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13933         risky local variable.
13934
13935         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13936
13937 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13938
13939         * encrypt.el: Improve documentation to fix function name typo.
13940         Reported by Daiki Ueno <ueno@unixuser.org>.
13941
13942 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13945         even if the point is not in the last page of an article.
13946         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13947         back to the previous page.
13948
13949 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13950
13951         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13952
13953 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13956
13957 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13958
13959         * message.el (message-check-news-body-syntax):
13960         Avoid mm-string-as-multibyte.
13961         (message-hide-headers): Don't assume (point-min)==1.
13962
13963 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13964
13965         * message.el (message-remove-blank-cited-lines): Fix if remove is
13966         given.
13967         (message-bogus-address-regexp): New variable.
13968         (message-bogus-recipient-p): New function.
13969         (message-check-recipients): New command.
13970         (message-syntax-checks): Add `bogus-recipient'.
13971         (message-fix-before-sending): Add `bogus-recipient'.
13972
13973         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13974         (gnus-treat-body-boundary): Don't test window-system.
13975
13976 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13977
13978         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13979
13980 2007-10-28  Miles Bader  <miles@gnu.org>
13981
13982         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13983         at compile-time too.
13984
13985 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * gnus-msg.el (gnus-message-setup-hook):
13988         Add `message-remove-blank-cited-lines' to options.
13989
13990 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * message.el (message-remove-blank-cited-lines): New function.
13993         Suggested by Karl Plästerer.
13994
13995 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13998         mapc.
13999
14000         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14001         (top-level): Use mapc to set functions to be traced for debugging.
14002
14003         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14004         called for effect with while loop.
14005
14006         * message.el (message-talkative-question): Replace mapcar called for
14007         effect with mapc.
14008
14009         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14010         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14011         called for effect with dolist.
14012
14013         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14014
14015         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14016         gnus-extra-headers and nnmail-extra-headers.
14017
14018         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14019         called for effect with dolist.
14020         (top-level): Use mapc to set functions to be traced for debugging.
14021
14022         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14023         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14024         dolist.
14025
14026         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14027         Replace mapcar called for effect with mapc.
14028         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14029         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14030         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14031         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14032
14033         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14034         remove-if that's a cl function.
14035
14036         * webmail.el (webmail-debug): Replace mapcar called for effect with
14037         dolist.
14038
14039         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14040         with mapc.
14041
14042 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14045         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14046         with while loop.
14047
14048         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14049         functions from article-* functions.
14050         (gnus-multi-decode-header): Replace mapcar called for effect with
14051         dolist.
14052
14053         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14054         (gnus-bookmark-show-details): Replace mapcar called for effect with
14055         while loop.
14056
14057         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14058         called for effect with while loop.
14059
14060         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14061         with dolist.
14062
14063         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14064         Replace mapcar called for effect with dolist.
14065
14066         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14067
14068         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14069         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14070         Replace mapcar called for effect with dolist.
14071         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14072         mapc.
14073
14074         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14075         Replace mapcar called for effect with dolist.
14076         (gnus-topic-list): Replace mapcar called for effect with mapc.
14077
14078         * gnus.el: Use mapc instead of mapcar to add autoloads.
14079
14080 2007-10-23  Richard Stallman  <rms@gnu.org>
14081
14082         * gnus-group.el (gnus-group-highlight): Mark as risky.
14083
14084 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * gnus.el (gnus-server-to-method): Return method found first in
14087         gnus-newsrc-alist.
14088
14089         * gnus-art.el (gnus-article-highlight-signature)
14090         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14091         button overlay without the front stickiness.
14092
14093 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14094
14095         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14096         overview buffer needed a catch to receive its throw.
14097         (gnus-agent-flush-cache): Declare as interactive to make this function
14098         easier to use.
14099
14100 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14103         `next-line'.
14104
14105 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14108         exclude address matching message-dont-reply-to-names.
14109
14110 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * gnus-util.el (gnus-string<): New function.
14113
14114         * gnus-sum.el (gnus-article-sort-by-author)
14115         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14116
14117 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14120         the frame-focus tag is set in gnus-buffer-configuration.
14121
14122 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14125         the front stickiness.
14126
14127 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14130         url pattern; remove duplicate one.
14131         (gnus-article-extend-url-button): New function.
14132         (gnus-article-add-buttons): Use it.
14133         (gnus-button-push): Use concatenated url that it makes.
14134
14135 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14136
14137         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14138
14139 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14140
14141         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14142         Don't hardcode point-min==1.
14143
14144 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14145
14146         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14147         Fix comment about "iso8859-1".
14148
14149 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14150
14151         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14152         ones returned from the verify-function.
14153
14154         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14155         Call mml2015-extract-cleartext-signature if extraction failed.
14156
14157 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14158
14159         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14160         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14161         failed.
14162
14163 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14166
14167 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14168
14169         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14170         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14171         recommends to use EasyPG instead of PGG.
14172
14173         * pgg.el: Revert to revision 6.23.2.16.
14174
14175         * pgg-def.el: Revert to revision 6.6.2.14.
14176
14177         * pgg-gpg.el: Revert to revision 6.23.2.34.
14178
14179 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14180
14181         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14182         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14183         thread for both the null and zero (kill/expire thread) universal prefix
14184         cases.
14185         (gnus-summary-expire-thread): Add new function to expire a thread,
14186         using gnus-summary-kill-thread.
14187         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14188         shortcuts for gnus-summary-expire-thread.
14189         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14190         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14191
14192 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14193
14194         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14195         extras value, so an extras entry can be deleted.
14196         (gnus-registry-delete-extra-entry): Use it.
14197         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14198         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14199         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14200         storage through the gnus-registry, and provide an appropriate API for
14201         it.
14202
14203 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14206         Suggested by Leo <sdl.web@gmail.com>.
14207
14208         * gnus.el: Do.
14209
14210 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14213         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14214
14215         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14216
14217         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14218         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14219
14220 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14223         newline.
14224         (nnmbox-request-accept-article): Don't change article in source buffer;
14225         narrow to header to use message-fetch-field rather than
14226         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14227         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14228         as delimiters; make sure article ends with newline.
14229         (nnmbox-delete-mail): Correct last position of article to be deleted;
14230         ignore X-Gnus-Newsgroup header in article body.
14231         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14232         positions; make sure article ends with newline.
14233
14234         * message.el (message-display-abbrev): Don't infloop when a user
14235         inserts SPC in the beginning of header.
14236
14237         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14238         coding-system-for-read and coding-system-for-write for XEmacs having no
14239         file-coding feature.
14240
14241         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14242
14243 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14244
14245         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14246         list of groups not followed by default.  Fix type to be regexp.
14247         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14248
14249 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14250
14251         * hmac-def.el (define-hmac-function): Switch from old-style to
14252         new-style backquotes.
14253
14254         * md4.el (md4-make-step): Likewise.
14255
14256 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14259         raw-text coding system when saving .newsrc file, which may contain
14260         non-ASCII group names.
14261
14262 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus-cus.el (gnus-score-extra): New widget.
14265         (gnus-score-extra-convert): New function.
14266         (gnus-score-customize): Use it for Extra.
14267
14268 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14269
14270         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14271         (mml2015-mailcrypt-clear-verify): Use it.
14272         (mml2015-gpg-clear-verify): Use it.
14273         (mml2015-pgg-clear-verify): Use it.
14274         (mml2015-epg-clear-verify): Replace the current part with the output
14275         from GnuPG; don't extract the plaintext by itself.
14276
14277         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14278         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14279         mml2015-clear-verify-function; don't touch the armor headers or
14280         dash-escaped text here.
14281
14282 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14285         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14286         parts, or application/octet-stream as a last resort.
14287         (gnus-mime-view-part-as-type): Don't toggle display.
14288         (gnus-mime-view-part-as-charset): Don't turn off display before
14289         querying charset.
14290
14291         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14292         stuff to undisplayer function in Emacs.
14293         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14294
14295         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14296         text/calendar parts.
14297
14298 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14301         decoding text/calendar parts.
14302
14303         * message.el (message-forward-make-body-mime): Always mark body as
14304         having no illegible text; remove signed-or-encrypted argument.
14305         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14306
14307         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14308         (mml-generate-mime-1): Don't encode body if it is specified to be in
14309         raw form; don't make buffer be unibyte when inserting multibyte string.
14310
14311 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14312
14313         * sha1.el: Fix up comment style.
14314         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14315         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14316
14317         * hex-util.el: Fix up comment style.
14318         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14319
14320         * gnus-salt.el: Use with-current-buffer.
14321         (gnus-pick-setup-message): Fix long-standing typo.
14322
14323 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * imap.el (imap-logout-timeout): New variable.
14326         (imap-logout, imap-logout-wait): New functions.
14327         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14328
14329         * nnimap.el (nnimap-logout-timeout): New server variable.
14330         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14331         nnimap-logout-timeout.
14332
14333         * gnus-art.el (gnus-article-summary-command-nosave)
14334         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14335
14336 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * gnus.el (gnus-maximum-newsgroup): New variable.
14339
14340         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14341         according to gnus-maximum-newsgroup.
14342
14343         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14344         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14345         Limit the range of articles according to gnus-maximum-newsgroup.
14346
14347 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14348
14349         * gnus-art.el (gnus-sticky-article): Fix problems described in
14350         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14351         Don't perform gnus-configure-windows here; reuse existing sticky
14352         article buffer.
14353
14354         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14355         it doesn't exist in gnus-article-mode.
14356
14357 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14360         (gnus-agent-decoded-group-name): New function.
14361         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14362         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14363
14364 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14365
14366         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14367         Add binding for gnus-sticky-article.
14368         (gnus-summary-exit): Don't kill sticky article buffers.
14369
14370         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14371         article buffer.
14372         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14373         (gnus-kill-sticky-article-buffers): New commands.
14374
14375 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * nntp.el (nntp-xref-number-is-evil): New server variable.
14378         (nntp-find-group-and-number): If it is non-nil, don't trust article
14379         numbers in the Xref header.
14380
14381 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * gnus-agent.el (gnus-agent-read-group): New function.
14384         (gnus-agent-flush-group, gnus-agent-expire-group)
14385         (gnus-agent-regenerate-group): Use it.
14386         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14387         nnmail-pathname-coding-system.
14388
14389 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14392
14393         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14394         that are unread as unread, and also as selected so that information of
14395         marks having been changed by a user may be updated when exiting group.
14396
14397 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14398
14399         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14400
14401 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14404         calculated ignoring signature parts to gnus-treat-article.
14405
14406 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14409         a point here in order to keep the window start.
14410         (gnus-insert-mime-security-button): Make a button overlay without the
14411         front stickiness.
14412         (gnus-mime-display-security): Goto the end of a button.
14413
14414         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14415
14416 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14419         group-name-at-point.
14420         (gnus-group-completing-read): New function that offers decoded
14421         non-ASCII group names for completion.
14422         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14423         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14424         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14425         (gnus-group-fetch-control): Use it.
14426         (gnus-fetch-group): Use group-name-at-point for the initial value
14427         rather than the default value; use gnus-alive-p.
14428
14429         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14430         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14431         (gnus-summary-post-news): Use gnus-group-completing-read.
14432
14433         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14434         (gnus-read-move-group-name): Decode group name for completion.
14435
14436 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14437
14438         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14439         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14440         Yamaoka slightly modified the code).
14441
14442 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14445         (nnmail-split-incoming): Bind it.
14446
14447         * nnml.el (nnml-group-name-charset): New function.
14448         (nnml-decoded-group-name): Use it; don't decode group name if
14449         nnmail-group-names-not-encoded-p is non-nil.
14450         (nnml-encoded-group-name): New function.
14451         (nnml-group-pathname): Inline nnml-decoded-group-name.
14452         (nnml-request-expire-articles): Decode group name in message.
14453         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14454         nnmail-pathname-coding-system.
14455         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14456         not decoded ones according to nnmail-group-names-not-encoded-p.
14457         (nnml-generate-active-info): Use nnml-encoded-group-name.
14458
14459 2007-08-08  Glenn Morris  <rgm@gnu.org>
14460
14461         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14462         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14463         doc-strings and comments.
14464
14465 2007-07-25  Glenn Morris  <rgm@gnu.org>
14466
14467         * Relicense all FSF files to GPLv3 or later.
14468
14469 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * gnus-sum.el (gnus-summary-move-article):
14472         Make gnus-summary-respool-article work.
14473
14474 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14477         string.
14478
14479 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14480
14481         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14482         that should be ignored when comparing distant RSS articles with local
14483         ones.
14484         (nnrss-make-hash-index): New function.  Create a hash index according
14485         to the ignored fields.
14486         (nnrss-check-group): Use it.
14487
14488 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14491
14492         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14493
14494         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14495         the new optional argument ENCODED is non-nil.
14496         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14497         coding system for encoding group name.
14498         (gnus-group-make-rss-group): Pass un-encoded group name to
14499         gnus-group-make-group.
14500         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14501         encoded.
14502
14503         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14504         Encode group name to which articles are moved or copied.
14505         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14506         coding system for encoding Newsgroup, Followup-To and Xref headers.
14507
14508         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14509         marks; use nnheader-file-coding-system to write a file.
14510         (nnagent-retrieve-headers): Bind file-name-coding-system to
14511         nnmail-pathname-coding-system.
14512
14513         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14514
14515         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14516         (nnml-request-article, nnml-request-create-group)
14517         (nnml-request-rename-group, nnml-find-id)
14518         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14519         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14520         (nnml-save-marks): Use nnml-group-pathname instead of
14521         nnmail-group-pathname.
14522
14523         (nnml-request-create-group, nnml-request-expire-articles)
14524         (nnml-request-move-article, nnml-request-delete-group)
14525         (nnml-deletable-article-p, nnml-possibly-create-directory)
14526         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14527         (nnml-open-marks): Bind file-name-coding-system to
14528         nnmail-pathname-coding-system.
14529
14530         (nnml-request-article): Pass server argument to nnml-find-group-number.
14531         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14532         Pass server argument to nnml-possibly-create-directory.
14533         (nnml-request-accept-article): Pass server argument to
14534         nnml-active-number and nnml-save-mail.
14535         (nnml-find-group-number): Pass server argument to nnml-find-id.
14536         (nnml-request-update-info): Pass server argument to
14537         nnml-marks-changed-p.
14538
14539         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14540         (nnml-save-mail, nnml-active-number): Add server argument.
14541
14542         (nnml-request-delete-group): Warn if group is missing.
14543         (nnml-get-nov-buffer): Decode group name.
14544         (nnml-generate-active-info): Encode group name.
14545         (nnml-open-marks): Decode group name in messages.
14546
14547 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14550         if it is not specified.
14551         (gnus-article-pipe-part, gnus-article-save-part)
14552         (gnus-article-interactively-view-part, gnus-article-copy-part)
14553         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14554         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14555         (gnus-article-replace-part, gnus-article-delete-part)
14556         (gnus-article-view-part-as-type): Pass raw prefix argument to
14557         gnus-article-part-wrapper.
14558
14559 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * gnus-agent.el (gnus-agent-save-active):
14562         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14563
14564         * gnus-cache.el (gnus-cache-save-buffers)
14565         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14566         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14567         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14568         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14569         (gnus-cache-generate-active, gnus-cache-rename-group)
14570         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14571         (gnus-cache-update-overview-total-fetched-for):
14572         Bind file-name-coding-system to nnmail-pathname-coding-system.
14573         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14574         New variables.
14575         (gnus-cache-decoded-group-name): New function.
14576         (gnus-cache-file-name): Use it.
14577         (gnus-cache-generate-active): Use non-decoded group name for active.
14578
14579         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14580         right place.
14581         (gnus-write-active-file): Don't break non-ASCII group names.
14582
14583         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14584         nnmail-pathname-coding-system.
14585
14586         * lpath.el: Bind default-file-name-coding-system,
14587         file-name-coding-system and language-info-alist for XEmacs.
14588
14589         * gnus-uu.el (gnus-uu-decode-save): Typo.
14590
14591 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14594
14595 2007-07-14  David Kastrup  <dak@gnu.org>
14596
14597         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14598         finishing actions if we did not edit the article.
14599
14600 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14603         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14604         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14605         (gnus-agent-flush-group, gnus-agent-flush-cache)
14606         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14607         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14608         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14609         (gnus-agent-regenerate-group)
14610         (gnus-agent-update-files-total-fetched-for)
14611         (gnus-agent-update-view-total-fetched-for):
14612         Bind file-name-coding-system to nnmail-pathname-coding-system.
14613         (gnus-agent-group-pathname): Don't encode file names by
14614         nnmail-pathname-coding-system.
14615         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14616         coding-system-for-write instead of buffer-file-coding-system to
14617         gnus-agent-file-coding-system.
14618
14619         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14620         Decode group name.
14621
14622         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14623
14624         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14625         (gnus-read-newsrc-el-file): Make group names unibyte.
14626
14627         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14628         nnmail-pathname-coding-system.
14629
14630         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14631         (nnrss-request-delete-group): Bind file-name-coding-system to
14632         nnmail-pathname-coding-system.
14633         (nnrss-read-server-data, nnrss-read-group-data):
14634         Bind file-name-coding-system correctly.
14635         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14636
14637         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14638         (nntp-server-to-method-cache): New variable.
14639         (nntp-group-pathname): New function that decodes non-ASCII group names.
14640         (nntp-possibly-create-directory, nntp-marks-changed-p)
14641         (nntp-save-marks, nntp-open-marks): Use it.
14642         (nntp-possibly-create-directory, nntp-open-marks):
14643         Bind file-name-coding-system to nnmail-pathname-coding-system.
14644         (nntp-open-marks): Decode group names when bootstrapping marks.
14645
14646         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14647         Newsgroups and Followup-To headers.
14648
14649 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14652         (gnus-server-closed-face, gnus-server-denied-face)
14653         (gnus-server-offline-face): Remove variable.
14654         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14655
14656         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14657         of modifying message-stack directly for XEmacs.
14658
14659         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14660         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14661         if the coding-system argument is nil for XEmacs.
14662
14663         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14664         mm-charset-override-alist.
14665
14666         * rfc2047.el: Don't require base64; require rfc2045 for the function
14667         rfc2045-encode-string.
14668         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14669         to quote the parameter value.
14670
14671 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14674         form in gnus-group-name-charset-method-alist.
14675
14676         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14677         overrides the default layout edit-form.
14678
14679         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14680
14681         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14682
14683 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14686         as unfetched articles.
14687
14688 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14691
14692 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14695         original back end that keeps marks in the local system.
14696
14697 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14700         arg of pop-to-buffer for XEmacs.
14701         (gnus-article-read-summary-keys): Ditto; don't restore window
14702         configuration if summary command ends up with neither article buffer
14703         nor summary buffer; describe bindings if summary keys end with C-h.
14704
14705 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * message.el (message-fix-before-sending): Skip raw message part to be
14708         forwarded while checking illegible text.
14709         (message-forward-make-body-mime, message-forward-make-body):
14710         Mark signed or encrypted raw message as having no illegible text.
14711
14712 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14715         (gnus-message-with-timestamp-1): New macro.
14716         (gnus-message-with-timestamp): New function.
14717         (gnus-message): Use them.
14718
14719         * nnheader.el (nnheader-message): Use them.
14720
14721 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14724         .newsrc.eld file.
14725
14726 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-agent.el (gnus-agent-fetch-headers)
14729         (gnus-agent-retrieve-headers):
14730         Bind gnus-decode-encoded-address-function to identity.
14731
14732         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14733         available also when the server returns simply a dot.
14734
14735         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14736
14737 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14740
14741 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-ems.el (gnus-x-splash): Make it work.
14744
14745         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14746         from being used.
14747
14748         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14749
14750 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14753         4th and the 5th arguments.
14754
14755         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14756         the front stickiness.
14757         (gnus-article-summary-command-nosave): Correct the order of the
14758         arguments passed to pop-to-buffer.
14759         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14760         summary command ends up with the article buffer.
14761
14762         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14763         the same faces.
14764
14765 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14766
14767         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14768
14769 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14770
14771         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14772         * gnus-sum.el (gnus-summary-highlight):
14773         * pgg.el (pgg-sign-region, pgg-sign):
14774         * mail-source.el (mail-source-delete-old-incoming-confirm):
14775         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14776
14777 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * gnus-art.el (gnus-mime-view-part-externally)
14780         (gnus-mime-view-part-internally): Fix predicate function passed to
14781         completing-read.
14782
14783         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14784
14785         * gnus.el (gnus-update-message-archive-method): Add :version.
14786
14787 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * gnus.el (gnus-update-message-archive-method): New variable.
14790
14791         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14792         according to gnus-message-archive-method if
14793         gnus-update-message-archive-method is non-nil.
14794
14795 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14798         Suggested by Loic Dachary <loic@dachary.org>.
14799         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14800
14801 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * message.el (message-pop-to-buffer): Add switch-function argument.
14804         (message-mail): Pass switch-function argument to it.
14805
14806 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14807
14808         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14809         Improve doc string.
14810
14811 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14814         (gnus-header-content):
14815         * gnus-cite.el (gnus-cite-10):
14816         * gnus-srvr.el (gnus-server-closed):
14817         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14818         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14819         (gnus-group-mail-3-empty, gnus-group-mail-low)
14820         (gnus-group-mail-low-empty, gnus-splash):
14821         * message.el (message-header-to, message-header-cc)
14822         (message-header-subject, message-header-other, message-header-name)
14823         (message-header-xheader, message-separator, message-cited-text)
14824         (message-mml): Lighten colors of faces used for dark background.
14825
14826 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14827
14828         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14829         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14830
14831 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * message.el (message-narrow-to-headers-or-head):
14834         Ignore mail-header-separator in the body.
14835
14836 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14839         same as window size.
14840
14841 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14842
14843         * message.el (message-font-lock-keywords): Use message-header-xheader
14844         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14845         ahead of the anything pattern, to get it recognized.
14846
14847 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14850         spam.el loads uses it in the compiled defadvice form.
14851
14852 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14853
14854         * gnus-sum.el (gnus-articles-to-read)
14855         (gnus-summary-insert-old-articles): Don't truncate group name for
14856         `read-string'.
14857
14858         * gnus-util.el (gnus-limit-string): Delete this function.
14859
14860         * gnus-sum.el (gnus-simplify-subject-fully):
14861         Use `truncate-string-to-width' instead.
14862
14863 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14864
14865         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14866         Tell if, on summary exit, the next group has to be selected.
14867         (gnus-summary-exit): Use it.
14868
14869 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14872         non-break space.
14873
14874 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14877         Check if group is not a directory.
14878         (nnfolder-request-expire-articles): Don't delete articles if the target
14879         group is not available.
14880
14881         * nnml.el (nnml-request-create-group): Properly check if group is not a
14882         file.
14883         (nnml-request-expire-articles): Don't delete articles if the target
14884         group is not available.
14885
14886         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14887         Don't quote characters that are within parentheses.
14888
14889 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14892         (gnus-handle-ephemeral-exit): Select article according to it.
14893
14894 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14895
14896         * message.el (message-insert-formated-citation-line): Remove newline.
14897         (message-citation-line-format): Add final \n here so that the user can
14898         avoid a blank line.
14899
14900 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14901
14902         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14903         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14904         Update lanl/arXiv support.
14905
14906 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14907
14908         * gnus.el: Bump version number.
14909
14910 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14911
14912         * gnus.el (gnus-version-number): Bump version.
14913
14914 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14915
14916         * gnus.el: No Gnus v0.6 is released.
14917
14918 2007-04-27  Didier Verna  <didier@xemacs.org>
14919
14920         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14921         * gmm-utils.el (gmm-regexp-concat): ... here.
14922         * message.el: Don't require 'gnus-util.
14923         (message-dont-reply-to-names): Handle name change above.
14924         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14925
14926 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14927
14928         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14929         since the initial value varies according to the system.
14930
14931 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14934
14935 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14936
14937         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14938
14939 2007-04-24  Didier Verna  <didier@xemacs.org>
14940
14941         Improve the type of gnus-ignored-from-addresses.
14942         * gnus-util.el (gnus-orify-regexp): New function.
14943         * message.el (gnus-util): Require it.
14944         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14945         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14946         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14947
14948 2007-04-24  Didier Verna  <didier@xemacs.org>
14949
14950         * gnus-sum.el:
14951         * gnus-utils.el: Fix some trailing whitespaces.
14952
14953 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14956         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14957         article's Message-ID; refer parent article in summary buffer.
14958
14959         * message.el (message-bounce): Call mime-to-mml.
14960
14961         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14962         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14963         optimize and/or forms properly.
14964
14965 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14966
14967         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14968         URL.
14969
14970 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14973
14974 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14977         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14978         displayed of multipart/alternative part if it is invoked from summary
14979         buffer.
14980
14981         * mm-view.el (mm-inline-text-html-render-with-w3m)
14982         (mm-inline-text-html-render-with-w3m-standalone)
14983         (mm-inline-render-with-function): Use mail-parse-charset by default.
14984
14985 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14986
14987         * parse-time.el (parse-time-string-chars): Check if CHAR
14988         is less than the length of parse-time-syntax.
14989
14990 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14993         from gnus-newsgroup-processable.
14994
14995 2007-04-16  Didier Verna  <didier@xemacs.org>
14996
14997         * gnus-msg.el (gnus-configure-posting-styles):
14998         Handle message-signature-directory properly with :file syntax.
14999         Reported by "Leo".
15000
15001 2007-04-11  Didier Verna  <didier@xemacs.org>
15002
15003         New user option: message-signature-directory.
15004         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15005         * message.el (message-insert-signature): Ditto.
15006         * message.el (message-signature-file): Doc update.
15007         * message.el (message-signature-directory): New.
15008
15009 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * gnus-msg.el (gnus-inews-yank-articles):
15012         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15013
15014 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * message.el (message-yank-original): Make sure cited text ends with
15017         newline; don't exchange point and mark.
15018
15019 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15020
15021         * tls.el (open-tls-stream): Properly handle case where there
15022         is no associated buffer.
15023
15024 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15025
15026         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15027         message-yank-original, make sure (< mark TEXT point).
15028
15029 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15030
15031         * message.el (message-fill-column): New variable.
15032         (message-mode): Use it.  Add comment on a possible new hook.
15033
15034         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15035         (nnmail-get-new-mail): Reformat.
15036
15037         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15038
15039         * gmm-utils.el: Fix Commentary.
15040         (gmm-tool-bar-from-list): Fix typo in doc string.
15041
15042 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15043
15044         * message.el (message-yank-original): Don't switch point and mark
15045         unnecessarily to put point and mark as documented.
15046
15047 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15048
15049         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15050         from the message heads.
15051
15052 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15053
15054         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15055         article buffer does not have a window.  This may not be the best
15056         solution but is certainly better than setting the start of the null,
15057         that is the current, window.
15058
15059 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15060
15061         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15062         (gnus-draft-setup): Run it.
15063
15064         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15065         gnus-score-fast-scoring.  Allow regexp.
15066         (gnus-score-headers): Use it.
15067
15068         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15069         XEmacs.
15070
15071         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15072         string.
15073         (gnus-button-alist): Also catch `<f1> k ...'.
15074         (gnus-treat-display-x-face): Fix doc string.
15075
15076 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15077
15078         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15079         evaluation of gnus-extended-version to ensure correct generation of the
15080         User-Agent header when message-generate-headers-first is used.
15081
15082 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15083
15084         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15085         hashcash-path is nil.  Don't call callback with incorrect number of
15086         parameters if val is 0.
15087
15088 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15089
15090         * message.el (message-required-news-headers):
15091         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15092
15093 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15094
15095         * tls.el (open-tls-stream): In handshake-waiting loop,
15096         don't wait more if there is output available to process.
15097
15098 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15099
15100         * tls.el (tls-program): Doc fix.
15101
15102 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * message.el (message-generate-new-buffers): Change the meaning of the
15105         nil value; add `standard' to the choices; treat t as `unique'; improve
15106         doc string.
15107         (gnus-select-frame-set-input-focus): Autoload.
15108         (message-buffer-name): Search for the existing message buffer if
15109         message-generate-new-buffers is nil or `standard'; treat the value t of
15110         message-generate-new-buffers as `unique'.
15111         (message-pop-to-buffer): Raise the frame already displaying the message
15112         buffer; clear the echo area after querying.
15113         (message-setup): Pass the `continue' argument to compose-mail.
15114         (message-mail): Prefer `switch-function' if it is given; search for the
15115         existing message buffer if the `continue' argument is non-nil; pass
15116         continue and switch-function arguments to compose-mail by way of
15117         message-setup.
15118         (message-mail-other-window): Adjust argument of message-setup.
15119         (message-mail-other-frame): Ditto.
15120
15121 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15124         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15125         to turn font-lock on when turning gnus-message-citation-mode on.
15126
15127 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15128
15129         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15130         (mml-smime-function-alist): New variable; add epg as the backend.
15131         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15132         mml-smime- functions instead.
15133         * mm-view.el: Require smime.
15134
15135 2007-03-05  Didier Verna  <didier@xemacs.org>
15136
15137         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15138         instead of just inheritance for posting styles.
15139         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15140
15141 2007-02-24  Chris Moore  <dooglus@gmail.com>
15142
15143         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15144         * pgg-pgp.el (pgg-pgp-encrypt-region):
15145         * pgg-gpg.el (pgg-gpg-encrypt-region):
15146         Check pgg-encrypt-for-me if no other recipients.
15147
15148 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15149
15150         * tls.el (tls-certtool-program): Fix custom type.
15151
15152 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15155         and point-at-eol instead of line-(beginning|end)-position.
15156
15157         * assistant.el (assistant-parse-buffer): Ditto.
15158
15159         * netrc.el (netrc-parse-services): Ditto.
15160
15161 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15162
15163         * mml2015.el (mml2015-epg-find-usable-key): New function.
15164         (mml2015-epg-sign): Use it.
15165         (mml2015-epg-encrypt): Use it.
15166
15167 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * message.el (message-make-in-reply-to): Quote name containing
15170         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15171         if there are special characters.  Reported by NAKAJI Hiroyuki
15172         <nakaji@jp.freebsd.org>.
15173
15174 2007-02-27  Didier Verna  <didier@xemacs.org>
15175
15176         Include the group parameters as well as the topic ones in the
15177         inheritance filter process.
15178         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15179         argument GROUP-PARAMS-LIST.
15180         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15181
15182 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * nntp.el (nntp-never-echoes-commands)
15185         (nntp-open-connection-functions-never-echo-commands): New variables.
15186         (nntp-send-command): Use them.
15187
15188 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15189
15190         * mml2015.el (mml2015-epg-verify): Simplify.
15191
15192 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * mml.el (mml-content-disposition-alist): New user option.
15195         (mml-content-disposition): New function.
15196         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15197         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15198
15199 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15200
15201         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15202         verification.
15203
15204 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15205
15206         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15207         articles posted in the last 24 hours.
15208
15209 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15210
15211         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15212
15213 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15214
15215         * nntp.el (nntp-send-command): Don't wait for echoes when
15216         nntp-open-ssl-stream is used.
15217
15218 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15221         (gnus-message-add-citation-keywords)
15222         (gnus-message-remove-citation-keywords): Remove.
15223         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15224         directly, make the variables in font-lock-defaults buffer-local, add
15225         gnus-message-citation-keywords to them and then update the value of
15226         font-lock-keywords.
15227
15228 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * message.el (message-cite-original-1): Don't call
15231         gnus-article-highlight-citation.
15232
15233         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15234         citations; fix line count.
15235
15236 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15239         (gnus-message-add-citation-keywords)
15240         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15241         versions of font-lock-add-keywords and font-lock-remove-keywords to
15242         work with XEmacs correctly.
15243
15244 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus-cite.el (gnus-cite-face-list): Set the values of
15247         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15248         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15249         (gnus-message-cite-prefix-regexp): New variable.
15250         (gnus-message-search-citation-line): Use it; protect against long
15251         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15252         the 0th match data for Emacs.
15253         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15254         (gnus-message-add-citation-keywords): Append keywords rather than
15255         prepending; emulate font-lock-add-keywords if it is not available.
15256         (gnus-message-remove-citation-keywords):
15257         Emulate font-lock-remove-keywords if it is not available.
15258
15259         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15260
15261         * message.el (message-cite-prefix-regexp): Set the value of
15262         gnus-message-cite-prefix-regexp.
15263
15264 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15265
15266         * nnweb.el (nnweb-google-parse-1): Update parser.
15267
15268 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15269
15270         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15271
15272 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15273
15274         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15275         regexp.
15276
15277 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15280         string-to-multibyte.
15281         (uudecode-decode-region-internal): Use it.
15282
15283         * lpath.el: Fbind string-as-multibyte for XEmacs.
15284
15285 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15286
15287         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15288         Fix custom choice.
15289
15290         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15291
15292 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15293
15294         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15295
15296         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15297         `write-region' to respect `mm-inhibit-file-name-handlers'.
15298
15299 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15300
15301         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15302         Use gnus-home-directory instead of "~/" or "$HOME".
15303
15304 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15305
15306         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15307         to mention filename.
15308         Add comments at beginning regarding usage.
15309         (encrypt-write-file-contents): Change interactive so a string is
15310         acceptable.  If the file has no associated model, show an error instead
15311         of a nonsense prompt.
15312
15313 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15314
15315         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15316         Thanks to Yoshihiko Yamada for kind notification of this typo.
15317
15318 2007-01-12  Kenichi Handa  <handa@m17n.org>
15319
15320         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15321         multibyte buffer.
15322
15323 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15324
15325         * gnus-score.el (gnus-score-fast-scoring): New variable.
15326         (gnus-score-headers): Use it.
15327
15328         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15329
15330         * message.el (message-cite-original-1):
15331         Call gnus-article-highlight-citation if requested.
15332         (message-make-from): Allow name and address as optional arguments.
15333
15334         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15335
15336         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15337         bugs to doc string.
15338         (gnus-button-alist): Add mid\\|message-id.
15339         (gnus-button-fetch-group): Extend for use in
15340         `browse-url-browser-function'.
15341         (gnus-button-url-regexp): Try to catch paired parentheses like in
15342         Wikipedia URLs.
15343
15344         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15345         Suggested by Simon Krahnke <overlord@gmx.li>.
15346
15347 2007-01-13  Romain Francoise  <romain@orebokech.com>
15348
15349         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15350         Update copyright.
15351
15352 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15353
15354         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15355
15356 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15357
15358         * gnus-registry.el (gnus-registry-unfollowed-groups)
15359         (gnus-registry-split-fancy-with-parent): Fix documentation.
15360
15361 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15362
15363         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15364         from nnweb groups.
15365
15366 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15367
15368         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15369         Xref urls.  Erase buffer before requesting head.
15370
15371         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15372
15373 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15374
15375         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15376         customizable.
15377
15378 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15379
15380         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15381         no signing key is found.
15382         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15383         no encrypting and/or signing key is found.
15384
15385 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15388
15389 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15390
15391         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15392         headers read from disk with the ones newly found in the current search.
15393         This should no longer cause problems, because the article numbers in
15394         Gmane's `nov.php' output are ignored since the previous change.
15395
15396 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15397
15398         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15399
15400 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15403         replace-regexp-in-string; bind url-version; fbind display-images-p and
15404         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15405         find-face and set-itimer-function for Emacs; bind itimer-list for
15406         Emacs.
15407
15408         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15409
15410 2007-01-01  Romain Francoise  <romain@orebokech.com>
15411
15412         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15413
15414 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15415
15416         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15417         `define-minor-mode' macro definition expanded properly.
15418         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15419         exclude it there.
15420
15421         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15422         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15423         `fboundp' test.
15424         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15425         This is OK to autoload in (S)XEmacs now.
15426
15427 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15428
15429         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15430         keystroke.
15431         (gnus-summary-limit-to-singletons): Fix typo.
15432
15433         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15434         else fails.
15435
15436 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15437
15438         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15439         docstring.
15440
15441         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15442         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15443         (gnus-summary-insert-dormant-articles): Fix typo in message.
15444
15445 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15446
15447         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15448         nil for XEmacs.
15449         (gnus-message-citation-mode): Don't autoload in XEmacs.
15450
15451         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15452
15453 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15454
15455         * nnimap.el (nnimap-expunge-search-string):
15456         Mention nnimap-search-uids-not-since-is-evil in docstring.
15457
15458 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * spam.el: Revert to make-obsolete-variable because
15461         define-obsolete-variable-alias is not supported in Emacs 21.
15462
15463         * spam.el (spam-ifile-path, spam-ifile-database-path)
15464         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15465         make-obsolete-variable.
15466         (spam-bsfilter-path, spam-bsfilter-program)
15467         (spam-spamassassin-path, spam-spamassassin-program)
15468         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15469         Don't use "path" inappropriately.
15470         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15471         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15472         variable names.
15473
15474 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15475
15476         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15477         summary buffer.
15478
15479         * password.el (password-cache-remove): Use clear-string to burn
15480         password, if available.
15481
15482 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15483
15484         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15485
15486         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15487
15488         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15489         (gnus-message-highlight-citation): Move defcustom here from
15490         gnus-cite.el.
15491         (gnus-message-citation-mode): Autoload.
15492
15493         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15494         checks to make it compile with XEmacs.
15495         (gnus-message-citation-mode): New minor mode.
15496         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15497         (gnus-message-highlight-citation): New variables.
15498         (gnus-message-search-citation-line)
15499         (gnus-message-add-citation-keywords)
15500         (gnus-message-remove-citation-keywords)
15501         (turn-on-gnus-message-citation-mode)
15502         (turn-off-gnus-message-citation-mode): New functions.
15503
15504 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15505
15506         * gnus-cite.el: Enable highlighting of different citation levels in
15507         message-mode.
15508
15509 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15510
15511         * message.el (message-make-fqdn): Fix comment.
15512         (message-bogus-system-names): Add ".local".
15513
15514         * spam.el (spam-ifile-path, spam-ifile-program)
15515         (spam-ifile-database-path, spam-ifile-database)
15516         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15517         Don't use "path" inappropriately.
15518         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15519         strings.
15520         (spam-check-ifile, spam-ifile-register-with-ifile)
15521         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15522         Use new variable names.
15523
15524         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15525         (gnus-treat-display-smileys): Simplify using
15526         gnus-image-type-available-p.
15527
15528         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15529         available.
15530
15531         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15532         Use `display-images-p' if available.
15533
15534 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15535
15536         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15537         one after turning on the buffer's multibyteness instead of decoding
15538         them directly in the unibyte buffer that causes unexpected conversion
15539         in Emacs 23 (unicode).
15540
15541 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15542
15543         * message.el (message-generate-hashcash): Fix custom type.
15544
15545 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15546
15547         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15548
15549 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15550
15551         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15552         disconnect icons.  Add help text.
15553
15554 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15555
15556         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15557         negated to be consistent with the others we handle.
15558
15559 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15560
15561         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15562         version of gnus-summary-buffer to something, so that we can use two
15563         article buffers at the same time.
15564
15565 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15566
15567         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15568         trigger all the extra headers.
15569         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15570         sorting.
15571
15572 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15573
15574         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15575         solid groups.
15576
15577 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15578
15579         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15580
15581 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * legacy-gnus-agent.el: Add Copyright notice.
15584
15585 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15586
15587         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15588
15589 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15590
15591         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15592
15593         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15594         to make it work reliably in CVS Emacs.
15595         (gnus-summary-limit-strange-charsets-predicate)
15596         (gnus-summary-limit-to-predicate): New functions.
15597
15598 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15599
15600         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15601         specifying array size.
15602         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15603         array if it is too small.
15604         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15605         (gnus-sort-threads-loop): New function.
15606
15607 2006-12-06  Chris Moore  <dooglus@gmail.com>
15608
15609         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15610         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15611
15612 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15613
15614         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15615         options.
15616
15617 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15618
15619         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15620         DOS-ing the recipient.
15621
15622         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15623         the headers when creating the mapping to avoid mismappings.
15624         (nnweb-gmane-create-mapping): Always nix out old mapping.
15625
15626 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15629         and mm-verify-option to never.
15630
15631 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * message.el (message-signed-or-encrypted-p): New function.
15634         (message-forward-make-body): Use it.
15635
15636         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15637         Replace encode-coding-string with mm-encode-coding-string.
15638
15639 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * nneething.el (nneething-decode-file-name):
15642         Replace decode-coding-string with mm-decode-coding-string.
15643
15644         * gnus-int.el (gnus-open-server): Say failed server's name.
15645
15646 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15647
15648         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15649         strings to a single string.  Quote `errors-file-name'.
15650         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15651         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15652         Adjust calls.  Use `shell-quote-argument'.
15653
15654 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15655
15656         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15657         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15658
15659         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15660         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15661         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15662         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15663         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15664         (gnus-subscribe-newsgroup, gnus-1):
15665         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15666         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15667         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15668         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15669
15670 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15671
15672         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15673         keystroke.
15674         (gnus-summary-limit-to-bodies): Implement headersp.
15675
15676 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15677
15678         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15679
15680 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15681
15682         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15683
15684 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15685
15686         * message.el (message-generate-hashcash): Expand range of values to
15687         include `opportunistic'.
15688         (message-send-mail): Use it.
15689
15690 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15691
15692         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15693         and comment it.
15694
15695         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15696
15697 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15698
15699         * gnus-util.el (gnus-extract-address-components): Improve comment.
15700
15701 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * gnus-util.el (gnus-extract-address-components): Work with address in
15704         which the name portion contains @.
15705
15706         * lpath.el: Fbind custom-autoload.
15707
15708 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15709
15710         * gnus.el (gnus-start): Move custom group up.
15711         (gnus-select-method): Don't autoload, but make it available for
15712         `customize-variable'.
15713         (gnus-getenv-nntpserver): Don't autoload.
15714
15715 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15716
15717         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15718
15719 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15720
15721         * message.el (message-sendmail-extra-arguments): New variable.
15722         (message-send-mail-with-sendmail): Use it.
15723
15724 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15727         mm-with-unibyte-current-buffer to make string unibyte.
15728
15729         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15730         mm-string-as-multibyte.
15731
15732 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15733
15734         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15735         Reported by Werner Koch <wk@gnupg.org>.
15736
15737 2006-11-14  Daiki Ueno  <ueno@p360>
15738
15739         * mml2015.el: Autoload epa-select-keys when compiling.
15740
15741 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15742
15743         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15744         message-options.
15745         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15746
15747 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15748
15749         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15750         EasyPG (< 0.0.6).
15751         (mml2015-always-trust): New user option.
15752         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15753         prompt.
15754
15755 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15756
15757         * nntp.el (nntp-authinfo-force): New variable.
15758         (nntp-send-authinfo): Use it.
15759
15760 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15761
15762         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15763         decode encoded words.  Improve prompt.  Add comment about forwarding.
15764         (message-replacement-char): Move up.
15765
15766 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15767
15768         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15769         instead of gnus-intersection because arguments of gnus-sorted-nunion
15770         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15771
15772 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15773
15774         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15775         (message-simplify-subject-functions):
15776         Enable message-strip-subject-encoded-words by default.
15777
15778 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * message.el (message-strip-subject-encoded-words): New function.
15781         (message-simplify-subject-functions): New variable.
15782         (message-simplify-subject): Use it.  Fix typo in doc string.
15783         Support message-strip-subject-encoded-words.
15784
15785 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15786
15787         * gnus-diary.el (gnus-diary-delay-format-function):
15788         * nndiary.el (nndiary-reminders):
15789         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15790
15791 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15792
15793         * gnus-art.el (article-hide-boring-headers): Fetch date from
15794         gnus-original-article-buffer to avoid problems with localized date
15795         strings.
15796
15797 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15798
15799         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15800
15801 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15802
15803         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15804         New variables.
15805         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15806         (mm-charset-synonym-alist): Move some entries to
15807         mm-codepage-iso-8859-list.
15808         (mm-charset-synonym-alist, mm-charset-override-alist):
15809         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15810
15811 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15814
15815 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15816
15817         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15818         with Emacs 21 and XEmacs.
15819
15820 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15821
15822         * spam.el (spam-parse-address): New function for better parsing,
15823         catching errors, etc.
15824         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15825
15826 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * mm-view.el: Add interactive arg to html2text autoload.
15829
15830 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15833
15834 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15835
15836         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15837         New variables.
15838         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15839         (mm-charset-synonym-alist): Move some entries to
15840         mm-codepage-iso-8859-list.
15841
15842         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15843
15844 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15845
15846         * message.el (message-citation-line-format)
15847         (message-insert-formated-citation-line): Fix implementation of %E, %N
15848         and %n according to the doc string.
15849
15850 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15851
15852         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15853         Use car-safe to avoid bad parses.
15854
15855 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15858         names.
15859
15860         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15861
15862 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15865         header.
15866
15867         * message.el (message-draft-headers): Add Date.
15868         (message-headers-to-generate): Fix typo in docstring.
15869
15870         * nndraft.el (nndraft-required-headers): New variable.
15871         (nndraft-generate-headers): Use it.
15872
15873         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15874
15875 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15876
15877         * gnus-registry.el (gnus-registry-wash-for-keywords)
15878         (gnus-registry-find-keywords): New functions to allow easy searching of
15879         articles that are in the registry.
15880
15881 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15882
15883         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15884         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15885         Reported by Damien Elmes <damien@repose.cx>.
15886
15887 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15888
15889         * gnus.el (gnus-mime): Remove unused custom group.
15890
15891 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15892
15893         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15894         "blank line" when searching for end of armor headers.
15895
15896 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * gmm-utils.el (gmm-write-region): Fix variable name.
15899
15900 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15901
15902         * gmm-utils.el (gmm-write-region): New function based on compatibility
15903         code from `mm-make-temp-file'.
15904
15905         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15906
15907         * nnmaildir.el (nnmaildir--update-nov)
15908         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15909         Use `gmm-write-region'.
15910
15911 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15912
15913         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15914         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15915
15916         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15917
15918         * message.el (message-replacement-char): New variable.
15919         (message-fix-before-sending): Use it.
15920         (message-simplify-subject): New function to remove duplicate code.
15921         (message-reply, message-followup): Use it.
15922
15923         * gnus-sum.el (gnus-summary-make-menu-bar):
15924         Clarify gnus-summary-limit-to-articles.
15925
15926 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * gnus-util.el (gnus-with-local-quit): New macro.
15929
15930         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15931
15932 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15933
15934         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15935         ignore non-string data.
15936
15937 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15938
15939         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15940         non-string data (needs to be done in the registry too).
15941
15942 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15943
15944         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15945         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15946         (gnus-registry-split-fancy-with-parent)
15947         (gnus-registry-fetch-simplified-message-subject-fast)
15948         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15949         Remove text properties on ingress into the registry and when it's saved.
15950         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15951         registry from entries with no groups.
15952
15953 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15954
15955         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15956         function to remove string properties.
15957
15958 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15959
15960         * gmm-utils.el (gmm): Adjust custom version.
15961
15962         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15963         Adjust custom version.
15964
15965         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15966
15967 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15968
15969         * gnus-art.el (gnus-insert-prev-page-button)
15970         (gnus-insert-next-page-button): Simplify.  Reformat.
15971
15972 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15973
15974         * gnus-art.el (gnus-insert-prev-page-button)
15975         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15976
15977 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15978
15979         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15980
15981 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15982
15983         * gnus-art.el (gnus-insert-mime-button)
15984         (gnus-insert-mime-security-button):
15985         Apply gnus-article-button-face to MIME and security buttons.
15986
15987 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15988
15989         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15990         readable.
15991
15992 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15995
15996 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15997
15998         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15999         `browse-url-of-file' instead of `browse-url'.
16000
16001 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16002
16003         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16004         regexp.  Articles containing quotation were cut prematurely.
16005
16006 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * message.el (message-cite-original-1): Use nobody by default for the
16009         value of From header.
16010         (message-reply): Ditto.
16011
16012 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16013
16014         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16015         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16016         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16017
16018 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16019
16020         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16021         mails in the doc string.  Add some URLs in comment.
16022         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16023
16024 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16027         backslashes handling and the way to find boundaries of quoted strings.
16028
16029 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16030
16031         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16032         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16033         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16034         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16035
16036 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16037
16038         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16039         doc string.
16040         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16041
16042 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * lpath.el: Fbind epg-check-configuration.
16045
16046 2006-09-06  Simon Josefsson  <jas@extundo.com>
16047
16048         * mml2015.el (mml2015-use): Doc fix, mention epg.
16049
16050 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16051
16052         * mml2015.el (mml2015-use): Default to epg, if available.
16053
16054 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16055
16056         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16057         message-sender.
16058         (mml1991-epg-encrypt): Ditto.
16059         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16060         message-sender.
16061         (mml2015-epg-encrypt): Ditto.
16062
16063 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16064
16065         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16066         several common directories.
16067
16068 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16069
16070         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16071         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16072
16073 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16074
16075         * gnus-art.el (article-decode-encoded-words): Make it fast.
16076
16077 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16080
16081         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16082         in quoted string into `\'.
16083
16084 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16087         Use standard-syntax-table.
16088
16089 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * gnus-art.el (gnus-decode-address-function): New variable.
16092         (article-decode-encoded-words): Use it to decode headers which are
16093         assumed to contain addresses.
16094         (gnus-mime-delete-part): Remove useless `or'.
16095
16096         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16097         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16098         (gnus-nov-parse-line): Use it to decode From header.
16099         (gnus-get-newsgroup-headers): Ditto.
16100         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16101
16102         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16103         (mail-decode-encoded-address-string): New alias.
16104
16105         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16106         New function.
16107         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16108         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16109         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16110         (rfc2047-decode-string): Ditto.
16111         (rfc2047-decode-address-region): New function.
16112         (rfc2047-decode-address-string): New function.
16113
16114 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16115
16116         * message.el (message-caesar-buffer-body): Allow rotating headers.
16117
16118         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16119
16120         * message.el (message-insert-formated-citation-line): Fix %f.
16121         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16122
16123 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16126         (gnus-bookmark-mouse-available-p): New macro.
16127         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16128         (gnus-bookmark-bmenu-show-infos): Use it.
16129         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16130         (gnus-bookmark-bmenu-hide-infos): Ditto.
16131         (gnus-bookmark-remove-properties): New function.
16132         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16133         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16134         (gnus-bookmark-write-file): Bind coding-system-for-write.
16135         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16136         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16137         group before selecting it.
16138         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16139         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16140         quit-window if it is not available; use gnus-mouse-2 and bind it to
16141         gnus-bookmark-bmenu-select-by-mouse.
16142         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16143         (gnus-bookmark-bmenu-select-by-mouse): New function.
16144
16145 2006-08-13  Romain Francoise  <romain@orebokech.com>
16146
16147         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16148         space.
16149
16150 2006-08-10  Romain Francoise  <romain@orebokech.com>
16151
16152         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16153         (dns-mode-soa-auto-increment-serial): New user option.
16154         (dns-mode-soa-maybe-increment-serial): New function.
16155         (dns-mode): Add the latter to `write-contents-functions'.
16156
16157 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * compface.el (uncompface): Use binary rather than raw-text-unix.
16160
16161 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * compface.el (uncompface): Make sure the eol conversion doesn't take
16164         place when communicating with the external programs.
16165         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16166
16167 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16170
16171 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16172
16173         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16174         Make it more robust by parsing author and date independently.
16175
16176 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16179
16180 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16181
16182         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16183         first matching secret key.
16184         (mml2015-epg-encrypt): Ditto.
16185
16186         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16187         first matching secret key.
16188         (mml1991-epg-encrypt): Ditto.
16189
16190         * mml2015.el (mml2015-encrypt-to-self): New user option.
16191         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16192         mml2015-epg-encrypt-to-self is set.
16193
16194         * mml1991.el (mml1991-encrypt-to-self): New variable.
16195         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16196         mml1991-epg-encrypt-to-self is set.
16197
16198         * mml2015.el (mml2015-signers): New user option.
16199         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16200         (mml2015-epg-encrypt): Allow to select signing keys.
16201
16202         * mml1991.el (mml1991-signers): New variable.
16203         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16204         (mml1991-epg-encrypt): Allow to select signing keys.
16205
16206 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * nnheader.el (nnheader-insert-head): Make it work even if the file
16209         uses CRLF for the line-break code.
16210
16211 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16212
16213         * mml2015.el: Require mml-sec instead of password.
16214         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16215         (mml2015-cache-passphrase): Inherit the default value from
16216         mml-secure-cache-passphrase.
16217         (mml2015-passphrase-cache-expiry): Inherit the default value from
16218         mml-secure-passphrase-cache-expiry.
16219
16220         * mml1991.el: Require mml-sec instead of password.
16221         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16222         (mml1991-cache-passphrase): Inherit the default value from
16223         mml-secure-cache-passphrase.
16224         (mml1991-passphrase-cache-expiry): Inherit the default value from
16225         mml-secure-passphrase-cache-expiry.
16226
16227         * mml-sec.el: Require password.
16228         (mml-secure-verbose): New user option.
16229         (mml-secure-cache-passphrase): New user option.
16230         (mml-secure-passphrase-cache-expiry): New user option.
16231
16232 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16233             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16234
16235         * pgg-def.el (pgg-truncate-key-identifier):
16236         Truncate the key ID to 8 letters from the end.
16237
16238 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16239
16240         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16241         workaround for the url package included with Emacs.
16242
16243         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16244
16245 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16248         correctly.  This fixes a bug caused by the 2006-05-12 change.
16249
16250 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16251
16252         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16253         some information about the error when saying that the `bogus' mail
16254         group will be used.
16255
16256 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16257
16258         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16259         string.
16260
16261 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16262
16263         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16264
16265 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16266
16267         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16268
16269 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16270
16271         * mml1991.el (mml1991-function-alist): Add epg.
16272         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16273         (mml1991-epg-encrypt): New functions.
16274
16275 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16276
16277         * mml2015.el (mml2015-verbose): New variable.
16278         (mml2015-cache-passphrase): Ditto.
16279         (mml2015-passphrase-cache-expiry): Ditto.
16280         (mml2015-function-alist): Add epg.
16281         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16282         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16283         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16284         New functions.
16285
16286 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16287
16288         * message.el (message-cite-original-1): Preserve region when removing
16289         quoted text due to X-No-Archive in order to avoid bogus attribution
16290         when citing multiple messages.
16291
16292 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16293
16294         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16295         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16296
16297 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * gnus-diary.el (gnus-user-format-function-d)
16300         (gnus-user-format-function-D): Autoload.
16301
16302         * imap.el (Commentary): Fix typo.
16303
16304         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16305         2006-04-22 contribution.
16306
16307 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16308
16309         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16310         It didn't really fix the bogosity I'm seeing with solid web groups.
16311
16312 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16313
16314         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16315         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16316         created using server names.  If we use the feature without declaring
16317         it, Gnus does not properly manage server and group state.
16318
16319         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16320         bound.
16321
16322 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16323
16324         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16325         looking up the method using GROUP's prefix before inventing a new one.
16326         It is used on killed/unknown groups in various places where returning
16327         an all-new method isn't expected by the caller.
16328
16329         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16330         and match semantics of gnus-group-real-prefix.
16331
16332 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16333
16334         * nnmail.el (nnmail-broken-references-mailers): New variable.
16335         (nnmail-ignore-broken-references): New function generalizing
16336         nnmail-fix-eudora-headers.
16337         (nnmail-fix-eudora-headers): Now obsolete.
16338
16339         * gnus-art.el (gnus-button-handle-custom):
16340         Support `customize-apropos*'.
16341
16342 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16343
16344         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16345
16346         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16347         articles.
16348
16349 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16350
16351         * message.el (message-cite-reply-above): New variable.
16352         (message-yank-original): Use it.
16353
16354 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16357
16358 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16359
16360         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16361         as read.
16362
16363         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16364
16365 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16366
16367         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16368         (gnus-bookmark-default-file): Use gnus-directory.
16369         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16370         Remove "*" in doc string.
16371         (gnus-bookmark-write-file): Simplify.
16372         (gnus-bookmark-maybe-sort-alist): Use `when'.
16373         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16374         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16375         Add FIXME about Emacs 21 and XEmacs compatibility.
16376         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16377         compatibility.
16378         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16379         compatibility.
16380         (gnus-bookmark-menu-heading): Fix version.
16381
16382 2006-06-19  Bastien Guerry  <bzg@altern.org>
16383
16384         * gnus-bookmark.el: New file.
16385
16386 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * message.el (message-syntax-checks): Doc fix.
16389
16390 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16391
16392         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16393         unsubscribed groups as if they were killed ones.  It causes duplicate
16394         entries in gnus-newsrc-alist.
16395
16396 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * message.el (message-syntax-checks): Doc fix.
16399         (message-send-mail): Add check for continuation headers.
16400         (message-check-news-header-syntax): Fix regexp used to check for
16401         continuation headers.
16402
16403 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16406
16407 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16408
16409         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16410
16411 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16414         default-truncate-lines.
16415
16416 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16419         to fill the utf-8 entry.
16420
16421         * lpath.el: Fbind unicode-precedence-list.
16422
16423 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16424
16425         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16426
16427 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16428
16429         * gnus-agent.el (directory-files-and-attributes): Move all the way
16430         forward (the third and final move).
16431         (gnus-agent-read-agentview): Trap reconstruction errors due to
16432         nonexistent directory.  Handle by returning nil.
16433
16434 2006-05-30  Didier Verna  <didier@xemacs.org>
16435
16436         * message.el (message-dont-reply-to-names): Update the custom type.
16437         * message.el (message-dont-reply-to-names): New defsubst: potentially
16438         convert a list of regexps into a single one.
16439         * message.el (message-get-reply-headers): Use it.
16440         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16441
16442 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * gnus-agent.el (directory-files-and-attributes): Move forward.
16445
16446 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16447
16448         * gnus-ml.el (gnus-mailing-list-subscribe)
16449         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16450         (gnus-mailing-list-message): Fix doc strings.
16451
16452 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16453
16454         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16455         of doing it manually.
16456
16457 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16458
16459         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16460         comment.
16461
16462 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16463
16464         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16465         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16466         (gnus-agent-read-local): All symbols allocated in my-obarray.
16467         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16468         (gnus-agent-regenerate-group): Check numeric names to see if they are
16469         messages or groups.
16470         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16471         better way of do this...)
16472
16473         * gnus-cache.el (gnus-agent-total-fetched-for):
16474         Ignore 'dummy.group' (there should be a better way of do this...)
16475
16476 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16479         (gnus-saved-headers): Ditto.
16480         (gnus-default-article-saver): Mention functions may have properties.
16481         (gnus-article-save): Override gnus-save-all-headers and
16482         gnus-saved-headers by :headers property which saver function may have.
16483         (gnus-summary-save-in-file): Add :headers property.
16484         (gnus-summary-write-to-file): Ditto.
16485
16486         * gnus-sum.el (gnus-summary-save-article): Bind
16487         gnus-prompt-before-saving to t when saving many articles in a file;
16488         always show all headers.
16489
16490         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16491
16492 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16493
16494         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16495         marks.
16496
16497         * message.el (message-indent-citation): Add optional arguments to allow
16498         using it outside of message buffers.
16499
16500         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16501         (gnus-article-treat-unfold-headers): Use it.
16502         (gnus-article-truncate-lines): New variable.
16503         (gnus-article-mode): Use it.
16504         (gnus-article-toggle-truncate-lines): New function.
16505
16506         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16507         Add gnus-article-toggle-truncate-lines.
16508
16509         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16510         coding system in XEmacs, use binary.
16511
16512 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16513
16514         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16515         after-load-alist.
16516
16517         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16518         this function should save decoded articles.
16519         (gnus-summary-write-to-file): Use property to specify this function
16520         should save decoded articles and specify gnus-summary-save-in-file
16521         should be used to save articles other than the first one when saving
16522         many articles.
16523         (gnus-summary-save-body-in-file): Use property to specify this
16524         function should save decoded articles.
16525         (gnus-summary-write-body-to-file): Use property to specify this
16526         function should save decoded articles and specify
16527         gnus-summary-save-body-in-file should be used to save articles other
16528         than the first one when saving many articles.
16529
16530         * gnus-sum.el (gnus-summary-save-article): Simplify.
16531
16532 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * gnus-art.el (gnus-default-article-saver):
16535         Add gnus-summary-write-body-to-file.
16536         (gnus-article-save-coding-system): Don't use coding system object
16537         in XEmacs.
16538         (gnus-read-save-file-name): Add optional `dir-var' argument which
16539         specifies directory in which files are saved; work even if optional
16540         `variable' argument is not specified.
16541         (gnus-summary-write-to-file): Read file name.
16542         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16543         (gnus-summary-write-body-to-file): New function.
16544
16545         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16546         (gnus-summary-local-variables): Add it.
16547         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16548         (gnus-summary-save-article): Remove optional `decode' argument;
16549         determine whether to decode articles by the value of
16550         gnus-default-article-saver; when saving many files using
16551         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16552         it first and use gnus-summary-save-in-file or
16553         gnus-summary-save-body-in-file thereafter unless
16554         gnus-prompt-before-saving is always; move point to article which
16555         will be saved.
16556         (gnus-summary-save-article-file): Revert.
16557         (gnus-summary-write-article-file): Revert.
16558         (gnus-summary-save-article-body-file): Revert.
16559         (gnus-summary-write-article-body-file): New function.
16560
16561 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * gnus-art.el (gnus-default-article-saver): Doc fix.
16564         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16565         from gnus-summary-save-article-coding-system, and default to a
16566         certain coding system.
16567         (gnus-output-to-file): Add coding cookie and encode text according
16568         to gnus-article-save-coding-system; don't use mm-append-to-file.
16569
16570         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16571         gnus-art.el and rename to gnus-article-save-coding-system.
16572         (gnus-summary-save-article): Require gnus-art; don't show all
16573         headers if it decodes articles; don't add coding cookie here;
16574         don't bind mm-text-coding-system-for-write.
16575         (gnus-summary-save-article-file): Save decoded articles.
16576         (gnus-summary-write-article-file): When saving many files, use
16577         gnus-summary-write-to-file first and gnus-summary-save-in-file
16578         thereafter unless gnus-prompt-before-saving is always.
16579         (gnus-summary-save-article-body-file): Save decoded articles.
16580
16581         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16582
16583 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16584
16585         * nnrss.el (nnrss-check-group): Bind hash-index.
16586
16587 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16588
16589         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16590         its hash index.  Store this hash in `nnrss-group-data'.
16591         (nnrss-read-group-data): Update accordingly.
16592
16593 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16594
16595         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16596         entry.
16597
16598         * gnus-sum.el (gnus-summary-make-menu-bar):
16599         Add gnus-article-browse-html-article.
16600
16601 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16602
16603         * gnus-sum.el (gnus-summary-mime-map):
16604         Add gnus-article-browse-html-article.
16605
16606         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16607
16608 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16609
16610         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16611         suitable coding systems in customize.
16612
16613 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16614
16615         * mail-source.el (mail-sources): Fix custom type.
16616
16617 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16618
16619         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16620         (gnus-summary-expire-articles-now): Shorten prompt.
16621
16622         * gmm-utils.el (wid-edit): Require.
16623         (defun-gmm): Rename from `gmm-defun-compat'.
16624         (gmm-image-search-load-path): Use it.
16625         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16626
16627 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * gnus-sum.el (gnus-summary-save-article-coding-system):
16630         New variable.
16631         (gnus-summary-save-article): Add optional `decode' argument.
16632         If it is set and gnus-summary-save-article-coding-system is non-nil,
16633         save decoded article.
16634         (gnus-summary-write-article-file): Save decoded article if
16635         gnus-summary-save-article-coding-system is non-nil.
16636
16637         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16638         type.
16639
16640 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16643
16644 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16645
16646         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16647         first to test gnus-single-article-buffer which may be buffer-local.
16648
16649         * gnus-sum.el (gnus-summary-setup-buffer):
16650         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16651         group; make gnus-article-buffer, gnus-article-current, and
16652         gnus-original-article-buffer always buffer-local.
16653         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16654         group.
16655         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16656
16657 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16658
16659         * nnml.el (nnml-request-compact-group): Compressed files might not
16660         have .gz extension.
16661
16662 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16663
16664         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16665         (mm-copy-to-buffer): Use with-current-buffer.
16666         (mm-display-part): Simplify.
16667         (mm-inlinable-p): Add optional arg `type'.
16668
16669 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16670
16671         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16672         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16673         Try harder to show the attachment internally or externally using
16674         gnus-mime-view-part-as-type.
16675
16676 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16677
16678         * message.el (message-from-style, message-signature-separator)
16679         (message-user-organization-file, message-send-mail-function)
16680         (message-citation-line-function, message-yank-prefix)
16681         (message-indent-citation-function, message-signature)
16682         (message-signature-file, message-signature-insert-empty-line):
16683         Remove autoloads.
16684
16685         * gnus-art.el (gnus-buttonized-mime-types):
16686         Remove "multipart/signed".  Revert 2006-04-26 change.
16687
16688 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16689
16690         * gnus.el (gnus-version-number): Bump version.
16691
16692 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16693
16694         * gnus.el: No Gnus v0.5 is released.
16695
16696 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16697
16698         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16699         fetching articles by message-id.
16700
16701 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16702
16703         * message.el (hashcash): Require hashcash as normal.
16704
16705         * ecomplete.el (ecomplete-highlight-match-line):
16706         Use point-at-eol.
16707         (ecomplete-highlight-match-line): Use `highlight', because that
16708         face exists in both Emacs and XEmacs.
16709
16710         * message.el (message-display-abbrev): Use point-at-bol.
16711
16712         * mail-source.el: Don't require timer/timer-funcs.
16713
16714         * gnus-async.el: Ditto.
16715
16716         * password.el: Ditto.
16717
16718         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16719
16720         * mm-url.el: Ditto.
16721
16722         * gnus-xmas.el: Don't require timer-funcs.
16723
16724         * mm-util.el: Require timer/timer-funcs.
16725
16726 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16727
16728         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16729         Close.
16730
16731 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16734         unibyte after clear-decrypt function runs.
16735
16736         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16737         returns as a unibyte string.
16738
16739 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * lpath.el: Revert.
16742
16743         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16744         (pgg-gpg-process-sentinel): Revert.
16745
16746         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16747         (pgg-pgp-lookup-key): Revert.
16748
16749         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16750         (pgg-pgp5-lookup-key): Revert.
16751
16752         * pgg.el (pgg-fetch-key): Revert.
16753
16754 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * lpath.el: Fbind string-as-multibyte for XEmacs.
16757
16758         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16759         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16760         (mml1991-pgg-encrypt): Ditto.
16761
16762         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16763         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16764         a multibyte buffer.
16765
16766         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16767         (pgg-pgp-lookup-key): Ditto.
16768
16769         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16770         (pgg-pgp5-lookup-key): Ditto.
16771
16772         * pgg.el (pgg-fetch-key): Ditto.
16773
16774 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16775
16776         * message.el (message-user-organization-file): Check several
16777         locations of the organization file.
16778
16779         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16780         Add gnus-article-view-part-as-type.
16781
16782         * gnus-art.el (gnus-article-view-part-as-type): New function.
16783
16784         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16785         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16786
16787         * mml.el: Simplify autoload.
16788         (mml-mode): defvar dnd-protocol-alist instead of using
16789         symbol-value.
16790         (mml-default-directory): New variable.
16791         (mml-minibuffer-read-file): Use it.
16792         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16793
16794         * message.el (message-citation-line-format): New variable.
16795         (message-insert-formated-citation-line): New function.
16796         (message-citation-line-function):
16797         Add `message-insert-formated-citation-line' to custom type.
16798
16799         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16800         to doc string.
16801
16802         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16803         depending on mm-verify-option.
16804
16805 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16808         binding pgg-* variables; reimplement the section which prevents
16809         MIME header from being signed.
16810         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16811         pgg-text-mode; remove a blank line at the top of body.
16812
16813         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16814         lines at the top of body; use gnus-newsgroup-charset if there's no
16815         Charset header.
16816
16817 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * message.el (message-self-insert-commands): Doc fix.
16820
16821         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16822         (mm-uu-pgp-encrypted-test): Ditto.
16823         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16824         between header and body; return application/pgp-encrypted handle
16825         if decryption failed; decode decrypted body by charset.
16826
16827         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16828         element match to application/pgp-*.
16829
16830 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16831
16832         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16833         HTML.
16834
16835 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16836
16837         * mail-source.el (mail-source-call-script): Message the error
16838         string.
16839
16840 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16841
16842         * gnus-util.el (gnus-byte-compile): Use it.
16843
16844 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16845
16846         * gnus-util.el (kill-empty-logs): New function.
16847
16848 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16849
16850         * message.el (message-mail-alias-type): Doc fix.
16851         (message-mail-alias-type-p): New function.
16852         (message-send): Use it.
16853         (message-mode): Ditto.
16854         (message-strip-forbidden-properties): Ditto.
16855
16856         * ecomplete.el (ecomplete-database-file-coding-system):
16857         New variable.
16858         (ecomplete-save): Use it.
16859         (ecomplete-setup): Use it.
16860
16861 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * message.el (message-self-insert-commands): New variable.
16864         (message-strip-forbidden-properties): Use it.
16865
16866 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16867
16868         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16869         that doesn't make XEmacs choke.
16870
16871 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16872
16873         * gnus-util.el (gnus-replace-in-string):
16874         Prefer replace-regexp-in-string over of replace-in-string.
16875
16876 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * gnus-util.el (gnus-select-frame-set-input-focus):
16879         Use select-frame-set-input-focus if it is available in XEmacs; use
16880         definition defined in Emacs 22 for old Emacsen.
16881
16882         * dgnushack.el: Autoload unmorse-region for XEmacs.
16883
16884         * lpath.el: Bind cursor-in-non-selected-windows and
16885         select-frame-set-input-focus for XEmacs.
16886
16887 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16890
16891 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16892
16893         * gnus-registry.el (gnus-registry-cache-save): Remove text
16894         properties when saving via the temp buffer.
16895
16896 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16897
16898         * message.el (message-generate-hashcash): Honor custom type.
16899
16900 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16901
16902         * message.el (message-generate-hashcash): Default to non-nil when
16903         hashcash is found.
16904
16905         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16906         (gnus-refer-thread-limit): Increase default to 500.
16907
16908         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16909
16910         * flow-fill.el (fill-flowed): Allow delete-space.
16911
16912 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16913
16914         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16915         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16916         Remove autoloads.
16917
16918 2006-04-18  Simon Josefsson  <jas@extundo.com>
16919
16920         * message.el (message-generate-hashcash): Default to.
16921
16922 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16923
16924         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16925         concatenating segments rather than before concatenating them.
16926
16927 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16928
16929         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16930
16931 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16932
16933         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16934
16935         * message.el (message-forward-make-body-plain):
16936         Allow message-forward-ignored-headers to be a list.
16937         (message-remove-ignored-headers): Factor out into function.
16938         (message-forward-make-body-mml): Use it.
16939
16940         * imap.el (imap-quote-specials): New function.
16941         (imap-login-auth): Quote specials.
16942
16943         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16944         (rfc2231-parse-string): Allow concatanation of parameters that
16945         aren't contiguous.  The test case is
16946           (mail-header-parse-content-type "message/external-body;
16947             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16948             access-type=LOCAL-FILE;
16949             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16950
16951 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16952
16953         * nntp.el (nntp-accept-process-output): Return the value of
16954         `nnheader-accept-process-output'.
16955
16956 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16957
16958         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16959         (gnus-button-alist): Recognize more diff formats.
16960         (gnus-button-patch): Strip directory.
16961
16962 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16963
16964         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16965         Emacs 22 when setting focus.
16966
16967 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16968
16969         * gnus-art.el (gnus-article-treat-types): Do treatment of
16970         text/x-verbatim parts.
16971         (gnus-button-patch): New command.
16972
16973         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16974         addresses that contain invalid characters.
16975
16976 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16977
16978         * message.el (message-put-addresses-in-ecomplete):
16979         Use gnus-replace-in-string.
16980         (message-is-yours-p): Use the more correct
16981         mail-header-parse-address instead of
16982         mail-extract-address-components.
16983         (message-put-addresses-in-ecomplete): Fix typo.
16984
16985         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16986         keystroke.
16987
16988         * gnus-art.el (gnus-treatment-function-alist): Change order of
16989         newsgroups/generic header folding to avoid double-folding.
16990
16991         * message.el (message-hidden-headers): Add X-Draft-From.
16992
16993         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16994         New command.
16995         (gnus-summary-repeat-search-article-backward): New command.
16996
16997         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16998         groups in the parent topic.
16999
17000 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17001
17002         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17003         (spam-extra-header-to-number): Return the CRM114 number as a
17004         number instead of a string.
17005
17006 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17007
17008         * gnus-art.el (gnus-face-properties-alist): Move here from
17009         gnus-fun.
17010
17011         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17012
17013 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17014
17015         * message.el (message-strip-forbidden-properties): Only display on
17016         self-insert-command.
17017
17018         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17019         reindent.
17020         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17021
17022 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17023
17024         * smiley.el (smiley-style): Fix typo.
17025
17026 2006-03-23  Kenichi Handa  <handa@m17n.org>
17027
17028         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17029         instead of set-buffer-multibyte.
17030
17031 2006-03-23  Kenichi Handa  <handa@m17n.org>
17032
17033         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17034         buffer and then decode the buffer text if necessary.
17035         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17036         first, and after mm-encode-body, change the buffer to unibyte.
17037
17038 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17039
17040         * hashcash.el (hashcash-insert-payment-async-2):
17041         Use message-goto-eoh instead of doing it manually.
17042         (mail-add-payment): Use message-narrow-to-header instead of trying
17043         to do the same itself.
17044
17045         * message.el (message-hidden-headers): Add Face.
17046
17047         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17048         reparenting code.
17049         (gnus-summary-reparent-children): Refactored out code.
17050         (gnus-summary-thread-map): New keystroke.
17051         (gnus-summary-reparent-children): Make into command.
17052
17053         * smiley.el (smiley-style): Default to `medium' if using a large
17054         font.
17055
17056         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17057         does it itself.
17058
17059         * message.el (message-point-in-header-p): Simplify definition.
17060
17061 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17062
17063         * nnagent.el (nnagent-request-set-mark): Silence log file
17064         writing.
17065         (nnagent-request-set-mark): Use write-region instead of
17066         append-to-file.
17067
17068         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17069         strange select method.
17070
17071         * ecomplete.el (ecomplete-display-matches): Get highlightling
17072         right.
17073         (ecomplete-display-matches): Use literals.
17074         (ecomplete-display-matches): Disable message logging.
17075
17076         * message.el (message-display-abbrev): Small optimization.
17077
17078         * ecomplete.el (ecomplete-display-matches): Allow automatic
17079         display.
17080
17081         * message.el (message-strip-forbidden-properties):
17082         Display abbrevs.
17083         (message-display-abbrev): Get automatic display right.
17084
17085         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17086         keystrokes.
17087
17088 2006-04-13  Romain Francoise  <romain@orebokech.com>
17089
17090         TODO: Backport to v5-10!
17091
17092         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17093         Move here (and rename) from gnus-registry.el.
17094
17095         * gnus-registry.el: Require gnus-util.
17096         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17097
17098 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17099
17100         * gnus-group.el (gnus-group-catchup-current):
17101         Change if-then-else-if-then-else into cond.
17102         (gnus-group-catchup): Indent.
17103         (group-name-at-point): New function.
17104         (gnus-fetch-group): Provide default from thing at point.
17105
17106 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17107
17108         * message.el (message-display-abbrev): Fix regexp.
17109
17110         * ecomplete.el (ecomplete-highlight-match-line):
17111         Reimplement choosing.
17112         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17113         dead variables.
17114
17115         * message.el (message-newline-and-indent): Remove debugging.
17116         (message-display-abbrev): Use new implementation.
17117
17118 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17119
17120         * gnus-art.el (gnus-article-mode):
17121         Set cursor-in-non-selected-windows to nil.
17122
17123         * smiley.el: Revert previous change.
17124         (smiley-data-directory): defvar it before using it in the
17125         defcustom of `smiley-style'.
17126
17127 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17128
17129         * message.el (message-newline-and-indent): New function.
17130
17131         * ecomplete.el: Implement more bits.
17132
17133         * message.el (message-put-addresses-in-ecomplete): Clean up the
17134         string.
17135
17136         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17137
17138         * gnus-sum.el (gnus-summary-save-parts):
17139         Bind gnus-summary-save-parts-counter and use it to make unique file
17140         names.
17141
17142         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17143
17144         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17145         parameter to say whether to actually parse the individual
17146         addresses.
17147
17148         * message.el (message-put-addresses-in-ecomplete): New function.
17149         (ecomplete): Require.
17150         (message-mail-alias-type): Add ecomplete as an option.
17151
17152 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17153
17154         * flow-fill.el (fill-flowed): Remove trailing space from blank
17155         quoted lines.
17156
17157 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17158
17159         * smiley.el (smiley-style): Move definition later to avoid a
17160         compilation warning.
17161
17162 2006-04-12  Kenichi Handa  <handa@m17n.org>
17163
17164         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17165         buffer and then decode the buffer text if necessary.
17166         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17167         first, and after mm-encode-body, change the buffer to unibyte.
17168         Use mm-disable-multibyte instead of set-buffer-multibyte.
17169
17170 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17173         Content-Type header instead of Content-Disposition header.
17174         (gnus-mime-inline-part): Ditto.
17175         (gnus-mime-view-part-as-charset): Ignore charset that the part
17176         specifies.
17177
17178         * mm-decode.el (mm-display-part): Work with external parts and
17179         usual parts similarly.
17180
17181         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17182         instead of gnus-display-mime.
17183
17184         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17185         instead of with-temp-buffer.
17186
17187         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17188         tag to summarized topics part in order to encode non-ASCII text.
17189
17190 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17191
17192         * smiley.el (smiley-style): New variable.
17193         (smiley-directory): New function.
17194         (smiley-data-directory): Derive from `smiley-style' using
17195         `smiley-directory'.
17196         (smiley-regexp-alist): Add new entries.
17197
17198         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17199         (gnus-article-browse-delete-temp): Add :version.
17200
17201 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17202
17203         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17204         the sieve region.
17205
17206 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17207
17208         * gnus.el (gnus-version-number): Bump version.
17209
17210 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17211
17212         * gnus.el: No Gnus v0.4 is released.
17213
17214 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17215
17216         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17217         layout.
17218
17219         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17220         unknown charset.
17221
17222         * message.el (message-header-synonyms): Add Original-To to the
17223         default.
17224
17225         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17226         optional parameter.
17227
17228 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17229
17230         * gnus-fun.el (gnus): Require it for gnus-directory.
17231
17232 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17235
17236 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17237
17238         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17239
17240 2006-04-05  Simon Josefsson  <jas@extundo.com>
17241
17242         * password.el (password-reset): New function.
17243
17244 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17245
17246         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17247         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17248
17249 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17250
17251         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17252         Some whitespace was matched into the url, which broke browsing hits
17253         > 100 when mm-url-use-external was nil.
17254
17255 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17256
17257         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17258         Check gnus-extra-headers for 'Newsgroups.
17259
17260         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17261         bound.
17262
17263 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17264
17265         * pgg-gpg.el: Clean up process buffers every time gpg processes
17266         complete.
17267
17268 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17269
17270         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17271         doc string.
17272
17273 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17274
17275         * pgg-gpg.el (pgg-gpg-process-filter)
17276         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17277
17278         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17279         lines, temporary fix.
17280
17281 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17282
17283         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17284
17285 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17286
17287         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17288         default-enable-multibyte-characters.  This reverts the change from
17289         revision 6.17 which is no longer necessary because the passphrase
17290         is sent separately now.  GnuPG messages are unreadable under
17291         multibyte locales with default-enable-multibyte-characters set to
17292         nil.
17293
17294 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17295
17296         * message.el (message-tool-bar-gnome): Move "spell".
17297
17298 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17299
17300         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17301         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17302         instead.
17303
17304 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17305
17306         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17307         Improve newsgroups handling for NNTP overviews which don't include
17308         Newsgroups.
17309
17310 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17311
17312         * message.el (message-resend): Bind message-generate-hashcash to nil.
17313
17314 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17315
17316         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17317         when searching for already-paid recipients.
17318
17319 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17320
17321         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17322         passphrases when it is not needed.
17323         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17324         passphrase stuff from gpg, should only be necessary when you use
17325         gpg with a smartcard.
17326
17327 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * mml.el (mml-insert-mime): Ignore cached contents of
17330         message/external-body part.
17331
17332         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17333         (mm-insert-part): Ditto.
17334
17335 2006-03-23  Simon Josefsson  <jas@extundo.com>
17336
17337         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17338         Reiner.
17339         (pgg-gpg-use-agent-p): Use it again.
17340
17341 2006-03-23  Simon Josefsson  <jas@extundo.com>
17342
17343         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17344         older emacsen.
17345         (pgg-gpg-use-agent-p): Don't use it.
17346
17347 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17348
17349         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17350         if we can.
17351
17352 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17353
17354         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17355         (pgg-gpg-update-agent): New function.
17356         (pgg-gpg-use-agent-p): New function.
17357         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17358         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17359         (pgg-gpg-sign-region): Use it.
17360
17361 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17364         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17365
17366 2006-03-21  Simon Josefsson  <jas@extundo.com>
17367
17368         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17369         <wilde@sha-bang.de>.
17370         (pgg-gpg-use-agent): New variable.
17371         (pgg-gpg-process-region): Use it.
17372         (pgg-gpg-encrypt-region): Likewise.
17373         (pgg-gpg-encrypt-symmetric-region): Likewise.
17374         (pgg-gpg-decrypt-region): Likewise.
17375         (pgg-gpg-sign-region): Likewise.
17376         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17377
17378 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17379
17380         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17381
17382         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17383         Add comment on version.
17384
17385 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17386
17387         * smiley.el: Add missing test smiley.
17388
17389 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * mm-decode.el (mm-with-part): New macro.
17392         (mm-get-part): Use it; work with message/external-body as well.
17393         (mm-save-part): Treat name and filename equally.
17394
17395         * mm-extern.el (mm-extern-cache-contents): New function.
17396         (mm-inline-external-body): Use it; force the part to be displayed;
17397         move undisplayer added to the cached handle to the parent.
17398
17399         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17400         (gnus-mime-view-part-as-type): Work with message/external-body.
17401
17402         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17403
17404 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17405
17406         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17407         images in image-load-path.  [Sync with image.el, revision 1.60, in
17408         Emacs.]
17409
17410 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17411
17412         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17413         path rather than symbol.  Always return list of directories.
17414         Guarantee that image directory comes first.  [Sync with image.el,
17415         revision 1.59, in Emacs.]
17416
17417         * message.el (message-make-tool-bar): Adjust to new API of
17418         `gmm-image-load-path-for-library'.
17419
17420         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17421
17422         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17423
17424 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17425
17426         * gnus-art.el (gnus-article-only-boring-p):
17427         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17428         intangible text.
17429         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17430
17431 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17432
17433         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17434         Use `defun' instead of `gmm-defun-compat'.
17435
17436 2006-03-14  Simon Josefsson  <jas@extundo.com>
17437
17438         * message.el (message-unique-id): Don't use message-number-base36
17439         if (user-uid) is a float.
17440         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17441
17442 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17445
17446         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17447         empty line between a part and a message part.
17448
17449 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17450
17451         * smiley.el: Add more test smileys.
17452         (smiley-data-directory, smiley-regexp-alist)
17453         (gnus-smiley-file-types): Fix doc strings.
17454         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17455         adding new elements.
17456         (smiley-mouse-map): Unused code.  Make it a comment.
17457
17458 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17461         scan latest NoCeM messages instead of old ones.
17462         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17463         delimiters that are recently used.
17464         (gnus-nocem-load-cache): Add autoload cookie.
17465
17466         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17467
17468         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17469         level which is larger than gnus-use-nocem is specified.
17470
17471         * gnus-group.el (gnus-group-get-new-news): Ditto.
17472
17473 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17474
17475         * gnus-util.el (gnus-tool-bar-update): New function.
17476
17477         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17478         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17479
17480         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17481
17482         * gnus-group.el (gnus-group-redraw-when-idle)
17483         (gnus-group-redraw-check): Remove.
17484         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17485
17486 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17489         if optional last element is specified in splits (FIELD VALUE...).
17490
17491 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17492
17493         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17494         to gmm-image-load-path-for-library.  Call with no-error argument.
17495         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17496
17497         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17498
17499         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17500
17501         * gmm-utils.el (gmm-image-load-path): Remove alias.
17502
17503 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17504
17505         * gmm-utils.el (gmm-image-load-path): Add alias.
17506
17507         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17508         nnml-generate-nov-databases-1.
17509         (nnml-generate-nov-databases): Use it.
17510         (nnml-generate-nov-databases-directory): Document no-active
17511         argument.
17512
17513         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17514         directory if path is t.  Add no-error.
17515
17516         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17517         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17518
17519         * gnus-art.el (gnus-article-browse-delete-temp-files):
17520         Simplify resetting gnus-article-browse-html-temp-list.
17521
17522         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17523         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17524         Add example to docstring.  Rename local variables.  Move error
17525         checks to default case in cond and simplify.
17526
17527 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17530         handle is multipart when calling it recursively.
17531         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17532
17533 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17534
17535         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17536         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17537
17538 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17541         is loaded.
17542
17543         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17544         loaded.
17545
17546 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17547
17548         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17549         to "Emacs 23 (unicode)" in doc string.
17550
17551         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17552         "Emacs 23 (unicode)" in comment.
17553
17554 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17557
17558         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17559         characters 160 through 255 in Emacs 23.
17560
17561 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17562
17563         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17564         gnus-article-browse-html-temp.
17565         (gnus-article-browse-delete-temp): Make it customizable.
17566         Add `file'.  Adjust doc string.
17567         (gnus-article-browse-delete-temp-files): Add argument.
17568         Allow query for each file.  Adjust doc string.
17569         (gnus-article-browse-html-parts):
17570         Add `gnus-article-browse-delete-temp-files' to
17571         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17572
17573 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17574
17575         * gnus-art.el (gnus-article-browse-html-temp)
17576         (gnus-article-browse-delete-temp): New variables.
17577         (gnus-article-browse-delete-temp-files): New function.
17578         (gnus-article-browse-html-parts): Use it.
17579
17580 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17581
17582         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17583
17584         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17585         string.
17586
17587         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17588         gnus-summary-insert-new-articles when unplugged.
17589         Remove gnus-summary-search-article-forward.
17590
17591         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17592         display-visual-class instead of display-color-cells.
17593
17594 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17595
17596         * dgnushack.el: Autoload customize-group for XEmacs.
17597
17598         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17599         message/* containing non-ASCII text properly.
17600
17601 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17602
17603         * message.el: Require gmm-utils, remove autoloads.
17604         (message-tool-bar): Set default based on
17605         gmm-tool-bar-style.
17606         (message-tool-bar-gnome): Add gmm-customize-mode.
17607
17608         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17609         gmm-tool-bar-style.
17610         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17611
17612         * gnus-group.el (gnus-group-tool-bar): Set default based on
17613         gmm-tool-bar-style.
17614         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17615
17616         * gmm-utils.el (gmm-image-directory): Rename variable from
17617         gmm-image-load-path.
17618         (gmm-image-load-path): Use gmm-image-directory.
17619         (gmm-customize-mode): New function.
17620         (gmm-tool-bar-style): New variable.
17621
17622         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17623         gnus-group-redraw-line-number.
17624         (gnus-group-redraw-check): Simplify.
17625         (gnus-group-tool-bar-update): Remove redraw check.
17626         (gnus-group-make-tool-bar): Add redraw check.
17627
17628 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17629
17630         * gnus-art.el (gnus-button): Add missing parentheses.
17631
17632 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * lpath.el: Fbind line-number-at-pos.
17635
17636 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17639
17640 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17641
17642         * gnus-art.el (gnus-button): New face.
17643         (gnus-article-button-face): Use it.
17644
17645         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17646         Add gnus-summary-next-page.  Re-order.
17647
17648         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17649         next-node are now included.
17650         (gnus-group-redraw-line-number): New internal variable.
17651         (gnus-group-redraw-check): Helper function for updating the tool
17652         bar.
17653         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17654
17655         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17656
17657         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17658         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17659         Use it to match format of Spamassassin 3.0 and later.
17660         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17661         (spam-check-bogofilter)
17662         (spam-bogofilter-register-with-bogofilter): Fix args of
17663         `gnus-error' calls.
17664
17665 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17666
17667         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17668         unnecessary interaction when sending queued mails.
17669         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17670
17671 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17672
17673         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17674         first or last are nil.
17675
17676 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17677
17678         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17679
17680 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17681
17682         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17683
17684 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17685
17686         * dns.el (query-dns): Protect more against buggy tcp output.
17687
17688 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17689
17690         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17691         nov.php.
17692
17693 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17694
17695         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17696         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17697         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17698         output on the server side.
17699         (nnweb-google-create-mapping): Update regexps and add some
17700         progress indication.
17701
17702 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17703
17704         * gnus-group.el (gnus-group-tool-bar-gnome):
17705         Fix gnus-agent-toggle-plugged.  Re-order icons.
17706         (gnus-group-tool-bar-gnome):
17707         Add gnus-group-{prev,next}-unread-group.
17708         (gnus-group-tool-bar-gnome): Re-order icons.
17709
17710         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17711         Move gnus-summary-insert-new-articles.
17712
17713         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17714         Fix comments.
17715
17716         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17717         also available in Emacs 21.3.
17718
17719         * message.el (message-fix-before-sending): Change "Emacs 22" to
17720         "Emacs 23 (unicode)" in comment.
17721
17722         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17723         "Emacs 23 (unicode)" in comment.
17724
17725         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17726         comment.
17727         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17728
17729         * mm-view.el (mm-fill-flowed): Add :version.
17730
17731 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17734         and load-path.
17735
17736 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17737
17738         * message.el: Autoload gmm-image-load-path.
17739         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17740         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17741         consitency.
17742
17743         * gmm-utils.el (gmm-image-load-path): Also search in
17744         "../etc/images".  Don't set gmm-image-load-path if we don't find
17745         the image.
17746
17747 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * gmm-utils.el (gmm-image-load-path): Don't make
17750         `gmm-image-load-path' include subdirectories which the second arg
17751         `image' might specify.
17752
17753         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17754         subdirectory to icon file names.
17755
17756         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17757
17758 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17759
17760         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17761         gmm-image-load-path calls.
17762
17763         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17764
17765         * message.el (message-make-tool-bar): Ditto.
17766
17767         * mml.el (mml-preview): Add comment concerning tool bar icons.
17768
17769         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17770         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17771
17772         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17773         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17774
17775         * message.el (message-tool-bar-gnome): Use new icon names.
17776         (message-make-tool-bar): Use `gmm-image-load-path'.
17777
17778         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17779         New functions from MH-E.
17780         (gmm-image-load-path): New variable from MH-E.
17781         (gmm-image-load-path): New function from MH-E.  Add arguments
17782         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17783         *-image-load-path-called-flag.
17784
17785 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17786
17787         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17788
17789 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17790
17791         * nnimap.el (nnimap-request-move-article): Change folder back to
17792         source group before deleting.
17793
17794 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17795
17796         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17797
17798         * gnus-art.el (mm-url-insert-file-contents-external):
17799         Autoload mm-url.
17800
17801         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17802
17803 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17804
17805         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17806         coding system which mm-charset-to-coding-system returns for a
17807         given charset is valid.
17808
17809 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17810
17811         * html2text.el (html2text-remove-tag-list):
17812         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17813
17814 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17815
17816         * gnus-cus.el: Revert 2005-10-17 change.
17817
17818 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * gnus-art.el (article-strip-banner):
17821         Call article-really-strip-banner only when the regexp match is made.
17822
17823 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * gnus-art.el (article-strip-banner):
17826         Use gnus-extract-address-components instead of
17827         mail-header-parse-addresses to make it work with non-ASCII text;
17828         remove mail-encode-encoded-word-string.
17829
17830         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17831         values which are surrounded with \"...\"; make it never cause a
17832         Lisp error; give up parsing of parameters if it failed in
17833         extracting type.
17834
17835 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17836
17837         * smime.el (smime-cert-by-ldap-1): Fix bug where
17838         `smime-ldap-search' returns results without userCertificates.
17839
17840 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17843
17844 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17845
17846         * spam.el (spam-check-spamassassin-headers): Adapt format for
17847         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17848         <ari@mbf.ocn.ne.jp>.
17849         (spam-list-of-processors): Add spam-use-gmane.
17850
17851 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17854         make-temp-file; make it work with XEmacs as well.
17855
17856         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17857         mm-make-temp-file.
17858
17859         * mm-decode.el (mm-display-external): Use the 3rd arg of
17860         mm-make-temp-file.
17861         (mm-create-image-xemacs): Ditto.
17862
17863 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17866         with message-narrow-to-headers.
17867         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17868         (gnus-draft-check-draft-articles): New function.
17869         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17870
17871 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17872
17873         * gnus-art.el (gnus-article-browse-html-parts):
17874         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17875         Don't use suffix argument for mm-make-temp-file for Emacs 21
17876         compatibility.  Remove useless `format'.
17877
17878 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17879
17880         * nnweb.el (nnweb-google-wash-article): Update regexps.
17881         (nnweb-group-alist): Use defvoo instead of defvar.
17882
17883 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17886         re-loading nn* modules.
17887
17888 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17889
17890         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17891         for `tool-bar-mode' and don't check it's default-value.
17892
17893         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17894
17895         * message.el (message-make-tool-bar): Ditto.
17896
17897         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17898         `substring'.  Shorten tmp-file name.
17899
17900         * gnus.el: Remove bogus comment.
17901
17902 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17903
17904         * gnus-art.el (gnus-article-browse-html-parts): New function.
17905         (gnus-article-browse-html-article): New function for viewing html
17906         articles with a browser.
17907
17908 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17909
17910         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17911         in elisp.
17912         (pgg-gpg-encrypt-symmetric-region): Ditto.
17913         (pgg-gpg-sign-region): Ditto.
17914
17915         * pgg-def.el (pgg-text-mode): New variable.
17916
17917         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17918         (mml2015-pgg-encrypt): Ditto.
17919
17920         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17921         (mml1991-pgg-encrypt): Ditto.
17922
17923 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * nnfolder.el (nnfolder-insert-newsgroup-line):
17926         Use message-make-date instead of current-time-string.
17927
17928         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17929         to gnus-decoded which mm-uu might set.
17930
17931 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17932
17933         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17934         don't decode quoted parameters; remove misimported Emacs code.
17935         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17936         (rfc2231-decode-encoded-string): Don't use split-string which
17937         behaves differently according to Emacs version; use
17938         mm-decode-coding-region to convert charset to coding-system.
17939         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17940         (rfc2231-encode-string): Remove misimported Emacs code.
17941
17942 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17945         when calling mail-header-parse-content-type.
17946         (article-de-quoted-unreadable): Ditto.
17947         (article-de-base64-unreadable): Ditto.
17948         (article-wash-html): Ditto.
17949
17950         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17951         calling mail-header-parse-content-type and
17952         mail-header-parse-content-disposition.
17953         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17954         mail-header-parse-content-type.
17955
17956         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17957         insert charset and format parameters; encode description after
17958         inserting it to buffer.
17959         (mml-insert-parameter): Fold lines properly even if a parameter is
17960         segmented into two or more lines; change the max column to 76.
17961
17962         * rfc1843.el (rfc1843-decode-article-body): Don't use
17963         ignore-errors when calling mail-header-parse-content-type.
17964
17965         * rfc2231.el (rfc2231-parse-string): Return at least type if
17966         possible; don't cause an error even if it fails in parsing of
17967         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17968         (rfc2231-encode-string): Don't break lines at the beginning, leave
17969         it to mml-insert-parameter.
17970
17971         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17972         calling mail-header-parse-content-type.
17973
17974 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17975
17976         * spam-report.el (spam-report-gmane-use-article-number):
17977         Improve doc string.
17978         (spam-report-gmane-internal): Check if a suitable header was found
17979         in the article.
17980
17981 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17982
17983         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17984         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17985
17986 2006-02-05  Romain Francoise  <romain@orebokech.com>
17987
17988         Update copyright notices of all files in the gnus directory.
17989
17990 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17991
17992         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17993
17994 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17997         segmented lines of parameter value to cope with Thunderbird 1.5
17998         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17999         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18000         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18001
18002 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18003
18004         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18005         parts.
18006
18007 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18008
18009         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18010         there's only one active file for all servers.
18011         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18012         solid groups.  Gnus might have used a FAST request to select the group.
18013         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18014         and nnweb-search redundantly in the active file.
18015         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18016         (nnweb-request-create-group): Don't use ARGS.
18017         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18018         initializations.  Let nnoo do the work.
18019
18020 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18023         Say the part has been decoded.
18024
18025         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18026
18027 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18028
18029         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18030         mailcap-viewer-test-cache when there's no 'test clause, since that
18031         will invert the meaning of a "nil" test previously determined by
18032         mailcap-mailcap-entry-passes-test.
18033
18034 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18037         compiling.
18038
18039         * gnus-sum.el: Ditto.
18040
18041         * message.el: Don't bind tool-bar-map when compiling.
18042
18043 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18044
18045         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18046
18047 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18048
18049         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18050         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18051         current Google Groups.
18052
18053 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18054
18055         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18056         and tool-bar-mode.
18057
18058         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18059         and tool-bar-mode.
18060
18061         * message.el (message-tool-bar-update): Simplify.
18062         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18063
18064         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18065         gnus-summary-buffer.
18066         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18067         gnus-summary-reply.
18068
18069         * gmm-utils.el (gmm): Add :version.
18070
18071 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * Makefile.in (clean): New rule.
18074         (distclean): Use it.
18075
18076 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18077
18078         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18079         Don't autoload.
18080
18081 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * gmm-utils.el (gmm-verbose): Add :group.
18084
18085 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18086
18087         * message.el: Change some comments WRT tool-bars.
18088
18089         * gnus-sum.el (gnus-summary-tool-bar)
18090         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18091         (gnus-summary-tool-bar-zap-list): New variables.
18092         (gnus-summary-make-tool-bar): Complete rewrite using
18093         `gmm-tool-bar-from-list'.
18094
18095         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18096         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18097         New variables.
18098         (gnus-group-make-tool-bar): Complete rewrite using
18099         `gmm-tool-bar-from-list'.
18100         (gnus-group-tool-bar-update): New function.
18101
18102         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18103
18104 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18107         is dissected into a single part of which the type is the same as
18108         the given one; decode charset.
18109
18110 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18111
18112         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18113         into alists as symbol not string, since that's what
18114         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18115         look for.
18116
18117 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18118
18119         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18120         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18121
18122         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18123
18124 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18125
18126         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18127         (gnus-xmas-mime-security-button-menu): New function.
18128
18129         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18130         (gnus-mime-security-button-menu): New definition.
18131         (gnus-mime-security-button-map): Use them.
18132         (gnus-mime-security-button-menu): New function.
18133         (gnus-insert-mime-security-button): Addition to help echo.
18134         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18135         (gnus-mime-security-pipe-part): New functions.
18136
18137         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18138         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18139
18140         * mm-decode.el (mm-handle-set-disposition): Remove.
18141         (mm-handle-set-description): Remove.
18142
18143 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18144
18145         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18146         (mm-w3m-standalone-supports-m17n-p): New function.
18147         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18148         w3m usage.
18149
18150         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18151         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18152
18153 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18154
18155         * message.el (message-tool-bar-zap-list):
18156         Use gmm-tool-bar-zap-list as custom type.
18157         (message-tool-bar-update): New function.
18158         (message-tool-bar, message-tool-bar-gnome)
18159         (message-tool-bar-retro): Add message-tool-bar-update.
18160         (message-tool-bar-gnome): Add flyspell-buffer.
18161
18162         * gnus-util.el (gnus-error): Describe `args'.
18163
18164         * gmm-utils.el (gmm-error): Describe `args'.
18165         (gmm-tool-bar-zap-list): New widget.
18166         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18167
18168 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18171         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18172         the number of recursive calls.
18173
18174         * mm-decode.el (mm-handle-set-disposition): New macro.
18175         (mm-handle-set-description): New macro.
18176
18177 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18180         encoding.
18181
18182 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18183
18184         * message.el (message-tool-bar-zap-list, message-tool-bar)
18185         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18186         (message-tool-bar-local-item-from-menu): Remove.
18187         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18188         (message-make-tool-bar): New function.
18189         (message-mode): Use `message-make-tool-bar'.
18190
18191         * gmm-utils.el: New file.
18192         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18193         (gmm-lazy): New widget copied from `nnmail.el'.
18194         (gmm-tool-bar-from-list): New function for creating customizable
18195         tool bars.
18196         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18197         output.
18198         (gmm): Add :prefix to defgroup.
18199
18200 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18201
18202         * gmm-utils.el (gmm-widget-p): New function.
18203
18204 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18205
18206         * mml.el (mml-attach-file): Describe `description' in doc string.
18207         (mml-menu): Add Emacs MIME manual and PGG manual.
18208
18209 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18210
18211         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18212
18213 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18214
18215         * nntp.el (nntp-end-of-line): Doc fix.
18216
18217 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18218
18219         * imap.el (imap-open): Handle case where buffer is a buffer
18220         object.
18221
18222 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18223
18224         * gnus-delay.el (gnus-delay): Don't autoload.
18225         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18226         to be re-loaded when customizing the `gnus-delay' group.
18227
18228 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18229
18230         * message.el (message-insert-citation-line): Use newlines.
18231
18232 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18233
18234         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18235         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18236         these routines, so the passphrase can be managed externally and
18237         passed in to the system.
18238         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18239         pgg-add-passphrase-to-cache function.
18240
18241         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18242         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18243         these routines, so the passphrase can be managed externally and
18244         passed in to the system.
18245         (pgg-pgp5-sign-region): Use new name of
18246         pgg-add-passphrase-to-cache function.
18247
18248 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18249
18250         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18251         part of the decoded armor to find the key-identifier.
18252         (pgg-gpg-lookup-key-owner): New function to return the
18253         human-readable identifier of a key owner.
18254         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18255         itself.
18256         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18257         the key value) if we have a key and can match it against a secret
18258         key.  Also, added a note pointing out fact that the prompt only
18259         indicates the first matching key.
18260
18261         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18262         pgg-decrypt-region.
18263         (pgg-add-passphrase-to-cache): Rename from
18264         `pgg-add-passphrase-cache' to reduce confusion (all callers
18265         changed).
18266         (pgg-remove-passphrase-from-cache): Rename from
18267         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18268         changed).
18269         (pgg-read-passphrase, pgg-add-passphrase-cache)
18270         (pgg-remove-passphrase-cache): Add informative docstrings.
18271         (pgg-decrypt): Convey provided passphrase in subordinate call to
18272         pgg-decrypt-region.
18273
18274 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18275
18276         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18277         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18278         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18279         'passphrase' argument, so the passphrase can be managed externally
18280         and then passed in to the system.
18281
18282         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18283         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18284         so the passphrase cache can be used reliably with identifiers
18285         besides a pgp packet's key id.
18286
18287         * pgg-gpg.el (pgg-gpg-encrypt-region)
18288         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18289         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18290         these routines, so the passphrase can be managed externally and
18291         passed in to the system.
18292
18293         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18294         'notruncate' argument, so the passphrase cache can be used
18295         reliably with identifiers besides a pgp packet's key id.
18296
18297 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18298
18299         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18300         symmetric encryption.
18301         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18302         encrypted session key.
18303         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18304         message ask for the passphrase in a proper way.
18305
18306         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18307         New user commands for symmetric encryption.
18308
18309 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18312
18313         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18314
18315 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18316
18317         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18318
18319 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18320
18321         * mm-decode.el (mm-inlined-types): Add application/pgp.
18322         (mm-automatic-display): Ditto.
18323
18324         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18325         part as text.
18326
18327 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * nnrss.el: Update copyright.
18330         (nnrss-opml-import): Query whether to subscribe to each entry.
18331
18332         * gnus-art.el:
18333         * gnus-sum.el:
18334         * gnus-xmas.el:
18335         * messagexmas.el:
18336         * mm-uu.el:
18337         * mm-view.el: Update copyright.
18338
18339 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18340
18341         * message.el (message-info): New function.
18342         (message-mode-menu): Add it.
18343         Update copyright.
18344
18345         * ChangeLog: Fix and update copyright.
18346
18347 2006-01-13  Romain Francoise  <romain@orebokech.com>
18348
18349         * message.el (message-forward-subject-name-subject): Prefer the
18350         address to 'nowhere' if the sender has no name.
18351         Fix typo.  Update copyright year.
18352
18353 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18354
18355         * gnus-art.el (article-wash-html):
18356         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18357         (gnus-article-wash-html-with-w3m-standalone): New function.
18358
18359         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18360         mm-inline-text-html-render-with-w3m-standalone.
18361         (mm-text-html-washer-alist): Map w3m-standalone to
18362         gnus-article-wash-html-with-w3m-standalone.
18363         (mm-inline-text-html-render-with-w3m-standalone): New function.
18364
18365 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18366
18367         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18368         Improve LaTeX.
18369
18370 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18373         (nnrss-request-article): Render text/plain parts as HTML.
18374
18375         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18376         the buffer.
18377
18378 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18379
18380         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18381         custom definition of `gnus-posting-styles'.
18382
18383         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18384         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18385
18386 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18387
18388         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18389         Use nntp for bug archive.
18390
18391 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18392
18393         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18394         parts.
18395         (nnrss-normalize-date): New function converts ISO 8601 date into
18396         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18397         (nnrss-check-group): Use it.
18398
18399 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18402
18403         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18404         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18405         (nnrss-insert-w3): Ditto.
18406
18407 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18410         the articles to be forwarded including the case where neither a
18411         number of articles nor a region is specified.
18412
18413 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * nnrss.el (nnrss-request-article): Fix last change; fill
18416         text/plain parts.
18417
18418 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18421         in text/plain part.
18422         (nnrss-check-group): Don't add excessive newline to dc:subject.
18423
18424 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18425
18426         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18427         article.
18428
18429 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18430
18431         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18432         (nnml-use-compressed-files, nnml-save-mail): Support other
18433         comression programs such as bzip2.
18434
18435 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18436
18437         * dns.el (query-dns): Make sure we check the buffer size before
18438         removing tcp headers.
18439
18440 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18441
18442         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18443         remove MIME buttons associated with multipart/alternative parts.
18444         (gnus-mime-display-alternative): Tag buttons using `article-type'
18445         text property.
18446
18447         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18448         associated with multipart/alternative parts.
18449
18450         * gnus-art.el (gnus-signature-separator): Fix custom type.
18451
18452         * mm-decode.el (mm-inlined-types): Fix custom type.
18453         (mm-keep-viewer-alive-types): Ditto.
18454         (mm-automatic-display): Ditto.
18455         (mm-attachment-override-types): Ditto.
18456         (mm-inline-override-types): Ditto.
18457         (mm-automatic-external-display): Ditto.
18458
18459 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18460
18461         * spam-report.el (spam-report-user-mail-address)
18462         (spam-report-user-agent): New variables.
18463         (spam-report-url-ping-plain): Use spam-report-user-agent.
18464
18465 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18466
18467         * gnus-art.el (gnus-button-handle-custom): Do not just use
18468         `customize-apropos' for any "M-x customize-*" button but the
18469         function called for.  Accept both the function name and its
18470         argument in order to achieve this.
18471         (gnus-button-alist): Remove support for "custom:" URL's.
18472         Pass function name to `gnus-button-handle-custom' in case of "M-x
18473         customize-*" buttons.
18474
18475 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18478         multipart/alternative and add xref to mm-discouraged-alternatives
18479         in doc string.
18480
18481         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18482         gnus-buttonized-mime-types in doc string.
18483
18484 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18485
18486         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18487         Suggest image/.* in the doc string.
18488
18489 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18490
18491         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18492         message-marks (Debian bug #342521).
18493
18494 2005-12-12  Simon Josefsson  <jas@extundo.com>
18495
18496         * password.el (password-read-from-cache): Add.
18497         (password-read): Use it.
18498
18499 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18500
18501         * rfc2047.el (rfc2047-charset-to-coding-system):
18502         Recognize us-ascii as a MIME charset.
18503
18504         * mm-bodies.el (mm-decode-content-transfer-encoding):
18505         Protect against the case where the 2nd arg TYPE is nil.
18506
18507 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18508
18509         * pop3.el (pop3-stream-type): Fix custom version.
18510
18511         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18512
18513 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18514
18515         * mm-decode.el (mm-display-external): Add missing cdr.
18516
18517 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18518
18519         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18520         RFC1524) if it is in mailcap or add a suffix according to
18521         mailcap-mime-extensions when generating a temp filename; postpone
18522         deleting a temp file for 2 seconds for some wrappers, shell
18523         scripts, and so on, which might exit right after having started a
18524         viewer command as a background job.
18525
18526 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18527
18528         * nntp.el (nntp-marks-directory): Fix custom group.
18529
18530         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18531         steps when < 10.
18532
18533         * gnus-start.el (gnus-no-server-1):
18534         Mention `gnus-level-default-subscribed' in doc string.
18535
18536 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18537
18538         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18539         parens.
18540
18541 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18542
18543         * gnus-xmas.el (gnus-use-toolbar): Revert.
18544         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18545         gnus-use-toolbar is default.
18546
18547         * messagexmas.el (message-use-toolbar): Revert.
18548         (message-setup-toolbar): Use global default-toolbar if
18549         message-use-toolbar is default.
18550
18551 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18552
18553         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18554         according to default-toolbar-visible-p.
18555
18556         * messagexmas.el (message-use-toolbar): Ditto.
18557
18558 2005-11-26  Dave Love  <fx@gnu.org>
18559
18560         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18561         (tls-program, tls-success): Provide openssl alternative.
18562
18563         * starttls.el: Doc fixes.
18564         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18565         SERVICE to PORT.
18566
18567         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18568         port null or service name.
18569         (starttls-negotiate): Autoload.
18570
18571 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18572
18573         * message.el (message-kill-to-signature): Fix interactive spec.
18574
18575 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18576
18577         * pop3.el (pop3-open-server): Recognize a string as a service name.
18578
18579 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18580
18581         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18582
18583 2005-11-23  Dave Love  <fx@gnu.org>
18584
18585         Add pop3s, pop3/starttls.
18586
18587         * pop3.el (pop3-authentication-scheme): Clarify doc.
18588         (open-tls-stream, starttls-open-stream): Autoload.
18589         (pop3-stream-type): New.
18590         (pop3-open-server): Use it.
18591
18592         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18593         for POP.
18594         (mail-source-keyword-map): Add :stream for POP.
18595         (mail-source-fetch-pop): Use pop3-stream-type.
18596
18597 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18600         of current-time-string.
18601
18602 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18603
18604         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18605         date header.
18606
18607 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18608
18609         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18610         it can seriously impact performance as it bypasses the agent's
18611         local caches.
18612
18613 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18614
18615         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18616         must be explicitly online rather than "not explicitly offline" for
18617         its flags to be synchronized.
18618
18619         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18620         that gnus-uu-unmark-thread will function correctly.
18621
18622         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18623         1024K is instead displayed as 1M.
18624
18625 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18626
18627         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18628
18629 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18630
18631         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18632
18633 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18634
18635         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18636         error message to display actual error condition.
18637         (gnus-agent-save-local): Avoid saving symbols that are bound to
18638         nil as they simply result in a warning message in
18639         gnus-agent-read-local.
18640
18641 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18644         rather than make-variable-buffer-local for file-precious-flag.
18645
18646 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18647
18648         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18649         for duplicates which are removed.  The invalid sort check then
18650         triggers a rescan after the sort as sorting may have moved
18651         duplicate entries such that they can be cheaply detected.
18652
18653 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18654
18655         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18656
18657 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18658
18659         * gnus-agent.el (gnus-agent-article-alist-save-format):
18660         Change internal variable to a custom variable.  Change default value
18661         from compressed(2) to uncompressed(1).
18662         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18663         support for uncompressed agentview files.  Taken together, reading
18664         the agentview file should now be 6-7 times faster.
18665
18666 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18667
18668         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18669         as a buffer-local variable.  This avoids creating truncated
18670         dribble files as a result of a hang up, eg.
18671
18672 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18673
18674         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18675         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18676         XEmacs.
18677
18678 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18679
18680         * gnus-start.el (gnus-start-draft-setup):
18681         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18682
18683         * gnus.el (gnus-splash): Change custom group.
18684         (gnus-group-get-parameter, gnus-group-parameter-value):
18685         Describe allow-list argument.
18686
18687         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18688         string.
18689
18690 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18691
18692         * gnus-art.el (gnus-default-article-saver): Add user-defined
18693         `function' to custom type.
18694
18695 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18696
18697         * imap.el (imap-open): Handle case where buffer is a buffer
18698         object.
18699
18700 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18701
18702         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18703         long lines.
18704         (gnus-cache-delete-group): Wrap doc strings.
18705
18706         * gnus-agent.el (gnus-agent-rename-group)
18707         (gnus-agent-delete-group): Wrap doc strings.
18708
18709 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18710
18711         * messagexmas.el (message-use-toolbar): Change the valid values
18712         into default, top, bottom, left, and right.
18713         (message-toolbar-thickness): New variable.
18714         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18715         well.
18716         (message-setup-toolbar): Make it work.
18717
18718         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18719         (gnus-use-toolbar): Change the valid values into default, top,
18720         bottom, left, and right.
18721         (gnus-toolbar-thickness): New variable.
18722         (gnus-xmas-setup-toolbar): New function.
18723         (gnus-xmas-setup-group-toolbar): Use it.
18724         (gnus-xmas-setup-summary-toolbar): Use it.
18725
18726 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18727
18728         * gnus-start.el (gnus-1): Add "native" to
18729         gnus-predefined-server-alist.
18730
18731         * gnus.el (gnus-method-to-server): Don't add "native" to the
18732         lists here, because that leads to problems when
18733         gnus-select-method is bound.
18734
18735 2005-11-09  Simon Josefsson  <jas@extundo.com>
18736
18737         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18738         use (not sort-by-date) instead.
18739
18740 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18741
18742         * gnus-delay.el (gnus-delay-group): Don't autoload.
18743         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18744         to be re-loaded when customizing the `gnus-delay' group.
18745
18746 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18747
18748         * message.el: Revert last changes.
18749         (message-insert-citation-line): Use newlines.
18750
18751 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18752
18753         * message.el (message-courtesy-message)
18754         (message-mark-insert-begin, message-mark-insert-end)
18755         (message-elide-ellipsis, message-cancel-message)
18756         (message-add-header, message-change-subject)
18757         (message-cross-post-followup-to-header)
18758         (message-cross-post-insert-note, message-reduce-to-to-cc)
18759         (message-widen-reply, message-delete-not-region)
18760         (message-kill-to-signature, message-insert-signature)
18761         (message-insert-importance-high, message-insert-importance-low)
18762         (message-insert-or-toggle-importance)
18763         (message-insert-disposition-notification-to)
18764         (message-indent-citation, message-yank-original)
18765         (message-cite-original-without-signature, message-cite-original)
18766         (message-insert-citation-line, message-position-on-field)
18767         (message-fix-before-sending, message-send-mail-partially)
18768         (message-send-mail, message-send-mail-with-sendmail)
18769         (message-send-mail-with-qmail, message-send-news)
18770         (message-check-news-header-syntax, message-generate-headers)
18771         (message-insert-courtesy-copy, message-fill-address)
18772         (message-fill-header, message-shorten-references)
18773         (message-setup-1, message-cancel-news)
18774         (message-forward-make-body-plain, message-forward-make-body-mime)
18775         (message-forward-make-body-mml, message-encode-message-body)
18776         (message-forward-make-body-digest-plain)
18777         (message-forward-make-body-digest-mime)
18778         (message-use-alternative-email-as-from): Insert `hard-newline'
18779         instead of ordinary newlines.
18780
18781 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18782
18783         * message.el (message-generate-headers): Downcase the argument
18784         given to message-check-element.
18785
18786 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18787
18788         * nntp.el (nntp-authinfo-rejected): New error condition.
18789         (nntp-wait-for): Use new error condition to signal authentication
18790         error.
18791         (nntp-retrieve-data): Rethrow new error condition to break out of
18792         recursive call to nntp-send-authinfo.
18793
18794 2005-11-08  Romain Francoise  <romain@orebokech.com>
18795
18796         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18797         (gnus-summary-exit-map): Bind to `Z p'.
18798         (gnus-summary-make-menu-bar): Add menu item.
18799
18800 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18801
18802         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18803         (gnus-treat-*): Add `first' in all doc strings.
18804
18805         * gnus-group.el (gnus-group-compact-group): Fix typo.
18806
18807 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * gnus.el (gnus-parameters-case-fold-search): New variable.
18810         (gnus-parameters-get-parameter): Use it.
18811
18812         * gnus-score.el (gnus-home-score-file): Doc fix.
18813
18814 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18815
18816         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18817
18818 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18819
18820         * mm-util.el (mm-special-display-p): New function.
18821
18822         * mml.el (mml-preview): Use it; doc fix.
18823
18824 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18825
18826         * imap.el (imap-open): Handle case where buffer is a buffer object.
18827
18828 2005-10-29  Romain Francoise  <romain@orebokech.com>
18829
18830         * message.el (message-fix-before-sending): Fix comment.
18831
18832 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18833
18834         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18835
18836 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18837
18838         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18839         Used in gnus-score.el.
18840
18841 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18842
18843         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18844
18845 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18846
18847         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18848         whitespace removed in revision 7.8.  Use concatenated string to
18849         protect trailing whitespace.
18850
18851 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18852
18853         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18854         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18855         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18856         Courier IMAP ("some version from 2004").  Mostly based on similar
18857         code in the same function.
18858
18859 2005-10-26  Didier Verna  <didier@xemacs.org>
18860
18861         * gnus-group.el (gnus-group-compact-group): Invalidate original
18862         article buffer.
18863         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18864         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18865         NOV database and in article itself.
18866         Invalidate article backlog.
18867
18868 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18869
18870         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18871
18872 2005-10-26  Simon Josefsson  <jas@extundo.com>
18873
18874         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18875         part of 2004-07-25 change.
18876
18877 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18878
18879         * message.el (message-display-completion-list): New function.
18880         (message-expand-group): Use it; make sure the Completions buffer
18881         is modifiable.
18882 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18883
18884         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18885         user-mail-name is an empty string.
18886
18887 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18888
18889         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18890         depending on gnus-score-decay-constant.
18891
18892         * encrypt.el (encrypt-insert-file-contents)
18893         (encrypt-write-file-contents): Don't use `gnus-message'.
18894
18895         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18896         arguments.
18897         (mm-uu-type-alist): Add message-marks and insert-marks.
18898         Pass arguments to mm-uu-verbatim-marks-extract.
18899         (mm-uu-hide-markers): New variable.
18900         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18901
18902         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18903         (gnus-convert-image-to-face-command): Use "convert" by default to
18904         allow other input image formats.
18905         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18906         accordingly.
18907
18908 2005-10-23  Simon Josefsson  <jas@extundo.com>
18909
18910         * imap.el (imap-gssapi-program): Align command line parameters
18911         with latest GNU SASL.
18912         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18913
18914 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18915
18916         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18917         HTML.
18918         (nnslashdot-request-article): Ditto.
18919
18920         * lpath.el (featurep): Add nobreak-char-display.
18921
18922 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18923
18924         * mail-source.el (mail-source-fetch-pop): Require pop3.
18925         (mail-source-check-pop): Ditto.
18926
18927 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18928
18929         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18930         errors.
18931
18932 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18933
18934         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18935         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18936
18937         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18938
18939         * mm-bodies.el (mm-decode-string):
18940         Call `mm-charset-to-coding-system' with allow-override argument.
18941
18942 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18943
18944         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18945         (rfc2047-charset-to-coding-system): New function.
18946         (rfc2047-decode-encoded-words): New function.
18947         (rfc2047-decode-region): Use them.
18948         (rfc2047-decode-cte): Remove.
18949         (rfc2047-parse-and-decode): Remove.
18950         (rfc2047-decode): Remove.
18951
18952 2005-10-15  Kenichi Handa  <handa@m17n.org>
18953
18954         * rfc2047.el (rfc2047-decode-cte): New function.
18955         (rfc2047-decode-region): Change the way to decode successive
18956         encoded-words: decode B- or Q-encoding in each encoded-word,
18957         concatenate them, and decode it as charset.
18958
18959 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18960
18961         * lpath.el: Fbind codepage-setup for XEmacs.
18962
18963 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18964
18965         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18966         widget-move-and-invoke.
18967         (gnus-custom-mode): Use gnus-custom-map.
18968
18969 2005-10-15  Bill Wohler  <wohler@newt.com>
18970
18971         * message.el (message-tool-bar-map): Rename image file from
18972         mail_send to mail/send.
18973
18974 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18975
18976         * message.el (message-expand-group): Pass the common
18977         prefix substring of completion to `display-completion-list'.
18978
18979 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18980
18981         * mml-sec.el (mml-secure-method): New internal variable.
18982         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18983         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18984         New functions using mml-secure-method.
18985
18986         * mml.el (mml-mode-map): Add key bindings for those functions.
18987         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18988         Harder <harder@myrealbox.com>.
18989         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18990         Goto end of message if point is the headers of the message.
18991
18992         * message.el (message-in-body-p): New function.
18993
18994         * assistant.el: Autoload gnus-util and netrc.
18995
18996         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18997         Use `mm-charset-override-alist' only when decoding.
18998
18999         * mm-bodies.el (mm-decode-body):
19000         Call `mm-charset-to-coding-system' with allow-override argument.
19001
19002         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19003         `filename' from Content-Disposition if Content-Type doesn't
19004         provide `name'.
19005         (gnus-mime-view-part-as-type): Set default instead of
19006         initial-input.
19007
19008 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19009
19010         * format-spec.el (format-spec): Propagate text properties of % spec.
19011
19012 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19013
19014         * gnus-art.el (gnus-treat-predicate): Add `first'.
19015
19016 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19017
19018         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19019         (mm-charset-override-alist): New variable.
19020         (mm-charset-to-coding-system): Use it.
19021         (mm-codepage-setup): New helper function.
19022         (mm-charset-eval-alist): New variable.
19023         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19024         Warn about unknown charsets.
19025
19026         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19027
19028 2005-10-04  David Hansen  <david.hansen@gmx.net>
19029
19030         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19031         (nnrss-check-group): Ditto.
19032
19033 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19034
19035         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19036         Rename x-gnus-verbatim to x-verbatim.
19037         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19038
19039         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19040         x-verbatim.
19041
19042         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19043
19044         * gnus-util.el (gnus-remove-duplicates): Remove.
19045
19046         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19047         instead of gnus-remove-duplicates.
19048
19049         * message.el (message-remove-duplicates): Remove.
19050         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19051         message-remove-duplicates.
19052
19053         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19054         available, else use implementation from `delete-dups'.
19055
19056         * message.el (message-insert-expires): New function.
19057         (message-mode-map): Add key binding.
19058         (message-mode-field-menu): Add menu entry.
19059         (message-mode): Document it.
19060         (message-make-expires-date): Use `message-make-date'.
19061
19062 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19063
19064         * message.el (message-make-expires-date): New function.
19065
19066 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19067
19068         * Makefile.in (list-installed-shadows): New entry.
19069         (install): Use it.
19070         (remove-installed-shadows): New entry.
19071
19072         * dgnushack.el (dgnushack-default-load-path): New variable.
19073         (dgnushack-find-lisp-shadows): New function.
19074         (dgnushack-remove-lisp-shadows): New function.
19075
19076 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * Makefile.in (install-el-elc): New entry.
19079         (install): Use it so that .el files are necessarily installed.
19080
19081 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19084
19085 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19086
19087         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19088         function rather than the diff-mode.el package.
19089         (mm-display-external): Use with-current-buffer.
19090         (mm-viewer-completion-map, mm-viewer-completion-map):
19091         Move initialization inside declaration.
19092
19093 2005-09-29  Simon Josefsson  <jas@extundo.com>
19094
19095         * spam.el: Load hashcash when compiling, to avoid warnings.
19096         Don't autoload mail-check-payment.
19097         (spam-check-hashcash): Define unconditionally, since hashcash.el
19098         is part of Gnus now.  Ignore errors from payment checking.
19099
19100 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19101
19102         * message.el (message-bold-region, message-unbold-region):
19103         Rename from `bold-region' and `unbold-region'.
19104
19105         * message.el: Remove useless autoloads.
19106
19107 2005-09-28  Simon Josefsson  <jas@extundo.com>
19108
19109         * message.el (message-use-idna): Default to t.
19110         (message-use-idna): Test whether encoding works too.  Doc fix.
19111
19112 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19113
19114         * nntp.el (nntp-warn-about-losing-connection): Remove.
19115
19116 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19117
19118         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19119         customizable.  Change default value.
19120         (mm-uu-diff-groups-regexp): Change default value.
19121         (mm-uu-type-alist): Add doc string.
19122         (mm-uu-configure): Add doc string.  Make it interactive.
19123         (mm-uu-tex-groups-regexp): New variable.
19124         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19125         (mm-uu-type-alist): Add LaTeX documents.
19126         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19127         of "text/verbatim".
19128         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19129
19130         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19131         instead of "text/verbatim".
19132
19133         * message.el (message-mark-inserted-region)
19134         (message-mark-insert-file): Use slrn style marks when called with
19135         prefix argument.
19136
19137 2005-09-27  Simon Josefsson  <jas@extundo.com>
19138
19139         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19140
19141 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19142
19143         * message.el (message-remove-duplicates): New function.
19144         Implementation borrowed from `gnus-remove-duplicates'.
19145         (message-idna-to-ascii-rhs): Also encode idna addresses in
19146         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19147         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19148         only ask about the same idna domain once per header and also tell
19149         in what header to replace the idna domain.
19150
19151         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19152         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19153         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19154         a header is decoded and not just the last one.
19155
19156 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19157
19158         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19159         has been decoded.
19160
19161         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19162         (mm-insert-part): Don't modify text if it has been decoded.
19163
19164         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19165         decoded.
19166
19167         * mm-view.el (mm-inline-text): Don't strip text props unless
19168         decoding enriched or richtext parts.
19169
19170 2005-09-25  Romain Francoise  <romain@orebokech.com>
19171
19172         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19173         * gnus-start.el (gnus-subscribe-interactively):
19174         * gnus-uu.el (gnus-uu-grab-articles):
19175         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19176         space.
19177
19178 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19179
19180         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19181         * mm-view.el (mm-view-pkcs7-decrypt):
19182         * gnus-sum.el (gnus-summary-limit-to-extra)
19183         (gnus-summary-respool-article, gnus-read-move-group-name):
19184         * gnus-score.el (gnus-summary-increase-score):
19185         * gnus-util.el (gnus-completing-read-with-default):
19186         * gnus-art.el (gnus-read-save-file-name)
19187         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19188         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19189         * message.el (message-check-news-header-syntax):
19190         Follow convention for reading with the minibuffer.
19191
19192 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19193
19194         * spam-report.el (spam-report-url-ping-plain):
19195         Use gnus-extended-version as User-Agent.
19196
19197         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19198         default value is nil.
19199
19200         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19201         (mm-uu-verbatim-marks-extract): New function.
19202         (mm-uu-extract): New face.
19203         (mm-uu-copy-to-buffer): Use it.
19204
19205         * spam-report.el (spam-report-gmane-ham): Rename from
19206         `spam-report-gmane-unspam'.
19207         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19208         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19209
19210         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19211         Autoload.
19212         (spam-report-gmane-unregister-routine):
19213         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19214
19215 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19216
19217         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19218         (spam-report-gmane-unregister-routine): Add support for gmane
19219         unregistration.
19220
19221         * spam-report.el (spam-report-gmane-unspam)
19222         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19223         (spam-report-gmane): Change to take a single article and do unspam
19224         registration.
19225
19226 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19227
19228         * mm-url.el (mm-url-decode-entities): Fix regexp.
19229
19230 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19231
19232         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19233         default to nil, to be able to use Gnus at all.  If the default
19234         switches to something else, then the function should be fixed not
19235         be exceedingly slow.
19236
19237 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19238
19239         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19240         fail hard.
19241
19242         * spam-report.el: Add better Keywords line.
19243
19244         * spam.el: Add Maintainer and better Keywords line.
19245
19246 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19247
19248         * gnus-art.el (gnus-article-replace-part)
19249         (gnus-mime-replace-part): New functions.
19250         (gnus-mime-action-alist, gnus-mime-button-commands)
19251         (gnus-mime-save-part-and-strip): Add file argument.
19252         (gnus-article-part-wrapper): Add interactive argument.
19253
19254         * gnus-sum.el (gnus-summary-mime-map):
19255         Add `gnus-article-replace-part'.
19256
19257 2005-09-19  Didier Verna  <didier@xemacs.org>
19258
19259         The nnml compaction feature:
19260         * nnml.el (nnml-request-compact-group): New function.
19261         * nnml.el (nnml-request-compact): New function.
19262         * gnus-int.el (gnus-request-compact-group): New function.
19263         * gnus-int.el (gnus-request-compact): New function.
19264         * gnus-group.el (gnus-group-compact-group): New function.
19265         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19266         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19267         * gnus-srvr.el (gnus-server-compact-server): New function.
19268         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19269         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19270
19271 2005-09-18  Deepak Goel  <deego@gnufans.org>
19272
19273         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19274         format spec.
19275
19276 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19277
19278         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19279
19280 2005-09-15  Romain Francoise  <romain@orebokech.com>
19281
19282         * message.el (message-fill-paragraph): Clarify docstring.
19283
19284 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19285
19286         * gnus-art.el (gnus-mime-display-part): Protect against broken
19287         MIME messages.
19288
19289 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19292         before parsing header.
19293
19294 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19295
19296         * html2text.el (html2text-replace-list): Add new entities.
19297
19298 2005-09-11  Romain Francoise  <romain@orebokech.com>
19299
19300         * message.el (message-alternative-emails): Improve docstring.
19301         (message-setup-1): Call `message-use-alternative-email-as-from'
19302         after `message-setup-hook' to give it precedence over posting
19303         styles, etc.
19304         (message-use-alternative-email-as-from): Add docstring.
19305         Remove the original From header if present.
19306
19307         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19308         (nnml-save-mail): Use it.
19309
19310         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19311         articles.  Add new argument `silent'.
19312         (gnus-uu-mark-all): Report the total number of marked articles.
19313
19314 2005-09-10  Romain Francoise  <romain@orebokech.com>
19315
19316         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19317         (gnus-uu-mark-series): Likewise.
19318
19319 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19320
19321         * spam-report.el (spam-report-gmane): Fix generation of spam
19322         report URL.
19323
19324 2005-09-10  Simon Josefsson  <jas@extundo.com>
19325
19326         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19327         t, based on discussion on the ding list with Robert Epprecht
19328         <epprecht@solnet.ch>.
19329
19330 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19331
19332         * spam-report.el (spam-report-gmane): Make it work without
19333         X-Report-Spam header.  Gmane now only provides Archived-At.
19334         This is only used if `spam-report-gmane-use-article-number' is nil.
19335         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19336
19337         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19338         make `gnus-summary-sort-by-recipient' work with threading.
19339
19340         * nnweb.el (nnweb-google-wash-article): Print a message if article
19341         is not available.
19342
19343 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19344
19345         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19346         change.  Decode text/* parts content before displaying.
19347
19348 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19349
19350         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19351
19352 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19353
19354         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19355
19356         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19357         url-package-name, url-package-version,
19358         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19359         w3m-display-inline-images, and w3m-minor-mode-map.
19360
19361 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19362
19363         * message.el (message-tab-body-function): Fix mismatched custom type.
19364
19365         * gnus.el (gnus-group-change-level-function): Ditto.
19366
19367         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19368
19369         * gnus-art.el (gnus-signature-limit)
19370         (gnus-article-mime-part-function): Ditto.
19371
19372 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * mml.el (mml-mode): Silence the byte compiler.
19375
19376         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19377         using `(sit-for 0)' before moving the point to the specified part;
19378         skip unbuttonized parts.
19379         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19380         return to the summary window if gnus-auto-select-part is non-nil.
19381
19382 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19383
19384         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19385         New variables.
19386         (mml-dnd-attach-file, mml-mode): Use them.
19387
19388         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19389         Make fetching article by MID work again for Google Groups.
19390         Add FIXME concerning gnus-group-make-web-group.
19391
19392         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19393         Don't depend on Gnus by using mail-extract-address-components if
19394         gnus-extract-address-components is not bound.
19395
19396 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19397
19398         * gnus-art.el (gnus-mime-display-security): Don't display the
19399         signature, but only the signed part.
19400
19401 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19404
19405         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19406         list, not listp.
19407
19408 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19409
19410         * mm-encode.el (mm-encode-content-transfer-encoding):
19411         Likewise when encoding.
19412
19413         * mm-bodies.el (mm-decode-content-transfer-encoding):
19414         De-canonicalize CRLF for all text content types, not just
19415         text/plain.
19416
19417 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19420         valid article; point arrow and cursor at the MIME button.
19421
19422 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19423
19424         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19425         Suggested by Dan Christensen <jdc@uwo.ca>.
19426
19427         * mm-decode.el (mm-save-part): Enable change of prompt.
19428
19429 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19430
19431         * gnus-msg.el (gnus-inews-add-send-actions):
19432         Make `message-post-method' lambda parameter ARG `&optional'.
19433
19434 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19435
19436         * gnus-sum.el (gnus-summary-mime-map):
19437         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19438         gnus-article-jump-to-part.
19439
19440         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19441         (gnus-article-edit-part): Use it.
19442         (gnus-article-part-wrapper): Add no-handle argument.
19443         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19444         New functions.
19445
19446 2005-08-29  Romain Francoise  <romain@orebokech.com>
19447
19448         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19449         docstring.
19450         (gnus-face-from-file): Likewise.
19451
19452 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19453
19454         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19455         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19456         non-nil.
19457         (gnus-auto-select-part): New variable.
19458         (gnus-article-jump-to-part): New function.
19459         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19460         (gnus-mime-delete-part): Allow selecting specified part after
19461         deleting or stripping parts.
19462         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19463         part if argument is bogus.
19464
19465 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19466
19467         * gnus-art.el (w3m-minor-mode-map):
19468         * gnus-spec.el (gnus-newsrc-file-version):
19469         * gnus-util.el (nnmail-active-file-coding-system)
19470         (gnus-original-article-buffer, gnus-user-agent):
19471         * gnus.el (gnus-ham-process-destinations)
19472         (gnus-parameter-ham-marks-alist)
19473         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19474         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19475         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19476         * mm-decode.el (gnus-current-window-configuration):
19477         * mm-extern.el (gnus-article-mime-handles):
19478         * mm-url.el (url-current-object, url-package-name)
19479         (url-package-version):
19480         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19481         (smime-keys, w3m-cid-retrieve-function-alist)
19482         (w3m-current-buffer, w3m-display-inline-images)
19483         (w3m-minor-mode-map):
19484         * mml-smime.el (gnus-extract-address-components):
19485         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19486         (gnus-newsrc-hashtb, message-default-charset)
19487         (message-deletable-headers, message-options)
19488         (message-posting-charset, message-required-mail-headers)
19489         (message-required-news-headers):
19490         * mml1991.el (mc-pgp-always-sign):
19491         * mml2015.el (mc-pgp-always-sign):
19492         * nnheader.el (nnmail-extra-headers):
19493         * rfc1843.el (gnus-decode-encoded-word-function)
19494         (gnus-decode-header-function, gnus-newsgroup-name):
19495         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19496
19497 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19498
19499         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19500         the end of the date treatments.
19501
19502 2005-08-15  Simon Josefsson  <jas@extundo.com>
19503
19504         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19505         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19506         Capello and Romain Francoise.
19507         (pgg-fetch-key-function): Remove, not used?
19508         (pgg-insert-url-with-w3): Require url, to get
19509         url-insert-file-contents regardless of where it is defined.
19510
19511 2005-08-13  Romain Francoise  <romain@orebokech.com>
19512
19513         * message.el (message-cite-original-1): New function.
19514         (message-cite-original): Use it.
19515         (message-cite-original-without-signature): Ditto.
19516
19517 2005-08-08  Romain Francoise  <romain@orebokech.com>
19518
19519         * message.el (message-yank-empty-prefix): New variable.
19520         (message-indent-citation): Use it.
19521         (message-cite-original-without-signature): Respect X-No-Archive.
19522
19523 2005-08-08  Simon Josefsson  <jas@extundo.com>
19524
19525         * pgg.el: Autoload url-insert-file-contents instead of loading
19526         w3/url.
19527         (pgg-insert-url-with-w3): Don't load url here.
19528
19529 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19530
19531         * message.el (message-kill-to-signature): Don't insert newline at
19532         bol.
19533         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19534
19535 2005-08-06  Romain Francoise  <romain@orebokech.com>
19536
19537         * message.el (message-user-fqdn): Fix typo in docstring.
19538
19539 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19540
19541         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19542
19543         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19544
19545 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19546
19547         * mm-bodies.el (mm-encode-body): Use coding system rather than
19548         charset to encode text.
19549
19550         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19551         number of charsets if utf-8 is available (XEmacs).
19552
19553 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19554
19555         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19556         taken from `gnus-button-mid-or-mail-regexp'.
19557         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19558         (gnus-button-alist): Improve regexp for domain part of the MIDs
19559         for news:localpart@domain buttons.
19560         (gnus-button-ctan-directory-regexp): Update.
19561
19562 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19563
19564         * sieve-manage.el (sieve-manage-interactive-login):
19565         Use make-local-variable rather than make-variable-buffer-local.
19566         (sieve-manage-open): Ditto.
19567         (sieve-manage-authenticate): Ditto.
19568
19569         * mml.el (mml-generate-mime-1): Make the content type default to
19570         text/plain if the filename is not specified.
19571
19572 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19573
19574         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19575         instead of insert-buffer.
19576
19577         * message.el (message-yank-original): Ditto; set the mark at the
19578         end of the yanked message.
19579
19580 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19581
19582         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19583         lines to scroll rather than to stop it.
19584
19585         * mml.el (mml-generate-default-type): Add doc string.
19586         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19587         default to application/octet-stream when determining the content
19588         type if it is not specified for the part or the mml contents; add
19589         a comment about mml-generate-default-type.
19590
19591 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19592
19593         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19594         make it default to application/octet-stream when determining the
19595         content type if it is not specified for the external contents.
19596
19597 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19598
19599         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19600         segmented parameter but also other parameters might be there.
19601
19602 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19603
19604         * mm-decode.el (mm-display-external): Delete temp file, directory
19605         and buffer immediately if the external process is exited.
19606
19607 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19608
19609         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19610         fewer lines than that of scroll-margin.
19611         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19612
19613 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19614
19615         * gnus-art.el (gnus-article-next-page): Revert.
19616         (gnus-article-beginning-of-window): New macro.
19617         (gnus-article-next-page-1): Use it.
19618         (gnus-article-prev-page): Ditto.
19619         (gnus-article-edit-part): Use insert-buffer-substring instead of
19620         insert-buffer.
19621         (gnus-article-edit-exit): Ditto.
19622
19623         * gnus-util.el (gnus-beginning-of-window): Remove.
19624         (gnus-end-of-window): Remove.
19625
19626         * lpath.el: Don't bind header-line-format and scroll-margin.
19627
19628 2005-07-25  Simon Josefsson  <jas@extundo.com>
19629
19630         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19631         to have the url package without w3.  Reported by Daiki Ueno
19632         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19633
19634 2005-07-20  Didier Verna  <didier@xemacs.org>
19635
19636         * gnus-diary.el: Remove the description comment (nndiary is now
19637         properly documented in the Gnus manual).
19638         Fix the spelling of "Back End".
19639         * nndiary.el: Ditto.
19640         Fix the copyright notice.
19641
19642 2005-07-18  Romain Francoise  <romain@orebokech.com>
19643
19644         * gnus-sum.el (gnus-summary-to-prefix)
19645         (gnus-summary-newsgroup-prefix): New variables.
19646         (gnus-summary-from-or-to-or-newsgroups): Use them.
19647
19648 2005-07-17  Romain Francoise  <romain@orebokech.com>
19649
19650         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19651         space as it's generally not especially interesting to the user.
19652
19653 2005-07-16  Romain Francoise  <romain@orebokech.com>
19654
19655         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19656         nil to avoid prompting and file modification if one of the
19657         messages at the top of the nnfolder file contains a copyright
19658         notice.
19659         Update copyright notice.
19660
19661         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19662         instead of `current-time-string' as the latter creates a time
19663         string that is not RFC 2822 compliant (it lacks the zone).
19664         Update copyright notice.
19665
19666 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19667
19668         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19669         for text/rtf.  Display default in prompt.  Pass default for M-n.
19670
19671         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19672
19673 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19674
19675         * gnus-msg.el (gnus-button-mailto):
19676         Remove save-selected-window-window hackery because it relies on
19677         save-selected-window internals.
19678
19679 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19680
19681         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19682         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19683         (gnus-article-prev-page): Ditto.
19684
19685         * gnus-util.el (gnus-beginning-of-window): New function.
19686         (gnus-end-of-window): New function.
19687
19688         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19689
19690 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19691
19692         * gnus-score.el (gnus-score-edit-all-score):
19693         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19694         gnus-message.
19695
19696 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19697
19698         * gnus-msg.el (gnus-button-mailto):
19699         Remove save-selected-window-window hackery because it relies on
19700         save-selected-window internals.
19701
19702 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19703
19704         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19705         add-minor-mode.
19706         (gnus-binary-mode): Ditto.
19707
19708         * gnus-topic.el (gnus-topic-mode): Ditto.
19709
19710 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19711
19712         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19713         (gnus-article-prev-page): Take scroll-margin into consideration.
19714
19715 2005-07-04  Lute Kamstra  <lute@gnu.org>
19716
19717         Update FSF's address in GPL notices.
19718
19719 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19720
19721         * gnus.el (gnus-exit):
19722         * gnus-group.el (gnus-group-icons):
19723         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19724
19725         * gnus-nocem.el (gnus-nocem):
19726         * message.el (message-various, message-buffers, message-sending)
19727         (message-interface, message-forwarding, message-insertion)
19728         (message-headers, message-news, message-mail):
19729         * pgg-gpg.el (pgg-gpg):
19730         * pgg-parse.el (pgg-parse):
19731         * pgg-pgp.el (pgg-pgp):
19732         * pgg-pgp5.el (pgg-pgp5):
19733         * pop3.el (pop3): Finish `defgroup' description with period.
19734
19735 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19736
19737         * gnus-art.el (article-display-face): Improve the efficiency.
19738         (article-display-x-face): Ditto; remove gray x-face stuff.
19739
19740 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19741
19742         * gnus-art.el (article-display-face): Correct the position in
19743         which Faces are inserted.
19744
19745 2005-06-29  Didier Verna  <didier@xemacs.org>
19746
19747         * gnus-art.el (article-display-face): Display faces in correct
19748         order.
19749
19750 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19753         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19754         (gnus-nocem-check-article): Fetch the Type header.
19755         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19756         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19757         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19758         make sure gnus-nocem-hashtb is initialized.
19759         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19760         (gnus-nocem-unwanted-article-p): Ditto.
19761
19762         * pgg.el (pgg-verify): Return the verification result.
19763
19764 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19765
19766         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19767         is ascii.
19768
19769 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19770
19771         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19772         `show-nonbreak-escape'.
19773
19774 2005-06-23  Lute Kamstra  <lute@gnu.org>
19775
19776         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19777
19778         * dig.el (dig-mode):
19779         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19780
19781 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19782
19783         * nnimap.el (nnimap-split-download-body): Fix spellings.
19784
19785 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19786
19787         * gnus-art.el (gnus-article-encrypt-body):
19788         * gnus-cus.el (gnus-score-customize):
19789         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19790         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19791
19792 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19793
19794         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19795         header by looking for magic "MII" at the beginning.
19796
19797 2005-06-16  Miles Bader  <miles@gnu.org>
19798
19799         * gnus-xmas.el (gnus-xmas-group-startup-message):
19800         Use renamed gnus-splash face.
19801
19802         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19803         (assistant-field-face): New backward-compatibility alias for renamed
19804         face.
19805         (assistant-render-text): Use renamed assistant-field face.
19806
19807         * spam.el (spam): Remove "-face" suffix from face name.
19808         (spam-face): New backward-compatibility alias for renamed face.
19809         (spam-face, spam-initialize): Use renamed spam face.
19810
19811         * message.el (message-header-to, message-header-cc)
19812         (message-header-subject, message-header-newsgroups)
19813         (message-header-other, message-header-name)
19814         (message-header-xheader, message-separator, message-cited-text)
19815         (message-mml): Remove "-face" suffix from face names.
19816         (message-header-to-face, message-header-cc-face)
19817         (message-header-subject-face, message-header-newsgroups-face)
19818         (message-header-other-face, message-header-name-face)
19819         (message-header-xheader-face, message-separator-face)
19820         (message-cited-text-face, message-mml-face):
19821         New backward-compatibility aliases for renamed faces.
19822         (message-font-lock-keywords): Use renamed message faces.
19823
19824         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19825         (sieve-test-commands, sieve-tagged-arguments):
19826         Remove "-face" suffix from face names.
19827         (sieve-control-commands-face, sieve-action-commands-face)
19828         (sieve-test-commands-face, sieve-tagged-arguments-face):
19829         New backward-compatibility aliases for renamed faces.
19830         (sieve-control-commands-face, sieve-action-commands-face)
19831         (sieve-test-commands-face, sieve-tagged-arguments-face):
19832         Use renamed sieve faces.
19833
19834         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19835         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19836         (gnus-group-news-3-empty, gnus-group-news-4)
19837         (gnus-group-news-4-empty, gnus-group-news-5)
19838         (gnus-group-news-5-empty, gnus-group-news-6)
19839         (gnus-group-news-6-empty, gnus-group-news-low)
19840         (gnus-group-news-low-empty, gnus-group-mail-1)
19841         (gnus-group-mail-1-empty, gnus-group-mail-2)
19842         (gnus-group-mail-2-empty, gnus-group-mail-3)
19843         (gnus-group-mail-3-empty, gnus-group-mail-low)
19844         (gnus-group-mail-low-empty, gnus-summary-selected)
19845         (gnus-summary-cancelled, gnus-summary-high-ticked)
19846         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19847         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19848         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19849         (gnus-summary-low-undownloaded)
19850         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19851         (gnus-summary-low-unread, gnus-summary-normal-unread)
19852         (gnus-summary-high-read, gnus-summary-low-read)
19853         (gnus-summary-normal-read, gnus-splash):
19854         Remove "-face" suffix from face names.
19855         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19856         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19857         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19858         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19859         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19860         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19861         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19862         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19863         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19864         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19865         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19866         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19867         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19868         (gnus-summary-normal-ticked-face)
19869         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19870         (gnus-summary-normal-ancient-face)
19871         (gnus-summary-high-undownloaded-face)
19872         (gnus-summary-low-undownloaded-face)
19873         (gnus-summary-normal-undownloaded-face)
19874         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19875         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19876         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19877         (gnus-splash-face):
19878         New backward-compatibility aliases for renamed faces.
19879         (gnus-group-startup-message): Use renamed gnus faces.
19880
19881         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19882         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19883         (gnus-server-agent): Remove "-face" suffix from face names.
19884         (gnus-server-agent-face, gnus-server-opened-face)
19885         (gnus-server-closed-face, gnus-server-denied-face)
19886         (gnus-server-offline-face):
19887         New backward-compatibility aliases for renamed faces.
19888         (gnus-server-agent-face, gnus-server-opened-face)
19889         (gnus-server-closed-face, gnus-server-denied-face)
19890         (gnus-server-offline-face): Use renamed gnus faces.
19891
19892         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19893         Remove "-face" suffix from face names.
19894         (gnus-picon-xbm-face, gnus-picon-face):
19895         New backward-compatibility aliases for renamed faces.
19896
19897         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19898         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19899         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19900         (gnus-cite-11): Remove "-face" suffix from face names.
19901         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19902         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19903         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19904         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19905         New backward-compatibility aliases for renamed faces.
19906         (gnus-cite-attribution-face, gnus-cite-face-list)
19907         (gnus-article-boring-faces): Use renamed gnus faces.
19908
19909         * gnus-art.el (gnus-signature, gnus-header-from)
19910         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19911         (gnus-header-content): Remove "-face" suffix from face names.
19912         (gnus-signature-face, gnus-header-from-face)
19913         (gnus-header-subject-face, gnus-header-newsgroups-face)
19914         (gnus-header-name-face, gnus-header-content-face):
19915         New backward-compatibility aliases for renamed faces.
19916         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19917
19918         * gnus-sum.el (gnus-summary-selected-face)
19919         (gnus-summary-highlight): Use renamed gnus faces.
19920         * gnus-group.el (gnus-group-highlight): Likewise.
19921
19922 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19923
19924         * gnus-sieve.el (gnus-sieve-article-add-rule):
19925         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19926         * spam-stat.el (spam-stat-buffer-change-to-spam)
19927         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19928
19929         * message.el (message-is-yours-p):
19930         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19931
19932 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19933
19934         * mm-view.el (mm-inline-text): Withdraw the last change.
19935
19936 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19937
19938         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19939         executing enriched-decode.
19940
19941 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19942
19943         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19944         charset of tar files.
19945
19946 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19947
19948         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19949
19950 2005-06-04  Lute Kamstra  <lute@gnu.org>
19951
19952         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19953         information is never recorded.
19954
19955 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19956
19957         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19958
19959 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19960
19961         * pop3.el (pop3-apop): Run md5 in the binary mode.
19962
19963         * starttls.el (starttls-set-process-query-on-exit-flag):
19964         Use eval-and-compile.
19965
19966 2005-05-31  Simon Josefsson  <jas@extundo.com>
19967
19968         * smime.el (smime-replace-in-string): Define.
19969         (smime-cert-by-ldap-1): Use it.
19970
19971 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19972
19973         * gnus-art.el (article-display-x-face): Replace
19974         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19975
19976         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19977         set-process-query-on-exit-flag or process-kill-without-query.
19978
19979         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19980         loop instead of replace-regexp.
19981
19982         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19983         instead of process-kill-without-query if it is available.
19984
19985         * lpath.el: Fbind ldap-search-entries.
19986
19987         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19988         instead of find-file-hooks if it is available.
19989
19990         * mml1991.el: Bind pgg-default-user-id when compiling.
19991
19992         * mml2015.el: Bind pgg-default-user-id when compiling.
19993
19994         * nndraft.el (nndraft-request-associate-buffer):
19995         Use write-contents-functions instead of write-contents-hooks if it is
19996         available.
19997
19998         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19999         instead of find-file-hooks if it is available.
20000
20001         * nntp.el (nntp-open-connection): Replace
20002         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20003         (nntp-open-ssl-stream): Ditto.
20004         (nntp-open-tls-stream): Ditto.
20005
20006         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20007         set-process-query-on-exit-flag or process-kill-without-query.
20008         (starttls-open-stream-gnutls): Use it instead of
20009         process-kill-without-query.
20010         (starttls-open-stream): Ditto.
20011
20012 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20013
20014         * smime.el (smime-cert-by-ldap-1): Don't use
20015         replace-regexp-in-string.
20016
20017 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20018
20019         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20020
20021         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20022         in PEM format.  Adjust to the XEmacs compatibility.
20023
20024 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20025
20026         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20027         by `string-to-number'.
20028         * gnus-agent.el (gnus-agent-regenerate-group)
20029         (gnus-agent-fetch-articles): Ditto.
20030         * gnus-art.el (gnus-button-fetch-group): Ditto.
20031         * gnus-cache.el (gnus-cache-generate-active)
20032         (gnus-cache-articles-in-group): Ditto.
20033         * gnus-group.el (gnus-group-set-current-level)
20034         (gnus-group-insert-group-line): Ditto.
20035         * gnus-score.el (gnus-score-set-expunge-below)
20036         (gnus-score-set-mark-below, gnus-summary-score-effect)
20037         (gnus-summary-score-entry): Ditto.
20038         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20039         (gnus-soup-pack): Ditto.
20040         * gnus-spec.el (gnus-xmas-format): Ditto.
20041         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20042         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20043         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20044         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20045         * nndb.el (nndb-get-remote-expire-response): Ditto.
20046         * nndiary.el (nndiary-parse-schedule-value)
20047         (nndiary-string-to-number, nndiary-request-replace-article)
20048         (nndiary-request-article): Ditto.
20049         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20050         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20051         * nneething.el (nneething-make-head): Ditto.
20052         * nnfolder.el (nnfolder-request-article)
20053         (nnfolder-retrieve-headers): Ditto.
20054         * nnheader.el (nnheader-file-to-number): Ditto.
20055         * nnkiboze.el (nnkiboze-request-article): Ditto.
20056         * nnmail.el (nnmail-process-unix-mail-format)
20057         (nnmail-process-babyl-mail-format): Ditto.
20058         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20059         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20060         (nnmh-request-create-group, nnmh-request-list-1)
20061         (nnmh-request-group, nnmh-request-article): Ditto.
20062         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20063         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20064         * nnsoup.el (nnsoup-make-active): Ditto.
20065         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20066         * nntp.el (nntp-find-group-and-number)
20067         (nntp-retrieve-headers-with-xover): Ditto.
20068         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20069         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20070         (pgg-format-key-identifier): Ditto.
20071         * pop3.el (pop3-last, pop3-stat): Ditto.
20072         * qp.el (quoted-printable-decode-region): Ditto.
20073
20074         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20075         of concat.
20076
20077 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20078
20079         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20080
20081         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20082
20083         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20084
20085         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20086
20087         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20088
20089         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20090
20091         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20092         (gnus-carpal-mode): Ditto.
20093
20094         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20095         (gnus-browse-mode): Ditto.
20096
20097         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20098
20099         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20100
20101 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20102
20103         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20104
20105 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20106
20107         * gnus-util.el (gnus-run-mode-hooks): New function.
20108
20109         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20110
20111         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20112         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20113
20114 2005-05-27  Lute Kamstra  <lute@gnu.org>
20115
20116         * dns-mode.el (dns-mode): Specify customization group.
20117
20118 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20119
20120         * gnus-agent.el (gnus-agent-make-mode-line-string):
20121         Use mode-line-highlight as mouse-face.
20122
20123 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20124
20125         * canlock.el (canlock): Change the parent group to news.
20126
20127         * deuglify.el (gnus-outlook-deuglify): Add :group.
20128
20129         * dig.el (dig): Add :group.
20130
20131         * dns-mode.el (dns-mode): Add :group.
20132
20133         * encrypt.el (encrypt): Add :group.
20134
20135         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20136         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20137         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20138         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20139         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20140
20141         * gnus-diary.el (gnus-diary): Add :group.
20142
20143         * gnus.el (gnus-group-news-1-face): Add :group.
20144         (gnus-group-news-1-empty-face): Ditto.
20145         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20146         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20147         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20148         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20149         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20150         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20151         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20152         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20153         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20154         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20155         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20156         (gnus-summary-high-ticked-face): Ditto.
20157         (gnus-summary-low-ticked-face): Ditto.
20158         (gnus-summary-normal-ticked-face): Ditto.
20159         (gnus-summary-high-ancient-face): Ditto.
20160         (gnus-summary-low-ancient-face): Ditto.
20161         (gnus-summary-normal-ancient-face): Ditto.
20162         (gnus-summary-high-undownloaded-face): Ditto.
20163         (gnus-summary-low-undownloaded-face): Ditto.
20164         (gnus-summary-normal-undownloaded-face): Ditto.
20165         (gnus-summary-high-unread-face): Ditto.
20166         (gnus-summary-low-unread-face): Ditto.
20167         (gnus-summary-normal-unread-face): Ditto.
20168         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20169         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20170
20171         * hashcash.el (hashcash): New custom group.
20172         (hashcash-default-payment): Add :group.
20173         (hashcash-payment-alist): Ditto.
20174         (hashcash-default-accept-payment): Ditto.
20175         (hashcash-accept-resources): Ditto.
20176         (hashcash-path): Ditto.
20177         (hashcash-extra-generate-parameters): Ditto.
20178         (hashcash-double-spend-database): Ditto.
20179         (hashcash-in-news): Ditto.
20180
20181         * message.el (message-minibuffer-local-map): Add :group.
20182
20183         * netrc.el (netrc): Add :group.
20184
20185         * sieve-manage.el (sieve-manage-log): Add :group.
20186         (sieve-manage-default-user): Diito.
20187         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20188         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20189         (sieve-manage-authenticators): Ditto.
20190         (sieve-manage-authenticator-alist): Ditto.
20191         (sieve-manage-default-port): Ditto.
20192
20193         * sieve-mode.el (sieve-control-commands-face): Add :group.
20194         (sieve-action-commands-face): Ditto.
20195         (sieve-test-commands-face): Ditto.
20196         (sieve-tagged-arguments-face): Ditto.
20197
20198         * smime.el (smime): Add :group.
20199
20200         * spam-report.el (spam-report): Add :group.
20201
20202         * spam.el (spam, spam-face): Add :group.
20203
20204 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20205
20206         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20207         return \n.\n.\n at the end of articles.  Protect against that.
20208         (nntp-with-open-group): Allow debugging.
20209
20210         * nnheader.el (mail-header-set-extra): Make into a function
20211         because I just could't understand how to quote the list properly.
20212
20213         * dns.el (query-dns-cached): New function.
20214
20215 2005-05-26  Lute Kamstra  <lute@gnu.org>
20216
20217         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20218
20219 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20220
20221         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20222
20223         * gnus-art.el: Don't autoload mail-extract-address-components.
20224
20225         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20226         eval-and-compile to evaluate it.
20227
20228         * hashcash.el: Don't autoload executable-find.
20229
20230         * nndb.el: Don't declare the nndb back end two or more times; don't
20231         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20232
20233         * nntp.el: Autoload format-spec instead of format; use
20234         eval-and-compile to evaluate autoload forms.
20235
20236 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20237
20238         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20239
20240 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20241
20242         * gnus.el (gnus-version-number): Bump version.
20243
20244 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20245
20246         * gnus.el: No Gnus v0.3 is released.
20247
20248 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20249
20250         * lpath.el (featurep): Bind show-nonbreak-escape.
20251
20252 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20253
20254         * gnus-art.el (gnus-article-edit-part): Disable undo.
20255
20256 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20257
20258         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20259         gnus-article-date-lapsed-new-header is t if date timer is active;
20260         skip headers in which the original date value is empty.
20261         (gnus-article-save-original-date): Redefine it as a macro.
20262         (gnus-display-mime): Use it.
20263
20264 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * gnus-art.el (article-date-ut): Support converting date in
20267         forwarded parts as well.
20268         (gnus-article-save-original-date): New function.
20269         (gnus-display-mime): Use it.
20270
20271 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20272
20273         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20274         enclosure element of <item>.
20275
20276 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20277
20278         * message.el (message-kill-buffer-query): Rename from
20279         `message-kill-buffer-query-if-modified'.  Add :version.
20280
20281 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20284         window layout.
20285
20286 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20287
20288         * mml.el: Autoload dnd when compiling.
20289
20290 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20291
20292         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20293         x-dnd-*.
20294
20295 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20296
20297         * qp.el (quoted-printable-encode-region): Save excursion.
20298
20299 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20300
20301         * message.el (message-kill-buffer-query-if-modified): Add new variable
20302         so the user can kill a modified message buffer quickly.
20303         (message-kill-buffer): Use it.
20304
20305 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20306
20307         * lpath.el: Fbind display-time-event-handler; don't fbind
20308         string-to-multibyte.
20309
20310         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20311
20312 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20313
20314         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20315         contained in text because xml.el decodes entities) with LFs.
20316
20317 2005-04-11  Lute Kamstra  <lute@gnu.org>
20318
20319         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20320         differently.
20321
20322 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20323
20324         * mm-util.el (mm-detect-coding-region): Typo.
20325
20326 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20327
20328         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20329
20330 2005-04-06  Deepak Goel  <deego@gnufans.org>
20331
20332         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20333         user-function allow user modifications of the scores.
20334         (spam-stat-score-buffer-user): New function, to allow
20335         user-computed modifications to the score.
20336         (spam-stat-score-buffer-user-functions): List of additional
20337         scoring functions.
20338         (spam-stat-error-holder): Global temporary error holder.
20339         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20340         variable.
20341
20342 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20343
20344         * gnus-registry.el (gnus-registry-clean-empty-function)
20345         (gnus-registry-trim, gnus-registry-fetch-groups)
20346         (gnus-registry-delete-group): Groups that match
20347         `gnus-registry-ignored-groups' are removed from the registry
20348         entries, not just ignored for splitting.  This helps clean up the
20349         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20350         to get all the groups a message ID is in.
20351
20352         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20353         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20354         (spam-stat-score-buffer-user-functions): Add :number custom type.
20355
20356 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20357
20358         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20359         argument in XEmacs.
20360
20361         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20362         (nnrss-request-group): Decode group name first.
20363         (nnrss-request-article): Make a text/plain article if mml-to-mime
20364         failed.
20365         (nnrss-get-encoding): Return a compatible encoding according to
20366         nnrss-compatible-encoding-alist.
20367         (nnrss-find-el): Use consp instead of listp.
20368         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20369
20370 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20371
20372         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20373         which Emacs 20 doesn't support.
20374         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20375
20376 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20377
20378         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20379         silence the byte compiler inside the defun.
20380
20381         * gnus-demon.el (parse-time-string): Add autoload.
20382
20383         * gnus-delay.el (parse-time-string): Add autoload.
20384
20385         * gnus-art.el (parse-time-string): Add autoload.
20386
20387         * nnultimate.el (parse-time): Require for `parse-time-string'.
20388
20389 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20390
20391         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20392
20393         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20394
20395         * smime.el (smime-ldap-host-list): Add :version.
20396
20397 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20398
20399         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20400         pass it to `gnus-browse-read-group'.
20401         (gnus-browse-read-group): Add NUMBER argument and pass it to
20402         `gnus-group-read-ephemeral-group'.
20403
20404         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20405         argument and pass it to `gnus-group-read-group'.
20406
20407 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20408
20409         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20410         mm-xemacs-find-mime-charset-1 if we have the mule feature
20411         available at runtime.
20412
20413 2005-03-25  Werner Lemberg  <wl@gnu.org>
20414
20415         * nnmaildir.el: Replace `illegal' with `invalid'.
20416
20417 2005-03-23  Lute Kamstra  <lute@gnu.org>
20418
20419         * time-date.el: Add comment on time value formats.
20420         Don't require parse-time.
20421         (with-decoded-time-value): New macro.
20422         (encode-time-value): New function.
20423         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20424         (days-to-time): Return a valid time value when arg is huge.
20425         (time-since): Use time-subtract.
20426         (time-to-number-of-days): Use time-to-seconds.
20427
20428 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20429
20430         * gnus-start.el (gnus-display-time-event-handler):
20431         Check display-time-timer at runtime rather than only at load time
20432         in case display-time-mode is turned off in the mean time.
20433
20434 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20435
20436         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20437         used.
20438
20439         * nneething.el (nneething-map-file-directory): Derive from
20440         `gnus-directory'.
20441
20442         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20443         the To/Cc button.
20444
20445 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20446
20447         * nnmaildir.el (nnmaildir-request-accept-article):
20448         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20449
20450 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20451
20452         * gnus-async.el: Require timer-funcs at compile time when in
20453         XEmacs for `run-with-idle-timer'.
20454
20455 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20456
20457         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20458         autoloaded function.
20459
20460 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20461
20462         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20463
20464 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20465
20466         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20467
20468 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20469
20470         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20471         Add gnus-expert-user to default.
20472
20473 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20474
20475         * nnimap.el (nnimap-open-server): Ditto.
20476
20477         * imap.el (imap-authenticate): Fix typo.
20478
20479 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20480
20481         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20482         buffer (since IMAP server might return FETCH response out of
20483         order, and the nntp buffer must be sorted).
20484
20485 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20486
20487         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20488         comparison on string.
20489
20490         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20491         (gnus-agent-score): Rename category keywords to match gnus-cus.
20492         (gnus-agent-summary-fetch-series): Modify to protect against
20493         gnus-agent-summary-fetch-group clearing processable flags.
20494         (gnus-agent-synchronize-group-flags): Update live group buffer as
20495         synchronization may occur due to the user toggle the plugged
20496         status.
20497         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20498         successfully downloaded.
20499         (gnus-agent-expire-group-1): Avoid using markers when the overview
20500         is in ascending order; greatly improves performance.
20501         (gnus-agent-regenerate-group):
20502         Use gnus-agent-synchronize-group-flags to reset read status in both
20503         gnus and server.
20504         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20505
20506 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20507
20508         * message.el: Don't autoload former message-utils variables.
20509         (message-strip-subject-trailing-was): Change doc string.
20510
20511         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20512         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20513         (nnweb-google-search): Add "hl=en" here.
20514         (nnweb-google-parse-1, nnweb-google-create-mapping):
20515         Don't hardcode URL.
20516
20517 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20518
20519         * message.el (message-get-reply-headers, message-followup):
20520         Mention related variables `message-use-followup-to' and
20521         `message-use-mail-followup-to', in the information buffer.
20522
20523         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20524         of broken groups(-beta).google.com.
20525
20526 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20527
20528         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20529         parameter to invoked gnus-request-move-article; remove the
20530         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20531         all at once instead of once per article.
20532         (gnus-summary-remove-process-mark): Accept a list of articles as
20533         well as a single article for processing.
20534
20535         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20536         parameter.
20537
20538         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20539
20540         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20541
20542         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20543         parameter.
20544
20545         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20546         parameter.
20547
20548         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20549         parameter and remove the gnus-sum-hint-move-is-internal variable.
20550
20551         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20552         parameter.
20553
20554         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20555         parameter.
20556
20557         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20558         parameter.
20559
20560         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20561
20562         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20563         parameter.
20564
20565         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20566         parameter.
20567
20568 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20569
20570         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20571         a more conservative way.
20572
20573 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20574
20575         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20576         buffer, so it moves the window's cursor.
20577
20578 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20579
20580         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20581         `mm-dissect-multipart' and receive the from field as an (optional)
20582         argument from `mm-dissect-multipart'.
20583         (mm-dissect-multipart): Receive the from field as an argument and
20584         pass it on when we call `mm-dissect-buffer' on MIME parts.
20585         Fixes verification/decryption of signed/encrypted MIME parts.
20586
20587 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20588
20589         * gnus-sum.el (gnus-summary-move-article):
20590         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20591         whatever it calls (right now, only nnimap-request-move article
20592         respects it).
20593
20594         * nnimap.el (nnimap-request-move-article):
20595         When gnus-sum-hint-move-is-internal is set, don't do the extra
20596         nnimap-request-article.
20597
20598 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20599
20600         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20601
20602         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20603         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20604
20605         * gnus-sum.el (gnus-summary-caesar-message):
20606         Apply `gnus-treat-article' after rotation.
20607
20608         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20609         doc string.
20610
20611 2005-02-22  Simon Josefsson  <jas@extundo.com>
20612
20613         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20614         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20615         <arne@arnested.dk>.
20616         (encrypt): Add password-cache and password-cache-expiry as group
20617         members.
20618
20619 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20620
20621         * smime.el (smime-ldap-host-list): Doc fix.
20622         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20623         cache) password.
20624         (smime-sign-region): Use it.
20625         (smime-decrypt-region): Use it.
20626         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20627         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20628         fails.
20629         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20630         certificate from DER to PEM format rather than calling openssl.
20631
20632         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20633
20634         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20635         for signing/encryption.
20636
20637         * mml.el (mml-parse-1): Use them.
20638
20639 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20640
20641         * nnrss.el (nnrss-verbose): Remove.
20642         (nnrss-request-group): Use `nnheader-message' instead.
20643
20644 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20645
20646         * nnrss.el (nnrss-verbose): New variable.
20647         (nnrss-request-group): Make it say nnrss is requesting a group.
20648
20649 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20650
20651         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20652         Handle news URL with given port correctly.
20653
20654 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20655
20656         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20657         containing special characters.
20658
20659         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20660
20661         * mml.el (mime-to-mml): Ditto.
20662
20663         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20664         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20665         (rfc2047-decode-region): Quote decoded words containing special
20666         characters when rfc2047-quote-decoded-words-containing-tspecials
20667         is non-nil.
20668
20669 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20670
20671         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20672
20673         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20674
20675 2005-02-15  Simon Josefsson  <jas@extundo.com>
20676
20677         * nnimap.el (nnimap-debug): Doc fix.
20678
20679         * imap.el (imap-debug): Doc fix.
20680
20681 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20682
20683         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20684
20685 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20686
20687         * gnus.el (spam-contents): Improve docs for spam-contents
20688         parameter in its variable incarnation.
20689
20690 2005-02-14  Simon Josefsson  <jas@extundo.com>
20691
20692         * smime-ldap.el: Use require instead of load-library for ldap.
20693         (smime-ldap-search): Indent.
20694         (smime-ldap-search-internal): Shorten line.
20695
20696         * smime.el (smime-cert-by-dns): Add doc-string.
20697         (smime-cert-by-ldap-1): Indent.
20698
20699         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20700         mml-smime-get-dns-ldap.
20701         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20702
20703 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20704
20705         * smime.el: Require smime-ldap.
20706         (smime-ldap-host-list): New variable.
20707         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20708
20709         * mml-smime.el (mml-smime-encrypt-query): New function.
20710         (mml-smime-encrypt-query): Use it.
20711
20712         * smime-ldap.el: New file.
20713
20714 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20715
20716         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20717
20718 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20719
20720         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20721         argument in doc string.  Make query for type more clear.
20722
20723 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20724
20725         * gnus.el (gnus-group-startup-message): Search for gnus images in
20726         etc/images/gnus.
20727         * mm-util.el (mm-image-load-path): Likewise.
20728         * smiley.el (smiley-data-directory): Search for smilies in
20729         etc/images/smilies.
20730
20731 2005-02-09  Kim F. Storm  <storm@cua.dk>
20732
20733         Change Emacs release version from 21.4 to 22.1 throughout.
20734         Change Emacs development version from 21.3.50 to 22.0.50.
20735
20736 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20737
20738         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20739
20740         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20741         non-Mule XEmacs as well.
20742         (mm-decompress-buffer): Signal an error intentionally if it does
20743         not decompress compressed data because auto-compression-mode is
20744         disabled.
20745
20746 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20747
20748         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20749         an ID in the registry even if it has no groups.
20750
20751 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20752
20753         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20754         merge it into mm-decompress-buffer.
20755         (gnus-mime-copy-part): Use the MIME part charset, the value which
20756         a user specified or gnus-newsgroup-charset for decoding, like
20757         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20758         save-buffer what was used.  Suggested by Kevin Ryde
20759         <user42@zip.com.au>.
20760         (gnus-mime-inline-part): Allow the name parameter as well as the
20761         filename parameter; force decompressing of compressed data; always
20762         display contents being not decoded as unibyte.
20763
20764         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20765         as well as the filename parameter.
20766
20767         * mm-util.el (mm-decompress-buffer):
20768         Merge gnus-mime-jka-compr-maybe-uncompress.
20769         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20770         of compressed data.
20771
20772 2005-02-08  Simon Josefsson  <jas@extundo.com>
20773
20774         * imap.el (imap-log): Doc fix.
20775
20776 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20777
20778         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20779         the coding cookies; decompress compressed parts.
20780
20781         * mml.el (mml-generate-mime-1): Add the charset parameter according
20782         to the value which a user specified manually or the coding cookie.
20783
20784         * mm-util.el (mm-string-to-multibyte): New function.
20785         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20786         (mm-coding-system-to-mime-charset): New function.
20787         (mm-decompress-buffer): New function.
20788         (mm-find-buffer-file-coding-system): New function.
20789
20790         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20791         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20792         parts.
20793
20794 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20795
20796         * mm-view.el (mm-display-inline-fontify): Decode a part according
20797         to the charset parameter.
20798
20799 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20800
20801         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20802         prefix arg is neither nil nor a number, as info specifies.
20803
20804 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20805
20806         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20807         timestamps.
20808
20809 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20810
20811         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20812         groups error checking and notify user.
20813
20814 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20815
20816         * message.el (message-send-mail-function): Check existence of
20817         sendmail-program first before using default value
20818         `message-send-mail-with-sendmail'.  Otherwise use more generic
20819         `smtpmail-send-it'.
20820
20821 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20822
20823         * nntp.el (nntp-request-update-info): Always return nil.
20824
20825 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20826
20827         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20828
20829 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20830
20831         * message.el (message-beginning-of-line): Change the behavior when
20832         invoked between BOL and : so that it first moves backward.
20833
20834 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20835
20836         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20837         article buffer when editing of the article is discarded.
20838         (gnus-article-prepare): Revert.
20839
20840 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20841
20842         * gnus-art.el (gnus-article-prepare):
20843         Remove message-strip-forbidden-properties from the local hook.
20844
20845 2005-01-27  Simon Josefsson  <jas@extundo.com>
20846
20847         * password.el (password-cache-add): Only start one timer per key.
20848         Reported by Derek Atkins <warlord@MIT.EDU>.
20849
20850 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20851
20852         * run-at-time.el: Remove.  It is no longer needed as
20853         timer-funcs.el in the xemacs-base package has a working version of
20854         `run-at-time'.
20855
20856         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20857
20858         * password.el: Require timer-funcs instead of run-at-time in
20859         XEmacs.
20860         Remove `password-run-at-time' macro.
20861         (password-cache-add): Use `run-at-time' instead of
20862         `password-run-at-time'.
20863
20864         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20865         Remove `nnheader-cancel-function-timers' alias,
20866         `cancel-function-timers' exists in XEmacs in timer-funcs.
20867
20868         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20869         for `run-with-idle-timer'.
20870
20871         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20872         for `run-at-time'.
20873
20874         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20875         for `with-timeout'.
20876
20877         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20878         the same as for XEmacs 21.4.
20879         No need to ignore `run-with-idle-timer', this function exists in
20880         XEmacs now in timer-funcs.el in the xemacs-base package.
20881         (dgnushack-compile): No need to delete
20882         run-at-time.el from the list of files to compile because it
20883         doesn't exist anymore.
20884
20885 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20886
20887         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20888         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20889
20890 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20891
20892         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20893         sensitively.
20894
20895 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20896
20897         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20898
20899 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20900
20901         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20902         which will be inserted according to the multibyteness of a buffer
20903         rather than the type of contents.  Suggested by ARISAWA Akihiro
20904         <ari@mbf.ocn.ne.jp>.
20905
20906         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20907         of string which old xml.el may return rather than a string.
20908
20909 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20910
20911         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20912
20913 2005-01-16  Simon Josefsson  <jas@extundo.com>
20914
20915         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20916         idn/idna.el isn't available.
20917         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20918         <michael@waxrat.com>.
20919
20920         * hashcash.el: Remove non-FSF copyright header.
20921
20922         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20923         (hashcash-generate-payment): Use it.
20924         (hashcash-generate-payment-async): Use it.
20925
20926 2005-01-15  Simon Josefsson  <jas@extundo.com>
20927
20928         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20929         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20930
20931         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20932         gnus-summary-idna-message.
20933         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20934         (gnus-summary-idna-message): New function.
20935
20936 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20937
20938         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20939         gnus-novice-user.
20940
20941 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20942
20943         * nnrss.el (nnrss-request-delete-group): Delete entries in
20944         nnrss-group-alist as well.
20945         (nnrss-save-server-data): Insert newline.
20946
20947 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20948
20949         * gnus.el (gnus-user-agent): Use list of symbols instead of
20950         symbols.  Display full version number for (S)XEmacs.
20951         Optionally display (S)XEmacs codename.
20952
20953         * gnus-util.el (gnus-emacs-version): Update for new
20954         `gnus-user-agent'.
20955
20956         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20957         Gnus version.
20958
20959 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20960
20961         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20962         which is unreadable in some setups.
20963
20964 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20965
20966         * gnus-spec.el (gnus-update-format-specifications): Flush the
20967         group format spec cache if it doesn't support decoded group names.
20968
20969 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20970
20971         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20972         Allow to apply decay on score files matching a regexp.
20973
20974 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20975
20976         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20977         compatibility in %g and %c.
20978
20979 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20980
20981         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20982         name for only %g and %c.
20983         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20984         of gnus-tmp-group to decoded group name.
20985         (gnus-group-make-rss-group): Exclude `/'s from group names.
20986
20987 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20988
20989         * nnrss.el (nnrss-get-encoding): Fix regexp.
20990
20991 2004-12-27  Simon Josefsson  <jas@extundo.com>
20992
20993         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20994         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20995         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20996
20997 2004-12-17  Kim F. Storm  <storm@cua.dk>
20998
20999         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21000
21001         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21002
21003 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21004
21005         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21006
21007 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21008
21009         * nnrss.el: Require rfc2047 and mml.
21010         (nnrss-file-coding-system): New variable.
21011         (nnrss-format-string): Redefine it as an inline function.
21012         (nnrss-decode-group-name): New function.
21013         (nnrss-string-as-multibyte): Remove.
21014         (nnrss-retrieve-headers): Decode group name; don't use
21015         nnrss-format-string.
21016         (nnrss-request-group): Decode group name.
21017         (nnrss-request-article): Decode group name; allow a Message-ID as
21018         well as an article number; don't use nnrss-format-string; encode a
21019         Message-ID string which may contain non-ASCII characters; use
21020         mml-to-mime to compose a MIME article.
21021         (nnrss-request-expire-articles): Decode group name.
21022         (nnrss-request-delete-group): Decode group name.
21023         (nnrss-fetch): Clarify error message.
21024         (nnrss-read-server-data): Use insert-file-contents instead of load;
21025         bind file-name-coding-system; use multibyte buffer.
21026         (nnrss-save-server-data): Bind coding-system-for-write to the
21027         value of nnrss-file-coding-system; bind file-name-coding-system;
21028         add coding cookie.
21029         (nnrss-read-group-data): Use insert-file-contents instead of load;
21030         bind file-name-coding-system; use multibyte buffer.
21031         (nnrss-save-group-data): Bind coding-system-for-write to the
21032         value of nnrss-file-coding-system; bind file-name-coding-system.
21033         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21034         make it work with non-ASCII text.
21035         (nnrss-find-el): Make it work with old xml.el as well.
21036
21037 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21038
21039         * nnrss.el (nnrss-get-encoding): New function.
21040         (nnrss-fetch): Use unibyte buffer initially; bind
21041         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21042         decode contents according to the encoding attribute.
21043         (nnrss-save-group-data): Add coding cookie.
21044         (nnrss-mime-encode-string): New function.
21045         (nnrss-check-group): Use it to encode subject and author.
21046
21047 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21048
21049         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21050         imaginary variable.
21051
21052 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21053
21054         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21055         correctly even if there are wide characters.
21056
21057 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21058
21059         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21060         downcased symbol names; make a new cache instead of reusing
21061         bbdb-hashtable.
21062
21063 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21064
21065         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21066         concatenating segments rather than before concatenating them.
21067         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21068
21069         * message.el (message-get-reply-headers): Bind `extra'.
21070
21071 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21072
21073         * message.el (message-extra-wide-headers): New variable.
21074         (message-get-reply-headers): Use it.
21075
21076 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21077
21078         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21079         (gnus-agent-group-pathname): Ditto.
21080
21081         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21082
21083         * gnus-group.el (gnus-group-make-group): Decode group name.
21084         (gnus-group-make-rss-group): Register the group data after opening
21085         the nnrss group.
21086
21087 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21088
21089         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21090         by expiry now get marked as read.
21091
21092 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21093
21094         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21095
21096 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21097
21098         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21099         unify Latin characters in XEmacs.
21100         (mm-find-mime-charset-region): Use it.
21101
21102 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21103
21104         * gnus-util.el (gnus-delete-directory): New function.
21105
21106         * gnus-agent.el (gnus-agent-delete-group): Use it.
21107
21108         * gnus-cache.el (gnus-cache-delete-group): Use it.
21109
21110 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21111
21112         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21113         names.
21114
21115 2004-12-16  Simon Josefsson  <jas@extundo.com>
21116
21117         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21118
21119 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21120
21121         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21122
21123         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21124         (gnus-group-set-current-level): Decode group name.
21125
21126 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21127
21128         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21129         failed.
21130
21131 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21132
21133         * gnus-group.el (gnus-group-delete-group): Decode group name.
21134         (gnus-group-make-rss-group): Encode group name.
21135         (gnus-group-catchup-current): Decode group name.
21136         (gnus-group-kill-group): Decode group name.
21137
21138 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21139
21140         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21141
21142 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21143
21144         * gnus-group.el (gnus-group-make-rss-group):
21145         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21146
21147         * gnus-start.el (gnus-setup-news): Honor user's setting to
21148         gnus-message-archive-method.  Suggested by Lute Kamstra
21149         <lute@gnu.org>.
21150
21151 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21152
21153         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21154         global counterparts of the buffer-local variables.
21155
21156 2004-11-16  Romain Francoise  <romain@orebokech.com>
21157
21158         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21159         counterparts of the buffer-local variables.
21160
21161 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21162
21163         * message.el (message-forbidden-properties): Fix typo in doc
21164         string.
21165
21166 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21167
21168         * gnus-util.el (gnus-replace-in-string): Add doc string.
21169
21170         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21171         to avoid problems when splitting mails with many recipients.
21172
21173 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21174
21175         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21176         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21177
21178 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21179
21180         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21181         if there is no hashtable in memory or file modification time is
21182         newer than cached timestamp.
21183
21184 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21185
21186         * gnus-sum.el (gnus-summary-limit-to-recipient):
21187         Implement not-matching option.
21188
21189 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21190
21191         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21192         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21193         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21194         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21195         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21196         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21197
21198 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21199
21200         * message.el (message-forward-make-body-mml): Remove headers
21201         according to message-forward-ignored-headers if a message is decoded.
21202
21203 2004-12-02  Romain Francoise  <romain@orebokech.com>
21204
21205         * message.el (message-forward-make-body-plain): Always remove
21206         headers according to message-forward-ignored-headers.
21207
21208 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21209
21210         * spam.el (spam-summary-prepare-exit): Remove the
21211         gnus-summary-limit pop for now, it has problems with ham marks for
21212         me.
21213
21214 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21215
21216         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21217         correctly.
21218
21219 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21220
21221         * format-spec.el (format-spec): Message the char.
21222
21223 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21224
21225         * gnus-art.el (gnus-split-methods): Reformat comments.
21226
21227         * spam.el (spam-summary-prepare-exit): Remove article limits
21228         before exiting the summary buffer.
21229
21230 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21231
21232         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21233         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21234
21235         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21236         order to silence the byte compiler.
21237
21238         * spam.el: Fix the way to silence the byte compiler, which
21239         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21240         bbdb-search-simple, spam-BBDB-register-routine,
21241         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21242         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21243         spam-stat-buffer-is-spam, spam-stat-load,
21244         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21245         spam-stat-save and spam-stat-split-fancy.
21246
21247 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21248
21249         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21250         which may confuse users.
21251         (canlock-password-for-verify): Ditto.
21252
21253         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21254
21255         * gnus-art.el (gnus-emphasis-alist): Ditto.
21256
21257         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21258
21259         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21260
21261         * gnus-start.el (gnus-save-killed-list): Ditto.
21262
21263         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21264         (gnus-sum-thread-tree-root): Ditto.
21265         (gnus-sum-thread-tree-false-root): Ditto.
21266         (gnus-sum-thread-tree-single-indent): Ditto.
21267
21268         * message.el (message-courtesy-message): Ditto.
21269         (message-archive-note): Ditto.
21270         (message-subscribed-address-file): Ditto.
21271         (message-user-fqdn): Ditto.
21272
21273         * spam-report.el (spam-report-gmane-regex): Ditto.
21274
21275         * spam.el (spam-blackhole-good-server-regex): Ditto.
21276
21277 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21278
21279         * mml.el (mml-preview): Widen the message buffer before copying
21280         the contents to the preview buffer; sort headers before previewing.
21281
21282         * message.el (message-hidden-headers): Fix the way to avoid a bug
21283         in the `repeat' widget in Emacs 21.3 or earlier.
21284
21285 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21286
21287         * message.el (message-hidden-headers): Default to "^References:".
21288         Improve customization type.  Suggested by Reiner Steib
21289         <Reiner.Steib@gmx.de>.
21290
21291 2004-11-25  Romain Francoise  <romain@orebokech.com>
21292
21293         * message.el (message-strip-forbidden-properties): Remove check for
21294         obsolete `message-hidden' text property, hidden headers are not
21295         accessible in the buffer anymore.
21296
21297 2004-11-22  Romain Francoise  <romain@orebokech.com>
21298
21299         * message.el (message-header-format-alist): Add `From' in list
21300         so that it can be sorted.
21301         (message-fix-before-sending): Widen and sort headers before
21302         sending.
21303         (message-hide-headers): Use narrowing to hide headers by moving
21304         them to the top of the buffer and narrowing to the region
21305         underneath.
21306
21307 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21308
21309         * message.el (message-strip-forbidden-properties):
21310         Bind buffer-read-only (etc) to nil.
21311
21312 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21313
21314         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21315         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21316
21317 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21318
21319         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21320
21321 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21322
21323         * dns.el (query-dns): Use sit-for to time instead of
21324         accept-process-output, since that doesn't seem to work on udp
21325         sockets.
21326
21327 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21328
21329         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21330
21331 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21332
21333         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21334         doc string.  Improve doc string.
21335
21336 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21337
21338         * nntp.el (nntp-request-update-info): Return nil if
21339         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21340         may not call gnus-activate-group which uselessly issues the GROUP
21341         commands for all nntp groups and wastes time.  Reported by Romain
21342         Francoise <romain@orebokech.com>.
21343
21344         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21345
21346 2004-11-15  Simon Josefsson  <jas@extundo.com>
21347
21348         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21349         headers separately.
21350         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21351         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21352
21353 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21354
21355         * gnus-start.el (gnus-convert-old-newsrc):
21356         Assign legacy-gnus-agent to 5.10.7.
21357
21358 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21359
21360         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21361         start of the lines.
21362
21363 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21364
21365         * hashcash.el (hashcash-default-payment): Change default to 20.
21366         (hashcash-default-accept-payment): Change default to 20.
21367         (hashcash-process-alist): New variable.
21368         (hashcash-generate-payment-async): Add.
21369         (hashcash-already-paid-p): Add.
21370         (hashcash-insert-payment): Don't generate payments twice.
21371         (hashcash-insert-payment-async): Add.
21372         (hashcash-insert-payment-async-2): Add.
21373         (hashcash-cancel-async): Add.
21374         (hashcash-wait-async): Add.
21375         (hashcash-processes-running-p): Add.
21376         (hashcash-wait-or-cancel): Add.
21377         (mail-add-payment): New optional argument.  Conditionally start
21378         asynchronous calculation.
21379         (mail-add-payment-async): Add.
21380
21381         * message.el (message-send-mail): Wait for asynchronous hashcash
21382         results.  Don't clobber existing X-Hashcash headers.
21383         (message-setup-1): Call mail-add-payment-async when
21384         message-generate-hashcash is non-nil.
21385
21386 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21387
21388         * message.el (message-use-alternative-email-as-from): Examine the
21389         From header as well; use message-make-from in order to include a
21390         user's full name.
21391
21392 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21393
21394         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21395         default; improve customization type.
21396         (gnus-emphasis-custom-with-format): New macro.
21397         (gnus-emphasis-custom-value-to-external): New function.
21398         (gnus-emphasis-custom-value-to-internal): New function.
21399
21400 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21401
21402         * dns.el (query-dns): Resolve reverse addresses.
21403
21404 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21405
21406         * gnus-group.el (gnus-group-get-new-news): Use it.
21407
21408         * gnus-start.el (gnus-check-reasonable-setup): New function.
21409
21410 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21411
21412         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21413         "Args out of range" error.  Reported by Arnaud Giersch
21414         <arnaud.giersch@free.fr>.
21415
21416 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21417
21418         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21419
21420 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21421
21422         * spam.el (spam group): Add :version.
21423
21424         * pgg-def.el (pgg group): Add :version.
21425
21426 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21427
21428         * gnus-art.el (gnus-article-edit-article): Don't associate the
21429         article buffer with a draft file.  This is a temporary measure
21430         against the 2004-08-22 change to gnus-article-edit-mode.
21431
21432 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21433
21434         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21435         (html2text-format-tags): Remove unused variable `attr'.
21436
21437 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21438
21439         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21440
21441         * tls.el (tls-process-connection-type, tls-success)
21442         (tls-certtool-program): Add :version.
21443
21444         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21445         (starttls-extra-arguments, starttls-process-connection-type)
21446         (starttls-connect, starttls-failure, starttls-success): Add :version.
21447
21448         * spam-stat.el (spam-stat): Add :version.
21449
21450         * sieve.el (sieve): Add :version.
21451
21452         * sha1.el (sha1): Add :version.
21453         (sha1-use-external): Remove redundant version.
21454
21455         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21456         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21457         (nnmail-split-fancy-match-partial-words)
21458         (nnmail-split-lowercase-expanded): Add :version.
21459
21460         * nndiary.el (nndiary): Add :version.
21461
21462         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21463
21464         * mml-sec.el (mml-default-sign-method)
21465         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21466         Add :version.
21467
21468         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21469
21470         * mm-url.el (mm-url-use-external, mm-url-program)
21471         (mm-url-arguments): Add :version.
21472
21473         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21474         (mm-attachment-file-modes, mm-decrypt-option)
21475         (mm-w3m-safe-url-regexp): Add :version.
21476
21477         * message.el (message-cite-prefix-regexp)
21478         (message-sendmail-envelope-from, message-minibuffer-local-map)
21479         (message-user-fqdn, message-completion-alist): Add :version.
21480
21481         * gnus-win.el (gnus-configure-windows-hook)
21482         (gnus-use-frames-on-any-display): Add :version.
21483
21484         * gnus-art.el (gnus-article-address-banner-alist)
21485         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21486         (gnus-treat-from-picon, gnus-treat-mail-picon)
21487         (gnus-treat-x-pgp-sig): Add :version.
21488
21489         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21490         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21491         (gnus-summary-article-delete-hook)
21492         (gnus-summary-display-while-building): Add :version.
21493
21494         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21495         (gnus-get-top-new-news-hook): Add :version.
21496
21497         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21498         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21499
21500         * gnus-registry.el (gnus-registry): Add :version.
21501
21502         * gnus-spec.el (gnus-use-correct-string-widths)
21503         (gnus-make-format-preserve-properties): Add :version.
21504
21505         * gnus.el (gnus-group-charter-alist)
21506         (gnus-group-fetch-control-use-browse-url)
21507         (gnus-install-group-spam-parameters): Add :version.
21508
21509         * gnus-diary.el (gnus-diary): Add :version.
21510
21511         * gnus-delay.el (gnus-delay): Add :version.
21512
21513         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21514         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21515         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21516         Add :version.
21517
21518         * gnus-agent.el (gnus-agent-max-fetch-size)
21519         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21520         (gnus-agent-prompt-send-queue): Add :version.
21521
21522         * deuglify.el (gnus-outlook-deuglify): Add :version.
21523
21524         * html2text.el: Beautify code.  Improve doc strings.
21525         Some checkdoc cleanup.
21526         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21527
21528 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21529
21530         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21531
21532 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21533
21534         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21535         when package is loaded.
21536
21537         * spam.el (spam-summary-score-preferred-header): Add global preference
21538         for people who want to override the default SpamAssassin over
21539         Bogofilter preference (when both are set).
21540         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21541         (spam-user-format-function-S):
21542         Check spam-summary-score-preferred-header.
21543         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21544         (spam-user-format-function-S): Format the score correctly.
21545
21546 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21547
21548         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21549         signature file.  Suggested by Manoj Srivastava
21550         <srivasta@golden-gryphon.com>.
21551
21552         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21553         iso-2022-jp even in the Japanese language environment.
21554         Suggested by Jason Rumney <jasonr@gnu.org>.
21555
21556 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21557
21558         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21559         use the same characters as the dummy marks; make it free from
21560         getting affected by the language environment.
21561         (gnus-summary-read-group-1): Update mark positions only when the
21562         format spec is updated.
21563
21564         * gnus-spec.el (gnus-update-format-specifications): Return a list
21565         of updated types.
21566
21567 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21568
21569         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21570         of boundp to check if display-warning is available.
21571
21572 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21573
21574         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21575
21576 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21577
21578         * nnspool.el (nnspool-spool-directory): Use news-path if the
21579         news-directory variable is not bound.
21580
21581         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21582         function instead of display-warning if it is not available.
21583
21584 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21585
21586         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21587         v5-10: Use `point-at-bol'.
21588
21589 2004-10-26  Simon Josefsson  <jas@extundo.com>
21590
21591         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21592         <chenggao@gmail.com>.
21593
21594 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21595
21596         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21597         instead.
21598
21599 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21600
21601         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21602         to remove a server from the nnimap-server-buffer-alist.
21603         (nnimap-open-connection, nnimap-close-server): Use it.
21604
21605         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21606
21607 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21608
21609         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21610         running the major-mode function.
21611
21612 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21613
21614         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21615         dummy marks in the right way.
21616
21617 2004-10-18  David Edmondson  <dme@dme.org>
21618
21619         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21620         excessively.
21621
21622 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21623
21624         * gnus-util.el (gnus-split-references): Accept a nil references
21625         string and go on blissfully.
21626
21627         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21628         cases where the references string is non-nil but has no references.
21629
21630         * encrypt.el: Add autoload tags.
21631
21632         * spam.el (spam-resolve-registrations-routine): Remove article
21633         from unregistration list too.  Reported by David Hanak
21634         <dhanak@isis.vanderbilt.edu>
21635
21636 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21637
21638         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21639         nil.  Change custom type.
21640
21641 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21642
21643         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21644
21645         * gnus-sum.el (gnus-summary-move-article): Use it.
21646
21647 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21648
21649         * encrypt.el: Add autoload cookies.
21650
21651         * spam.el (spam-backend-article-list-property)
21652         (spam-backend-get-article-todo-list)
21653         (spam-backend-put-article-todo-list)
21654         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21655         Resolve registrations separately.
21656         (spam-register-routine): Format comments.
21657         (spam-unregister-routine, spam-register-routine): Always call with
21658         specific-articles, no default list.
21659         (spam-summary-prepare-exit): Use the spam-classifications function.
21660
21661         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21662         gnus-encrypt.el.
21663
21664         * encrypt.el: Copied from gnus-encrypt.el.
21665
21666         * gnus-encrypt.el: Commented that it's obsolete.
21667
21668 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21669
21670         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21671         (gnus-score-save): Use it.
21672
21673         * message.el (message-bury): Use `window-dedicated-p'.
21674
21675 2004-10-15  Simon Josefsson  <jas@extundo.com>
21676
21677         * pop3.el (top-level): Don't require nnheader.
21678         (pop3-read-timeout): Add.
21679         (pop3-accept-process-output): Add.
21680         (pop3-read-response, pop3-retr): Use it.
21681
21682 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21683
21684         * spam.el (spam-register-routine): Move comment.
21685         (spam-verify-bogofilter): Use 'unknown for the initial
21686         spam-bogofilter-valid state, not 'never.
21687
21688         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21689         for netrc-machine.
21690
21691         * nnimap.el (nnimap-open-connection):
21692         Use netrc-machine-user-or-password.
21693
21694 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21695
21696         * gnus-registry.el (gnus-registry-unload-hook):
21697         Set as a variable with add-hook.
21698
21699         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21700         of news-path.
21701
21702         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21703
21704         * spam.el: Delete duplicate `provide'.
21705         (spam-unload-hook): Set as a variable with add-hook.
21706
21707 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21708
21709         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21710         in the doc string.
21711
21712         * message.el (message-ignored-news-headers)
21713         (message-ignored-supersedes-headers)
21714         (message-ignored-resent-headers)
21715         (message-forward-ignored-headers): Improve custom type.
21716
21717 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21718
21719         * message.el (message-tokenize-header): Fix 2004-09-06 change
21720         which used point-min in the wrong place.
21721
21722 2004-10-12  Simon Josefsson  <jas@extundo.com>
21723
21724         * tls.el (tls-certtool-program): New variable.
21725         (tls-certificate-information): New function, based on
21726         ssl-certificate-information.
21727
21728 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * compface.el: Move the version of ELisp-based uncompface program
21731         to the contrib directory because of the copyright problem.
21732
21733 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21734
21735         * message.el (message-kill-buffer): Raise the current frame.
21736
21737 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21738
21739         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21740
21741         * gnus.el (message-y-or-n-p): Autoload.
21742
21743         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21744         (pop3-password-required, pop3-authentication-scheme)
21745         (pop3-leave-mail-on-server): Make customizable.
21746         (pop3): New custom group.
21747         (pop3-retr): Remove `sleep-for' statements.
21748         Suggested by Dave Love <fx@gnu.org>.
21749
21750         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21751         Windows/DOS.
21752
21753         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21754         (imap-parse-body): Fix incorrect use of `assert'.
21755         Suggested by Dave Love <fx@gnu.org>.
21756
21757         * mml.el (mml-minibuffer-read-disposition): Require match.
21758         Suggested by Dave Love <fx@gnu.org>.
21759
21760 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21761
21762         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21763         doc string.
21764
21765 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21766
21767         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21768
21769 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21770
21771         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21772         instead of calling `mm-insert-inline', to decode text/* parts
21773         before displaying them.
21774
21775 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21776
21777         * mm-uu.el (mm-uu-text-plain-type): New variable.
21778         (mm-uu-pgp-signed-extract-1): Use it.
21779         (mm-uu-pgp-encrypted-extract-1): Use it.
21780         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21781         bind mm-uu-text-plain-type with that value.
21782         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21783         mm-uu-dissect.
21784
21785 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21786
21787         * gnus-group.el (gnus-update-group-mark-positions):
21788         * gnus-sum.el (gnus-update-summary-mark-positions):
21789         * message.el (message-check-news-body-syntax):
21790         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21791         of string-as-multibyte.
21792
21793 2004-10-05  Juri Linkov  <juri@jurta.org>
21794
21795         * gnus-group.el (gnus-update-group-mark-positions):
21796         * gnus-sum.el (gnus-update-summary-mark-positions):
21797         * message.el (message-check-news-body-syntax):
21798         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21799         8-bit unibyte values to a multibyte string for search functions.
21800
21801 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21802
21803         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21804         (mm-uu-dissect-text-parts): New function.
21805
21806         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21807         dissect text parts.
21808
21809         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21810         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21811
21812         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21813
21814         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21815         Use gnus-current-topics instead of gnus-current-topic.
21816
21817 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21818
21819         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21820
21821 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21822
21823         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21824         where appropriate.
21825
21826         * nnml.el (nnml-generate-active-info): do.
21827
21828         * nndiary.el (nndiary-generate-active-info): do.
21829
21830         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21831         (gnus-topic-move): do.
21832
21833         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21834         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21835
21836         * gnus-srvr.el (gnus-server-prepare)
21837         (gnus-server-open-all-servers): do.
21838
21839         * gnus-msg.el (gnus-summary-cancel-article)
21840         (gnus-summary-resend-message)
21841         (gnus-summary-mail-crosspost-complaint): do.
21842
21843         * gnus-move.el (gnus-change-server): do.
21844
21845         * gnus-group.el (gnus-group-unmark-all-groups)
21846         (gnus-group-set-current-level): do.
21847
21848 2004-10-04  Simon Josefsson  <jas@extundo.com>
21849
21850         * message.el (message-generate-hashcash): Doc fix.
21851
21852 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21853
21854         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21855         avoid infinite recursion via gnus-get-function.
21856
21857 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21858
21859         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21860
21861         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21862
21863         * nnmail.el (nnmail-split-history): do.
21864
21865         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21866         (nnml-request-delete-group): do.
21867
21868         * nnslashdot.el (nnslashdot-read-groups): do.
21869
21870         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21871         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21872
21873         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21874         (nnspool-sift-nov-with-sed): Use last.
21875         (nnspool-retrieve-headers-with-nov): Use mapc.
21876         (nnspool-request-newgroups): Use dolist.
21877         (nnspool-request-group): Use last.
21878
21879         * nntp.el (nntp-read-server-type): Use dolist.
21880
21881         * nnvirtual.el (nnvirtual-create-mapping)
21882         (nnvirtual-update-read-and-marked): Use dolist.
21883         (nnvirtual-convert-headers): Simplify.
21884
21885 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21886
21887         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21888         Add support for sync'ing tick marks.
21889
21890 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21891
21892         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21893         there's no visible header.
21894
21895 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21896
21897         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21898         When necessary, pass full group name to gnus-request-set-marks.
21899
21900 2004-10-01  Simon Josefsson  <jas@extundo.com>
21901
21902         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21903         acroread.
21904
21905 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21906
21907         * spam-report.el (spam-report-gmane): Fix interactive.
21908
21909         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21910
21911         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21912         when writing file.
21913         (gnus-agent-synchronize-flags): Don't default to being
21914         interactive.
21915
21916 2004-09-30  Simon Josefsson  <jas@extundo.com>
21917
21918         * message.el (message-generate-hashcash): Add.
21919         (message-send-mail): Use it, call mail-add-payment.
21920
21921 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21922
21923         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21924
21925 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21926
21927         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21928         gnus-requst-update-info with explicit code to sync the in-memory
21929         info read flags with the marks being sync'd to the backend.
21930
21931         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21932
21933 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21934
21935         * spam.el (spam-verify-bogofilter): Add new function.
21936         (spam-check-bogofilter)
21937         (spam-bogofilter-register-with-bogofilter): Use it.
21938         (spam-verify-bogofilter): Add small fixes.
21939
21940 2004-09-28  Simon Josefsson  <jas@extundo.com>
21941
21942         * hashcash.el (hashcash-generate-payment): Revert.
21943
21944 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21945
21946         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21947         Use gnus-extract-references instead of gnus-split-references.
21948
21949         * gnus-util.el (gnus-extract-references): Add new function, analogous
21950         to gnus-split-references but extracts only the message-ID without
21951         anything extra.
21952
21953         * hashcash.el (hashcash-generate-payment)
21954         (hashcash-check-payment): Do the right thing if hashcash-path is
21955         nil (because the hashcash program could not be found).
21956
21957         * spam.el (spam-use-hashcash): Remove comment.
21958
21959 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21960
21961         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21962         (gnus-cache-enter-article, gnus-cache-remove-article)
21963         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21964
21965         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21966
21967         * gnus-art.el (article-hide-boring-headers)
21968         (article-translate-strings, article-display-face)
21969         (gnus-article-mime-match-handle-first)
21970         (gnus-article-highlight-headers)
21971         (gnus-article-add-buttons-to-head): do.
21972
21973 2004-09-27  Simon Josefsson  <jas@extundo.com>
21974
21975         * hashcash.el: New version, from
21976         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21977         ../contrib/.
21978
21979 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21980
21981         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21982
21983 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21984
21985         * gnus-dup.el (gnus-dup-open): Use mapc.
21986         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21987
21988         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21989         Reported by Stefan Wiens <s.wi@gmx.net>.
21990
21991         * gnus.el (gnus-shutdown): Use dolist.
21992
21993         * gnus-undo.el (gnus-undo): Use mapc.
21994
21995         * nnrss.el (nnrss-generate-active): do.
21996
21997         * message.el (message-cite-original-without-signature)
21998         (message-cite-original): Use mapc.
21999         (message-do-actions, message-make-forward-subject): Use dolist.
22000
22001 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22002
22003         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22004         deletion to remove entire duplicate line.  Fixes merged article
22005         number bug.
22006
22007 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22008
22009         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22010         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22011         first ask if you want to open a server and then, even when you
22012         responded with no, asking if you want to synchronize the server's
22013         flags.
22014         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22015         multi-line expressions.
22016         (gnus-agent-synchronize-group-flags): New internal function.
22017         Updates marks in memory (in the info structure) AND in the
22018         backend.
22019
22020         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22021
22022         * nnagent.el (nnagent-request-set-mark):
22023         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22024         method, to ensure that synchronization updates marks in the
22025         backend and in the info (in memory) structure.
22026
22027 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22028
22029         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22030         convention fully; don't miss the root article of a thread; make
22031         the X-Draft-From header with correct article numbers.
22032
22033 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22034
22035         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22036         unless plugged.  Disable the agent so that an open failure causes
22037         an error.
22038
22039         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22040         Revert 2004-09-21 change.  The backend must be opened while
22041         synchronizing flags even when the backend stores the flags
22042         locally.
22043
22044 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22045
22046         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22047         in `header' match.  Reported by Svend Tollak Munkejord.
22048
22049         * message.el (message-cite-original): Fix use of
22050         `message-cite-articles-with-x-no-archive'.
22051
22052 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22053
22054         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22055         (gnus-window-to-buffer): Ditto.
22056
22057         * mml.el (mml-preview-buffer): New variable.
22058         (mml-preview): Manage window layout with gnus-buffer-configuration.
22059
22060         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22061         X-Draft-From header even if those articles aren't quoted.
22062
22063 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22064
22065         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22066         (gnus-request-set-mark, gnus-request-update-mark): Use new
22067         g-s-t-u-l-m to decide to use backend even when unplugged.
22068
22069 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22070
22071         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22072         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22073
22074 2004-09-20  Simon Josefsson  <jas@extundo.com>
22075
22076         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22077         "utf-16-le".
22078
22079 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22080
22081         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22082
22083 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22084
22085         * uudecode.el (uudecode-use-external): Add :version.
22086
22087         * smime.el (smime-CA-file, smime-encrypt-cipher)
22088         (smime-dns-server): Add :version.
22089
22090         * smiley.el (gnus-smiley-file-types): Add :version.
22091
22092         * sha1.el (sha1-use-external): Add :version.
22093
22094         * pgg-def.el (pgg-query-keyserver): Add :version.
22095
22096         * nnmail.el (nnmail-fancy-expiry-targets)
22097         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22098         Add :version.
22099
22100         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22101         (nnimap-retrieve-groups-asynchronous): Add :version.
22102         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22103
22104         * mml.el (mml-content-disposition-parameters)
22105         (mml-insert-mime-headers-always): Add :version.
22106
22107         * mm-util.el (mm-coding-system-priorities): Add :version.
22108
22109         * mm-decode.el (mm-inline-text-html-with-images)
22110         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22111         (mm-verify-option): Add :version.
22112         (mm-text-html-renderer): Change :version.
22113
22114         * message.el (message-fcc-externalize-attachments)
22115         (message-required-headers, message-draft-headers)
22116         (message-subject-trailing-was-query)
22117         (message-subject-trailing-was-ask-regexp)
22118         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22119         (message-mark-insert-end, message-archive-header)
22120         (message-archive-note, message-cross-post-default)
22121         (message-cross-post-note, message-followup-to-note)
22122         (message-cross-post-note-function, message-use-mail-followup-to)
22123         (message-subscribed-address-functions)
22124         (message-subscribed-address-file, message-subscribed-addresses)
22125         (message-subscribed-regexps, message-allow-no-recipients)
22126         (message-yank-cited-prefix, message-signature-insert-empty-line)
22127         (message-hidden-headers, message-hierarchical-addresses)
22128         (message-mail-user-agent, message-use-idna)
22129         (message-valid-fqdn-regexp)
22130         (message-strip-special-text-properties, message-header-synonyms)
22131         (message-beginning-of-line, message-tab-body-function): Add :version.
22132         (message-insert-canlock, message-wide-reply-confirm-recipients):
22133         Change :version.
22134
22135         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22136         and :version.
22137         (mail-source-delete-old-incoming-confirm)
22138         (mail-source-movemail-program): Add :version.
22139
22140         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22141         (gnus-agent-cache, gnus-agent): Change :version.
22142
22143         * gnus-util.el (gnus-use-byte-compile): Change :version.
22144
22145         * gnus-sum.el (gnus-summary-make-false-root-always)
22146         (gnus-summary-default-high-score)
22147         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22148         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22149         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22150         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22151         (gnus-sum-thread-tree-single-indent)
22152         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22153         (gnus-sum-thread-tree-leaf-with-other)
22154         (gnus-sum-thread-tree-single-leaf): Add :version.
22155         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22156         (gnus-article-loose-mime): Change :version.
22157
22158         * gnus-start.el (gnus-backup-startup-file)
22159         (gnus-save-startup-file-via-temp-buffer): Add :version.
22160
22161         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22162         (gnus-server-offline-face): Add :version.
22163
22164         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22165
22166         * gnus-msg.el (gnus-gcc-externalize-attachments)
22167         (gnus-debug-files, gnus-debug-exclude-variables)
22168         (gnus-discouraged-post-methods): Change :version.
22169         (gnus-confirm-mail-reply-to-news)
22170         (gnus-confirm-treat-mail-like-news): Add :version.
22171
22172         * gnus-int.el (gnus-server-unopen-status): Add :version.
22173
22174         * gnus-group.el (gnus-group-jump-to-group-prompt)
22175         (gnus-large-ephemeral-newsgroup)
22176         (gnus-fetch-old-ephemeral-headers): Add :version.
22177
22178         * gnus-fun.el (gnus-x-face-directory)
22179         (gnus-convert-pbm-to-x-face-command)
22180         (gnus-convert-image-to-x-face-command)
22181         (gnus-convert-image-to-face-command): Add :version.
22182
22183         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22184
22185         * gnus-cite.el (gnus-cite-blank-line-after-header)
22186         (gnus-article-boring-faces): Add :version.
22187
22188         * gnus-art.el (gnus-buttonized-mime-types)
22189         (gnus-inhibit-mime-unbuttonizing)
22190         (gnus-treat-display-face)
22191         (gnus-treat-body-boundary): Change :version.
22192         (gnus-body-boundary-delimiter, gnus-picon-databases)
22193         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22194         (gnus-treat-date-english, gnus-treat-fold-headers)
22195         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22196         (gnus-treat-mail-picon, gnus-treat-wash-html)
22197         (gnus-article-encrypt-protocol)
22198         (gnus-use-idna, gnus-article-over-scroll)
22199         (gnus-mime-display-multipart-alternative-as-mixed)
22200         (gnus-mime-display-multipart-related-as-mixed)
22201         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22202         (gnus-ctan-url, gnus-button-ctan-handler)
22203         (gnus-button-handle-ctan-bogus-regexp)
22204         (gnus-button-ctan-directory-regexp)
22205         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22206         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22207         (gnus-button-man-level, gnus-button-emacs-level)
22208         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22209
22210         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22211         (gnus-agent-go-online): Change :version.
22212         (gnus-agent-expire-unagentized-dirs)
22213         (gnus-agent-auto-agentize-methods): Add :version.
22214
22215         * flow-fill.el (fill-flowed-display-column)
22216         (fill-flowed-encode-column): Add :version.
22217
22218         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22219         (gnus-outlook-deuglify-unwrap-max)
22220         (gnus-outlook-deuglify-cite-marks)
22221         (gnus-outlook-deuglify-unwrap-stop-chars)
22222         (gnus-outlook-deuglify-no-wrap-chars)
22223         (gnus-outlook-deuglify-attrib-cut-regexp)
22224         (gnus-outlook-deuglify-attrib-verb-regexp)
22225         (gnus-outlook-deuglify-attrib-end-regexp)
22226         (gnus-outlook-display-hook): Add :version.
22227
22228         * binhex.el (binhex-use-external): Add :version.
22229
22230 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22231
22232         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22233         and `invisible'.
22234
22235 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22236
22237         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22238         in gnus-registry-trim.
22239
22240 2004-09-13  Simon Josefsson  <jas@extundo.com>
22241
22242         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22243
22244         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22245
22246         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22247         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22248         <yamaoka@jpl.org>.
22249         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22250         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22251         <yamaoka@jpl.org>.
22252
22253         * sieve.el (sieve-manage-mode): Ditto.
22254
22255 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22256
22257         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22258
22259 2004-09-11  Simon Josefsson  <jas@extundo.com>
22260
22261         * dns-mode.el: Add.
22262
22263         * mm-view.el (mm-display-dns-inline): Add.
22264
22265         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22266         (mm-automatic-display): Ditto.
22267
22268         * mailcap.el (mailcap-mime-data): Add text/dns.
22269         (mailcap-mime-extensions): Map .soa to text/dns.
22270
22271 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22272
22273         * gnus-art.el (article-decode-mime-words, article-babel)
22274         (gnus-article-highlight-signature, gnus-article-add-buttons)
22275         (gnus-signature-toggle): Remove unnecessary bindings of
22276         `inhibit-read-only' inherited from v5.10 merge.
22277
22278 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22279
22280         * nntp.el (nntp): New customization group.
22281         (nntp-authinfo-file): Add customization group.
22282
22283         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22284
22285         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22286
22287         * gnus.el (to-address, to-list, subscribed)
22288         (large-newsgroup-initial): Ditto.
22289
22290         * flow-fill.el (fill-flowed-display-column)
22291         (fill-flowed-encode-column): Ditto.
22292
22293 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22294
22295         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22296         Use point-min rather than 1.
22297         (message-send-mail): Use buffer-size rather than point-max.
22298
22299         * gnus-sum.el (gnus-summary-search-article-forward):
22300         Signal a specific `search-failed' rather than a generic `error'.
22301
22302         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22303         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22304         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22305
22306 2004-09-10  Simon Josefsson  <jas@extundo.com>
22307
22308         * nndb.el (require): Remove tcp and duplicate cl.
22309
22310 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22311
22312         * gnus-agent.el (directory-files-and-attributes): Move forward.
22313
22314 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22315
22316         * gnus-agent.el (directory-files-and-attributes):
22317         Optionally defined to support XEmacs.
22318
22319 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22320
22321         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22322         to avoid run-time CL dependencies.
22323         (gnus-agent-unfetch-articles): New function.
22324         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22325         article numbers even when local .overview file is missing.
22326         (gnus-agent-read-article-number): New function.  Only accepts
22327         27-bit article numbers.
22328         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22329         Use gnus-agent-read-article-number.
22330         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22331         from backend while recognizing that article numbers in .overview
22332         must be valid.
22333         (gnus-agent-update-files-total-fetched-for):
22334         Use directory-files-and-attributes to improve performance.
22335         * gnus-int.el (gnus-request-move-article):
22336         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22337         improve performance.
22338
22339         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22340         some users confused by references to .newsrc when they only have a
22341         .newsrc.eld file.
22342         (gnus-convert-mark-converter-prompt)
22343         (gnus-convert-converter-needs-prompt): Fix use of property list.
22344         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22345         New function.  Used internally to only display 'gnus converting
22346         files' message when actually necessary.
22347
22348         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22349         methods now autoloaded.
22350
22351 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22352
22353         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22354         identifiers.
22355
22356 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22357
22358         * gnus-picon.el: Fix indentation and closing parenthesis.
22359
22360 2004-09-01  Simon Josefsson  <jas@extundo.com>
22361
22362         * message.el (message-canlock-generate): Require sha1, not
22363         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22364         to require within a function.  Sadly, if sha1.el isn't loaded, the
22365         let binding in m-c-g will hide the defcustom definition, which is
22366         bad.)
22367
22368         * canlock.el: Require sha1, not sha1-el.
22369
22370         * message.el: Don't autoload sha1 (there is a autoload cookie in
22371         sha1.el).
22372
22373         * sha1-el.el: Rename to sha1.el.
22374
22375 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22376
22377         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22378
22379 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22380
22381         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22382
22383 2004-08-30  Kim F. Storm  <storm@cua.dk>
22384
22385         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22386
22387         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22388         Add :group 'nnimap.
22389
22390 2004-08-30  Andreas Schwab  <schwab@suse.de>
22391
22392         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22393         ?* and ?\;.
22394
22395         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22396         and ?\' to symbol instead of whitespace.
22397
22398 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22399
22400         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22401
22402         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22403         instead of re-search-forward.
22404
22405         * gnus-uu.el (gnus-uu-save-article): Ditto.
22406         (gnus-uu-post-encode-uuencode): Ditto.
22407
22408         * html2text.el (html2text-clean-list-items): Ditto.
22409         (html2text-clean-dtdd): Ditto.
22410         (html2text-format-tags): Ditto.
22411
22412         * message.el (message-send-mail-with-sendmail): Fix regexp.
22413         (message-fill-field-general): Use search-forward instead of
22414         re-search-forward.
22415         (unbold-region): Ditto.
22416
22417         * nnrss.el (nnrss-request-article): Ditto.
22418
22419         * nnslashdot.el (nnslashdot-request-article): Ditto.
22420
22421         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22422
22423         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22424         "Unrecognized menu descriptor" error in XEmacs.
22425
22426 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22427
22428         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22429         parent article of a sparse article in the thread hashtb.
22430
22431 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22432
22433         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22434         (nnmail-expand-newtext): Lowercase expanded entries if
22435         nnmail-split-lowercase-expanded is non-nil.
22436
22437 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22438
22439         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22440
22441         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22442         of gnus-tmp-news-method into string under XEmacs.  It will be
22443         passed to gnus-correct-length which takes only a string argument.
22444
22445 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22446
22447         * gnus-util.el (gnus-bind-print-variables): New macro.
22448         (gnus-prin1): Use it.
22449         (gnus-prin1-to-string): Use it.
22450         (gnus-pp): New function.
22451         (gnus-pp-to-string): New function.
22452
22453         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22454         Replace pp-to-string with gnus-pp-to-string.
22455         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22456         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22457         * gnus-msg.el (gnus-debug): Ditto.
22458         * gnus-score.el (gnus-score-save): Ditto.
22459         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22460         gnus-pp-to-string.
22461         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22462         with gnus-pp.
22463         * score-mode.el (gnus-score-pretty-print): Ditto.
22464         * webmail.el (webmail-debug): Ditto.
22465
22466 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22467
22468         * gnus-art.el (article-display-face, article-display-x-face):
22469         Use buffer-read-only.
22470
22471 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22472
22473         * gnus-art.el (article-hide-list-identifiers):
22474         Bind inhibit-read-only as t.
22475
22476 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22477
22478         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22479
22480 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22481
22482         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22483         (gnus-narrow-to-page): Don't assume point-min == 1.
22484         (gnus-article-edit-mode): Derive from message-mode.
22485
22486         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22487         point-min == 1.
22488
22489         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22490         Disable incorrect use of `assert'.
22491
22492         * message.el (message-mode): Set comment-start-skip.
22493
22494
22495 2004-08-22  Sam Steingold  <sds@gnu.org>
22496
22497         * pop3.el (pop3-leave-mail-on-server): New user variable.
22498         (pop3-movemail): Delete mail only when it is nil.
22499
22500 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22501
22502         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22503
22504         * mml.el (mml-preview): Use `pop-to-buffer'.
22505
22506         * message.el (message-goto-mail-followup-to): Insert after "To".
22507         (message-carefully-insert-headers): Add comment.
22508
22509         * gnus.el: Remove unused variable `gnus-article-check-size'.
22510
22511         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22512
22513         * gnus-art.el (gnus-button-alist):
22514         Improve `gnus-button-handle-library' entry.
22515
22516 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22517
22518         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22519         Use downcase, since XEmacs capitalizes error messages differently.
22520
22521 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22522
22523         * nntp.el: Add (require 'gnus) due to reference to
22524         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22525
22526 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22527
22528         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22529         Bind `mm-fill-flowed'.
22530
22531         * mm-decode.el (mm-dissect-singlepart): Check it.
22532
22533 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22534
22535         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22536         'imap' for netrc parsing.
22537
22538 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22539
22540         * mailcap.el (mailcap-mime-data): Mark as risky.
22541
22542 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22543
22544         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22545         may be included in the encoded word.
22546         (rfc2047-encode): Don't append a space if the encoded word
22547         includes close parenthesis.
22548
22549 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22550
22551         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22552         of text within parentheses.
22553
22554 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22555
22556         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22557         (gnus-encrypt-write-file-contents): Make the password key the file
22558         name PLUS the cipher, not just the cipher.  Also remove failed
22559         passwords from the cache.
22560
22561 2004-08-06  Simon Josefsson  <jas@extundo.com>
22562
22563         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22564         Doc fix.
22565
22566 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22567
22568         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22569         LWSP.
22570
22571 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22572
22573         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22574         Try to append in-reply-to: data to the references: header.
22575
22576         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22577         (netrc-parse): Use gnus-encrypt.el functions.
22578
22579         * gnus-encrypt.el: Add new file for encryption support; currently
22580         does only a few GPG ciphers and an internal XOR cipher.
22581
22582         * password.el: Add comments on using password-read-and-add.
22583         (password-read-and-add): Add function to read and add the
22584         password to the cache at once.
22585
22586 2004-07-28  Simon Josefsson  <jas@extundo.com>
22587
22588         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22589         parameter (but don't use it, for now).
22590
22591         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22592         instead of hard coding to nil.
22593
22594 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22595
22596         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22597         as mm-inline-image-xemacs does.
22598
22599 2004-07-26  Simon Josefsson  <jas@extundo.com>
22600
22601         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22602         Revert part of 2004-07-17 change below.
22603
22604 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22605
22606         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22607         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22608
22609 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22610
22611         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22612         quotes that actually start with ">" at the beginning of the
22613         lines.
22614
22615 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22616
22617         * rfc2047.el (rfc2047-encode-region): Fix last change.
22618         (rfc2047-encode-parameter): Remove useless concat.
22619
22620 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22621
22622         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22623         encode special characters; fix some kind of misconfigured headers;
22624         signal a real error if debug-on-quit or debug-on-error is non-nil.
22625         (rfc2047-encode-max-chars): New variable.
22626         (rfc2047-encode-1): Use it.
22627         (rfc2047-encode-parameter): New function.
22628
22629         * mml.el (mml-insert-parameter): Remove an excessive space.
22630
22631 2004-07-17  Simon Josefsson  <jas@extundo.com>
22632
22633         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22634         Kai Grossjohann <kai@emptydomain.de>.
22635         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22636         (gnus-group-make-menu-bar): Ditto.
22637
22638         * gnus-util.el (gnus-group-server): Add.
22639
22640 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22641
22642         * message.el (message-clone-locals): Clone sendmail and smtp
22643         variables.
22644
22645 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22646
22647         * rfc2047.el (rfc2047-encode-region): Fix last change.
22648
22649 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22650
22651         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22652         characters as non-special.
22653
22654 2004-07-09  Simon Josefsson  <jas@extundo.com>
22655
22656         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22657         Users will lose all flag changes made while unplugged with
22658         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22659         good default.  See numerous reports on ding mailing list.
22660
22661 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22662
22663         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22664         add generate-head-function and generate-article-function to the
22665         rfc822-forward entry.
22666         (nndoc-rfc822-forward-generate-article): New function.
22667         (nndoc-rfc822-forward-generate-head): New function.
22668
22669         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22670
22671 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22672
22673         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22674         respect display group parameter and gnus-summary-expunge-below.
22675         (gnus-articles-to-read): Remove unused reference to display group
22676         parameter.
22677
22678 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22679
22680         * nnheader.el (nnheader-uniquify-message-id): New experimental
22681         variable.
22682         (nnheader-nov-read-message-id): Use it.
22683
22684         * spam-report.el (spam-report-gmane): Add interactive.
22685
22686 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22687
22688         * mm-encode.el (mm-content-transfer-encoding-defaults):
22689         Use qp-or-base64 for the application/* types.
22690
22691 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22692
22693         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22694
22695 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22696
22697         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22698         trim value.
22699
22700 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22701
22702         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22703         New macro and function.
22704         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22705
22706 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22707
22708         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22709         after-load-alist.
22710
22711 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22712
22713         * gnus-group.el (gnus-group-get-new-news-this-group):
22714         Don't update info that isn't there.
22715
22716 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22717
22718         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22719         entry.
22720
22721 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22722
22723         * mm-view.el (mm-inline-render-with-function): Use multibyte
22724         buffer; decode html source by charset.
22725
22726         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22727
22728         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22729         Mule-UCS is loaded under XEmacs.
22730         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22731
22732 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22733
22734         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22735
22736 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22737
22738         * mm-util.el (mm-coding-system-p): Return a coding-system.
22739         (mm-mime-mule-charset-alist): Use shift_jis instead of
22740         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22741         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22742         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22743         instead of japanese-shift-jis and iso-latin-1 respectively in
22744         order to share the default value with both Emacs and XEmacs-mule.
22745         (mm-mule-charset-to-mime-charset):
22746         Make mm-coding-system-priorities effective.
22747         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22748         while predicating of candidates upon the priorities.
22749
22750 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22751
22752         * gnus-sum.el (gnus-summary-make-menu-bar):
22753         Add gnus-uu-invert-processable.
22754
22755         * gnus.el: Autoload gnus-uu-invert-processable.
22756
22757 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22758
22759         * mm-util.el (mm-with-multibyte-buffer): New macro.
22760
22761         * rfc2047.el (rfc2047-encode-string): Use it.
22762         (rfc2047-encode-region): Move point to the end of the region after
22763         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22764
22765 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22766
22767         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22768         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22769
22770 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22771
22772         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22773         (gnus-cite-parse): Ignore quoted envelope From_.
22774         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22775
22776 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22777
22778         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22779         invalid addresses.
22780
22781 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22782
22783         * spam.el: Change section markers, revise TODO list.
22784         (spam-backends): Make new master list of all installed backends.
22785         (spam-summary-exit-behavior): Add new variable to determine how
22786         messages moves are done at summary exit.
22787         (spam-move-spam-nonspam-groups-only)
22788         (spam-process-ham-in-nonham-groups)
22789         (spam-process-ham-in-spam-groups): Remove variables, the
22790         spam-summary-exit-behavior variable should be used to manage this
22791         behavior.
22792         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22793         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22794         and spam-old-spam-articles.
22795         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22796         Add empty variables, placeholders for the backends they represent.
22797         (spam-set-difference): Move, unchanged.
22798         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22799         unless the user has a processor variable.
22800         (spam-classifications, spam-classification-valid-p)
22801         (spam-backend-properties, spam-backend-property-valid-p)
22802         (spam-backend-function-type-valid-p)
22803         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22804         (spam-report-articles-gmane, spam-report-articles-resend):
22805         Remove functions, they are not needed.
22806         (spam-install-backend-super, spam-backend-list)
22807         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22808         (spam-backend-function, spam-backend-ham-registration-function)
22809         (spam-backend-spam-registration-function)
22810         (spam-backend-ham-unregistration-function)
22811         (spam-backend-spam-unregistration-function)
22812         (spam-backend-statistical-p, spam-backend-mover-p)
22813         (spam-install-backend-alias, spam-install-checkonly-backend)
22814         (spam-install-mover-backend, spam-install-nocheck-backend)
22815         (spam-install-backend, spam-install-statistical-backend)
22816         (spam-install-statistical-checkonly-backend): Add backend installation
22817         support.
22818         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22819         (spam-group-processor-p): Use the new backend code and respect the
22820         summary exit behavior.
22821         (spam-mark-spam-as-expired-and-move-routine): Remove.
22822         (spam-summary-prepare): Change to use the new spam-old-articles
22823         variable.
22824         (spam-copy-or-move-routine, spam-copy-spam-routine)
22825         (spam-move-spam-routine, spam-copy-ham-routine)
22826         (spam-move-ham-routine): Add code to copy/move ham or spam.
22827         (spam-fetch-field-fast): Improve doc and code, plus allow the
22828         'number request.
22829         (spam-list-of-checks, spam-list-of-statistical-checks):
22830         Remove variables.
22831         (spam-split, spam-find-spam): Use the new backend code.
22832         (spam-registration-functions): Remove variable.
22833         (spam-unregister-routine): Add convenience wrapper.
22834         (spam-log-undo-registration, spam-register-routine)
22835         (spam-log-processing-to-registry)
22836         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22837         where possible.
22838         (spam-check-gmane-xref, spam-check-regex-headers)
22839         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22840         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22841         (spam-check-bogofilter-headers, spam-check-spamoracle)
22842         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22843         (spam-check-crm114-headers): Use the spam-split-group that
22844         spam-split prepares, no need to determine it every time.
22845
22846         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22847         to the nnheader-parse-naked-head call.
22848
22849         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22850
22851         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22852         the nnheader-nov-read-message-id call.
22853
22854 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22855
22856         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22857         gnus-activate-group twice.  Suggested by Markus Peter
22858         <warp@spin.de>.
22859
22860 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22861
22862         * gnus-art.el (gnus-article-time-format): Exchange the order of
22863         day and month in the default value; fix customization type.
22864         (article-date-ut): Use add-text-properties.
22865         (article-make-date-line): Use message-make-date instead of
22866         current-time-string.
22867
22868         * message.el (message-fetch-field): Don't use set-text-properties.
22869         (message-make-date): Simplify.
22870
22871         * messagexmas.el (message-xmas-make-date): New function.
22872         (message-xmas-redefine): Defalias message-make-date to it.
22873
22874 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22875
22876         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22877         (rfc2047-encode-region): Treat text within parentheses as special;
22878         show the original text when error has occurred.
22879
22880         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22881         already-computed method to gnus-activate-group.
22882
22883         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22884         same select-methods identical Lisp objects.
22885
22886         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22887         object when modifying the info.
22888
22889 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22890
22891         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22892         gnus-opened-servers since it has never been opened with the new
22893         configuration yet.
22894
22895 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22896
22897         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22898         arg to nnheader-generate-fake-message-id.
22899
22900 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22901
22902         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22903         number and build a fake message ID localized to a group and
22904         article number (so it's repeatable from that point on).
22905         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22906         ID format.
22907
22908         * gnus-sum.el (gnus-get-newsgroup-headers):
22909         Call nnheader-generate-fake-message-id with the article number.
22910
22911 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22912
22913         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22914         end-of-buffer.
22915
22916 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22917
22918         * message.el (message-ignored-supersedes-headers): Add Approved.
22919
22920 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22921
22922         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22923         goto-char.
22924         (rfc2047-encode): Fold the line before encoding.
22925
22926 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22927
22928         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22929         folding -- not all headers can be folded, and this should be done
22930         by the message composition mode.  Probably.  I think.
22931
22932 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22933
22934         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22935         fast.
22936
22937         * gnus-ems.el (gnus-remove-image): Don't use
22938         message-text-with-property; remove only the image found first.
22939
22940         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22941         found first.
22942
22943 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22944
22945         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22946
22947 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22948
22949         * message.el (message-text-with-property): Make it fast and accept
22950         optional arguments.
22951         (message-strip-forbidden-properties): Use it.
22952         (message-fix-before-sending): Follow the m-t-w-p change.
22953
22954         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22955
22956 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22957
22958         * gnus-art.el (article-hide-headers): Don't change the buffer
22959         mistakenly when performing mml-preview even if
22960         gnus-single-article-buffer is nil.
22961
22962 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22963
22964         * message.el (message-expand-name-databases): New user option.
22965         (message-expand-name): Use it.
22966
22967 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22968
22969         * spam.el (spam-report-articles-resend)
22970         (spam-report-resend-register-routine): Allow ham reporting.
22971         (spam-report-resend-register-ham-routine): Add wrapper.
22972         (spam-registration-functions): Add ham resending functions.
22973         (spam-list-of-processors): Add ham resend processor.
22974
22975         * gnus.el (ham-resend-to): Add new group parameter.
22976         (spam-process): Add ham resend option.
22977
22978         * spam-report.el (spam-report-resend): Allow reporting ham.
22979         (spam-report-resend-ham): Add wrapper.
22980
22981 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22982
22983         * message.el (message-cite-articles-with-x-no-archive):
22984         New variable.
22985         (message-cite-original): Use it.
22986
22987 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22988
22989         * message.el (message-cite-original): Respect X-No-Archive.
22990
22991 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22992
22993         * gnus-art.el (article-hide-headers): Refer to the values for
22994         gnus-ignored-headers and gnus-visible-headers in the summary
22995         buffer since a user may have set them as group parameters.
22996
22997 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22998
22999         * assistant.el (assistant-node-name): Add convenience function.
23000         (assistant-render-text, assistant-render-node): Add error handling,
23001         plus handle multiple next nodes.
23002         (assistant-find-next-node): Comment out for now.
23003         (assistant-find-next-nodes): Add function, returns list of next
23004         nodes.
23005
23006 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23007
23008         * mail-source.el (mail-source-directory): Fix doc-string.
23009
23010 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23011
23012         * assistant.el (assistant-render-text, assistant-eval): Add :set
23013         widget type, which is different because it takes and returns a
23014         list.  Much hilarity ensues.
23015
23016 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23017
23018         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23019
23020         * gnus-group.el (gnus-group-get-new-news-this-group):
23021         Add doc-string.
23022
23023         * gnus-start.el (gnus-activate-group): Add doc-string.
23024
23025 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23026
23027         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23028
23029 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23030
23031         * assistant.el (assistant-render-text): Try to add a :set
23032         widget, more to come.
23033
23034         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23035         strings.
23036         (spam-report-articles-resend)
23037         (spam-register-routine): Do registration iff any articles warrant
23038         it.
23039         (spam-summary-prepare-exit): Change log message for nil group
23040         destinations.
23041
23042 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23043
23044         * spam.el (spam-report-resend-register-routine):
23045         Allow spam-report-resend-to to be a group parameter or a global value.
23046
23047 2004-05-26  Simon Josefsson  <jas@extundo.com>
23048
23049         * starttls.el: Merge with my GNUTLS based starttls.el.
23050         (starttls-gnutls-program, starttls-use-gnutls)
23051         (starttls-extra-arguments, starttls-process-connection-type)
23052         (starttls-connect, starttls-failure, starttls-success):
23053         New variables.
23054         (starttls-program, starttls-extra-args): Doc fix.
23055         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23056         New functions.
23057         (starttls-negotiate, starttls-open-stream):
23058         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23059         function if it is set.
23060
23061 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23062
23063         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23064         structured fields.
23065
23066 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23067
23068         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23069
23070 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23071
23072         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23073         Add variable.
23074         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23075         assigning the spam-mark to new messages.
23076
23077 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23078
23079         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23080
23081 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23082
23083         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23084
23085         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23086         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23087         default.
23088
23089 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23090
23091         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23092         correct data.
23093
23094 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23095
23096         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23097         (spam-group-processor-p): Fix function.
23098         (spam-group-processor-multiple-p)
23099         (spam-group-spam-processor-report-gmane-p)
23100         (spam-group-spam-processor-report-resend-p)
23101         (spam-group-spam-processor-bogofilter-p)
23102         (spam-group-spam-processor-blacklist-p)
23103         (spam-group-spam-processor-ifile-p)
23104         (spam-group-ham-processor-ifile-p)
23105         (spam-group-spam-processor-spamoracle-p)
23106         (spam-group-spam-processor-crm114-p)
23107         (spam-group-ham-processor-bogofilter-p)
23108         (spam-group-spam-processor-stat-p)
23109         (spam-group-ham-processor-stat-p)
23110         (spam-group-ham-processor-whitelist-p)
23111         (spam-group-ham-processor-BBDB-p)
23112         (spam-group-ham-processor-spamoracle-p)
23113         (spam-group-ham-processor-copy-p): Remove functions with some
23114         prejudice against unneeded code.
23115         (spam-report-articles-resend)
23116         (spam-report-resend-register-routine): Allow the group/topic
23117         spam-resend-to value to override spam-report-resend-to.
23118         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23119         properly now.
23120
23121         * gnus.el (spam-resend-to): Add group/topic parameter.
23122         (spam-process): Move the OBSOLETE processors to the end of the
23123         choices.
23124
23125 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23126
23127         * spam-report.el (spam-report-resend-to, spam-report-resend):
23128         Start with resend-to set to nil, and then ask the user if necessary.
23129         (spam-report-resend): spam-report-resend takes a list of articles, not
23130         separate article numbers.
23131
23132 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23133
23134         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23135         addition to emacs-w3m.
23136
23137 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23138
23139         * assistant.el (assistant-authinfo-data): New function.
23140         (assistant-eval): Eval for entire assistant.
23141
23142         * netrc.el (netrc-services-file): New variable.
23143         (netrc-parse-services): New function.
23144         (netrc-find-service-name): New function.
23145         (netrc-find-service-number): New function.
23146         (netrc-port-equal): New function.
23147         (netrc-machine): Use it.
23148
23149         * nnimap.el (nnimap-open-connection): Use netrc.
23150
23151         * gnus-util.el (gnus-netrc-get): Remove aliases.
23152
23153         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23154
23155         * assistant.el (wid-edit): Fix compilation.
23156
23157         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23158
23159 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23160
23161         * gnus-util.el (gnus-set-file-modes): New function.  (small
23162         patch).
23163
23164 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23165
23166         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23167
23168         * assistant.el (assistant-render-node): Fix up rendering and
23169         read-only text.
23170         (assistant-render-node): Reset.
23171         (assistant-make-read-only): Not sticky.
23172
23173 2004-05-20  Danny Siu  <dsiu@adobe.com>
23174
23175         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23176         centered even when gnus-auto-center-summary is t.
23177
23178 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23179
23180         * dns.el (dns-get-txt-answer): New function.
23181         (dns-read-txt): Ditto.
23182         (query-dns): Use it.
23183
23184 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23185
23186         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23187         active for foreign groups even if the group level is higher than
23188         the specified value.
23189
23190 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23191
23192         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23193         non-active groups.
23194
23195         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23196
23197 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23198
23199         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23200
23201 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23202
23203         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23204         (spam-crm114-header, spam-crm114-spam-switch)
23205         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23206         (spam-crm114-positive-spam-header)
23207         (spam-crm114-database-directory, spam-list-of-processors)
23208         (spam-group-spam-processor-crm114-p)
23209         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23210         (spam-generic-score, spam-list-of-checks)
23211         (spam-list-of-statistical-checks, spam-registration-functions)
23212         (spam-check-crm114-headers, spam-crm114-score)
23213         (spam-check-crm114, spam-crm114-register-with-crm114)
23214         (spam-crm114-register-spam-routine)
23215         (spam-crm114-unregister-spam-routine)
23216         (spam-crm114-register-ham-routine)
23217         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23218
23219 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23220
23221         * gnus.el: Add spam-use-crm114.
23222
23223         * spam.el (spam-list-of-processors, spam-registration-functions):
23224         Add spam-use-resend.
23225         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23226         (spam-report-articles-gmane): Add doc fix.
23227         (spam-report-articles-resend, spam-report-resend-register-routine):
23228         Add wrappers around spam-report-resend-to.
23229
23230         * spam-report.el (spam-report-resend-to, spam-report-resend):
23231         Add support for resending spam.
23232         (spam-report-gmane): Fix line length >80.
23233
23234         * gnus.el (spam-process): Add spam-use-resend.
23235
23236 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23237
23238         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23239         number of processed spam messages.
23240         (spam-ham-copy-or-move-routine): Return the number of processed
23241         ham messages.
23242         (spam-summary-prepare-exit): Use the above values to decide
23243         whether status messages shouled be displayed.
23244
23245 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23246
23247         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23248         `rfc2047-encoding-function-alist' in order to avoid conflicting
23249         with the old version.
23250         (rfc2047-encode-region): Concatenate words containing non-ASCII
23251         characters in structured fields; don't encode space-delimited
23252         ASCII words even in unstructured fields; don't break words at
23253         char-category boundaries.
23254         (rfc2047-encode-1): New function.
23255         (rfc2047-encode): Use it; encode text so that it occupies the
23256         maximum width within 76-column; work correctly on Q encoding for
23257         iso-2022-* charsets.
23258         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23259         sure not to break a line just after the header name.
23260         (rfc2047-b-encode-region): Remove.
23261         (rfc2047-b-encode-string): New function.
23262         (rfc2047-q-encode-region): Remove.
23263         (rfc2047-q-encode-string): New function.
23264
23265         * mm-util.el (mm-replace-in-string): New function.
23266
23267 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23268
23269         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23270         Really get it right.
23271         (gnus-inews-make-draft): Really.
23272
23273 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23274
23275         * nnmh.el (nnmh-request-list-1): Don't check the link count
23276         before descending.  (small patch)
23277
23278 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23279
23280         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23281         stuff.
23282
23283         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23284         Match on real group name.
23285
23286         * gnus-art.el (gnus-signature-limit): Doc fix.
23287
23288         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23289
23290         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23291
23292 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23293
23294         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23295         isn't a string.
23296
23297 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23298
23299         * gnus-draft.el (gnus-draft-send):
23300         Bind rfc2047-encode-encoded-words.
23301
23302         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23303         (rfc2047-encodable-p): Say that =? needs encoding.
23304         (rfc2047-encode-encoded-words): New variable.
23305
23306         * gnus-group.el (gnus-group-select-group): Doc fix.
23307
23308         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23309
23310         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23311         to nil.
23312
23313         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23314
23315         * nnheader.el (nnheader-get-lines-and-char): New function.
23316
23317 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23318
23319         * gnus-msg.el (gnus-summary-followup-with-original):
23320         Document yanking of region when active.
23321
23322 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23323
23324         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23325         groups if the group level is higher than the specified value.
23326
23327 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23328
23329         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23330         (gnus-group-jump-to-group): Add prefix argument using
23331         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23332         non-active group.
23333
23334         * compface.el (uncompface): Be verbose when changing
23335         `uncompface-use-external'.
23336
23337         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23338         handle manual section.
23339
23340 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23341
23342         * gnus-art.el (gnus-button-alist): Revert previous change.
23343
23344 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23345
23346         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23347
23348 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23349
23350         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23351         whether backend can accept message.
23352
23353         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23354
23355 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23356
23357         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23358         Avoid creating directory when nntp-marks-is-evil is true.
23359         Reported by Reiner Steib.
23360
23361 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23362
23363         * gnus-picon.el (gnus-picon-insert-glyph):
23364         Add optional `nostring' argument.
23365
23366 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23367
23368         * gnus-picon.el (gnus-picon-style): New variable.
23369         (gnus-picon-transform-address): Support `gnus-picon-style'.
23370
23371 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23372
23373         * message.el (message-fill-field): Return point.
23374         (message-generate-headers): Go to end of field.
23375
23376         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23377         stuff for non-living groups.
23378
23379 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23380
23381         * gnus-art.el (gnus-article-followup-with-original)
23382         (gnus-article-reply-with-original): gnus-mark-active-p ->
23383         gnus-region-active-p.
23384
23385 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23386
23387         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23388         only when there is spam or ham to be processed.
23389
23390 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23391
23392         * mail-source.el (mail-source-delete-crash-box): Refactor.
23393         (mail-source-fetch): Use it.
23394         (mail-source-fetch-file): Ditto.
23395         (mail-source-fetch-directory): Run postscript in loop.
23396         (mail-source-fetch-pop): Delete.
23397         (mail-source-fetch-maildir): Ditto.
23398         (mail-source-fetch-imap): Ditto.
23399
23400         * imap.el (imap-authenticators): Comment out sasl.
23401
23402         * message.el (message-skip-to-next-address): New function.
23403         (message-fill-header-address): Refactor.
23404         (message-fill-address): Use it.
23405         (message-delete-address): Use it.
23406         (message-fill-header-general): Refactor.
23407         (message-fill-field-address): Rename.
23408         (message-narrow-to-field): Find the start of the header.
23409         (message-header-format-alist): Don't pre-fill.
23410         (message-fill-header): Remove.
23411         (message-insert-header): New function.
23412         (message-shorten-references): Use it.
23413
23414         * rfc2047.el (rfc2047-field-value): Strip props.
23415
23416         * mail-parse.el (mail-header-make-address): New alias.
23417
23418         * ietf-drums.el (ietf-drums-make-address): New function.
23419
23420         * imap.el: Add compiler directives.
23421
23422         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23423
23424         * gnus-art.el (article-decode-idna-rhs): Don't use
23425         message-idna-inside-rhs-p.
23426
23427 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23428
23429         * message.el (message-idna-inside-rhs-p): Remove.
23430         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23431
23432         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23433         false positives.
23434
23435 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23436
23437         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23438
23439 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23440
23441         * nneething.el (nneething-file-name): Don't create spurious
23442         files.
23443
23444         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23445         (gnus-inews-do-gcc): Remove sleep.
23446
23447         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23448         part under point.
23449
23450         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23451         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23452
23453 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23454
23455         * spam.el (spam-summary-prepare-exit): Fix (length).
23456
23457 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23458
23459         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23460         as expired without moving it" message when there are spam
23461         messages left.
23462
23463 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23464
23465         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23466         header is not nil.
23467
23468 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23469
23470         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23471         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23472         (nntp-marks-changed-p): New arg SERVER.
23473         (nntp-request-update-info): Adjust caller.
23474
23475 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23476
23477         * nntp.el (nntp-save-marks): Pass missing arg.
23478
23479 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23480
23481         * nntp.el: Support marks.
23482         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23483         (nntp-marks-modtime, nntp-marks-directory): New variables.
23484         (nntp-request-set-mark, nntp-request-update-info)
23485         (nntp-possibly-create-directory, nntp-marks-changed-p)
23486         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23487         New functions.
23488
23489 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23490
23491         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23492         (gnus-xmas-redefine): Rename.
23493
23494         * gnus-score.el (gnus-score-insert-help):
23495         Use gnus-select-lowest-window.
23496
23497         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23498         appt-select-lowest-window and rename to gnus-select-lowest-window.
23499
23500         * gnus.el: do.
23501
23502 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23503
23504         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23505         encodings of MIME-encoded words, in order to improve
23506         interoperability with several broken MUAs.
23507
23508 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23509
23510         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23511         tags, only when charsets are not specified in headers.
23512         (mm-inline-text-html-render-with-w3m): Ditto.
23513
23514         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23515         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23516
23517 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23518
23519         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23520         instead of MIME-decoded from fields when checking
23521         `gnus-article-address-banner-alist'.
23522
23523 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23524
23525         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23526         description rather than subject.
23527
23528 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23529
23530         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23531
23532 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23533
23534         * gnus.el (gnus-version-number): Bump.
23535
23536 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23537
23538         * gnus.el: No Gnus v0.2 is released.
23539
23540 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23541
23542         * gnus-agent.el (gnus-agent-read-agentview):
23543         Inline gnus-uncompress-range.
23544
23545 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23546
23547         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23548         `exec-installed-p'.
23549
23550 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23551
23552         * gnus.el (spam-process, spam-autodetect-methods):
23553         Add bsfilter and bsfilter-headers.
23554
23555         * spam.el (spam-bsfilter): New customize group.
23556         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23557         (spam-bsfilter-header, spam-bsfilter-probability-header)
23558         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23559         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23560         (spam-bsfilter-database-directory): New options.
23561         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23562         (spam-list-of-statistical-checks, spam-registration-functions):
23563         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23564         (spam-bsfilter-score): New command.
23565         (spam-check-bsfilter-headers, spam-check-bsfilter)
23566         (spam-bsfilter-register-with-bsfilter)
23567         (spam-bsfilter-register-spam-routine)
23568         (spam-bsfilter-unregister-spam-routine)
23569         (spam-bsfilter-register-ham-routine)
23570         (spam-bsfilter-unregister-ham-routine): New functions.
23571         (spam-generic-score): Support bsfilter; Accept an optional argument
23572         to recalcurate spam score even if scoring header has already been
23573         added.
23574         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23575         optional argument to recalcurate spam score even if scoring header
23576         has already been added.
23577
23578 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23579
23580         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23581         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23582         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23583         link is missing.
23584
23585 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23586
23587         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23588         (html2text-get-attr): Rewrite.
23589
23590         * message.el (message-setup-1): Remove redundant put-text-property
23591         on mail-header-separator.
23592
23593 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23594
23595         * gnus-registry.el (gnus-registry-cache-whitespace)
23596         (gnus-registry-action, gnus-registry-spool-action)
23597         (gnus-registry-split-fancy-with-parent): Change message levels
23598         from 5 to 3 or 7, as needed.
23599
23600         * spam.el (spam-summary-prepare-exit)
23601         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23602         (spam-split, spam-find-spam, spam-log-undo-registration)
23603         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23604         level from 5 to 6.
23605
23606 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23607
23608         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23609         2004-03-04 change).
23610
23611 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23612
23613         * sieve-manage.el (sieve-manage-open):
23614         * nnweb.el (nnweb-insert-html):
23615         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23616         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23617         * nnspool.el (nnspool-request-group):
23618         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23619         * nnml.el (nnml-request-update-info):
23620         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23621         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23622         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23623         (nnimap-request-set-mark):
23624         * nnfolder.el (nnfolder-request-update-info):
23625         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23626         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23627         * gnus-uu.el (gnus-uu-find-articles-matching):
23628         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23629         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23630         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23631         * gnus-nocem.el (gnus-nocem-scan-groups):
23632         * gnus-int.el (gnus-start-news-server):
23633         * gnus-group.el (gnus-group-make-kiboze-group)
23634         (gnus-group-browse-foreign-server):
23635         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23636         Use mapc when appropriate.
23637
23638 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23639             Adam Sjøgren  <asjo@koldfront.dk>
23640             Wes Hardaker  <wes@hardakers.net>
23641             Michael Shields  <shields@msrl.com>
23642
23643         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23644         may need for spam sorting and scoring.
23645         (spam-user-format-function-S): Add user format function suitable for
23646         general use.
23647         (spam-article-sort-by-spam-status): Add sorting function for summary
23648         sorting.
23649         (spam-extra-header-to-number): Add function to get a score from a
23650         header.
23651         (spam-summary-score): Add function to get a numeric score from the
23652         headers.
23653         (spam-generic-score): Fix function doc, was in wrong place.
23654         (spam-initialize): Take symbols when it's run, and install the
23655         extra headers that spam-necessary-extra-headers thinks we need.
23656
23657 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23658
23659         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23660         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23661
23662 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23663
23664         * gnus-sum.el (gnus-set-global-variables)
23665         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23666         (gnus-article-get-xrefs, gnus-summary-best-group)
23667         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23668         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23669         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23670         Use with-current-buffer.
23671
23672 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23673
23674         * spam.el (spam-summary-prepare-exit): Simplify logic.
23675         (spam-fetch-article-header): Read the article header if it's not
23676         available.
23677         (spam-list-articles): Simplify logic.
23678         (spam-filelist-register-routine): Fix bug with unregister-list.
23679
23680         * gnus-registry.el: Fix comments at beginning.
23681
23682 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23683
23684         * message.el (message-cater-to-broken-inn): Remove.
23685         (message-shorten-references): Make sure the total folded length of
23686         References is shorter than 998 characters to cater to a bug in INN
23687         2.3.  Also, don't pretend that references aren't folded -- this
23688         hasn't worked for a while.
23689
23690 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23691
23692         * gnus-agent.el (gnus-agentize):
23693         gnus-agent-send-mail-real-function no longer set to current value
23694         of message-send-mail-function but rather a lambda that calls
23695         message-send-mail-function.  The change makes the agent real-time
23696         responsive to user changes to message-send-mail-function.
23697
23698 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23699
23700         * legacy-gnus-agent.el
23701         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23702         help from Florian Weimer <fw@deneb.enyo.de>
23703
23704 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23705
23706         * nnmail.el (nnmail-cache-insert): Revert last change.
23707
23708 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23709
23710         * nnmail.el (nnmail-cache-insert): Always check whether
23711         nnmail-cache-ignore-groups matches a group name.
23712
23713 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23714
23715         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23716         (spam-find-spam, spam-log-processing-to-registry)
23717         (spam-log-registered-p, spam-log-unregistration-needed-p)
23718         (spam-log-undo-registration): Use gnus-message instead of
23719         gnus-error, none of these errors are fatal.
23720
23721         * gnus-registry.el (gnus-registry-clean-empty-function)
23722         (gnus-registry-clean-empty): Remove only empty entries without
23723         extra data.
23724
23725 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23726
23727         * spam-stat.el (spam-stat-buffer-change-to-spam)
23728         (spam-stat-buffer-change-to-non-spam): Change (error) to
23729         (gnus-message 8) invocation.
23730
23731 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23732
23733         * nntp.el (nntp-via-netcat-command): New variable.
23734         (nntp-via-netcat-switches): New variable.
23735         (nntp-open-via-rlogin-and-netcat): New function.
23736         (nntp-open-connection-function): Doc fix.
23737         (nntp-telnet-command): Doc fix.
23738         (nntp-end-of-line): Doc fix.
23739         (nntp-via-rlogin-command): Doc fix.
23740         (nntp-via-user-name): Doc fix.
23741         (nntp-via-address): Doc fix.
23742
23743 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23744
23745         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23746         error in Emacs 21.1.
23747
23748 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23749
23750         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23751
23752 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23753
23754         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23755         (gnus-agent-with-refreshed-group): New macro.
23756         (gnus-agent-rename-group): New function.
23757         (gnus-agent-delete-group): New function.
23758         (gnus-agent-save-group-info): Use gnus-command-method when
23759         `method' parameter is nil.  Don't write nil entries into the
23760         active file.
23761         (gnus-agent-get-group-info): New function.
23762         (gnus-agent-fetch-articles):
23763         Use gnus-agent-update-files-total-fetched-for to increment disk space
23764         used.
23765         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23766         Use gnus-agent-update-view-total-fetched-for to increment disk space
23767         used.
23768         (gnus-agent-get-local): Add optional parameters to avoid calling
23769         gnus-group-real-name and gnus-find-method-for-group.
23770         (gnus-agent-set-local): Delete stored entry if either min, or max,
23771         are nil.
23772         (gnus-agent-fetch-session): Reworded error/quit messages.
23773         On quit, use gnus-agent-regenerate-group to record existance of any
23774         articles fetched to disk before the quit occurred.
23775         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23776         gnus-agent-update-view-total-fetched-for, and
23777         gnus-agent-update-files-total-fetched-for to decrement disk space
23778         used.
23779         (gnus-agent-retrieve-headers):
23780         Use gnus-agent-update-view-total-fetched-for to increment disk space
23781         used.
23782         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23783         with gnus-agent-update-files-total-fetched-for to decrement disk
23784         space and fresh group buffer.
23785         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23786         (gnus-agent-need-update-total-fetched-for): New variable.
23787         (gnus-agent-update-files-total-fetched-for): New function.
23788         (gnus-agent-update-view-total-fetched-for): New function.
23789         (gnus-agent-total-fetched-for): New function.
23790
23791         * gnus-cache.el (gnus-cache-save-buffers):
23792         Use gnus-cache-update-overview-total-fetched-for to change disk space
23793         used by this group.
23794         (gnus-cache-possibly-enter-article):
23795         Use gnus-cache-update-file-total-fetched-for to increment disk space
23796         used by this group.
23797         (gnus-cache-possibly-remove-article):
23798         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23799         used by this group.
23800         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23801         (gnus-cache-rename-group): New function.
23802         (gnus-cache-delete-group): New function.
23803         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23804         (gnus-cache-need-update-total-fetched-for): New variable.
23805         (gnus-cache-with-refreshed-group): New macro.
23806         (gnus-cache-update-file-total-fetched-for): New function.
23807         (gnus-cache-update-overview-total-fetched-for): New function.
23808         (gnus-cache-rename-group-total-fetched-for): New function.
23809         (gnus-cache-delete-group-total-fetched-for): New function.
23810         (gnus-cache-total-fetched-for): New function.
23811
23812         * gnus-group.el: Require gnus-sum and autoload functions to
23813         resolve warnings when gnus-group.el compiled alone.
23814         (gnus-group-line-format): Documented new %F.
23815         (size of Fetched data) group line format; identifies disk space
23816         used by agent and cache.
23817         (gnus-group-line-format-alist): Defined new F format.
23818         (gnus-total-fetched-for): New function.
23819         (gnus-group-delete-group): No longer update
23820         gnus-cache-active-altered as gnus-request-delete-group now keeps
23821         the cache in sync.
23822         (gnus-group-list-active): Let the agent store a server's active
23823         list if currently plugged.
23824
23825         * gnus-int.el (gnus-request-delete-group):
23826         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23827         local disk in sync with the server.
23828         (gnus-request-rename-group):
23829         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23830         local disk in sync with the server.
23831
23832         * gnus-start.el (gnus-get-unread-articles):
23833         Cosmetic simplification to logic.
23834
23835         * gnus-util.el (gnus-rename-file): New function.
23836
23837 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23838
23839         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23840
23841 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23842
23843         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23844         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23845
23846 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23847
23848         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23849         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23850
23851 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23852
23853         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23854
23855 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23856
23857         * spam.el (spam-set-difference): Add function to replace
23858         gnus-set-difference in spam.el.
23859         (spam-summary-prepare-exit): Use spam-set-difference.
23860
23861 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23862
23863         * gnus-registry.el (gnus-registry-cache-file): Update to use
23864         gnus-dribble-directory OR gnus-home-directory OR ~.
23865         (gnus-registry-split-fancy-with-parent): Fix doc.
23866
23867 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23868
23869         * message.el (message-exchange-point-and-mark):
23870         Use message-mark-active-p.  Suggested by Jesper Harder
23871         <harder@ifa.au.dk>.
23872
23873 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23874
23875         * message.el (message-exchange-point-and-mark): Don't activate
23876         region if it was inactive.  Suggested by Hiroshi Fujishima
23877         <pooh@nature.tsukuba.ac.jp>.
23878
23879 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23880
23881         * gnus-art.el (article-display-face): Display Faces in the same
23882         order as X-Faces.
23883
23884 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23885
23886         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23887
23888 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23889
23890         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23891         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23892         (gnus-article-mime-hierarchy): Remove.
23893         (gnus-article-mime-hierarchy-next): Remove.
23894         (gnus-article-mode): Revert 2004-03-19 change.
23895         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23896         (gnus-insert-mime-button): Revert 2004-03-19 change.
23897         (gnus-mime-accumulate-hierarchy): Remove.
23898         (gnus-mime-enter-multipart): Remove.
23899         (gnus-mime-leave-multipart): Remove.
23900         (gnus-mime-display-part): Revert 2004-03-19 change.
23901         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23902
23903         * mml.el (mml-preview): Revert 2004-03-19 change.
23904
23905 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23906
23907         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23908
23909 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23910
23911         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23912         t while entering a file name using the mm-with-multibyte macro.
23913         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23914
23915         * mm-util.el (mm-with-multibyte): New macro.
23916
23917 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23918
23919         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23920         New user option.
23921         (gnus-mime-multipart-functions): Doc and customization fix.
23922         (gnus-article-mime-hierarchy): New variable.
23923         (gnus-article-mime-hierarchy-next): New variable.
23924         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23925         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23926         gnus-article-mime-hierarchy-next to nil.
23927         (gnus-insert-mime-button): Show hierarchy numbers.
23928         (gnus-mime-accumulate-hierarchy): New function.
23929         (gnus-mime-enter-multipart): New function.
23930         (gnus-mime-leave-multipart): New function.
23931         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23932         (gnus-mime-display-alternative): Show hierarchy numbers.
23933
23934         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23935         gnus-article-mime-hierarchy-next to nil.
23936
23937 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23938
23939         * dns.el: Don't require gnus-xmas.
23940
23941 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23942
23943         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23944         inline PGP.
23945         (mml-menu): Disable mml-quote-region if mark is inactive.
23946
23947 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23948
23949         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23950         when the group's active is not available.
23951
23952 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23953
23954         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23955         error.
23956
23957 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23958
23959         * imap.el (imap-store-password): New variable.
23960         (imap-interactive-login): Use it.
23961         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23962
23963 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23964
23965         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23966         window-start and hscroll to summary window.
23967
23968 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23969
23970         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23971         conversion message to newsrc-dribble when an actual conversion is
23972         performed.
23973
23974 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23975
23976         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23977
23978 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23979
23980         * mm-decode.el (mm-complicated-handles): New function reviving
23981         former definition of mm-multiple-handles.
23982
23983         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23984         (gnus-mime-delete-part): Use it.
23985
23986 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23987
23988         * gnus-agent.el (gnus-agent-read-local):
23989         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23990         avoid the implicit assumption that they will always be equal.
23991         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23992         coding-system-for-write, as the with-temp-file macro first prints
23993         to a buffer then saves the buffer.
23994
23995 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23996
23997         * gnus-art.el (gnus-article-edit-part): New function.
23998         (gnus-mime-save-part-and-strip): Use it; do query instead of
23999         signaling an error; don't use mm-multiple-handles.
24000         (gnus-mime-delete-part): Ditto.
24001
24002 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24003
24004         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24005         old file versions.
24006         (gnus-group-prepare-hook): Remove function that converted list
24007         form of gnus-agent-expire-days to group properties.
24008
24009         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24010         (gnus-request-accept-article): Re-indented.
24011
24012         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24013         converters to handle old agent file formats.  Add logic for a
24014         "backup before upgrading warning".
24015         (gnus-convert-mark-converter-prompt): Developers can mark
24016         functions as needing (default), or not needing,
24017         gnus-convert-old-newsrc's "backup before upgrading warning".
24018         (gnus-convert-converter-needs-prompt): Tests whether the user
24019         should be protected from potentially irreversable changes by the
24020         function.
24021
24022         * legacy-gnus-agent.el: New.  Provides converters that are only
24023         loaded when gnus-convert-old-newsrc needs to call them.
24024
24025 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24026
24027         * mail-source.el (mail-source-touch-pop): Doc fix.
24028
24029         * message.el (message-smtpmail-send-it): Doc fix.
24030
24031 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24032
24033         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24034
24035         * nnmail.el (nnmail-split-fancy): do.
24036
24037         * gnus-kill.el (gnus-kill, gnus-execute): do.
24038
24039 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24040
24041         * gnus-sum.el (gnus-widget-reversible-match)
24042         (gnus-widget-reversible-to-internal)
24043         (gnus-widget-reversible-to-external): New functions.
24044         (gnus-widget-reversible): New widget.
24045         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24046
24047 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24048
24049         * gnus-sum.el (gnus-thread-sort-functions)
24050         (gnus-article-sort-functions): Document `(not F)' items.
24051
24052 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24053
24054         * spam.el (spam-use-gmane-xref): Add new backend.
24055         (spam-gmane-xref-spam-group): Add variable to control the name of the
24056         Gmane spam group.
24057         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24058         (spam-regex-headers-spam, spam-regex-headers-ham)
24059         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24060         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24061         backends and checks.
24062         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24063
24064         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24065         an autodetect method.
24066
24067 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24068
24069         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24070         articles are being added to a group.
24071         (gnus-request-replace-article): Inform the agent that articles
24072         need to be uncached as the cached contents are no longer valid.
24073
24074 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24075
24076         * binhex.el: Don't autoload executable-find.
24077
24078         * canlock.el: Don't autoload mail-fetch-field.
24079
24080         * dgnushack.el: Autoload c-mode for XEmacs.
24081
24082         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24083
24084         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24085         rmail-dont-reply-to and rmail-output.
24086
24087         * gnus-score.el: Don't autoload ffap-string-at-point.
24088
24089         * gnus-setup.el: Don't autoload sc-cite-original.
24090
24091         * imap.el: Don't autoload base64-decode-string,
24092         base64-encode-string and md5.
24093
24094         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24095         and rmail-msg-restore-non-pruned-header.
24096
24097         * mm-decode.el: Don't autoload executable-find.
24098
24099         * mm-url.el: Don't autoload executable-find.
24100
24101         * mm-view.el: Don't autoload diff-mode.
24102
24103         * nndb.el: Don't autoload news-reply-mode, news-setup,
24104         cancel-timer and telnet.
24105
24106         * password.el: Don't autoload run-at-time for Emacs.
24107
24108         * sha1-el.el: Don't autoload executable-find.
24109
24110         * sieve-mode.el: Don't autoload c-mode.
24111
24112         * uudecode.el: Don't autoload executable-find.
24113
24114 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24115
24116         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24117         (gnus-agent-possibly-alter-active): Avoid null in numeric
24118         comparison.
24119         (gnus-agent-set-local): Refuse to save null in local object table.
24120         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24121         list of articles that will be marked as unread.
24122
24123 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24124
24125         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24126
24127 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24128
24129         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24130         language tags.
24131
24132 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24133
24134         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24135         Don't bind "obarray".
24136
24137         * gnus-sum.el (gnus-thread-sort-functions):
24138         Add `gnus-thread-sort-by-most-recent-number' and
24139         `gnus-thread-sort-by-most-recent-date'.
24140         Reported by Kai Grossjohann <kai@emptydomain.de>.
24141
24142 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24143
24144         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24145
24146 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24147
24148         * gnus-cus.el (gnus-agent-customize-category):
24149         Remove ignore-errors macro reference that required cl to be loaded at
24150         run-time.
24151
24152         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24153         single-interval range of the form (min . max).  Previously the
24154         range had to look like ((min . max)).  Likewise, return
24155         (min . max) rather than ((min . max)).
24156         (gnus-range-map): Use gnus-range-normalize to accept
24157         single-interval range.
24158
24159         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24160         the cache, but not the agent, now appear with their usual face.
24161
24162         * dgnushack.el (loaddir): New variable that is bound to the
24163         directory containing the dgnushack.el file. Use loaddir, rather
24164         than srcdir, to update load-path. Change lets dgnushack compile
24165         code in directories other than GNUS/lisp.
24166
24167 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24168
24169         * lpath.el: Don't bind w3m-safe-url-regexp.
24170
24171         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24172         w3m-safe-url-regexp variable buffer-local.
24173
24174         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24175
24176 2004-02-27  Simon Josefsson  <jas@extundo.com>
24177
24178         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24179         gnus-group-real-prefix.
24180         (gnus-summary-move-article): Use it, instead of
24181         gnus-group-real-prefix.
24182
24183 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24184
24185         * lpath.el: Bind w3m-safe-url-regexp.
24186
24187         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24188         w3m-safe-url-regexp variable buffer-local and set it as the value
24189         of mm-w3m-safe-url-regexp.
24190
24191         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24192
24193         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24194         parsing gnus-posting-styles when the message is not for replying.
24195
24196         * dgnushack.el: Autoload sgml-mode for XEmacs.
24197
24198         * nnrss.el (nnrss-opml-export):
24199         Use mm-set-buffer-file-coding-system instead of
24200         set-buffer-file-coding-system.
24201
24202 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24203
24204         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24205         of checkdoc.el).
24206         * nnrss.el: do.
24207         * gnus-mlspl.el: do.
24208         * gnus-ml.el: do.
24209         * gnus-srvr.el: do.
24210
24211         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24212
24213 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24214
24215         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24216         Corrections to custom-manual links.
24217
24218         * gnus-art.el (gnus-article): Ditto.
24219
24220         * mm-decode.el (mime-display, mime-security): Ditto.
24221
24222 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24223
24224         * flow-fill.el: Typo.
24225
24226 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24227
24228         * spam-wash.el: New file.
24229
24230 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24231
24232         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24233
24234 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24235
24236         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24237         to be run with new-articles as LIST1, not LIST2.
24238         (spam-registration-functions): Add spam-use-ham-copy as a nil
24239         registration backend.
24240
24241 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24242
24243         * spam-stat.el (spam-stat-washing-hook): New option.
24244         (spam-stat-buffer-words): Use it.
24245         (spam-stat-process-directory, spam-stat-test-directory):
24246         Use insert-file-contents-literally.
24247         (spam-stat-coding-system): New variable.
24248         (spam-stat-load, spam-stat-save): Use it.
24249
24250 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24251
24252         * spam-report.el (spam-report-plug-agent):
24253         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24254
24255 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24256
24257         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24258         Allow / in mailto URLs.
24259
24260 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24261
24262         * spam-report.el (spam-report-process-queue): Fix interactive use.
24263         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24264         (spam-report-unplug-agent): Doc fixes.
24265         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24266         (spam-report-agentize, spam-report-deagentize): Autoload.
24267
24268 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24269
24270         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24271
24272         * message.el (message-setup-fill-variables): Add mml tags to
24273         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24274         <ajk@iu.edu>.
24275         (message-mode): Don't modify paragraph-separate there.
24276
24277 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24278
24279         * compface.el (uncompface-use-external): Default to undecided.
24280         (uncompface-use-external-threshold): New variable.
24281         (uncompface-float-time): New macro.
24282         (uncompface): Determine whether to use the external decoder if
24283         uncompface-use-external is undecided.
24284
24285 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24286
24287         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24288         after images.
24289
24290         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24291
24292 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24293
24294         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24295
24296         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24297
24298         * gnus-sum.el (gnus-summary-limit-to-age)
24299         (gnus-summary-limit-children): do.
24300
24301         * gnus-int.el (gnus-request-scan): do.
24302
24303         * gnus-group.el (gnus-group-suspend): do.
24304
24305         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24306
24307         * gnus-cite.el (gnus-cite-parse-attributions): do.
24308
24309         * gnus-agent.el (gnus-summary-set-agent-mark)
24310         (gnus-agent-regenerate-group): do.
24311
24312         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24313
24314         * binhex.el (binhex-decode-region-internal): do.
24315
24316 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24317
24318         * gnus-fun.el (gnus-face-properties-alist): New user option.
24319         (gnus-display-x-face-in-from): Use it.
24320
24321         * gnus-art.el (article-display-face): Ditto.
24322
24323         * compface.el (uncompface-use-external): Default to nil.
24324
24325 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24326
24327         * nntp.el (nntp-erase-buffer): New function.
24328         (nntp-retrieve-data, nntp-send-command)
24329         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24330         (nntp-possibly-change-group): Use it.
24331
24332         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24333         Use with-current-buffer.
24334
24335 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24336
24337         * compface.el: Merge the ELisp-based uncompface program.
24338         (compface): New customization group.
24339         (uncompface-use-external): New user option.
24340         (uncompface): Call uncompface-internal if uncompface-use-external
24341         is nil.
24342         (uncompface-internal): New function.  Note that there are also
24343         some other functions and variables added for this function.
24344
24345 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24346
24347         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24348         if necessary.
24349
24350 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24351
24352         * spam-report.el (spam-report-unplug-agent)
24353         (spam-report-plug-agent, spam-report-deagentize)
24354         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24355         Add support for the Agent in spam-report: when unplugged, report to a
24356         file; when plugged, submit all the requests.
24357
24358         * spam.el (spam-register-routine): Fix message about
24359         registration.
24360
24361 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24362
24363         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24364         dependencies.
24365         (rfc2047-encode): Use it.
24366
24367         * gnus-art.el (gnus-button-marker-list): Move before first
24368         reference.
24369
24370         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24371         (imap-parse-body): Fix format string mismatch.
24372
24373         * gnus-score.el (gnus-summary-increase-score): do.
24374
24375         * nnrss.el (nnrss-close): New function.
24376
24377 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24378
24379         * nnrss.el (nnrss-make-filename): New function.
24380         (nnrss-request-delete-group, nnrss-read-server-data)
24381         (nnrss-save-server-data, nnrss-read-group-data)
24382         (nnrss-save-group-data): Use it.
24383         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24384         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24385         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24386
24387 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24388
24389         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24390
24391 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24392
24393         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24394         files.
24395
24396         * message.el (message-generate-headers-first): Don't quote nil
24397         and t in docstrings.
24398
24399         * imap.el (imap-id): do.
24400
24401         * gnus-agent.el (gnus-agent-consider-all-articles)
24402         (gnus-agent-queue-mail): do.
24403
24404 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24405
24406         * spam-report.el (spam-report-process-queue): New function.
24407         Process requests from `spam-report-requests-file'.
24408         (spam-report-process-queue): Doc fix.
24409
24410 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24411
24412         * spam.el (spam-register-routine)
24413         (spam-log-processing-to-registry, spam-log-registered-p)
24414         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24415         Change "check" to "spam-check" for semi-clarity.
24416
24417 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24418
24419         * pop3.el: Require nnheader.
24420
24421         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24422
24423         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24424
24425         * gnus-picon.el: Require cl.
24426
24427         * gnus-fun.el: Require gnus-ems and gnus-util.
24428
24429         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24430
24431         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24432
24433         * gnus-art.el (gnus-article-edit-mode): Define before first
24434         reference.
24435
24436 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24437
24438         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24439         (gnus-uu-post-encoded): Use point-at-bol.
24440
24441         * gnus-topic.el (gnus-group-active-topic-p): do.
24442
24443         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24444
24445         * gnus-group.el (gnus-group-kill-region): do.
24446
24447         * gnus-art.el (article-date-ut): do.
24448
24449         * message.el (message-fetch-field): Remove redundant
24450         case-fold-search binding.
24451         (message-narrow-to-field): Simplify.
24452
24453 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24454
24455         * spam.el (spam-directory): Derive from `gnus-directory'.
24456
24457         * spam-report.el (spam-report-url-to-file)
24458         (spam-report-requests-file): New function and variable for offline
24459         reporting.
24460         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24461         and user defined function.
24462         (spam-report-url-ping-mm-url): Remove doubled slash.
24463
24464 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24465
24466         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24467
24468 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24469
24470         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24471         Fix format string mismatch.
24472
24473         * sieve.el (sieve-deactivate-all): do.
24474
24475         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24476
24477         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24478
24479         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24480
24481         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24482
24483 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24484
24485         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24486         the list of checks.
24487
24488 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24489
24490         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24491         padding.
24492
24493 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24494
24495         * mm-view.el (mm-fill-flowed): New variable.
24496         (mm-inline-text): Use it.
24497
24498 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24499
24500         * spam.el (spam-spamassassin-register-ham-routine)
24501         (spam-spamassassin-register-spam-routine): Fix function names.
24502
24503 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24504
24505         * gnus.el (gnus-tmp-grouplens): Remove.
24506         (gnus-summary-line-format): Remove grouplens.
24507
24508         * gnus-group.el (gnus-group-line-format): Ditto.
24509
24510         * gnus-spec.el (gnus-format-specs): Ditto.
24511         (gnus-update-format-specifications): Flush the group format spec
24512         cache if there's the grouplens stuff.
24513         (gnus-parse-simple-format): Replace %l with the empty string.
24514
24515 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24516
24517         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24518         omission.
24519
24520 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24521
24522         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24523         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24524
24525 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24526
24527         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24528         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24529         New macros and functions.
24530         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24531         Handle > NLINK_MAX messages.
24532         * nnmaildir.el (nnmaildir-request-set-mark):
24533         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24534
24535 2004-01-25  Alex Schroeder  <alex@gnu.org>
24536
24537         * spam-stat.el (spam-stat-process-directory-age): New option.
24538         (spam-stat-process-directory): Use it.
24539
24540 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24541
24542         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24543         (spam-stat-save): Accept prefix argument.
24544
24545 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24546
24547         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24548         links" error.
24549
24550 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24551
24552         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24553         the rest of the and/or forms.
24554
24555 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24556
24557         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24558         compatibility with old .newsrc.eld files.
24559
24560         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24561
24562         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24563
24564         * gnus-start.el (gnus-1): do.
24565
24566         * gnus-group.el (gnus-group-line-format-alist): do.
24567
24568         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24569
24570         * gnus-gl.el: Remove.
24571
24572 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24573
24574         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24575         marks consisting of a single range {for example, (3 . 5)} rather
24576         than a list of a single range { ((3 . 5)) }.
24577
24578 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24579
24580         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24581         Use with-current-buffer.
24582         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24583         avoid consing a string.
24584
24585         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24586         Remove obsolete entries for big5 and gb2312.
24587
24588 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24589
24590         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24591         uncompressed list.
24592
24593 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24594
24595         * spam-stat.el (spam-stat-strip-xref): New function.
24596         (spam-stat-process-directory): Use it.
24597
24598         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24599         here -- it's done in message-fetch-field.
24600
24601 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24602
24603         * gnus-agent.el (gnus-agent-queue-mail)
24604         (gnus-agent-prompt-send-queue): New variables.
24605         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24606         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24607         "nndraft:queue" along to gnus-draft-send.
24608         Use gnus-agent-prompt-send-queue.
24609         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24610         is "nndraft:queue".  Suggested by Gaute Strokkenes
24611         <gs234@srcf.ucam.org>
24612
24613         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24614         (agent-enable-undownloaded-faces): Add.
24615         (gnus-agent-cat-groups): Use eval-and-compile, not
24616         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24617         method of gnus-agent-cat-groups even when the buffer has been
24618         evaled.
24619         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24620         delete gnus-agent-save-active-1.
24621         (gnus-agent-save-groups): Delete.  Identical to
24622         gnus-agent-save-active.
24623         (gnus-agent-write-active): No longer adjust agent's copy of active
24624         file as agent's adjustments are now stored in their own
24625         file.  Remove optional parameter.
24626         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24627         servers.  Add use of min/max range limits from server's local
24628         file.
24629         (gnus-agent-save-alist): Remove unused optional argument.
24630         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24631         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24632         (gnus-agent-set-local): A per-server file that keeps min/max range
24633         limits for articles known to the agent.  Provides a fast mechanism
24634         for altering many active ranges.
24635         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24636         active file (local makes it unnecessary).
24637         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24638
24639         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24640         (agent-enable-undownloaded-faces): Add.
24641
24642         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24643         disable it when sending to "nndraft:queue".
24644         (gnus-group-send-queue): Add safety check to avoid sending queue
24645         when unplugged.
24646
24647         * gnus-group.el (gnus-group-catchup): Use new
24648         gnus-sequence-of-unread-articles, not
24649         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24650         numbers of articles.  Use gnus-range-map to avoid having to
24651         uncompress the unread list.
24652         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24653         Fix invalid ange-ftp reference.
24654
24655         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24656         (gnus-sorted-range-intersection): Intersection of two ranges
24657         without requiring that they first be uncompressed.
24658
24659         * gnus-start.el (gnus-activate-group): Unless blocked by the
24660         caller, possibly expand the active range to include both cached
24661         and agentized articles.
24662         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24663         multiple version-dependent converters.
24664         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24665         gnus-agent-save-active.
24666         (gnus-save-newsrc-file): Save dirty agent range limits.
24667
24668         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24669         gnus-agent-possibly-alter-active.
24670         (gnus-adjust-marked-articles): Faster handling of simple lists.
24671
24672 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24673
24674         * spam-stat.el (spam-stat-test-directory): New optional argument
24675         displays a list of files detected.  Suggested by Andrew Cohen
24676         <cohen@andy.bu.edu>.
24677         (spam-stat-buffer-words-with-scores): Don't narrow and change
24678         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24679
24680 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24681
24682         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24683         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24684         (spam-spamassassin-arguments)
24685         (spam-spamassassin-spam-flag-header)
24686         (spam-spamassassin-positive-spam-flag-header)
24687         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24688         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24689         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24690         (spam-list-of-processors, spam-list-of-checks)
24691         (spam-list-of-statistical-checks, spam-registration-functions)
24692         (spam-check-spamassassin-headers, spam-check-spamassassin)
24693         (spam-spamassassin-score)
24694         (spam-spamassassin-register-with-sa-learn)
24695         (spam-spamassassin-register-spam-routine)
24696         (spam-spamassassin-register-ham-routine)
24697         (spam-assassin-register-spam-routine)
24698         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24699         (spam-bogofilter-score): Fix to show article before scoring.
24700
24701 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24702
24703         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24704         default scoring function.
24705         (spam-generic-score): Call spam-spamassassin-score if
24706         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24707         spam-bogofilter-score otherwise.
24708
24709         * gnus.el (spam-process, spam-autodetect-methods):
24710         Add spamassassin and spamassassin-headers.
24711
24712 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24713
24714         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24715         Suppress unnecessary messages.
24716
24717 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24718
24719         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24720         make-hash-table.
24721
24722 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24723
24724         * canlock.el (base64-encode-string): Don't autoload it.
24725
24726 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24727
24728         * run-at-time.el: Remove useless (require 'itimer),
24729         eval-and-compile and (featurep 'xemacs).
24730
24731 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24732
24733         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24734         GROUP is a virtual group.
24735
24736 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24737
24738         * gnus.el: Autoload `message-y-or-n-p'.
24739
24740 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24741
24742         * pgg-parse.el: Remove unnecessary (require 'custom).
24743
24744         * pgg-def.el: do.
24745
24746         * nnmail.el: do.
24747
24748         * gnus-undo.el: do.
24749
24750         * gnus-picon.el: do.
24751
24752         * gnus-util.el: do.
24753
24754 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24755
24756         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24757
24758 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24759
24760         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24761         handle, as well as a list.
24762
24763         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24764         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24765         (mm-w3m-cid-retrieve): Simplify.
24766
24767 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24768
24769         * message.el (message-kill-to-signature): Allow prefix arg to
24770         specify number of lines to keep before signature.
24771
24772 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24773
24774         * message.el (message-kill-to-signature): Change docstring.
24775
24776 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24777
24778         * canlock.el: Always require sha1-el.
24779         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24780
24781         * message.el: Autoload sha1 only when compiling.
24782
24783         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24784         eudc-expand-inline for XEmacs.
24785
24786 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24787
24788         * message.el (message-canlock-generate): Require sha1-el.
24789
24790 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24791
24792         * message.el (message-expand-name): Silence the byte compiler.
24793
24794         * lpath.el: Add detect-coding-system.
24795
24796         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24797         cus-edit.
24798
24799 2004-01-13  Simon Josefsson  <jas@extundo.com>
24800
24801         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24802         Invoke gnus-score-mode.
24803         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24804
24805         * gnus-range.el (gnus-compress-sequence): Doc fix.
24806         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24807
24808 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24809
24810         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24811
24812 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24813
24814         * spam.el (spam-get-article-as-string): Update to use
24815         gnus-request-article-this-buffer, much simpler.
24816         (spam-get-article-as-buffer): Remove.
24817
24818 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24819
24820         * message.el (message-expand-name): Use EUDC if the user uses that.
24821
24822 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24823
24824         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24825         character for the encoding to avoid consing a string.
24826
24827         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24828         unnecessarily.
24829
24830         * mm-util.el (mm-replace-chars-in-string): Remove.
24831
24832         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24833         of mm-replace-chars-in-string.
24834
24835 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24836
24837         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24838
24839         * mm-util.el (mm-subst-char-in-string): Support inplace.
24840
24841         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24842         a new string in every iteration.  Use shy groups.
24843
24844 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24845
24846         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24847         * gnus-soup.el (gnus-soup-group-brew):
24848         * gnus-msg.el (gnus-put-message):
24849         * gnus-move.el (gnus-group-move-group-to-server):
24850         * gnus-kill.el (gnus-batch-score):
24851         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24852         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24853         (gnus-group-update-group, gnus-group-read-group)
24854         (gnus-group-make-group, gnus-group-make-help-group)
24855         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24856         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24857         (gnus-group-sort-by-unread, gnus-group-catchup)
24858         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24859         (gnus-group-yank-group, gnus-group-set-info)
24860         (gnus-group-list-groups):
24861         * gnus.el (gnus-generate-new-group-name):
24862         * gnus-delay.el (gnus-delay-send-queue):
24863         * nnvirtual.el (nnvirtual-catchup-group):
24864         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24865         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24866         (gnus-group-prepare-topics, gnus-topic-check-topology):
24867         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24868         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24869         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24870         (gnus-group-make-articles-read):
24871         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24872         (gnus-group-change-level, gnus-kill-newsgroup)
24873         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24874         (gnus-get-unread-articles, gnus-make-articles-unread)
24875         (gnus-make-ascending-articles-unread): Use accessor
24876         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24877         to get group information for improved readability.
24878
24879
24880 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24881
24882         * gnus-art.el (article-decode-mime-words, article-babel)
24883         (gnus-article-highlight-signature, gnus-article-add-buttons)
24884         (gnus-signature-toggle): Use gnus-with-article-buffer.
24885
24886         * gnus-art.el (gnus-article-highlight-headers)
24887         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24888
24889         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24890         (gnus-article-set-globals, gnus-request-article-this-buffer)
24891         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24892         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24893         (gnus-mime-display-alternative): Use with-current-buffer.
24894
24895 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24896
24897         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24898         also under 80 char limit, and call gnus-error if needed.
24899         (spam-fetch-article-header): Fix - it was a
24900         buffer-local variable (gnus-newsgroup-data).
24901         (spam-find-spam): Use spam-generate-fake-headers, forget about
24902         spam-insert-fake-headers.
24903         (spam-insert-fake-headers): Remove.
24904
24905 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24906
24907         * deuglify.el (gnus-article-outlook-unwrap-lines)
24908         (gnus-outlook-rearrange-article)
24909         (gnus-outlook-repair-attribution-outlook)
24910         (gnus-outlook-repair-attribution-block)
24911         (gnus-outlook-repair-attribution-other): Remove redundant
24912         save-excursion.
24913
24914 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24915
24916         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24917         (spam-fetch-field-subject-fast)
24918         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24919         (spam-fetch-article-header): Add functions to deal with Gnus
24920         internals for fast retrieval of article header data.
24921         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24922
24923 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24924
24925         * pop3.el (pop3-md5): Remove.
24926         (pop3-apop): Replace pop3-md5 with md5.
24927
24928         * mm-bodies.el: base64 is always built-in.
24929
24930         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24931         Use with-current-buffer.
24932
24933 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24934
24935         * canlock.el (canlock-insert-header): Remove excessive grouping in
24936         regexp.
24937
24938         * gnus-sum.el (gnus-summary-read-document): Ditto.
24939
24940         * gnus-uu.el (gnus-uu-part-number): Ditto.
24941
24942         * html2text.el (html2text-remove-tags): Ditto.
24943         (html2text-format-tags): Ditto.
24944         (html2text-format-single-elements): Ditto.
24945
24946         * mml.el (mml-parse-1): Ditto.
24947
24948 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24949
24950         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24951
24952         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24953
24954         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24955
24956         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24957
24958 2003-11-15  Simon Josefsson  <jas@extundo.com>
24959
24960         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24961         (pgg-gpg-lookup-key): Use regexp match instead of
24962         split-string (split-string is different between emacs 21.2 and
24963         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24964
24965 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24966
24967         * gnus-art.el (gnus-mime-view-all-parts)
24968         (gnus-article-part-wrapper, gnus-article-view-part):
24969         Use with-current-buffer.
24970
24971 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24972
24973         * spam.el (spam-disable-spam-split-during-ham-respool)
24974         (spam-spamoracle-database, spam-cache-lookups)
24975         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24976         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24977         (spam-group-ham-marks, spam-group-spam-marks)
24978         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24979         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24980         also add spam-use-blackholes to the statistical checks.
24981         (spam-fetch-field-fast): Add interface to fetching fields, may
24982         become a macro.
24983         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24984         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24985         (spam-insert-fake-headers): Fake an article when needed.
24986         (spam-find-spam): Fake article when possible.
24987         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24988         (spam-check-bogofilter-headers): Use message-fetch-field instead
24989         of nnmail-fetch-field.
24990
24991 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24992
24993         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24994
24995 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24996
24997         * spam.el (spam-split): Do not require spam-use-CHECK to be
24998         enabled if that check is passed to spam-split explicitly; also
24999         fix so 'spam doesn't get converted to spam-split-group when
25000         spam-split-symbolic-return is t.
25001         (spam-find-spam): Find registrations of the article and use those
25002         instead of re-running spam-split to find the spam/ham
25003         classification of the article.
25004         (spam-log-processing-to-registry, spam-log-registered-p)
25005         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25006         Use gnus-error instead of gnus-message.
25007         (spam-log-registration-type): Add function to determine the
25008         classification of a message based on registry entries; will
25009         return nil if both 'spam and 'ham are found.
25010         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25011         a reasonably fast local cache without the loading errors.
25012         (spam-cache-lookups): Set to t by default.
25013         (spam-find-spam): Don't try to guess spam-cache-lookups.
25014         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25015         spam-caches entry.
25016         (spam-filelist-build-cache, spam-filelist-check-cache):
25017         Fix caching of whitelist/blacklist entries.
25018         (spam-check-whitelist, spam-check-blacklist):
25019         Invoke spam-from-listed-p with a type, not a cache variable.
25020         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25021
25022 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25023
25024         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25025
25026         * nnmail.el (nnmail-split-fancy): do.
25027
25028         * mml.el (mml-parse): do.
25029
25030         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25031         (gnus-score-adaptive): do.
25032
25033 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25034
25035         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25036         (gnus-mime-button-map): Don't set keymap parent.
25037         (gnus-button-ctan-directory-regexp): Use shy grouping.
25038         (gnus-prev-page-map): Don't set keymap parent.
25039         (gnus-prev-page-map): Remove duplicated one.
25040         (gnus-next-page-map): Don't set keymap parent.
25041         (gnus-mime-security-button-map): Ditto.
25042
25043         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25044         version number.
25045
25046         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25047
25048 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25049
25050         * canlock.el (canlock-sha1-function): Remove.
25051         (canlock-sha1-function-for-verify): Remove.
25052         (canlock-openssl-program): Remove.
25053         (canlock-openssl-args): Remove.
25054         (canlock-ignore-errors): Remove.
25055         (canlock-sha1-with-openssl): Remove.
25056         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25057         (canlock-verify): Don't use canlock-ignore-errors.
25058
25059         * sha1-el.el (sha1-string-external): Make it can return a string
25060         in binary form.
25061         (sha1-region-external): Ditto.
25062         (sha1-string-internal): Ditto.
25063         (sha1-region-internal): Ditto.
25064         (sha1-region): Ditto.
25065         (sha1-string): Ditto.
25066         (sha1): Ditto.
25067
25068 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25069
25070         * spam.el (spam-report-articles-gmane): New command.
25071
25072 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25073
25074         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25075
25076         * run-at-time.el (run-at-time-saved): Remove.
25077         (run-at-time): Doc fix.
25078
25079 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25080
25081         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25082         (gnus-summary-limit-map): Add it.
25083         (gnus-summary-make-menu-bar): do.
25084
25085 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25086
25087         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25088         Make attempt at some caching support (done for BBDB only now).
25089         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25090         addresses to be checked.
25091         (spam-clear-cache-BBDB): Add function, to be invoked by
25092         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25093         (spam-check-BBDB): Check and use the caches, if
25094         spam-cache-lookups is on, remove superfluous (provide).
25095
25096 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25097
25098         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25099
25100 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25101
25102         * run-at-time.el (run-at-time-saved): Move to after the definition
25103         of `run-at-time'.
25104
25105         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25106
25107 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25108
25109         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25110         mm-w3m-local-map-property.
25111
25112         * mm-view.el (mm-w3m-mode-map): Remove.
25113         (mm-w3m-local-map-property): Remove.
25114         (mm-inline-text-html-render-with-w3m): Don't use
25115         mm-w3m-local-map-property.
25116
25117 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25118
25119         * run-at-time.el: New file.
25120
25121         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25122         under Emacs.
25123
25124         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25125         of gnus-set-text-properties.
25126
25127         * gnus-uu.el (gnus-uu-save-article): Ditto.
25128
25129         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25130
25131         * gnus-cite.el (gnus-cite-parse): Ditto.
25132
25133         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25134         of gnus-.
25135
25136         * gnus-xmas.el (run-at-time): Require run-at-time.
25137
25138         * gnus.el: Change calls to nnheader-run-at-time and
25139         password-run-at-time throughout to use run-at-time directly.
25140
25141         * password.el: Remove definition of run-at-time.
25142
25143         * nnheaderxm.el: Remove definition of run-at-time.
25144
25145 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25146
25147         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25148         in prompt.
25149
25150 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25151
25152         * messagexmas.el (message-xmas-redefine): Alias
25153         `message-make-caesar-translation-table' to
25154         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25155         version.
25156
25157         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25158         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25159         `gnus-xmas-set-text-properties'.
25160         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25161         `gnus-xmas-completing-read'.
25162         (gnus-xmas-completing-read): Removed.
25163         (gnus-xmas-open-network-stream): Removed.
25164
25165         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25166         XEmacs version.
25167
25168         * dns.el (dns-make-network-process): Use `open-network-stream'
25169         instead of `gnus-xmas-open-network-stream'.
25170
25171         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25172
25173         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25174
25175 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25176
25177         * gnus-art.el (gnus-mime-display-alternative)
25178         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25179         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25180         Don't use gnus-local-map-property.
25181
25182         * gnus-util.el (gnus-local-map-property): Remove.
25183
25184         * mm-view.el (mm-view-pkcs7-decrypt):
25185         Replace gnus-completing-read-maybe-default with completing-read.
25186
25187         * gnus-util.el (gnus-completing-read): do.
25188         (gnus-completing-read-maybe-default): Remove.
25189
25190 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25191
25192         * password.el: Only autoload `run-at-time' if not XEmacs.
25193         Only autoload the itimer functions if XEmacs.
25194
25195 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25196
25197         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25198         XEmacsen.
25199
25200         * dgnushack.el: Autoload executable-find for XEmacs.
25201
25202 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25203
25204         * gnus-art.el (gnus-read-string): Remove.
25205         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25206         read-string.
25207
25208 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25209
25210         * netrc.el: Autoload password-read.
25211         (netrc): Add configuration group.
25212         (netrc-encoding-method, netrc-openssl-path):
25213         Add variables for encoding and decoding of files with symmetric
25214         ciphers.
25215         (netrc-encode): Add assistant function to encode a file with
25216         netrc-encoding-method.
25217         (netrc-parse): Add interactive parameter, added optional
25218         decoding if netrc-encoding-method is non-nil but otherwise
25219         behavior is standard.
25220         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25221         Do s/encode/encrypt/ everywhere.
25222
25223         * spam.el: Remove executable-find autoload.
25224
25225 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25226
25227         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25228
25229         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25230
25231 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25232
25233         * gnus-art.el (gnus-treat-ansi-sequences)
25234         (article-treat-ansi-sequences): New variable and function.
25235         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25236
25237         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25238         Use it.
25239
25240 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25241
25242         * mm-util.el (mm-quote-arg): Remove.
25243
25244         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25245         shell-quote-argument.
25246
25247         * gnus-uu.el (gnus-uu-command): do.
25248
25249         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25250
25251         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25252         with make-char.
25253
25254         * mm-util.el (mm-make-char): Remove.
25255
25256         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25257         add-minor-mode.
25258
25259         * gnus-undo.el (gnus-undo-mode): do.
25260
25261         * gnus-topic.el (gnus-topic-mode): do.
25262
25263         * gnus-sum.el (gnus-dead-summary-mode): do.
25264
25265         * gnus-start.el (gnus-slave-mode): do.
25266
25267         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25268
25269         * gnus-ml.el (gnus-mailing-list-mode): do.
25270
25271         * gnus-gl.el (gnus-grouplens-mode): do.
25272
25273         * gnus-draft.el (gnus-draft-mode): do.
25274
25275         * gnus-dired.el (gnus-dired-mode): do.
25276
25277         * gnus-ems.el (gnus-add-minor-mode): Remove.
25278
25279         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25280         Replace gnus-char-width with char-width.
25281
25282         * gnus-ems.el (gnus-char-width): Remove.
25283
25284         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25285         Replace gnus-char-width with char-width.
25286
25287         * gnus-ems.el (gnus-char-width): Remove.
25288
25289         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25290         definition.
25291         Remove Emacs 20 hash table compatibility code.
25292
25293         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25294         20 compatibility code.
25295
25296         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25297
25298         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25299
25300         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25301         Replace with point-at-{eol,bol}.
25302
25303         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25304
25305         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25306
25307         * flow-fill.el (fill-flowed-point-at-bol)
25308         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25309
25310         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25311         Replace with point-at-{eol,bol} throughout all files.
25312
25313 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25314
25315         * ntlm.el (ntlm-string-as-unibyte): New macro.
25316         (ntlm-build-auth-response): Use it.
25317
25318         Remove Emacs 20 stuff:
25319         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25320         (butlast, mapc, remove): Remove the compiler macros.
25321         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25322         of delq and copy-sequence.
25323         * gnus-art.el (popup-menu): Remove the compiler macro.
25324         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25325         Emacs 20.
25326
25327 2004-01-05  Simon Josefsson  <jas@extundo.com>
25328
25329         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25330         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25331         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25332         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25333         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25334         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25335         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25336         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25337         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25338         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25339         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25340         string-xor into ntlm-string-xor.
25341         Suggested by Jesper Harder <harder@myrealbox.com>.
25342
25343         * ntlm.el: Don't include poem.
25344
25345         * md4.el (print-int32, print-string-hexa): Remove.
25346         Suggested by Jesper Harder <harder@myrealbox.com>.
25347
25348         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25349
25350         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25351         probably breaks emacs with DL patch, but do we care? Is anyone
25352         still using the DL stuff?)
25353
25354         * sieve-manage.el: Use the password package.
25355         (sieve-manage-read-passwd): Remove.
25356         (sieve-manage-interactive-login): Use password.  Re-add
25357         condition-case around loop.
25358
25359         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25360         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25361         Use the password package.
25362
25363 2003-02-19  Simon Josefsson  <jas@extundo.com>
25364
25365         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25366         token.
25367
25368 2002-08-07  Simon Josefsson  <jas@extundo.com>
25369
25370         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25371         (sieve-manage-authenticators):
25372         (sieve-manage-authenticator-alist): Add some SASL mechs.
25373         (sieve-sasl-auth): New function.
25374         (sieve-manage-cram-md5-auth):
25375         (sieve-manage-plain-auth): Rewrite using SASL library.
25376         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25377         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25378         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25379         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25380
25381 2004-01-05  Simon Josefsson  <jas@extundo.com>
25382
25383         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25384         New files.
25385
25386 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25387
25388         * gnus-group.el (gnus-no-groups-message): Update.
25389
25390         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25391
25392 2003-11-09  Simon Josefsson  <jas@extundo.com>
25393
25394         * imap.el: Support for ID IMAP extension (RFC 2971).
25395         (imap-local-variables): Add imap-id.
25396         (imap-id): New variable.
25397         (imap-id): New function.
25398         (imap-parse-response): Parse untagged ID response.
25399         * nnimap.el (nnimap-id): New variable.
25400         (nnimap-open-connection): Use it.
25401
25402 2003-12-28  Simon Josefsson  <jas@extundo.com>
25403
25404         * gnus-score.el (gnus-score-edit-all-score): New.
25405         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25406
25407 2004-01-04  Simon Josefsson  <jas@extundo.com>
25408
25409         * password.el: Add.
25410
25411 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25412
25413         * dns.el (dns-query-types): Fix typo.
25414         (dns-query-types): New function.
25415         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25416         PTR and SOA replies, see RFC 1035.
25417
25418 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25419
25420         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25421
25422         * Move to Changelog.2.
25423
25424 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25425
25426         * gnus.el (gnus-version-number): Bump version.
25427
25428 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25429
25430         * gnus.el: No Gnus v0.1 is released.
25431
25432 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25433
25434         * gnus.el: No Gnus v0.0 is released.
25435
25436 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25437
25438         * gnus.el (gnus-version-number): Bump.
25439         (gnus-version): No.
25440
25441 See ChangeLog.2 for earlier changes.
25442
25443   Copyright (C) 2004-2012 Free Software Foundation, Inc.
25444
25445   This file is part of GNU Emacs.
25446
25447   GNU Emacs is free software: you can redistribute it and/or modify
25448   it under the terms of the GNU General Public License as published by
25449   the Free Software Foundation, either version 3 of the License, or
25450   (at your option) any later version.
25451
25452   GNU Emacs is distributed in the hope that it will be useful,
25453   but WITHOUT ANY WARRANTY; without even the implied warranty of
25454   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25455   GNU General Public License for more details.
25456
25457   You should have received a copy of the GNU General Public License
25458   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25459
25460 ;; Local Variables:
25461 ;; coding: utf-8
25462 ;; fill-column: 79
25463 ;; add-log-time-zone-rule: t
25464 ;; End: