gnus-start.el (gnus-before-resume-hook): Add.
[gnus] / lisp / ChangeLog
1 2012-12-06  Sam Steingold  <sds@gnu.org>
2
3         * gnus-start.el (gnus-before-resume-hook): Add.
4         (gnus-1): Run it when Gnus is alive.
5
6 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
9         * gnus-art.el (article-unsplit-urls)
10         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11         * gnus-registry.el (gnus-registry-get-article-marks)
12         * message.el (message-goto-body): Use it.
13         (message-called-interactively-p): Remove.
14
15         * spam-stat.el (spam-stat-called-interactively-p): New macro.
16         (spam-stat-score-buffer): Use it.
17
18         * spam.el: Silence the warnings against BBDB functions when compiling.
19
20         * gnus-score.el (gnus-score-decode-text-parts):
21         Use append+mapcar instead of the cl function mapcan.
22
23 2012-12-05  Sam Steingold  <sds@gnu.org>
24
25         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
26         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
27         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
28
29 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * gmm-utils.el (gmm-called-interactively-p): Revert.
32         This seems to cause Emacs to get stuck!
33         * gnus-art.el (article-unsplit-urls)
34         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
35         * gnus-registry.el (gnus-registry-get-article-marks)
36         * message.el (message-goto-body)
37         (message-called-interactively-p): Revert.
38
39         * gmm-utils.el (gmm-called-interactively-p): New function.
40         * gnus-art.el (article-unsplit-urls)
41         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
42         * gnus-registry.el (gnus-registry-get-article-marks)
43         * message.el (message-goto-body): Use it.
44         (message-called-interactively-p): Remove.
45
46         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
47         * gnus-sync.el (gnus-sync-lesync-call)
48         * message.el (message-read-from-minibuffer): Use it.
49
50 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * gmm-utils.el (gmm-flet): Remove.
53         * gnus-sync.el (gnus-sync-lesync-call)
54         * message.el (message-read-from-minibuffer): Don't use it.
55
56 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * gmm-utils.el (gmm-labels): Use cl-labels if available.
59
60 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
61
62         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
63
64         * gnus-sync.el (gnus-sync-lesync-call)
65         * message.el (message-read-from-minibuffer): Use gmm-flet.
66
67         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
68
69         * gnus-util.el (gnus-macroexpand-all): Remove.
70
71 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
72
73         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
74         to TAB, not [tab].
75         (gnus-summary-article-map): Likewise.
76
77         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
78         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
79
80 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
81
82         * time-date.el: Commentary fix.
83
84 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
85
86         * color.el: Don't require cl.
87         (color-complement): `caddr' -> `nth 2'.
88
89         * time-date.el (time-to-seconds): De-obsolete.
90
91 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * message.el (message-get-reply-headers):
94         Make sure the reply goes to the author if it is a wide reply.
95
96 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
97
98         * gnus-score.el (gnus-score-body):
99         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
100         scoring by body.
101
102 2012-11-16  Glenn Morris  <rgm@gnu.org>
103
104         * gnus-diary.el (nndiary-request-create-group-functions)
105         (nndiary-request-update-info-functions)
106         (gnus-subscribe-newsgroup-functions)
107         (nndiary-request-accept-article-functions):
108         Use new names for hooks rather than obsolete aliases.
109
110 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * dgnushack.el (define-obsolete-variable-alias): Simplify.
113
114 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
117         in meta tag with the one the part specifies in its header.
118
119 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
120
121         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
122         by default.
123
124 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
127         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
128
129 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
132         and a runtime function for it, of which the XEmacs version takes only
133         two arguments.
134
135 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
136
137         * nndiary.el (nndiary-request-create-group-functions)
138         (nndiary-request-update-info-functions)
139         (nndiary-request-accept-article-functions):
140         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
141         "-hooks" suffix.
142
143 2012-10-19  Julien Danjou  <julien@danjou.info>
144
145         * gnus-art.el: Require gnus-util because it uses
146         `gnus-timer--function'.
147
148 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
149
150         * starttls.el (starttls-extra-arguments): Doc fix.
151
152 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
155         it.
156
157 2012-10-06  Glenn Morris  <rgm@gnu.org>
158
159         * gnus-notifications.el (gnus-notifications):
160         Add missing group :version tag.
161         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
162         (gnus-gcc-post-body-encode-hook):
163         * gnus-sync.el (gnus-sync-lesync-name)
164         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
165
166 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
167
168         * color.el (color-hsl-to-rgb): Fix incorrect results for
169         small and large hue values.  (Bug#12559)
170
171 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         New UIDL implementation.
174
175         * mail-source.el (mail-sources, mail-source-keyword-map):
176         Add :leave as a pop3 keyword.
177         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
178
179         * pop3.el (pop3-leave-mail-on-server): Allow number.
180         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
181         (pop3-movemail): Add UIDL support.
182         (pop3-send-streaming-command): Take a list of mail numbers instead of
183         the number of mails.
184         (pop3-write-to-file): Add X-UIDL header.
185         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
186         (pop3-uidl-add-xheader): New functions.
187
188         * message.el (message-ignored-resent-headers):
189         Add X-Content-Length and X-UIDL headers.
190
191 2012-10-05  Glenn Morris  <rgm@gnu.org>
192
193         * color.el (color-name-to-rgb, color-rgb-to-hex)
194         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
195         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
196         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
197         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
198
199 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
202         a user about whether to delete temp files if once a user answered as n.
203
204 2012-09-25  Chong Yidong  <cyd@gnu.org>
205
206         * password-cache.el (password-read-and-add): Use a declare form to mark
207         this function obsolete.
208
209 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * lpath.el: Bind mail-encode-mml for old Emacsen.
212
213 2012-09-17  Richard Stallman  <rms@gnu.org>
214
215         * message.el (message-in-body-p): Don't set mark or modify buffer.
216
217         * mml.el (mml-attach-file): Doc fix.
218         (mml-attach-external, mml-attach-buffer, mml-attach-file):
219         Set mail-encode-mml when in Mail mode.
220         Simplify code to set HEAD and move back to HEAD.
221         (mml-insert-multipart, mml-insert-part):
222         Set mail-encode-mml when in Mail mode.
223
224 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * gnus-util.el (gnus-timer--function): New function.
227
228         * gnus-art.el (gnus-article-stop-animations): Use it.
229
230 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
231
232         Fix glitches caused by addition of psec to timers.
233         * gnus-art.el (gnus-article-stop-animations): Use timer--function
234         rather than raw access to timer vector.
235
236 2012-09-11  Julien Danjou  <julien@danjou.info>
237
238         * gnus-notifications.el (gnus-notifications): Check for nil values in
239         ignored addresses check.
240
241 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
242
243         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
244
245 2012-09-07  Chong Yidong  <cyd@gnu.org>
246
247         * gnus-util.el
248         (gnus-put-text-property-excluding-characters-with-faces): Restore.
249
250         * gnus-salt.el (gnus-tree-highlight-node):
251         * gnus-sum.el (gnus-summary-highlight-line):
252         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
253
254 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
255
256         * gnus-util.el: Fix compilation error on XEmacs 21.4.
257
258 2012-09-06  Juri Linkov  <juri@jurta.org>
259
260         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
261         scheme for buffer names to be more consistent with other group and
262         article buffer names in Gnus.
263
264 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
265
266         * gnus-util.el
267         (gnus-put-text-property-excluding-characters-with-faces): Removed.
268
269         * gnus-compat.el: Define compat function `add-face' from Wolfgang
270         Jenkner.
271
272         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
273
274         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
275
276         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
277
278 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
281         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
282
283         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
284         string-prefix-p in Emacs >=23.2.
285
286         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
287         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
288         instead of string-match-p.
289         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
290
291 2012-09-06  Kenichi Handa  <handa@gnu.org>
292
293         * qp.el (quoted-printable-decode-region): Fix previous change; handle
294         lowercase a..f.
295
296 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
297
298         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
299
300 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
301
302         * nnimap.el (nnimap-request-move-article): Decode the group name when
303         doing internal moves to avoid charset issues.
304
305         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
306         TIME is set.
307
308 2012-09-05  Juri Linkov  <juri@jurta.org>
309
310         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
311         than one group at a time (bug#11961).
312
313 2012-09-05  Julien Danjou  <julien@danjou.info>
314
315         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
316         this hide the real reason with a message giving absolutely no hint.
317
318 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
319
320         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
321         to the backend (bug#11804).
322
323         * message.el (message-insert-newsgroups): Don't insert newsgroup
324         duplicates (bug#12275).
325
326 2012-09-05  John Wiegley  <johnw@newartisans.com>
327
328         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
329         sieve rules.
330
331 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
332
333         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
334         function.
335
336         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
337
338         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
339
340 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
341
342         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
343         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
344         This should make nnmaildir more usable with offlineimap.
345
346 2012-09-05  Julien Danjou  <julien@danjou.info>
347
348         * nnimap.el (nnimap-request-list): Revert change that made listing
349         synchronous.
350         (nnimap-get-responses): Restore.
351
352 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
353
354         * dgnushack.el: XEmacs 21.5 compilation fix.
355
356         * gnus-notifications.el (gnus-notifications-notify): Use it.
357
358         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
359         warnings on XEmacs.
360
361 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
362
363         Better seeds for (random).
364         * gnus-sync.el (gnus-sync-lesync-setup):
365         * message.el (message-canlock-generate, message-unique-id):
366         Change (random t) to (random), now that the latter is more random.
367
368 2012-08-31  Dave Abrahams  <dave@boostpro.com>
369         * nnimap.el (nnimap-change-group): Document result value
370
371         * auth-source.el (auth-sources): Fix macos keychain access.
372
373         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
374         allow the backend `request-head' function to determine the group
375         name on its own.
376         (gnus-request-expire-articles): Filter out negative article numbers
377         during expiry (Bug#11980).
378
379         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
380         O(N^2) to O(N).  This makes warping into huge groups tolerable.
381
382         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
383         you've found the article when you haven't.
384
385         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact that
386         nnimap-change-group can return t
387
388 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
389
390         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
391
392 2012-08-30  Julien Danjou  <julien@danjou.info>
393
394         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
395         `gnus-notifications-timeout'.
396         (gnus-notifications-timeout): Add.
397         (gnus-notifications-action): New function.
398         (gnus-notifications-notify): Add :action using
399         `gnus-notifications-action'.
400         (gnus-notifications-id-to-msg): New variable.
401         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
402         notifications id to messages.
403
404 2012-08-30  Kenichi Handa  <handa@gnu.org>
405
406         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
407         once.
408
409 2012-08-29  Julien Danjou  <julien@danjou.info>
410
411         * gnus-notifications.el: New file.
412         (gnus-notifications-notify): New function.
413         (gnus-notifications): Use `gnus-notifications-notify'.
414
415 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
418         transfer encoding first; bind gnus-newsgroup-charset to the charset
419         that the article specifies (Bug#12209).
420
421 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
424         (gnus-group-customize-done): Encode values posting-style holds.
425
426         * gnus-msg.el (gnus-summary-resend-message)
427         (gnus-configure-posting-styles): Decode values posting-style group
428         parameter holds.
429
430 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
433         `name' and `address' in Resent-From header.
434
435 2012-08-14  Chong Yidong  <cyd@gnu.org>
436
437         * gnus-art.el (article-display-face): Handle failure in
438         gnus-create-image (Bug#11802).
439
440 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
441
442         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
443         Use defsetf.
444
445 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
446
447         * auth-source.el: (auth-source-plstore-search)
448         (auth-source-secrets-search): Ignore :require and :type in search spec.
449
450 2012-08-06  Julien Danjou  <julien@danjou.info>
451
452         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
453         `nnimap-request-move-article'.
454
455         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
456         Remove autoload, already handled by gnus.el.
457
458         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
459
460         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
461         supported by nnimap actually. Reverts previous change.
462
463         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
464         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
465         to-buffer argument that is already supported.
466
467 2012-08-05  Julien Danjou  <julien@danjou.info>
468
469         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
470         Add autoload.
471
472 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * gnus.el (gnus-valid-select-methods): Fix custom type.
475
476 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
477
478         * auth-source.el (auth-sources, auth-source-backend-parse)
479         (auth-source-macos-keychain-search)
480         (auth-source-macos-keychain-search-items)
481         (auth-source-macos-keychain-result-append)
482         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
483         auth-source.el through the /usr/bin/security utility.
484         (auth-sources): Fix syntax error.
485         (auth-source-macos-keychain-result-append): Fix variable name.
486         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
487
488 2012-07-27  Julien Danjou  <julien@danjou.info>
489
490         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
491         Emacs < 24.1
492
493 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * message.el (message-kill-address): Don't kill last newline.
496         (message-skip-to-next-address): Don't move to the next header.
497         (message-fill-field-address): Work properly.
498
499 2012-07-25  Julien Danjou  <julien@danjou.info>
500
501         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
502
503 2012-07-24  Julien Danjou  <julien@danjou.info>
504
505         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
506
507         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
508         (nntp-async-timer-handler): Remove, unused.
509
510         * nnimap.el (nnimap-get-responses): Remove, unused.
511
512         * nnheader.el (mail-header-set-extra): Remove, unused.
513
514         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
515         unused.
516
517         * mm-view.el (mm-view-sound-file): Remove, unused.
518
519         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
520         (mm-url-encode-multipart-form-data): Remove, unused.
521
522         * message.el (message-remove-signature, message-make-host-name)
523         (message-fill-address): Remove, unused.
524
525         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
526         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
527         unused.
528
529         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
530         (gnus-xmas-call-region): Remove, unused.
531
532         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
533
534         * gnus-util.el (gnus-extract-address-component-name)
535         (gnus-extract-address-component-email, gnus-sortable-date)
536         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
537         (gnus-process-live-p): Remove, unused.
538
539         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
540
541         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
542         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
543         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
544         function.
545
546         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
547
548         * gnus-score.el (gnus-summary-score-crossposting)
549         (gnus-score-regexp-bad-p): Remove, unused.
550
551         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
552
553         * gnus-range.el (gnus-sublist-p): Remove, unused.
554
555         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
556         unused.
557
558         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
559
560         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
561         (gnus-request-associate-buffer): Remove, unused.
562
563         * gnus-group.el (gnus-group-set-method-info)
564         (gnus-group-set-params-info): Remove, unused.
565
566         * gnus-fun.el (gnus-shell-command-to-string)
567         (gnus-shell-command-on-region): Remove, unused.
568
569         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
570
571         * gnus-art.el (gnus-article-text-type-exists-p)
572         (article-translate-characters, gnus-article-hide-text-of-type)
573         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
574         Remove, unused.
575
576 2012-07-22  Andrew Cohen  <cohen@bu.edu>
577
578         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
579
580 2012-07-21  Julien Danjou  <julien@danjou.info>
581
582         * message.el (message-dont-reply-to-names): Replace deprecated
583         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
584         (message-get-reply-headers): Ditto.
585
586 2012-07-18  Julien Danjou  <julien@danjou.info>
587
588         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
589         `sieve-upload-and-kill'.
590
591         * sieve.el (sieve-bury-buffer): Remove function.
592         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
593         (sieve-upload-and-kill): New function, mapped to C-c C-c.
594
595 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
596
597         * shr.el (shr-expand-url): Handle URL starting with `//'.
598
599 2012-07-13  Chong Yidong  <cyd@gnu.org>
600
601         * smime.el (smime-certificate-info): Set buffer-read-only directly,
602         instead of calling toggle-read-only with a (bogus) argument.
603
604 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
605
606         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
607         of initial input when reading the author to restrict the summary to.
608
609 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * mm-decode.el (mm-shr):
612         Allow overriding charset by mm-charset-override-alist.
613
614 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * gnus-art.el (gnus-article-view-part):
617         Toggle subparts of multipart/alternative part.
618
619 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
620
621         * shr.el (shr-render-buffer): New command.
622         (shr-visit-file): Use it.
623
624 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
627         Set no-byte-compile and no-update-autoloads.
628
629 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
632
633 2012-06-25  Julien Danjou  <julien@danjou.info>
634
635         * nnimap.el (nnimap-request-articles-find-limit): Rename from
636         `nnimap-request-move-articles-find-limit' since we do not use it only
637         for move operations.
638         (nnimap-request-accept-article): Use
639         `nnimap-request-articles-find-limit' to limit search by message-id.
640
641 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
642
643         Support higher-resolution time stamps (Bug#9000).
644
645         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
646         VARLIST.  It's optional, for backward compatibility.
647         (encode-time-value): New optional arg PICO.  New type 3.
648         (time-to-seconds) [!float-time]: Support the new picoseconds
649         component if it's used.
650         (seconds-to-time, time-subtract, time-add):
651         Support ps-resolution time stamps as well.
652
653 2012-06-19  Julien Danjou  <julien@danjou.info>
654
655         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
656
657         * nnimap.el (nnimap-log-buffer): Check that
658         `window-point-insertion-type' is boundp, since it's not available in
659         XEmacs.
660
661 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
662
663         * nnimap.el (nnimap-log-buffer): Add this, setting
664         `window-point-insertion-type' in the buffer to t.
665         (nnimap-log-command): Use nnimap-log-buffer.
666
667 2012-06-19  Julien Danjou  <julien@danjou.info>
668
669         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
670         argument to be able to limit the search.
671         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
672         (nnimap-request-move-articles-find-limit): Add this to limit the search
673         by Message-Id after a message move.
674         (nnimap): Add defgroup.
675
676 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
677
678         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
679
680 2012-06-15  Julien Danjou  <julien@danjou.info>
681
682         * nnimap.el (nnimap-find-article-by-message-id): Use
683         `nnimap-possibly-change-group' rather than its own EXAMINE call.
684         (nnimap-possibly-change-group): Add read-only argument.
685         (nnimap-request-list): Use nnimap-possibly-change-group rather than
686         issuing EXAMINE manually.
687         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
688         with read-only argument.
689         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
690         cannot possibly change because we need to be sure that it's either
691         read-write or read-only.
692
693 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
696         being bound to a lambda form.
697
698 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
699
700         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
701         articles when fetch-old is non-nil (bug#11370).
702
703 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
704
705         * gnus-picon.el (gnus-picon-properties): New defcustom.
706         (gnus-picon-create-glyph): Use it.
707
708 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * gnus-group.el (gnus-group-get-new-news): Respect
711         `gnus-group-use-permanent-levels', as documented (bug#11638).
712
713 2012-06-10  Dave Abrahams  <dave@boostpro.com>
714
715         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
716         groups (bug#11641).
717
718 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
719
720         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
721         is an integer to avoid later problems.
722
723 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
726         locales.
727
728         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
729         on a handle.
730
731         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
732         address as the default.
733         (gnus-summary-insert-old-articles): Don't include unexistent messages.
734
735         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
736         makes no sense to query the user about internal files.
737
738         * gnus-spec.el: Remove all the byte-compilation stuff, since
739         benchmarking shows that it doesn't help when entering large summary
740         buffers.
741
742         * gnus-xmas.el (gnus-xmas-define): Remove.
743
744         * gnus-util.el (gnus-byte-code): Remove.
745
746         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
747         grouplens stuff.
748
749 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
752         (bug#11514).
753
754 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
755
756         * message.el (message-buffers): Return all buffers derived from Message
757         to make `gnus-dired-attach' work with mu4e.
758
759 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
760
761         * nntp.el: Stop the `letf' madness.
762         (nntp--report-1): New var.
763         (nntp-report): Merge nntp-report-1 into it.
764         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
765         the nntp-report function.
766
767         * auth-source.el: Fix comment-style to follow the convention.
768
769 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
770
771         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
772         (mm-dissect-singlepart): Don't guess the MIME type of
773         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
774         set.
775         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
776         toplevel MIME type is multipart/encrypted.
777
778 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
781         a string so that Gcc works (bug#11514).
782
783 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
784
785         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
786         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
787
788 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
789
790         * gnus-win.el (gnus-configure-frame): Don't signal an error when
791         jumping to *Server* from a dedicated *Group* window.
792         (gnus-configure-frame): CSE.
793
794         * gnus-registry.el: Minor style cleanup.
795         (gnus-registry--set/remove-mark): New function, extracted from
796         gnus-registry-install-shortcuts.
797         (gnus-registry-install-shortcuts): Use it.
798
799 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * nnspool.el (news-path): Use eval-and-compile.
802
803 2012-05-24  Glenn Morris  <rgm@gnu.org>
804
805         * nnspool.el (news-directory, news-path, news-inews-program):
806         Move here from paths.el.  Don't see a need for these to be autoloaded.
807
808         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
809         Merge in doc from paths.el version.  Don't see any need for this to be
810         autoloaded, or for the warning about users not setting it.
811
812 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
813
814         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
815         format.  In particular, add an optional argument and a docstring.
816
817         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
818
819         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
820         current before calling `gnus-groups-to-gnus-format'.
821         Note that this was already the case for `gnus-active-to-gnus-format'.
822
823 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
824
825         Fix minor Y10k bug.
826         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
827
828 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
829
830         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
831         message once it's actually open.
832
833 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
834
835         * gnus.el: Ma Gnus v0.5 is released.
836
837 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
838
839         * auth-source.el (auth-source--aput-1, auth-source--aput)
840         (auth-source--aget): New functions and macros.
841         Use them instead of aput/aget.
842
843 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
844
845         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
846
847 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
848
849         * plstore.el (plstore-called-interactively-p): New compat macro copied
850         from message.el.
851         (plstore-mode): Use it.
852
853 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
854
855         * plstore.el: Revive the editing feature.
856         (plstore-mode): New mode to edit plstore file.
857         (plstore-mode-toggle-display, plstore-mode-original)
858         (plstore-mode-decoded): New command.
859         (plstore--encode, plstore--decode, plstore--write-contents-functions)
860         (plstore--insert-buffer, plstore--make): New function.
861         (plstore-open, plstore-save): Simplify by using them.
862
863 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
866
867 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
868
869         * tls.el (open-tls-stream): Remove unused binding.
870
871 2012-04-16  Glenn Morris  <rgm@gnu.org>
872
873         * nndraft.el (nndraft-request-list): Fix declaration.
874
875 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * mm-decode.el (mm-dissect-buffer): Doc fix.
878
879         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
880         don't have a current group.
881
882         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
883         buffer if it doesn't exist.
884
885         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
886         given, mark the group as ephemeral with the current window conf.
887
888         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
889         buffer exists, which it doesn't if we haven't started Gnus.
890         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
891
892 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * mml.el (mml-generate-mime): Allow specifying what the top-level part
895         type is.
896
897         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
898         `unexists' entries.
899         (gnus-clean-old-newsrc): Fix last checkin.
900
901         * nnimap.el (nnimap-update-info): None of the articles below the active
902         low-water mark exist.
903
904         * dgnushack.el: Get rid of XEmacs compilation warning.
905
906         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
907         would have gotten if we posted to the group, and use that to compare
908         against the message we want to cancel (bug#10808).
909
910         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
911         on XEmacs.
912
913 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
914
915         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
916         `scroll-margin'.
917
918 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
919
920         * gnus-cite.el (gnus-dissect-cited-text): A single line without
921         citation prefix within a block of cited text should be considered part
922         of that block *only* if it is a blank line.
923
924 2012-04-09  Chong Yidong  <cyd@gnu.org>
925
926         * binhex.el, hashcash.el, uudecode.el:
927         Remove * characters from the front of variable docstrings.
928
929 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
932         before kinsoku-bol characters nor within kinsoku-eol characters.
933
934 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
937         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
938         (gnus-sync-read): Use mapc instead of mapcar.
939
940         * mm-archive.el: Require mm-decode for some macros.
941         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
942         the byte compiler.
943         (mm-archive-decoders): New function that returns the value of
944         the mm-archive-decoders variable.
945
946         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
947         instead.
948         (mm-dissect-singlepart): Use the function mm-archive-decoders.
949
950         * nnimap.el (gnus-refer-thread-use-nnir):
951         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
952
953 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
956
957 2012-03-12  Peter Münster  <pmrb@free.fr>
958
959         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
960         (gnus-demon-cancel): Ditto.
961         (gnus-demon-run-callback): When function cannot be called due to low
962         idleness, call it when idleness reaches the expected value, instead of
963         waiting another timer period.
964         (gnus-demon-init): Add `time' to arguments of call-back.
965
966 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967
968         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
969
970         * gnus.el: Register gnus-registry functions.
971
972         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
973         indent.
974
975         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
976         enabled before warping.
977
978 2012-03-22  Dave Abrahams  <dave@boostpro.com>
979
980         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
981         registry about each article retrieved.
982
983         * gnus-int.el (gnus-select-group-with-message-id): New function.
984         (gnus-try-warping-via-registry): Ditto.
985         (gnus-warp-to-article): Fall back on the registry.
986
987 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
988
989         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
990         inboxes.
991
992 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
995
996 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
999         gnus-gcc-self-resent-messages may be a group parameter.
1000         (gnus-summary-resend-message): Don't encode encoded words in header
1001         when Gcc'ing resent message.
1002
1003 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * shr.el (shr-insert): Treat non-breaking space just like normal
1006         space.  This seems to produce more pleasing results.
1007         (shr-insert): Only insert a blank line if we're starting from an image.
1008         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1009         (shr-ensure-paragraph): Consider lines with white space to be blank.
1010
1011 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1012
1013         * Makefile.in: Respect DESTDIR.
1014
1015 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1016
1017         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1018         and gnus-gcc-post-body-encode-hook.
1019
1020 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1021
1022         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1023         messages that don't exist.
1024
1025         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1026
1027 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1030         a string so that Gcc works (bug#11514).
1031
1032 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
1033
1034         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1035
1036 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1039         don't have a current group.
1040
1041 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1044         Remove.
1045
1046         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1047
1048         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1049
1050 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1053         have a group name.
1054
1055         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1056         a multibyte buffer (bug#7410).
1057         (article-wash-html): Parse the original article buffer to get the
1058         unencoded data (bug#7410).
1059
1060         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1061         .newsrc.el files.
1062
1063 2012-04-05  Bastien Guerry  <bzg@altern.org>
1064
1065         * color.el (color-lighten-name): Fix typo.
1066
1067 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1070         "#" to avoid having them interpreted as comments.
1071
1072 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * shr.el (shr-insert): Update the text state properly to avoid
1075         inserting spurious paragraph starts.
1076
1077 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * shr.el (shr-table-widths): Divide the extra width more fairly over
1080         the TDs (bug#10973).
1081         (shr-render-td): Don't delete too much padding.
1082         (shr-natural-width): Compute the natural width more correctly.
1083         (shr-insert): Allow the natural width to be computed for tables again.
1084         (shr-tag-table-1): Rework how the natural widths are computed by
1085         rendering the table a third time.
1086         (shr-natural-width): Removed.
1087         (shr-buffer-width): New function.
1088         (shr-expand-newlines): Use it.
1089
1090         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1091         using a `gnus-use-full-window' setup (bug#11013).
1092
1093 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1096         24.1 release.
1097
1098 2012-03-10  David Edmondson  <dme@dme.org>
1099
1100         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1101         'Forwarded Message' header and the start of the message.
1102
1103 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1104
1105         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1106         isn't running (bug#10897).
1107
1108 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1111         This is inconsistent with all the other stream functions, which leave
1112         the setting up to the higher levels (if so wanted) (bug#10931).
1113
1114 2012-02-28  Glenn Morris  <rgm@gnu.org>
1115
1116         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1117         mm-decode.el: Standardize possessive apostrophe usage.
1118
1119 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120
1121         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1122
1123 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1124
1125         * parse-time.el (parse-time-string): Allow extractor to return nil.
1126
1127 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1128
1129         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1130
1131 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1132
1133         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1134
1135 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1136
1137         * mm-decode.el (mm-shr): Remove "soft hyphens".
1138
1139         * nnimap.el (nnimap-request-list): Return the group names encoded as
1140         utf8.  Otherwise non-European group names don't work.
1141         (nnimap-request-newgroups): Ditto.
1142
1143         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1144         the default in `read-string' (bug#10757).
1145
1146         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1147         topics (bug#10843).
1148
1149         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1150         buffer.  Suggested by Herbert Valerio Riedel.
1151         (nnimap-request-move-article): Delete the message from the correct IMAP
1152         server.
1153
1154 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1155
1156         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1157         Reported by Peter Münster.
1158
1159 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1160
1161         * shr.el (shr-image-fetched): Make sure we really kill the right
1162         buffer.
1163
1164 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1165
1166         * gnus-start.el (gnus-1): Avoid duplicate entries.
1167
1168 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1169
1170         * imap.el: Remove.
1171
1172         * nntp.el (nntp-coding-system-for-read): Remove.
1173         (nntp-coding-system-for-write): Ditto.
1174         (nntp-open-connection): Just use `binary' directly.
1175
1176         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1177         Gnus 0.3.
1178
1179 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1180
1181         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1182         application/octet-stream parts really is.
1183
1184         * gnus-sum.el (gnus-propagate-marks): Remove.
1185
1186 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1187
1188         * shr.el (shr-rescale-image): Undo previous change; see
1189         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1190
1191 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1192
1193         * gnus.el: Ma Gnus v0.3 is released.
1194
1195 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-sum.el (gnus-summary-local-variables): Make
1198         `gnus-newsgroup-unexist' into a local variable.
1199
1200 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1201
1202         * registry.el (registry-usage-test, registry-persistence-test): Move to
1203         tests/gnustest-registry.el.
1204         (registry-make-testable-db, registry-match-test)
1205         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1206
1207         * gnus-registry.el (gnus-registry-misc-test)
1208         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1209
1210         * tests/gnustest-registry.el: New file with the registry and
1211         gnus-registry ERT tests.
1212
1213 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * gnus-msg.el (gnus-summary-resend-message): Make
1216         gnus-summary-resend-message-insert-gcc be last item in
1217         message-header-setup-hook.
1218
1219 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1220
1221         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1222         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1223         Remove.
1224         (nnfolder-open-server): Don't use marks.
1225         (nnfolder-request-delete-group): Ditto.
1226         (nnfolder-request-rename-group): Ditto.
1227         (nnfolder-request-set-mark, nnfolder-request-marks)
1228         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1229         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1230
1231         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1232         (nnml-marks-modtime): Remove.
1233         (nnml-request-delete-group): Don't use marks.
1234         (nnml-request-rename-group): Ditto.
1235         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1236         (nnml-save-marks, nnml-open-marks): Remove.
1237
1238         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1239         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1240         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1241         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1242         (nntp-server-to-method-cache): Remove.
1243
1244         * shr.el (shr-rescale-image): Fix wrong merge.
1245
1246 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1247
1248         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1249         too-wide lines.
1250
1251 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1252
1253         * nnimap.el (nnimap-record-commands): New variable.
1254         (nnimap-log-command): Use it.
1255         (nnimap-make-process-buffer): Add a space to the process buffer.
1256         (nnimap-transform-headers): Don't bug out on header lines containing
1257         stuff that look like IMAP length encodings.
1258
1259         * shr.el (shr-rescale-image): Allow viewing large images.
1260
1261 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1262
1263         * nnml.el (nnml-request-compact-group): Delete the marks file after
1264         compaction (bug#10800).
1265
1266         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1267         group exit.
1268
1269         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1270         QRESYNC/FETCH output.
1271
1272 2012-02-11  Glenn Morris  <rgm@gnu.org>
1273
1274         * sieve-manage.el (sieve-manage-default-stream):
1275         * shr.el (shr):
1276         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1277         (nnir-retrieve-headers-override-function)
1278         (nnir-imap-default-search-key, nnir-notmuch-program)
1279         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1280         (nnir-method-default-engines):
1281         * message.el (message-cite-reply-position):
1282         * gssapi.el (gssapi-program):
1283         * gravatar.el (gravatar):
1284         * gnus-sum.el (gnus-refer-thread-use-nnir):
1285         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1286         (gnus-registry-max-pruned-entries):
1287         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1288         * gnus-int.el (gnus-after-set-mark-hook)
1289         (gnus-before-update-mark-hook):
1290         * gnus-async.el (gnus-async-post-fetch-function):
1291         * auth-source.el (auth-source-cache-expiry):
1292         Add missing :version tags to new defcustoms and defgroups.
1293
1294 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1295
1296         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1297         `gnus-newsgroup-unexist'.
1298
1299         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1300         marks.
1301         (gnus-article-special-mark-lists): Put the `unexist' in the special
1302         marks list instead.
1303
1304         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1305         articles in the list of articles to be selected.
1306
1307         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1308         articles.
1309         (nnimap-update-info): Keep track of unexisting articles.
1310         (nnimap-update-qresync-info): Ditto.
1311
1312 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1313
1314         * message.el (message-default-send-mail-function): Made into own
1315         function for reuse by emacsbug.el.
1316
1317 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1318
1319         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1320         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1321
1322 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1323
1324         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1325         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1326
1327         * gnus-compat.el: Define `timer-set-function'.
1328
1329         * mm-decode.el (mm-display-external): Output the text from the command
1330         in the buffer after the command finished.  This makes text-based
1331         commands behave better.
1332
1333 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1334
1335         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1336
1337 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1338
1339         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1340         23.1.
1341
1342 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1345
1346 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1347
1348         * message.el (smtpmail-smtp-user): Silence compiler warning.
1349
1350 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1351
1352         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1353         SMTP user name.
1354
1355 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * gnus-sum.el (gnus-summary-show-thread):
1358         next-single-char-property-change may return nil in XEmacs.
1359         (gnus-summary-article-map): Fix typo.
1360
1361 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1362
1363         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1364         running.
1365
1366         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1367
1368         * gnus.el (gnus-server-extend-method): Don't add an -address component
1369         if the method already has one (bug#9676).
1370
1371 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1372
1373         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1374         of an initial-input for consistency (bug#10757).
1375
1376         * dgnushack.el: Fix XEmacs compilation warning.
1377
1378         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1379
1380         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1381
1382 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1383
1384         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1385         lines that are narrower than the window width.  Otherwise background
1386         "blocks" will look less readable.
1387
1388 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1389
1390         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1391         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1392         have newlines within the strings, and where the UID comes after the
1393         BODYSTRUCTURE element (bug#10537).
1394
1395         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1396         (bug#10732).
1397
1398         * shr.el (shr-insert-document): Add doc string.
1399         (shr-visit-file): Ditto.
1400         (shr-remove-trailing-whitespace): New function.
1401         (shr-insert-document): Use it to clean up trailing whitespace as the
1402         final step (bug#10714).
1403
1404 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1405
1406         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1407         buffer if `gnus-kill-summary-on-exit' is nil.
1408
1409 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1410
1411         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1412         when just reading a single group from "without" Gnus.
1413
1414 2012-02-06  Chong Yidong  <cyd@gnu.org>
1415
1416         * gnus-sum.el (gnus-summary-show-thread):
1417         next-single-char-property-change never returns nil (Bug#8657).
1418
1419 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1420
1421         * message.el (message-multi-smtp-send-mail): New function.
1422         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1423         header to implement multi-SMTP functionality.
1424
1425         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1426         (gnus-agentize): Don't set it.
1427         (gnus-agent-send-mail): Don't use it.
1428
1429         * gnus-sum.el (gnus-summary-widget-backward): New function and
1430         keystroke.
1431
1432         * gnus-compat.el: More the compat functions more compatible.
1433
1434         * shr.el (shr-put-image): Remove underlines from sliced images.
1435         (shr-zoom-image): Compute the region to be replaced more correctly.
1436
1437 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1440         (gnus-summary-resend-message-insert-gcc): New function.
1441         (gnus-summary-resend-message): Modify message-header-setup-hook and
1442         message-sent-hook to make it work for Gcc.
1443         (gnus-inews-do-gcc): Update the number of unread articles of groups
1444         that messages are Gcc'd to.
1445
1446         * message.el (message-resend): Run message-sent-hook to do Gcc.
1447
1448 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1449
1450         * lpath.el: Fix an XEmacs compilation warning.
1451
1452         * gnus-compat.el: Require `help-fns' to fix compilation error.
1453
1454         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1455         a higher level to silence compilation.
1456
1457         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1458         parameter to allow controlling the scaling.
1459
1460         * shr.el (shr-zoom-image): New command and keystroke.
1461         (shr-put-image): Take a `size' flag to say how to scale the image.
1462
1463         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1464         deletion unless already defined.
1465
1466         * gnus.el (gnus-compat): Require it.
1467
1468         * gnus-compat.el: New file.
1469
1470         * gnus-start.el (gnus-clean-old-newsrc): New function.
1471         (gnus-read-newsrc-file): Use it.
1472
1473         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1474         Use recursive deletion.
1475         (mm-dissect-archive): Add support for zip files.
1476
1477         * gnus-util.el (gnus-recursive-directory-files): New function.
1478
1479         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1480         (mm-archive-decoders): Add tgz support.
1481
1482         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1483         Otherwise inserting text into the Gnus buffer can look odd.
1484
1485         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1486
1487         * mm-archive.el (mm-archive-decoders): Add support for tar.
1488
1489         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1490
1491         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1492
1493 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1494
1495         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1496
1497         * mm-archive.el: New file.
1498
1499         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1500
1501         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1502
1503         * message.el (message-goto-*): Make all the `message-goto-*' commands
1504         push the mark before moving point.  This makes it easier to go back to
1505         where you came from after editing whatever you jumped to.
1506
1507 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1508
1509         * gnus.el: Ma Gnus v0.1 is released.
1510
1511 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1512
1513         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1514         without reconnecting.
1515         (nnimap-possibly-change-group): Ditto.
1516         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1517         connection has died before being called.
1518
1519 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1520
1521         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1522         an initial sync unless we're really doing one.
1523
1524         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1525         address parameter if one already exists (bug#9676).
1526
1527         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1528         not the prefix, as documented (bug#10689).
1529
1530 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1531
1532         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1533         the "server".
1534
1535         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1536         the real error message with the useless "previously known to be down".
1537         Which isn't even correct.
1538
1539         * nntp.el (nntp-open-connection): Report the error message if the nntp
1540         server can't be reached.
1541
1542         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1543         groups we do a total scan for.
1544         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1545         doing that.
1546
1547 2012-01-31  Jim Meyering  <jim@meyering.net>
1548
1549         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1550         Correct a comment (insert "not") and hide nominally-doubled "to".
1551
1552 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1553
1554         * gnus.el (gnus-version): Change name to "Ma Gnus".
1555
1556 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1557
1558         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1559         section in the manual.
1560
1561 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1562
1563         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1564         words.
1565         (rfc2047-encode-string): Ditto.
1566         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1567         understand folded filename="..." parameters, for instance.
1568
1569         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1570         the message for greater debuggability.
1571
1572 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1573
1574         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1575         instead of setting it locally, since the latter doesn't seem to have
1576         any effect (most of the time).
1577
1578 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1579
1580         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1581         function call.
1582
1583 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1584
1585         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1586         seconds, and make the repeat clause with HH:MM specs work as
1587         documented.
1588
1589 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1590
1591         * proto-stream.el (proto-stream-capability-open): Fall back on
1592         :end-of-command if :end-of-capability doesn't exist.
1593
1594 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1597         bound globally in old Emacsen and XEmacsen.
1598
1599 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1600
1601         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1602         so that previous errors don't prohibit getting new news.
1603
1604         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1605
1606         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1607
1608 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1609
1610         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1611         buffer, not of the string which is its name.
1612
1613 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1614
1615         * proto-stream.el (proto-stream-capability-open): Wait for
1616         :end-of-capability, not :end-of-command.
1617
1618         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1619         non-server-marks groups.
1620         (gnus-group-make-articles-read): Ditto.
1621
1622         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1623         methods (bug#9676).
1624
1625         * gnus.el (gnus-method-ephemeral-p): New function.
1626
1627 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1630         left-to-right.
1631
1632 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1633
1634         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1635         warning.
1636
1637 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1638
1639         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1640         macroexpand the nnir things, since they haven't been defined yet, and
1641         nnir requires gnus-sum.
1642
1643 2012-01-24  Julien Danjou  <julien@danjou.info>
1644
1645         * color.el (color-rgb-to-hsl): Fix value computing.
1646         (color-hue-to-rgb): New function.
1647         (color-hsl-to-rgb): New function.
1648         (color-clamp, color-saturate-hsl, color-saturate-name)
1649         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1650         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1651
1652 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1655
1656 2012-01-19  Julien Danjou  <julien@danjou.info>
1657
1658         * color.el (color-name-to-rgb): Use the white color to find the max
1659         color component value and return correctly computed values.
1660         (color-name-to-rgb): Add missing float conversion for max value.
1661
1662 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1663
1664         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1665         logical server name in addition to the actual machine address.
1666
1667         * auth-source.el (auth-source-user-and-password): Add convenience
1668         wrapper to search by just host and optionally user.
1669
1670 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1673         after rendering.
1674
1675 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1676
1677         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1678         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1679         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1680
1681 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1684         (bug#9693).
1685         (gnus-summary-setup-buffer): Document return value (bug#9697).
1686
1687         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1688         since ido doesn't work on symbols (bug#9632).
1689
1690         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1691         when getting a single value as when getting all the values.  This means
1692         that atoms like `gcc-self' work cumulatively, like variable settings,
1693         instead of getting the value from the last matching clause.
1694         (gnus-group-find-parameter): Protect against the group buffer not
1695         existing (bug#9585).
1696
1697 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * gnus-start.el (gnus-activate-group): Document more parameters
1700         (bug#9694).
1701
1702         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1703         (bug#9692).
1704
1705         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1706         article was fetched, so that it can be expired later (bug#9958).
1707         (gnus-agent-summary-fetch-series): Add doc string.
1708         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1709         (bug#9517).
1710
1711         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1712         retrieval is happening.
1713
1714         * gnus.el (gnus-parameters): Doc fix.
1715
1716 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1717
1718         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1719         show the thread after expansion.
1720
1721 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * gnus-art.el (article-narrow-to-head): If the head is completely
1724         empty, narrow to the empty region (bug#9764).
1725
1726         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1727         read, and then mark them as unread only when the unread mark is used.
1728         This makes `C-- T k' actually work, even though it's confusing.
1729
1730         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1731         alive before we try to find its window.
1732
1733 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1734
1735         * mm-decode.el (mm-display-external): Use a longer timeout for the
1736         deletion to allow slow programs to display the file.
1737
1738 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1741         prompt to be less confusing.
1742
1743         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1744         argument to `message-reply'.  This broke `special-display-*' frame
1745         pop-uping (bug#10238).
1746
1747 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1750         systems, since these allegedly don't work there.
1751
1752 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1753
1754         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1755         live buffer.
1756
1757 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * nnir.el (nnir-retrieve-headers): Protect against the article not
1760         existing on the server (bug#10335).
1761
1762 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1763
1764         * gnus-agent.el (gnus-agent-load-local): Recompute
1765         gnus-agent-article-local on changing method.
1766
1767 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * gnus.el (gnus-parameters): Note precedence.
1770
1771 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1772
1773         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1774         in the group buffer.
1775
1776 2012-01-04  Julien Danjou  <julien@danjou.info>
1777
1778         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1779         change.
1780
1781 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1784         too.
1785
1786         * nntp.el (nntp-retrieve-group-data-early): Use it.
1787
1788 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * nntp.el (nntp-retrieval-in-progress): New variable.
1791         (nntp-make-process-buffer): Make it buffer-local.
1792
1793         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1794         2010.
1795         (gnus-demon-init): Use it to compute the time if time is on the form
1796         "04:23".
1797
1798         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1799
1800         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1801         status in the correct buffer.
1802
1803 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1804
1805         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1806         when opening topics (bug#10407).
1807
1808 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1809
1810         * gnus-cus.el (gnus-score-customize):
1811         * gnus-sum.el (gnus-sort-gathered-threads):
1812         * message.el (message-shorten-references):
1813         * nnmairix.el (nnmairix-request-group):
1814         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1815
1816 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1817
1818         * gnus-agent.el (gnus-agent-regenerate-group):
1819         * gnus-int.el (gnus-retrieve-group-data-early):
1820         * mm-util.el (mm-codepage-ibm-list):
1821         * nndiary.el (Commentary, nndiary-get-new-mail):
1822         * nnir.el (nnir):
1823         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1824
1825 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * mm-view.el (mm-display-inline-fontify): Add comment.
1828
1829 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1830
1831         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1832         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1833
1834 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1835
1836         * gnus-art.el (gnus-split-methods):
1837         * gnus-msg.el (gnus-configure-posting-styles):
1838         * gnus-spec.el (gnus-parse-simple-format):
1839         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1840         * message.el (message-do-actions): Spelling fix.
1841
1842 2011-12-15  Juri Linkov  <juri@jurta.org>
1843
1844         * mm-decode.el (mm-inline-media-tests): Add missing
1845         `mm-handle-media-subtype'.
1846
1847 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1848
1849         * gnus-group.el (gnus-group-tool-bar):
1850         * gnus-sum.el (gnus-summary-tool-bar):
1851         * message.el (message-tool-bar):
1852         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1853
1854 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1855
1856         * plstore.el (plstore--insert-buffer): Spelling fix.
1857
1858 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1859
1860         * message.el (message-valid-fqdn-regexp): Update with newly approved
1861         top-level domain names ".tel" and ".asia".
1862
1863 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1866         unconditionally.
1867
1868 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1871         pop-to-buffer-same-window for old Emacsen.
1872
1873 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1874
1875         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1876
1877 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1878
1879         * netrc.el (netrc-credentials): Spelling fix.
1880
1881 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1882
1883         * gnus-fun.el (gnus-fun-ppm-change-string):
1884         * gnus-msg.el (gnus-inews-do-gcc):
1885         * gnus-sum.el (gnus-summary-find-for-reselect):
1886         * gnus.el (gnus-summary-cancelled):
1887         * message.el (message-cancel-hook, message-send-news):
1888         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1889         * nnir.el (nnir-run-hyrex):
1890         * nntp.el (nntp-with-open-group-function):
1891         * pgg.el (pgg-pending-timers): Spelling fix.
1892
1893 2011-12-04  Chong Yidong  <cyd@gnu.org>
1894
1895         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1896         change (Bug#10200).
1897
1898 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * compface.el (uncompface):
1901         * gnus-art.el (gnus-article-x-face-command): Update the header format
1902         of icon data for the most recent icontopbm program.
1903
1904 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gnus-msg.el (gnus-inews-do-gcc):
1907         * message.el (message-send-mail):
1908         * mml.el (mml-generate-mime): Share the value of the buffer-local
1909         `message-options' variable between a draft buffer and temprary working
1910         buffers.
1911
1912 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1913
1914         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1915
1916 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1919         for Cygwin.
1920
1921 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1922
1923         * gnus-group.el (gnus-group-prepare-flat):
1924         * mm-bodies.el (mm-encode-body):
1925         * mml.el (mml-preview):
1926         * nnml.el (nnml-request-compact-group):
1927         * pop3.el (pop3-stream-type): Spelling fix.
1928
1929 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1930
1931         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1932
1933 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1934
1935         * color.el (color-rgb-to-hsl):
1936         * gmm-utils.el (gmm-tool-bar-style):
1937         * gnus-group.el (gnus-group-prepare-flat):
1938         * gnus-topic.el (gnus-topic-prepare-topic):
1939         * mm-decode.el (mm-discouraged-alternatives):
1940         * rfc2047.el (rfc2047-encode-1):
1941         * starttls.el: Spelling fix.
1942
1943 2011-11-24  Glenn Morris  <rgm@gnu.org>
1944
1945         * binhex.el (binhex-begin-line): Give it basic doc-string.
1946
1947         * starttls.el, tls.el: Fix case of "GnuTLS".
1948
1949 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1950
1951         * gnus-group.el (gnus-group-highlight): Fix typo.
1952
1953 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1954
1955         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1956         value of `delete-file', that returns nil for a local file but returns t
1957         for a remote file using ssh.
1958
1959 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1960
1961         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1962
1963 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1966         avoid later breakage.
1967
1968 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1971         article buffers' name.
1972
1973 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1976         by Paul Eggert's spellfixes two days ago.
1977
1978 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1981         doesn't have it.
1982
1983         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1984         buffer-local instead of binding them to avoid warnings.  Also demote
1985         errors (bug#10063).
1986         (font-lock-mode-hook): Shut up byte compiler.
1987
1988 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1989
1990         * mm-util.el (mm-charset-after):
1991         * nnir.el (nnir-run-hyrex):
1992         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1993         (ntlm-get-password-hashes, ntlm-md4hash):
1994         * smime.el: Fix typo.
1995
1996 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1997
1998         * gnus-agent.el (gnus-agent-expire-group-1):
1999         * nndiary.el (nndiary-last-occurence):
2000         * nnimap.el (nnimap-request-set-mark):
2001         * nnmairix.el (nnmairix-only-use-registry):
2002         * gnus-group.el (gnus-group-prepare-flat):
2003         * gnus-sum.el (gnus-decode-encoded-word-methods):
2004         * message.el (message-wash-subject):
2005         * nntp.el (nntp-retrieve-headers-with-xover):
2006         * smime.el (smime-certificate-directory): Spelling fix.
2007
2008 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2009
2010         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2011
2012         * color.el:
2013         * gnus-agent.el (gnus-agent-possibly-alter-active):
2014         * gnus-dired.el (gnus-dired-print):
2015         * mail-parse.el:
2016         * nnmairix.el (nnmairix-request-group):
2017         * shr.el (shr-image-displayer):
2018         * sieve-manage.el:
2019         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2020
2021 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2022
2023         * gnus-sum.el (gnus-auto-select-subject):
2024         * spam-report.el (spam-report-resend): Spelling fix.
2025
2026 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2027
2028         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2029         * gnus-art.el (gnus-default-article-saver):
2030         * gnus-srvr.el (gnus-server-copy-server):
2031         * gnus.el (gnus-sloppily-equal-method-parameters):
2032         * html2text.el (html2text-format-tag-list):
2033         * message.el (message-narrow-to-head):
2034         * nndiary.el:
2035         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2036         * sieve.el: Spelling fix.
2037
2038 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2039
2040         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2041         * gnus-sum.el (gnus-summary-make-menu-bar):
2042         * gnus-uu.el (gnus-uu-decode-postscript)
2043         (gnus-uu-decode-postscript-and-save):
2044         * mailcap.el (mailcap-print-command):
2045         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2046         Fix typos.
2047
2048 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2049
2050         * gnus-art.el (gnus-article-part-wrapper):
2051         * html2text.el (html2text-fix-paragraphs):
2052         * mm-decode.el (mm-image-fit-p):
2053         * rfc2047.el (rfc2047-encode-message-header):
2054         * shr-color.el (shr-color-visible-distance-min)
2055         (shr-color-relative-to-absolute, set-minimum-interval)
2056         (shr-color-visible): Fix typos.
2057
2058 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2059
2060         * gmm-utils.el (gmm-tool-bar-item):
2061         * gnus-art.el (gnus-treat-body-boundary):
2062         * gnus-diary.el (gnus-user-format-function-d):
2063         * gnus-start.el (gnus-get-unread-articles):
2064         * pgg-gpg.el (pgg-gpg-update-agent):
2065         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2066
2067 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2068
2069         * gnus-topic.el (gnus-group-prepare-topics):
2070         * gnus-uu.el (gnus-extract-view):
2071         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2072
2073 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2074
2075         * spam.el: Move BBDB autoloads.
2076         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2077         BBDB 2 and 3.
2078         (spam-check-BBDB): Use it.
2079         (spam-enter-ham-BBDB): Use it.
2080
2081 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2082
2083         * smime.el (smime-draw-buffer): Spelling fix.
2084
2085 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2086
2087         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2088         for scanning exactly one level.
2089         * gnus-start.el (gnus-get-unread-articles): Ditto.
2090
2091 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2094         slightly clearer.
2095
2096 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2097
2098         * gnus-sync.el: More commentary about setup.
2099
2100 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * message.el (message-send-and-exit): Document `arg'.
2103
2104 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2105
2106         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2107
2108 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2109
2110         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2111
2112         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2113         we don't use `bound-and-true-p'.
2114
2115 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2116
2117         * gnus-util.el (gnus-bound-and-true-p): Remove.
2118         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2119         * nnir.el: Use it.
2120         * nnmairix.el: Use it.
2121
2122 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2123
2124         * gnus-sync.el: Improve docs about CouchDB admins.
2125
2126         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2127         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2128         for reasons unknown.
2129         * nnir.el: Use it.
2130         * nnmairix.el: Use it.
2131
2132         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2133         * nnir.el: Ditto.
2134         * nnmairix.el: Ditto.
2135
2136         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2137
2138 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2139
2140         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2141         not needed.  Provide xmlplistread list function to produce XML plist
2142         output for non-Gnus LeSync clients.
2143
2144 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2145
2146         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2147
2148         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2149         and save against it.  Group subscriptions, read marks, other marks,
2150         subscription levels, topic names, and topic offsets (the group's
2151         position within the topic) are saved.  This is an experimental backend
2152         and may change significantly.  Load json.el from the gnus-fallback-lib
2153         if it's not available otherwise.
2154         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2155
2156 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2157
2158         * message.el (message-completion-function): Make sure
2159         message-tab-body-function is not attempted if one of
2160         message-completion-alist fails to find a completion (bug#9158).
2161
2162 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2163
2164         * mml.el (mml-quote-region): Quote <#secure> tag.
2165         (mml-generate-mime-1): Unquote <#secure> tag.
2166
2167 2011-10-20  Chong Yidong  <cyd@gnu.org>
2168
2169         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2170         calling a minor mode from Lisp with nil arg enables it, so we have to
2171         make the wording a bit ambiguous here).
2172
2173 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2174
2175         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2176         * nnir.el (nnir-mode): Use it.
2177         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2178         Use it.
2179
2180         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2181         * nnmairix.el (gnus-registry-enabled): Ditto.
2182
2183 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2184
2185         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2186         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2187         only while we need to find out if it should be t or nil.
2188         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2189         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2190         the registry is installed.  Set it to nil when it's unloaded.
2191         (gnus-registry-install-p): Provide user guidance for the initial value
2192         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2193         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2194         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2195         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2196         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2197         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2198         `gnus-registry-install'.
2199
2200 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2201
2202         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2203         previous change.
2204         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2205         primary key is marked as disabled.
2206
2207 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2208
2209         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2210         primary key is marked as disabled.
2211
2212 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2213
2214         * html2text.el (html2text-clean-anchor): Check for quotes around
2215         `href' value.
2216
2217 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2218
2219         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2220         searching.  Drop `bbdb-cache'.
2221
2222 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * message.el (message-signed-or-encrypted-p): Exclude header when
2225         checking if there is signed or encrypted body in text/plain message.
2226
2227 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2228
2229         * html2text.el (html2text-get-attr): Correctly handle attribute values
2230         containing "=".
2231
2232 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2233
2234         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2235         handle bindings.
2236
2237 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * gnus-win.el (gnus-configure-windows): Protect against reading
2240         ephemeral groups outside of Gnus.
2241
2242 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * shr.el (shr-tag-img): Don't get images displayed in tables.
2245
2246 2011-10-03  Glenn Morris  <rgm@gnu.org>
2247
2248         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2249         the "maintainer" version of debbugs.gnu.org reports.
2250
2251 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2254         make asynchronous adjacent image insertion work better.
2255
2256 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2257
2258         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2259         documentation.
2260
2261 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2264         `gnus-asynchronous' isn't shadowed.
2265
2266 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2269
2270         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2271         (nnimap-insert-partial-structure): The charset parameter isn't
2272         case-sensitive.
2273
2274         * nnheader.el (nnheader-message-maybe): New function.
2275
2276         * shr.el (shr-tag-table): Render totally broken tables better.
2277
2278         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2279         computing the boundary.
2280
2281 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * pop3.el (pop3-number-of-responses): Remove.
2284         (pop3-wait-for-messages): Rewrite to take linear time instead of
2285         exponential time.
2286
2287 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2290         re-fetch images.
2291
2292         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2293         re-fetch images when hitting `g' in Gnus.
2294
2295 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2298         (mml-compute-boundary): Don't check collision if it is non-nil.
2299         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2300         before checking collision.
2301
2302 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * message.el (message-indent-citation): Really make sure there's a
2305         newline at the end.
2306
2307         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2308         Fix suggested by John Wiegley.
2309
2310         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2311
2312         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2313
2314         * message.el (message-default-send-rename-function): Break out into its
2315         own function.
2316
2317         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2318         doesn't work under XEmacs.
2319
2320         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2321         of "imaps" to word around Windows problems.
2322         (nnimap-open-connection-1): Use it.
2323
2324         * message.el (message-indent-citation): Revert last change which made
2325         `F' not work.
2326
2327 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2328
2329         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2330         terminal as well.
2331
2332 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2335         because it displays images using overlays that aren't easy to copy to
2336         the article buffer.
2337
2338 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2339
2340         * message.el (message-indent-citation): Fix empty line removal at the
2341         end of the citation.
2342
2343 2011-09-20  Julien Danjou  <julien@danjou.info>
2344
2345         * auth-source.el (auth-source-netrc-create): Use default value for
2346         password if specified.  Evaluate default.
2347         (auth-source-plstore-create): Ditto.
2348         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2349         value evaluation.
2350         (auth-source-netrc-create): Typo fix.
2351         (auth-source-plstore-create): Ditto.
2352
2353         * password-cache.el (password-cache-remove): Remove entries even if the
2354         value is nil, so that password with a nil value (negative caching) is
2355         possible to invalidate.
2356
2357         * auth-source.el (auth-source-format-cache-entry): New function.
2358
2359 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2362
2363 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2366
2367 2011-09-19  Julien Danjou  <julien@danjou.info>
2368
2369         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2370         which work with things that are not ASCII.
2371
2372 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2375
2376 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2379         message level.
2380
2381 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2384
2385 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2388
2389 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2390
2391         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2392         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2393
2394 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2395
2396         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2397         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2398         articles.
2399
2400 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2401
2402         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2403         (message-mail-other-window, message-mail-other-frame)
2404         (message-news-other-window, message-news-other-frame):
2405         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2406         instead of setting buffer display varibles.
2407
2408 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2411
2412         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2413
2414 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415
2416         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2417         duplicates" to a higher level.
2418
2419         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2420         most egregious messages.
2421
2422 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2425
2426 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2427
2428         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2429         up the file (bug#9351).
2430
2431 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2434         it does with all other backends, but decode the names immediately after
2435         getting them.
2436
2437         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2438         decoding nnimap groups.
2439
2440         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2441         newsrc file.  It doesn't seem like an important optimization any more.
2442
2443 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2444
2445         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2446         overflows.
2447
2448 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2451         (gnus-interactive-exit): Extend to `quiet'.
2452
2453         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2454
2455         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2456         string.
2457
2458         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2459         renaming function arguments from `this'.
2460
2461         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2462
2463         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2464         has been renamed.
2465         (gnus-lrm-string-p): Include RLM and PDF, too.
2466
2467         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2468         (bug#9225).
2469
2470 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2471
2472         Add autoload cookies for functions used by sendmail.el.
2473         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2474
2475         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2476
2477 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * gnus-art.el (article-date-ut): Work properly even when there are
2480         things like Date header in the body; work for forwarded parts.
2481
2482 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2483
2484         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2485         original-article-buffer.
2486
2487 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2488
2489         * nnir.el (nnir-compose-result): Fix matching of server type.
2490         (nnir-run-swish++): Ditto.
2491         (nnir-run-namazu): Ditto.
2492         (nnir-run-notmuch): Ditto.
2493
2494 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2497         (bug#9405).
2498
2499         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2500         (bug#9421).
2501
2502         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2503         (bug#9425).
2504
2505         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2506         thing (bug#9426).
2507
2508 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2511         the error message.
2512
2513 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2514
2515         * message.el (message-setup-1): Return t (Bug#9392).
2516
2517 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2518
2519         * gnus-sum.el: When adding article headers to a summary buffer also
2520         update gnus-newsgroup-articles (bug#9386).
2521
2522 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * auth-source.el: Autoload help-mode.
2525
2526 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2529         names.
2530
2531 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2532
2533         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2534         mm-replace-in-string for compatibility issues.
2535         * mml2015.el (mml2015-epg-verify): Ditto.
2536
2537 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2540
2541         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2542
2543 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2546         continue on and do the clean-up phase (bug#9188).
2547
2548         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2549         just ignore groups that can't be opened instead of erroring out
2550         (bug#9225).
2551
2552         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2553         nil since some many people are fuddy-duddies.
2554
2555         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2556         images.
2557
2558         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2559         instead.
2560
2561         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2562
2563         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2564
2565         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2566         processing.
2567
2568         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2569         buffer to avoid warnings.
2570
2571 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2572
2573         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2574         specified to reduce precision.
2575
2576 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2579         bodystructures (bug#9314).
2580
2581 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2584         Make button keymap non-sticky after buttons.
2585
2586 2011-08-18  David Engster  <dengste@eml.cc>
2587
2588         * nnmairix.el (nnmairix-request-set-mark)
2589         (nnmairix-goto-original-article): Remove adding of article to registry,
2590         since `gnus-registry-add-group' isn't available anymore.
2591         (nnmairix-determine-original-group-from-registry):
2592         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2593         available anymore.
2594
2595 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2596
2597         * starttls.el (starttls-any-program-available): Define as obsolete
2598         function.
2599
2600 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601
2602         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2603         versions which Gnus use when appropriate.
2604
2605         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2606         a pretty destructive command.
2607
2608         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2609
2610 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * message.el (message-fix-before-sending): Make a different warning
2613         about NUL characters (bug#9270).
2614
2615         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2616         from custom (bug#9260).
2617
2618         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2619         things work in Emacs 22 and XEmacs, too.
2620
2621         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2622         default From.
2623
2624         * gnus-spec.el (gnus-lrm-string-p): New macro.
2625         (gnus-lrm-string): New constant.
2626         (gnus-summary-line-format-spec): LRM-ify the from.
2627         (gnus-tilde-max-form): LRM-ify string chopping.
2628
2629         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2630
2631         * message.el (message-is-yours-p): Allow disabling canlock checking
2632         (bug#9295).
2633         (message-shoot-gnksa-feet): Add `canlock-verify'.
2634         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2635         message directory isn't writable (bug#9304).
2636
2637         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2638         non-world-readable.
2639
2640 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2643         articles.
2644
2645 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2646
2647         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2648         copy-list.
2649
2650 2011-08-12  Sam Steingold  <sds@gnu.org>
2651
2652         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2653         in the reverse order to avoid modifying the cache with `nreverse'.
2654         (gnus-all-score-files): Do not modify the value returned by
2655         `gnus-score-find-alist' because it lives in a cache variable.
2656         (gnus-current-home-score-file): No need to `nreverse' the return value
2657         of `gnus-score-find-alist', it is already in the correct order.
2658
2659 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2660
2661         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2662         type MESSAGE and subtype RFC822 is slightly different from those of
2663         type TEXT.
2664
2665 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2666
2667         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2668         This allows article-referral to work from an nnir group.
2669
2670 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2671
2672         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2673
2674 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2675
2676         * mml1991.el (mml1991-epg-find-usable-key)
2677         (mml1991-epg-find-usable-secret-key): New function.
2678         (mml1991-epg-sign): Check if signing key is usable.
2679         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2680
2681 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2682
2683         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2684         server-variables only.  This should fix a bug introduced with commit
2685         e1889675b7f4adf057833c5513c9374134c4e053.
2686         (nnir-run-query): 'nnir-search-engine should not be set from the global
2687         environment.
2688
2689 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2690
2691         * nnir.el (nnir-search-thread): Position point on referring article
2692         line.
2693         (nnir-warp-to-article): Clean up summary buffers.
2694
2695         * nnimap.el (nnimap-request-thread): Whitespace fix.
2696
2697 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2698
2699         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2700
2701 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * starttls.el (starttls-available-p): Rename from
2704         `starttls-any-program-available' and changed return convention.
2705
2706 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2707
2708         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2709         `unix-sync' unless it's defined.
2710
2711 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2712
2713         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2714         `aref' for XEmacs compatibiltiy.
2715
2716 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2719
2720 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2721
2722         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2723         closures, quote the form properly (bug#9194).
2724
2725 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2728         (gnus-summary-insert-new-articles): Protect against servers that are
2729         down.
2730
2731 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2732
2733         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2734         in mm handle if none is specified.
2735
2736 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2737
2738         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2739
2740 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2741
2742         * nnir.el (nnir-search-thread): New function to make an nnir group
2743         based on a thread query.
2744
2745         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2746         of nnir in thread referral.
2747         (gnus-summary-refer-thread): Use it.
2748
2749         * nnimap.el (nnimap-request-thread): Use it.
2750
2751 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * shr.el (shr-tag-comment): Ignore HTML comments.
2754
2755 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2756
2757         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2758         argument.
2759         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2760         Use `nnir-address' to handle server info rather than passing an arg.
2761
2762         * nnimap.el (nnimap-make-thread-query): New utility function to format
2763         an imap thread search query.
2764         (nnimap-request-thread): Use it.
2765
2766         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2767         right select-method if we are not going back to the group buffer.
2768
2769 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770
2771         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2772         enter invalid buffer configurations into the quit form (bug#9107).
2773         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2774         unplugged/plugged.
2775
2776         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2777         keep track of which ones are unread (bug#9061).
2778
2779         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2780         (bug#9055).
2781
2782         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2783         (bug#9041).
2784
2785         * gnus-html.el (mm-util): Require (bug#9073).
2786
2787         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2788         (gnus-summary-refer-thread): Use it to remove duplicates in the
2789         un-threaded view (bug#9053).
2790         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2791
2792 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2793
2794         * nnir.el (nnir-read-server-parm): Use default value from global
2795         variable.  Without this the default search engine parameters aren't
2796         used at all.
2797
2798 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799
2800         * message.el (message-unique-id): Don't use the undocumented return
2801         value from (random t) (bug#9118).
2802
2803 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * message.el (message-auto-save-directory): If the ~/Mail directory
2806         doesn't exist, use ~ as the auto-save directory (bug#4432).
2807
2808         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2809         hasn't already been started.
2810
2811 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812
2813         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2814
2815         * message.el (message-reply): Work around mysterious bug where
2816         `message-mode' seems to overwrite the locally bound `subject' variable.
2817
2818 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2819
2820         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2821         correct group.
2822
2823         * gnus-int.el (gnus-request-thread): Add group argument.
2824
2825         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2826
2827 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2828
2829         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2830
2831         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2832         renamed to `debbugs-gnu-*'.
2833
2834 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2835
2836         * plstore.el: Revert the editing feature since it is not urgent.
2837         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2838         (plstore-mode-decoded): Remove.
2839
2840 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841
2842         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2843         isn't very interesting any more, and it leaks potentially secret data.
2844         (gnus-debug): Remove.
2845
2846         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2847         use of :custom-show.
2848
2849 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2850
2851         * plstore.el: Add documentation.
2852         (plstore-mode): New mode to edit plstore file.
2853         (plstore-mode-toggle-display, plstore-mode-original)
2854         (plstore-mode-decoded): New command.
2855         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2856         (plstore--insert-buffer, plstore--make): New function.
2857         (plstore-open, plstore-save): Simplify by using them.
2858
2859 2011-07-06  Glenn Morris  <rgm@gnu.org>
2860
2861         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2862
2863 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2866         no longer is much used.
2867         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2868         Articles".
2869
2870 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2871
2872         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2873         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2874         `notmuch' backend.
2875
2876 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877
2878         * mm-decode.el (mm-text-html-renderer): Doc fix.
2879
2880         * gnus-msg.el (gnus-bug): Fix the MML tag.
2881
2882         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2883
2884 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2885
2886         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2887         secondary methods if started with `gnus-no-server'.
2888
2889 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2890
2891         * message.el (message-return-action): Fix typo in docstring.
2892
2893 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2896         bug reports at once.
2897
2898         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2899
2900 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * nndraft.el: Require gnus-group.
2903         (nndraft-request-list): Declare.
2904
2905         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2906         no unread article unless it matches gnus-permanently-visible-groups.
2907
2908         * nndraft.el (nndraft-update-unread-articles): New function.
2909         (nndraft-request-associate-buffer): Use it to update the number of
2910         unread articles for the nndraft groups in the group buffer when saving
2911         or killing a draft message.
2912
2913 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2916         systems to binary before writing and reading the mbox files.
2917
2918         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2919         instead of trying to list them all (bug#8978).
2920
2921 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2922
2923         * pop3.el (pop3-open-server): Use :end-of-capability.
2924
2925 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2928         the id is always a number.
2929
2930         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2931
2932         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2933         debbugs mode, if possible.
2934
2935 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2936
2937         * auth-source.el (auth-source-token-passphrase-callback-function):
2938         Reindent.
2939         (epg-context-operation): Remove unnecessary autoload.
2940
2941 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * gnus.el (gnus-list-debbugs): New command.
2944
2945         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2946         mboxstat instead of the maintbox, since the stat seems to be fuller.
2947
2948         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2949         summary buffers.
2950
2951         * message.el (message-get-reply-headers): Delete all duplicates,
2952         instead of the first.
2953         (message-get-reply-headers): Ensure that we have progress while
2954         deleting duplicates.
2955
2956         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2957         gnus-posting-style value from the summary buffer to make it easier to
2958         make that a per-buffer conf.
2959
2960 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2961
2962         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2963         found by setting `shortcut' in 'query.
2964         (nnir-request-article): Use `shortcut' setting when requesting article
2965         by Message-ID.
2966
2967 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2970         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2971         Bring the pseudo-headers back too.
2972
2973 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2974
2975         * auth-source.el (auth-source-token-passphrase-callback-function):
2976         Simplify and remove EPA dependency.
2977
2978 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2979
2980         * nnir.el (nnir-request-article): Fix error message text.
2981
2982 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2983
2984         * auth-source.el (plstore-delete): Autoload.
2985         (auth-source-plstore-search): Support delete operation.
2986         * plstore.el (plstore-delete): New function.
2987
2988 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2989
2990         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2991         mark actually existing articles as unread rather than the ones that
2992         active asserts.
2993
2994 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2995
2996         * nntp.el (nntp-record-command):
2997         * gnus-util.el (gnus-message-with-timestamp-1):
2998         Use format-time-string rather than decoding time stamps by hand.
2999         This is simpler and insulates the code from potential changes to
3000         current-time format.
3001
3002 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3005
3006 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3007
3008         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3009         (plstore-save): Support public key encryption.
3010         (plstore--init-from-buffer): New function.
3011         (plstore-open): Use it; fix error when opening a non-existent file.
3012         (plstore-revert): Use plstore--init-from-buffer.
3013
3014 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3015
3016         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3017
3018 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3021         for old Emacsen.
3022
3023 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3024
3025         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3026         is not fully working.
3027
3028 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * dgnushack.el: Autoload sha1 on XEmacs.
3031
3032         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3033         quit window configuration.
3034
3035         * auth-source.el (epg-context-set-passphrase-callback):
3036         Remove duplicate autoload.
3037
3038 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3039
3040         * nnir.el (nnir-request-article): Allow requesting articles by
3041         Message-ID with nnimap.
3042
3043         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3044         current server.
3045
3046 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3047
3048         * auth-source.el: Autoload EPA/EPG functions.
3049         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3050         changed when EPA/EPG is not available.
3051         (auth-source-backend): Rename "arg" member to "data".
3052         (auth-source-backend-parse, auth-source-plstore-search)
3053         (auth-source-plstore-create): Use it.
3054
3055 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3056
3057         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3058         `gnus-refer-article-methods'.
3059
3060 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3061
3062         * auth-source.el: Require EPA and EPG.
3063         (auth-source-passphrase-alist): New variable.
3064         (auth-source-passphrase-callback-function)
3065         (auth-source-token-passphrase-callback-function): Callbacks for the
3066         netrc field encryption (GPG tokens).
3067         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3068         Symmetric encryption and decryption of the netrc GPG tokens.
3069         (auth-source-netrc-normalize): Use them, simplifying the closure.
3070
3071 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3074         is available.
3075
3076 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3079         non-nil, and `nnimap-split-methods' is nil, use the former.
3080
3081 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3082
3083         * plstore.el (plstore-revert): New function.
3084         (plstore-open): Use it; hide the buffer from user.
3085
3086 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3087
3088         * auth-source.el (auth-source-backend): New member "arg".
3089         (auth-source-backend-parse): Handle new backend 'plstore.
3090         * plstore.el: New file.
3091
3092 2011-06-30  Glenn Morris  <rgm@gnu.org>
3093
3094         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3095
3096 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3099         expiring articles to.
3100
3101         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3102         variations as ASCII (bug#5458).
3103
3104 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3107
3108 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * message.el (message-point-in-header-p): Tweak the function to default
3111         to saying that we're not in the headers if there is no separator at
3112         all.  This makes it possible to use the Message version of `M-q' in
3113         buffers with no headers (bug#7987).
3114         (message-point-in-header-p): Fix last checkin to work with an empty
3115         mail-header-separator, too.
3116
3117         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3118         again, save the choice via customize.
3119
3120 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3123
3124         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3125         ended the connection, bail out before waiting infinitely on a new
3126         connection.
3127
3128 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3129
3130         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3131         reports.
3132
3133         * gnus.el (gnus-bug-package): Use "gnus."
3134         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3135
3136 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3137
3138         * dgnushack.el: Make the timer warning go away on XEmacs.
3139
3140         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3141         animations going on at article exit time.
3142
3143         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3144         since removing it breaks people upgrading.
3145
3146         * shr.el (shr-put-image): Use the new interface for animating images.
3147         (shr-put-image): Animate for 60 seconds.
3148
3149         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3150         avoid compiler warnings.
3151
3152         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3153         error with `find-file-hooks' on Emacs 22.
3154         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3155         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3156         on all architectures.
3157
3158         * spam.el (spam-stat): Require in a normal fashion without binding
3159         `spam-stat-install-hooks' to avoid compilation warnings.
3160
3161         * spam-stat.el (spam-stat-install-hooks): Remove.
3162         (spam-stat-install-hooks): Don't run automatically.
3163
3164 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3165
3166         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3167         and keystroke.
3168
3169 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * auth-source.el (auth-source-netrc-cache): Move forward.
3172
3173 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * proto-stream.el (proto-stream-open-starttls): Use
3176         `gnutls-available-p' to see whether we have built-in support.
3177
3178         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3179         we already know.
3180         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3181         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3182
3183 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3186         %S format, since that looks odd.
3187         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3188         file, especially when saving.
3189
3190 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3191
3192         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3193         article found.
3194
3195 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3196
3197         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3198         `auth-source-save-secrets' with a more sensitive alist that can be
3199         configured per file.  Experimental, so defaults to 'never.
3200         (auth-source-netrc-create): Use it.  Still experimental code.
3201         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3202         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3203
3204 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3205
3206         * auth-source.el (auth-source-save-secrets): New variable to control if
3207         secret tokens should be saved encrypted.
3208         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3209         to `auth-source-netrc-normalize'.
3210         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3211         on the EPA variables being defined.
3212         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3213         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3214         the lexical-let closure.
3215         (auth-source-netrc-create): Create "gpg:" tokens according to
3216         `auth-source-save-secrets'.
3217
3218 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * gnus-group.el (gnus-group-update-group): Add new argument
3221         `info-unchanged' that stops updating dribble buffer.
3222
3223         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3224         deletes lines matching to it in dribble buffer.
3225
3226         * gnus-agent.el (gnus-agent-fetch-group-1):
3227         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3228         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3229         * gnus-start.el (gnus-group-change-level):
3230         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3231
3232         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3233         if newsgroup info is not changed.
3234
3235         * gnus-group.el (gnus-group-get-new-news-this-group):
3236         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3237         Don't update dribble buffer.
3238
3239 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3240
3241         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3242         remove entries with groups we ignore.
3243
3244 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3247         the underline comes at the bottom.
3248
3249 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3250
3251         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3252         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3253         (gnus-registry-article-marks-to-names): Rename from
3254         `gnus-registry-user-format-function-M2'.
3255
3256 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3259         ephemeral group.
3260
3261 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262
3263         * shr.el (shr-browse-image): Copy the URL if called interactively.
3264
3265 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3268         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3269         done, then unselected articles may be marked as read.
3270
3271         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3272         since not doing this seems to lead to a race condition in pop3-logon.
3273
3274         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3275         so that the call chain it correct when we call "upwards".
3276
3277         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3278         in read-only groups.
3279
3280         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3281
3282         * message.el (message-cite-reply-position): Doc string fix.
3283
3284         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3285         avoid regexp overflow.
3286         (nnimap-transform-split-mail): Ditto.
3287
3288         * pop3.el (pop3-retr): Error out if the server closes the connection.
3289
3290 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3291
3292         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3293         mm-with-unibyte-current-buffer.  The buffer should not contain any
3294         multibyte chars anyway at this stage.
3295
3296 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3299         at the end of lines.
3300
3301 2011-05-29  Julien Danjou  <julien@danjou.info>
3302
3303         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3304
3305 2011-05-27  Glenn Morris  <rgm@gnu.org>
3306
3307         * gnus-group.el (gnus-bug-group-download-format-alist):
3308         Use the "maintainer" version of debian reports as well.
3309
3310 2011-05-26  Glenn Morris  <rgm@gnu.org>
3311
3312         * gnus-group.el (gnus-bug-group-download-format-alist):
3313         Use the "maintainer" version of debbugs.gnu.org reports.
3314
3315 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3318
3319 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3320
3321         * gnus-cus.el (gnus-agent-customize-category):
3322         * gnus-delay.el (gnus-delay-send-queue):
3323         * gnus.el (gnus-other-frame):
3324         Don't quote lambda expressions with `quote'.
3325
3326 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3327
3328         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3329         the thread moves us backwards and so we loop forever.
3330
3331 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3332
3333         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3334         whitespace in base64 data lines.
3335
3336 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3337
3338         * gnus-registry.el (gnus-registry-user-format-function-M):
3339         Use `mapconcat'.
3340         (gnus-registry-user-format-function-M2): Use to see the full text of
3341         the marks.  Make "," the mark text separator.
3342
3343         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3344         authentication with auth-source.
3345
3346 2011-05-17  Glenn Morris  <rgm@gnu.org>
3347
3348         * gnus-group.el (gnus-import-other-newsrc-file):
3349         Use insert-file-contents.
3350
3351 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3352
3353         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3354         1000 iterations.
3355
3356 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * nntp.el (nntp-open-connection): Check if process-type is available.
3359
3360 2011-05-16  Julien Danjou  <julien@danjou.info>
3361
3362         * shr.el (shr-tag-del): Add support for del tag.
3363
3364 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * gnus-html.el (gnus-html-put-image): Register a displayer.
3367
3368         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3369
3370 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3371
3372         * registry.el (prune-factor): New initialization parameter defaulting
3373         to 0.1.
3374         (registry-prune-hard): Use it.
3375
3376         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3377         0.1 expicitly.
3378
3379 2011-05-13  Glenn Morris  <rgm@gnu.org>
3380
3381         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3382         is bound, since this function requires sendmail.
3383
3384 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3385
3386         * registry.el (registry-usage-test): Disable pruning test.
3387
3388 2011-05-11  David Engster  <dengste@eml.cc>
3389
3390         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3391         Bind set-network-process-option for XEmacs.
3392
3393 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3394
3395         * registry.el (registry-prune-hard-candidates)
3396         (registry-prune-soft-candidates): Helper methods for registry pruning.
3397         (registry-prune): Use them.  Make the sort function optional.
3398
3399 2011-05-10  Jim Meyering  <meyering@redhat.com>
3400
3401         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3402
3403 2011-05-10  Julien Danjou  <julien@danjou.info>
3404
3405         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3406         symbol and not a list.
3407
3408 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus-art.el (gnus-article-mode): Move binding of
3411         shr-put-image-function here from gnus-article-prepare-display.
3412
3413         * shr.el (shr-put-image-function): New variable.
3414         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3415         (shr-put-image): Return scaled image.
3416
3417         * gnus-art.el (gnus-shr-put-image): New function.
3418         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3419
3420         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3421         original ones, as deletable.
3422
3423 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3424
3425         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3426
3427 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3428
3429         * registry.el (registry-full): Add convenience method.  Fix logic.
3430         (registry-insert): Use it.  Fix logic here too.
3431
3432         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3433         `registry-prune' if `registry-full' returns t.
3434         (gnus-registry-handle-action)
3435         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3436         (gnus-registry-usage-test): Use it.
3437
3438 2011-05-07  Julien Danjou  <julien@danjou.info>
3439
3440         * shr.el (shr-link): Make shr-link inherit from link by default.
3441
3442 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3443
3444         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3445
3446 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3447
3448         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3449         error out because the face is not a list.
3450
3451 2011-05-05  Glenn Morris  <rgm@gnu.org>
3452
3453         * proto-stream.el (gnutls-negotiate): Fix declarations.
3454
3455         * gnus-start.el (gnus-propagate-marks): Declare.
3456
3457 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3458
3459         * registry.el (registry-reindex): Fix percentage message.
3460
3461         * proto-stream.el (network-stream-open-starttls): Adjust to call
3462         `gnutls-negotiate' with :process and :hostname arguments.
3463
3464 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3465
3466         * shr.el: Add shr-link face for links.
3467         (shr-urlify): Use it.
3468
3469         * registry.el (registry-insert): Make error message more helpful.
3470
3471 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * gnus-html.el (gnus-html-schedule-image-fetching):
3474         Use url-queue-retrieve, if it exists.
3475
3476         * shr.el (shr-tag-img): Ditto.
3477
3478         * gnus.el: Autoload more gnus-agent functions.
3479
3480         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3481         agent if we haven't already (bug#8502).
3482
3483         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3484         into the Agent, too.
3485
3486         * gnus-agent.el (gnus-agent-store-article): New function.
3487
3488         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3489         and moved from that file for reuse.
3490
3491         * pop3.el (pop3-open-server): Error messages are "-ERR".
3492
3493 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3496         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3497
3498 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3499
3500         * gnus.el: No Gnus v0.17 is released.
3501
3502 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3503
3504         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3505         buffer has moved to a different frame.
3506
3507 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3510         to get the conversion from unibyte to multibyte buffers to work on
3511         Emacs 22.
3512
3513         * nntp.el (nntp-request-article): Slight clean-up.
3514
3515 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516
3517         * shr.el (shr-strike-through): New face.
3518         (shr-tag-s): Use it to provide <s> support.
3519         (shr-tag-s): Remove duplicate definition.
3520
3521 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3522
3523         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3524         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3525
3526 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3527
3528         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3529         `gnutls-negotiate'.
3530         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3531
3532 2011-04-23  Glenn Morris  <rgm@gnu.org>
3533
3534         * gnus-sum.el (gnus-extra-headers): Bump :version.
3535
3536 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * shr.el (shr-tag-sup): New function.
3539         (shr-tag-sub): Ditto.
3540
3541 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3542
3543         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3544         for the case where `gnus-registry-ignored-groups' is a list of lists,
3545         and don't call `gnus-parameter-registry-ignore' otherwise.
3546
3547 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3548
3549         * nnimap.el (nnimap-user): New backend variable.
3550         (nnimap-open-connection-1): Use it.
3551         (nnimap-credentials): Accept user parameter so it's explicit what user
3552         name is desired.
3553
3554         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3555         default.
3556
3557         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3558         not gnus-registry.el.
3559
3560         * gnus-registry.el: Mention in comments how to modify
3561         `gnus-extra-headers' for proper recipient tracking and that it may
3562         already have To and Cc recently, which it does as of this commit.
3563         (gnus-registry-ignored-groups): Remove defcustom.
3564         Explain why in comments.
3565         (gnus-registry-action): Fix data-header reference to use the extra
3566         headers.  Explain in package commentary how to add To and Cc headers to
3567         the gnus-extra-headers.
3568         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3569         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3570         parameter list or a string list in `gnus-registry-ignored-groups'.
3571         Fix logic error.
3572
3573 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3574
3575         * shr.el (shr-expand-url): Protect against null urls.
3576
3577 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578
3579         * shr.el (shr-base): New binding.
3580         (shr-tag-base): Keep track of <base>.
3581         (shr-expand-url): New function used throughout.
3582
3583 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3584
3585         * gnus-registry.el
3586         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3587         (gnus-registry-ignored-groups): New variable.
3588         (gnus-registry-ignore-group-p): Use it.
3589         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3590         set the destination group to nil (same as delete) if it's ignored.
3591
3592 2011-04-20  David Engster  <dengste@eml.cc>
3593
3594         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3595
3596         * Makefile.in (test-nntp): New rule.
3597         (check): Add it.
3598         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3599
3600 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * gnus-registry.el (gnus-registry-action)
3603         (gnus-registry-fetch-header-fast):
3604         Don't use mail-header that looks an internal function of mailheader.el.
3605
3606 2011-04-19  Glenn Morris  <rgm@gnu.org>
3607
3608         * time-date.el (time-to-days): Remove unused local variables.
3609
3610 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-registry.el: Eliminate cl functions.
3613         (gnus-registry-sort-addresses): New function that replaces mapcan.
3614         (gnus-registry-action, gnus-registry-spool-action)
3615         (gnus-registry-split-fancy-with-parent)
3616         (gnus-registry-fetch-recipients-fast): Use it.
3617         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3618
3619         * registry.el (initialize-instance, registry-lookup)
3620         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3621         (registry-lookup-secondary-value, registry-search, registry-delete)
3622         (registry-insert, registry-reindex, registry-size, registry-prune):
3623         Use eval-and-compile.
3624
3625 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3626
3627         * registry.el (registry-reindex): New method to recreate the secondary
3628         registry indices.
3629
3630         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3631         tracked field changes.
3632         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3633         (gnus-registry-action, gnus-registry-spool-action)
3634         (gnus-registry-handle-action)
3635         (gnus-registry--split-fancy-with-parent-internal)
3636         (gnus-registry-split-fancy-with-parent)
3637         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3638         move, and delete actions, and for fancy splitting with parent.
3639         (gnus-registry-extract-addresses)
3640         (gnus-registry-fetch-recipients-fast)
3641         (gnus-registry-fetch-header-fast): Convenience functions.
3642         (gnus-registry-misc-test): ERT test of
3643         `gnus-registry-extract-addresses'.
3644
3645 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3646
3647         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3648         Track by subject first, then sender.
3649
3650 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3651
3652         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3653
3654         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3655         Lisp.
3656
3657         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3658         (gnus-draft-send): Use it to avoid popping
3659         up frames from gnus-group-send-queue.
3660
3661 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3662
3663         * gnus-registry.el: Updated gnus-registry docs.
3664
3665 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3666
3667         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3668         Fix logic bug.
3669         (gnus-registry-post-process-groups): Fix logging of no results and
3670         quote sender and subject.
3671
3672 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3675         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3676         gnutls-cli are too slow to be done opportunistically.
3677
3678         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3679         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3680         we had no early-data returned.
3681         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3682         two async commands to the same server at the same time.
3683
3684 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3685
3686         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3687
3688 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689
3690         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3691         "warning" level.
3692
3693         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3694         (mm-url-insert-file-contents): Don't set the package names.
3695
3696 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3697
3698         * gnus-registry.el (gnus-registry-action): Remove properties and
3699         simplify subject in `gnus-registry-handle-action'.
3700         (gnus-registry-spool-action): Get subject and sender from message if
3701         they are not passed in.
3702         (gnus-registry-handle-action): Remove properties and simplify subject
3703         consistently.
3704
3705 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3706
3707         * registry.el: Require CL before using defmacro*.
3708
3709 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * gnus-art.el (article-treat-date): Assume that
3712         gnus-article-date-headers may be a group parameter.
3713
3714 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3715
3716         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3717
3718         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3719         interactively so the newsrc file can contain foreign groups too.
3720         Useful for debugging but not much for users.
3721
3722 2011-04-07  David Engster  <dengste@eml.cc>
3723
3724         * registry.el (registry-usage-test): Only do
3725         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3726         lexical binding.
3727
3728 2011-04-07  David Engster  <dengste@eml.cc>
3729
3730         * Makefile.in (check, test-registry): New rules for test-suite.
3731
3732 2011-04-06  David Engster  <dengste@eml.cc>
3733
3734         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3735         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3736
3737 2011-04-06  David Engster  <dengste@eml.cc>
3738
3739         * registry.el (initialize-instance): Change :after to :AFTER to be
3740         compatible with old EIEIO version in XEmacs.
3741
3742 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3743
3744         * gnus-registry.el (gnus-registry-post-process-groups)
3745         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3746         and provide better messaging.
3747
3748 2011-04-06  David Engster  <dengste@eml.cc>
3749
3750         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3751         errors.
3752
3753         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3754         dgnushack-compile with error-on-warn enabled, and to signal an error if
3755         clean compilation failed.
3756         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3757         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3758
3759 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3760
3761         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3762         unconditionally anyway, discarding errors.
3763         (gnus-registry-delete-entries): New convenience function.
3764         (gnus-registry-import-eld): Import from old .eld registry.
3765
3766         * registry.el: Don't use ERT if it's not available.  Load it
3767         unconditionally anyway, discarding errors.
3768
3769         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3770         version from the Claudio Bley GnuTLS patch (extra optional parameters
3771         and host name).
3772
3773 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3774
3775         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3776         fixup the parameters that can be customized by the user between
3777         save/read cycles.
3778         (gnus-registry-read): Use it.
3779         (gnus-registry-make-db): Use it.
3780         (gnus-registry-spool-action, gnus-registry-handle-action):
3781         Fix messaging.
3782         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3783         Map references to actual group names with sender and subject tracking.
3784         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3785         (gnus-registry-usage-test): Add subject lookup test.
3786
3787         * registry.el (registry-db, initialize-instance): Set up constructor
3788         instead of :initform arguments for the sake of older Emacsen.
3789         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3790         pre-lexbind merge bug.
3791         (registry-usage-test): Use it.
3792         (initialize-instance, registry-db): Move the non-function initforms
3793         back to the class definition.
3794
3795 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3796
3797         * registry.el: New library to manage gnus-registry-style data.
3798
3799         * gnus-registry.el: Use it (major rewrite).
3800
3801         * nnregistry.el: Use it.
3802
3803         * spam.el: Use it.
3804
3805 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806
3807         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3808         marks on non-selected articles.
3809
3810 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3811
3812         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3813         parameter to open-protocol-stream.
3814
3815 2011-04-01  Julien Danjou  <julien@danjou.info>
3816
3817         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3818         fundamental-mode.
3819
3820 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3823         servers.
3824
3825 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3828         made marks not propagate, again.
3829
3830 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3831
3832         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3833         Make this the default type.
3834         (proto-stream-open-plain): Rename from proto-stream-open-default.
3835         (open-protocol-stream, proto-stream-open-starttls)
3836         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3837         with `plain'.
3838
3839         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3840         value.
3841
3842         * nntp.el (nntp-open-connection-function): Document the fact that some
3843         values are not functions but are instead handled specially.
3844         Recognize nntp-open-plain-stream value.
3845         (nntp-open-connection): Recognize that value.
3846
3847 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848
3849         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3850         where it seems to be needed.
3851
3852 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3855         stuff.
3856
3857         * gnus-score.el (gnus-score-string): Fix calling convention of
3858         `gnus-simplify-buffer-fuzzy' after last patches.
3859
3860         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3861         server for articles we didn't get any headers for.  This is a sanity
3862         check.
3863
3864 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3865
3866         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3867         new CAPABILITY, use it.
3868
3869 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3872         downloading anything.
3873
3874         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3875
3876 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3877
3878         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3879         colors.
3880         (gnus-splash-svg-color-symbols): New function.
3881
3882 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883
3884         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3885         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3886         (gnus-simplify-subject-fuzzy): Use the local
3887         gnus-simplify-subject-fuzzy-regex instead of the global one.
3888         This makes using this variable in group parameters work.
3889
3890 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3891
3892         * gnus-registry.el (gnus-registry-unfollowed-groups):
3893         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3894         archive:sent-YYYY-MM-DD groups).
3895         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3896         tracking if there are more than `gnus-registry-max-track-groups'
3897         matches.
3898
3899 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3900
3901         * message.el (message--yank-original-internal): New function to do the
3902         insertion cleanly inside eval in `message-yank-original'.
3903         (message-yank-original): Use it.
3904
3905 2011-03-29  Julien Danjou  <julien@danjou.info>
3906
3907         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3908         local variables disabled rather than `normal-mode'.
3909
3910 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3911
3912         * imap.el (imap-shell-open, imap-process-connection-type):
3913         Use imap-process-connection-type for 'shell' streams as well as
3914         Kerberos, SSL, other subprocesses.
3915
3916 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3917
3918         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3919         with open-network-stream.
3920         (proto-stream-always-use-starttls): Option removed.
3921         (open-protocol-stream): Return a process object by default.  Provide a
3922         new parameter :return-list specifying a list-type return value, which
3923         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3924         :type `network' to `try-starttls', and `network-only' to `default'.
3925         Make `default' the default, for compatibility with open-network-stream.
3926         Handle the no-parameter case exactly as open-network-stream, with no
3927         additional stream processing.  Search plists using plist-get.
3928         Explicitly add :end-of-commend parameter if it is missing.
3929         (proto-stream-open-default): Rename from
3930         proto-stream-open-network-only.  Return 'default as the type.
3931         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3932         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3933         failed.  Always return a list with a (possibly dead) process as the
3934         first element, for compatibility with open-network-stream.
3935         (proto-stream-open-tls): Use plist-get.  Always return a list.
3936         (proto-stream-open-shell): Return `default' as connection type.
3937         (proto-stream-capability-open): Use plist-get.
3938         (proto-stream-eoc): Function deleted.
3939
3940         * nnimap.el (nnimap-stream, nnimap-open-connection)
3941         (nnimap-open-connection-1): Handle renaming of :type parameter for
3942         open-protocol-stream.
3943         (nnimap-open-connection-1): Pass a :return-list parameter
3944         open-protocol-stream to obtain a list return value.  Parse this list
3945         using plist-get.
3946
3947         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3948         for open-protocol-stream.  Accept open-protocol-stream return value
3949         that is a subprocess object instead of a list.  Handle the case of a
3950         dead returned process.
3951
3952 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3953
3954         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3955
3956         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3957
3958 2011-03-21  Julien Danjou  <julien@danjou.info>
3959
3960         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3961         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3962         query.
3963         (mm-inline-text): Render normal text with fontification whenever
3964         possible.
3965
3966         * gnus-sum.el (gnus-summary-save-parts-1):
3967         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3968         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3969         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3970         Use `mm-handle-filename'.
3971
3972         * mm-util.el (mm-handle-filename): New function, return the filename of
3973         an handle.
3974
3975 2011-03-18  Julien Danjou  <julien@danjou.info>
3976
3977         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3978         (gnus-buffer-live-p): Check that buffer is not nil.
3979
3980 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3981
3982         * gnus.el: No Gnus v0.15 is released.
3983
3984 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3985
3986         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3987         avoid warning on XEmacs.
3988
3989         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3990         on XEmacs.
3991
3992         * gnus-art.el: Require mouse, which the build bot seems to say is
3993         needed.
3994
3995         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3996
3997         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3998         XEmacs, since it doesn't have url-retrieve-synchronously.
3999
4000         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4001         since assoc-string doesn't exist in XEmacs.
4002
4003 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4004
4005         * gnus-group.el (gnus-group-list-ticked): New function.
4006         (gnus-group-make-menu-bar): Provide a menu entry for it.
4007         (gnus-group-list-map): Provide a binding for it.
4008
4009 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4010
4011         * shr.el (shr-visit-file): New command.
4012
4013         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4014
4015 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4016
4017         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4018         servers.
4019
4020 2011-03-16  Julien Danjou  <julien@danjou.info>
4021
4022         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4023         inline.
4024
4025         * gnus-art.el (article-hide-list-identifiers):
4026         Use gnus-group-get-list-identifiers.
4027
4028         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4029         (gnus-summary-remove-list-identifiers):
4030         Use gnus-group-get-list-identifiers to get regexp.
4031         (gnus-select-newsgroup, gnus-summary-insert-subject)
4032         (gnus-summary-insert-articles):
4033         Call gnus-summary-remove-list-identifiers unconditionally.
4034
4035 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4038         we're selecting a group with unread articles.
4039
4040         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4041
4042         * gssapi.el: New file separated out from imap.el to provide a general
4043         Kerberos 5 connection facility for Emacs.
4044
4045         * message.el (message-elide-ellipsis): Document the format spec
4046         ellipsis.
4047
4048 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4049
4050         * message.el (message-elide-region): Allow the ellipsis to say how many
4051         lines were removed.
4052
4053 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4056         window configurations containing buffers that are now dead.
4057
4058         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4059         parsing to avoid integer overflows.
4060         (nnimap-parse-flags): Simplify the last change.
4061         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4062         too large for 32-bit Emacsen.
4063
4064 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4065
4066         * auth-source.el (auth-source-netrc-create):
4067         * message.el (message-yank-original): Fix use of `case'.
4068
4069 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4070
4071         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4072         XEmacs, which was one character too wide.
4073
4074 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4075
4076         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4077         default number of articles to display.
4078         (gnus-articles-to-read): Use pretty names for prompt.
4079
4080 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4081
4082         * gnus-int.el (gnus-open-server): Ditto.
4083
4084         * gnus-start.el (gnus-activate-group): Give a backtrace if
4085         debug-on-quit is set and the user hits `C-g'.
4086         (gnus-read-active-file): Ditto.
4087
4088         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4089
4090 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4091
4092         * message.el (message-yank-original): Use cond instead of CL case.
4093
4094 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4095
4096         * auth-source.el (auth-source-netrc-create): Use usual format for the
4097         default in prompts.
4098
4099 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * lpath.el: Fbind read-char-choice for XEmacs.
4102
4103 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4104
4105         * auth-source.el (auth-source-netrc-create): Show the default in the
4106         prompt when prompting for token creation.
4107
4108 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4109
4110         * auth-source.el (auth-source-format-prompt): Always convert the value
4111         to a string to avoid evaluating non-string arguments.
4112         (auth-source-netrc-create): Offer default properly, not as initial
4113         content in `read-string'.
4114         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4115         of line to determine if we've been run before.  If so, don't run again,
4116         but print a trivial message to indicate the cache was hit instead.
4117
4118 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4119
4120         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4121         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4122         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4123         Gnus.
4124
4125 2011-03-11  Julien Danjou  <julien@danjou.info>
4126
4127         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4128         modified file".
4129
4130 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4131
4132         * auth-source.el (auth-source-read-char-choice): New function to read a
4133         character choice using `dropdown-list', `read-char-choice', or
4134         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4135         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4136         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4137         (auth-source-netrc-saver): Use it.
4138         (auth-source-pick-first-password): New convenience function.
4139
4140 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4141
4142         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4143         parameter in the credentials.
4144         (nnimap-open-connection-1): Use it after a successful login.
4145         (nnimap-credentials): Add IMAP-specific user and password prompt.
4146
4147         * auth-source.el (auth-source-search): Add :require parameter, taking a
4148         list.  Document it and the :save-function return token.  Pass :require
4149         down.  Change the CREATED message from a warning to a debug statement.
4150         (auth-source-search-backends): Pass :require down.
4151         (auth-source-netrc-search): Pass :require down.
4152         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4153         Change save prompt to indicate all modifications saved here are
4154         deletions.
4155         (auth-source-netrc-create): Take user login name as default in user
4156         prompt.  Move all the save functionality to a lexically bound function
4157         under the :save-function token in the returned list.  Set up clearer
4158         default prompts for user, host, port, and secret.
4159         (auth-source-netrc-saver): New function, intended to be wrapped for
4160         :save-function.
4161
4162 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4165         lines to be spaces instead.
4166
4167 2011-03-07  Julien Danjou  <julien@danjou.info>
4168
4169         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4170         (sieve-sasl-auth): Check that auth-source-search did return something,
4171         or just return an empty string.
4172
4173 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4174
4175         * gnus.el (gnus-interactive): Use read-directory-name.
4176
4177         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4178         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4179         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4180         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4181         Likewise.
4182
4183         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4184
4185 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4186
4187         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4188         onto the list of killed groups, too.  This makes killed nnimap groups,
4189         for instance, more reliably not reappear.
4190
4191         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4192         the parent.
4193
4194         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4195
4196         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4197         really have server-side marks.
4198
4199         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4200         since most backends do not usefully have server-side marks.
4201         (gnus-update-read-articles): Propagate marks to all backends that
4202         really have server-side marks.
4203
4204 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4205
4206         * message.el (message-cite-reply-position, message-cite-style):
4207         New variables.
4208         (message-yank-original): Use the new citation styles.
4209
4210 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4211
4212         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4213         buffer-local issue); don't mark it buffer-local when running under
4214         XEmacs.
4215
4216 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4217
4218         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4219         numbers too big to be `read'.
4220
4221 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4222
4223         * password-cache.el (password-in-cache-p): Add autoload.
4224
4225         * message.el (message-options): Make buffer-local two ways to attempt
4226         to fix a XEmacs bug.
4227
4228 2011-03-02  Julien Danjou  <julien@danjou.info>
4229
4230         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4231
4232 2011-03-01  Julien Danjou  <julien@danjou.info>
4233
4234         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4235         group.
4236         (article-hide-list-identifiers): Use list-identifier group parameter.
4237
4238 2011-02-28  Julien Danjou  <julien@danjou.info>
4239
4240         * sieve.el (sieve-buffer-script-name): New local variable to store
4241         sieve script name.
4242         (sieve-edit-script): Store sieve script name.
4243         (sieve-upload): Use sieve script name when uploading.
4244         (sieve-upload): Use substitute-command-keys.
4245         (sieve-edit-script): Use substitute-command-keys.
4246         (sieve-refresh-scriptlist): Use substitute-command-keys.
4247         (sieve-manage-mode-map): Define keymap properly.
4248         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4249         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4250         Remove commented code about cvs.
4251         (sieve-manage-quit): New function.
4252         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4253
4254 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255
4256         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4257
4258 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4259
4260         * auth-source.el (auth-source-search): Cache empty result sets.
4261
4262         * password-cache.el (password-in-cache-p): Convenience function to
4263         check if a key is in the cache, even if the value is nil.
4264
4265         * auth-source.el (auth-source-save-behavior): New variable to replace
4266         `auth-source-never-create'.
4267         (auth-source-netrc-create): Use it.
4268         (auth-source-never-save): Remove.
4269
4270 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4271
4272         * nnimap.el (nnimap-stream): Doc fix.
4273         (nnimap-open-connection-1): Reverse the order of the ports to that the
4274         prompted-for port is first.
4275
4276         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4277         retrieval by the no-group selection.
4278
4279         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4280         numerical parameters.
4281
4282 2011-02-25  Julien Danjou  <julien@danjou.info>
4283
4284         * gnus-gravatar.el: Use gnus-with-article-buffer.
4285
4286         * gnus-art.el (gnus-with-article-buffer): Check that the
4287         gnus-article-buffer is alive.
4288
4289 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4290
4291         * auth-source.el (auth-source-creation-prompts): New variable to manage
4292         creation-time prompts.
4293         (auth-source-search): Document it.
4294         (auth-source-format-prompt): Add utility function.
4295         (auth-source-netrc-create): Don't default the user name to
4296         user-login-name.  Use `auth-source-creation-prompts' and some default
4297         prompts for user, host, port, and password (the default generic prompt
4298         remains ugly).
4299         (auth-source-never-save): Add customizable option to never save info.
4300         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4301         mode excursion.
4302
4303 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4306         argument that XEmacs doesn't support.
4307
4308         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4309         compiled for Emacsen having no `libxml-parse-html-region' support.
4310
4311         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4312
4313         * lpath.el: Bind buffer-save-without-query for XEmacs.
4314
4315 2011-02-23  Julien Danjou  <julien@danjou.info>
4316
4317         * gnus-art.el (article-make-date-line): Ignore errors if time is
4318         invalid and not convertible.
4319         (article-make-date-line): Only add lapsed time if time is not nil.
4320
4321 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4322
4323         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4324         `read-char-choice' for backwards compatibility.
4325         (auth-source-netrc-element-or-first): New function to DTRT for
4326         parameter extraction.
4327         (auth-source-netrc-create): Use it and fix multiple parameter print
4328         bug.  Use the default passed from above (given-default) or the
4329         built-in (user-login-name for :user).
4330
4331 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4332
4333         * gnus-start.el (gnus-dribble-read-file):
4334         Set buffer-save-without-query, since we always want to save the dribble
4335         file, probably.
4336
4337         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4338         nnimap.
4339
4340         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4341         -summary- since it's a user-visible variable.
4342
4343         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4344         first time you use the new Gnus.
4345
4346 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4347
4348         * auth-source.el: Don't load netrc.el.
4349         (auth-sources): Search ~/.netrc as well by default.
4350         (auth-source-debug): Add 'trivia option for extra output.
4351         (auth-source-do-trivia): Use it.
4352         (auth-source-search): Simplify logic to use
4353         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4354         appropriate.  Don't keep a running count at this level.  Layer :create
4355         and :delete options appropriately on the first and second passes.
4356         Don't track the backend with the search results.
4357         (auth-source-search-backends): New function to search a list of
4358         backends for a processed spec.
4359         (auth-source-netrc-parse): Cache all netrc files, making
4360         auth-source-netrc-cache an alist keyed by the file name and using the
4361         file mtime as the caching criterion.  Keep the obfuscated data secret
4362         with a lexical bind.
4363         (auth-source-netrc-search): Don't calculate the length of the results
4364         unnecessarily.
4365         (auth-source-search-backends): Fix bug.
4366         (auth-source-netrc-create): Rework prompts.
4367
4368 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4369
4370         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4371         Lower case names of search constraints.
4372         (nnir-run-query): Cache and reuse search constraints for all imap
4373         servers.
4374
4375 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4376
4377         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4378         after exit.
4379         (gnus-setup-message): Define missing variable from last checkin.
4380
4381         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4382         value, show the raw article.
4383
4384 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4385
4386         * gnus.el: No Gnus v0.13 is released.
4387
4388 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4389
4390         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4391         auth-source now accepts numbers.
4392
4393         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4394         spec, too.
4395         (auth-source-ensure-strings): New function.
4396
4397         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4398         (gnus-article-setup-buffer): Always restart the date timer so that user
4399         changes to the frequency is respected.
4400
4401         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4402         port numbers, so make sure it gets that if nnimap-server-port is
4403         explicit.
4404
4405 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4406
4407         * nnimap.el (nnimap-inbox): Doc fix.
4408
4409 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4410
4411         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4412         Autoload.  Add optional arg FRAME, and pass it to color-values.
4413         (color-complement): Caller changed.  Doc fix.
4414         (color-gradient): Rewrite for better clarity and efficiency.
4415
4416 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4417
4418         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4419         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4420         color-lab-to-srgb.
4421
4422 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4423
4424         * color.el: First part of merge from hexrgb.el.
4425         (color-rgb-to-hex): Rename from color-rgb->hex.
4426         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4427         saturation to zero if the value is too small.
4428         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4429         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4430         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4431         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4432         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4433         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4434         (color-cie-de2000): Doc fix.
4435
4436 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4437
4438         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4439         given method as in the group name if we're using an extended method.
4440         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4441         command, if we're using that, instead of waiting for the beginning.
4442
4443         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4444         we're sure to get unique server names, and we don't output two async
4445         commands in the same buffer.  This fixes an NNTP hang for some users.
4446
4447 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4448
4449         * gnus.el: No Gnus v0.11 is released.
4450
4451 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4452
4453         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4454         summary buffer before reading going to the next buffer.  This avoids
4455         putting the point in the group buffer if you `C-g' the command.
4456
4457         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4458         cache (for now) to make ~/.authinfo.gpg files usable.
4459
4460         * nnfolder.el (copyright-update): Define for the compiler.
4461
4462         * auth-source.el (auth-source-search): Fix unbound variable.
4463
4464 2011-02-19  Glenn Morris  <rgm@gnu.org>
4465
4466         * gnus.el (gnus-meta): Doc fix.
4467
4468 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4469
4470         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4471         in case it's not yet loaded.
4472
4473 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4474
4475         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4476         line we're waiting for.
4477
4478 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4479
4480         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4481         face with line-width greater than zero will cause RET in gnus summary
4482         buffer to scroll down article page-wise because auto vscroll happens,
4483         it should be temporally disabled when doing a scroll-up.
4484
4485 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4486
4487         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4488         outputs from the server.
4489
4490 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4491
4492         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4493         later so that bbdb can hook in easier.
4494
4495 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4496
4497         * auth-source.el (auth-source-search): Don't try to create credentials
4498         if the caller doesn't want that.
4499         (auth-source-search): If we don't find a match, don't bug out on
4500         non-bound variables.
4501         (auth-source-search): Only ask a single backend to create the
4502         credentials.
4503
4504         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4505         logging.
4506         (nnimap-credentials): Protect against auth-source-search returning nil.
4507         (nnimap-request-list): Protect against not being able to open the
4508         server.
4509
4510 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4511
4512         * auth-source.el (auth-source-search): Do a two-phase search, one with
4513         no :create to get the responses from all backends.
4514
4515         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4516         when getting credentials.
4517
4518         * gnus-util.el (gnus-delete-duplicates): New function.
4519
4520 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4521
4522         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4523         a creation default, pass the whole port list down.  It will be
4524         completed.
4525
4526         * auth-source.el (auth-source-search): Updated docs to talk about
4527         multiple creation choices.
4528         (auth-source-netrc-create): Accept a list as a value (from the search
4529         parameters) and do completion on that list.  Keep a separate netrc line
4530         with the password obscured for showing the user.
4531
4532         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4533         first choice to `auth-source-search' so it will be used for entry
4534         creation instead of the server's Gnus-specific name.
4535         (nnimap-credentials): Rely on the auth-source library to select which
4536         port is actually wanted in the new netrc entry, so don't override
4537         `auth-source-creation-defaults'.
4538
4539         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4540         :protocol and accept a missing user, host, or port as a wildcard match.
4541         (auth-source-debug): Default to off.
4542
4543         (auth-source-netrc-search, auth-source-netrc-create)
4544         (auth-source-secrets-search, auth-source-secrets-create)
4545         (auth-source-user-or-password, auth-source-backend, auth-sources)
4546         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4547         instead of :protocol.
4548
4549         * nnimap.el (nnimap-credentials): Pass a port default to
4550         `auth-source-search' in case an entry needs to be created.
4551         (nnimap-open-connection-1): Use :port instead of :protocol.
4552
4553 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4554
4555         * auth-source.el: Bind load-path when loading EIEIO from
4556         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4557         21.4 doesn't support, to `require'.
4558         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4559         delete-dups that is not available in XEmacs 21.4.
4560
4561 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4562
4563         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4564         as EIEIO must also be loaded when auth-source.el is being
4565         byte-compiled.
4566
4567 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4568
4569         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4570
4571         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4572
4573         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4574
4575         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4576
4577         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4578
4579         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4580
4581         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4582
4583         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4584         necessary.
4585
4586 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4587
4588         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4589         nil means that nnimap doesn't get updated.
4590
4591 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4594         result when the user doesn't want to write to the file.
4595         (auth-source-netrc-search): Expect a synthetic result and proceed
4596         accordingly.
4597         (auth-source-cache-expiry): New variable to override
4598         `password-cache-expiry'.
4599         (auth-source-remember): Use it.
4600
4601         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4602         parameter.  Create entry if necessary by using :create t.
4603         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4604
4605 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4606
4607         * auth-source.el (auth-source-debug): Enable by default and don't
4608         mention the obsolete `auth-source-hide-passwords'.
4609         (auth-source-do-warn): New function to debug unconditionally.
4610         (auth-source-do-debug): Use it.
4611         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4612         and for Secrets API entries when the secrets.el library is not
4613         available.
4614
4615 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4616
4617         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4618         (gnus-summary-exit): Kill the correct article buffer on exit from a
4619         `C-d' group.
4620
4621         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4622         gnus-propagate-marks.
4623
4624         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4625         before killing the buffers so that a non-full window conf gets handled
4626         correctly.
4627         (gnus-summary-exit): Ditto.
4628         (gnus-summary-read-group-1): Ditto.
4629
4630         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4631         async code again so that we can debug it properly.
4632
4633         * message.el (message-reply): Take an optional switch-buffer parameter
4634         so that Gnus window confs are respected better.
4635
4636 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4637
4638         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4639         `plist-get' to accept non-list parameters (XEmacs issue).
4640         Fix docstring.
4641         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4642         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4643         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4644         Login collection is "Login" and not "login".
4645
4646 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4647
4648         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4649         multiple headers.
4650
4651         * nnimap.el (nnimap-inhibit-logging): New variable.
4652         (nnimap-log-command): Don't log login commands.
4653
4654         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4655         to have more parameters.
4656
4657         * nnimap.el (nnimap-send-command): Mark the command time for each
4658         command, so that we don't get NOOPs stepping on our toes.
4659
4660         * gnus-art.el (article-date-ut): Get the date from the Date header on
4661         `t'.
4662
4663 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * auth-source.el (auth-source-search): Use copy-sequence instead of
4666         the cl.el copy-list.
4667
4668 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4669
4670         * imap.el: Bring it back (revert
4671         84d800cd31de3064f0ed39617d725709a2f8f42f).
4672
4673 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4674
4675         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4676         Improve prompt.
4677
4678 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4679
4680         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4681         washing status from the default format.  It isn't very informative.
4682
4683 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4684
4685         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4686         Fix Gcc processing on imap.
4687
4688 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * imap.el: Remove file.  All the functionality is in nnimap.el.
4691
4692 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4693
4694         * message.el (message-bury): Don't pop up a new window when selected
4695         window is dedicated.
4696
4697 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4698
4699         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4700
4701 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4702
4703         * sieve-manage.el: Autoload `auth-source-search'.
4704         (sieve-sasl-auth): Use it.
4705
4706 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * nnimap.el: Autoload `auth-source-forget+'.
4709         (nnimap-open-connection-1): Use it if the connection fails.
4710
4711         * auth-source.el: Require `password-cache'.
4712         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4713         obsolete.
4714         (auth-source-magic): Marker for `password-cache' keys.
4715         (auth-source-do-cache): Update docstring.
4716         (auth-source-search): Use and check cache.
4717         (auth-source-forget-all-cached, auth-source-remember)
4718         (auth-source-recall, auth-source-forget, auth-source-forget+)
4719         (auth-source-specmatchp): Caching support functions.
4720         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4721         Remove and obsolete.
4722         (auth-source-user-or-password): Remove caching to further discourage
4723         using it.  Always hide passwords.
4724
4725         * password-cache.el (password-cache-remove): Accept secrets that are
4726         not strings.
4727
4728 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4729
4730         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4731         code for now, since it doesn't work for all users.
4732
4733 2011-02-09  Julien Danjou  <julien@danjou.info>
4734
4735         * message.el (message-options): Make message-options really buffer
4736         local.
4737
4738 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4739
4740         * mail-source.el: Autoload `auth-source-search'.
4741         (mail-source-keyword-map): Note order matters.
4742         (mail-source-set-1): Get all the mail-source source values and
4743         defaults and search auth-source on those if needed.  This can all
4744         probably be simplified.
4745
4746         * nnimap.el: Autoload `auth-source-search'.
4747         (nnimap-credentials): Use it.
4748         (nnimap-open-connection-1): Ask for the virtual server and physical
4749         address in one shot.
4750
4751         * nntp.el: Autoload `auth-source-search'.
4752         (nntp-send-authinfo): Use it.  Note TODO.
4753
4754 2011-02-08  Julien Danjou  <julien@danjou.info>
4755
4756         * shr.el (shr-tag-body): Add support for text attribute in body
4757         markups.
4758
4759         * message.el (message-options): Make message-options a local variable.
4760
4761 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4762
4763         * auth-source.el (auth-source-secrets-search)
4764         (auth-source-user-or-password): Use `append' instead of `nconc'.
4765         (auth-source-user-or-password): Build return list better and protect
4766         against nil :secret.
4767
4768 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4769
4770         * nnimap.el (nnimap-update-info): Refactor slightly.
4771         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4772         (nnimap-update-info): Clean up slightly.
4773         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4774         characters.
4775         (nnimap-process-quirk): Rename function to avoid collision.
4776         (nnimap-update-info): Fix macrology bug-out.
4777         (nnimap-update-info): Simplify split history test.
4778
4779 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4780
4781         * auth-source.el (top): Require 'eieio unconditionally.
4782         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4783         (auth-source-secrets-search): Limit search when `max' is greater than
4784         number of results.
4785
4786 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4787
4788         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4789         part not returning any data.
4790
4791         * proto-stream.el (open-protocol-stream): Document the return value.
4792
4793 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4794
4795         * auth-source.el (auth-source-secrets-search): Add examples.
4796
4797 2011-02-06  Julien Danjou  <julien@danjou.info>
4798
4799         * message.el (message-setup-1): Handle message-generate-headers-first
4800         set to t.
4801
4802 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4803
4804         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4805         API with a string "secrets:collection-name" and with 'default.
4806         (auth-source-backend-parse): Parse "secrets:collection-name" and
4807         'default.  Recurse on parses instead of repeating code.  Use the
4808         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4809         message when ignoring a source.
4810         (auth-source-search): List ignored search keys at the top level.
4811         (auth-source-netrc-create): Use `case' instead of `cond'.
4812         (auth-source-secrets-search): Created with TODOs.
4813         (auth-source-secrets-create): Created with TODOs.
4814         (auth-source-retrieve, auth-source-create, auth-source-delete)
4815         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4816         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4817         (auth-source-user-or-password-sftp)
4818         (auth-source-user-or-password-smtp): Remove.
4819         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4820         around `auth-source-search'.  Not tested thoroughly.
4821
4822 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4823
4824         * auth-source.el: Bring in assoc and eioeio libraries.
4825         (secrets-enabled): New variable to track the status of the Secrets API.
4826         (auth-source-backend): New EIOEIO class to represent a backend.
4827         (auth-source-creation-defaults): New variable to set prompt defaults
4828         during token creation (see the `auth-source-search' docstring for
4829         details).
4830         (auth-sources): Simplify to allow a simple string as a netrc backend
4831         spec.
4832         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4833         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4834         (auth-source-search): Main auth-source API entry point.
4835         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4836         (auth-source-search-collection): Helper function for searching.
4837         (auth-source-netrc-parse, auth-source-netrc-normalize)
4838         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4839         Supports search, create, and delete.
4840         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4841         backend stubs.
4842         (auth-source-user-or-password): Call `auth-source-search' but it's not
4843         ready yet.
4844
4845 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4846
4847         * message.el (message-setup-1): Remove the read-only stuff, since it
4848         doesn't work under XEmacs, for some reason.
4849
4850         * gnus-sum.el (gnus-user-date): Rename back from
4851         gnus-summary-user-date since user code refers to it.
4852
4853         * shr.el (shr-render-td): Store the actual background color used.
4854
4855         * message.el (message-setup-1): Don't bind the constant
4856         -forbidden-properties.
4857         (message-setup-1): Revert previous change, since it needs to bind the
4858         props to insert them.
4859         (message-resend): Allow removing the read-only separator line.
4860
4861 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4862
4863         * nnimap.el (nnimap-request-accept-article): Give an error message if
4864         the APPEND wasn't successful.
4865
4866 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4867
4868         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4869         that have no groups.
4870
4871 2011-02-03  Julien Danjou  <julien@danjou.info>
4872
4873         * gnus-draft.el: Remove progn around gnus-draft-setup.
4874
4875 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4876
4877         * gnus-start.el (gnus-read-active-for-groups): This function is never
4878         called with a nil `infos', so clean that up.
4879         (gnus-get-unread-articles): Request active files from primary/secondary
4880         methods that have no groups (yet).
4881
4882 2011-02-03  Julien Danjou  <julien@danjou.info>
4883
4884         * message.el (message-setup-1): Always generate References first.
4885         (message-mail): Return the return value of message-setup, not always t.
4886         (message-setup-1): Insert mail-header-separator with read-only and
4887         intangible properties set.
4888
4889         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4890         user-date in docstring.
4891
4892         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4893
4894         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4895         docstring.
4896
4897         * gnus.el (gnus-user-date-format-alist): Change default value.
4898         Use defcustom, with type and group. Move from gnus-util.el.
4899         Rename to gnus-summary-user-date-format-alist.
4900
4901 2011-02-03  Glenn Morris  <rgm@gnu.org>
4902
4903         * nnimap.el (gnus-fetch-headers): Declare.
4904
4905         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4906
4907 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4908
4909         * message.el (message-forward-make-body-digest-plain)
4910         (message-followup, message-reply): Clean up things noted by Stefan.
4911
4912         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4913         gnus-article-update-date-headers is nil.
4914         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4915         it didn't really work with defcustom.
4916         (article-update-date-lapsed): Make sure the window start doesn't move,
4917         either.
4918
4919 2011-02-01  Julien Danjou  <julien@danjou.info>
4920
4921         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4922         format.
4923
4924         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4925         standard in Emacs nowadays.
4926
4927         * color.el (color-gradient): Add a color-gradient function.
4928
4929 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4930
4931         * message.el (message-expand-name): Don't trust the return value of
4932         bbdb-complete-name.
4933         (message-check-news-header-syntax): Remove unused var `start'.
4934         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4935         (message-inhibit-body-encoding): Move to before first use.
4936         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4937         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4938         (Organization, Message-ID, Date, mh-previous-window-config):
4939         Defvar the vars using dynamic scoping.
4940
4941 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4942
4943         * shr.el (shr-render-td): Only do colors at the final rendering.
4944         Should be slightly faster.
4945         (shr-insert-table): Fix up TD background colors when doing the
4946         vertical padding.
4947
4948         * gnus-art.el (article-date-ut): Protect against articles with no Date
4949         header.
4950         (article-update-date-lapsed): Don't use current-column to find the
4951         horizontal position.  It's fragile in the presence of \003 characters.
4952
4953         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4954
4955 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4956
4957         * gnus-art.el (article-transform-date): Rewrite to still work when
4958         there are several rfc2822 parts.
4959         (article-transform-date): Fix infinite recursion.
4960         (article-date-ut): Replace infinitely many Date headers with a single
4961         one when called interactively.
4962
4963         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4964         secure manner.
4965
4966         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4967         move around by not using save-window-excursion.  It seems to work...
4968
4969 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * gnus-art.el (article-make-date-line): Work for user-defined format.
4972
4973 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4974
4975         * nntp.el (nntp-retrieve-group-data-early)
4976         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4977         fetching functions.
4978
4979         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4980         thoroughly for all backends that have no known groups.  This should
4981         allow new nnml methods to retrieve mail.
4982
4983         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4984         that Gnus doesn't know exists again.
4985
4986         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4987         (gnus-treat-date-ut): Ditto.
4988         (gnus-article-update-date-header): Rename.
4989         (gnus-treat-date-local): Remove.
4990         (gnus-treat-date-english): Remove.
4991         (gnus-treat-date-lapsed): Remove.
4992         (gnus-treat-date-combined-lapsed): Remove.
4993         (gnus-treat-date-original): Remove.
4994         (gnus-treat-date-iso8601): Remove.
4995         (gnus-treat-date-user-defined): Remove.
4996         (gnus-article-date-headers): New variable to control all the date
4997         header options.
4998         (article-date-ut): Rewrite to allow using the new way to format date
4999         headers(s).
5000
5001 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5002
5003         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5004         method.
5005         (nnmail-article-group): A better test for fanciness.
5006
5007         * nnimap.el (nnimap-request-head): Protect against not finding the
5008         article by Message-ID.
5009
5010 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5011
5012         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5013         keep point at the "same place".
5014
5015 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5016
5017         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5018         data if the group is inactive.
5019
5020 2011-01-28  Julien Danjou  <julien@danjou.info>
5021
5022         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5023         (gnus-all-windows-visible-p): Remove old compatibility code.
5024         (gnus-window-top-edge): Add docstring.
5025
5026         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5027
5028 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5029
5030         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5031         older request-update-info.
5032
5033         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5034
5035 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5036
5037         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5038         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5039
5040 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5041
5042         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5043         groups.  This makes the nndraft:queue group pop up if it's not already
5044         there.
5045
5046         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5047         messages" logic, which was reversed.
5048
5049         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5050         the "same place" even if point is on the line being replaced.
5051         (article-update-date-lapsed): Allow updating both the combined lapsed
5052         and the lapsed headers.
5053         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5054         (article-make-date-line): Limit the number of segments dynamically to
5055         avoid too-long lines.
5056
5057 2011-01-27  Julien Danjou  <julien@danjou.info>
5058
5059         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5060         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5061
5062 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5065         Use plist-get instead of the cl function getf.
5066
5067 2011-01-27  Glenn Morris  <rgm@gnu.org>
5068
5069         * gnus-util.el (float-time): Get rid of compiler warning, again.
5070
5071 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5072
5073         * shr.el (shr-put-color): Special-case background colors: Do put them
5074         at the blank parts at the front of the lines.
5075
5076         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5077         exit hook to nix out all data on readedness on group exit.
5078
5079         * gnus-util.el (float-time): If float-time is bound, always use it on
5080         all Emacsen.  It's unclear why the subrp check was there.
5081         (time-date): Require to make some autoload issues on XEmacs go away.
5082
5083         * shr.el (shr-put-color): Don't do the box padding in tables, since
5084         they're already padded.
5085
5086 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5087
5088         * gnus-art.el (gnus-article-next-page): When the last line of the
5089         article is displayed, scroll down once more instead of going to the
5090         next article at once.
5091         (article-lapsed-string): Refactor out and allow specifying how many
5092         segments you want.
5093         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5094         (gnus-article-update-lapsed-header): New variable.
5095
5096         * shr.el: Revert change that made headings use different-sized faces.
5097         The Emacs display engine isn't advanced enough that, for instance,
5098         tables can comfortably use differently-sized faces.
5099
5100 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5101
5102         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5103         used.
5104         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5105         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5106         we're using an encrypted connection.
5107
5108         * proto-stream.el: Alter the interface functions to also return the
5109         actual stream type used: network or tls.
5110
5111 2011-01-25  Julien Danjou  <julien@danjou.info>
5112
5113         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5114         (mm-display-javascript-inline): New function.
5115
5116         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5117         viewing function.
5118
5119 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * shr.el (shr-expand-newlines): Fix variable name.
5122
5123 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5124
5125         * shr.el (shr-expand-newlines): Make nested boxes work.
5126
5127 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5128
5129         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5130         backgrounds.
5131         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5132         in a more sensible manner.
5133
5134 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5135
5136         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5137         if EPG is loaded.
5138
5139 2011-01-24  Julien Danjou  <julien@danjou.info>
5140
5141         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5142         tags.
5143
5144 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5145
5146         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5147         commands.
5148
5149         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5150         in the article buffer.
5151         (gnus-gravatar-insert): Use blank space from the current buffer to
5152         avoid breaking text properties.  This makes X-Sent updating work again.
5153
5154         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5155
5156 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5157
5158         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5159         fix the bug in url-http.el instead.
5160
5161         * shr.el (shr-image-fetched): Ditto.
5162
5163         * shr.el (shr-image-fetched): Avoid having point move in the article
5164         buffer.
5165
5166         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5167         buffer after being called.  It's apparently being killed by url.el, and
5168         killing it made point move to end-of-buffer in a random buffer.
5169
5170         * shr.el (shr-image-fetched): Ditto.
5171
5172 2011-01-23  Julien Danjou  <julien@danjou.info>
5173
5174         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5175
5176         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5177         text/x-org.
5178
5179 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5180
5181         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5182         (i.e., nnimap) returning nil as the article number.
5183
5184 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5185
5186         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5187         "DelSp" parameter in RFC3676.
5188
5189 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5190
5191         * message.el (message-check-recipients): Display the encoded version of
5192         the bogus address if they differ.
5193
5194         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5195         after sending.
5196
5197         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5198
5199         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5200
5201         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5202         group buffer after sending the queue.
5203
5204         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5205
5206 2011-01-22  Julien Danjou  <julien@danjou.info>
5207
5208         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5209
5210 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5211
5212         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5213         nested related parts.
5214
5215         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5216         unexpired articles.  This fixes the regression that led expiry marks to
5217         disappear from nnfolder groups.
5218
5219 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5220
5221         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5222         Don't confuse the "ret" of "retrograde" with RET.
5223
5224 2011-01-21  Julien Danjou  <julien@danjou.info>
5225
5226         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5227         than mm-insert-inline.
5228
5229 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5232         Widen article buffer.
5233
5234 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5235
5236         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5237         the temp buffer.
5238         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5239
5240 2011-01-20  Julien Danjou  <julien@danjou.info>
5241
5242         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5243
5244         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5245         than mm-insert-inline to insert inline part: this respect
5246         mm-inline-media-tests displayers.
5247
5248         * mm-view.el (mm-display-shell-script-inline): New function.
5249
5250         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5251
5252         * mm-uu.el (mm-uu-type-alist): Add org block.
5253         (mm-uu-org-src-code-block-extract): New function.
5254
5255         * mm-view.el (mm-display-org-inline): New function.
5256
5257         * mm-decode.el (mm-automatic-display): Add text/org.
5258
5259         * mailcap.el (mailcap-mime-extensions): Add .org.
5260
5261 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5264         gnus-article-add-buttons.
5265
5266 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5267
5268         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5269         From header with a date and "nobody" as the sender.
5270
5271 2011-01-19  Julien Danjou  <julien@danjou.info>
5272
5273         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5274         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5275         if you have the same regexp several times.
5276         (gnus-button-push): Fix matching when regexp is symbol.
5277
5278 2011-01-15  Glenn Morris  <rgm@gnu.org>
5279
5280         * message.el (message-mail): A compose-mail function should
5281         accept headers as strings.
5282
5283 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5284
5285         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5286         Add :vert-only tags.
5287         (message-mail): New arg RETURN-ACTION.
5288         (message-return-action): New var.
5289         (message-bury): Use it.
5290         (message-mode): Make it buffer-local.
5291         (message-send-and-exit): Always call message-bury.
5292
5293         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5294         message-mail.
5295
5296 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297
5298         * nnimap.el (nnimap-convert-partial-article): Protect against
5299         zero-length body parts.
5300
5301         * mm-decode.el (mm-preferred-alternative-precedence):
5302         Discourage showing empty parts.
5303
5304         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5305         and stuff if the backend didn't return the article number.  This fixes
5306         an Exchange-related nnimap bug.
5307
5308         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5309         group window, because it does the wrong thing when a separate frame
5310         displays the group buffer.
5311
5312         * proto-stream.el (open-protocol-stream): Protect against the low-level
5313         transport functions returning nil.
5314
5315 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5316
5317         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5318         (mml2015-epg-find-usable-secret-key): New function.
5319         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5320         mml2015-epg-find-usable-key (Bug#7797).
5321         (mml2015-epg-encrypt): Ditto.
5322
5323 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * dgnushack.el (rot13-string): Fix the way to get the argument.
5326
5327 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5328
5329         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5330
5331 2011-01-03  Glenn Morris  <rgm@gnu.org>
5332
5333         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5334
5335         * sieve.el (sieve-open-server): Give a more explicit error if
5336         sieve-manage-open returns nil.  (Bug#7720)
5337
5338 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5339
5340         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5341
5342 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5343
5344         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5345         This avoids sending passwords in plain text over non-encrypted
5346         channels.
5347
5348         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5349
5350         * nnimap.el (nnimap-login): Refactored out into own function, and
5351         implement CRAM-MD5.
5352         (nnimap-wait-for-line): Refactored out.
5353
5354         * mm-view.el (mml-smime): Require.
5355
5356 2010-12-20  David Engster  <deng@eml.cc>
5357
5358         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5359         use EPG to decrypt S/MIME messages instead of openssl.
5360
5361 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362
5363         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5364
5365         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5366         status is the group clearly is unreachable.
5367
5368         * auth-source.el (auth-source-create): Add the optional second
5369         parameter to `local-variable-p' to be compatible with XEmacs.
5370
5371 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5372
5373         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5374         work when using a compressed nnml folder.
5375
5376 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5379         backends after sanitising on entry, because this never makes sense:
5380         If the articles have gone missing, then the data no longer exists on
5381         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5382         overwrite anything anyway.
5383
5384         * shr.el (shr-insert-document): Bind shr-width dynamically to
5385         window-width if it's nil.
5386
5387 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5388
5389         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5390         with the meaning of using the full emacs window width for rendering.
5391
5392 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5393
5394         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5395         case when sender is not given.
5396
5397 2010-12-23  Julien Danjou  <julien@danjou.info>
5398
5399         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5400         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5401         the addresses, otherwise we might misplaced the gravatar.
5402
5403 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5404
5405         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5406         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5407         obsolete in Emacs.
5408
5409 2010-12-20  Julien Danjou  <julien@danjou.info>
5410
5411         * gnus-util.el (gnus-rescale-image): Revert last change.
5412
5413 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5414
5415         * binhex.el: Improve commentary (Bug#7482).
5416
5417 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * gnus-group.el (gnus-group-delete-articles): New command.
5420
5421 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5422
5423         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5424
5425 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426
5427         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5428         here, since it's up to the backends to do CRLF removal if their
5429         protocol has it.
5430
5431         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5432
5433 2010-12-17  Julien Danjou  <julien@danjou.info>
5434
5435         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5436         they are from file.  Can also scale up.
5437
5438 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5439
5440         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5441         Restore gnus-use-agent.
5442         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5443
5444         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5445
5446 2010-12-17  Julien Danjou  <julien@danjou.info>
5447
5448         * gravatar.el (gravatar-retrieve-synchronously): New function.
5449         (gravatar-get-data): Make more robust.
5450
5451 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5454
5455 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5456
5457         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5458         to really consider the last line.
5459
5460 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5461
5462         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5463         list of recipient keys, or use symmetric encryption if not a list.
5464         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5465         EPA override, replacing the call to `netrc-store-data'.
5466
5467 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5468
5469         * gnus-srvr.el: Avoid passing nil regexp argument to
5470         delete-matching-lines.
5471
5472 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5473
5474         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5475         fetching stops when Gnus exits.
5476
5477         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5478         function.
5479         (nnfolder-request-expire-articles): Save all the buffers after doing
5480         expiry.
5481
5482         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5483         the last article", since that led to serious performance regressions
5484         when expiring nnml groups.
5485
5486 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5487
5488         * nnir.el: Improve customizations.
5489
5490 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5493
5494         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5495         group has been killed.
5496         (gnus-group-yank-group): Ditto.
5497
5498         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5499
5500         * nnimap.el (nnimap-request-update-group-status): New function.
5501
5502         * gnus-int.el (gnus-request-update-group-status): New interface
5503         function.
5504
5505         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5506         copying read-ness to the backends.
5507
5508         * nnimap.el (nnimap-quirk): New function.
5509         (nnimap-retrieve-group-data-early): Use it.
5510         (nnimap-quirks): New alist.
5511
5512 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5515         don't delete it within indentation.
5516
5517 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5520         previous line.
5521
5522 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5525         QRESYNC command by deleting a superfluous space which broke Cyrus
5526         servers.  This change will break other servers that are buggy the other
5527         way around.
5528
5529 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5530
5531         * spam.el: Reindent and fix long lines.
5532         (spam-copy-or-move-routine): Exclude invalid move destinations.
5533
5534 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5535
5536         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5537         installed the registry.
5538
5539 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5542
5543 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5544
5545         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5546         groupname doesn't contain "gmane".
5547
5548 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5551         and netrc-bound-and-true-p bindings.
5552         (netrc-parse): Cache the netrc contents.
5553
5554         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5555         (gnus-1): Don't create the nndrafts group twice.
5556         (gnus-setup-news): There's no need to read the active file here, since
5557         that's done again later on a per-backend basis.
5558         (gnus-start-draft-setup): Make sure that the new group is started out
5559         empty.
5560
5561         * gnus-agent.el (gnus-agentize): Don't create the queue group
5562         automatically on startup.  It'll be created later, if needed.
5563
5564         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5565         of automatically subscribed groups.
5566         (gnus-auto-subscribed-categories): New variable.
5567         (gnus-matches-options-n): Use it.
5568         (gnus-default-subscribed-newsgroups): Remove unused variable.
5569         (gnus-start-draft-setup): Message a bit less.
5570
5571 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5572
5573         * nnir.el (nnir-run-imap): Return article list in order of increasing
5574         UID.
5575
5576 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5577
5578         * gnus-sum.el (gnus-summary-enter-digest-group):
5579         Mention gnus-auto-select-on-ephemeral-exit.
5580
5581         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5582         convention of the network-only option.
5583
5584 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5585
5586         * proto-stream.el (proto-stream-open-network-only): New function to
5587         have a way to specify non-STARTTLS upgrade connections.
5588
5589 2010-12-10  Julien Danjou  <julien@danjou.info>
5590
5591         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5592         email address is nil.
5593
5594         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5595
5596 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5597
5598         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5599         deletion.
5600         (nnir-run-imap): Only need to parse list once.
5601
5602 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5603
5604         * shr.el (shr-tag-script): Ignore <script>.
5605         (shr-tag-label): Add <label> support.
5606
5607 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5610
5611         * shr.el (shr-image-displayer): Work for images lined side by side.
5612
5613 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5614
5615         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5616         parameter, since XEmacs doesn't accept t as a parameter.
5617
5618 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5619
5620         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5621         ids.
5622         (nnir-run-gmane): Simplify groupspec formatting.
5623         (nnir-request-expire-articles): New function.
5624
5625 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5626
5627         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5628         overflow, possibly.
5629
5630         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5631         (shr-render-td): Handle td style="" better.
5632         (shr-tag-table): Use the color from the style sheet.
5633         (shr-render-td): Make sure we copy over all the overlays, too.
5634
5635 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5636
5637         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5638         (nnir-request-article): Improve article retrieval.
5639
5640 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * mm-util.el (mm-extra-numeric-entities): New variable.
5643
5644         * mm-url.el (mm-url-decode-entities):
5645         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5646
5647         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5648
5649 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5650
5651         * message.el: Use completion-at-point.
5652         (message-completion-function): New fun, extracted from message-tab.
5653         (message-mode): Use it for completion-at-point-functions.
5654         (message-tab): Use it and completion-at-point.
5655
5656 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5659         character if a non-breakable character follows.
5660
5661 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5662
5663         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5664         any stream.
5665
5666         * shr.el (shr-tag-font): Colorize the region.
5667         (shr-tag-body): Ditto.
5668         (shr-tag-font): Actually let the styles be inherited instead of
5669         overwriting them.
5670         (shr-tag-font): Get the background color right.
5671         (shr-tag-style): Ignore all <style> tags for the moment.
5672
5673         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5674         a Message-ID to avoid having nnimap depend on gnus-sum.
5675
5676         * shr.el (shr-descend): Only colorize something if we have a node that
5677         sets colors.
5678
5679 2010-12-06  Julien Danjou  <julien@danjou.info>
5680
5681         * shr.el (shr-render-td): Render td content with shr-descend, so style
5682         will be applied to <td> too.
5683         (shr-colorize-region): Colorize region even if we only have a background.
5684         (shr-tag-body): Fix color and background color inheritance.
5685         Do not recolorize after shr-generic.
5686         (shr-tag-font): Let shr-generic colorize via inheritance.
5687
5688 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5691
5692 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5693
5694         * nnir.el (nnir-request-move-article): Remove obsolete code.
5695
5696 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5699
5700 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5701
5702         * gnus-sum.el (gnus-summary-respool-article): The completion function
5703         expects a list instead of an alist.
5704
5705         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5706         string as the parameter.
5707
5708         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5709
5710         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5711         styles.
5712         (shr-colorize-region): New function.
5713         (shr-insert-background-overlay): Remove.
5714         (shr-render-td): Background setting should be taken care of on a higher
5715         level.
5716         (shr-tag-body): Use post-hoc colorizations.
5717         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5718         (shr-put-color-1): Don't overwrite old colors.
5719         (shr-colorize-region): When the background color isn't explicit, use
5720         a fixed background.
5721
5722         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5723         nnmail variables.
5724
5725 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5726
5727         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5728         unless necessary.
5729
5730 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5731
5732         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5733         server.
5734
5735 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5736
5737         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5738         so that TAB works.
5739
5740         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5741         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5742
5743         * shr.el (shr-urlify): Show the URL before the title to avoid
5744         misleading URLs.
5745
5746 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5747
5748         * shr.el (shr-urlify): Display the title in <a> tags.
5749
5750 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5751
5752         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5753
5754 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5755
5756         * nnir.el: Rearrange code to allow macros to be autoloaded by
5757         gnus-sum.el.
5758         (nnir-retrieve-headers-override-function): Make this variable
5759         customizable.
5760         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5761
5762         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5763         from nnir.el.
5764
5765 2010-12-03  Julien Danjou  <julien@danjou.info>
5766
5767         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5768
5769 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5772         allow optional argument `environment'.
5773
5774 2010-12-03  Glenn Morris  <rgm@gnu.org>
5775
5776         * mm-extern.el (message-goto-body): Update declaration.
5777
5778 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * gnus-util.el (gnus-macroexpand-all): New function.
5781
5782         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5783         instead of macroexpand-all that is unavailable in XEmacs.
5784
5785 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5786
5787         * nnir.el (nnir-summary-line-format): New variable.
5788         (nnir-mode): Use it.
5789         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5790         (nnir-article-ids): Reimplement as defsubst.
5791         (nnir-retrieve-headers): Don't mangle the subject header.
5792         (nnir-run-imap): Use 100 as RSV score.
5793         (nnir-run-find-grep): Fix for full server searching.
5794         (nnir-run-gmane): Better restriction to gmane groups.
5795
5796         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5797         summary buffers.
5798
5799 2010-12-02  Julien Danjou  <julien@danjou.info>
5800
5801         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5802
5803         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5804
5805         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5806         support.
5807
5808 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5809
5810         * nnir.el: Update to handle the registry better.
5811         (autoload): Silence byte-compiler.
5812         (nnir-open-server): Add a hook for nnir groups.
5813         (nnir-request-move-article): Don't mangle the header.  Better to use
5814         formatting variables (which will be added in the future).
5815         (nnir-registry-action): Update the registry using the original article
5816         group name.
5817         (nnir-mode): Install nnir-specific hooks for updating the registry.
5818
5819         * gnus-sum.el
5820         (gnus-article-original-subject,gnus-newsgroup-original-name):
5821         Remove obsolete variables.
5822         (gnus-summary-move-article): Remove use of obsolete variables.
5823         (gnus-summary-local-variables): Make move and delete hooks local to
5824         summary buffers.
5825
5826 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5827
5828         * rtree.el: New file.
5829
5830 2010-12-01  Julien Danjou  <julien@danjou.info>
5831
5832         * message.el (message-user-organization): Do not use
5833         gnus-local-organization.
5834
5835         * gnus.el: Remove gnus-local-organization.
5836
5837         * gnus-msg.el: Remove nastygram thing.
5838
5839 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5842         funcall.
5843
5844 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5847         names.
5848
5849         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5850         characters.
5851
5852         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5853         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5854         Suggested by Štěpán Němec <stepnem@gmail.com>.
5855         (gnus-gravatar-transform-address): Use mail-extract-address-components
5856         that supports non-ASCII names rather than mail-header-parse-addresses.
5857
5858 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * proto-stream.el (open-protocol-stream): All starttls connections are
5861         handled by the network handler.
5862
5863 2010-11-30  Julien Danjou  <julien@danjou.info>
5864
5865         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5866         (nnimap-open-connection-1): Fix PREAUTH.
5867
5868         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5869
5870 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5873         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5874         (shr-insert): Use them.
5875         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5876
5877 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5878
5879         * nnir.el (nnir-request-move-article): Bail out if original group
5880         doesn't support article moves.
5881         (nnir-get-active): Improve active list retrieval.
5882
5883 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5884
5885         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5886
5887 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5888
5889         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5890         seem to accept strings-with-numbers as port numbers.
5891
5892 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5893
5894         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5895         change the registry.
5896
5897 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5900         delete-dups that is not available in XEmacs 21.4.
5901
5902         * mm-util.el (mm-delete-duplicates): Add comment.
5903
5904 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5905
5906         * nnir.el (nnir-ignored-newsgroups): New variable.
5907         (nnir-get-active): Use it.
5908
5909 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5910
5911         * proto-stream.el (proto-stream-open-network): Add some comments.
5912
5913         * nntp.el (nntp-open-connection): Provide a :success condition.
5914
5915         * nnimap.el (nnimap-open-connection-1): Ditto.
5916
5917         * proto-stream.el (proto-stream-open-network): See what the response to
5918         the STARTTLS command is.
5919
5920         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5921         backwards compatibility).
5922         (nnimap-open-connection-1): Really respect nnimap-server-port.
5923
5924         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5925         TLS upgrades we don't really care about the identity of the peer.
5926         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5927         that what we've checked for.
5928         (proto-stream-always-use-starttls): Only default to t if
5929         open-gnutls-stream exists.
5930         (proto-stream-open-network): If STARTTLS failed, then just open a
5931         normal connection.
5932         (proto-stream-open-network): Wait until the greeting before doing
5933         STARTTLS.
5934
5935         * nntp.el (nntp-open-connection): Report what the connection error is.
5936
5937         * proto-stream.el (open-protocol-stream): Rename from
5938         open-proto-stream.
5939
5940 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5941
5942         * nnimap.el (nnimap-stream): Change default to `undecided'.
5943         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5944         first, and then network.
5945         (nnimap-open-connection-1): Respect nnimap-server-port.
5946         (nnimap-open-connection): Be more backwards-compatible.
5947
5948         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5949         (proto-stream-open-starttls): De-duplicate the starttls code.
5950         (proto-stream-open-starttls): Folded back into the main function.
5951         (proto-stream-open-network): Fix typo in the gnutls path.
5952         (proto-stream-command): Refactor out.
5953
5954         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5955
5956         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5957         starttls.el STARTTLS.
5958
5959         * color.el (color-lab->srgb): Fix function call name.
5960
5961         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5962         if we're using tls.el.
5963         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5964         built in, then don't try to establish a STARTTLS connection.
5965
5966         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5967         servers.
5968
5969         * proto-stream.el (open-proto-stream): Use network, not stream.
5970         (open-proto-stream): Add a way to specify what the end of a command is.
5971
5972         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5973         connections types.
5974         (nntp-open-network-stream): Remove.
5975         (nntp-open-ssl-stream): Remove.
5976         (nntp-open-tls-stream): Remove.
5977         (nntp-ssl-program): Remove.
5978
5979         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5980
5981 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5982
5983         * nnir.el: Fix typos.
5984         (nnir-retrieve-headers-override-function): Rename variable to reflect
5985         new semantics.
5986         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5987         macros.
5988         (nnir-request-article, nnir-request-move-article): Use them.
5989         (nnir-categorize): New function.
5990         (nnir-run-query): Use it.
5991         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5992         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5993         sorted.
5994         (nnir-group-full-name): Use gnus-group-full-name instead.
5995         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5996         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5997
5998 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5999
6000         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6001
6002         * proto-stream.el: New library to provide protocol-specific
6003         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6004         protocols.
6005         (open-proto-stream): Complete the documentation.
6006         (proto-stream-open-network): Fix some typos.
6007
6008         * nnimap.el (nnimap-open-connection): Use it.
6009
6010 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6011
6012         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6013         negotiation.
6014
6015 2010-11-26  Julien Danjou  <julien@danjou.info>
6016
6017         * color.el: Rename various rgb functions to srgb.
6018
6019 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6020
6021         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6022         names.
6023
6024 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * shr.el (shr-insert): Revert last change.
6027         (shr-find-fill-point): Never leave point being at bol;
6028         relax the kinsoku limitation when rendering tables.
6029
6030 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6031
6032         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6033         results from -accept-article.
6034
6035         * shr-color.el: Require cl when compiling.
6036
6037         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6038         checkin.
6039
6040         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6041
6042         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6043
6044         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6045         'add and 'delete to set backend marks.
6046
6047         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6048
6049         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6050
6051         * nntp.el (nntp-request-set-mark): Use it.
6052
6053         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6054
6055         * nnml.el (nnml-request-set-mark): Ditto.
6056
6057         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6058         introduces regressions in article selection.
6059         (nnimap-find-uid-response): New function.
6060         (nnimap-request-accept-article): Use the UID returned, if any.
6061         (nnimap-request-move-article): Use the UID returned, if any.
6062         (nnimap-get-groups): Reimplement to work with folded lines.
6063         (nnimap-find-uid-response): The UID is the last element in the list.
6064         (nnimap-request-set-mark): Extend syntax with 'set.
6065
6066         * nnml.el (nnml-request-set-mark): Ditto.
6067
6068         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6069
6070         * nntp.el (nntp-request-set-mark): Ditto.
6071
6072 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * message.el (message-called-interactively-p): A temporary macro.
6075         (message-goto-body): Use it temporarily.
6076
6077 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6078
6079         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6080         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6081         (nnimap-last-response-string): Fix last unfolding fix.
6082
6083 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * shr.el (shr-insert): Fix the way to fold lines.
6086
6087 2010-11-25  Julien Danjou  <julien@danjou.info>
6088
6089         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6090
6091         * color.el: Rename from color-lab.el
6092         (color-rgb->hex): Add.
6093         (color-complement): Add.
6094         (color-complement-hex): Add.
6095
6096         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6097
6098 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099
6100         * shr-color.el (shr-color-visible): Don't bug out if the color names
6101         don't exist.
6102
6103 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6106         assuming that article displaying or another mml-preview may be
6107         interrupted for an error or for the like.
6108
6109         * shr.el (shr-get-background): Fix argument name.
6110
6111 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6114
6115         * gnus-sum.el (gnus-summary-include-articles): New function.
6116
6117         * message.el (message-goto-body): called-interactively-p needs a
6118         parameter, so use `any'.
6119
6120         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6121         clear marks before moving, since they're synced from the Gnus side
6122         first.
6123
6124         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6125         (gnus-summary-move-article): Copy over all marks before moving, so that
6126         IMAP doesn't think a new article has arrived.
6127
6128 2010-11-24  Julien Danjou  <julien@danjou.info>
6129
6130         * shr.el (shr-insert-background-overlay): Fix typo.
6131         (shr-render-td): Copy the background before rendering.
6132
6133         * shr-color.el (shr-color-visible): Fix docstring.
6134
6135         * shr.el (shr-tag-table): Add bgcolor support.
6136         (shr-render-td): Add bgcolor support.
6137         (shr-get-background): Add.
6138         (shr-insert-foreground-overlay): Use shr-get-background.
6139
6140         * message.el (message-goto-body): Use called-interactively-p.
6141         (message-in-body-p): message-goto-body returns point.
6142
6143 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6144
6145         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6146         Fixes something or other in Emacs 23, and is backwards compatible.
6147
6148         * message.el (message-goto-body): Remove the <#secure special-casing,
6149         which is too special.
6150
6151         * shr.el (shr-parse-style): Drop !important from styles.
6152
6153 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6154
6155         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6156         this function to return incorrect results when calling it with an
6157         explicit article argument different from
6158         (gnus-summary-article-number).
6159
6160 2010-11-24  Julien Danjou  <julien@danjou.info>
6161
6162         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6163         (shr-tag-body): Add background support.
6164         (shr-descend): Add background support.
6165         (shr-tag-title): Add.
6166
6167         * shr-color.el (shr-color-visible): Really return original background
6168         if fixed.
6169
6170 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171
6172         * shr.el (shr-color-check): Protect against non-existent color names.
6173
6174 2010-11-24  Julien Danjou  <julien@danjou.info>
6175
6176         * color-lab.el: Require 'cl when compiling.
6177
6178         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6179
6180         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6181         matched part.
6182
6183         * color-lab.el: Fix all expt calls to use float type.
6184
6185 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6188         expression to shr-color-check as is.
6189
6190         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6191
6192         * color-lab.el: Add coding cookie.
6193         (float-pi): Use eval-and-compile.
6194
6195         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6196         compiled for Emacsen having no `libxml-parse-html-region' support.
6197
6198 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199
6200         * shr.el (shr-insert-color-overlay): Split stuff like
6201         "#444444 !important" to find the real color.
6202         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6203         parse <font color="red"> entries.
6204
6205 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6206
6207         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6208         point when parsing headers.
6209
6210         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6211         is positioned properly when parsing headers.
6212
6213 2010-11-23  Julien Danjou  <julien@danjou.info>
6214
6215         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6216
6217         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6218
6219         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6220
6221         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6222         Use shr-color-hue-to-rgb.
6223         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6224
6225 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226
6227         * shr.el (shr-color->hexadecimal): Autoload.
6228         (shr-descend): Add color to all tags.
6229
6230 2010-11-22  Julien Danjou  <julien@danjou.info>
6231
6232         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6233         shr-color->hexadecimal.
6234
6235         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6236         RGB() or HSL() color representation.
6237
6238         * shr.el (shr-tag-font): Add.
6239         (shr-tag-color-check): New function to get better colors.
6240         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6241         tag-span.
6242
6243         * shr-color.el: New file.
6244
6245         * color-lab.el: New file.
6246
6247         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6248
6249 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6250
6251         * nnir.el: Fix typo in comments.
6252         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6253         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6254
6255 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6256
6257         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6258
6259         * nnimap.el (nnimap-get-capabilities): Refactor out.
6260         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6261
6262 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6263
6264         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6265         appearing when `mm-uu-hide-markers' is nil.
6266
6267 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6268
6269         * nnimap.el (nnimap-unselect-group): Make into its own function.
6270         (nnimap-request-rename-group): Unselect group before renaming.
6271         This had gotten lost somewhere.
6272         (nnimap-request-accept-article): Keep track of examined groups, and
6273         unselect the group before APPENDing to read-only groups.
6274         (nnimap-request-move-article): Clear flags before moving so that they
6275         can be re-set later.
6276
6277 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6280         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6281
6282 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * gnus-art.el (gnus-mime-display-single):
6285         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6286         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6287         parameter.
6288
6289 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6290
6291         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6292         (shr-table-vertical-line): New variable.
6293         (shr-insert-table): Use it.
6294
6295 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * gnus-html.el (gnus-html-wash-images): Don't display images if
6298         gnus-inhibit-images is non-nil; register displayer for cid images.
6299         (gnus-html-display-image): Work for cid image.
6300         (gnus-html-insert-image): Allow arguments.
6301         (gnus-html-put-image): Inhibit read-only.
6302         (gnus-html-prefetch-images): Don't prefetch images if
6303         gnus-inhibit-images is non-nil.
6304
6305 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6306
6307         * shr.el (shr-put-image): Break lines when inserting big pictures.
6308
6309 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6310
6311         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6312         sender, thanks Katsumi Yamaoka.
6313
6314 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6315
6316         * nnir.el (nnir-run-imap): Reverse the article list for each group
6317         rather than the whole list.
6318
6319 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * shr.el (shr-image-displayer): Protect function against non-existent
6322         image source.
6323
6324         * gnus-art.el (gnus-inhibit-images): New user option.
6325         (gnus-mime-display-single): Don't display image if it is non-nil.
6326
6327         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6328         gnus-inhibit-images.
6329
6330         * shr.el (shr-image-displayer): New function.
6331         (shr-tag-img): Use it.
6332
6333 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6334
6335         * mml2015.el (mml2015-epg-sign): Use From header.
6336
6337 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6338
6339         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6340
6341         * gnus-util.el (gnus-find-text-property-region): Return markers.
6342
6343         * shr.el (shr-tag-img): Put a displayer in the text property.
6344
6345         * gnus-util.el (gnus-find-text-property-region): New utility function.
6346
6347         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6348         (gnus-html-show-images): Remove.
6349
6350         * gnus-art.el (gnus-article-show-images): New, more general function.
6351
6352         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6353         image url text properties.
6354
6355         * shr.el: Ditto.
6356
6357         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6358         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6359
6360 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6363         work for two or more articles.
6364
6365 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6368         divide an image that's in an html article to two or more when washing
6369         non-ASCII characters in alt text of it.
6370
6371 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6374         smime-decrypt-region using function argument.
6375         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6376
6377         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6378
6379         * smime.el (smime-decrypt-region): Catch it.
6380
6381 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6382
6383         * smime.el (smime-mode-map): Move initialization into declaration.
6384         (gnus-run-mode-hooks): Don't autoload.
6385         (smime-mode): Use define-derived-mode.
6386
6387 2010-11-11  Glenn Morris  <rgm@gnu.org>
6388
6389         * smime.el (from): Restrict declaration to XEmacs.
6390
6391         * nnir.el (gnus-group-topic-name): Autoload.
6392
6393 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * shr.el (shr-insert): Don't break long line if it is because of
6396         kinsoku-bol characters in the line end.
6397
6398 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6399
6400         * nnir.el (nnir-request-move-article): Fix to provide original group
6401         and subject.
6402         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6403         been retrieved.
6404
6405         * gnus-sum.el (gnus-summary-move-article): Use original group and
6406         subject for virtual articles such as those in an nnir summary buffer.
6407
6408 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6411         least 21.5).
6412
6413         * smime.el (from): Declare it again for XEmacs.
6414
6415 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * message.el (message-resend): Don't disable encoding unless it's
6418         already encoded.
6419
6420         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6421         low-numbered articles.
6422
6423 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * rfc2047.el (rfc2047-syntax-table): Simplify.
6426
6427         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6428
6429         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6430         set-char-table-range for XEmacs.
6431
6432 2010-11-10  Glenn Morris  <rgm@gnu.org>
6433
6434         * time-date.el (time-to-seconds): Always an alias on Emacs,
6435         never a real function.
6436         (with-no-warnings): Remove compat stub, now unused.
6437         (time-less-p): Doc fix.
6438         (time-to-number-of-days): Simplify.
6439
6440         * smime.el (from): Remove unused declaration.
6441
6442         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6443         (gnus-float-time): On Emacs, always an alias.
6444
6445         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6446         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6447
6448 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * dgnushack.el: Don't use ignore-errors in the top level form since it
6451         is unavailable in XEmacs even if cl is loaded.
6452
6453         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6454
6455 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6456
6457         * shr.el (browse-url-mailto): Autoload.
6458
6459         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6460
6461         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6462         regexp doesn't need quoting.
6463
6464 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6465
6466         * message.el (message-subject-trailing-was-ask-regexp)
6467         (message-subject-trailing-was-regexp): Match was: in addition to was.
6468
6469 2010-11-09  Glenn Morris  <rgm@gnu.org>
6470
6471         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6472         (nnbabyl-check-mbox): Use point-at-bol.
6473
6474 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6475
6476         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6477
6478         * message.el (message-mailto): New function.
6479         (message-mailto): Should accept other parameters.
6480         (message-mailto): Remove since it duplicates browse-url-mailto
6481         functionality.
6482
6483 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6486         methods.
6487         (gnus-read-active-file): Ditto.
6488
6489         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6490         ": " from the prompt.
6491         (gnus-group-make-group): Ditto.
6492
6493 2010-11-07  Glenn Morris  <rgm@gnu.org>
6494
6495         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6496         (gnus-bookmark-kill-line): Use point-at-eol.
6497
6498 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6501         asterisks in From header.
6502
6503 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6506         string to avoid making the From headers syntactically invalid.
6507
6508         * message.el (message-send-mail): Don't insert courtesy messages if the
6509         message already has List-Post and List-ID messages.
6510
6511 2010-11-06  Glenn Morris  <rgm@gnu.org>
6512
6513         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6514         `condition', `type', `length' a prefix.
6515         (gnus-treat-predicate): Update for above name changes.
6516
6517 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6518
6519         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6520         binding.  Handled by `gnus-summary-refer-thread' instead.
6521         (nnir-warp-to-article): New backend function.
6522
6523         * nnimap.el (nnimap-request-thread): Force dependency updating.
6524
6525         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6526         (gnus-summary-refer-thread): Rework to improve thread-referral.
6527
6528         * gnus-int.el (gnus-warp-to-article): New function.
6529
6530         * gnus-sum.el (gnus-summary-article-map): Bind it.
6531
6532 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6533
6534         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6535         gnus-summary-refer-thread.
6536
6537         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6538         headers.
6539         (gnus-summary-limit-include-thread): Prevent articles in thread from
6540         being cut in gnus-cut-threads.
6541         (gnus-summary-refer-thread): Limit retrieved headers to those in
6542         thread.
6543
6544 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6545
6546         * message.el (message-send-mail): Use the value of
6547         message-courtesy-message from the message buffer.
6548
6549         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6550
6551         * shr.el (shr-browse-url): Implement mailto: URLs.
6552
6553         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6554         "raw".
6555
6556         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6557         if it's already selected.
6558
6559         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6560
6561 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6564         to measure the length and truncate alt text.
6565
6566 2010-11-03  Glenn Morris  <rgm@gnu.org>
6567
6568         * nndiary.el (nndiary-generate-nov-databases-1)
6569         (nndiary-generate-active-info): Rename dynamic variable `files' to
6570         something less generic.
6571
6572 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6573
6574         * nnir.el (nnir-request-move-article): Call the underlying backend to
6575         move articles from nnir.
6576
6577 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6578
6579         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6580
6581 2010-11-02  Julien Danjou  <julien@danjou.info>
6582
6583         * nnir.el: Remove wais support.
6584
6585 2010-11-02  Glenn Morris  <rgm@gnu.org>
6586
6587         * gnus-html.el: Reorder requirements to quieten compiler.
6588
6589 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6592         properly for XEmacs as well.
6593         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6594         (gnus-article-natural-long-line-p): Use window-width rather than
6595         frame-width.
6596
6597 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6598
6599         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6600         (nnir-read-parms): Don't modify query.
6601         (nnir-run-query): Add ability to search topic on current line.
6602         (nnir-get-active): Clean up.
6603
6604 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6605
6606         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6607         degenerate articles.
6608
6609         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6610         (gnus-print-buffer): Just print the buffer as is, without any copying
6611         to a buffer and then re-highlighting.
6612
6613         * nnimap.el (nnimap-request-group): Store the new updated info.
6614         (nnimap-request-group): Select the group when we don't know whether it
6615         exists or not.
6616
6617         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6618         groups.
6619
6620         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6621         groups.
6622
6623         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6624         groups.
6625
6626         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6627         long-lines case by only filling the long lines.
6628
6629         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6630         (bug #7311).
6631
6632 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * shr.el: No need to declare `declare-function' since shr.el is for
6635         only Emacsen that provide `libxml-parse-html-region'.
6636
6637         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6638         effective only in a file it is referred to.
6639
6640 2010-11-01  Glenn Morris  <rgm@gnu.org>
6641
6642         * mm-util.el (gnus-completing-read): Autoload.
6643         (mm-read-coding-system): Simplify Emacs definition.
6644
6645         * nnmail.el (gnus-activate-group):
6646         * nnimap.el (gnutls-negotiate):
6647         * nntp.el (netrc-parse): Fix declarations.
6648
6649 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6652         string-match-p in Emacs >=23.
6653
6654         * gnus-msg.el (gnus-configure-posting-styles):
6655         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6656
6657 2010-11-01  Glenn Morris  <rgm@gnu.org>
6658
6659         * nnir.el (declare-function): Add compat stub.
6660         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6661         (nnir-run-gmane): Require 'mm-url.
6662
6663         * mm-util.el (mm-string-to-multibyte): Simplify.
6664
6665         * shr.el (declare-function): Add compat stub.
6666         (url-cache-create-filename): Declare.
6667         (mm-disable-multibyte, widget-convert-button): Autoload.
6668
6669         * smime.el (ldap-search): Declare.
6670         (smime-cert-by-ldap-1): Require ldap on Emacs.
6671
6672         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6673         (nnimap-keepalive): Use gnus-float-time.
6674
6675         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6676         (mail-source-delete-crash-box): Use gnus-float-time.
6677
6678         * gnus-dired.el (gnus-completing-read): Autoload.
6679
6680         * mm-view.el (gnus-rescale-image): Autoload.
6681
6682         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6683
6684         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6685
6686         * sieve-manage.el: Require 'cl when compiling.
6687
6688         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6689         (gnus-iswitchb-completing-read): Require iswitchb.
6690         (gnus-select-frame-set-input-focus): Silence compiler.
6691
6692 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6693
6694         * message.el (message-subject-trailing-was-query): Change default to t,
6695         since I think that's what most people want.
6696
6697         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6698         appending for easier debugging.
6699         (nnimap-wait-for-connection): Take a regexp.
6700         (nnimap-request-accept-article): Wait for the continuation line before
6701         sending anything unless we're streaming.
6702
6703         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6704         leave the header washing to take place.
6705
6706 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6707
6708         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6709         regular expression match and replace in posting styles.
6710
6711 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6712
6713         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6714         an entire server.
6715         (nnir-get-active): New function.
6716         (nnir-run-imap): Use it.
6717         (nnir-run-gmane): Who knew, gmane search returns an article score!
6718
6719         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6720         server on the current line with nnir.
6721
6722 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6723
6724         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6725         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6726         left edge.
6727         (gnus-article-foldable-buffer): Skip past the prefix when determining
6728         raggedness.
6729
6730         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6731         the raw article, and change `C-u g' to show the article without doing
6732         treatments.
6733
6734         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6735         on to `gnus-treat-article'.
6736         (gnus-inhibit-article-treatments): New variable.
6737
6738         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6739
6740         * gnus-art.el (gnus-treatment-function-alist): Have
6741         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6742         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6743         sections.
6744
6745         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6746         parameter.
6747         (gnus-article-fill-cited-long-lines): New function.
6748         (gnus-article-fill-cited-article): Allow filling only long sections.
6749
6750         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6751         and non-punctuation (like after the apostrophe in "'We").
6752
6753         * gnus-sum.el (gnus-summary-select-article): Make sure
6754         gnus-original-article-buffer is alive.
6755
6756         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6757         reflect the order they're in in the digest.
6758
6759         * gnus.el (gnus-group-startup-message): Move point to the start of the
6760         buffer.
6761
6762         * nnimap.el (nnimap-capability): New function.
6763         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6764         is set.
6765
6766 2010-10-31  David Engster  <dengste@eml.cc>
6767
6768         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6769         conform with changes to gnus-completing-read.
6770
6771 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6772
6773         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6774
6775 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6776
6777         * nnir.el: Move defvar, defcustom around to keep file organized
6778         and keep byte-compiler quiet.
6779         (nnir-read-parms): Accept search-engine as arg.
6780         (nnir-run-query): Pass search-engine as arg.
6781         (nnir-search-engine): Remove.
6782
6783 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6784
6785         * shr.el (shr-generic): The text nodes should be text, not :text.
6786
6787         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6788         later in the file.
6789
6790 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6791
6792         * nnir.el: General clean up.  Allow searching with multiple engines.
6793         Allow separate extra-parameters for each engine.
6794         Batch queries when possible.
6795         (nnir-imap-default-search-key,nnir-method-default-engines):
6796         Add customize interface.
6797         (nnir-run-gmane): New engine.
6798         (nnir-engines): Use it.  Qualify all prompts with engine name.
6799         (nnir-search-engine): Remove global variable.
6800         (nnir-run-hyrex): Restore for now.
6801         (nnir-extra-parms,nnir-search-history): New variables.
6802         (gnus-group-make-nnir-group): Use them.
6803         (nnir-group-server): Remove in favor of gnus-group-server.
6804         (nnir-request-group): Avoid searching twice.
6805         (nnir-sort-groups-by-server): New function.
6806
6807 2010-10-30  Julien Danjou  <julien@danjou.info>
6808
6809         * gnus-group.el: Remove gnus-group-fetch-control.
6810
6811         * gnus-start.el (gnus-find-new-newsgroups):
6812         Remove gnus-check-first-time-used.
6813
6814         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6815
6816 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6817
6818         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6819         set on groups that don't have \* permanentflags.
6820
6821 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822
6823         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6824         control the background color.
6825         (shr-tag-img): Ignore very small web bug type images.
6826         (shr-put-image): Add help-echo alt texts to the images.
6827         (shr-tag-video): Show the video poster image.
6828
6829 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6830
6831         * shr.el (shr-table-depth): New variable.
6832         (shr-tag-table-1): Only insert the images after the top-level table.
6833
6834         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6835
6836         * gnus-util.el (gnus-list-memq-of-list): New function.
6837
6838         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6839         selected.
6840         (nnimap-unsplittable-articles): New slot.
6841         (nnimap-new-articles): Use it.
6842
6843 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6844
6845         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6846         move to the previous line on `M-g'.
6847
6848 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6849
6850         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6851         *-request-group, which seems unnecessary.
6852
6853         * nnimap.el (nnimap-quote-specials): Function copied over from
6854         imap.el.
6855         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6856         they support that.  Suggested by Tom Regner.
6857
6858 2010-10-29  Julien Danjou  <julien@danjou.info>
6859
6860         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6861         defalias.
6862         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6863
6864         * gnus.el: Remove `gnus-nntp-service' variable.
6865         (gnus-secondary-servers): Make obsolete.
6866         (gnus-nntp-server): Make obsolete.
6867
6868         * gnus-start.el (gnus-1): Remove x-splash calls.
6869
6870         * gnus-ems.el (gnus-x-splash): Remove.
6871
6872         * gnus.el (gnus-group-startup-message): Simplify/update code.
6873
6874         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6875         definition.
6876
6877         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6878         capability before doing anything.
6879         (gnus-group-insert-group-line): Remove useless
6880         gnus-group-remove-excess-properties.
6881
6882 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6885
6886 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6887
6888         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6889         config after reselecting.
6890
6891 2010-10-28  Julien Danjou  <julien@danjou.info>
6892
6893         * shr.el (shr-put-image): Use point even if only inserting text.
6894         (shr-put-image): Save excursion when inserting alt text on non-graphic
6895         display, so the behavior is the same when we are on a graphic display.
6896
6897         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6898
6899 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6902         (gnus-mime-copy-part): Check coding system, not charset.
6903         (gnus-mime-view-part-externally): Never remove part.
6904         (gnus-mime-view-part-internally): Don't remove part here.
6905         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6906         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6907         multipart/alternative.
6908
6909         * mm-decode.el (mm-display-part): Take optional arg `force'.
6910
6911 2010-10-26  Julien Danjou  <julien@danjou.info>
6912
6913         * gnus-group.el (gnus-group-default-list-level): Add this function to
6914         compute the default list level.
6915         (gnus-group-default-list-level): Add possibility to use a function.
6916
6917 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6920
6921         * gnus-group.el (gnus-group-completing-read)
6922         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6923         gnus-replace-in-string.
6924
6925 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * shr.el (shr-tag-div): Add.
6928
6929         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6930
6931 2010-10-25  Julien Danjou  <julien@danjou.info>
6932
6933         * gnus-util.el: Remove `gnus-with-local-quit'.
6934
6935         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6936
6937 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938
6939         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6940         the original article buffer.
6941
6942 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6943
6944         * nnimap.el (nnimap-request-head): New function.
6945         (nnimap-request-move-article): Try to be slightly faster by not
6946         requesting the entire message when moving.
6947         (nnimap-transform-headers): Don't bug out on bodiless articles.
6948         (nnimap-send-command): Have no outstanding messages if the IMAP server
6949         doesn't support streaming.
6950         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6951
6952 2010-10-24  Julien Danjou  <julien@danjou.info>
6953
6954         * message.el (message-default-headers): Fix type.
6955
6956 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957
6958         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6959         prefetching images.
6960
6961         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6962         backend for unknown groups.  This is mainly useful for nnimap groups.
6963
6964         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6965         group isn't covered by the agent.
6966
6967 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6968
6969         * nnir.el (nnir-method-default-engines): New variable.
6970         (nnir-run-query): Use it.
6971         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6972         (gnus-summary-nnir-goto-thread): Change group if needed.
6973
6974         * gnus-group.el (gnus-group-group-map): Add key binding for
6975         gnus-group-make-nnir-group.
6976
6977 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6978
6979         * shr.el (shr-tag-object): Add.
6980
6981         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6982         original article buffer live.
6983         (gnus-summary-select-article-buffer):
6984         Mention gnus-widen-article-buffer.
6985
6986 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6987
6988         * shr.el (shr-tag-strong): Add.
6989
6990 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991
6992         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6993         group names.  They mess up the group buffer badly.
6994
6995         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6996
6997         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6998         instead of the summary one.
6999
7000 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * mml.el (mml-preview): Work properly when editing article.
7003
7004         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7005         gnus-have-read-active-file if it's already been in.
7006
7007 2010-10-22  Tom Tromey  <tromey@redhat.com>
7008
7009         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7010         gnus-group-completing-read.
7011
7012 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7013
7014         * message.el (message-mode-map): Don't bind M-; to comment region, to
7015         allow the global comment-dwim to work.
7016
7017 2010-10-21  Julien Danjou  <julien@danjou.info>
7018
7019         * message.el (message-setup-1): Allow message-default-headers to be a
7020         function.
7021
7022 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * shr.el (shr-tag-table): Simplify.
7025
7026 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7027
7028         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7029         to avoid trying to snarf invalid stuff.
7030
7031         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7032
7033         * gnus.el (gnus-message-archive-group): Quote value.
7034         (gnus-message-archive-group): Mark as changed.
7035
7036         * shr.el (shr-add-font): Don't put the font properties on the newline
7037         or the indentation.
7038
7039         * message.el (message-fix-before-sending): Change options when sending
7040         non-printable characters.
7041
7042         * gnus.el (gnus-message-archive-method): Change the default to
7043         monthly outgoing groups.
7044
7045         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7046         that have gotten new numbers.
7047
7048         * nnimap.el (nnimap-request-replace-article): New function.
7049
7050 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7053         (nnrss-request-article): Don't use special html washing code.
7054
7055 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * shr.el (shr-tag-table): Remove useless nconc.
7058
7059 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7060
7061         * gnus-art.el (article-wash-html): Simplify and remove the charset
7062         stuff.  Use the normal html rendering code instead of the special html
7063         washing code.
7064
7065         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7066         `gnus-w3m' symbols.
7067         (mm-text-html-washer-alist): Remove.
7068
7069         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7070         (mm-inline-media-tests): Remove use.
7071         (mm-text-html-renderer): Change default to the `shr' symbol.
7072
7073         * mm-view.el (mm-inline-text-html): Remove use.
7074
7075         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7076         `gnus-blocked-images' to be a function.
7077         (gnus-article-wash-function): Remove.
7078
7079 2010-10-20  Julien Danjou  <julien@danjou.info>
7080
7081         * spam.el (spam-list-of-processors): Mark as obsolete.
7082
7083         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7084         (nnimap-insert-partial-structure): Fix boundary detection.
7085
7086 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7087
7088         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7089         run file-truename on remote files.  This can be expensive and even
7090         prevent one from editing drafts if some unrelated buffer has a stale
7091         connection.
7092
7093 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7096         kinsoku-eol regardless of shr-kinsoku-shorten.
7097         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7098         (shr-tag-table): Support caption, thead, and tfoot.
7099
7100 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7101
7102         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7103         lines.
7104         (shr-save-contents): New command and keystroke.
7105
7106         * nndoc.el (nndoc-type-alist): Add git support.
7107         (nndoc-git-type-p): New function.
7108         (nndoc-transform-git-article): Ditto.
7109         (nndoc-transform-git-headers): Ditto.
7110         (nndoc-transform-git-headers): Generate Subject headers.
7111
7112         * shr.el (shr-parse-style): New function.
7113         (shr-tag-span): Ditto.
7114
7115         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7116         to `G G' to avoid collisions.
7117
7118 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * shr.el: Load kinsoku if necessary.
7121         (shr-kinsoku-shorten): New internal variable.
7122         (shr-find-fill-point): Make kinsoku shorten text line if
7123         shr-kinsoku-shorten is bound to non-nil.
7124         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7125         shr-indentation too when testing if table is wider than frame width.
7126         (shr-insert-table): Use `string-width' instead of `length' to measure
7127         text width.
7128         (shr-insert-table-ruler): Make sure indentation is done at bol.
7129
7130 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7131
7132         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7133         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7134         undecoded network data.
7135
7136 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7137
7138         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7139         name in the mode line spec so that the mode line menu works
7140         (bug #2431).
7141
7142         * message.el (message-get-reply-headers): If we're fed `to-address',
7143         then always use that.
7144
7145         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7146         aren't so wide as to need to switch off the edit menu.
7147
7148         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7149         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7150
7151         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7152         `M-g'.
7153         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7154         the permanent marks.
7155
7156 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7157
7158         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7159         Splitting according to references/in-reply-to obeys the ignore-groups
7160         variable, while splitting by sender and subject do not.
7161
7162 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7163
7164         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7165         alist, so that we can look for non-Unicode chars.
7166         (article-translate-strings): Allow both character and string maps.
7167
7168 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * shr.el (shr-insert): Don't insert space behind a wide character
7171         categorized as kinsoku-bol, or between characters both categorized as
7172         nospace.
7173
7174 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7175
7176         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7177         headers to gnus-newsgroup-headers.
7178
7179 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7180
7181         * shr.el (shr-tag-img): Don't align images -- since we're not
7182         rescaling, this often leads to ugly displays.
7183
7184 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7185
7186         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7187         duplicates.
7188
7189 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7190
7191         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7192         call.
7193
7194 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7195
7196         * gnus.el: Autoload gnus-html-show-images.
7197
7198         * nnimap.el: Use nnheader-message throughout.
7199
7200         * shr.el (shr-tag-img): Ignore images with no data.
7201
7202 2010-10-15  Julien Danjou  <julien@danjou.info>
7203
7204         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7205         a possibility to disable format=flow encoding when using hard newlines.
7206
7207 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * shr.el (shr-insert): Remove space inserted before or after a
7210         breakable character or at the beginning or the end of a line.
7211         (shr-find-fill-point): Do kinsoku; find the second best point or give
7212         it up if there's no breakable point.
7213
7214 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7215
7216         * nnimap.el (nnimap-open-connection): Message when opening connection
7217         for debugging purposes.
7218
7219         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7220         on every setup buffer call to allow this to change from article to
7221         article.
7222
7223         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7224         buffers where we have a wide table.
7225
7226 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7227
7228         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7229         uses *-request-thread.
7230
7231 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7232
7233         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7234         incantation, which is no longer valid.
7235
7236 2010-10-14  Julien Danjou  <julien@danjou.info>
7237
7238         * shr.el: Fix defcustom type (char -> character).
7239
7240 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7241
7242         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7243         programs.
7244
7245 2010-10-14  Julien Danjou  <julien@danjou.info>
7246
7247         * shr.el (shr-tag-a): Use url-link as widget type.
7248
7249         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7250         `gnus-group-get-icon'.
7251
7252 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253
7254         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7255         This should make server editing work better.
7256
7257         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7258
7259         * tls.el (tls-program): Remove spurious %s from openssl.
7260
7261         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7262         (nnimap-parse-flags): Fix regexp.
7263
7264         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7265         probably work for CJVK text, too.
7266
7267         * nnimap.el (nnimap-extend-tls-programs): Remove.
7268         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7269
7270         * tls.el (tls-starttls-switches): Remove starttls hack.
7271         (open-tls-stream): Ditto.
7272         (tls-find-starttls-argument): Ditto.
7273
7274 2010-10-13  Julien Danjou  <julien@danjou.info>
7275
7276         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7277         responses.
7278
7279 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280
7281         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7282
7283         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7284         anything in Emacs.
7285
7286         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7287
7288 2010-10-13  Julien Danjou  <julien@danjou.info>
7289
7290         * shr.el (shr-width): Make shr-width a defcustom with default to
7291         fill-column.
7292         (shr-tag-img): Use shr-width rather than fill-column.
7293
7294 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * dgnushack.el (byte-optimize-apply):
7297         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7298
7299         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7300         position when (X-)Faces exist.
7301         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7302         avatars when called interactively.
7303
7304 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7307         gnus-article-x-face-too-ugly is bound.
7308
7309 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310
7311         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7312
7313         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7314         mailbox that doesn't exist.
7315
7316 2010-10-12  Julien Danjou  <julien@danjou.info>
7317
7318         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7319         (shr-get-image-data): Encode URL properly when fetching from cache.
7320         (shr-tag-img): Use aligned-to spaces to align correctly images.
7321
7322         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7323         before inserting the Gravatar.
7324
7325         * shr.el (shr-tag-img): Add align attribute support for <img>.
7326
7327 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7328
7329         * gnus-gravatar.el (gnus-art): Require.
7330
7331         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7332         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7333         Remove long obsoleted functions.
7334
7335 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7338
7339         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7340
7341         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7342         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7343         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7344         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7345         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7346         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7347         * sieve-manage.el, smime.el, spam.el:
7348         Fix comment for declare-function.
7349
7350 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7351
7352         * nnimap.el (nnimap-request-rename-group): Select group read-only
7353         before renaming it.
7354
7355         * shr.el (shr-insert): Fix up the white space only regexp.
7356
7357         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7358         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7359
7360         * shr.el (shr-current-column): New function.
7361         (shr-find-fill-point): New function.
7362
7363 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7364
7365         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7366         numbers.
7367
7368 2010-10-11  Julien Danjou  <julien@danjou.info>
7369
7370         * shr.el (shr-hr-line): Add.
7371         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7372         display hr lines.
7373         (shr-max-columns): Do not change state to nil if we just inserting
7374         spaces.
7375
7376 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7377
7378         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7379         select the last group.
7380
7381 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7382
7383         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7384
7385 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7386
7387         * dig.el (dig-mode-map): Declare and define in one step.
7388
7389 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7390
7391         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7392         for Gnus.
7393         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7394         (nnimap-update-qresync-info): Mark \Seen articles as read.
7395
7396         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7397         non-variable, too.
7398
7399         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7400         available.
7401         (nnimap-update-info): Rely more on the current active than the param
7402         active to avoid marking articles as read too much.
7403
7404         * auth-source.el (auth-source-create): Use (user-login-name) for the
7405         user name default.
7406
7407         * nnimap.el (nnimap-update-info): If the server doesn't return any
7408         useful info, just use the previous info.
7409         (nnimap-update-info): Prefer old info over start-article.
7410         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7411
7412 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7413
7414         * nnir.el (autoload): Clean up autoloads.
7415         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7416         Use key rather than value.
7417         (nnir-imap-search-other): New variable.
7418         (nnir-read-parm): Use it.
7419         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7420         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7421
7422 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7423
7424         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7425         the process, too.
7426
7427 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7428
7429         * spam.el (gnus-summary-mode-map): Bind to "$".
7430         Suggested by Russ Allbery.
7431
7432         * shr.el: Rework the way things are indented by <li> slightly.
7433
7434         * gnus.el (gnus-group-set-parameter): Fix typo.
7435
7436         * nnimap.el: Start implementing QRESYNC support.
7437
7438 2010-10-09  Julien Danjou  <julien@danjou.info>
7439
7440         * nnir.el (nnir-engines): Fix too many arguments.
7441
7442 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7443
7444         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7445         group is the "last", so that the backends like nnfolder actually save
7446         their folders.
7447
7448         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7449         try to use that for the tls stream.
7450         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7451         UIDVALIDITY and find out which groups are read-only and not.
7452         (nnimap-get-flags): Use the same marks parsing code as the rest of
7453         nnimap.
7454
7455 2010-10-09  Julien Danjou  <julien@danjou.info>
7456
7457         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7458
7459         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7460         retrieving gravatars.
7461
7462         * shr.el (shr-table-corner): Add.
7463         (shr-table-line): Add.
7464         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7465
7466 2010-10-08  Julien Danjou  <julien@danjou.info>
7467
7468         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7469
7470 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7471
7472         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7473
7474         * gnus-sum.el (gnus-mark-article-as-unread)
7475         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7476         (gnus-summary-set-bookmark): Use it.
7477
7478         * gnus-msg.el (gnus-setup-message): Use it.
7479
7480         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7481
7482         * gnus.el (gnus-group-remove-parameter): Use it.
7483
7484         * gnus-group.el (gnus-group-make-web-group): Use it.
7485
7486         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7487
7488         * nnregistry.el: Update docs to mention manual.
7489
7490         * gnus-registry.el: Update docs to mention nnregistry.el.
7491         (gnus-registry-initialize): Don't install nnregistry refer method
7492         automatically.
7493         (gnus-registry-install-nnregistry): Remove it.
7494
7495 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * shr.el (shr-insert): Don't insert double spaces.
7498
7499 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * gnus-gravatar.el (gnus-treat-from-gravatar)
7502         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7503         called interactively.
7504
7505         * gnus-art.el (gnus-mime-view-part-externally)
7506         (gnus-mime-view-part-internally): Make predicate function passed to
7507         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7508         of a mime type.
7509
7510         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7511
7512 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7513
7514         * shr.el (require): Require cl when compiling.
7515         (shr-tag-hr): New function.
7516
7517         * nnimap.el (nnimap-update-info): Remove double setting of high.
7518         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7519         This makes nnimap work properly on Courier again.
7520
7521         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7522         the variable for backwards compatibility.
7523
7524         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7525         the file name before using to avoid setting mm-default-directory to
7526         nil.
7527
7528         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7529         bidning gnus-agent variables.
7530
7531         * shr.el (shr-render-td): Use a cache for the table rendering function
7532         to avoid getting an exponential rendering behavior in nested tables.
7533         (shr-insert): Rework the line-breaking algorithm.
7534         (shr-insert): Don't leave trailing spaces.
7535         (shr-insert-table): Also insert empty TDs.
7536         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7537
7538 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7539
7540         * gnus-sum.el (gnus-number): Rename from `number'.
7541         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7542         (gnus-summary-limit-children): Update uses correspondingly.
7543
7544 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7547         (gnus-gravatar-transform-address): Don't show avatars of people of
7548         which mail addresses match gnus-gravatar-too-ugly.
7549
7550 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7551
7552         * shr.el (shr-table-widths): Expand TD elements to fill available
7553         space.
7554
7555 2010-10-07  Julien Danjou  <julien@danjou.info>
7556
7557         * nnimap.el (nnimap-request-rename-group): Add this method.
7558
7559 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7562         name from XEmacs' function-arglist.
7563
7564         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7565         gravatar under XEmacs.
7566
7567 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7568
7569         * auth-source.el: Update docs with TODO items.
7570
7571         * gnus-sync.el: Update docs to explain state and plans.
7572
7573         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7574         Hooks for mark updates.
7575         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7576
7577         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7578         hooks with arguments, which is needed for mark update hooks.
7579
7580 2010-10-06  Julien Danjou  <julien@danjou.info>
7581
7582         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7583         was matched.
7584
7585         * sieve-manage.el: Update example in `Commentary'.
7586
7587         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7588
7589         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7590         not 2000.
7591         (sieve-manage-authenticate): Re-add function.
7592
7593 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7594
7595         * shr.el (shr-insert): Get 'space transition right.
7596         (shr-render-td): Only delete space at the end of the TD.
7597
7598         * nnimap.el (nnimap-open-connection): Prepare to support
7599         open-gnutls-stream.
7600
7601         * shr.el: Rearrange function order to be more logical.
7602
7603 2010-10-06  Julien Danjou  <julien@danjou.info>
7604
7605         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7606         (nnrss-discover-feed): Remove 404 URL in docstring.
7607
7608         * nnir.el: Fix Swish-E URL.
7609         Fix Namazu URL.
7610
7611         * message.el (message-change-subject): Remove 404 URL in a comment.
7612
7613 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7616         called interactively.
7617
7618         * gnus-util.el (gnus-remove-if): Allow hash table.
7619         (gnus-remove-if-not): New function.
7620
7621         * gnus-art.el (gnus-mime-view-part-as-type):
7622         * gnus-score.el (gnus-summary-score-effect):
7623         * gnus-sum.el (gnus-read-move-group-name):
7624         Replace remove-if-not with gnus-remove-if-not.
7625
7626         * gnus-group.el (gnus-group-completing-read):
7627         Regard collection as a hash table if it is not a list.
7628
7629 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630
7631         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7632
7633         * shr.el: Document the table-rendering algorithm.
7634
7635 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7638         for Emacsen having no `libxml-parse-html-region' support.
7639
7640 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7643         invalid URLs.
7644
7645         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7646         line-broken.
7647         (shr-tag-img): Ignore image fetching errors.
7648         (shr-overlays-in-region): Compute overlay positions correctly.
7649
7650         * mm-decode.el (mm-shr): Require shr.
7651
7652         * gnus-art.el (gnus-blocked-images): Move variable here.
7653
7654         * shr.el (shr-insert-table): Bind free variable.
7655
7656         * mm-decode.el (mm-shr): Bind shr-content-function.
7657
7658         * shr.el (shr-content-function): New variable.
7659
7660         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7661         added for symmetry.
7662
7663         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7664
7665         * gnus-group.el (gnus-group-make-group): Doc fix.
7666
7667         * nnimap.el (nnimap-request-newgroups): Return success.
7668
7669         * shr.el (shr-find-elements): New function.
7670         (shr-tag-table): Put all the images after the table.
7671         (shr-tag-table): Really inhibit images inside the table.
7672         (shr-collect-overlays): Copy over overlays from the TD elements to the
7673         main document.
7674
7675         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7676         gnus-blocked-images.
7677
7678 2010-10-05  Julien Danjou  <julien@danjou.info>
7679
7680         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7681
7682         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7683         (gnus-html-maximum-image-size): Add this function.
7684         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7685
7686         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7687         server-value of the capability is nil.
7688
7689 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7690
7691         * shr.el (shr-tag-em): Add <EM> tag.
7692
7693 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7694
7695         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7696         customizable.
7697
7698         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7699         handing broken links to browse-url.
7700
7701 2010-10-05  Julien Danjou  <julien@danjou.info>
7702
7703         * gnus-util.el (gnus-emacs-completing-read)
7704         (gnus-iswitchb-completing-read): Use autoload rather than require.
7705
7706 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7709         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7710         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7711         iswitchb-temp-buflist for XEmacs.
7712
7713         * gnus-util.el (gnus-completing-read-function): Exclude
7714         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7715         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7716         XEmacs.
7717
7718         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7719         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7720
7721         * gnus-html.el: Don't require help-fns under XEmacs.
7722         (gnus-html-schedule-image-fetching): Work for XEmacs.
7723
7724         * mm-decode.el (mm-shr): Decode contents by charset.
7725
7726 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7727
7728         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7729         unknown.
7730
7731         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7732         (shr-get-image-data): Ensure against the cache file missing.
7733
7734         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7735         for data.
7736
7737         * spam-report.el (spam-report-url-ping-plain): Don't query about
7738         killing the process.
7739
7740         * shr.el (shr-render-td): Protect against too-wide text.
7741
7742 2010-10-04  Julien Danjou  <julien@danjou.info>
7743
7744         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7745         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7746
7747         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7748         retrieved.
7749
7750 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7751
7752         * shr.el (browse-url): Require.
7753         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7754         lines.
7755         (shr-show-alt-text, shr-browse-image): New commands.
7756         (shr-browse-url, shr-copy-url): New commands.
7757
7758         * gnus-sum.el (gnus-widen-article-window): New variable.
7759         (gnus-summary-select-article-buffer): Use it.
7760
7761         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7762         without @ signs.
7763
7764 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7765
7766         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7767
7768 2010-10-04  Julien Danjou  <julien@danjou.info>
7769
7770         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7771         for XEmacs.
7772
7773 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7774
7775         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7776
7777         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7778         (nnimap-close-server): Implement.
7779
7780         * dgnushack.el (iswitchb): Require to shut up the compiler.
7781
7782         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7783         (shr-insert): Tweak line breaking.
7784         (shr-insert): Handle <pre> better.
7785         (shr-tag-li): Get <li> indentation right.
7786         (shr-tag-li): Get <li> indentation even righter.
7787         (shr-tag-blockquote): Ensure paragraph start.
7788         (shr-make-table): Tweak table generation.
7789         (shr-make-table): Fix typo.
7790
7791         * shr.el: Implement table rendering.
7792
7793 2010-10-04  Julien Danjou  <julien@danjou.info>
7794
7795         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7796
7797 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7798
7799         * shr.el (shr-insert): Use string anchors instead of line anchors.
7800
7801 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7802
7803         * shr.el: Add headings.
7804         (shr-ensure-paragraph): Actually work.
7805         (shr-tag-li): Make <ul> prettier.
7806         (shr-insert): Get white space at the beginning/end of elements right.
7807         (shr-tag-p): Collapse subsequent <p>s.
7808         (shr-ensure-paragraph): Don't insert double line feeds after blank
7809         lines.
7810         (shr-insert): \t is also space.
7811         (shr-tag-s): Fix "s" tag name function.
7812         (shr-tag-s): Fix face prop name.
7813
7814 2010-10-03  Julien Danjou  <julien@danjou.info>
7815
7816         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7817
7818         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7819         gnus-window-inside-pixel-edges.
7820
7821         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7822         gnus-ems.
7823
7824         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7825
7826         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7827         function.
7828
7829         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7830         resize choice.
7831
7832 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7833
7834         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7835         beginning of the buffer.
7836
7837         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7838         article buffer again.
7839
7840         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7841
7842         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7843         when it's at the start of the buffer.
7844
7845         * shr.el (shr-tag-blockquote): Convert name.
7846         (shr-rescale-image): Use the right image-size variant.
7847
7848         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7849         buffer isn't shown, then select the current article first instead of
7850         bugging out.
7851         (gnus-summary-select-article-buffer): Show both the article and summary
7852         buffers again.
7853
7854         * shr.el (shr-fontize-cont): Protect against regions with no text.
7855         Rename tag functions to shr-tag-* for enhanced security.
7856         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7857
7858 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7859
7860         * shr.el (shr-insert):
7861         * pop3.el (pop3-movemail):
7862         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7863         loaded.
7864
7865 2010-10-03  Glenn Morris  <rgm@gnu.org>
7866
7867         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7868
7869         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7870
7871         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7872
7873         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7874
7875         * gnus-util.el (gnus-make-local-hook): Simplify.
7876
7877 2010-10-02  Julien Danjou  <julien@danjou.info>
7878
7879         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7880         (gnus-ido-completing-read): New function.
7881         (gnus-emacs-completing-read): New function.
7882         (gnus-completing-read): Use gnus-completing-read-function.
7883         Add gnus-completing-read-function.
7884
7885 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7886
7887         * shr.el (shr-insert-document): Autoload.
7888         (shr-img): Be silent.
7889         (shr-insert): Add a newline after every picture before text.
7890         (shr-add-font): Use overlays for combining faces.
7891         (shr-insert): Pass upwards the text start point.
7892
7893         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7894         possible.
7895         (mm-shr): New function.
7896
7897 2010-10-02  Julien Danjou  <julien@danjou.info>
7898
7899         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7900         should go backward.
7901
7902 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7903
7904         * shr.el (shr): Fix typo in provide call.
7905
7906 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7907
7908         * shr.el: New file.
7909
7910         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7911
7912         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7913         completing read.
7914
7915 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7916
7917         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7918         we're being queried about.  Suggested by Dan Jacobson.
7919
7920         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7921         Suggested by Jason Eisner.
7922
7923         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7924         table, too.  Suggested by Stefan Wiens.
7925         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7926         the table unnecessary.  Suggested by Stefan Wiens.
7927
7928         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7929         longer needed, and probably doesn't work either, as pointed out by
7930         Stefan Wiens.
7931         (gnus-summary-exit): Remove call to the clearing function.
7932         (gnus-summary-exit-no-update): Ditto.
7933
7934         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7935         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7936         Reported by Stefan Monnier.
7937         (gnus-summary-save-in-rmail): Ditto.
7938
7939         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7940         article buffer, instead of both the article buffer and the summary
7941         buffer.  Sort of suggested by Dan Jacobson.
7942
7943         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7944
7945         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7946         Suggested by Dan Jacobson.
7947
7948         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7949         documentation clearer.
7950
7951         * message.el (message-shorten-references): Comment on the number "21".
7952         Suggested by Stefan Monnier.
7953
7954         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7955         Suggested by Dan Jacobson.
7956
7957         * gnus.el (gnus-large-newsgroup):
7958         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7959
7960         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7961         externalize attachments.  Bug reported by Steve Wen.
7962
7963         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7964         really message anything to the user.
7965
7966         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7967         directly.
7968
7969         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7970         messages in empty groups.
7971
7972 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7973
7974         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7975         non-UIDNEXT group.
7976
7977 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7978
7979         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7980         not the value from the collection.
7981
7982         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7983         values.  This sometimes happens on some groups that have no info.
7984         (nnimap-request-newgroups): New function.
7985
7986 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7987
7988         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7989         check into `gnus-registry-initialize'.
7990         (gnus-registry-initialize): Ditto.
7991         Fix and extend header docs.
7992
7993 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7996         regexp backtrace overflows.
7997
7998         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7999         for starttls that tls.el implements; i.e. openssl.
8000
8001         * tls.el (tls-starttls-switches): Give up on using starttls with
8002         gnutls-cli.
8003         (tls-program): Add --insecure to be consistent with the defaults from
8004         openssl s_client.  Now all three commands are insecure.
8005
8006 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * lpath.el: Bind completion-styles-alist for XEmacs.
8009
8010         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8011         (gravatar-create-image): New function that's an alias to
8012         gnus-xmas-create-image, gnus-create-image, or create-image.
8013         (gravatar-data->image): Use it.
8014
8015 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8016
8017         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8018         install the nnregistry refer method.
8019         (gnus-registry-install-hooks): Use it.
8020         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8021         unfollowed groups.
8022
8023 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8024
8025         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8026         expanding threads.
8027
8028 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029
8030         * nnir.el: Use the server names without suffixes (bug #7009).
8031
8032         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8033         unencrypted to STARTTLS, if possible.
8034
8035 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8036
8037         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8038         headers before superseding.
8039
8040 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8041
8042         * nnrss.el (nnrss-use-local): Add documentation.
8043
8044         * nnimap.el (nnimap-extend-tls-programs): New function.
8045         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8046         (nnimap-wait-for-connection): Accept the greeting from the stupid
8047         output from openssl s_client -starttls, too.
8048
8049         * tls.el (tls-starttls-switches): New variable.
8050         (tls-find-starttls-argument): Use it.
8051         (open-tls-stream): Ditto.
8052
8053         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8054         (netrc-machine): Ditto.
8055
8056         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8057         article number.
8058         (nnimap-split-fancy): New variable.
8059         (nnimap-split-incoming-mail): Use it.
8060
8061         * nntp.el (nntp-server-list-active-group): Document.
8062
8063         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8064         SELECT to get the message-id.
8065
8066         * mail-source.el (mail-sources): Remove webmail support.
8067         (defvar): Ditto.
8068         (mail-source-fetcher-alist): Ditto.
8069         (mail-source-fetch-webmail): Remove.
8070
8071         * webmail.el: Remove -- doesn't seem relevant any more.
8072
8073         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8074
8075         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8076         the \r.
8077
8078 2010-09-30  Julien Danjou  <julien@danjou.info>
8079
8080         * gnus-agent.el (gnus-agent-add-group): Fix call to
8081         gnus-completing-read.
8082
8083 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8084
8085         * nndoc.el (nndoc-retrieve-groups): New function.
8086
8087         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8088         `default', use nnmail-split-methods.
8089         (nnimap-request-article): Downcase the NILs so that they are nil.
8090
8091         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8092         symbol.
8093
8094         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8095         code, since if the user has requested network, that's what they ought
8096         to get.
8097         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8098         (nnimap-split-rule): Mark as obsolete.
8099
8100         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8101         New variable.
8102
8103         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8104         correct slot, too.
8105
8106 2010-09-29  Julien Danjou  <julien@danjou.info>
8107
8108         * gnus.el (gnus-local-domain): Declare variable obsolete.
8109
8110         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8111         Fix history computing.
8112         (gnus-ido-completing-read): Require ido.
8113
8114 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8115
8116         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8117         build Gnus.
8118
8119         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8120         when interpreting the structures.
8121         (nnimap-request-accept-article): Add \r\n to the lines to make this
8122         work with Cyrus.
8123
8124         * nndraft.el (nndraft-request-expire-articles): Use the group name
8125         instead if "nndraft".  Fix found by Nils Ackermann.
8126
8127 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8128
8129         * nnregistry.el: Add.
8130
8131 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8132
8133         * nnmail.el (group, group-art-list, group-art):
8134         Remove unneeded directives.
8135
8136 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8139         (mm-mime-charset):
8140         * rfc2047.el (rfc2047-syntax-table):
8141         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8142
8143         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8144         rather than `insert-file-contents' and `eval-region'.
8145
8146         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8147         construction.
8148
8149         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8150
8151         * time-date.el: No need to require cl for Emacs 21.
8152
8153 2010-09-29  Julien Danjou  <julien@danjou.info>
8154
8155         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8156         replacement of `gnus-gravatar-relief' to mimic
8157         `gnus-faces-properties-alist'.
8158         Add :version property.
8159
8160 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * mail-source.el (mail-source-report-new-mail):
8163         * message.el (message-default-mail-headers):
8164         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8165
8166         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8167
8168 2010-09-28  Julien Danjou  <julien@danjou.info>
8169
8170         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8171         mail-address contains the same string as real-name.
8172
8173         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8174         non-blank in header, otherwise it'll get stripped.
8175
8176         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8177         real-name, and then for mail address rather than doing : or , search.
8178
8179 2010-09-27  Julien Danjou  <julien@danjou.info>
8180
8181         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8182         right completing-read function.
8183         (gnus-use-ido): New variable
8184         (gnus-completing-read-with-default): Remove.
8185         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8186         (gnus-agent-add-group):
8187         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8188         * mm-view.el (mm-view-pkcs7-decrypt):
8189         * mm-util.el (mm-codepage-setup):
8190         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8191         * mml-smime.el (mml-smime-openssl-sign-query):
8192         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8193         (mml-insert-multipart):
8194         * gnus-msg.el (gnus-summary-yank-message):
8195         * gnus-int.el (gnus-start-news-server):
8196         * mm-decode.el (mm-interactively-view-part):
8197         * gnus-dired.el (gnus-dired-attach):
8198         * gnus.el (gnus-read-method):
8199         * gnus-bookmark.el (gnus-bookmark-jump):
8200         * gnus-art.el (gnus-mime-view-part-as-type)
8201         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8202         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8203         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8204         * nnmairix.el (nnmairix-create-server-and-default-group)
8205         (nnmairix-update-groups, nnmairix-get-server)
8206         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8207         (nnmairix-get-group-from-file-path):
8208         * nnrss.el (nnrss-find-rss-via-syndic8):
8209         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8210         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8211         (gnus-group-browse-foreign-server):
8212         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8213         (gnus-summary-execute-command, gnus-summary-respool-article)
8214         (gnus-read-move-group-name):
8215         * gnus-score.el (gnus-summary-increase-score)
8216         (gnus-summary-score-effect):
8217         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8218
8219 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8222         x-focus-frame.
8223
8224         * nnimap.el (auth-source-forget-user-or-password)
8225         (auth-source-user-or-password): Autoload.
8226
8227         * message.el (message-from-style, message-interactive)
8228         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8229         (message-yank-prefix, message-indentation-spaces, message-signature)
8230         (message-signature-file): Add comment.
8231
8232 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8235         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8236         new articles.
8237
8238         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8239         parts.
8240         (nnimap-request-article): Work with the t setting, too.
8241
8242         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8243         that you don't get flashes of other buffers.
8244         (gnus-summary-show-complete-article): Intern before setting.
8245
8246 2010-09-27  David Engster  <dengste@eml.cc>
8247
8248         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8249         well as HEADERS.
8250         (nnmairix-retrieve-headers): Provide new argument for the above.
8251
8252 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * gnus-sum.el (gnus-summary-move-article): Don't alter
8255         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8256         group.
8257
8258         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8259
8260         * message.el (message-cite-prefix-regexp): Revert my last edit.
8261
8262         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8263         variable instead of the Gnus variable.
8264
8265         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8266
8267         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8268
8269         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8270         since some servers don't like it.
8271         (nnimap-open-connection): Forget credentials if the server says the
8272         password was wrong.
8273         (nnimap-parse-line): Protect against invalid data.
8274
8275         * gnus-sum.el (gnus-summary-move-article): Add comment.
8276         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8277         nothing alters it while scanning for new messages.
8278
8279         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8280         which may or may not help.
8281         (nnimap-open-connection): If we're doing a stream connection, and then
8282         discover we're on a STARTTLS-capable server, then open a STARTTLS
8283         connection instead.
8284
8285 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * nnimap.el (utf7): Require.
8288
8289         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8290         prefix.
8291
8292 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8293
8294         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8295
8296 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8297
8298         * nnimap.el (nnimap-request-accept-article): Message the error on
8299         error.
8300
8301 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8304
8305 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8306
8307         * nndoc.el (nndoc-request-list): Return success always.
8308
8309         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8310         `fetch-old' -- we only want to fetch the articles we've requested.
8311         The rest are in the agent, probably.
8312         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8313         disappeared server" to something low.  It's not important.
8314
8315         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8316         arrived before the FETCH data.
8317
8318         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8319         target here, because we don't know the Gnus name of the group.
8320
8321         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8322         for the correct group.
8323
8324         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8325
8326         * gnus.el (gnus): Give a final warning after startup.
8327
8328         * gnus-util.el (gnus-action-message-log): New variable.
8329         (gnus-message): Use it.
8330         (gnus-final-warning): New function.
8331
8332         * nnimap.el (nnimap-open-connection): Record the greeting.
8333         (nnimap): Add greeting.
8334
8335 2010-09-26  Julien Danjou  <julien@danjou.info>
8336
8337         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8338         arguments.
8339         (gnus-html-wash-images): Fix spec computing to include start/end.
8340
8341         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8342
8343 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8344
8345         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8346         deletion.
8347         (nnimap-retrieve-headers): Don't select the group, because that's
8348         already done by nnimap-possibly-change-group.
8349
8350         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8351         (gnus-picon-transform-address): Use it.
8352
8353         * mail-source.el (mail-source-value): Revert previous patch.
8354
8355         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8356         on failure.
8357         (nnimap-open-connection): Look up both virtual and physical server name
8358         credentials.
8359
8360         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8361
8362 2009-02-07  Dave Love  <fx@gnu.org>
8363
8364         * tls.el (open-tls-stream): Don't query killing process.
8365
8366 2009-02-08  Dave Love  <fx@gnu.org>
8367
8368         * gnus-win.el (gnus-window-to-buffer-helper)
8369         (gnus-all-windows-visible-p): Function needn't be a symbol.
8370
8371         * mail-source.el (mail-source-value): Function needn't be a symbol.
8372
8373 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8374
8375         * message.el (message-cite-prefix-regexp): Remove } from the cite
8376         prefix.
8377
8378         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8379         highlight again, so that the highlight is correct.
8380
8381         * gnus-picon.el (gnus-picon): Remove again.
8382         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8383
8384         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8385         doing the header highlightling, so that the background color of the
8386         picon is correct.
8387
8388         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8389         (gnus-picon): Ditto.
8390         (gnus-picon): Reinstate.  The background color for picons is white.
8391         (gnus-picon-insert-glyph): Make the background white.
8392
8393         * nnml.el (nnml-open-nov): Don't return dead buffers.
8394
8395         * auth-source.el (auth-source-create): Query the user for whether to
8396         store the credentials.
8397
8398         * netrc.el (netrc-store-data): New function.
8399
8400         * auth-source.el (auth-source-user-or-password): Use the existing auth
8401         sources, if any, for creation.
8402
8403         * gnus.el (gnus-group-fast-parameter): Return the last matching
8404         parameter instead of the first matching parameter.
8405
8406 2010-09-26  Julien Danjou  <julien@danjou.info>
8407
8408         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8409
8410 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8411
8412         * mml2015.el (mml2015-use): Remove gpg support.
8413
8414         * mml1991.el (mml1991-function-alist): Remove gpg function.
8415         (mml1991-gpg-sign): Remove.
8416
8417 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8418
8419         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8420         (gnus-browse-unsubscribe-current-group): Document it.
8421         (gnus-browse-unsubscribe-group): Use it.
8422
8423 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8424
8425         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8426         address to the To list for easier response.
8427
8428         * gnus.el (gnus-play-startup-jingle): Remove.
8429         (gnus-splash): Don't play jingle.
8430         (gnus): Silence gnus-load message.
8431
8432         * gnus-art.el (gnus-treat-play-sounds): Remove.
8433
8434         * gnus.el (gnus-play-jingle): Remove audio support.
8435
8436         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8437
8438         * earcon.el: Remove -- no users.
8439
8440         * gnus-audio.el: Remove -- no users of this package.
8441
8442         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8443
8444         * gnus-start.el (gnus-setup-news): Remove nocem support.
8445
8446         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8447
8448         * gnus.el (gnus-use-nocem): Remove.
8449
8450         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8451         Remove.
8452
8453         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8454         uses NoCeM any more.
8455
8456         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8457         (gnus-button-ctan-handler): Ditto.
8458         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8459         (gnus-button-ctan-directory-regexp): Ditto.
8460         (gnus-button-handle-ctan): Ditto.
8461         (gnus-button-tex-level): Ditto.
8462         (gnus-button-alist): Remove CTAN stuff.
8463
8464 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8465
8466         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8467         nnimap-streaming test.
8468
8469         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8470         servers twice.
8471
8472         * nnimap.el (nnimap-open-connection): Add more error reporting when
8473         nnimap fails early.
8474
8475         * nnheader.el (nnheader-get-report-string): New function.
8476         (nnheader-get-report): Use it.
8477
8478         * gnus-int.el (gnus-check-server): Say what the error was when opening
8479         failed.
8480
8481         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8482         using streaming.
8483
8484 2010-09-25  Julien Danjou  <julien@danjou.info>
8485
8486         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8487         gnus-window-inside-pixel-edges.
8488
8489 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8492
8493         * mm-decode.el (mm-save-part): Allow saving to other directories the
8494         normal Emacs way.
8495
8496         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8497         Suggested by Jay Berkenbilt.
8498
8499         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8500         there isn't a single byte.
8501
8502         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8503         just do it.  It doesn't really seem to matter what the user responds
8504         here, I think, so it's just a confusing question.
8505
8506         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8507         non-streaming case.
8508
8509         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8510         (gnus-article-encrypt-body): Use it.
8511
8512         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8513         keystroke.
8514
8515         * nnimap.el (nnimap-find-wanted-parts-1):
8516         Use gnus-fetch-partial-articles.
8517
8518         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8519
8520         * nnimap.el (nnimap-insert-partial-structure): New function.
8521         (nnimap-get-partial-article): New function.
8522         (nnimap-request-article): Use it.
8523         (nnimap-wait-for-response): Return whether the wait was successful.
8524         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8525         retrieval wasn't successful.
8526         (nnimap-retrieve-group-data-early): Allow throttling servers.
8527         (nnimap-streaming): New variable.
8528         (nnimap-fetch-partial-articles): Remove.
8529
8530         * mm-decode.el (mm-with-part): Protect against killed buffers.
8531
8532         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8533         for prettier summary display.
8534
8535 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8536
8537         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8538
8539 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8540
8541         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8542         apparently third-party libraries depend on it.
8543
8544         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8545         before starting negotiation.
8546
8547         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8548         privacy reasons.
8549         (gnus-treat-mail-gravatar): Ditto.
8550
8551         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8552         buffer when inserting images.  Inserting text into the headers, for
8553         instance, can make them invalid.
8554
8555 2010-09-25  Julien Danjou  <julien@danjou.info>
8556
8557         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8558         variables.
8559
8560         * nnheader.el: Remove useless variables news-reply-yank-from and
8561         news-reply-yank-message-id.
8562
8563         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8564         variables.
8565
8566         * mml1991.el: Remove useless mml1991-verbose.
8567
8568         * gnus.el: Remove useless variable gnus-use-generic-from.
8569         Remove obsolete variable gnus-topic-indentation.
8570
8571         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8572
8573         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8574
8575         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8576
8577         * gnus-group.el: Remove useless gnus-group-icon-cache.
8578         Remove useless gnus-ephemeral-group-server.
8579
8580         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8581
8582         * mml2015.el: Remove useless mml2015-verbose.
8583
8584         * mml-smime.el: Remove useless mml-smime-verbose.
8585
8586         * gnus.el: Remove useless gnus-local-domain.
8587
8588         * gnus-gravatar.el (gnus-gravatar-transform-address):
8589         Use gnus-gravatar-size.
8590
8591         * gnus-art.el: Remove useless gnus-treat-translate.
8592
8593 2010-09-24  Julien Danjou  <julien@danjou.info>
8594
8595         * gnus-sum.el: Add support for Gravatars.
8596
8597         * gnus-art.el: Add support for Gravatars.
8598
8599         * gnus-gravatar.el: Add this file.
8600
8601         * gravatar.el: Add this file.
8602
8603 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8604
8605         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8606
8607         * gnus-group.el (gnus-group-fetch-faq): Remove.
8608
8609         * gnus.el (gnus-group-faq-directory): Remove.
8610
8611         * gnus-group.el (gnus-group-fetch-charter): Remove.
8612
8613         * gnus.el (gnus-group-charter-alist): Remove.
8614
8615         * gnus-group.el (gnus-group-archive-directory): Remove.
8616         (gnus-group-recent-archive-directory): Ditto.
8617         (gnus-group-make-archive-group): Remove.
8618
8619         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8620
8621         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8622         use the same article number for all the cached articles.
8623
8624         * nnimap.el (nnimap-command): Register the last command time so
8625         that we can use it for idling NOOPs.
8626         (nnimap-open-connection): Start the keeplive timer.
8627         (nnimap-make-process-buffer): Store all the process buffers.
8628         (nnimap-keepalive): New function.
8629
8630         * starttls.el (starttls-open-stream): Add autoload cookie.
8631
8632 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8633
8634         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8635         handling.
8636
8637 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8638
8639         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8640         its data structures.
8641
8642         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8643         instead of the cl.el copy-list.
8644         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8645         equalp.
8646
8647 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8650         and tool-bar-local-item-from-menu.
8651
8652         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8653         mode-line-highlight face for Emacs.
8654
8655         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8656         loading gnus-sum.elc; fix comment for canlock-verify.
8657         (gnus-article-jump-to-part): Use read-number.
8658         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8659         Remove Emacs pre-21 compatible code for help-echo.
8660         (gnus-article-next-page-1): No need to adjust the number of lines.
8661         (gnus-article-describe-bindings): Always use help-buffer.
8662
8663         * gnus-audio.el (gnus-audio-inline-sound):
8664         * gnus-cus.el (gnus-custom-mode):
8665         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8666
8667         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8668
8669         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8670         compatible code.
8671
8672 2010-09-24  Glenn Morris  <rgm@gnu.org>
8673
8674         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8675         visiting the fcc file in rmail-mode.
8676
8677         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8678
8679 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * nnir.el: Silence the byte compiler.
8682
8683         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8684         alias to browse-url-url-encode-chars if any.
8685         (gnus-html-encode-url): Use it.
8686
8687 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688
8689         * gnus-start.el (gnus-use-backend-marks): New variable.
8690         (gnus-get-unread-articles-in-group): Use it.
8691
8692         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8693         makeover.
8694
8695 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8696
8697         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8698
8699 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8702         Remove.
8703         (gnus-setup-news-hook):
8704         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8705
8706         * gnus-int.el (gnus-request-update-info): Protect against backends not
8707         having the function.
8708
8709         * nnimap.el (nnimap-stream): Mention starttls.
8710         (nnimap-open-connection): Add starttls support.
8711
8712 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8713
8714         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8715
8716 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717
8718         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8719         BODYSTRUCTUREs.
8720         (nnimap-transform-headers): Unfold quoted {42} headers.
8721
8722         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8723         the info.
8724         (gnus-get-unread-articles): Only call updatep on backends that support
8725         it.
8726
8727         * nnweb.el (nnweb-request-update-info): NOOP.
8728
8729         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8730
8731         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8732         since it only deals with marks.
8733
8734         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8735         gnus-request-marks, and make a new gnus-request-update-info.
8736
8737         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8738         the active instead of the high number, which is usually too low.
8739
8740 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8741
8742         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8743         * encrypt.el: Remove.
8744
8745 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8746
8747         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8748         server in symbolic form.
8749
8750         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8751
8752 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8755         (nnimap-update-info): Fix up code slightly.
8756
8757         * gnus-int.el (gnus-open-server): Add tracing for performance
8758         debugging.
8759
8760         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8761         (gnus-group-insert-group-line): Pass the real group name so that it
8762         gets the right data.
8763
8764         * gnus-start.el (gnus-get-unread-articles): Don't have
8765         `gnus-get-unread-articles-in-group' update info, since that can be
8766         really slow and doesn't seem to be needed?
8767
8768 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8769
8770         * time-date.el (date-to-time): Try using parse-time-string first before
8771         using the slower timezone-make-date-arpa-standard.
8772
8773 2010-09-22  Julien Danjou  <julien@danjou.info>
8774
8775         * gnus-group.el (gnus-group-insert-group-line):
8776         Call gnus-group-highlight-line.
8777         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8778         default hook list.
8779         (gnus-group-update-eval-form): Add new function.
8780         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8781         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8782
8783 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8786         immediate, then expire all articles.
8787         (nnimap-update-info): Fix off-by-one errors.
8788         (nnimap-flags-to-marks): Would return no marks lists for group with no
8789         flags.  Instead return the other data.
8790
8791 2010-09-22  Julien Danjou  <julien@danjou.info>
8792
8793         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8794         Only return an icon.
8795         (gnus-group-insert-group-line): Compute icon to return.
8796
8797         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8798         (gnus-html-image-fetched): Only cache if
8799         gnus-html-image-automatic-caching is set.
8800         (gnus-html-image-fetched): Check for errors.
8801
8802 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8803
8804         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8805         once per method on `g'.  This ensures that backends like nnfolder don't
8806         open all their folders.
8807
8808         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8809         (nnimap-request-list): Nix out group in the correct buffer.
8810         (nnimap-parse-flags): Implement by using `read' instead of
8811         hand-parsing.
8812         (nnimap-flags-to-marks): Pass on permanent-flags.
8813         (nnimap-make-process-buffer): Record the server name.
8814         (nnimap-parse-flags): Fix typo.
8815         (nnimap-request-scan): Run split on the server in general, not just a
8816         single group.
8817
8818         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8819         parameter, and propagate this downwards.
8820
8821         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8822         since EXAMINE changes it on the server.
8823
8824         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8825         this command might take a while.
8826
8827 2010-09-22  Julien Danjou  <julien@danjou.info>
8828
8829         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8830         harmful if you have 2 images side-by-side, they can't be properly
8831         update on text deletion.  Using text-property is safer here.
8832         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8833         data.
8834
8835 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8836
8837         * nnimap.el (nnimap-expunge-inbox): Remove.
8838         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8839         (nnimap-expunge): Flip default to t.
8840
8841         * gnus.el (gnus-method-to-server): Don't push things to the cache
8842         unless it's unique.
8843         (gnus-server-to-method): Ditto.
8844
8845 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8846
8847         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8848
8849 2010-09-22  Julien Danjou  <julien@danjou.info>
8850
8851         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8852         get the start of data.
8853         (gnus-html-encode-url): Add this function to encode special chars in
8854         URL.
8855         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8856         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8857
8858         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8859         default.
8860         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8861
8862         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8863         images alt-text.
8864         (gnus-html-put-image): Put alt-text as help-echo.
8865
8866 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8869         * mm-util.el (mm-decompress-buffer):
8870         * nnir.el (nnir-run-find-grep):
8871         * pop3.el (pop3-list): Use 3rd arg of split-string.
8872
8873         * time-date.el (format-seconds): Comment fix.
8874
8875         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8876         and byte-optimize-form-code-walker.
8877         (dgnushack-make-auto-load): Don't advise make-autoload.
8878
8879         * lpath.el: Remove Emacs 21 stuff.
8880
8881 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8882
8883         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8884         outside the active range.  Suggested by Dan Christensen.
8885
8886         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8887         slightly later to avoid double-getting it.
8888
8889         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8890         previous patch.
8891
8892         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8893
8894 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8895
8896         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8897
8898 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8899
8900         * gnus-int.el (gnus-open-server): Give a better error message in the
8901         "go offline" case.
8902
8903         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8904         marks for nnimap, which is seldom the right thing to do.
8905
8906         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8907         (gnus-same-method-different-name): New function.
8908
8909         * nnimap.el (parse-time): Require.
8910
8911         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8912         method in the presence of many similar methods.
8913
8914         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8915
8916         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8917         nnml-inhibit-expiry.
8918
8919         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8920         find out whether methods are equal.
8921
8922         * nnimap.el (nnimap-find-expired-articles): New function.
8923         (nnimap-process-expiry-targets): New function.
8924         (nnimap-request-move-article): Request the article before looking at
8925         what the Message-ID is.  Fix found by Andrew Cohen.
8926         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8927
8928         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8929         for oldness in addition to being a predicate.
8930
8931         * nnimap.el (nnimap-request-group): When we have zero articles, return
8932         the right data to Gnus.
8933         (nnimap-request-expire-articles): Only delete articles immediately if
8934         the target is 'delete.
8935
8936         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8937         method, this would bug out.
8938
8939         * gnus-group.el (gnus-group-expunge-group): Rename from
8940         gnus-group-nnimap-expunge, and implemented as a normal interface
8941         function.
8942
8943         * gnus-int.el (gnus-request-expunge-group): New function.
8944
8945         * nnimap.el (nnimap-request-create-group): Implement.
8946         (nnimap-request-expunge-group): New function.
8947
8948 2010-09-21  Julien Danjou  <julien@danjou.info>
8949
8950         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8951         (gnus-html-cache-expired): Add new function.
8952         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8953         wethever we should display image for fetch it.
8954         Compute alt-text earlier to pass it to the fetching function too.
8955         (gnus-html-schedule-image-fetching): Change function argument to only
8956         get one image at a time, not a list.
8957         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8958         cache.
8959         (gnus-html-get-image-data): New function to retrieve image data from
8960         cache.
8961         (gnus-html-put-image): Change buffer argument to use image data rather
8962         than file, and place image above region rather than inserting a new
8963         one.  Do not take alt-text as argument, since it's useless now: we place
8964         the image above alt-text.
8965         (gnus-html-prune-cache): Remove.
8966         (gnus-html-show-images): Start to fetch image when we find one, do not
8967         push into a temporary list.
8968         (gnus-html-prefetch-images): Only fetch image if they have expired.
8969         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8970         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8971
8972 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8975
8976 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8977
8978         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8979         spec inser "*" if the group isn't active instead of 0.
8980
8981         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8982         opening the server.
8983         (nnimap-request-delete-group): Implement group deletion.
8984         (nnimap-transform-headers): Return the size of the entire message in
8985         the Bytes header, not just the size of the first part.
8986         (nnimap-request-move-article): When moving an article from nnimap,
8987         request the article first so the accepting form has an article to
8988         accept.  Reported by Dan Christensen.
8989         (nnimap-command): Make sure that the error message doesn't error out.
8990
8991 2010-09-20  David Edmondson  <dme@dme.org>
8992
8993         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8994         we haven't requested anything.
8995
8996 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8997
8998         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8999         "".  Fix found by Andrew Cohen.
9000
9001         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9002         instead of -encode-string.
9003
9004 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9007
9008         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9009         by mm-subst-char-in-string.
9010
9011 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9012
9013         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9014         waiting for the connection string.
9015
9016         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9017         arriving.
9018
9019         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9020         bogus characters.  This allows selecting certain Gmail groups.
9021
9022         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9023         (nnimap-fetch-partial-articles): New variable.
9024         (nnimap-open-connection): When looking for credentials, also use the
9025         nnimap-server-port.
9026         (nnimap-request-article): Return the group/article number, so that Gnus
9027         `^' works as expected.
9028         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9029
9030         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9031         comments.
9032         (gnus-methods-sloppily-equal): New function.
9033         (gnus): When using the development version of Gnus, load the gnus-load
9034         file.
9035
9036         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9037         `gnus-open-server' on each method before trying to scan them etc.
9038         This ensures that all the backend parameters are set correctly.
9039
9040         * nnimap.el (nnimap-authenticator): New variable.
9041         (nnimap-open-connection): Allow anonymous login.
9042         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9043         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9044
9045         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9046         patch, found by Knut Anders Hatlen.
9047
9048 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9049
9050         * gnus-agent.el (gnus-agent-batch-confirmation)
9051         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9052         to gnus-message.
9053         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9054         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9055         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9056         * gnus-int.el (gnus-open-server): Likewise.
9057         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9058         (gnus-score-check-syntax): Likewise.
9059         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9060         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9061         Likewise.
9062         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9063
9064 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9065
9066         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9067         calling conventions so that prefetch doesn't bug out.
9068
9069 2010-09-19  Julien Danjou  <julien@danjou.info>
9070
9071         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9072         rather than `subst-char-in-region' in order to be able to replace ASCII
9073         char by UTF-8 ones.
9074
9075         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9076         than curl.
9077         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9078         the right URL and ALT text on images.
9079         (gnus-html-wash-tags): Fix tag case.
9080         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9081         (gnus-article-html): Add -o display_ins_del=2 option.
9082         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9083
9084 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085
9086         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9087         the extra mail headers, which sometimes seem to happen for unknown
9088         reasons.
9089
9090         * mail-parse.el (mail-header-encode-parameter): Define as
9091         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9092         (or most, perhaps?) mail readers don't understand the latter, but do
9093         understand the former.
9094
9095         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9096         to nil, so that no methods are automatically agentized.  I think this
9097         is probably what most users want.
9098
9099         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9100         from url-retrieve, for instance about invalid URLs.
9101
9102         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9103         groups that have no articles.
9104         (nnimap-request-article): Check that we really got an article when we
9105         requested one.
9106
9107         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9108         doesn't exist.
9109
9110         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9111         nntp buffer so the agent can save it.
9112         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9113         that CRLF doesn't get translated to \n.
9114         (nnimap-open-connection): Don't make 'shell commands only send \n.
9115
9116 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9117
9118         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9119         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9120         Update var name.
9121         (nnml-generate-nov-file): Use dolist.
9122         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9123         Use with-current-buffer.
9124
9125 2010-09-18  Julien Danjou  <julien@danjou.info>
9126
9127         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9128         parallel.
9129
9130 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9131
9132         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9133         the range update right.
9134         (nnimap-request-group): Don't make `M-g' bug out on group with no
9135         marks.
9136         (nnoo): Require, so that other packages can require nnimap.
9137         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9138         command we're looking for.  This helps when the server sends more
9139         responses after we've gotten everything we expected.
9140         (nnimap): Add a `newlinep' field to keep track of end-of-line
9141         conventions.
9142         Don't send CRLF to things that don't want it.
9143         (nnimap-request-accept-article): Ditto.
9144
9145 2010-09-18  Julien Danjou  <julien@danjou.info>
9146
9147         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9148         than curl to retrieve images.
9149
9150 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9153         the marks.
9154         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9155         (nnimap-wait-for-connection): New function.
9156         (nnimap-open-connection): If we have PREAUTH, don't query for login
9157         credentials.
9158         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9159         when doing a partial update.
9160
9161 2010-09-18  Julien Danjou  <julien@danjou.info>
9162
9163         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9164         tags.
9165
9166 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9167
9168         * nnimap.el (nnimap-credentials): New function.
9169         (nnimap-open-connection): Use the new function to look for credentials
9170         also on the numeric equivalents of "imap" and "imaps".
9171
9172         * gnus-start.el (gnus-activate-group): Send the info to
9173         gnus-request-group.
9174
9175         * nnimap.el (nnimap-request-group): Have the "check" version of the
9176         function parse flags and update the info, so that a `M-g' get a total
9177         resync of all flags from the group.
9178
9179         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9180         to allow backends to alter the info on group selection.  Also alter all
9181         the backend -request-group functions to take the parameter.
9182
9183         * nnimap.el (nnimap-store-info): New function.
9184         (nnimap-update-info): Store the info for later usage.
9185         (nnimap-request-group): Use the stored info for the dont-check case, so
9186         that we don't retrieve all marks when we enter a group.
9187
9188         * nnimap.el: Use deffoo instead of defun for interface functions.
9189
9190         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9191         update the group info.  This makes the nndraft groups, for instance, go
9192         back to their old behavior.
9193
9194         * gnus-sum.el (gnus-select-newsgroup): Indent.
9195
9196         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9197         in.
9198         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9199         nothing.
9200
9201         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9202         from methods that are denied.
9203
9204         * gnus-int.el (gnus-method-denied-p): New function.
9205
9206         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9207         store the password instead of netrc.
9208         (nnimap-open-connection): Don't error out when we can't make a
9209         connections.
9210
9211         * auth-source.el (auth-source-create): In the password prompt, say what
9212         we're querying for.  Also prompt for user name if that hasn't been
9213         given.
9214
9215         * nnimap.el (nnimap-with-process-buffer): Remove.
9216
9217 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9218
9219         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9220         method when we're reading from the agent.
9221
9222         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9223
9224         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9225         that's probably most useful for users.
9226
9227         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9228         "failed" all the time.
9229
9230         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9231         ...)) with (with-current-buffer ... ).
9232
9233         * nntp.el (nntp-open-server): Return whether the open was successful or
9234         not.
9235
9236         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9237         select an unread unseen article first.
9238
9239         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9240         /etc/services, supply some sensible port defaults.
9241
9242         * dgnushack.el: Define netrc-credentials.
9243
9244 2010-09-17  Julien Danjou  <julien@danjou.info>
9245
9246         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9247
9248 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9249
9250         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9251         doesn't have any parameters.
9252
9253 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9256         only upcased checks.
9257
9258         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9259
9260         * nnimap.el (nnimap-open-shell-stream): New function.
9261         (nnimap-open-connection): Use it.
9262         (nnimap-transform-headers): Get the number of lines in each message.
9263         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9264         number of lines.
9265         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9266         problem.
9267
9268         * utf7.el (utf7-encode): Autoload.
9269
9270         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9271         to allow the mail splitting to not return a default group.  This is
9272         useful for nnimap, which will leave unmatched mail in the inbox.
9273
9274         * nnimap.el: Rewritten.
9275
9276         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9277         nnimap usage.
9278
9279         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9280         if the move is internal, so that nnimap can do fast internal moves.
9281
9282         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9283         data.
9284         (gnus-read-active-for-groups): Support finishing the early retrieval of
9285         data.
9286
9287         * gnus-range.el (gnus-range-nconcat): New function.
9288
9289         * gnus-int.el (gnus-finish-retrieve-group-infos)
9290         (gnus-retrieve-group-data-early): New functions.
9291
9292 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9293
9294         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9295         (nnrss-retrieve-groups):
9296         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9297         (pop3-quit): Use with-current-buffer.
9298
9299 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9302         instead of nnheader-accept-process-output.
9303
9304         * dgnushack.el (dgnushack-compile): Add comment.
9305
9306         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9307
9308         * gnus-html.el (gnus-html-schedule-image-fetching)
9309         (gnus-html-prefetch-images): Replace process-kill-without-query by
9310         gnus-set-process-query-on-exit-flag.
9311
9312 2010-09-16  Romain Francoise  <romain@orebokech.com>
9313
9314         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9315
9316 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9317
9318         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9319         parameter to unintern is mandatory-ish in Emacs 24.
9320
9321         * gnus-html.el (gnus-html-schedule-image-fetching)
9322         (gnus-html-prefetch-images): Check for curl before using it.
9323
9324         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9325         depend on curl, which isn't essential.
9326
9327         * imap.el: Revert back to version
9328         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9329         seem problematic.
9330
9331 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9332
9333         * gnus-registry.el (gnus-registry-install-shortcuts):
9334         Explicitly pass `obarray' to `unintern' to avoid a warning.
9335
9336 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9337
9338         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9339         change.
9340
9341         * nnrss.el (nnrss-request-list): Remove this function and related
9342         functions, including the moreover stuff.
9343
9344 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * nnrss.el (nnrss-retrieve-groups): New function.
9347
9348 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9349
9350         * .dir-locals.el: Add no-byte-compile cookie.
9351
9352 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * time-date.el (format-seconds): Comment fix.
9355
9356         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9357         for back end that doesn't support request-scan.
9358
9359 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9362         then do request scans from the backends.
9363
9364         * netrc.el (netrc-credentials): New conveniency function.
9365
9366         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9367         avoid running a hook per line, since this takes a lot of time,
9368         profiling shows.
9369         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9370         directly if gnus-visual-p is true.
9371
9372 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9375         groups; replace mapcar with dolist which is a bit faster; pass groups
9376         info to gnus-read-active-file-1.
9377         (gnus-read-active-file-1): Scan only specified groups if the new
9378         optional arg `infos' is given.
9379
9380 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9381
9382         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9383
9384         * pop3.el (pop3-movemail): Remove.
9385         (pop3-streaming-movemail): Rename to pop3-movemail.
9386
9387         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9388         don't restrict end-tag searches to the end of the line.
9389
9390 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9393         articles of every unchecked group to t, which means unknown since the
9394         server has never been opened.
9395
9396 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9397
9398         * gnus-html.el (gnus-html-show-alt-text): New command.
9399         (gnus-html-browse-image): Ditto.
9400         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9401         to browse the image directly.
9402         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9403         better.
9404
9405         * gnus-async.el (gnus-async-article-callback):
9406         Call `gnus-html-prefetch-images' unconditionally.
9407
9408         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9409         before feeding URLs to curl.
9410
9411 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9414         internal images as deletable by `W D D'.
9415
9416         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9417         (gnus-async-article-callback): Fix typo.
9418
9419 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9422         current line to work around bugs in the output from w3m.
9423
9424         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9425         for groups that want that.
9426
9427         * nntp.el (nntp-wait-for-string): Supply a timeout for
9428         accept-process-output to ensure progress.
9429
9430         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9431         level to get unread articles from, then use that for foreign groups,
9432         too.
9433
9434         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9435         confuses the rest of the function.
9436
9437         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9438         for the methods that support -retrieve-groups, too.
9439
9440         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9441
9442 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9445         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9446
9447         * pop3.el: Require cl when compiling.
9448         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9449
9450 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9451
9452         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9453         that aren't going to be activated.
9454         (gnus-get-unread-articles): Fix up the last commit.
9455
9456         * gnus-html.el (gnus-article-html): Allow calling without specifying
9457         the handle.  In that case, dissect the buffer first.
9458
9459         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9460
9461         * nnimap.el (nnimap-open-connection): Revert the change that would look
9462         into authinfo for imaps instead of imap.
9463
9464         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9465         say that you don't want to call gnus-request-group with don-check, but
9466         do check the reponse.  This is for virtual groups only.
9467         (gnus-get-unread-articles): Count the archive groups as secondary, so
9468         that they're activated the same way as before.
9469
9470         * imap.el (imap-message-map): Removed optional buffer parameter, since
9471         no callers use it.
9472         (imap-message-get): Ditto.
9473         (imap-message-put): Ditto.
9474         (imap-mailbox-map): Ditto.
9475         (imap-mailbox-put): Ditto.
9476         (imap-mailbox-get): Ditto.
9477         (imap-mailbox-get): Revert last change for this function.
9478
9479         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9480         case-insensitively.
9481         (nnimap-debug): Remove.
9482
9483         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9484         callers to use `imap-fetch' instead.  According to the comments, this
9485         should be safe, since all other IMAP clients use the 1:* syntax.
9486         (imap-enable-exchange-bug-workaround): Remove.
9487         (imap-debug): Remove -- doesn't seem very useful.
9488
9489         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9490         mail from a file, and the file doesn't exist.
9491
9492         * imap.el (imap-log): New convenience function used throughout instead
9493         of repeating the same code all over the place.
9494
9495         * pop3.el (pop3-streaming-movemail): Return t for success.
9496
9497         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9498         .authinfo if we're using ssl connection.
9499
9500         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9501         already have if we're in a main Gnus `g' run.
9502
9503         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9504
9505 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9508
9509         * nnmh.el (nnmh-request-list-1): Bind `file'.
9510
9511         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9512         alias to set-process-query-on-exit-flag or process-kill-without-query.
9513         (pop3-open-server): Use it.
9514
9515 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9518         box to the Incoming file.  Fixes mistake in previous checkin.
9519
9520         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9521         request loop (for debugging purposes) removed.
9522
9523         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9524         culprit is more visible.
9525         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9526         (nnml-add-incremental-nov): New functions to do "incremental" nov
9527         updates, where we just append to the end of the existing nov files
9528         without reading/writing them in full.
9529
9530         * mail-source.el (mail-source-delete-crash-box): Really only check the
9531         incoming files once in a while.
9532
9533         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9534
9535         * mail-source.el (mail-source-delete-crash-box): Only check the
9536         incoming files for deletion once per day to save a lot of file
9537         accesses.
9538
9539         * pop3.el (pop3-logon): Fix up unbound variable typo.
9540
9541         * mail-source.el (pop3-streaming-movemail): Autoload.
9542
9543         * pop3.el (pop3-streaming-movemail):
9544         Respect pop3-leave-mail-on-server.
9545
9546         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9547         retrieval.
9548
9549         * pop3.el (pop3-process-filter): Remove unused function.
9550         (pop3-streaming-movemail, pop3-send-streaming-command)
9551         (pop3-wait-for-messages, pop3-write-to-file)
9552         (pop3-number-of-responses): New functions for streaming pop3
9553         retrieval.
9554
9555         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9556         come from no known methods.
9557         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9558         list.
9559
9560         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9561         message sizes.
9562         (pop3-movemail): Use erase-buffer instead of looping and deleting
9563         regions, which seems rather odd.
9564
9565         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9566         file once per `g' run.
9567
9568         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9569         directories.  This makes the draft queue directory work.
9570
9571         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9572         data from the backends, so that we only request the list of groups from
9573         each method once.  This should speed things up considerably.
9574
9575         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9576         detect that it's not implemented.
9577
9578         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9579         we actually do recurse down into the tree, but don't stat all leaf
9580         nodes.
9581
9582         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9583         then say so instead of bugging out.
9584
9585         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9586         files exist before trying to read them.
9587
9588         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9589         around <pre_int>.
9590
9591         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9592
9593         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9594
9595 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596
9597         * mm-util.el (mm-image-load-path): Just return the image directories,
9598         not all directories in the path in addition to the image directories.
9599         (mm-image-load-path): Maintain a cache of the image directories so that
9600         the `g' command in Gnus doesn't have to stat dozens of directories each
9601         time.
9602
9603         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9604         (gnus-html-wash-tags): Add a new `i' command to insert images.
9605         (gnus-html-insert-image): New command and keystroke.
9606         (gnus-html-redisplay-with-images): New command and keystroke.
9607         (gnus-html-show-images): Rename command.
9608         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9609         spacers.
9610         (gnus-html-wash-tags): Decode entities at the end, so that entities
9611         inside the tags don't mess up the rest of the "parsing".
9612
9613         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9614         so that nnimap methods aren't agentized by default.  There's apparently
9615         many problems related to agent/imap behavior.
9616
9617         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9618
9619         * gnus-html.el: Doc fix.
9620
9621 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9624         specifier-spec-list for Emacs 21.
9625
9626         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9627         glyph-width and glyph-height instead of display-graphic-p and
9628         image-size; make avoidance of displaying small images work for XEmacs.
9629
9630         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9631         for XEmacs.
9632
9633         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9634         of symbol that holds plist data.
9635         (gnus-process-plist): Remove plist of process after getting it.
9636
9637 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9638
9639         * message.el (message-generate-hashcash): Change default to
9640         'opportunistic if hashcash is installed.
9641
9642         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9643         (gnus-html-put-image): Only call image-size once, since it's somewhat
9644         time-consuming on remote X servers.
9645
9646 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9649         type on data, not a file name.
9650
9651         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9652         window-pixel-edges for Emacs 21.
9653
9654         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9655         decoded contents.
9656         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9657
9658 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9659
9660         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9661         group line format, since it isn't very interesting.
9662
9663         * gnus-agent.el (gnus-agent-short-article),
9664         (gnus-agent-long-article): Increase values for these two variables,
9665         since most people are likely to have more network connection and
9666         storage than before.
9667
9668         * gnus.el (gnus-refer-article-method): Change default to 'current.
9669         When referring an article, the common behavior is to refer it from the
9670         current select method, not the native select method.  The chances of
9671         the native select method having the message in question is rather slim
9672         these days.
9673
9674         * gnus-sum.el (gnus-auto-select-subject): Change default to
9675         `unseen-or-unread'.  I think it's likely that most people want to
9676         select an unseen article over a previously seen, but unread one.
9677
9678         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9679         means that in the article buffer none of the minor mode elements will
9680         be shown, usually, and this is not desirable in most cases.
9681
9682         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9683         that commands like `d' (and the like) go to the next line in the
9684         buffer, instead of the next unread article.  I think this is the
9685         behavior that is most natural for most users.
9686         (gnus-single-article-buffer): Change default to nil, so that people can
9687         have as many article buffers open as they have summary buffer.  I think
9688         this is the most natural way for the groups to behave.
9689
9690         * message.el (message-generate-new-buffers): Change default to
9691         `unsent', so that all new message buffers start their names with the
9692         string "*unsent", and it's easier to find the buffers if you move from
9693         them.
9694
9695 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9698         small.  They're probably tracking images.
9699         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9700         (gnus-html-rescale-image): Yet another try at getting the image sizing
9701         right.
9702
9703         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9704         nntp-marks-file-name is nil.
9705
9706 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9707
9708         * gnus-html.el (gnus-html-wash-tags)
9709         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9710         Better logging.
9711
9712 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713
9714         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9715
9716         * gnus-html.el (gnus-html-wash-tags): Check the value of
9717         gnus-blocked-images in the summary buffer.
9718
9719 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9720
9721         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9722
9723 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9726         like "a", it seems like.
9727         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9728         since it needs to be picked from the correct buffer.
9729
9730         * nnwfm.el: Remove.
9731
9732         * nnlistserv.el: Remove.
9733
9734 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9735
9736         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9737         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9738
9739 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9740
9741         * nnkiboze.el: Remove.
9742
9743         * nndb.el: Remove.
9744
9745         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9746         alt text.
9747         (gnus-html-rescale-image): Try to get the rescaling logic right for
9748         images that are just wide and not tall.
9749
9750         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9751         overshadow variable bindings.
9752
9753 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9754
9755         * gnus-html.el (gnus-html-wash-tags)
9756         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9757         Add extra logging.
9758
9759 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9760
9761         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9762         (gnus-max-image-proportion): New variable.
9763         (gnus-html-rescale-image): New function.
9764         (gnus-html-put-image): Rescale images.
9765
9766 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9767
9768         Fix up some byte-compiler warnings.
9769         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9770         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9771         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9772         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9773         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9774         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9775         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9776
9777 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-html.el (gnus-article-html): Decode contents by charset.
9780
9781 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9784         (gnus-html-frame-width, gnus-blocked-images):
9785         * message.el (message-prune-recipient-rules): Add custom version.
9786         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9787
9788         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9789         functions.
9790
9791         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9792         gnus-process-get.
9793
9794 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9795
9796         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9797         instead of lsub directly.
9798
9799 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9800
9801         * nnwarchive.el: Remove.
9802
9803         * gnus-soup.el: Remove.
9804
9805         * nnsoup.el: Remove.
9806
9807         * nnultimate.el: Remove.
9808
9809         * gnus-html.el (gnus-blocked-images): New variable.
9810
9811         * message.el (message-prune-recipients): New function.
9812         (message-prune-recipient-rules): New variable.
9813
9814         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9815         guess whether a long line is natural text or not.
9816
9817         * gnus-html.el (gnus-html-schedule-image-fetching):
9818         Use gnus-process-plist and friends for compatibility.
9819
9820 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9821
9822         * gnus-html.el: Require packages that define macros used in this file.
9823         (gnus-article-mouse-face): Declare to silence byte-compiler.
9824         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9825         process-get.
9826         (gnus-html-put-image): Use plist-get to avoid getf.
9827         (gnus-html-prefetch-images): Use with-current-buffer.
9828
9829 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * gnus-ems.el: Provide compatibility functions for
9832         gnus-set-process-plist.
9833
9834         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9835         header-line-format for XEmacs 21.4.
9836
9837         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9838         * gnus.el (gnus-valid-select-methods):
9839         * message.el (message-send-mail-partially-limit):
9840         * mm-decode.el (mm-text-html-renderer):
9841         * mml.el (mml-insert-mime-headers-always):
9842         * smiley.el (smiley-regexp-alist): Bump custom version.
9843
9844 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9845
9846         * gnus-html.el: require mm-url.
9847         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9848         with the url to `url'.
9849         (gnus-html-wash-tags): Support cid: URLs/images.
9850
9851 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9852
9853         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9854         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9855         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9856
9857         * gnus-move.el: Remove file, since it doesn't really work.
9858
9859         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9860         UTF-8.  This seems to fix problems with some German web feeds.
9861
9862         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9863         at the top so that the proper colors are applied.
9864
9865         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9866         don't have dots in their names.
9867
9868         * gnus-art.el (gnus-article-view-part): Doc fix.
9869
9870         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9871         XEmacs-compatible.
9872         (gnus-html-put-image): Don't do images on non-graphic displays.
9873
9874         * nnslashdot.el: Remove this unused backend.
9875
9876         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9877         actions.
9878         (gnus-undo-register-1): Revert last change.
9879
9880         * gnus-group.el (gnus-group-completing-read): Protect against not
9881         having completion-styles bound.
9882
9883         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9884         make broken recipients happier.
9885
9886         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9887
9888         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9889         point parameter.
9890
9891         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9892
9893         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9894         completion-styles for group selection.
9895
9896 2009-02-04  Andreas Schwab  <schwab@suse.de>
9897
9898         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9899         headers and regexp-quote the match if necessary.
9900
9901 2009-03-24  Miles Bader  <miles@gnu.org>
9902
9903         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9904         the blinking smiley.
9905
9906 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9907
9908         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9909         blink smiley.
9910
9911 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9912
9913         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9914         where the dribbel file lives exists.
9915
9916         * message.el (message-send-mail-partially-limit): Change the default to
9917         nil, since most people don't want this.
9918
9919         * mm-url.el (mm-url-decode-entities): Also decode entities like
9920         &#x3212.
9921
9922 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9923
9924         * gnus-sum.el (gnus-summary-idna-message):
9925         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9926         Hyperlink urls in docstrings with URL `...'.
9927
9928 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9929
9930         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9931         functions.
9932
9933 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9934
9935         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9936         say what the mouseover text should be.
9937
9938         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9939         version of the mm-w3m-safe-url-regexp variable to only download images
9940         in the groups where we want that to happen.
9941
9942         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9943
9944         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9945         easier debugging.
9946         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9947         big pictures in the article buffer.
9948
9949         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9950         gnus-article-html.
9951         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9952         w3m.
9953
9954         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9955
9956 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9957
9958         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9959         which doesn't exist.
9960
9961         * message.el (message-inhibit-ecomplete): New variable to allow some
9962         function to inhibit ecomplete address storage.
9963         (message-resend): Disable ecomplete message storage when resending
9964         messages.
9965
9966         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9967
9968 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9971         Save excursion while copying, moving, and deleting articles in order to
9972         prevent the cursor from jumping to unforeseen place.
9973
9974 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * lpath.el: No need to bind bookmark-current-buffer,
9977         bookmark-yank-point and bookmark-make-record-function.
9978
9979 2010-08-17  Glenn Morris  <rgm@gnu.org>
9980
9981         * gnus-sync.el: Require gnus components whose functions are used.
9982
9983         * gnus-art.el (bookmark-make-record-function):
9984         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9985         Declare for compiler.
9986
9987         * mm-url.el (mml-compute-boundary): Autoload.
9988
9989 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9992
9993 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9994
9995         Typo fix "hoo4a" -> "hook".
9996
9997         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9998
9999 2010-08-14  Glenn Morris  <rgm@gnu.org>
10000
10001         * gnus-sync.el (gnus-sync): Fix defgroup version.
10002
10003 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10004
10005         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10006
10007         * gnus-sync.el: Fix docs.
10008         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10009         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10010
10011 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10012
10013         Optimizations for gnus-sync.el.
10014
10015         * gnus-sync.el: Add docs about gnus-sync-backend
10016         possibilities.
10017         (gnus-sync-save): Remove unnecessary message.
10018         (gnus-sync-read): Optimize and show what groups were skipped.
10019
10020 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10021
10022         Minor bug fixes for gnus-sync.el.
10023
10024         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10025         Don't read the sync on get-new-news.
10026
10027         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10028         quiet.
10029
10030         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10031         (fix typo).
10032
10033 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10034
10035         Make saving and restoring of hidden threads work with overlays.
10036         Patch applied by Ted Zlatanov.
10037
10038         * gnus-sum.el (gnus-hidden-threads-configuration)
10039         (gnus-restore-hidden-threads-configuration): Update to deal with text
10040         properties, rather than searching for a magic character.
10041
10042 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10043
10044         New gnus-sync.el library for synchronization of marks.
10045
10046         * gnus-sync.el: New library for synchronization of marks.
10047
10048         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10049         renamed from `gnus-registry-grep-in-list'.
10050
10051         * gnus-registry.el (gnus-registry-follow-group-p):
10052         Use `gnus-grep-in-list'.
10053
10054         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10055
10056 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10059         determining charset of text fails.
10060
10061 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * nnmail.el (nnmail-get-new-mail-1): Revert.
10064
10065         * nnml.el (nnml-active-number): Make sure names of newly created groups
10066         in nnml-group-alist are encoded.
10067
10068 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10071         containing non-ASCII characters in active file for nnml back end.
10072
10073 2010-07-24  David Engster  <dengste@eml.cc>
10074
10075         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10076         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10077
10078 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10079
10080         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10081         tag (Bug#6654).
10082
10083 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10086         the article buffer, not the summary buffer.
10087
10088 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10091         Emacs 23 as well.
10092
10093 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10096         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10097
10098 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10099
10100         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10101         Patch applied by Karl Fogel.
10102
10103         * gnus-sum.el (gnus-summary-bookmark-make-record):
10104         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10105
10106 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10107
10108         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10109         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10110         C-w still not working correctly from Article buffers; Thierry's
10111         patch to fix that will be applied after this.
10112
10113         * gnus-art.el (bookmark-make-record-function): New local variable.
10114
10115         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10116         article buffer.
10117         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10118
10119 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10120
10121         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10122         on changes in bookmark.el.
10123
10124 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10127         `no-log' instead of message not to log prompt string.
10128
10129 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10130
10131         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10132         the *other* type of HTML form submission.
10133
10134 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10135
10136         * auth-source.el (auth-source-pick): If choice does not contain a
10137         questioned keyword, set the check to t.
10138
10139 2010-06-12  Romain Francoise  <romain@orebokech.com>
10140
10141         * gnus-util.el (gnus-date-get-time): Move up before first use.
10142
10143 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10146         (gnus-article-edit-part): Bind it to make last part that is substituted
10147         or deleted visible.
10148         (gnus-mime-display-single): Buttonize part of which id equals to
10149         gnus-mime-buttonized-part-id.
10150
10151 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10152
10153         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10154         (gnus-dd-mmm): Use gnus-date-get-time.
10155         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10156         simplify logic.
10157         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10158         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10159
10160 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10161
10162         * auth-source.el (top): Autoload `secrets-list-collections',
10163         `secrets-create-item', `secrets-delete-item'.
10164         (auth-sources): Fix tag string.
10165         (auth-get-source, auth-source-retrieve, auth-source-create)
10166         (auth-source-delete): New defuns.
10167         (auth-source-pick): Rewrite in order to avoid 2 passes.
10168         (auth-source-forget-user-or-password): New parameter USERNAME.
10169         (auth-source-user-or-password): New parameters CREATE-MISSING and
10170         DELETE-EXISTING.  Retrieve password interactively, if needed.
10171
10172 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10173
10174         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10175         deleting unused directories when gnus-expert-user is t.
10176
10177 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10180         for each temp file when gnus-article-browse-delete-temp is ask.
10181
10182 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10183
10184         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10185         Replace Lisp calls to delete-backward-char by calls to delete-char.
10186
10187 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10188
10189         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10190
10191 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10192
10193         * password-cache.el (password-cache-remove): Fix docstring.
10194
10195 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10198         article unless decoding article to be saved.
10199
10200 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10203         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10204         generated within the mm-with-unibyte-current-buffer macro.
10205
10206 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10209         to nil when we're in a mml-preview buffer and no group is selected.
10210
10211 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10212
10213         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10214         when catching the `C-g'.  Reported by "Leo".
10215
10216 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * message.el (message-forward-make-body-plain)
10219         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10220         multibyte-string-p.
10221
10222         * lpath.el: Revert.
10223
10224 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * message.el (message-forward-make-body-mml): Assume original message
10227         is multibyte string; error on unibyte.
10228         (message-forward-make-body-plain): Ditto; don't add excessive newline
10229         in body end.
10230
10231         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10232
10233 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10234
10235         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10236         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10237
10238 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * mm-extern.el (mm-extern-url): Don't use
10241         mm-with-unibyte-current-buffer.
10242         (mm-extern-cache-contents): Use with-current-buffer instead of
10243         save-excursion + set-buffer.
10244
10245 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * mm-util.el (mm-emacs-mule): Remove.
10248
10249 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10250
10251         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10252         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10253         change.
10254
10255 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10258         bind the default value of enable-multibyte-characters to nil.
10259
10260 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * message.el (message-forward-make-body-plain)
10263         (message-forward-make-body-mml):
10264         Don't use mm-with-unibyte-current-buffer.
10265
10266 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10267
10268         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10269
10270 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10271
10272         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10273         (Bug#5592).
10274
10275 2010-05-07  Julien Danjou  <julien@danjou.info>
10276
10277         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10278         it to mm-pipe-part.
10279
10280         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10281         it is given.
10282
10283 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * binhex.el (binhex-decode-region-internal):
10286         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10287         (dns-query):
10288         * nnweb.el (nnweb-gmane-search):
10289         * pgg-parse.el (pgg-parse-armor):
10290         * pgg.el (pgg-verify-region):
10291         * sha1.el (sha1-string-external):
10292         * uudecode.el (uudecode-decode-region-internal):
10293         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10294         XEmacs.
10295
10296         * gnus-art.el (gnus-article-browse-html-parts):
10297         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10298         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10299         make-temp-file.
10300
10301         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10302         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10303         compiling.
10304
10305         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10306         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10307         XEmacs when compiling.
10308
10309         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10310         gnus-pick-mode-off-hook for XEmacs when compiling.
10311         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10312         gnus-binary-mode-off-hook for XEmacs when compiling.
10313
10314         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10315         Return nil if char-charset is not available.
10316
10317         * imap.el (imap-disable-multibyte)
10318         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10319         macros.
10320
10321         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10322         instead of encode-coding-string.
10323
10324         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10325         'xemacs) instead of mm-emacs-mule to switch function definitions.
10326         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10327
10328         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10329         bind temporary-file-directory for XEmacs;
10330         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10331         timer-set-function for XEmacs 21.4 and SXEmacs;
10332         bind timer-list for XEmacs 21.4 and SXEmacs;
10333         fbind char-charset and find-charset-region for non-Mule XEmacs;
10334         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10335         encode-coding-region and encode-coding-string for XEmacs having no
10336         file-coding feature.
10337
10338 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10339
10340         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10341
10342 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10345         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10346
10347 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10348
10349         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10350         alias `jka-compr-delete-temp-file' no longer exists.
10351
10352 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10353
10354         Use define-minor-mode in Gnus where applicable.
10355         * mml.el (mml-mode): Use define-minor-mode.
10356         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10357         (gnus-undo-mode): Use define-minor-mode.
10358         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10359         (gnus-dead-summary-mode): Use define-minor-mode.
10360         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10361         Initialize in declaration.
10362         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10363         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10364         (gnus-mailing-list-mode): Use define-minor-mode.
10365         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10366         (gnus-draft-mode): Use define-minor-mode.
10367         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10368         (gnus-dired-mode): Use define-minor-mode.
10369
10370 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10371
10372         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10373         handles on recursive mml-to-mime translation and check them for
10374         boundary delimiter collisions.  Reported by Greg Troxel.
10375
10376 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10379
10380 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10381
10382         * mm-util.el (mm-find-buffer-file-coding-system):
10383         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10384
10385 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10386
10387         * message.el (message-generate-headers): Record insertion of optional
10388         headers as well.  Otherwise the check to prevent repeated insertion of
10389         optional headers is a no-op.
10390
10391 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10392
10393         * smime.el: Don't mention CVS.
10394
10395         * nnrss.el (nnrss-fetch): Don't mention CVS.
10396
10397         * nnir.el: Don't mention CVS.
10398
10399 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10400
10401         * gnus-sum.el (gnus-summary-bookmark-make-record):
10402         Add `location' field.
10403
10404 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * lpath.el: Fbind bookmark-default-handler,
10407         bookmark-get-bookmark-record, bookmark-make-record-default,
10408         bookmark-prop-get for Emacs <23 and XEmacs.
10409
10410 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10411
10412         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10413         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10414         Use with-current-buffer to silence the byte-compiler.
10415         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10416         bother to require `gnus'.
10417         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10418
10419 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10420
10421         * gnus-sum.el (gnus-summary-bookmark-make-record)
10422         (gnus-summary-bookmark-jump): New functions.
10423         (gnus-summary-mode): Setup bookmark support.
10424
10425 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10426
10427         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10428         if set.
10429
10430 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10433         gnus-article-browse-html-save-cid-image; make it work recursively for
10434         forwarded messages as well.
10435         (gnus-article-browse-html-parts): Work when prefix arg is given.
10436         (gnus-article-browse-html-article): Doc fix.
10437
10438 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10439
10440         * message.el (message-default-mail-headers):
10441         (message-default-headers): Carry the value mail-default-headers over
10442         into message-default-mail-headers, rather than message-default-headers.
10443
10444 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10445
10446         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10447         charset.
10448
10449         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10450         charset into the <meta> tag when the article is encoded to utf-8.
10451
10452 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * gnus-art.el (gnus-article-browse-delete-temp-files):
10455         Delete directories as well.
10456         (gnus-article-browse-html-parts): Work for images that do not specify
10457         file names; delete temp directory when quitting; insert header at the
10458         right place; use file: scheme for image files.
10459
10460 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10461
10462         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10463         (gnus-article-browse-html-parts): Use it to make temporary cid image
10464         files in addition to html file so that browser may display them.
10465
10466 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10469
10470 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10471
10472         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10473
10474 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10475
10476         * auth-source.el (auth-sources): Change default to be simpler.
10477         Explain about Secret Service API sources.  Improve Customize options.
10478         (auth-source-pick): Change to accept any number of search parameters.
10479         Implement fallbacks iteratively, not recursively.  Add scoring on the
10480         second pass and sort by score.  Call Secret Service API when needed.
10481         (auth-source-user-or-password): Use it.  Call Secret Service API
10482         directly when needed to get the user name and the password.
10483
10484 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10485
10486         * message.el (message-interactive): Doc fix.
10487         (message-qmail-inject-args): Reflow.
10488         (message-kill-to-signature): Fix typo in docstring.
10489
10490         * smiley.el (smiley-buffer): Fix typo in docstring.
10491
10492 2010-03-24  Glenn Morris  <rgm@gnu.org>
10493
10494         * mail-source.el (gnus-message): Declare.
10495         (mail-source-delete-old-incoming): Require gnus-util.
10496
10497 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10500
10501         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10502
10503         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10504         password-cache's default if it is not bound.
10505         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10506         password-cache-expiry's default if it is not bound.
10507
10508         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10509         available in Emacs 21.
10510
10511         * lpath.el: Suppress compiler warnings for:
10512         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10513         XEmacs;
10514         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10515         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10516         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10517
10518 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10519
10520         * auth-source.el (auth-sources): Fix up definition so extra parameters
10521         are always inline.
10522
10523 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10524
10525         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10526         wasn't updated after mismatch.  Clear cached mailbox info correctly
10527         when uidvalidity changes.
10528         (nnimap-group-prefixed-name): New function to avoid some code
10529         duplication.
10530         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10531         (nnimap-request-group): Use it.
10532         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10533         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10534         with many imap folders.  This is done by caching the group status from
10535         the imap server persistently in a group parameter `imap-status'.  (This
10536         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10537         but not persistently, so every Gnus startup was still very slow.)
10538
10539 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10540
10541         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10542         delete the extra newline.  Otherwise editing of :string and :number
10543         types don't work.
10544
10545 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10546
10547         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10548         secrets.el dependency.
10549         (auth-sources): Add optional user name.  Add secrets.el configuration
10550         choice (unused right now).
10551
10552 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10553
10554         * gnus-sum.el (gnus-summary-make-menu-bar):
10555         Let `gnus-registry-install-shortcuts' fill in the functions.
10556
10557         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10558         warnings.
10559         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10560         (gnus-registry-install-shortcuts): Populate and use it in a
10561         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10562
10563 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10564
10565         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10566         In-place substitutions for the group name encoding/decoding.
10567         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10568         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10569         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10570         (nnimap-update-unseen, nnimap-request-list)
10571         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10572         (nnimap-request-set-mark, nnimap-split-to-groups)
10573         (nnimap-split-articles, nnimap-request-newgroups)
10574         (nnimap-request-create-group, nnimap-request-accept-article)
10575         (nnimap-request-delete-group, nnimap-request-rename-group)
10576         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10577         `encoded-mbx' for consistency.
10578         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10579         variable `imap-current-mailbox'.
10580
10581         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10582         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10583
10584 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10585
10586         * pop3.el (pop3-display-message-size-flag): Display message size byte
10587         counts during POP3 download.
10588         (pop3-movemail): Use it.
10589         (pop3-list): Implement listing of available messages.
10590
10591 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10592
10593         * nnir.el (nnir-get-article-nov-override-function): New function to
10594         override the normal NOV retrieval.
10595         (nnir-retrieve-headers): Use it.
10596
10597 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10598
10599         * auth-source.el (netrc-machine-user-or-password): Autoload.
10600
10601 2010-03-19  Glenn Morris  <rgm@gnu.org>
10602
10603         Stop message.el from loading about 40 libraries it doesn't always need.
10604         The general approach is to autoload rather than require, and to
10605         require in the specific functions rather than the file.  (Bug#5642)
10606
10607         * gmm-utils.el: Don't require wid-edit.
10608         (widget-create-child-value, widget-convert, widget-default-get):
10609         Autoload.
10610
10611         * gnus-util.el: Don't require time-date, netrc.
10612         (message-fetch-field, gnus-group-name-decode): Declare rather than
10613         autoloading.
10614         (gnus-fetch-field): Require message.
10615         (gnus-decode-newsgroups): Require gnus-group.
10616
10617         * ietf-drums.el: Don't require time-date.
10618
10619         * message.el: Don't require hashcash, canlock, ecomplete.
10620         Do require mail-utils.  Require nnheader only when compiling.
10621         (smtpmail-default-smtp-server): Remove declaration.
10622         (message-send-mail-function): Check smtpmail-default-smtp-server
10623         is bound rather than requiring smtpmail.
10624         (message-auto-save-directory, message-insert-signature):
10625         Use expand-file-name rather than nnheader-concat.
10626         (nnheader-insert-file-contents): Autoload.
10627         (hashcash-wait-async): Declare.
10628         (message-send-mail): Only call gnus-setup-posting-charset if
10629         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10630         (message-send-mail-with-sendmail): Require sendmail.
10631         (canlock-password, canlock-password-for-verify): Declare.
10632         (message-canlock-password): Require canlock.
10633         (nnheader-get-report): Autoload.
10634         (gnus-setup-posting-charset): Declare.
10635         (message-send-news): Require gnus-msg.
10636         (message-make-references, message-make-in-reply-to): Use mail-header-id
10637         rather than the alias mail-header-message-id.
10638         (ecomplete-add-item, ecomplete-save): Declare.
10639         (message-put-addresses-in-ecomplete): Require ecomplete.
10640         (ecomplete-display-matches): Autoload.
10641
10642         * mm-decode.el: Don't require mailcap, gnus-util.
10643         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10644         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10645         Autoload.
10646         (mailcap-mime-extensions): Declare.
10647
10648         * mm-encode.el: Don't require mailcap.
10649         (mailcap-extension-to-mime): Autoload.
10650
10651         * mml-sec.el: Don't require password-cache.
10652
10653         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10654         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10655         (mml-minibuffer-read-type): Require mailcap.
10656         (mml-preview): Require gnus-msg.
10657
10658         * mml1991.el: Require password-cache.
10659         (password-cache-expiry): Remove declaration.
10660
10661         * mml2015.el: Require password-cache.
10662         (password-cache-expiry): Remove declaration.
10663
10664         * nneething.el (mailcap): Require mailcap.
10665
10666         * nnheader.el (declare-function): Add compatibility stub.
10667         (message-remove-header): Declare rather than autoload.
10668         (nnheader-replace-header): Require message.
10669
10670         * nnimap.el (declare-function): Add compatibility stub.
10671         (netrc-parse, netrc-machine-user-or-password): Declare.
10672         (nnimap-open-connection): Require netrc.
10673
10674         * nntp.el (declare-function): Add compatibility stub.
10675         (netrc-parse, netrc-machine, netrc-get): Declare.
10676         (nntp-send-authinfo): Require netrc.
10677
10678         * rfc2047.el: Don't require qp.
10679         (quoted-printable-encode-region, quoted-printable-decode-string):
10680         Autoload.
10681
10682         * sieve-mode.el: Don't require easymenu.
10683         (easy-menu-add-item): Autoload it.
10684
10685         * spam-stat.el (time-to-number-of-days): Autoload it.
10686
10687 2010-03-19  Glenn Morris  <rgm@gnu.org>
10688
10689         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10690
10691 2010-03-18  Glenn Morris  <rgm@gnu.org>
10692
10693         * hashcash.el (declare-function): Remove duplicate definition.
10694
10695 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10696
10697         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10698         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10699         value if any backslash escapes).
10700
10701 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10704         if it is available.  (bug#5647)
10705
10706         * lpath.el: Suppress compiler warning for coding-system-from-name for
10707         Emacs 21 and XEmacs.
10708
10709 2010-03-14  Juri Linkov  <juri@jurta.org>
10710
10711         * hmac-def.el:
10712         * hmac-md5.el:
10713         * netrc.el: Fix keywords.
10714
10715 2010-02-26  Glenn Morris  <rgm@gnu.org>
10716
10717         * message.el (message-send-mail-function): Change the default, so that
10718         it inherits from a customized send-mail-function.  (Bug#5643)
10719
10720 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10721
10722         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10723         shell-command-to-string signals an error (bug#5299).
10724
10725 2010-02-24  Glenn Morris  <rgm@gnu.org>
10726
10727         * message.el (message-smtpmail-send-it)
10728         (message-send-mail-with-mailclient): Doc fixes.
10729
10730 2010-02-16  Glenn Morris  <rgm@gnu.org>
10731
10732         * message.el (message-default-mail-headers): Change the default value
10733         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10734
10735 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10738         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10739
10740 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10741
10742         * time-date.el (date-to-time): Doc fix (Bug#5408).
10743
10744 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10745
10746         * message.el (message-mail): Just pass yank-action on to message-setup.
10747         (message-setup): Handle (FUN . ARGS) form of yank-action.
10748         (message-with-reply-buffer, message-widen-reply)
10749         (message-yank-original): Handle non-buffer values of
10750         message-reply-buffer (Bug#4080).
10751         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10752
10753 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10754
10755         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10756         Fix typo in docstring.
10757
10758 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10759
10760         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10761         response.
10762
10763 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10766
10767         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10768
10769         * message.el (message-check-news-header-syntax): Protect against a
10770         string that `rfc822-addresses' returns when parsing fails.
10771
10772 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10775         (gnus-previous-char-property-change): New functions.
10776
10777         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10778
10779 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10780
10781         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10782         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10783
10784 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10785
10786         * message.el (message-exchange-point-and-mark): Rework last change to
10787         avoid using optional arg of exchange-point-and-mark, for backward
10788         compatibility.
10789
10790 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10791
10792         * message.el (message-exchange-point-and-mark):
10793         Call exchange-point-and-mark with an argument rather than setting
10794         mark-active by hand (Bug#5175).
10795
10796 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * nntp.el (nntp-service-to-port): Work for service expressed with
10799         numeric string; replace [:digit:] with [0-9] for XEmacs.
10800
10801 2009-12-17  Glenn Morris  <rgm@gnu.org>
10802
10803         * gnus-group.el (gnus-bug-group-download-format-alist):
10804         Change emacs entry to debbugs.gnu.org.  Bump :version.
10805
10806 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10807
10808         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10809
10810 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10811
10812         * message.el (message-info): Explain why we use `Info-goto-node'.
10813
10814 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10817
10818 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10819
10820         * message.el (message-completion-in-region): New compatibility function.
10821         (message-expand-group): Use it.
10822
10823 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10826         with no unread article should be listed if the 2nd arg `predicate' is
10827         given.
10828
10829 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10832
10833 2009-11-29  Juri Linkov  <juri@jurta.org>
10834
10835         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10836         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10837         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10838
10839 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10840
10841         * sha1.el (sha1-string-external): default-directory "/" in case
10842         otherwise non-existent.  process-connection-type pipe for touch of
10843         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10844
10845 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10846
10847         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10848         it's comms related and sgml-mode.el has "comm" on that basis too.
10849
10850 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10853         containing tspecial characters if they have been already quoted.
10854
10855 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10856
10857         * dns-mode.el (auto-mode-alist): Purecopy string.
10858
10859 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10860
10861         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10862
10863 2009-10-24  Glenn Morris  <rgm@gnu.org>
10864
10865         * gnus-art.el (help-xref-stack-item): Define for compiler.
10866
10867 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10868
10869         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10870
10871 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10874
10875 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10878         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10879
10880 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10883         (gnus-overlays-in): New alias to overlays-in.
10884
10885         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10886         gnus-overlay-get, and gnus-delete-overlay.
10887         (gnus-summary-show-thread): Make it work as well for systems in which
10888         next-single-char-property-change is not available.
10889         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10890
10891         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10892         (gnus-overlay-get): New alias to extent-property.
10893         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10894
10895         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10896         SXEmacs.
10897
10898         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10899         SXEmacs.
10900
10901 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10904
10905 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10906
10907         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10908         and XEmacs that don't have `remove-overlays'.
10909
10910 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10911
10912         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10913         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10914         selective display.  Use overlays instead.
10915
10916 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10917
10918         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10919
10920 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10921
10922         * spam-stat.el (spam-stat-load): Fix typo in message.
10923
10924 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10925
10926         * dig.el (dig-invoke): Fix typo in docstring.
10927         (query-dig): Reflow docstring.
10928
10929 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10930
10931         * gnus-art.el (gnus-article-encrypt-body):
10932         * message.el (message-check-recipients):
10933         * mm-util.el (mm-codepage-setup):
10934         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10935         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10936
10937 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10938
10939         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10940         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10941         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10942         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10943         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10944
10945 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10946
10947         * dig.el: Add "Keywords: comm", as per net-utils.el.
10948
10949 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10950
10951         * dig.el (dig-mode): Use define-derived-mode.
10952
10953 2009-09-19  Glenn Morris  <rgm@gnu.org>
10954
10955         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10956
10957 2009-09-18  Glenn Morris  <rgm@gnu.org>
10958
10959         * gnus-diary.el (gnus-diary-check-message):
10960         * message.el (message-insert-formatted-citation-line):
10961         * nnbabyl.el (top-level):
10962         * nndiary.el (nndiary-schedule):
10963         Fix typos in condition-case handlers.
10964
10965 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10968         configuration that provides the sole article window in a frame;
10969         position point correctly after deleting a part.
10970
10971 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10972
10973         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10974         (spam-resolve-registrations-routine): Use it to unregister articles
10975         that change status.
10976
10977 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10980         with XEmacs.
10981         (parse-time-string-chars): Use it.
10982
10983 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10984
10985         * imap.el (imap-interactive-login): Better messages.
10986         (imap-open): Fix bug with renamed buffer on reconnect.
10987         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10988         for easier debugging and cleaner code.  On successful (guessed based on
10989         server capabilities) secondary authentication, set imap-state
10990         correctly.
10991         (imap-last-authenticator): Define imap-last-authenticator as a variable
10992         to avoid warnings.
10993
10994 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * nnrss.el (nnrss-request-article): Remove binding of
10997         default-enable-multibyte-characters that has gotten needless by
10998         the 2007-07-13 change in rfc2047-encode-message-header.
10999
11000         * mml.el (mml-insert-multipart): Error on the message header.
11001         (mml-insert-part): Error on the message header; position point at
11002         the end of a MIME tag.
11003
11004 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * time-date.el (autoload): Expand define-obsolete-function-alias into
11007         defalias and make-obsolete for old Emacsen that Gnus supports.
11008         (with-no-warnings): Define it for old Emacsen.
11009         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11010         is available.
11011         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11012         float-time is available; suppress compile warning for time-to-seconds.
11013
11014         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11015         (gnus-float-time): Alias to float-time if it exists.
11016
11017         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11018         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11019         float-time is available; suppress compile warning for time-to-seconds.
11020
11021         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11022         XEmacs.
11023
11024 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11025
11026         * imap.el (imap-message-map): Docstring fix.
11027
11028 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11031         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11032         Add the optional argument `encoding' that overrides the default.
11033
11034         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11035         mm-encode-buffer.
11036
11037 2009-09-04  Glenn Morris  <rgm@gnu.org>
11038
11039         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11040         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11041         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11042         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11043         * mm-util.el (mm-with-unibyte-current-buffer)
11044         (mm-find-buffer-file-coding-system):
11045         * yenc.el (yenc-decode-region): Use default-value rather than
11046         default-enable-multibyte-characters.
11047
11048 2009-09-03  Glenn Morris  <rgm@gnu.org>
11049
11050         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11051         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11052         than default-enable-multibyte-characters.
11053
11054 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11055
11056         * gnus-art.el (gnus-article-read-summary-keys):
11057         Fix gnus-buffer-configuration's value temporarily used.
11058
11059 2009-09-02  Glenn Morris  <rgm@gnu.org>
11060
11061         * gnus-util.el (gnus-float-time): New function.
11062         * gnus-delay.el (gnus-delay-article):
11063         * gnus-sum.el (gnus-thread-latest-date):
11064         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11065         * nnspool.el (nnspool-request-newgroups):
11066         Use gnus-float-time rather than time-to-seconds.
11067         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11068
11069         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11070         (gnus-header-subject-face, gnus-header-newsgroups-face)
11071         (gnus-header-name-face, gnus-header-content-face):
11072         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11073         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11074         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11075         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11076         (gnus-cite-face-11):
11077         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11078         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11079         (gnus-server-closed-face, gnus-server-denied-face)
11080         (gnus-server-offline-face):
11081         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11082         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11083         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11084         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11085         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11086         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11087         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11088         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11089         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11090         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11091         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11092         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11093         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11094         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11095         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11096         (gnus-summary-high-undownloaded-face)
11097         (gnus-summary-low-undownloaded-face)
11098         (gnus-summary-normal-undownloaded-face)
11099         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11100         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11101         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11102         (gnus-splash-face):
11103         * message.el (message-header-to-face, message-header-cc-face)
11104         (message-header-subject-face, message-header-newsgroups-face)
11105         (message-header-other-face, message-header-name-face)
11106         (message-header-xheader-face, message-separator-face)
11107         (message-cited-text-face, message-mml-face):
11108         * sieve-mode.el (sieve-control-commands-face)
11109         (sieve-action-commands-face, sieve-test-commands-face)
11110         (sieve-tagged-arguments-face):
11111         * spam.el (spam-face):
11112         Mark face aliases with "-face" in the name as obsolete.
11113
11114 2009-09-01  Glenn Morris  <rgm@gnu.org>
11115
11116         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11117         than goto-line.
11118
11119 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11122         Don't move point if the command is invoked inside the message header.
11123
11124 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11125
11126         * imap.el (imap-send-command): Simplify.
11127         (imap-wait-for-tag): point-max -> buffer-size.
11128
11129 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11130
11131         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11132         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11133         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11134         * nnir.el (nnir-swish-e-index-file):
11135         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11136         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11137         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11138         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11139         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11140         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11141
11142 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11145         Don't save excursion.
11146
11147 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11148
11149         * nnheader.el (nnheader-find-file-noselect):
11150         * mm-util.el (mm-insert-file-contents):
11151         Use (default-value 'major-mode) instead of default-major-mode.
11152
11153 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11154
11155         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11156
11157 2009-08-26  Glenn Morris  <rgm@gnu.org>
11158
11159         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11160         than placing in files.el.
11161
11162 2009-08-25  Glenn Morris  <rgm@gnu.org>
11163
11164         * nnir.el (top-level): Don't require cl at run-time.
11165         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11166         Replace cl-function substitute with gnus-replace-in-string.
11167         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11168         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11169         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11170         simplified expansions.
11171
11172 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11173
11174         * dig.el (dig): Add autoload cookie.
11175
11176 2009-08-22  Glenn Morris  <rgm@gnu.org>
11177
11178         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11179         goto-line.
11180
11181 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11182
11183         * parse-time.el (parse-time-string-chars): Save match data.
11184
11185 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11186
11187         * parse-time.el (parse-time-string-chars): Compute using character
11188         classes, to handle non-ascii characters (Bug#3190).
11189
11190 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11193
11194         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11195         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11196         (gnus-mm-display-part, gnus-mime-display-single)
11197         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11198         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11199
11200         * gnus-sum.el
11201         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11202         (gnus-summary-move-article): Add expirable mark to articles copied or
11203         moved to group that has auto-expire turned on if the option is non-nil.
11204
11205 2009-07-24  Glenn Morris  <rgm@gnu.org>
11206
11207         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11208         Fix typo.  (Bug#3903)
11209
11210 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11213         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11214         that should not be used for draft articles.
11215         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11216         that has no concern in minor mode keys.
11217         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11218         Abolish.
11219
11220 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11223         article without making inquiry to a user for unknown encoding.
11224
11225         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11226         (nnmaildir--scan): Assume i-node and device number that file-attributes
11227         returns might be cons-cell.
11228
11229         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11230
11231         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11232
11233 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11234
11235         * auth-source.el: Remove docs now in auth.texi.  Don't use
11236         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11237         `auth-source-hide-passwords' and use them.
11238
11239 2009-07-15  Glenn Morris  <rgm@gnu.org>
11240
11241         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11242
11243 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11246         excessive whitespace from the default values of title and description.
11247
11248 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11251         mail-fetch-field to fetch Content-Description header in order to
11252         exclude newlines.
11253
11254 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11255
11256         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11257         format used by GnuPG 2.0.11.
11258
11259 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11262         to deleted part.
11263
11264 2009-05-30  David Engster  <dengste@eml.cc>
11265
11266         * nnmairix.el: Remove old documentation in the commentary block.
11267         (nnmairix-request-group): Do not update active file for nnml back ends.
11268         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11269         end so that overview files are ignored.
11270         (nnmairix-update-groups): Make updating the groups more robust by using
11271         marks.
11272         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11273         with dollar characters in message-id.
11274
11275 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11276
11277         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11278         2008-12-25 in dns.el.
11279
11280 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11281
11282         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11283         could happen if the text is only composed of spaces and/or tabs.
11284
11285 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11286
11287         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11288         when sending a queued message to avoid extra mml tags.
11289
11290 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11293
11294 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11297         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11298         rmail-toggle-header for XEmacs;
11299         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11300
11301 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * gnus-dired.el: Remove autoload for gnus-setup-message.
11304         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11305         displaying Gnus logo; always use compose-mail.
11306
11307 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11310
11311 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11314         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11315         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11316         available.
11317         (gnus-nocem-epg-verify): New function.
11318
11319 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11322
11323 2009-02-15  Glenn Morris  <rgm@gnu.org>
11324
11325         * gnus-util.el (rmail-insert-rmail-file-header)
11326         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11327         autoloads.
11328         (rmail-default-rmail-file): Remove unnecessary declaration.
11329         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11330
11331 2009-02-14  Glenn Morris  <rgm@gnu.org>
11332
11333         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11334         variable (only used in gnus-util, which declares it anyway).
11335         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11336         which was only needed by gnus-art (changed to not use it any more).
11337         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11338         only used in gnus-util, which autoloads it itself.
11339         (rmail-update-summary): Fix autoload.
11340
11341         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11342         rather than rmail-output-to-rmail-file.
11343
11344 2009-02-07  Glenn Morris  <rgm@gnu.org>
11345
11346         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11347         autoload of function that no longer exists.
11348         (rmail-toggle-header): Declare.
11349         (message-forward-rmail-make-body): Handle mbox Rmail.
11350
11351 2009-01-31  Glenn Morris  <rgm@gnu.org>
11352
11353         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11354         2009-01-09 change.
11355
11356 2009-01-31  Dave Love  <fx@gnu.org>
11357
11358         * imap.el (imap-fetch-safe): Bind debug-on-error.
11359         (imap-debug): Add imap-fetch-safe.
11360
11361 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11362
11363         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11364         (auth-source-forget-all-cached): New convenience function.
11365         (auth-source-user-or-password): Accept list of modes or a single mode.
11366
11367         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11368         auth-source modes.
11369
11370         * netrc.el (netrc-machine-user-or-password): Use list of
11371         auth-source modes.
11372
11373         * nnimap.el (nnimap-open-connection): Use list of
11374         auth-source modes.
11375
11376         * nntp.el (nntp-send-authinfo): Use list of
11377         auth-source modes.
11378
11379 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11380
11381         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11382         now.
11383
11384 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11387         coding system in XEmacs; add a workaround for XEmacs.
11388
11389         * lpath.el: Fbind coding-system-aliasee.
11390
11391 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11394         of current-language-environment.
11395
11396 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11399         available at runtime.
11400
11401 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11402
11403         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11404
11405 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11406
11407         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11408         the greatest positive fixnum value doesn't work under an XEmacs with
11409         bignum support; use the most-positive-fixnum constant instead,
11410         available since Emacs 21.1 with cl and XEmacs 21.1.
11411
11412 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11415         XEmacs gets not to work.
11416
11417 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * mm-util.el (mm-coding-system-priorities): Allow the value like
11420         "Japanese (UTF-8)" of current-language-environment.
11421
11422 2009-01-09  Glenn Morris  <rgm@gnu.org>
11423
11424         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11425         with last-command-event.
11426
11427 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11430         in the doc string.
11431
11432         * message.el (message-fix-before-sending): Amend comment.
11433
11434 2009-01-08  Dave Love  <fx@gnu.org>
11435
11436         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11437
11438 2009-01-07  David Engster  <dengste@eml.cc>
11439
11440         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11441         simplified server definitions by converting it via
11442         gnus-server-to-method.
11443
11444 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11447         parameter's operands.
11448
11449 2009-01-06  David Engster  <dengste@eml.cc>
11450
11451         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11452         primary select method (for gnus-group-mark-article-as-read).
11453
11454 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11455
11456         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11457         `(gnus)Face', not `(gnus)X-Face'.
11458
11459 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * mm-util.el (mm-ucs-to-char): New function.
11462
11463         * mm-url.el (mm-url-decode-entities): Use it.
11464
11465         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11466         unicode-to-char.
11467
11468 2009-01-05  Dave Love  <fx@gnu.org>
11469
11470         * time-date.el: Require cl for `declare'.
11471
11472 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11473
11474         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11475         Dave Love.
11476
11477 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11478
11479         * message.el (message-fix-before-sending): Add `eight-bit' to
11480         illegible-text check.
11481
11482 2009-01-03  Michael Olson  <mwolson@gnu.org>
11483
11484         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11485         `headers' is nil.  This can occur if the IMAP server does not have
11486         permissions to read messages from a folder, but can write new messages
11487         to the folder.
11488         (nnimap-request-article-part): Do not insert `data' if it is nil.
11489
11490         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11491         characters which will confuse `read', so skip past them.
11492
11493 2009-01-01  Dave Love  <fx@gnu.org>
11494
11495         * imap.el (imap-string-to-integer): Fix typo.
11496         (imap-fetch-safe): New function.
11497         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11498
11499         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11500
11501         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11502         (imap-parse-greeting): Fix doc strings.
11503         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11504         (imap-parse-flag-list): Make messages unique.
11505         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11506
11507         * nnimap.el: Fix author email.
11508         (nnimap-split-rule): Add FIXME comment.
11509         (nnimap-debug): Fix doc string.
11510
11511 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11512
11513         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11514
11515 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11518         nslookup if resolv.conf isn't available.
11519         (dns-query): Rename from query-dns.
11520         (dns-query-cached): Rename from query-dns-cached.
11521
11522 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11525         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11526         to check if those variables exist (first appeared in Emacs 18.50).
11527
11528 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * mm-util.el (mm-line-number-at-pos): New function.
11531
11532         * spam-report.el (spam-report-process-queue): Use it.
11533
11534 2008-12-24  David Engster  <dengste@eml.cc>
11535
11536         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11537         parameters that haven't existed as variables as buffer-local variables.
11538
11539 2008-12-23  Dave Love  <fx@gnu.org>
11540
11541         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11542         cadar.
11543
11544         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11545         imap-starttls-p.
11546         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11547
11548 2008-12-22  Dave Love  <fx@gnu.org>
11549
11550         * imap.el: Fix author email.  Doc fixes.
11551         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11552         reply.
11553
11554 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * spam-report.el (spam-report-gmane-max-requests): New constant.
11557         (spam-report-gmane-wait): New variable.
11558         (spam-report-gmane-ham, spam-report-gmane-spam)
11559         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11560         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11561         the server.
11562
11563         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11564         Add explanations.
11565
11566         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11567         nnheader-accept-process-output and nnheader-read-timeout if available.
11568         (pop3-movemail): Use it.
11569
11570         * message.el (message-check-news-body-syntax): Fix signature check if
11571         there's an attachment.
11572
11573 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * mm-util.el: Add comments to the mm- emulating functions.
11576
11577 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11578
11579         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11580         Reported by Stephen Berman <stephen.berman@gmx.net>.
11581
11582 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * mm-util.el (mm-substring-no-properties): New function.
11585         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11586         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11587         (mm-string-to-multibyte): Doc fix.
11588
11589         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11590
11591 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * mml.el (mml-attach-file): Strip text properties from file name.
11594         (Bug#1574)
11595
11596 2008-12-16  Glenn Morris  <rgm@gnu.org>
11597
11598         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11599
11600 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11603         knows since the charset specified might be a bogus alias that
11604         mm-charset-synonym-alist provides.
11605
11606 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11607
11608         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11609         "ISO_8859-1".
11610
11611         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11612
11613 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * mm-util.el (mm-charset-eval-alist):
11616         Define it before mm-charset-to-coding-system.
11617         (mm-charset-to-coding-system): Add optional argument `silent';
11618         define it before mm-charset-override-alist.
11619         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11620         default value if it can be used in Emacs currently running;
11621         silence mm-charset-to-coding-system.
11622
11623 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11626         `allow-override' which says whether to use `mm-charset-override-alist'.
11627         (rfc2047-decode-encoded-words): Use it.
11628
11629         * mm-util.el (mm-charset-override-alist): Fix custom type;
11630         add `(gb2312 . gbk)' to choices.
11631
11632 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11635         fast.
11636
11637         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11638
11639         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11640
11641 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11642
11643         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11644         on links.
11645
11646         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11647
11648 2008-12-03  Lute Kamstra  <lute@gnu.org>
11649
11650         * sha1.el: Remove leading * from docstrings of defcustoms,
11651         deffaces, defconsts and defuns.
11652
11653 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11656         users' addresses that don't have domain parts.
11657         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11658         rather than message-narrow-to-head since there will be the message
11659         header separator.
11660
11661 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11662
11663         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11664         since the result is inserted in a unibyte buffer anyway.
11665         (nnimap-demule-use-string-to-multibyte): Remove.
11666         (nnimap-demule): Alias it to mm-string-to-multibyte.
11667
11668 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11669
11670         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11671         variable for debugging bug#464 and bug#1174.
11672         (nnimap-demule): Use it.
11673
11674 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11677         score calculation correctly.
11678
11679 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11680
11681         * message.el (message-send-mail): Just set the buffer to unibyte
11682         rather than use mm-with-unibyte-current-buffer which does a lot more.
11683         (message-send-mail-partially): Don't bother with
11684         mm-with-unibyte-current-buffer since it's already been made unibyte by
11685         message-send-mail.
11686
11687 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11688
11689         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11690
11691 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11692
11693         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11694
11695 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11698         require itself and to remove `with-no-warnings'.
11699
11700 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11701
11702         * starttls.el (starttls-any-program-available): Get the name of the
11703         available TLS layer program.
11704         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11705         well as the host name in the "opening" message.
11706
11707         * auth-source.el (auth-source-cache, auth-source-do-cache)
11708         (auth-source-user-or-password): Cache passwords and logins by default,
11709         allow override with `auth-source-do-cache'.
11710         (auth-source-forget-user-or-password): Allow users to remove cache
11711         entries if needed.
11712
11713 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11714
11715         * md4.el (md4-buffer): Fix typo in docstring.
11716         (md4, md4-64): Doc fixes.
11717         (md4-pack-int32): Reflow docstring.
11718
11719 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11720
11721         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11722         condition-case to only the forward-sexp call.
11723
11724 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11725
11726         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11727         quotes contained.  Make it more robust regardless by an extra
11728         condition-case wrapper.
11729
11730 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11733
11734 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * nnml.el (nnml-request-expire-articles): Check if the function set to
11737         `nnmail-expiry-target' returns the symbol `delete'.
11738
11739         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11740
11741         * nnmail.el (nnmail-expiry-target): Fix custom type.
11742
11743 2008-10-02  Glenn Morris  <rgm@gnu.org>
11744
11745         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11746         Silence compiler warning.
11747
11748 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11749
11750         * tls.el (open-tls-stream): Show the actual command being
11751         executed, instead of the format string.
11752
11753 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * lpath.el: Fbind codepage-setup for Emacs 23.
11756
11757 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11758
11759         * mml.el (mml-menu): Don't assume mml2015 is bound.
11760
11761 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11764         exists.
11765
11766 2008-09-27  Glenn Morris  <rgm@gnu.org>
11767
11768         * gnus-util.el (mail-header-remove-comments): Autoload it.
11769
11770 2008-09-27  Andreas Schwab  <schwab@suse.de>
11771
11772         * gnus-util.el (gnus-split-references): Strip comments.
11773         (gnus-parent-id): Likewise.
11774
11775 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11776
11777         * message.el (message-confirm-send): Fix version.
11778
11779 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * message.el (message-idna-to-ascii-rhs-1): Use
11782         mail-extract-address-components rather than mail-header-parse-addresses
11783         that is an alias by default to ietf-drums-parse-addresses that does not
11784         support non-ASCII names in headers' contents.
11785
11786 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11787
11788         * message.el (message-confirm-send): Fix variable documentation to
11789         avoid the "y/n" wording.
11790
11791 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11792
11793         * message.el (message-set-auto-save-file-name): Save to a different
11794         filename so multiple messages (especially drafts) can be recovered.
11795
11796 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11797
11798         * message.el (message-confirm-send): Add appropriate version.
11799
11800 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11801
11802         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11803         defvar.
11804
11805 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11806
11807         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11808         (mm-pkcs7-enveloped-magic): Ditto.
11809
11810 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11811
11812         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11813         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11814
11815 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11816
11817         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11818         default, it's better.
11819
11820 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11821
11822         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11823         summary line gnus-number property and ignore them (with a warning
11824         message).
11825
11826 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11829         macro caddr in the interactive form since it won't be expanded.
11830
11831 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11834         `charset'; fix name of function called recursively.
11835         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11836
11837 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11840         (gnus-mime-set-charset-parameters): New function.
11841         (gnus-mime-view-part-as-charset): Use it to correctly display part
11842         specifying wrong charset.
11843
11844 2008-09-08  David Engster  <dengste@eml.cc>
11845
11846         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11847         in completing-read for back end server.
11848
11849 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11850
11851         * message.el (message-confirm-send): New variable to confirm sending a
11852         message.
11853         (message-send): Use it.
11854
11855 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11856
11857         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11858
11859 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11862
11863 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11864
11865         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11866         prevent tracking too many groups.
11867         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11868         Use it.
11869
11870 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11871
11872         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11873         moving point to the bottom of the window in order to avoid recentering.
11874
11875 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11878
11879         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11880         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11881         (gnus-article-beginning-of-window): Fix calculation.
11882
11883 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * gnus-msg.el (gnus-summary-supersede-article)
11886         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11887         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11888         message header.
11889
11890 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11891
11892         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11893         pending output coming after the status change.
11894
11895 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11896
11897         * message.el:
11898         * gnus-start.el:
11899         * gnus-registry.el: Remove VMS support.
11900
11901 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11904         macro.
11905         (rfc2104-hash): Use it.
11906
11907 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11910         (gnus-summary-sort-by-most-recent-date): New commands.
11911         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11912         and menu entries.
11913
11914 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11917         don't redisplay article for raw contents; remove plural articles stuff.
11918
11919         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11920         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11921         on gnus-summary-save-article; display results properly.
11922
11923 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * lpath.el: No need to fbind ns-focus-frame.
11926
11927 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11930
11931 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus-art.el (gnus-summary-save-in-pipe):
11934         Consider gnus-save-all-headers.
11935
11936 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11937
11938         * gnus-util.el (ns-focus-frame): Remove declaration.
11939         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11940         like x.
11941
11942 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11943
11944         * rfc2104.el (rfc2104-zero): Delete defconst.
11945         (rfc2104-hex-alist): Likewise.
11946         (rfc2104-hex-to-int): Delete func.
11947         (rfc2104-hexstring-to-bitstring): Likewise.
11948         (rfc2104-nybbles): New defconst.
11949         (rfc2104-hash): Rewrite for speed.
11950
11951 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * tls.el (open-tls-stream): Make it work with the 2nd argument
11954         BUFFER that is a string but does not exist as a buffer object, as
11955         mentioned in the doc-string.
11956
11957 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11960         SXEmacs.
11961
11962 2008-07-16  Glenn Morris  <rgm@gnu.org>
11963
11964         * gnus-util.el (ns-focus-frame): Declare for compiler.
11965
11966 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11969         set as a group parameter.
11970         (gnus-summary-save-in-pipe): Work when it is called independently.
11971         (gnus-summary-pipe-to-muttprint): Don't modify
11972         gnus-summary-pipe-output-default-command.
11973
11974 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11975
11976         * message.el (message-send-mail-with-sendmail):
11977         Display the error message.
11978
11979 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * gnus-art.el (gnus-default-article-saver):
11982         Add gnus-summary-save-in-pipe to choices.
11983         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11984         gnus-summary-pipe-output-default-command as the default command.
11985         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11986         instead of gnus-last-shell-command.
11987
11988         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11989         New user option.
11990         (gnus-summary-muttprint-program): Mention the value will be changed.
11991         (gnus-summary-save-article): Force showing of all headers.
11992         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11993
11994 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11995
11996         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11997
11998 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11999
12000         * nnimap.el (nnimap-id):
12001         * sieve-manage.el (sieve-manage-open): Doc fixes.
12002
12003 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12004
12005         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12006         if available.
12007
12008 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12009
12010         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12011
12012         * nnkiboze.el (nnkiboze-generate-group):
12013         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12014
12015         * nnmairix.el: Require CL.
12016
12017 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * dgnushack.el: Autoload get-display-table and put-display-table for
12020         XEmacs 21.5.
12021
12022         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12023         21.4 and SXEmacs.
12024
12025 2008-06-15  David Engster  <dengste@eml.cc>
12026
12027         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12028
12029 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12030
12031         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12032         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12033         runtime choice under XEmacs.
12034
12035         * gnus-sum.el (gnus-summary-set-display-table):
12036         Use `gnus-put-display-table', `gnus-get-display-table',
12037         `gnus-set-display-table' for the display table, instead of `aset'.
12038
12039         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12040         Use `gnus-put-display-table', `gnus-get-display-table',
12041         `gnus-set-display-table' for the display table.
12042
12043 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12044
12045         * nnmairix.el: Add autoloads.
12046
12047 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * nnmairix.el (nnmairix-delete-recreate-group)
12050         (nnmairix-update-and-clear-marks): Fix error messages.
12051
12052 2008-06-14  David Engster  <dengste@eml.cc>
12053
12054         * nnmairix.el: Upgrade to version 0.6.
12055         (nnmairix-group-toggle-propmarks-this-group)
12056         (nnmairix-group-toggle-readmarks-this-group)
12057         (nnmairix-group-delete-recreate-this-group)
12058         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12059         (nnmairix-remove-tick-mark-original-article): New commands.
12060         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12061         (nnmairix-propagate-marks-to-nnmairix-groups)
12062         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12063         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12064         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12065         functions needed for marks propagation and manipulation of read marks.
12066         (nnmairix-update-groups): New function.
12067         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12068         (nnmairix-determine-original-group-from-registry)
12069         (nnmairix-determine-original-group-from-path)
12070         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12071         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12072         New helper functions.
12073         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12074         keystrokes for new commands.
12075         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12076         (nnmairix-request-group): Check allow-fast group parameter.
12077         (nnmairix-request-create-group): Set allow-fast group parameter if
12078         nnmairix-allowfast-default is set.
12079         (nnmairix-close-group): Propagate marks upon closing if needed.
12080         (nnmairix-group-toggle-threads-this-group): Use new.
12081         nnmairix-group-toggle-parameter helper function.
12082         (nnmairix-search): Better check for empty search result.
12083         (nnmairix-goto-original-article): Use new helper functions for
12084         determining original article.
12085         (nnmairix-show-original-article): Make sure message-id is in brackets.
12086         (nnmairix-call-mairix-binary): Change variable name.
12087         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12088         helper function.
12089         (nnmairix-widget-toggle-activate): Fix doc string.
12090
12091 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * nnir.el: Require edmacro when compiling with XEmacs.
12094         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12095         available in Emacs 21.
12096
12097 2008-06-11  Glenn Morris  <rgm@gnu.org>
12098
12099         * gnus-util.el (x-focus-frame):
12100         * gnus.el (image-size):
12101         * mm-decode.el (image-size): Declare.
12102
12103         * gnus-picon.el (declare-function): Add compat definition.
12104         (image-size): Declare.
12105
12106         * gnus-group.el (tool-bar-map):
12107         * gnus-sum.el (tool-bar-map): Define for compiler.
12108
12109         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12110
12111         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12112
12113         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12114         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12115         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12116         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12117         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12118         * sieve-manage.el, spam-report.el, spam.el:
12119         Remove unnecessary eval-and-compile of autoloads.
12120
12121 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12122
12123         * auth-source.el: Precise Tramp doc.
12124
12125 2008-06-07  Glenn Morris  <rgm@gnu.org>
12126
12127         * nnmairix.el: Remove unnecessary eval-when-compile.
12128
12129 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * lpath.el: Fbind propertize for XEmacs 21.4.
12132
12133 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12134
12135         * nnir.el: Move here from ../contrib.
12136
12137 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12138
12139         * gnus-util.el (gnus-read-shell-command): New function.
12140         * mm-decode.el (mm-pipe-part):
12141         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12142
12143 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12146
12147 2008-06-03  Glenn Morris  <rgm@gnu.org>
12148
12149         * pop3.el (nnheader-accept-process-output): Autoload it.
12150
12151 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12154         are not 2-digit hexadecimal characters that follow `%'s.
12155
12156 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * message.el (message-bogus-recipient-p): Fix type in doc string.
12159         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12160         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12161         Improve custom options.
12162         (message-bogus-recipient-p): Adjust accordingly.
12163
12164 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12165
12166         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12167         long-form month and day names.
12168
12169 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * dgnushack.el: Autoload debug, eudc-expand-inline and
12172         pgg-snarf-keys-region for XEmacs.
12173
12174         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12175
12176         * nnmairix.el: Require edmacro when compiling with XEmacs.
12177
12178 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12181         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12182
12183 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12184
12185         * auth-source.el: Add more docs.
12186
12187         * netrc.el (netrc-machine): Always match if the port is not given.
12188
12189 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12190
12191         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12192         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12193         retrieval faster in some cases, but might make CPU usage larger.
12194         If this has any bad side effects, we might revert this change.
12195
12196         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12197         seems to make mail retrieval much, much faster.
12198         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12199         unconditionally.
12200
12201         * gnus-draft.el (gnus-group-send-queue):
12202         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12203
12204 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12205
12206         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12207
12208         * message.el (message-bogus-address-regexp): Fix and improve custom
12209         type.
12210         (message-setup-hook): Add message-check-recipients as custom option.
12211
12212 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * message.el (message-cite-function): Remove bogus autoload which crept
12215         in during merge from v5-10.
12216
12217 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12218
12219         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12220
12221         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12222
12223         * auth-source.el: Preliminary Tramp docs.
12224         (auth-sources): Change the default auth-sources to use
12225         EPA .gpg files.
12226
12227 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12228
12229         * nntp.el: Autoload `auth-source-user-or-password'.
12230         (nntp-send-authinfo): Use it.
12231
12232         * nnimap.el: Autoload `auth-source-user-or-password'.
12233         (nnimap-open-connection): Use it.
12234
12235         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12236         for the gnus-message function.
12237         (auth-source-user-or-password): Use it.
12238
12239 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12240
12241         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12242         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12243         (rfc2104-hash): Use it.
12244
12245 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12246
12247         * gnus-art.el (gnus-article-toggle-truncate-lines):
12248         Don't use `iff' in docstring.
12249
12250 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12251
12252         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12253
12254         * gnus-util.el (gnus-extract-address-component-name)
12255         (gnus-extract-address-component-email): Convenience functions around
12256         `gnus-extract-address-components'.
12257
12258         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12259         Use `gnus-extract-address-component-email' to fix bug of comparing full
12260         sender name to `user-mail-address'.
12261
12262 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12263
12264         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12265         catch/throw to optimize.
12266         (gnus-registry-find-keywords): Just use member to find a keyword.
12267
12268 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12269
12270         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12271         is current before calling gnus-server-prepare.
12272         (gnus-server-setup-buffer, gnus-server-update-server)
12273         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12274
12275 2008-05-04  Juri Linkov  <juri@jurta.org>
12276
12277         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12278         (mailcap-file-default-commands): Use mailcap-replace-in-string
12279         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12280         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12281
12282 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12283
12284         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12285
12286 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12287
12288         * gnus.el: Bump version to 0.11.
12289
12290 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12291
12292         * gnus.el: No Gnus v0.10 is released.
12293
12294 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12295
12296         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12297         hooks.
12298         (gnus-update-read-articles): Speed up non-marks-using users.
12299         (gnus-use-marks): Define gnus-use-marks.
12300         (gnus-propagate-marks): Rename variable to something more sensible.
12301
12302 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12303
12304         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12305         (gmm-image-load-path-for-library): Fix typos in docstrings.
12306         (gmm-message): Reflow docstring.
12307
12308 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12309
12310         * mail-source.el (mail-source-set-1, mail-source-bind):
12311         Move auth-source code out of the macro to clean it up and fix bugs.
12312
12313 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12314
12315         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12316         by sender if it's equal to user-mail-address, it's likely to be
12317         useless.
12318
12319         * mail-source.el (mail-source-bind): Don't use user or password if they
12320         are not bound.  Unintern them if they are nil.  Don't use server unless
12321         it's bound, and default it to empty string otherwise.
12322
12323 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12324
12325         * mail-source.el: Load auth-source.el.
12326         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12327         get user name or password, if auth-sources is set up.
12328
12329         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12330         strategy of splitting with parent.
12331         (gnus-registry-split-fancy-with-parent)
12332         (gnus-registry-post-process-groups): Use it and fix prior
12333         bug (returning a list as the split result).
12334
12335         * auth-source.el (auth-sources): Remove server parameter.
12336         (auth-source-pick, auth-source-user-or-password)
12337         (auth-source-user-or-password-imap)
12338         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12339         (auth-source-user-or-password-sftp)
12340         (auth-source-user-or-password-smtp): Remove server parameter.
12341
12342 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12343
12344         * smime.el (smime-sign-region, smime-encrypt-region)
12345         (smime-decrypt-region):
12346         Remove redundant calls to `generate-new-buffer-name'.
12347
12348 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12349
12350         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12351         Don't use QP for message/rfc822.
12352         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12353
12354 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12355
12356         * sieve-manage.el (sieve-string-bytes): Remove.
12357         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12358         correct byte-length only if the process's coding-system is the same as
12359         the one used internally by Emacs to represent strings.
12360
12361 2008-04-22  Juri Linkov  <juri@jurta.org>
12362
12363         * mailcap.el (mailcap-file-default-commands): New function.
12364
12365 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12366
12367         * message.el (message-signature-separator, message-cite-function):
12368         Change custom version.
12369
12370 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12371
12372         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12373         commands.
12374         (tls-checktrust): Ditto.
12375
12376 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12377
12378         * mm-decode.el (mm-display-external): Make temp file read-only.
12379
12380 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12383         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12384         `C-c C-f d'.
12385
12386 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12387
12388         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12389
12390 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12391
12392         * gnus.el: Bump version to 0.9.
12393
12394 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12395
12396         * gnus.el: No Gnus v0.8 is released.
12397
12398 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12399
12400         * mail-source.el (mail-source-value):
12401         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
12407
12408 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12409
12410         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12411         Prefer fboundp to functionp so it works with macros as well.
12412
12413 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12414
12415         * auth-source.el: Add docs.
12416         (auth-sources): Modify format to support server.
12417         (auth-source-pick, auth-source-user-or-password)
12418         (auth-source-user-or-password-imap)
12419         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12420         (auth-source-user-or-password-sftp)
12421         (auth-source-user-or-password-smtp): Add server parameter.
12422
12423 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12424
12425         * gnus-registry.el: Initialize the registry when gnus-registry-install
12426         is t.
12427
12428 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * compface.el (uncompface): Make buffer unibyte.
12431
12432 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12433
12434         * mail-source.el (mail-source-value):
12435         Prefer fboundp to functionp so it works with macros as well.
12436
12437 2008-04-05  Glenn Morris  <rgm@gnu.org>
12438
12439         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12440
12441 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12442
12443         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12444         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12445
12446         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12447         multibyteness after rather than before erasing it.
12448
12449         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12450         mm-with-multibyte.
12451         (gnus-request-article-this-buffer): Make sure the proper decoding is
12452         used if gnus-original-article-buffer happens to be unibyte.
12453
12454         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12455         default-enable-multibyte-characters.
12456
12457         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12458         default-enable-multibyte-characters.
12459
12460         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12461
12462         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12463
12464 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12465
12466         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12467         Fix last change in case the element is not even a symbol.
12468
12469 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12470
12471         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12472         (imap-message-copyuid-1): Use it.
12473         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12474         J. Williams in
12475         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12476
12477         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12478         imap-enable-exchange-bug-workaround.
12479         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12480
12481 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12482
12483         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12484         a 100 byte status-checks into a 2-3MB transfer for each group.
12485         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12486         to enable bug workaround or not.
12487         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12488
12489 2008-03-31  Glenn Morris  <rgm@gnu.org>
12490
12491         * message.el (mml2015-use): Declare for compiler.
12492         (message-info): Require mml2015 when appropriate.
12493
12494 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12497         whitespace.
12498
12499 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12500
12501         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12502         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12503         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12504         (nntp-service-to-port): New function.
12505         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12506         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12507         (nntp-open-netcat-stream): New function.
12508         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12509
12510 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12511
12512         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12513
12514 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12515
12516         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12517
12518 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12519
12520         * dns.el (dns-write): Use set-buffer-multibyte.
12521
12522 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12523
12524         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12525
12526 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * message.el (message-signature-separator): Change default.
12529         Improve custom type.
12530         (message-cite-function): Change default to
12531         message-cite-original-without-signature.
12532
12533         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12534         toggle.
12535
12536         * message.el (message-check-news-body-syntax): Fix signature check.
12537         (message-setup-1): Mark buffer as unmodified _after_ running
12538         message-setup-hook and handling message-alternative-emails.
12539         (message-shorten-references): Be more strict when building list of
12540         valid references to comply with GNKSA.
12541
12542         * gnus-group.el (gnus-read-ephemeral-bug-group)
12543         (gnus-read-ephemeral-debian-bug-group)
12544         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12545
12546         * message.el (message-info): Don't use booleanp which isn't supported
12547         in Emacs 21 and XEmacs.
12548
12549 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12552         gnus-group-gmane-group-download-format.
12553         (gnus-group-read-ephemeral-gmane-group): Rename from
12554         gnus-group-read-ephemeral-gmane-group.
12555         (gnus-read-ephemeral-gmane-group-url): Rename from
12556         gnus-group-read-ephemeral-gmane-group-url.
12557         (gnus-bug-group-download-format-alist): New variable.
12558         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12559         (gnus-read-ephemeral-emacs-bug-group): New commands.
12560
12561 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12564         (gnus-visible-headers): Improve custom type.
12565
12566 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12567
12568         * mml.el (mml-menu): Add workarounds for XEmacs.
12569
12570         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12571         X-Boundary header.
12572
12573         * message.el (message-simplify-recipients): Fix previous commit.
12574
12575 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12576
12577         * mm-util.el (mm-set-buffer-multibyte): New function.
12578         * mm-decode.el (mm-copy-to-buffer): Use it.
12579
12580         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12581         Prefer fboundp to functionp so it works with macros as well.
12582
12583 2008-03-19  Glenn Morris  <rgm@gnu.org>
12584
12585         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12586         Accidentally removed in the sync process with Emacs.
12587
12588 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12589
12590         * message.el (message-alter-recipients-discard-bogus-full-name):
12591         New function.
12592         (message-alter-recipients-function): New variable.
12593         (message-get-reply-headers): Use it.
12594         (message-replace-header): New helper function.
12595         (message-recipients-without-full-name): New variable.
12596         (message-simplify-recipients): New command.
12597
12598         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12599
12600         * message.el (message-info): Handle EasyPG manual.
12601
12602         * mml.el (mml-menu): Add entry for EasyPG.
12603
12604 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12605
12606         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12607         parameter.
12608
12609         * message.el (message-disassociate-draft): Specify drafts group name
12610         fully.
12611
12612 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12613
12614         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12615         Eliminate unnecessary duplicates from the match list.
12616
12617 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12620
12621         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12622
12623         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12624         args of `how-many' of which the XEmacs version doesn't take; declare
12625         Info-index-next as function.
12626
12627 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * gnus-score.el (gnus-score-headers): Fix handling of
12630         gnus-inhibit-slow-scoring.
12631
12632         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12633         string.
12634         (gnus-button-url-regexp): Improve handling of parenthesis.
12635         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12636         (gnus-button-handle-info-keystrokes): Handle index entries.
12637
12638 2008-03-15  Glenn Morris  <rgm@gnu.org>
12639
12640         * parse-time.el (parse-time-string): Simplify.
12641
12642 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12645         Incoming* files.
12646
12647 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12648
12649         * auth-source.el (auth-sources): Rename from auth-source-choices.
12650         (auth-source-pick): Use it.
12651
12652 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12653
12654         * binhex.el (binhex-decode-region-internal):
12655         * uudecode.el (uudecode-decode-region-internal):
12656         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12657         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12658         setting default-enable-multibyte-characters.
12659
12660 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12661
12662         * auth-source.el (auth-source-protocols)
12663         (auth-source-protocols-customize, auth-source-choices): Add and
12664         modified variable customizations and defaults.
12665         (auth-source-pick, auth-source-user-or-password)
12666         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12667         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12668         (auth-source-user-or-password-sftp)
12669         (auth-source-user-or-password-smtp): Use new variables and provide an
12670         interface to netrc.el.
12671
12672 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12675         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12676         Make sure the nntp port to specify is a string.
12677
12678 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12679
12680         * nntp.el: Use with-current-buffer.
12681         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12682         dubious mm-with-unibyte-current-buffer.
12683         (nntp-with-open-group-function): New function extracted from
12684         nntp-with-open-group macro.
12685         (nntp-with-open-group): Use the function, so it's easier to debug.
12686         Add indentation and debugging info.
12687         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12688         Recommend the use of the netcat alternatives.
12689
12690         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12691         Avoid mm-string-as-multibyte as well.
12692
12693         * nnweb.el (nnweb-insert-html):
12694         Remove use of nnheader-string-as-multibyte.
12695
12696         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12697         (nnheader-string-as-multibyte): Remove.
12698
12699         * mm-view.el: Use inhibit-read-only.
12700         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12701         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12702         or unibyte-string.
12703
12704         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12705         (mm-uu-yenc-extract): Use with-current-buffer.
12706
12707         * gnus-soup.el (gnus-soup-send-packet): Don't use
12708         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12709
12710         * nnmh.el: Use with-current-buffer.
12711         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12712         mm-string-as-multibyte on the output of mm-encode-coding-string.
12713
12714         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12715         (nnimap-request-move-article): Use with-current-buffer.
12716
12717         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12718         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12719         conversion uses string-make-unibyte rather than string-as-unibyte.
12720
12721         * gnus-msg.el: Use with-current-buffer.
12722
12723         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12724
12725 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12726
12727         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12728         string for caching if it is 'PIN.
12729
12730 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * lpath.el: Consider the case without Emacs/W3.
12733
12734 2008-03-08  Glenn Morris  <rgm@gnu.org>
12735
12736         * time-date.el (date-to-time, time-subtract, time-add)
12737         (safe-date-to-time): Doc fixes.
12738
12739 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * mail-source.el (mail-source-delete-old-incoming-confirm):
12742         Change default to nil.
12743         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12744
12745 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * lpath.el: Rearrange.
12748
12749         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12750         (gnus-article-goto-prev-page): Work for articles having ^L's.
12751
12752         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12753
12754         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12755
12756 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12757
12758         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12759         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12760         (gnus-bookmark-jump): Adjust some variable names.
12761
12762 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12763
12764         * auth-source.el: New package.
12765         (auth-source-choices): Add customization entry point variable.
12766
12767         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12768         bug.
12769
12770 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12771
12772         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12773         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12774         (gnus-registry-install-shortcuts): Rename from
12775         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12776         the `gnus-registry-mark-map' keymap dynamically from
12777         `gnus-registry-marks'.  The generated functions update the summary line
12778         when a registry mark is added or deleted, and will call
12779         `gnus-registry-install-p' (see the comments in the code).
12780         (gnus-registry-user-format-function-M): Use concat intelligently.
12781
12782         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12783         the registry mark functions.
12784
12785 2008-03-05  Glenn Morris  <rgm@gnu.org>
12786
12787         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12788         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12789         gnus-art.
12790         (top-level): No need to load own source when compiling.
12791
12792 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12795         Suggested by <chris.anderton@zetnet.co.uk>.
12796
12797 2008-03-04  Glenn Morris  <rgm@gnu.org>
12798
12799         * gnus-sum.el (top-level): No need to require gnus when compiling,
12800         since unconditionally required near start of file.
12801         (gnus-summary-display-while-building): Move definition before use.
12802
12803 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12804
12805         * gnus-registry.el (gnus-registry-user-format-function-M):
12806         Add formatting function.
12807
12808 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12809
12810         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12811         with plists.
12812         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12813         Use new format.
12814
12815 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12818         `where-is-internal' that returns a range of key sequences.
12819
12820 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12821
12822         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12823
12824         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12825         (gnus-summary-jump-to-group): Consider windows on other displayed
12826         frames as well.  Similar changes might be needed elsewhere, but that's
12827         the one I've bumped into during my use.
12828
12829         * nndoc.el (nndoc-oe-dbx-type-p):
12830         * gnus-msg.el (gnus-debug):
12831         * gnus-group.el (gnus-update-group-mark-positions):
12832         Use mm-string-to-multibyte.
12833
12834 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12837         doesn't handle NotDashEscaped.
12838
12839         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12840         (mml-dnd-attach-options): Fix typo in custom choice.
12841
12842         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12843         Change nndoc-article-type to mbox.
12844         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12845
12846         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12847         to nil, instead of html2text.
12848
12849         * imap.el (imap-debug): Add `imap-ping-server'.
12850
12851         * gnus-bookmark.el: Add FIXMEs.
12852
12853         * message.el (message-form-letter-separator)
12854         (message-send-form-letter-delay): New variables.
12855         (message-send-form-letter): Use them.  New command to send form
12856         letters.  Requested by Uwe Siart.
12857         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12858
12859 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * Update copyright years.
12862
12863 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         Sync from EMACS_22_BASE.
12866
12867         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12868
12869 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12870
12871         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12872         empty author.
12873
12874 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12875
12876         * gnus-registry.el (gnus-registry-marks): Add variable for
12877         customization of marks and their appearance.
12878         (gnus-registry-read-mark): Use it.
12879         (gnus-registry-do-marks): Add utility function to loop through
12880         `gnus-registry-marks'.
12881         (gnus-registry-install-shortcuts-and-menus): Add function to install
12882         shortcuts and menus.
12883         (gnus-registry-initialize): Use it.
12884         (gnus-registry-default-mark): Clarify documentation.
12885
12886 2008-02-29  Glenn Morris  <rgm@gnu.org>
12887
12888         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12889         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12890         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12891         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12892         Change defcustom :version from 23.0 to 23.1.
12893
12894 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12895
12896         * gnus-registry.el (gnus-registry-follow-group-p)
12897         (gnus-registry-post-process-groups): Add functions to aid registry
12898         splitting and improve logging.  Clarify behavior in function
12899         documentation.
12900         (gnus-registry-split-fancy-with-parent): Use them.
12901
12902 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12903
12904         * gnus-art.el: Use with-current-buffer.
12905
12906 2008-02-27  David Engster  <dengste@eml.cc>
12907
12908         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12909         Express real group name in the response.
12910
12911 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12914         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12915         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12916         autoload gnus-registry-fetch-group when compiling.
12917         (nnmairix-request-group-with-article-number-correction):
12918         Remove unreferenced argument passed to nnmairix-call-backend.
12919
12920 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12923         (mm-uu-extract): Improve face for low color ttys.
12924         Reported by Sascha Wilde.
12925
12926 2008-02-27  Glenn Morris  <rgm@gnu.org>
12927
12928         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12929         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12930         variables to defconsts.  Convert comments to doc-strings.
12931         (nnmairix-last-server, nnmairix-current-server): Convert from free
12932         variables to defvars.  Convert comments to doc-strings.
12933         (gnus-registry-fetch-group): Autoload.
12934         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12935         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12936         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12937         caddr.
12938         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12939         nnmairix-request-group-with-article-number-correction call.
12940         (nnmairix-fast, nnmairix-group): New, less general names, for free
12941         variables passed from nnmairix-request-group to
12942         nnmairix-request-group-with-article-number-correction.  Declare.
12943         (nnmairix-request-group-with-article-number-correction):
12944         Use nnmairix-fast, nnmairix-group rather than fast, group.
12945
12946 2008-02-26  David Engster  <dengste@eml.cc>
12947
12948         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12949         version 0.5.
12950
12951 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12952
12953         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12954         instead of making an extra function call.  Don't add the current group
12955         to articles only when they have the group.  Use
12956         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12957         Reported by David <de_bb@arcor.de>.
12958
12959 2008-02-24  Miles Bader  <miles@gnu.org>
12960
12961         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12962         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12963         (mm-find-mime-charset-region):
12964         * mm-bodies.el (mm-encode-body):
12965         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12966
12967 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12970         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12971
12972 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12973
12974         * mail-source.el (mail-source-delete-incoming): Change default.
12975         Supplement doc string.
12976
12977         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12978
12979 2008-02-14  Glenn Morris  <rgm@gnu.org>
12980
12981         * time-date.el (format-seconds): New function.
12982
12983 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12984
12985         * nnmail.el (nnmail-message-id-cache-file): Derive from
12986         `gnus-home-directory'.
12987
12988 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12989
12990         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12991         Document negative prefix.
12992
12993         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12994
12995 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12996
12997         * message.el (message-unsent-separator): Add the Exim bounce
12998         separator.
12999
13000 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13001
13002         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13003         list.
13004         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13005         recipient/signer list.
13006
13007 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * Makefile.in (datarootdir): Define.
13010         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13011         name that might contain whitespace.
13012
13013 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13016         fbound (Emacs 23 unicode), signal an error.
13017
13018 2008-02-08  Glenn Morris  <rgm@gnu.org>
13019
13020         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13021
13022 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13023
13024         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13025         ports to the calls to `netrc-machine-user-or-password' in addition to
13026         "imap" and "imaps".
13027
13028 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13029
13030         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13031
13032         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13033
13034 2008-02-01  Kenichi Handa  <handa@m17n.org>
13035
13036         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13037         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13038         (rfc2104-hash): Convert the result of concat to unibyte string.
13039
13040 2008-02-01  Dave Love  <fx@gnu.org>
13041
13042         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13043         coding-system-for-read.
13044         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13045
13046 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13047
13048         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13049         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13050         <hanche@math.ntnu.no>.
13051
13052 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13055
13056         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13057
13058 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13059
13060         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13061         * message.el (message-beginning-of-line): Use featurep instead of bound
13062         tests in order to resolve conditionals at compile time.
13063
13064 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13065
13066         * mail-source.el (mail-sources): Add `group' choice.
13067
13068         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13069         parameter `in-group' to control into which group the articles go.
13070         Add treatment of `group' mail-source.
13071
13072 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13075
13076         * mm-decode.el (mm-dissect-buffer): Decode description.
13077
13078         * mml.el (mml-to-mime): Encode message header first.
13079
13080 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13083         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13084
13085         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13086         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13087
13088 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13089
13090         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13091
13092 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13095         prefix keys.
13096         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13097         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13098         gnus-xmas.el.
13099
13100         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13101         (gnus-xmas-article-describe-bindings): New function.
13102         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13103         gnus-xmas-article-describe-bindings.
13104
13105         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13106
13107 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13108
13109         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13110         Add new variables for article mark management.
13111         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13112         list of extra data entries which, when present, will indicate that the
13113         article ID should not be trimmed from the registry.
13114         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13115         functions.
13116         (gnus-registry-read-mark): New function to read a mark name from the
13117         user.
13118         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13119         (gnus-registry-set-article-mark-internal): New functions to add and
13120         remove marks.
13121         (gnus-registry-get-article-marks): New function to show the marks for
13122         an article, or retrieve them for further use.
13123
13124 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13127         keys when no argument is given.
13128
13129 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * imap.el (imap-ping-server): New variable.
13132         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13133         (imap-ping-server): Minor doc string fixes.
13134
13135 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13136
13137         * imap.el (imap-ping-server): New function.
13138         (imap-opened): Call imap-ping-server.
13139
13140 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13141
13142         * gnus-sum.el (gnus-article-sort-by-random)
13143         (gnus-thread-sort-by-random): Fix doc strings.
13144         Reported by jidanni@jidanni.org.
13145
13146 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * gnus-art.el (gnus-article-describe-bindings): New function.
13149         (gnus-article-read-summary-keys): Use it.
13150         (gnus-article-mode-map): Bind `C-h b' to it.
13151
13152 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13155         XEmacs.
13156         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13157         Protect against non-character events.
13158
13159         * lpath.el: Fbind map-keymap for Emacs 21.
13160
13161 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13162
13163         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13164         New command.
13165         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13166         instead of END.  Change name of the temp file.
13167         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13168         customizable.
13169
13170 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13173         bind `S W' to gnus-article-wide-reply-with-original; set default
13174         binding to gnus-article-read-summary-send-keys.
13175         (gnus-article-read-summary-keys): Fix the order of keys; display
13176         continuation keys correctly in the echo area; describe bindings
13177         correctly when keys end with `C-h'.
13178         (gnus-article-read-summary-send-keys): New function.
13179         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13180         Work for gnus-article-read-summary-send-keys; display continuation keys
13181         correctly in the echo area.
13182         (gnus-article-reply-with-original): Ignore prefix argument.
13183         (gnus-article-wide-reply-with-original): New function.
13184
13185         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13186         Emacs 21.
13187
13188 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13191         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13192
13193 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13194
13195         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13196         (gnus-group-read-ephemeral-gmane-group): New command.
13197
13198 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13199
13200         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13201
13202 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13203
13204         * message.el (message-send-mail-function): Increase custom version.
13205
13206         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13207         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13208
13209 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13210
13211         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13212         for the cases where imap-authenticate is called with a nil buffer
13213         parameter.
13214
13215 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13218         html parts correctly; support forwarded messages.
13219         (gnus-article-browse-html-article): Remove work buffers.
13220
13221         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13222         compiling.
13223         (netrc-bound-and-true-p): New macro.
13224         (netrc-parse): Use it instead of bound-and-true-p that is not available
13225         in XEmacs 21.4.
13226
13227 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13228
13229         * gnus-registry.el (gnus-registry-mark-article)
13230         (gnus-registry-article-marks): Add functionality to mark articles
13231         through the Gnus registry.
13232
13233         * encrypt.el: Clarify documentation for the new pgg method.
13234         (encrypt-file-alist): Add PGG option.
13235         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13236         functionality.  Abstract password key and messaging to external
13237         functions.
13238         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13239         (encrypt-message-method-and-cipher): Add new convenience external
13240         functions.
13241         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13242         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13243
13244         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13245         (netrc-parse): Use encrypt-file-alist to determine if
13246         encrypt-find-model or encrypt-insert-file-contents should be used.
13247
13248         * encrypt.el: Clarify documentation.  Load password-cache or
13249         password, whichever one is found first, instead of autoloading.
13250
13251 2007-12-19  Glenn Morris  <rgm@gnu.org>
13252
13253         * mml.el (message-options-set, message-narrow-to-head)
13254         (message-in-body-p, message-mail-p, message-encode-message-body):
13255         Autoload.
13256         (message-remove-header, message-narrow-to-headers-or-head)
13257         (message-subscribed-p, message-make-mail-followup-to)
13258         (message-position-on-field, message-news-p)
13259         (message-options-set-recipient, message-generate-headers)
13260         (message-sort-headers): Declare as functions.
13261
13262 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13263
13264         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13265         convention in doc string.
13266
13267 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13270         title to html parts.
13271         (gnus-article-browse-html-article): Pass message header to it.
13272
13273         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13274
13275 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13278         or password compatible with XEmacs.
13279
13280 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13281
13282         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13283         format document.
13284         (gnus-mime-delete-part): Don't write description line if empty.
13285         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13286
13287 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13288
13289         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13290         (gnus-summary-mark-read-and-unread-as-read)
13291         (gnus-summary-mark-current-read-and-unread-as-read)
13292         (gnus-summary-mark-unread-as-ticked): Doc fix.
13293         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13294
13295 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13298         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13299
13300 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13301
13302         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13303         yes-or-no-p.
13304
13305 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * mm-decode.el (mm-add-meta-html-tag): New function.
13308         (mm-save-part-to-file, mm-pipe-part): Use it.
13309
13310         * gnus-art.el (gnus-article-browse-delete-temp-files):
13311         Use gnus-y-or-n-p instead of y-or-n-p.
13312         (gnus-article-browse-html-parts): Work with message/external-body; use
13313         mm-add-meta-html-tag.
13314
13315 2007-12-11  Glenn Morris  <rgm@gnu.org>
13316
13317         * gnus-cache.el: Require gnus-sum not just when compiling.
13318
13319         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13320
13321         * gnus-int.el (gnus-server-opened, gnus-status-message):
13322         Move definitions before use.
13323
13324         * mm-decode.el: Require gnus-util.
13325         (mm-remove-part): Only call delete-annotation on XEmacs.
13326
13327         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13328
13329         * nnmail.el: Require gnus-int.
13330
13331         * spam.el: Move `require's before `eval-when-compile's.
13332
13333         * gnus-ems.el (gnus-alive-p):
13334         * gnus-fun.el (message-goto-eoh):
13335         * gnus-util.el (gnus-group-name-decode):
13336         * mail-source.el (gnus-compress-sequence):
13337         * message.el (Info-goto-node, format-spec):
13338         * mm-bodies.el (message-options-get):
13339         * mm-decode.el (mm-view-pkcs7):
13340         * mm-util.el (gmm-write-region):
13341         * mml-smime.el (mml-compute-boundary)
13342         (gnus-completing-read-with-default):
13343         * mml.el (widget-button-press, gnus-make-hashtable):
13344         * mml1991.el (mm-decode-content-transfer-encoding)
13345         (mm-encode-content-transfer-encoding)
13346         (message-options-get, message-options-set):
13347         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13348         * nnfolder.el (gnus-request-group):
13349         * nnheader.el (ietf-drums-unfold-fws):
13350         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13351         * smime.el (gnus-run-mode-hooks):
13352         * spam-stat.el (gnus-message): Autoload.
13353
13354         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13355         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13356         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13357         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13358         Add declare-function compatibility definition.
13359
13360         * gnus-cache.el (nnvirtual-find-group-art):
13361         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13362         (gnus-add-image, gnus-add-wash-type):
13363         * gnus-group.el (nnkiboze-score-file):
13364         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13365         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13366         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13367         (message-tokenize-header, gnus-get-buffer-create)
13368         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13369         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13370         * gnus.el (gnus-group-decoded-name):
13371         * mail-source.el (imap-capability):
13372         * mm-bodies.el (message-options-set):
13373         * mm-decode.el (gnus-configure-windows):
13374         * mm-extern.el (message-goto-body):
13375         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13376         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13377         (epg-sub-key-validity, message-options-set):
13378         * mml.el (widget-event-point, gnus-configure-windows):
13379         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13380         * mml2015.el (epg-check-configuration, epg-configuration)
13381         (message-options-set):
13382         * nndb.el (nndb-request-article):
13383         * nnfolder.el (gnus-request-create-group):
13384         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13385         * nnmaildir.el (gnus-group-mark-article-read):
13386         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13387         * rfc1843.el (message-fetch-field):
13388         * spam.el (gnus-extract-address-components):
13389         Declare as functions.
13390
13391 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13394
13395         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13396
13397         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13398         bind show-trailing-whitespace for XEmacs.
13399
13400 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13401
13402         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13403         new no-op macro for backward compatibility.
13404
13405         * imap.el (imap-string-to-integer): New function.
13406
13407 2007-12-09  Glenn Morris  <rgm@gnu.org>
13408
13409         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13410
13411         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13412         * message.el, mm-view.el, sieve-manage.el, smime.el:
13413         Add declare-function compatibility definition.
13414
13415         * gnus-art.el (w3-region, w3m-region, Info-menu):
13416         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13417         * gnus-sum.el (gnus-get-predicate):
13418         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13419         * message.el (mail-abbrev-in-expansion-header-p):
13420         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13421         (w3m-detect-meta-charset, w3m-region):
13422         * sieve-manage.el (password-read, password-cache-add)
13423         (password-cache-remove):
13424         * smime.el (password-read-and-add): Declare as functions.
13425
13426 2007-12-08  David Kastrup  <dak@gnu.org>
13427
13428         * gnus-sum.el (gnus-summary-simplify-subject-query):
13429         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13430         `message'.
13431
13432 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13435         it to bind idna-program, installation-directory, defined-colors, and
13436         face-attribute for XEmacs of the version that compiles defcustom forms.
13437
13438 2007-12-07  Glenn Morris  <rgm@gnu.org>
13439
13440         * gnus-art.el (article-make-date-line): Revert previous change.
13441
13442 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13445
13446 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13447
13448         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13449         Call gnus-add-to-range ranges only once with a prepared article-list.
13450
13451 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13452
13453         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13454         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13455         group names with backslashes.
13456         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13457
13458 2007-12-06  Deepak Goel  <deego3@gmail.com>
13459
13460         * gnus-art.el (article-make-date-line):
13461         * gnus-start.el (gnus-load):
13462         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13463
13464 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * gnus-art.el (gnus-use-idna):
13467         * gnus-start.el (gnus-site-init-file):
13468         * message.el (message-use-idna):
13469         * mm-uu.el (mm-uu-hide-markers):
13470         * smiley.el (smiley-style): Revert changes that suppress warnings.
13471
13472 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13475         specify charset to html source.
13476         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13477
13478 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13481         idna-program in order to suppress byte compile warning issued by XEmacs
13482         that came to byte compile the default value section of defcustom forms
13483         recently.
13484
13485         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13486         value of installation-directory.
13487
13488         * message.el (message-use-idna): Don't directly refer to the value of
13489         idna-program.
13490
13491         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13492
13493         * smiley.el (smiley-style): Don't directly call face-attribute.
13494
13495 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13496
13497         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13498
13499         * gnus-dired.el: Reduce Gnus dependencies.
13500         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13501         Don't require.  Use autoloads instead.
13502         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13503         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13504         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13505         (gnus-dired-mode): Adjust doc string.
13506         (gnus-dired-mail-mode): New variable.
13507         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13508         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13509         (gnus-dired-mail-buffers): New function.  Return mail or message
13510         composition buffers.
13511         (gnus-dired-attach): Use it.
13512         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13513         NO-DECODE.
13514         (gnus-dired-print): Use `gnus-print-buffer' depending on
13515         `gnus-dired-mail-mode'.
13516
13517 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * rfc2047.el (rfc2047-encoded-word-regexp)
13520         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13521         explaining what regexp patterns are for.
13522
13523 2007-12-04  Glenn Morris  <rgm@gnu.org>
13524
13525         * password.el: Move to password-cache.el.
13526
13527         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13528         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13529         * mml-smime.el (password-read, password-cache-add)
13530         (password-cache-remove):
13531         No need to autoload, since mml-sec requires password.
13532
13533         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13534         * message.el (gnus-extract-address-components):
13535         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13536
13537         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13538         password.
13539
13540 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13541
13542         * mailcap.el: Reduce dependencies.
13543         (mail-header-parse-content-type): Autoload.
13544         (mailcap-delete-duplicates): New alias.
13545         (mailcap-mime-info): Add optional argument NO-DECODE.
13546         (mailcap-mime-types): Use mailcap-delete-duplicates.
13547
13548         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13549
13550 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13551
13552         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13553         (imap-parse-status): Upcase status-att for servers that sends them
13554         lower-case (e.g., MS Exchange 2007).
13555
13556 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13557
13558         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13559         function.
13560
13561         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13562         (gnus-uu-yenc-article): New function.
13563
13564         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13565
13566         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13567
13568 2007-12-02  Glenn Morris  <rgm@gnu.org>
13569
13570         * binhex.el (binhex): New custom group.
13571         (binhex-decoder-program, binhex-decoder-switches)
13572         (binhex-use-external): Move to the binhex custom group.
13573
13574         * uudecode.el (uudecode): New custom group.
13575         (uudecode-decoder-program, uudecode-decoder-switches)
13576         (uudecode-use-external): Move to the uudecode custom group.
13577
13578         * netrc.el (top-level): Don't load `encrypt' features.
13579         (netrc-parse): Don't use encrypt.
13580         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13581
13582         * encrypt.el: Remove file.
13583
13584 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13585
13586         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13587         matches on patches.
13588
13589         * gnus-art.el (gnus-article-browse-html-article):
13590         Mention `mm-text-html-renderer' in the doc string.
13591
13592         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13593         string.  Add comments.
13594
13595         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13596         if rhs is ASCII.
13597
13598 2007-12-01  Glenn Morris  <rgm@gnu.org>
13599
13600         * mail-source.el (top-level): Require format-spec before
13601         eval-when-compile.
13602
13603 2007-11-30  Glenn Morris  <rgm@gnu.org>
13604
13605         * encrypt.el: Require password, rather than autoloading password-read.
13606
13607 2007-11-29  Glenn Morris  <rgm@gnu.org>
13608
13609         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13610         (sasl-make-client, sasl-next-step, sasl-step-data)
13611         (sasl-step-set-data): Declare as functions.
13612
13613 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13614
13615         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13616
13617 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13618
13619         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13620         certs should be verified and what is to be done in the event of a
13621         verification failure.
13622
13623         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13624         caller can indicate whether the cache should be disregarded for this
13625         call.  This way the result of the call is reproducible at all times and
13626         can be considered a canonical server name for the supplied method.
13627         (gnus-agent-method-p): Canonicalize server names by pushing their
13628         method through `gnus-method-to-server' using the no-cache argument.
13629
13630         * gnus-srvr.el (gnus-server-insert-server-line):
13631         Call `gnus-method-to-server' with `no-cache' argument.
13632
13633         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13634         gnus-agent-possibly-synchronize-flags as this should be called when the
13635         server is actually being opened.
13636         (gnus-agent-possibly-synchronize-flags)
13637         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13638         flags file of an agentized server to the latter function.
13639
13640         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13641         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13642         after a connection has been established successfully.
13643
13644 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * gnus-art.el (article-display-face): Force to display face if called
13647         interactively; check if gnus-article-x-face-too-ugly matches author.
13648         (article-display-x-face): Display face even if From header is missing
13649         as article-display-face does.
13650
13651 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13652
13653         * hashcash.el (message-narrow-to-headers-or-head)
13654         (message-fetch-field, message-goto-eoh)
13655         (message-narrow-to-headers): Declare as functions.
13656
13657 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13658
13659         * mail-source.el (mail-sources): Default to fetch from file for
13660         compatibility with default of nnmail-spool-file.
13661
13662 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13665         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13666         to look for encoded word that should be encoded again.
13667         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13668         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13669         encoding pattern.
13670         (rfc2047-decode-region): Switch strict regexp and loose one according
13671         to rfc2047-allow-irregular-q-encoded-words.
13672
13673 2007-11-25  Romain Francoise  <romain@orebokech.com>
13674
13675         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13676
13677 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         * tls.el (tls-program): Provide more custom choices from
13680         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13681         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13682
13683 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13686         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13687
13688         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13689         `nnmail-spool-file'.
13690
13691         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13692         `nnmail-spool-file'.
13693
13694         * gnus-move.el (gnus-change-server): Ditto.
13695
13696         * gnus-kill.el (gnus-batch-score): Ditto.
13697
13698         * gnus-cache.el (gnus-jog-cache): Ditto.
13699
13700         * gnus-msg.el (gnus-summary-reply):
13701         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13702
13703 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13706         version.  Minor improvement to doc strings.
13707         (tls-program): Add comment.
13708
13709 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13710
13711         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13712         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13713         mismatch between the hostname provided in the certificate and the name
13714         of the host connnecting to.
13715         (open-tls-stream): Use them.  Check certificates against trusted root
13716         certificates.
13717
13718 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13719
13720         * gnus-cache.el (gnus-cache-generate-nov-databases):
13721         Use nnml-generate-nov-databases-directory instead of
13722         nnml-generate-nov-databases-1.
13723
13724 2007-11-24  Glenn Morris  <rgm@gnu.org>
13725
13726         * message.el (message-tool-bar-retro): Update for rename
13727         mail_send.xpm->mail-send.xpm.
13728
13729 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13732         `smime-ldap-search' for Emacs 22 and up.
13733
13734 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13735
13736         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13737
13738         * message.el (message-send-mail-function): Fix error convention.
13739         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13740         (message-widen-reply, message-send-mail, message-talkative-question)
13741         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13742         (message-clone-locals, message-send-news): Use with-current-buffer.
13743         (message-insert-or-toggle-importance): Remove unused var `valid'.
13744         (message-make-references): Remove unused var `new-references'.
13745         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13746
13747 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13748
13749         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13750         (spam-split-symbolic-return-positive): Reflow docstring.
13751         (spam-backends, spam-summary-exit-behavior)
13752         (spam-mark-ham-unread-before-move-from-spam-group)
13753         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13754         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13755         (spam-clear-cache, spam-backend-check, spam-install-backend)
13756         (spam-install-statistical-backend, spam-list-of-processors)
13757         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13758         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13759         (spam-check-crm114, spam-initialize, spam-unload-hook):
13760         Fix typos in docstrings.
13761
13762 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13765         been checked if they have never been read and those group levels are
13766         higher than the one that a user specified.
13767
13768 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13771         foreign groups unless a group level is specified by a user.
13772         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13773
13774 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13775
13776         * message.el (message-send-mail-function): Require sendmail.
13777
13778 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * message.el (message-send-mail-function): Check for smtpmail too.
13781
13782         * utf7.el (utf7-encode, utf7-decode): Use coding system
13783         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13784
13785         * message.el (message-send-mail-function): New function.
13786         (message-send-mail-function): Set default using
13787         message-send-mail-function.  Adjust doc string.
13788         (message-send-mail-with-mailclient): New function.
13789
13790 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13791
13792         * smime.el (from):
13793         * rfc2047.el (message-posting-charset):
13794         * qp.el (mm-use-ultra-safe-encoding):
13795         * pop3.el (parse-time-months):
13796         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13797         * nnml.el (files):
13798         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13799         (jka-compr-compression-info-list, ange-ftp-path-format)
13800         (efs-path-regexp):
13801         * nndiary.el (files):
13802         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13803         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13804         (epg-digest-algorithm-alist, inhibit-redisplay)
13805         (password-cache-expiry):
13806         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13807         (pgg-output-buffer, password-cache-expiry):
13808         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13809         (efs-path-regexp):
13810         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13811         (inhibit-redisplay):
13812         * mm-uu.el (file-name, start-point, end-point, entry)
13813         (gnus-newsgroup-name, gnus-newsgroup-charset):
13814         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13815         (latin-unity-ucs-list):
13816         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13817         (mm-uu-binhex-decode-function):
13818         * message.el (gnus-message-group-art, gnus-list-identifiers)
13819         (rmail-enable-mime-composing, gnus-local-organization)
13820         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13821         (gnus-read-active-file, facemenu-add-face-function)
13822         (facemenu-remove-face-function, gnus-article-decoded-p)
13823         (tool-bar-mode):
13824         * mail-source.el (display-time-mail-function):
13825         * gnus-util.el (nnmail-pathname-coding-system)
13826         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13827         (gnus-original-article-buffer, gnus-user-agent)
13828         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13829         (xemacs-codename, sxemacs-codename, emacs-program-version):
13830         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13831         * gnus-start.el (gnus-agent-covered-methods)
13832         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13833         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13834         (gnus-newsgroup-headers, gnus-group-list-mode)
13835         (gnus-group-mark-positions, gnus-newsgroup-data)
13836         (gnus-newsgroup-unreads, nnoo-state-alist)
13837         (gnus-current-select-method, mail-sources)
13838         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13839         (nnmail-spool-file, gnus-cache-active-hashtb):
13840         * gnus-mh.el (mh-lib-progs):
13841         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13842         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13843         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13844         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13845         (gnus-group-buffer):
13846         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13847         (font-lock-set-defaults):
13848         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13849         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13850         (gnus-summary-post-menu, total-parts, type, condition, length):
13851         * gnus-agent.el (gnus-agent-read-agentview):
13852         * flow-fill.el (show-trailing-whitespace):
13853         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13854         eval-and-compile wrappers for byte compiler pacifiers.
13855
13856         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13857         (mm-display-inline-fontify): Check for featurep 'xemacs not
13858         extent-list.
13859
13860         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13861         itimer-list.
13862         (mm-create-image-xemacs): Only do something for XEmacs.
13863         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13864
13865         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13866
13867         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13868         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13869
13870 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13871
13872         * nnimap.el (nnimap-split-download-body):
13873         * gnus-demon.el (gnus-demon):
13874         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13875
13876 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13879         New macros.
13880         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13881         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13882         copy data from unibyte buffer to multibyte current buffer.
13883         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13884         to copy data from unibyte current buffer to multibyte buffer.
13885         (nntp-make-process-buffer): Make process buffer unibyte.
13886
13887         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13888
13889 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13890
13891         * pop3.el (pop3-open-server): Accept and process data more robustly at
13892         connection start to avoid spurious "POP SSL connection failed" errors.
13893
13894 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13897         read group names.
13898
13899 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13902
13903 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13906         (nnmail-save-active): Use a unibyte buffer when saving active file,
13907         which may contain non-ASCII group names.
13908
13909         * nnml.el (nnml-request-group): Decode group names in messages.
13910
13911 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13912
13913         * message.el (message-citation-line-function)
13914         (message-insert-formatted-citation-line): Fix spelling of
13915         `message-insert-formated-citation-line'.
13916
13917 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13918
13919         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13920
13921 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13924         nnmail-pathname-coding-system.
13925
13926         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13927         that a user enters; decode group names in messages.
13928
13929         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13930
13931 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13934
13935         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13936
13937         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13938         risky local variable.
13939
13940         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13941
13942 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13943
13944         * encrypt.el: Improve documentation to fix function name typo.
13945         Reported by Daiki Ueno <ueno@unixuser.org>.
13946
13947 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13950         even if the point is not in the last page of an article.
13951         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13952         back to the previous page.
13953
13954 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13957
13958 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13961
13962 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13963
13964         * message.el (message-check-news-body-syntax):
13965         Avoid mm-string-as-multibyte.
13966         (message-hide-headers): Don't assume (point-min)==1.
13967
13968 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * message.el (message-remove-blank-cited-lines): Fix if remove is
13971         given.
13972         (message-bogus-address-regexp): New variable.
13973         (message-bogus-recipient-p): New function.
13974         (message-check-recipients): New command.
13975         (message-syntax-checks): Add `bogus-recipient'.
13976         (message-fix-before-sending): Add `bogus-recipient'.
13977
13978         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13979         (gnus-treat-body-boundary): Don't test window-system.
13980
13981 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13982
13983         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13984
13985 2007-10-28  Miles Bader  <miles@gnu.org>
13986
13987         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13988         at compile-time too.
13989
13990 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * gnus-msg.el (gnus-message-setup-hook):
13993         Add `message-remove-blank-cited-lines' to options.
13994
13995 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13996
13997         * message.el (message-remove-blank-cited-lines): New function.
13998         Suggested by Karl Plästerer.
13999
14000 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14003         mapc.
14004
14005         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14006         (top-level): Use mapc to set functions to be traced for debugging.
14007
14008         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14009         called for effect with while loop.
14010
14011         * message.el (message-talkative-question): Replace mapcar called for
14012         effect with mapc.
14013
14014         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14015         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14016         called for effect with dolist.
14017
14018         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14019
14020         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14021         gnus-extra-headers and nnmail-extra-headers.
14022
14023         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14024         called for effect with dolist.
14025         (top-level): Use mapc to set functions to be traced for debugging.
14026
14027         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14028         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14029         dolist.
14030
14031         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14032         Replace mapcar called for effect with mapc.
14033         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14034         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14035         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14036         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14037
14038         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14039         remove-if that's a cl function.
14040
14041         * webmail.el (webmail-debug): Replace mapcar called for effect with
14042         dolist.
14043
14044         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14045         with mapc.
14046
14047 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14050         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14051         with while loop.
14052
14053         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14054         functions from article-* functions.
14055         (gnus-multi-decode-header): Replace mapcar called for effect with
14056         dolist.
14057
14058         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14059         (gnus-bookmark-show-details): Replace mapcar called for effect with
14060         while loop.
14061
14062         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14063         called for effect with while loop.
14064
14065         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14066         with dolist.
14067
14068         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14069         Replace mapcar called for effect with dolist.
14070
14071         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14072
14073         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14074         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14075         Replace mapcar called for effect with dolist.
14076         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14077         mapc.
14078
14079         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14080         Replace mapcar called for effect with dolist.
14081         (gnus-topic-list): Replace mapcar called for effect with mapc.
14082
14083         * gnus.el: Use mapc instead of mapcar to add autoloads.
14084
14085 2007-10-23  Richard Stallman  <rms@gnu.org>
14086
14087         * gnus-group.el (gnus-group-highlight): Mark as risky.
14088
14089 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * gnus.el (gnus-server-to-method): Return method found first in
14092         gnus-newsrc-alist.
14093
14094         * gnus-art.el (gnus-article-highlight-signature)
14095         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14096         button overlay without the front stickiness.
14097
14098 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14099
14100         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14101         overview buffer needed a catch to receive its throw.
14102         (gnus-agent-flush-cache): Declare as interactive to make this function
14103         easier to use.
14104
14105 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14108         `next-line'.
14109
14110 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14113         exclude address matching message-dont-reply-to-names.
14114
14115 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * gnus-util.el (gnus-string<): New function.
14118
14119         * gnus-sum.el (gnus-article-sort-by-author)
14120         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14121
14122 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14125         the frame-focus tag is set in gnus-buffer-configuration.
14126
14127 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14130         the front stickiness.
14131
14132 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14135         url pattern; remove duplicate one.
14136         (gnus-article-extend-url-button): New function.
14137         (gnus-article-add-buttons): Use it.
14138         (gnus-button-push): Use concatenated url that it makes.
14139
14140 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14141
14142         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14143
14144 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14145
14146         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14147         Don't hardcode point-min==1.
14148
14149 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14150
14151         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14152         Fix comment about "iso8859-1".
14153
14154 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14155
14156         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14157         ones returned from the verify-function.
14158
14159         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14160         Call mml2015-extract-cleartext-signature if extraction failed.
14161
14162 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14163
14164         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14165         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14166         failed.
14167
14168 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14171
14172 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14175         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14176         recommends to use EasyPG instead of PGG.
14177
14178         * pgg.el: Revert to revision 6.23.2.16.
14179
14180         * pgg-def.el: Revert to revision 6.6.2.14.
14181
14182         * pgg-gpg.el: Revert to revision 6.23.2.34.
14183
14184 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14185
14186         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14187         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14188         thread for both the null and zero (kill/expire thread) universal prefix
14189         cases.
14190         (gnus-summary-expire-thread): Add new function to expire a thread,
14191         using gnus-summary-kill-thread.
14192         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14193         shortcuts for gnus-summary-expire-thread.
14194         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14195         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14196
14197 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14198
14199         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14200         extras value, so an extras entry can be deleted.
14201         (gnus-registry-delete-extra-entry): Use it.
14202         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14203         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14204         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14205         storage through the gnus-registry, and provide an appropriate API for
14206         it.
14207
14208 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14209
14210         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14211         Suggested by Leo <sdl.web@gmail.com>.
14212
14213         * gnus.el: Do.
14214
14215 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14218         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14219
14220         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14221
14222         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14223         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14224
14225 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14228         newline.
14229         (nnmbox-request-accept-article): Don't change article in source buffer;
14230         narrow to header to use message-fetch-field rather than
14231         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14232         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14233         as delimiters; make sure article ends with newline.
14234         (nnmbox-delete-mail): Correct last position of article to be deleted;
14235         ignore X-Gnus-Newsgroup header in article body.
14236         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14237         positions; make sure article ends with newline.
14238
14239         * message.el (message-display-abbrev): Don't infloop when a user
14240         inserts SPC in the beginning of header.
14241
14242         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14243         coding-system-for-read and coding-system-for-write for XEmacs having no
14244         file-coding feature.
14245
14246         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14247
14248 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14249
14250         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14251         list of groups not followed by default.  Fix type to be regexp.
14252         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14253
14254 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14255
14256         * hmac-def.el (define-hmac-function): Switch from old-style to
14257         new-style backquotes.
14258
14259         * md4.el (md4-make-step): Likewise.
14260
14261 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14264         raw-text coding system when saving .newsrc file, which may contain
14265         non-ASCII group names.
14266
14267 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * gnus-cus.el (gnus-score-extra): New widget.
14270         (gnus-score-extra-convert): New function.
14271         (gnus-score-customize): Use it for Extra.
14272
14273 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14274
14275         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14276         (mml2015-mailcrypt-clear-verify): Use it.
14277         (mml2015-gpg-clear-verify): Use it.
14278         (mml2015-pgg-clear-verify): Use it.
14279         (mml2015-epg-clear-verify): Replace the current part with the output
14280         from GnuPG; don't extract the plaintext by itself.
14281
14282         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14283         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14284         mml2015-clear-verify-function; don't touch the armor headers or
14285         dash-escaped text here.
14286
14287 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14290         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14291         parts, or application/octet-stream as a last resort.
14292         (gnus-mime-view-part-as-type): Don't toggle display.
14293         (gnus-mime-view-part-as-charset): Don't turn off display before
14294         querying charset.
14295
14296         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14297         stuff to undisplayer function in Emacs.
14298         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14299
14300         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14301         text/calendar parts.
14302
14303 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14306         decoding text/calendar parts.
14307
14308         * message.el (message-forward-make-body-mime): Always mark body as
14309         having no illegible text; remove signed-or-encrypted argument.
14310         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14311
14312         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14313         (mml-generate-mime-1): Don't encode body if it is specified to be in
14314         raw form; don't make buffer be unibyte when inserting multibyte string.
14315
14316 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14317
14318         * sha1.el: Fix up comment style.
14319         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14320         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14321
14322         * hex-util.el: Fix up comment style.
14323         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14324
14325         * gnus-salt.el: Use with-current-buffer.
14326         (gnus-pick-setup-message): Fix long-standing typo.
14327
14328 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * imap.el (imap-logout-timeout): New variable.
14331         (imap-logout, imap-logout-wait): New functions.
14332         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14333
14334         * nnimap.el (nnimap-logout-timeout): New server variable.
14335         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14336         nnimap-logout-timeout.
14337
14338         * gnus-art.el (gnus-article-summary-command-nosave)
14339         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14340
14341 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * gnus.el (gnus-maximum-newsgroup): New variable.
14344
14345         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14346         according to gnus-maximum-newsgroup.
14347
14348         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14349         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14350         Limit the range of articles according to gnus-maximum-newsgroup.
14351
14352 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14353
14354         * gnus-art.el (gnus-sticky-article): Fix problems described in
14355         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14356         Don't perform gnus-configure-windows here; reuse existing sticky
14357         article buffer.
14358
14359         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14360         it doesn't exist in gnus-article-mode.
14361
14362 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14365         (gnus-agent-decoded-group-name): New function.
14366         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14367         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14368
14369 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14370
14371         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14372         Add binding for gnus-sticky-article.
14373         (gnus-summary-exit): Don't kill sticky article buffers.
14374
14375         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14376         article buffer.
14377         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14378         (gnus-kill-sticky-article-buffers): New commands.
14379
14380 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * nntp.el (nntp-xref-number-is-evil): New server variable.
14383         (nntp-find-group-and-number): If it is non-nil, don't trust article
14384         numbers in the Xref header.
14385
14386 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * gnus-agent.el (gnus-agent-read-group): New function.
14389         (gnus-agent-flush-group, gnus-agent-expire-group)
14390         (gnus-agent-regenerate-group): Use it.
14391         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14392         nnmail-pathname-coding-system.
14393
14394 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14397
14398         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14399         that are unread as unread, and also as selected so that information of
14400         marks having been changed by a user may be updated when exiting group.
14401
14402 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14403
14404         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14405
14406 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14409         calculated ignoring signature parts to gnus-treat-article.
14410
14411 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14414         a point here in order to keep the window start.
14415         (gnus-insert-mime-security-button): Make a button overlay without the
14416         front stickiness.
14417         (gnus-mime-display-security): Goto the end of a button.
14418
14419         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14420
14421 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14424         group-name-at-point.
14425         (gnus-group-completing-read): New function that offers decoded
14426         non-ASCII group names for completion.
14427         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14428         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14429         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14430         (gnus-group-fetch-control): Use it.
14431         (gnus-fetch-group): Use group-name-at-point for the initial value
14432         rather than the default value; use gnus-alive-p.
14433
14434         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14435         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14436         (gnus-summary-post-news): Use gnus-group-completing-read.
14437
14438         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14439         (gnus-read-move-group-name): Decode group name for completion.
14440
14441 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14442
14443         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14444         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14445         Yamaoka slightly modified the code).
14446
14447 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14450         (nnmail-split-incoming): Bind it.
14451
14452         * nnml.el (nnml-group-name-charset): New function.
14453         (nnml-decoded-group-name): Use it; don't decode group name if
14454         nnmail-group-names-not-encoded-p is non-nil.
14455         (nnml-encoded-group-name): New function.
14456         (nnml-group-pathname): Inline nnml-decoded-group-name.
14457         (nnml-request-expire-articles): Decode group name in message.
14458         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14459         nnmail-pathname-coding-system.
14460         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14461         not decoded ones according to nnmail-group-names-not-encoded-p.
14462         (nnml-generate-active-info): Use nnml-encoded-group-name.
14463
14464 2007-08-08  Glenn Morris  <rgm@gnu.org>
14465
14466         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14467         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14468         doc-strings and comments.
14469
14470 2007-07-25  Glenn Morris  <rgm@gnu.org>
14471
14472         * Relicense all FSF files to GPLv3 or later.
14473
14474 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * gnus-sum.el (gnus-summary-move-article):
14477         Make gnus-summary-respool-article work.
14478
14479 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14480
14481         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14482         string.
14483
14484 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14485
14486         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14487         that should be ignored when comparing distant RSS articles with local
14488         ones.
14489         (nnrss-make-hash-index): New function.  Create a hash index according
14490         to the ignored fields.
14491         (nnrss-check-group): Use it.
14492
14493 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14494
14495         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14496
14497         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14498
14499         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14500         the new optional argument ENCODED is non-nil.
14501         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14502         coding system for encoding group name.
14503         (gnus-group-make-rss-group): Pass un-encoded group name to
14504         gnus-group-make-group.
14505         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14506         encoded.
14507
14508         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14509         Encode group name to which articles are moved or copied.
14510         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14511         coding system for encoding Newsgroup, Followup-To and Xref headers.
14512
14513         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14514         marks; use nnheader-file-coding-system to write a file.
14515         (nnagent-retrieve-headers): Bind file-name-coding-system to
14516         nnmail-pathname-coding-system.
14517
14518         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14519
14520         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14521         (nnml-request-article, nnml-request-create-group)
14522         (nnml-request-rename-group, nnml-find-id)
14523         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14524         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14525         (nnml-save-marks): Use nnml-group-pathname instead of
14526         nnmail-group-pathname.
14527
14528         (nnml-request-create-group, nnml-request-expire-articles)
14529         (nnml-request-move-article, nnml-request-delete-group)
14530         (nnml-deletable-article-p, nnml-possibly-create-directory)
14531         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14532         (nnml-open-marks): Bind file-name-coding-system to
14533         nnmail-pathname-coding-system.
14534
14535         (nnml-request-article): Pass server argument to nnml-find-group-number.
14536         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14537         Pass server argument to nnml-possibly-create-directory.
14538         (nnml-request-accept-article): Pass server argument to
14539         nnml-active-number and nnml-save-mail.
14540         (nnml-find-group-number): Pass server argument to nnml-find-id.
14541         (nnml-request-update-info): Pass server argument to
14542         nnml-marks-changed-p.
14543
14544         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14545         (nnml-save-mail, nnml-active-number): Add server argument.
14546
14547         (nnml-request-delete-group): Warn if group is missing.
14548         (nnml-get-nov-buffer): Decode group name.
14549         (nnml-generate-active-info): Encode group name.
14550         (nnml-open-marks): Decode group name in messages.
14551
14552 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14553
14554         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14555         if it is not specified.
14556         (gnus-article-pipe-part, gnus-article-save-part)
14557         (gnus-article-interactively-view-part, gnus-article-copy-part)
14558         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14559         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14560         (gnus-article-replace-part, gnus-article-delete-part)
14561         (gnus-article-view-part-as-type): Pass raw prefix argument to
14562         gnus-article-part-wrapper.
14563
14564 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * gnus-agent.el (gnus-agent-save-active):
14567         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14568
14569         * gnus-cache.el (gnus-cache-save-buffers)
14570         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14571         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14572         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14573         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14574         (gnus-cache-generate-active, gnus-cache-rename-group)
14575         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14576         (gnus-cache-update-overview-total-fetched-for):
14577         Bind file-name-coding-system to nnmail-pathname-coding-system.
14578         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14579         New variables.
14580         (gnus-cache-decoded-group-name): New function.
14581         (gnus-cache-file-name): Use it.
14582         (gnus-cache-generate-active): Use non-decoded group name for active.
14583
14584         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14585         right place.
14586         (gnus-write-active-file): Don't break non-ASCII group names.
14587
14588         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14589         nnmail-pathname-coding-system.
14590
14591         * lpath.el: Bind default-file-name-coding-system,
14592         file-name-coding-system and language-info-alist for XEmacs.
14593
14594         * gnus-uu.el (gnus-uu-decode-save): Typo.
14595
14596 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14599
14600 2007-07-14  David Kastrup  <dak@gnu.org>
14601
14602         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14603         finishing actions if we did not edit the article.
14604
14605 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14608         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14609         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14610         (gnus-agent-flush-group, gnus-agent-flush-cache)
14611         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14612         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14613         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14614         (gnus-agent-regenerate-group)
14615         (gnus-agent-update-files-total-fetched-for)
14616         (gnus-agent-update-view-total-fetched-for):
14617         Bind file-name-coding-system to nnmail-pathname-coding-system.
14618         (gnus-agent-group-pathname): Don't encode file names by
14619         nnmail-pathname-coding-system.
14620         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14621         coding-system-for-write instead of buffer-file-coding-system to
14622         gnus-agent-file-coding-system.
14623
14624         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14625         Decode group name.
14626
14627         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14628
14629         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14630         (gnus-read-newsrc-el-file): Make group names unibyte.
14631
14632         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14633         nnmail-pathname-coding-system.
14634
14635         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14636         (nnrss-request-delete-group): Bind file-name-coding-system to
14637         nnmail-pathname-coding-system.
14638         (nnrss-read-server-data, nnrss-read-group-data):
14639         Bind file-name-coding-system correctly.
14640         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14641
14642         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14643         (nntp-server-to-method-cache): New variable.
14644         (nntp-group-pathname): New function that decodes non-ASCII group names.
14645         (nntp-possibly-create-directory, nntp-marks-changed-p)
14646         (nntp-save-marks, nntp-open-marks): Use it.
14647         (nntp-possibly-create-directory, nntp-open-marks):
14648         Bind file-name-coding-system to nnmail-pathname-coding-system.
14649         (nntp-open-marks): Decode group names when bootstrapping marks.
14650
14651         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14652         Newsgroups and Followup-To headers.
14653
14654 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14657         (gnus-server-closed-face, gnus-server-denied-face)
14658         (gnus-server-offline-face): Remove variable.
14659         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14660
14661         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14662         of modifying message-stack directly for XEmacs.
14663
14664         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14665         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14666         if the coding-system argument is nil for XEmacs.
14667
14668         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14669         mm-charset-override-alist.
14670
14671         * rfc2047.el: Don't require base64; require rfc2045 for the function
14672         rfc2045-encode-string.
14673         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14674         to quote the parameter value.
14675
14676 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14679         form in gnus-group-name-charset-method-alist.
14680
14681         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14682         overrides the default layout edit-form.
14683
14684         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14685
14686         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14687
14688 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14691         as unfetched articles.
14692
14693 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14696
14697 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14700         original back end that keeps marks in the local system.
14701
14702 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14705         arg of pop-to-buffer for XEmacs.
14706         (gnus-article-read-summary-keys): Ditto; don't restore window
14707         configuration if summary command ends up with neither article buffer
14708         nor summary buffer; describe bindings if summary keys end with C-h.
14709
14710 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * message.el (message-fix-before-sending): Skip raw message part to be
14713         forwarded while checking illegible text.
14714         (message-forward-make-body-mime, message-forward-make-body):
14715         Mark signed or encrypted raw message as having no illegible text.
14716
14717 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14720         (gnus-message-with-timestamp-1): New macro.
14721         (gnus-message-with-timestamp): New function.
14722         (gnus-message): Use them.
14723
14724         * nnheader.el (nnheader-message): Use them.
14725
14726 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14727
14728         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14729         .newsrc.eld file.
14730
14731 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * gnus-agent.el (gnus-agent-fetch-headers)
14734         (gnus-agent-retrieve-headers):
14735         Bind gnus-decode-encoded-address-function to identity.
14736
14737         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14738         available also when the server returns simply a dot.
14739
14740         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14741
14742 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14745
14746 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * gnus-ems.el (gnus-x-splash): Make it work.
14749
14750         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14751         from being used.
14752
14753         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14754
14755 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14758         4th and the 5th arguments.
14759
14760         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14761         the front stickiness.
14762         (gnus-article-summary-command-nosave): Correct the order of the
14763         arguments passed to pop-to-buffer.
14764         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14765         summary command ends up with the article buffer.
14766
14767         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14768         the same faces.
14769
14770 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14771
14772         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14773
14774 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14775
14776         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14777         * gnus-sum.el (gnus-summary-highlight):
14778         * pgg.el (pgg-sign-region, pgg-sign):
14779         * mail-source.el (mail-source-delete-old-incoming-confirm):
14780         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14781
14782 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14783
14784         * gnus-art.el (gnus-mime-view-part-externally)
14785         (gnus-mime-view-part-internally): Fix predicate function passed to
14786         completing-read.
14787
14788         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14789
14790         * gnus.el (gnus-update-message-archive-method): Add :version.
14791
14792 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus.el (gnus-update-message-archive-method): New variable.
14795
14796         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14797         according to gnus-message-archive-method if
14798         gnus-update-message-archive-method is non-nil.
14799
14800 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14803         Suggested by Loic Dachary <loic@dachary.org>.
14804         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14805
14806 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * message.el (message-pop-to-buffer): Add switch-function argument.
14809         (message-mail): Pass switch-function argument to it.
14810
14811 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14812
14813         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14814         Improve doc string.
14815
14816 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14819         (gnus-header-content):
14820         * gnus-cite.el (gnus-cite-10):
14821         * gnus-srvr.el (gnus-server-closed):
14822         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14823         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14824         (gnus-group-mail-3-empty, gnus-group-mail-low)
14825         (gnus-group-mail-low-empty, gnus-splash):
14826         * message.el (message-header-to, message-header-cc)
14827         (message-header-subject, message-header-other, message-header-name)
14828         (message-header-xheader, message-separator, message-cited-text)
14829         (message-mml): Lighten colors of faces used for dark background.
14830
14831 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14832
14833         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14834         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14835
14836 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * message.el (message-narrow-to-headers-or-head):
14839         Ignore mail-header-separator in the body.
14840
14841 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14844         same as window size.
14845
14846 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14847
14848         * message.el (message-font-lock-keywords): Use message-header-xheader
14849         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14850         ahead of the anything pattern, to get it recognized.
14851
14852 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14855         spam.el loads uses it in the compiled defadvice form.
14856
14857 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14858
14859         * gnus-sum.el (gnus-articles-to-read)
14860         (gnus-summary-insert-old-articles): Don't truncate group name for
14861         `read-string'.
14862
14863         * gnus-util.el (gnus-limit-string): Delete this function.
14864
14865         * gnus-sum.el (gnus-simplify-subject-fully):
14866         Use `truncate-string-to-width' instead.
14867
14868 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14869
14870         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14871         Tell if, on summary exit, the next group has to be selected.
14872         (gnus-summary-exit): Use it.
14873
14874 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14875
14876         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14877         non-break space.
14878
14879 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14882         Check if group is not a directory.
14883         (nnfolder-request-expire-articles): Don't delete articles if the target
14884         group is not available.
14885
14886         * nnml.el (nnml-request-create-group): Properly check if group is not a
14887         file.
14888         (nnml-request-expire-articles): Don't delete articles if the target
14889         group is not available.
14890
14891         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14892         Don't quote characters that are within parentheses.
14893
14894 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14897         (gnus-handle-ephemeral-exit): Select article according to it.
14898
14899 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14900
14901         * message.el (message-insert-formated-citation-line): Remove newline.
14902         (message-citation-line-format): Add final \n here so that the user can
14903         avoid a blank line.
14904
14905 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14906
14907         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14908         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14909         Update lanl/arXiv support.
14910
14911 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14912
14913         * gnus.el: Bump version number.
14914
14915 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14916
14917         * gnus.el (gnus-version-number): Bump version.
14918
14919 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14920
14921         * gnus.el: No Gnus v0.6 is released.
14922
14923 2007-04-27  Didier Verna  <didier@xemacs.org>
14924
14925         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14926         * gmm-utils.el (gmm-regexp-concat): ... here.
14927         * message.el: Don't require 'gnus-util.
14928         (message-dont-reply-to-names): Handle name change above.
14929         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14930
14931 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14934         since the initial value varies according to the system.
14935
14936 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14939
14940 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14941
14942         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14943
14944 2007-04-24  Didier Verna  <didier@xemacs.org>
14945
14946         Improve the type of gnus-ignored-from-addresses.
14947         * gnus-util.el (gnus-orify-regexp): New function.
14948         * message.el (gnus-util): Require it.
14949         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14950         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14951         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14952
14953 2007-04-24  Didier Verna  <didier@xemacs.org>
14954
14955         * gnus-sum.el:
14956         * gnus-utils.el: Fix some trailing whitespaces.
14957
14958 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14961         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14962         article's Message-ID; refer parent article in summary buffer.
14963
14964         * message.el (message-bounce): Call mime-to-mml.
14965
14966         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14967         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14968         optimize and/or forms properly.
14969
14970 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14971
14972         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14973         URL.
14974
14975 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14978
14979 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14982         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14983         displayed of multipart/alternative part if it is invoked from summary
14984         buffer.
14985
14986         * mm-view.el (mm-inline-text-html-render-with-w3m)
14987         (mm-inline-text-html-render-with-w3m-standalone)
14988         (mm-inline-render-with-function): Use mail-parse-charset by default.
14989
14990 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14991
14992         * parse-time.el (parse-time-string-chars): Check if CHAR
14993         is less than the length of parse-time-syntax.
14994
14995 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14998         from gnus-newsgroup-processable.
14999
15000 2007-04-16  Didier Verna  <didier@xemacs.org>
15001
15002         * gnus-msg.el (gnus-configure-posting-styles):
15003         Handle message-signature-directory properly with :file syntax.
15004         Reported by "Leo".
15005
15006 2007-04-11  Didier Verna  <didier@xemacs.org>
15007
15008         New user option: message-signature-directory.
15009         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15010         * message.el (message-insert-signature): Ditto.
15011         * message.el (message-signature-file): Doc update.
15012         * message.el (message-signature-directory): New.
15013
15014 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * gnus-msg.el (gnus-inews-yank-articles):
15017         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15018
15019 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * message.el (message-yank-original): Make sure cited text ends with
15022         newline; don't exchange point and mark.
15023
15024 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15025
15026         * tls.el (open-tls-stream): Properly handle case where there
15027         is no associated buffer.
15028
15029 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15030
15031         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15032         message-yank-original, make sure (< mark TEXT point).
15033
15034 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15035
15036         * message.el (message-fill-column): New variable.
15037         (message-mode): Use it.  Add comment on a possible new hook.
15038
15039         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15040         (nnmail-get-new-mail): Reformat.
15041
15042         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15043
15044         * gmm-utils.el: Fix Commentary.
15045         (gmm-tool-bar-from-list): Fix typo in doc string.
15046
15047 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15048
15049         * message.el (message-yank-original): Don't switch point and mark
15050         unnecessarily to put point and mark as documented.
15051
15052 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15053
15054         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15055         from the message heads.
15056
15057 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15058
15059         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15060         article buffer does not have a window.  This may not be the best
15061         solution but is certainly better than setting the start of the null,
15062         that is the current, window.
15063
15064 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15067         (gnus-draft-setup): Run it.
15068
15069         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15070         gnus-score-fast-scoring.  Allow regexp.
15071         (gnus-score-headers): Use it.
15072
15073         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15074         XEmacs.
15075
15076         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15077         string.
15078         (gnus-button-alist): Also catch `<f1> k ...'.
15079         (gnus-treat-display-x-face): Fix doc string.
15080
15081 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15082
15083         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15084         evaluation of gnus-extended-version to ensure correct generation of the
15085         User-Agent header when message-generate-headers-first is used.
15086
15087 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15088
15089         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15090         hashcash-path is nil.  Don't call callback with incorrect number of
15091         parameters if val is 0.
15092
15093 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15094
15095         * message.el (message-required-news-headers):
15096         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15097
15098 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15099
15100         * tls.el (open-tls-stream): In handshake-waiting loop,
15101         don't wait more if there is output available to process.
15102
15103 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15104
15105         * tls.el (tls-program): Doc fix.
15106
15107 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * message.el (message-generate-new-buffers): Change the meaning of the
15110         nil value; add `standard' to the choices; treat t as `unique'; improve
15111         doc string.
15112         (gnus-select-frame-set-input-focus): Autoload.
15113         (message-buffer-name): Search for the existing message buffer if
15114         message-generate-new-buffers is nil or `standard'; treat the value t of
15115         message-generate-new-buffers as `unique'.
15116         (message-pop-to-buffer): Raise the frame already displaying the message
15117         buffer; clear the echo area after querying.
15118         (message-setup): Pass the `continue' argument to compose-mail.
15119         (message-mail): Prefer `switch-function' if it is given; search for the
15120         existing message buffer if the `continue' argument is non-nil; pass
15121         continue and switch-function arguments to compose-mail by way of
15122         message-setup.
15123         (message-mail-other-window): Adjust argument of message-setup.
15124         (message-mail-other-frame): Ditto.
15125
15126 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15129         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15130         to turn font-lock on when turning gnus-message-citation-mode on.
15131
15132 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15133
15134         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15135         (mml-smime-function-alist): New variable; add epg as the backend.
15136         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15137         mml-smime- functions instead.
15138         * mm-view.el: Require smime.
15139
15140 2007-03-05  Didier Verna  <didier@xemacs.org>
15141
15142         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15143         instead of just inheritance for posting styles.
15144         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15145
15146 2007-02-24  Chris Moore  <dooglus@gmail.com>
15147
15148         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15149         * pgg-pgp.el (pgg-pgp-encrypt-region):
15150         * pgg-gpg.el (pgg-gpg-encrypt-region):
15151         Check pgg-encrypt-for-me if no other recipients.
15152
15153 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15154
15155         * tls.el (tls-certtool-program): Fix custom type.
15156
15157 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15160         and point-at-eol instead of line-(beginning|end)-position.
15161
15162         * assistant.el (assistant-parse-buffer): Ditto.
15163
15164         * netrc.el (netrc-parse-services): Ditto.
15165
15166 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15167
15168         * mml2015.el (mml2015-epg-find-usable-key): New function.
15169         (mml2015-epg-sign): Use it.
15170         (mml2015-epg-encrypt): Use it.
15171
15172 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15173
15174         * message.el (message-make-in-reply-to): Quote name containing
15175         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15176         if there are special characters.  Reported by NAKAJI Hiroyuki
15177         <nakaji@jp.freebsd.org>.
15178
15179 2007-02-27  Didier Verna  <didier@xemacs.org>
15180
15181         Include the group parameters as well as the topic ones in the
15182         inheritance filter process.
15183         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15184         argument GROUP-PARAMS-LIST.
15185         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15186
15187 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * nntp.el (nntp-never-echoes-commands)
15190         (nntp-open-connection-functions-never-echo-commands): New variables.
15191         (nntp-send-command): Use them.
15192
15193 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15194
15195         * mml2015.el (mml2015-epg-verify): Simplify.
15196
15197 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * mml.el (mml-content-disposition-alist): New user option.
15200         (mml-content-disposition): New function.
15201         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15202         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15203
15204 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15205
15206         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15207         verification.
15208
15209 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15210
15211         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15212         articles posted in the last 24 hours.
15213
15214 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15215
15216         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15217
15218 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15219
15220         * nntp.el (nntp-send-command): Don't wait for echoes when
15221         nntp-open-ssl-stream is used.
15222
15223 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15226         (gnus-message-add-citation-keywords)
15227         (gnus-message-remove-citation-keywords): Remove.
15228         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15229         directly, make the variables in font-lock-defaults buffer-local, add
15230         gnus-message-citation-keywords to them and then update the value of
15231         font-lock-keywords.
15232
15233 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * message.el (message-cite-original-1): Don't call
15236         gnus-article-highlight-citation.
15237
15238         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15239         citations; fix line count.
15240
15241 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15244         (gnus-message-add-citation-keywords)
15245         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15246         versions of font-lock-add-keywords and font-lock-remove-keywords to
15247         work with XEmacs correctly.
15248
15249 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-cite.el (gnus-cite-face-list): Set the values of
15252         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15253         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15254         (gnus-message-cite-prefix-regexp): New variable.
15255         (gnus-message-search-citation-line): Use it; protect against long
15256         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15257         the 0th match data for Emacs.
15258         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15259         (gnus-message-add-citation-keywords): Append keywords rather than
15260         prepending; emulate font-lock-add-keywords if it is not available.
15261         (gnus-message-remove-citation-keywords):
15262         Emulate font-lock-remove-keywords if it is not available.
15263
15264         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15265
15266         * message.el (message-cite-prefix-regexp): Set the value of
15267         gnus-message-cite-prefix-regexp.
15268
15269 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15270
15271         * nnweb.el (nnweb-google-parse-1): Update parser.
15272
15273 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15274
15275         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15276
15277 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15278
15279         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15280         regexp.
15281
15282 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15285         string-to-multibyte.
15286         (uudecode-decode-region-internal): Use it.
15287
15288         * lpath.el: Fbind string-as-multibyte for XEmacs.
15289
15290 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15291
15292         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15293         Fix custom choice.
15294
15295         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15296
15297 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15298
15299         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15300
15301         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15302         `write-region' to respect `mm-inhibit-file-name-handlers'.
15303
15304 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15305
15306         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15307         Use gnus-home-directory instead of "~/" or "$HOME".
15308
15309 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15310
15311         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15312         to mention filename.
15313         Add comments at beginning regarding usage.
15314         (encrypt-write-file-contents): Change interactive so a string is
15315         acceptable.  If the file has no associated model, show an error instead
15316         of a nonsense prompt.
15317
15318 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15319
15320         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15321         Thanks to Yoshihiko Yamada for kind notification of this typo.
15322
15323 2007-01-12  Kenichi Handa  <handa@m17n.org>
15324
15325         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15326         multibyte buffer.
15327
15328 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15329
15330         * gnus-score.el (gnus-score-fast-scoring): New variable.
15331         (gnus-score-headers): Use it.
15332
15333         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15334
15335         * message.el (message-cite-original-1):
15336         Call gnus-article-highlight-citation if requested.
15337         (message-make-from): Allow name and address as optional arguments.
15338
15339         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15340
15341         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15342         bugs to doc string.
15343         (gnus-button-alist): Add mid\\|message-id.
15344         (gnus-button-fetch-group): Extend for use in
15345         `browse-url-browser-function'.
15346         (gnus-button-url-regexp): Try to catch paired parentheses like in
15347         Wikipedia URLs.
15348
15349         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15350         Suggested by Simon Krahnke <overlord@gmx.li>.
15351
15352 2007-01-13  Romain Francoise  <romain@orebokech.com>
15353
15354         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15355         Update copyright.
15356
15357 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15358
15359         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15360
15361 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15362
15363         * gnus-registry.el (gnus-registry-unfollowed-groups)
15364         (gnus-registry-split-fancy-with-parent): Fix documentation.
15365
15366 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15367
15368         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15369         from nnweb groups.
15370
15371 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15372
15373         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15374         Xref urls.  Erase buffer before requesting head.
15375
15376         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15377
15378 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15379
15380         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15381         customizable.
15382
15383 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15384
15385         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15386         no signing key is found.
15387         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15388         no encrypting and/or signing key is found.
15389
15390 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15391
15392         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15393
15394 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15395
15396         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15397         headers read from disk with the ones newly found in the current search.
15398         This should no longer cause problems, because the article numbers in
15399         Gmane's `nov.php' output are ignored since the previous change.
15400
15401 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15402
15403         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15404
15405 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15408         replace-regexp-in-string; bind url-version; fbind display-images-p and
15409         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15410         find-face and set-itimer-function for Emacs; bind itimer-list for
15411         Emacs.
15412
15413         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15414
15415 2007-01-01  Romain Francoise  <romain@orebokech.com>
15416
15417         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15418
15419 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15420
15421         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15422         `define-minor-mode' macro definition expanded properly.
15423         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15424         exclude it there.
15425
15426         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15427         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15428         `fboundp' test.
15429         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15430         This is OK to autoload in (S)XEmacs now.
15431
15432 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15433
15434         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15435         keystroke.
15436         (gnus-summary-limit-to-singletons): Fix typo.
15437
15438         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15439         else fails.
15440
15441 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15442
15443         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15444         docstring.
15445
15446         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15447         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15448         (gnus-summary-insert-dormant-articles): Fix typo in message.
15449
15450 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15451
15452         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15453         nil for XEmacs.
15454         (gnus-message-citation-mode): Don't autoload in XEmacs.
15455
15456         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15457
15458 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15459
15460         * nnimap.el (nnimap-expunge-search-string):
15461         Mention nnimap-search-uids-not-since-is-evil in docstring.
15462
15463 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15464
15465         * spam.el: Revert to make-obsolete-variable because
15466         define-obsolete-variable-alias is not supported in Emacs 21.
15467
15468         * spam.el (spam-ifile-path, spam-ifile-database-path)
15469         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15470         make-obsolete-variable.
15471         (spam-bsfilter-path, spam-bsfilter-program)
15472         (spam-spamassassin-path, spam-spamassassin-program)
15473         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15474         Don't use "path" inappropriately.
15475         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15476         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15477         variable names.
15478
15479 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15480
15481         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15482         summary buffer.
15483
15484         * password.el (password-cache-remove): Use clear-string to burn
15485         password, if available.
15486
15487 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15488
15489         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15490
15491         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15492
15493         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15494         (gnus-message-highlight-citation): Move defcustom here from
15495         gnus-cite.el.
15496         (gnus-message-citation-mode): Autoload.
15497
15498         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15499         checks to make it compile with XEmacs.
15500         (gnus-message-citation-mode): New minor mode.
15501         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15502         (gnus-message-highlight-citation): New variables.
15503         (gnus-message-search-citation-line)
15504         (gnus-message-add-citation-keywords)
15505         (gnus-message-remove-citation-keywords)
15506         (turn-on-gnus-message-citation-mode)
15507         (turn-off-gnus-message-citation-mode): New functions.
15508
15509 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15510
15511         * gnus-cite.el: Enable highlighting of different citation levels in
15512         message-mode.
15513
15514 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15515
15516         * message.el (message-make-fqdn): Fix comment.
15517         (message-bogus-system-names): Add ".local".
15518
15519         * spam.el (spam-ifile-path, spam-ifile-program)
15520         (spam-ifile-database-path, spam-ifile-database)
15521         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15522         Don't use "path" inappropriately.
15523         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15524         strings.
15525         (spam-check-ifile, spam-ifile-register-with-ifile)
15526         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15527         Use new variable names.
15528
15529         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15530         (gnus-treat-display-smileys): Simplify using
15531         gnus-image-type-available-p.
15532
15533         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15534         available.
15535
15536         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15537         Use `display-images-p' if available.
15538
15539 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15542         one after turning on the buffer's multibyteness instead of decoding
15543         them directly in the unibyte buffer that causes unexpected conversion
15544         in Emacs 23 (unicode).
15545
15546 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15547
15548         * message.el (message-generate-hashcash): Fix custom type.
15549
15550 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15551
15552         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15553
15554 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15555
15556         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15557         disconnect icons.  Add help text.
15558
15559 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15560
15561         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15562         negated to be consistent with the others we handle.
15563
15564 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15565
15566         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15567         version of gnus-summary-buffer to something, so that we can use two
15568         article buffers at the same time.
15569
15570 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15571
15572         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15573         trigger all the extra headers.
15574         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15575         sorting.
15576
15577 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15578
15579         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15580         solid groups.
15581
15582 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15583
15584         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15585
15586 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15587
15588         * legacy-gnus-agent.el: Add Copyright notice.
15589
15590 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15591
15592         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15593
15594 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15595
15596         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15597
15598         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15599         to make it work reliably in CVS Emacs.
15600         (gnus-summary-limit-strange-charsets-predicate)
15601         (gnus-summary-limit-to-predicate): New functions.
15602
15603 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15604
15605         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15606         specifying array size.
15607         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15608         array if it is too small.
15609         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15610         (gnus-sort-threads-loop): New function.
15611
15612 2006-12-06  Chris Moore  <dooglus@gmail.com>
15613
15614         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15615         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15616
15617 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15618
15619         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15620         options.
15621
15622 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15623
15624         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15625         DOS-ing the recipient.
15626
15627         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15628         the headers when creating the mapping to avoid mismappings.
15629         (nnweb-gmane-create-mapping): Always nix out old mapping.
15630
15631 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15634         and mm-verify-option to never.
15635
15636 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * message.el (message-signed-or-encrypted-p): New function.
15639         (message-forward-make-body): Use it.
15640
15641         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15642         Replace encode-coding-string with mm-encode-coding-string.
15643
15644 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * nneething.el (nneething-decode-file-name):
15647         Replace decode-coding-string with mm-decode-coding-string.
15648
15649         * gnus-int.el (gnus-open-server): Say failed server's name.
15650
15651 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15652
15653         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15654         strings to a single string.  Quote `errors-file-name'.
15655         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15656         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15657         Adjust calls.  Use `shell-quote-argument'.
15658
15659 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15660
15661         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15662         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15663
15664         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15665         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15666         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15667         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15668         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15669         (gnus-subscribe-newsgroup, gnus-1):
15670         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15671         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15672         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15673         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15674
15675 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15676
15677         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15678         keystroke.
15679         (gnus-summary-limit-to-bodies): Implement headersp.
15680
15681 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15682
15683         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15684
15685 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15686
15687         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15688
15689 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15690
15691         * message.el (message-generate-hashcash): Expand range of values to
15692         include `opportunistic'.
15693         (message-send-mail): Use it.
15694
15695 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15696
15697         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15698         and comment it.
15699
15700         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15701
15702 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15703
15704         * gnus-util.el (gnus-extract-address-components): Improve comment.
15705
15706 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * gnus-util.el (gnus-extract-address-components): Work with address in
15709         which the name portion contains @.
15710
15711         * lpath.el: Fbind custom-autoload.
15712
15713 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * gnus.el (gnus-start): Move custom group up.
15716         (gnus-select-method): Don't autoload, but make it available for
15717         `customize-variable'.
15718         (gnus-getenv-nntpserver): Don't autoload.
15719
15720 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15721
15722         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15723
15724 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15725
15726         * message.el (message-sendmail-extra-arguments): New variable.
15727         (message-send-mail-with-sendmail): Use it.
15728
15729 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15732         mm-with-unibyte-current-buffer to make string unibyte.
15733
15734         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15735         mm-string-as-multibyte.
15736
15737 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15738
15739         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15740         Reported by Werner Koch <wk@gnupg.org>.
15741
15742 2006-11-14  Daiki Ueno  <ueno@p360>
15743
15744         * mml2015.el: Autoload epa-select-keys when compiling.
15745
15746 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15747
15748         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15749         message-options.
15750         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15751
15752 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15753
15754         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15755         EasyPG (< 0.0.6).
15756         (mml2015-always-trust): New user option.
15757         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15758         prompt.
15759
15760 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * nntp.el (nntp-authinfo-force): New variable.
15763         (nntp-send-authinfo): Use it.
15764
15765 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15766
15767         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15768         decode encoded words.  Improve prompt.  Add comment about forwarding.
15769         (message-replacement-char): Move up.
15770
15771 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15772
15773         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15774         instead of gnus-intersection because arguments of gnus-sorted-nunion
15775         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15776
15777 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15778
15779         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15780         (message-simplify-subject-functions):
15781         Enable message-strip-subject-encoded-words by default.
15782
15783 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15784
15785         * message.el (message-strip-subject-encoded-words): New function.
15786         (message-simplify-subject-functions): New variable.
15787         (message-simplify-subject): Use it.  Fix typo in doc string.
15788         Support message-strip-subject-encoded-words.
15789
15790 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15791
15792         * gnus-diary.el (gnus-diary-delay-format-function):
15793         * nndiary.el (nndiary-reminders):
15794         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15795
15796 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15797
15798         * gnus-art.el (article-hide-boring-headers): Fetch date from
15799         gnus-original-article-buffer to avoid problems with localized date
15800         strings.
15801
15802 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15805
15806 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15807
15808         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15809         New variables.
15810         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15811         (mm-charset-synonym-alist): Move some entries to
15812         mm-codepage-iso-8859-list.
15813         (mm-charset-synonym-alist, mm-charset-override-alist):
15814         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15815
15816 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15819
15820 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15821
15822         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15823         with Emacs 21 and XEmacs.
15824
15825 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15826
15827         * spam.el (spam-parse-address): New function for better parsing,
15828         catching errors, etc.
15829         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15830
15831 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15832
15833         * mm-view.el: Add interactive arg to html2text autoload.
15834
15835 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15838
15839 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15840
15841         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15842         New variables.
15843         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15844         (mm-charset-synonym-alist): Move some entries to
15845         mm-codepage-iso-8859-list.
15846
15847         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15848
15849 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15850
15851         * message.el (message-citation-line-format)
15852         (message-insert-formated-citation-line): Fix implementation of %E, %N
15853         and %n according to the doc string.
15854
15855 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15856
15857         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15858         Use car-safe to avoid bad parses.
15859
15860 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15863         names.
15864
15865         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15866
15867 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15870         header.
15871
15872         * message.el (message-draft-headers): Add Date.
15873         (message-headers-to-generate): Fix typo in docstring.
15874
15875         * nndraft.el (nndraft-required-headers): New variable.
15876         (nndraft-generate-headers): Use it.
15877
15878         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15879
15880 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15881
15882         * gnus-registry.el (gnus-registry-wash-for-keywords)
15883         (gnus-registry-find-keywords): New functions to allow easy searching of
15884         articles that are in the registry.
15885
15886 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15887
15888         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15889         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15890         Reported by Damien Elmes <damien@repose.cx>.
15891
15892 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15893
15894         * gnus.el (gnus-mime): Remove unused custom group.
15895
15896 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15897
15898         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15899         "blank line" when searching for end of armor headers.
15900
15901 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * gmm-utils.el (gmm-write-region): Fix variable name.
15904
15905 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15906
15907         * gmm-utils.el (gmm-write-region): New function based on compatibility
15908         code from `mm-make-temp-file'.
15909
15910         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15911
15912         * nnmaildir.el (nnmaildir--update-nov)
15913         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15914         Use `gmm-write-region'.
15915
15916 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15917
15918         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15919         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15920
15921         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15922
15923         * message.el (message-replacement-char): New variable.
15924         (message-fix-before-sending): Use it.
15925         (message-simplify-subject): New function to remove duplicate code.
15926         (message-reply, message-followup): Use it.
15927
15928         * gnus-sum.el (gnus-summary-make-menu-bar):
15929         Clarify gnus-summary-limit-to-articles.
15930
15931 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * gnus-util.el (gnus-with-local-quit): New macro.
15934
15935         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15936
15937 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15938
15939         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15940         ignore non-string data.
15941
15942 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15943
15944         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15945         non-string data (needs to be done in the registry too).
15946
15947 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15948
15949         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15950         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15951         (gnus-registry-split-fancy-with-parent)
15952         (gnus-registry-fetch-simplified-message-subject-fast)
15953         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15954         Remove text properties on ingress into the registry and when it's saved.
15955         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15956         registry from entries with no groups.
15957
15958 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15959
15960         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15961         function to remove string properties.
15962
15963 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15964
15965         * gmm-utils.el (gmm): Adjust custom version.
15966
15967         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15968         Adjust custom version.
15969
15970         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15971
15972 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15973
15974         * gnus-art.el (gnus-insert-prev-page-button)
15975         (gnus-insert-next-page-button): Simplify.  Reformat.
15976
15977 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15978
15979         * gnus-art.el (gnus-insert-prev-page-button)
15980         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15981
15982 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15983
15984         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15985
15986 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15987
15988         * gnus-art.el (gnus-insert-mime-button)
15989         (gnus-insert-mime-security-button):
15990         Apply gnus-article-button-face to MIME and security buttons.
15991
15992 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15993
15994         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15995         readable.
15996
15997 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16000
16001 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16002
16003         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16004         `browse-url-of-file' instead of `browse-url'.
16005
16006 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16007
16008         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16009         regexp.  Articles containing quotation were cut prematurely.
16010
16011 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * message.el (message-cite-original-1): Use nobody by default for the
16014         value of From header.
16015         (message-reply): Ditto.
16016
16017 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16018
16019         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16020         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16021         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16022
16023 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16026         mails in the doc string.  Add some URLs in comment.
16027         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16028
16029 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16032         backslashes handling and the way to find boundaries of quoted strings.
16033
16034 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16035
16036         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16037         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16038         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16039         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16040
16041 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16042
16043         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16044         doc string.
16045         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16046
16047 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * lpath.el: Fbind epg-check-configuration.
16050
16051 2006-09-06  Simon Josefsson  <jas@extundo.com>
16052
16053         * mml2015.el (mml2015-use): Doc fix, mention epg.
16054
16055 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16056
16057         * mml2015.el (mml2015-use): Default to epg, if available.
16058
16059 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16060
16061         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16062         message-sender.
16063         (mml1991-epg-encrypt): Ditto.
16064         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16065         message-sender.
16066         (mml2015-epg-encrypt): Ditto.
16067
16068 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16069
16070         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16071         several common directories.
16072
16073 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16074
16075         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16076         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16077
16078 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * gnus-art.el (article-decode-encoded-words): Make it fast.
16081
16082 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16085
16086         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16087         in quoted string into `\'.
16088
16089 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16092         Use standard-syntax-table.
16093
16094 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * gnus-art.el (gnus-decode-address-function): New variable.
16097         (article-decode-encoded-words): Use it to decode headers which are
16098         assumed to contain addresses.
16099         (gnus-mime-delete-part): Remove useless `or'.
16100
16101         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16102         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16103         (gnus-nov-parse-line): Use it to decode From header.
16104         (gnus-get-newsgroup-headers): Ditto.
16105         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16106
16107         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16108         (mail-decode-encoded-address-string): New alias.
16109
16110         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16111         New function.
16112         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16113         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16114         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16115         (rfc2047-decode-string): Ditto.
16116         (rfc2047-decode-address-region): New function.
16117         (rfc2047-decode-address-string): New function.
16118
16119 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16120
16121         * message.el (message-caesar-buffer-body): Allow rotating headers.
16122
16123         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16124
16125         * message.el (message-insert-formated-citation-line): Fix %f.
16126         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16127
16128 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16131         (gnus-bookmark-mouse-available-p): New macro.
16132         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16133         (gnus-bookmark-bmenu-show-infos): Use it.
16134         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16135         (gnus-bookmark-bmenu-hide-infos): Ditto.
16136         (gnus-bookmark-remove-properties): New function.
16137         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16138         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16139         (gnus-bookmark-write-file): Bind coding-system-for-write.
16140         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16141         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16142         group before selecting it.
16143         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16144         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16145         quit-window if it is not available; use gnus-mouse-2 and bind it to
16146         gnus-bookmark-bmenu-select-by-mouse.
16147         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16148         (gnus-bookmark-bmenu-select-by-mouse): New function.
16149
16150 2006-08-13  Romain Francoise  <romain@orebokech.com>
16151
16152         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16153         space.
16154
16155 2006-08-10  Romain Francoise  <romain@orebokech.com>
16156
16157         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16158         (dns-mode-soa-auto-increment-serial): New user option.
16159         (dns-mode-soa-maybe-increment-serial): New function.
16160         (dns-mode): Add the latter to `write-contents-functions'.
16161
16162 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * compface.el (uncompface): Use binary rather than raw-text-unix.
16165
16166 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * compface.el (uncompface): Make sure the eol conversion doesn't take
16169         place when communicating with the external programs.
16170         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16171
16172 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16175
16176 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16177
16178         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16179         Make it more robust by parsing author and date independently.
16180
16181 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16184
16185 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16186
16187         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16188         first matching secret key.
16189         (mml2015-epg-encrypt): Ditto.
16190
16191         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16192         first matching secret key.
16193         (mml1991-epg-encrypt): Ditto.
16194
16195         * mml2015.el (mml2015-encrypt-to-self): New user option.
16196         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16197         mml2015-epg-encrypt-to-self is set.
16198
16199         * mml1991.el (mml1991-encrypt-to-self): New variable.
16200         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16201         mml1991-epg-encrypt-to-self is set.
16202
16203         * mml2015.el (mml2015-signers): New user option.
16204         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16205         (mml2015-epg-encrypt): Allow to select signing keys.
16206
16207         * mml1991.el (mml1991-signers): New variable.
16208         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16209         (mml1991-epg-encrypt): Allow to select signing keys.
16210
16211 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * nnheader.el (nnheader-insert-head): Make it work even if the file
16214         uses CRLF for the line-break code.
16215
16216 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16217
16218         * mml2015.el: Require mml-sec instead of password.
16219         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16220         (mml2015-cache-passphrase): Inherit the default value from
16221         mml-secure-cache-passphrase.
16222         (mml2015-passphrase-cache-expiry): Inherit the default value from
16223         mml-secure-passphrase-cache-expiry.
16224
16225         * mml1991.el: Require mml-sec instead of password.
16226         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16227         (mml1991-cache-passphrase): Inherit the default value from
16228         mml-secure-cache-passphrase.
16229         (mml1991-passphrase-cache-expiry): Inherit the default value from
16230         mml-secure-passphrase-cache-expiry.
16231
16232         * mml-sec.el: Require password.
16233         (mml-secure-verbose): New user option.
16234         (mml-secure-cache-passphrase): New user option.
16235         (mml-secure-passphrase-cache-expiry): New user option.
16236
16237 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16238             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16239
16240         * pgg-def.el (pgg-truncate-key-identifier):
16241         Truncate the key ID to 8 letters from the end.
16242
16243 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16244
16245         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16246         workaround for the url package included with Emacs.
16247
16248         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16249
16250 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16253         correctly.  This fixes a bug caused by the 2006-05-12 change.
16254
16255 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16256
16257         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16258         some information about the error when saying that the `bogus' mail
16259         group will be used.
16260
16261 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16262
16263         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16264         string.
16265
16266 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16267
16268         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16269
16270 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16271
16272         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16273
16274 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16275
16276         * mml1991.el (mml1991-function-alist): Add epg.
16277         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16278         (mml1991-epg-encrypt): New functions.
16279
16280 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16281
16282         * mml2015.el (mml2015-verbose): New variable.
16283         (mml2015-cache-passphrase): Ditto.
16284         (mml2015-passphrase-cache-expiry): Ditto.
16285         (mml2015-function-alist): Add epg.
16286         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16287         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16288         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16289         New functions.
16290
16291 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16292
16293         * message.el (message-cite-original-1): Preserve region when removing
16294         quoted text due to X-No-Archive in order to avoid bogus attribution
16295         when citing multiple messages.
16296
16297 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16298
16299         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16300         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16301
16302 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16303
16304         * gnus-diary.el (gnus-user-format-function-d)
16305         (gnus-user-format-function-D): Autoload.
16306
16307         * imap.el (Commentary): Fix typo.
16308
16309         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16310         2006-04-22 contribution.
16311
16312 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16313
16314         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16315         It didn't really fix the bogosity I'm seeing with solid web groups.
16316
16317 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16318
16319         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16320         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16321         created using server names.  If we use the feature without declaring
16322         it, Gnus does not properly manage server and group state.
16323
16324         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16325         bound.
16326
16327 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16328
16329         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16330         looking up the method using GROUP's prefix before inventing a new one.
16331         It is used on killed/unknown groups in various places where returning
16332         an all-new method isn't expected by the caller.
16333
16334         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16335         and match semantics of gnus-group-real-prefix.
16336
16337 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16338
16339         * nnmail.el (nnmail-broken-references-mailers): New variable.
16340         (nnmail-ignore-broken-references): New function generalizing
16341         nnmail-fix-eudora-headers.
16342         (nnmail-fix-eudora-headers): Now obsolete.
16343
16344         * gnus-art.el (gnus-button-handle-custom):
16345         Support `customize-apropos*'.
16346
16347 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16348
16349         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16350
16351         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16352         articles.
16353
16354 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16355
16356         * message.el (message-cite-reply-above): New variable.
16357         (message-yank-original): Use it.
16358
16359 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16362
16363 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16364
16365         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16366         as read.
16367
16368         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16369
16370 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16371
16372         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16373         (gnus-bookmark-default-file): Use gnus-directory.
16374         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16375         Remove "*" in doc string.
16376         (gnus-bookmark-write-file): Simplify.
16377         (gnus-bookmark-maybe-sort-alist): Use `when'.
16378         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16379         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16380         Add FIXME about Emacs 21 and XEmacs compatibility.
16381         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16382         compatibility.
16383         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16384         compatibility.
16385         (gnus-bookmark-menu-heading): Fix version.
16386
16387 2006-06-19  Bastien Guerry  <bzg@altern.org>
16388
16389         * gnus-bookmark.el: New file.
16390
16391 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * message.el (message-syntax-checks): Doc fix.
16394
16395 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16396
16397         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16398         unsubscribed groups as if they were killed ones.  It causes duplicate
16399         entries in gnus-newsrc-alist.
16400
16401 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * message.el (message-syntax-checks): Doc fix.
16404         (message-send-mail): Add check for continuation headers.
16405         (message-check-news-header-syntax): Fix regexp used to check for
16406         continuation headers.
16407
16408 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16411
16412 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16413
16414         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16415
16416 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16419         default-truncate-lines.
16420
16421 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16424         to fill the utf-8 entry.
16425
16426         * lpath.el: Fbind unicode-precedence-list.
16427
16428 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16429
16430         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16431
16432 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16433
16434         * gnus-agent.el (directory-files-and-attributes): Move all the way
16435         forward (the third and final move).
16436         (gnus-agent-read-agentview): Trap reconstruction errors due to
16437         nonexistent directory.  Handle by returning nil.
16438
16439 2006-05-30  Didier Verna  <didier@xemacs.org>
16440
16441         * message.el (message-dont-reply-to-names): Update the custom type.
16442         * message.el (message-dont-reply-to-names): New defsubst: potentially
16443         convert a list of regexps into a single one.
16444         * message.el (message-get-reply-headers): Use it.
16445         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16446
16447 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16448
16449         * gnus-agent.el (directory-files-and-attributes): Move forward.
16450
16451 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16452
16453         * gnus-ml.el (gnus-mailing-list-subscribe)
16454         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16455         (gnus-mailing-list-message): Fix doc strings.
16456
16457 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16458
16459         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16460         of doing it manually.
16461
16462 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16463
16464         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16465         comment.
16466
16467 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16468
16469         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16470         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16471         (gnus-agent-read-local): All symbols allocated in my-obarray.
16472         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16473         (gnus-agent-regenerate-group): Check numeric names to see if they are
16474         messages or groups.
16475         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16476         better way of do this...)
16477
16478         * gnus-cache.el (gnus-agent-total-fetched-for):
16479         Ignore 'dummy.group' (there should be a better way of do this...)
16480
16481 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16484         (gnus-saved-headers): Ditto.
16485         (gnus-default-article-saver): Mention functions may have properties.
16486         (gnus-article-save): Override gnus-save-all-headers and
16487         gnus-saved-headers by :headers property which saver function may have.
16488         (gnus-summary-save-in-file): Add :headers property.
16489         (gnus-summary-write-to-file): Ditto.
16490
16491         * gnus-sum.el (gnus-summary-save-article): Bind
16492         gnus-prompt-before-saving to t when saving many articles in a file;
16493         always show all headers.
16494
16495         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16496
16497 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16498
16499         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16500         marks.
16501
16502         * message.el (message-indent-citation): Add optional arguments to allow
16503         using it outside of message buffers.
16504
16505         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16506         (gnus-article-treat-unfold-headers): Use it.
16507         (gnus-article-truncate-lines): New variable.
16508         (gnus-article-mode): Use it.
16509         (gnus-article-toggle-truncate-lines): New function.
16510
16511         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16512         Add gnus-article-toggle-truncate-lines.
16513
16514         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16515         coding system in XEmacs, use binary.
16516
16517 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16518
16519         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16520         after-load-alist.
16521
16522         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16523         this function should save decoded articles.
16524         (gnus-summary-write-to-file): Use property to specify this function
16525         should save decoded articles and specify gnus-summary-save-in-file
16526         should be used to save articles other than the first one when saving
16527         many articles.
16528         (gnus-summary-save-body-in-file): Use property to specify this
16529         function should save decoded articles.
16530         (gnus-summary-write-body-to-file): Use property to specify this
16531         function should save decoded articles and specify
16532         gnus-summary-save-body-in-file should be used to save articles other
16533         than the first one when saving many articles.
16534
16535         * gnus-sum.el (gnus-summary-save-article): Simplify.
16536
16537 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * gnus-art.el (gnus-default-article-saver):
16540         Add gnus-summary-write-body-to-file.
16541         (gnus-article-save-coding-system): Don't use coding system object
16542         in XEmacs.
16543         (gnus-read-save-file-name): Add optional `dir-var' argument which
16544         specifies directory in which files are saved; work even if optional
16545         `variable' argument is not specified.
16546         (gnus-summary-write-to-file): Read file name.
16547         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16548         (gnus-summary-write-body-to-file): New function.
16549
16550         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16551         (gnus-summary-local-variables): Add it.
16552         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16553         (gnus-summary-save-article): Remove optional `decode' argument;
16554         determine whether to decode articles by the value of
16555         gnus-default-article-saver; when saving many files using
16556         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16557         it first and use gnus-summary-save-in-file or
16558         gnus-summary-save-body-in-file thereafter unless
16559         gnus-prompt-before-saving is always; move point to article which
16560         will be saved.
16561         (gnus-summary-save-article-file): Revert.
16562         (gnus-summary-write-article-file): Revert.
16563         (gnus-summary-save-article-body-file): Revert.
16564         (gnus-summary-write-article-body-file): New function.
16565
16566 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * gnus-art.el (gnus-default-article-saver): Doc fix.
16569         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16570         from gnus-summary-save-article-coding-system, and default to a
16571         certain coding system.
16572         (gnus-output-to-file): Add coding cookie and encode text according
16573         to gnus-article-save-coding-system; don't use mm-append-to-file.
16574
16575         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16576         gnus-art.el and rename to gnus-article-save-coding-system.
16577         (gnus-summary-save-article): Require gnus-art; don't show all
16578         headers if it decodes articles; don't add coding cookie here;
16579         don't bind mm-text-coding-system-for-write.
16580         (gnus-summary-save-article-file): Save decoded articles.
16581         (gnus-summary-write-article-file): When saving many files, use
16582         gnus-summary-write-to-file first and gnus-summary-save-in-file
16583         thereafter unless gnus-prompt-before-saving is always.
16584         (gnus-summary-save-article-body-file): Save decoded articles.
16585
16586         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16587
16588 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16589
16590         * nnrss.el (nnrss-check-group): Bind hash-index.
16591
16592 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16593
16594         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16595         its hash index.  Store this hash in `nnrss-group-data'.
16596         (nnrss-read-group-data): Update accordingly.
16597
16598 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16601         entry.
16602
16603         * gnus-sum.el (gnus-summary-make-menu-bar):
16604         Add gnus-article-browse-html-article.
16605
16606 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16607
16608         * gnus-sum.el (gnus-summary-mime-map):
16609         Add gnus-article-browse-html-article.
16610
16611         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16612
16613 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16614
16615         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16616         suitable coding systems in customize.
16617
16618 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * mail-source.el (mail-sources): Fix custom type.
16621
16622 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16623
16624         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16625         (gnus-summary-expire-articles-now): Shorten prompt.
16626
16627         * gmm-utils.el (wid-edit): Require.
16628         (defun-gmm): Rename from `gmm-defun-compat'.
16629         (gmm-image-search-load-path): Use it.
16630         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16631
16632 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16633
16634         * gnus-sum.el (gnus-summary-save-article-coding-system):
16635         New variable.
16636         (gnus-summary-save-article): Add optional `decode' argument.
16637         If it is set and gnus-summary-save-article-coding-system is non-nil,
16638         save decoded article.
16639         (gnus-summary-write-article-file): Save decoded article if
16640         gnus-summary-save-article-coding-system is non-nil.
16641
16642         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16643         type.
16644
16645 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16646
16647         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16648
16649 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16652         first to test gnus-single-article-buffer which may be buffer-local.
16653
16654         * gnus-sum.el (gnus-summary-setup-buffer):
16655         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16656         group; make gnus-article-buffer, gnus-article-current, and
16657         gnus-original-article-buffer always buffer-local.
16658         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16659         group.
16660         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16661
16662 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16663
16664         * nnml.el (nnml-request-compact-group): Compressed files might not
16665         have .gz extension.
16666
16667 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16668
16669         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16670         (mm-copy-to-buffer): Use with-current-buffer.
16671         (mm-display-part): Simplify.
16672         (mm-inlinable-p): Add optional arg `type'.
16673
16674 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16675
16676         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16677         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16678         Try harder to show the attachment internally or externally using
16679         gnus-mime-view-part-as-type.
16680
16681 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16682
16683         * message.el (message-from-style, message-signature-separator)
16684         (message-user-organization-file, message-send-mail-function)
16685         (message-citation-line-function, message-yank-prefix)
16686         (message-indent-citation-function, message-signature)
16687         (message-signature-file, message-signature-insert-empty-line):
16688         Remove autoloads.
16689
16690         * gnus-art.el (gnus-buttonized-mime-types):
16691         Remove "multipart/signed".  Revert 2006-04-26 change.
16692
16693 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16694
16695         * gnus.el (gnus-version-number): Bump version.
16696
16697 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16698
16699         * gnus.el: No Gnus v0.5 is released.
16700
16701 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16702
16703         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16704         fetching articles by message-id.
16705
16706 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16707
16708         * message.el (hashcash): Require hashcash as normal.
16709
16710         * ecomplete.el (ecomplete-highlight-match-line):
16711         Use point-at-eol.
16712         (ecomplete-highlight-match-line): Use `highlight', because that
16713         face exists in both Emacs and XEmacs.
16714
16715         * message.el (message-display-abbrev): Use point-at-bol.
16716
16717         * mail-source.el: Don't require timer/timer-funcs.
16718
16719         * gnus-async.el: Ditto.
16720
16721         * password.el: Ditto.
16722
16723         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16724
16725         * mm-url.el: Ditto.
16726
16727         * gnus-xmas.el: Don't require timer-funcs.
16728
16729         * mm-util.el: Require timer/timer-funcs.
16730
16731 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16732
16733         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16734         Close.
16735
16736 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16739         unibyte after clear-decrypt function runs.
16740
16741         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16742         returns as a unibyte string.
16743
16744 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * lpath.el: Revert.
16747
16748         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16749         (pgg-gpg-process-sentinel): Revert.
16750
16751         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16752         (pgg-pgp-lookup-key): Revert.
16753
16754         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16755         (pgg-pgp5-lookup-key): Revert.
16756
16757         * pgg.el (pgg-fetch-key): Revert.
16758
16759 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * lpath.el: Fbind string-as-multibyte for XEmacs.
16762
16763         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16764         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16765         (mml1991-pgg-encrypt): Ditto.
16766
16767         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16768         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16769         a multibyte buffer.
16770
16771         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16772         (pgg-pgp-lookup-key): Ditto.
16773
16774         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16775         (pgg-pgp5-lookup-key): Ditto.
16776
16777         * pgg.el (pgg-fetch-key): Ditto.
16778
16779 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16780
16781         * message.el (message-user-organization-file): Check several
16782         locations of the organization file.
16783
16784         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16785         Add gnus-article-view-part-as-type.
16786
16787         * gnus-art.el (gnus-article-view-part-as-type): New function.
16788
16789         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16790         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16791
16792         * mml.el: Simplify autoload.
16793         (mml-mode): defvar dnd-protocol-alist instead of using
16794         symbol-value.
16795         (mml-default-directory): New variable.
16796         (mml-minibuffer-read-file): Use it.
16797         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16798
16799         * message.el (message-citation-line-format): New variable.
16800         (message-insert-formated-citation-line): New function.
16801         (message-citation-line-function):
16802         Add `message-insert-formated-citation-line' to custom type.
16803
16804         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16805         to doc string.
16806
16807         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16808         depending on mm-verify-option.
16809
16810 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16813         binding pgg-* variables; reimplement the section which prevents
16814         MIME header from being signed.
16815         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16816         pgg-text-mode; remove a blank line at the top of body.
16817
16818         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16819         lines at the top of body; use gnus-newsgroup-charset if there's no
16820         Charset header.
16821
16822 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * message.el (message-self-insert-commands): Doc fix.
16825
16826         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16827         (mm-uu-pgp-encrypted-test): Ditto.
16828         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16829         between header and body; return application/pgp-encrypted handle
16830         if decryption failed; decode decrypted body by charset.
16831
16832         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16833         element match to application/pgp-*.
16834
16835 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16836
16837         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16838         HTML.
16839
16840 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16841
16842         * mail-source.el (mail-source-call-script): Message the error
16843         string.
16844
16845 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16846
16847         * gnus-util.el (gnus-byte-compile): Use it.
16848
16849 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16850
16851         * gnus-util.el (kill-empty-logs): New function.
16852
16853 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16854
16855         * message.el (message-mail-alias-type): Doc fix.
16856         (message-mail-alias-type-p): New function.
16857         (message-send): Use it.
16858         (message-mode): Ditto.
16859         (message-strip-forbidden-properties): Ditto.
16860
16861         * ecomplete.el (ecomplete-database-file-coding-system):
16862         New variable.
16863         (ecomplete-save): Use it.
16864         (ecomplete-setup): Use it.
16865
16866 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * message.el (message-self-insert-commands): New variable.
16869         (message-strip-forbidden-properties): Use it.
16870
16871 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16872
16873         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16874         that doesn't make XEmacs choke.
16875
16876 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16877
16878         * gnus-util.el (gnus-replace-in-string):
16879         Prefer replace-regexp-in-string over of replace-in-string.
16880
16881 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * gnus-util.el (gnus-select-frame-set-input-focus):
16884         Use select-frame-set-input-focus if it is available in XEmacs; use
16885         definition defined in Emacs 22 for old Emacsen.
16886
16887         * dgnushack.el: Autoload unmorse-region for XEmacs.
16888
16889         * lpath.el: Bind cursor-in-non-selected-windows and
16890         select-frame-set-input-focus for XEmacs.
16891
16892 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16895
16896 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16897
16898         * gnus-registry.el (gnus-registry-cache-save): Remove text
16899         properties when saving via the temp buffer.
16900
16901 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16902
16903         * message.el (message-generate-hashcash): Honor custom type.
16904
16905 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16906
16907         * message.el (message-generate-hashcash): Default to non-nil when
16908         hashcash is found.
16909
16910         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16911         (gnus-refer-thread-limit): Increase default to 500.
16912
16913         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16914
16915         * flow-fill.el (fill-flowed): Allow delete-space.
16916
16917 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16918
16919         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16920         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16921         Remove autoloads.
16922
16923 2006-04-18  Simon Josefsson  <jas@extundo.com>
16924
16925         * message.el (message-generate-hashcash): Default to.
16926
16927 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16930         concatenating segments rather than before concatenating them.
16931
16932 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16933
16934         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16935
16936 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16937
16938         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16939
16940         * message.el (message-forward-make-body-plain):
16941         Allow message-forward-ignored-headers to be a list.
16942         (message-remove-ignored-headers): Factor out into function.
16943         (message-forward-make-body-mml): Use it.
16944
16945         * imap.el (imap-quote-specials): New function.
16946         (imap-login-auth): Quote specials.
16947
16948         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16949         (rfc2231-parse-string): Allow concatanation of parameters that
16950         aren't contiguous.  The test case is
16951           (mail-header-parse-content-type "message/external-body;
16952             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16953             access-type=LOCAL-FILE;
16954             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16955
16956 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16957
16958         * nntp.el (nntp-accept-process-output): Return the value of
16959         `nnheader-accept-process-output'.
16960
16961 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16962
16963         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16964         (gnus-button-alist): Recognize more diff formats.
16965         (gnus-button-patch): Strip directory.
16966
16967 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16968
16969         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16970         Emacs 22 when setting focus.
16971
16972 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16973
16974         * gnus-art.el (gnus-article-treat-types): Do treatment of
16975         text/x-verbatim parts.
16976         (gnus-button-patch): New command.
16977
16978         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16979         addresses that contain invalid characters.
16980
16981 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16982
16983         * message.el (message-put-addresses-in-ecomplete):
16984         Use gnus-replace-in-string.
16985         (message-is-yours-p): Use the more correct
16986         mail-header-parse-address instead of
16987         mail-extract-address-components.
16988         (message-put-addresses-in-ecomplete): Fix typo.
16989
16990         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16991         keystroke.
16992
16993         * gnus-art.el (gnus-treatment-function-alist): Change order of
16994         newsgroups/generic header folding to avoid double-folding.
16995
16996         * message.el (message-hidden-headers): Add X-Draft-From.
16997
16998         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16999         New command.
17000         (gnus-summary-repeat-search-article-backward): New command.
17001
17002         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17003         groups in the parent topic.
17004
17005 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17006
17007         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17008         (spam-extra-header-to-number): Return the CRM114 number as a
17009         number instead of a string.
17010
17011 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17012
17013         * gnus-art.el (gnus-face-properties-alist): Move here from
17014         gnus-fun.
17015
17016         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17017
17018 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17019
17020         * message.el (message-strip-forbidden-properties): Only display on
17021         self-insert-command.
17022
17023         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17024         reindent.
17025         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17026
17027 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17028
17029         * smiley.el (smiley-style): Fix typo.
17030
17031 2006-03-23  Kenichi Handa  <handa@m17n.org>
17032
17033         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17034         instead of set-buffer-multibyte.
17035
17036 2006-03-23  Kenichi Handa  <handa@m17n.org>
17037
17038         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17039         buffer and then decode the buffer text if necessary.
17040         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17041         first, and after mm-encode-body, change the buffer to unibyte.
17042
17043 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17044
17045         * hashcash.el (hashcash-insert-payment-async-2):
17046         Use message-goto-eoh instead of doing it manually.
17047         (mail-add-payment): Use message-narrow-to-header instead of trying
17048         to do the same itself.
17049
17050         * message.el (message-hidden-headers): Add Face.
17051
17052         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17053         reparenting code.
17054         (gnus-summary-reparent-children): Refactored out code.
17055         (gnus-summary-thread-map): New keystroke.
17056         (gnus-summary-reparent-children): Make into command.
17057
17058         * smiley.el (smiley-style): Default to `medium' if using a large
17059         font.
17060
17061         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17062         does it itself.
17063
17064         * message.el (message-point-in-header-p): Simplify definition.
17065
17066 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17067
17068         * nnagent.el (nnagent-request-set-mark): Silence log file
17069         writing.
17070         (nnagent-request-set-mark): Use write-region instead of
17071         append-to-file.
17072
17073         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17074         strange select method.
17075
17076         * ecomplete.el (ecomplete-display-matches): Get highlightling
17077         right.
17078         (ecomplete-display-matches): Use literals.
17079         (ecomplete-display-matches): Disable message logging.
17080
17081         * message.el (message-display-abbrev): Small optimization.
17082
17083         * ecomplete.el (ecomplete-display-matches): Allow automatic
17084         display.
17085
17086         * message.el (message-strip-forbidden-properties):
17087         Display abbrevs.
17088         (message-display-abbrev): Get automatic display right.
17089
17090         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17091         keystrokes.
17092
17093 2006-04-13  Romain Francoise  <romain@orebokech.com>
17094
17095         TODO: Backport to v5-10!
17096
17097         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17098         Move here (and rename) from gnus-registry.el.
17099
17100         * gnus-registry.el: Require gnus-util.
17101         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17102
17103 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17104
17105         * gnus-group.el (gnus-group-catchup-current):
17106         Change if-then-else-if-then-else into cond.
17107         (gnus-group-catchup): Indent.
17108         (group-name-at-point): New function.
17109         (gnus-fetch-group): Provide default from thing at point.
17110
17111 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17112
17113         * message.el (message-display-abbrev): Fix regexp.
17114
17115         * ecomplete.el (ecomplete-highlight-match-line):
17116         Reimplement choosing.
17117         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17118         dead variables.
17119
17120         * message.el (message-newline-and-indent): Remove debugging.
17121         (message-display-abbrev): Use new implementation.
17122
17123 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17124
17125         * gnus-art.el (gnus-article-mode):
17126         Set cursor-in-non-selected-windows to nil.
17127
17128         * smiley.el: Revert previous change.
17129         (smiley-data-directory): defvar it before using it in the
17130         defcustom of `smiley-style'.
17131
17132 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17133
17134         * message.el (message-newline-and-indent): New function.
17135
17136         * ecomplete.el: Implement more bits.
17137
17138         * message.el (message-put-addresses-in-ecomplete): Clean up the
17139         string.
17140
17141         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17142
17143         * gnus-sum.el (gnus-summary-save-parts):
17144         Bind gnus-summary-save-parts-counter and use it to make unique file
17145         names.
17146
17147         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17148
17149         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17150         parameter to say whether to actually parse the individual
17151         addresses.
17152
17153         * message.el (message-put-addresses-in-ecomplete): New function.
17154         (ecomplete): Require.
17155         (message-mail-alias-type): Add ecomplete as an option.
17156
17157 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17158
17159         * flow-fill.el (fill-flowed): Remove trailing space from blank
17160         quoted lines.
17161
17162 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17163
17164         * smiley.el (smiley-style): Move definition later to avoid a
17165         compilation warning.
17166
17167 2006-04-12  Kenichi Handa  <handa@m17n.org>
17168
17169         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17170         buffer and then decode the buffer text if necessary.
17171         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17172         first, and after mm-encode-body, change the buffer to unibyte.
17173         Use mm-disable-multibyte instead of set-buffer-multibyte.
17174
17175 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17178         Content-Type header instead of Content-Disposition header.
17179         (gnus-mime-inline-part): Ditto.
17180         (gnus-mime-view-part-as-charset): Ignore charset that the part
17181         specifies.
17182
17183         * mm-decode.el (mm-display-part): Work with external parts and
17184         usual parts similarly.
17185
17186         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17187         instead of gnus-display-mime.
17188
17189         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17190         instead of with-temp-buffer.
17191
17192         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17193         tag to summarized topics part in order to encode non-ASCII text.
17194
17195 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17196
17197         * smiley.el (smiley-style): New variable.
17198         (smiley-directory): New function.
17199         (smiley-data-directory): Derive from `smiley-style' using
17200         `smiley-directory'.
17201         (smiley-regexp-alist): Add new entries.
17202
17203         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17204         (gnus-article-browse-delete-temp): Add :version.
17205
17206 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17207
17208         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17209         the sieve region.
17210
17211 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17212
17213         * gnus.el (gnus-version-number): Bump version.
17214
17215 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17216
17217         * gnus.el: No Gnus v0.4 is released.
17218
17219 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17220
17221         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17222         layout.
17223
17224         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17225         unknown charset.
17226
17227         * message.el (message-header-synonyms): Add Original-To to the
17228         default.
17229
17230         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17231         optional parameter.
17232
17233 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17234
17235         * gnus-fun.el (gnus): Require it for gnus-directory.
17236
17237 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17240
17241 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17242
17243         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17244
17245 2006-04-05  Simon Josefsson  <jas@extundo.com>
17246
17247         * password.el (password-reset): New function.
17248
17249 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17250
17251         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17252         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17253
17254 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17255
17256         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17257         Some whitespace was matched into the url, which broke browsing hits
17258         > 100 when mm-url-use-external was nil.
17259
17260 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17261
17262         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17263         Check gnus-extra-headers for 'Newsgroups.
17264
17265         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17266         bound.
17267
17268 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17269
17270         * pgg-gpg.el: Clean up process buffers every time gpg processes
17271         complete.
17272
17273 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17274
17275         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17276         doc string.
17277
17278 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17279
17280         * pgg-gpg.el (pgg-gpg-process-filter)
17281         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17282
17283         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17284         lines, temporary fix.
17285
17286 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17287
17288         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17289
17290 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17291
17292         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17293         default-enable-multibyte-characters.  This reverts the change from
17294         revision 6.17 which is no longer necessary because the passphrase
17295         is sent separately now.  GnuPG messages are unreadable under
17296         multibyte locales with default-enable-multibyte-characters set to
17297         nil.
17298
17299 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17300
17301         * message.el (message-tool-bar-gnome): Move "spell".
17302
17303 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17304
17305         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17306         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17307         instead.
17308
17309 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17310
17311         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17312         Improve newsgroups handling for NNTP overviews which don't include
17313         Newsgroups.
17314
17315 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17316
17317         * message.el (message-resend): Bind message-generate-hashcash to nil.
17318
17319 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17320
17321         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17322         when searching for already-paid recipients.
17323
17324 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17325
17326         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17327         passphrases when it is not needed.
17328         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17329         passphrase stuff from gpg, should only be necessary when you use
17330         gpg with a smartcard.
17331
17332 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17333
17334         * mml.el (mml-insert-mime): Ignore cached contents of
17335         message/external-body part.
17336
17337         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17338         (mm-insert-part): Ditto.
17339
17340 2006-03-23  Simon Josefsson  <jas@extundo.com>
17341
17342         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17343         Reiner.
17344         (pgg-gpg-use-agent-p): Use it again.
17345
17346 2006-03-23  Simon Josefsson  <jas@extundo.com>
17347
17348         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17349         older emacsen.
17350         (pgg-gpg-use-agent-p): Don't use it.
17351
17352 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17353
17354         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17355         if we can.
17356
17357 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17358
17359         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17360         (pgg-gpg-update-agent): New function.
17361         (pgg-gpg-use-agent-p): New function.
17362         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17363         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17364         (pgg-gpg-sign-region): Use it.
17365
17366 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17369         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17370
17371 2006-03-21  Simon Josefsson  <jas@extundo.com>
17372
17373         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17374         <wilde@sha-bang.de>.
17375         (pgg-gpg-use-agent): New variable.
17376         (pgg-gpg-process-region): Use it.
17377         (pgg-gpg-encrypt-region): Likewise.
17378         (pgg-gpg-encrypt-symmetric-region): Likewise.
17379         (pgg-gpg-decrypt-region): Likewise.
17380         (pgg-gpg-sign-region): Likewise.
17381         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17382
17383 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17384
17385         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17386
17387         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17388         Add comment on version.
17389
17390 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17391
17392         * smiley.el: Add missing test smiley.
17393
17394 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17395
17396         * mm-decode.el (mm-with-part): New macro.
17397         (mm-get-part): Use it; work with message/external-body as well.
17398         (mm-save-part): Treat name and filename equally.
17399
17400         * mm-extern.el (mm-extern-cache-contents): New function.
17401         (mm-inline-external-body): Use it; force the part to be displayed;
17402         move undisplayer added to the cached handle to the parent.
17403
17404         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17405         (gnus-mime-view-part-as-type): Work with message/external-body.
17406
17407         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17408
17409 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17410
17411         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17412         images in image-load-path.  [Sync with image.el, revision 1.60, in
17413         Emacs.]
17414
17415 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17416
17417         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17418         path rather than symbol.  Always return list of directories.
17419         Guarantee that image directory comes first.  [Sync with image.el,
17420         revision 1.59, in Emacs.]
17421
17422         * message.el (message-make-tool-bar): Adjust to new API of
17423         `gmm-image-load-path-for-library'.
17424
17425         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17426
17427         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17428
17429 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17430
17431         * gnus-art.el (gnus-article-only-boring-p):
17432         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17433         intangible text.
17434         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17435
17436 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17437
17438         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17439         Use `defun' instead of `gmm-defun-compat'.
17440
17441 2006-03-14  Simon Josefsson  <jas@extundo.com>
17442
17443         * message.el (message-unique-id): Don't use message-number-base36
17444         if (user-uid) is a float.
17445         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17446
17447 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17450
17451         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17452         empty line between a part and a message part.
17453
17454 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17455
17456         * smiley.el: Add more test smileys.
17457         (smiley-data-directory, smiley-regexp-alist)
17458         (gnus-smiley-file-types): Fix doc strings.
17459         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17460         adding new elements.
17461         (smiley-mouse-map): Unused code.  Make it a comment.
17462
17463 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17466         scan latest NoCeM messages instead of old ones.
17467         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17468         delimiters that are recently used.
17469         (gnus-nocem-load-cache): Add autoload cookie.
17470
17471         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17472
17473         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17474         level which is larger than gnus-use-nocem is specified.
17475
17476         * gnus-group.el (gnus-group-get-new-news): Ditto.
17477
17478 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17479
17480         * gnus-util.el (gnus-tool-bar-update): New function.
17481
17482         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17483         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17484
17485         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17486
17487         * gnus-group.el (gnus-group-redraw-when-idle)
17488         (gnus-group-redraw-check): Remove.
17489         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17490
17491 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17494         if optional last element is specified in splits (FIELD VALUE...).
17495
17496 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17497
17498         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17499         to gmm-image-load-path-for-library.  Call with no-error argument.
17500         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17501
17502         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17503
17504         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17505
17506         * gmm-utils.el (gmm-image-load-path): Remove alias.
17507
17508 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17509
17510         * gmm-utils.el (gmm-image-load-path): Add alias.
17511
17512         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17513         nnml-generate-nov-databases-1.
17514         (nnml-generate-nov-databases): Use it.
17515         (nnml-generate-nov-databases-directory): Document no-active
17516         argument.
17517
17518         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17519         directory if path is t.  Add no-error.
17520
17521         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17522         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17523
17524         * gnus-art.el (gnus-article-browse-delete-temp-files):
17525         Simplify resetting gnus-article-browse-html-temp-list.
17526
17527         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17528         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17529         Add example to docstring.  Rename local variables.  Move error
17530         checks to default case in cond and simplify.
17531
17532 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17535         handle is multipart when calling it recursively.
17536         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17537
17538 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17539
17540         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17541         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17542
17543 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17546         is loaded.
17547
17548         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17549         loaded.
17550
17551 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17552
17553         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17554         to "Emacs 23 (unicode)" in doc string.
17555
17556         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17557         "Emacs 23 (unicode)" in comment.
17558
17559 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17560
17561         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17562
17563         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17564         characters 160 through 255 in Emacs 23.
17565
17566 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17567
17568         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17569         gnus-article-browse-html-temp.
17570         (gnus-article-browse-delete-temp): Make it customizable.
17571         Add `file'.  Adjust doc string.
17572         (gnus-article-browse-delete-temp-files): Add argument.
17573         Allow query for each file.  Adjust doc string.
17574         (gnus-article-browse-html-parts):
17575         Add `gnus-article-browse-delete-temp-files' to
17576         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17577
17578 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17579
17580         * gnus-art.el (gnus-article-browse-html-temp)
17581         (gnus-article-browse-delete-temp): New variables.
17582         (gnus-article-browse-delete-temp-files): New function.
17583         (gnus-article-browse-html-parts): Use it.
17584
17585 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17586
17587         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17588
17589         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17590         string.
17591
17592         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17593         gnus-summary-insert-new-articles when unplugged.
17594         Remove gnus-summary-search-article-forward.
17595
17596         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17597         display-visual-class instead of display-color-cells.
17598
17599 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17600
17601         * dgnushack.el: Autoload customize-group for XEmacs.
17602
17603         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17604         message/* containing non-ASCII text properly.
17605
17606 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17607
17608         * message.el: Require gmm-utils, remove autoloads.
17609         (message-tool-bar): Set default based on
17610         gmm-tool-bar-style.
17611         (message-tool-bar-gnome): Add gmm-customize-mode.
17612
17613         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17614         gmm-tool-bar-style.
17615         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17616
17617         * gnus-group.el (gnus-group-tool-bar): Set default based on
17618         gmm-tool-bar-style.
17619         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17620
17621         * gmm-utils.el (gmm-image-directory): Rename variable from
17622         gmm-image-load-path.
17623         (gmm-image-load-path): Use gmm-image-directory.
17624         (gmm-customize-mode): New function.
17625         (gmm-tool-bar-style): New variable.
17626
17627         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17628         gnus-group-redraw-line-number.
17629         (gnus-group-redraw-check): Simplify.
17630         (gnus-group-tool-bar-update): Remove redraw check.
17631         (gnus-group-make-tool-bar): Add redraw check.
17632
17633 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17634
17635         * gnus-art.el (gnus-button): Add missing parentheses.
17636
17637 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * lpath.el: Fbind line-number-at-pos.
17640
17641 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17644
17645 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17646
17647         * gnus-art.el (gnus-button): New face.
17648         (gnus-article-button-face): Use it.
17649
17650         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17651         Add gnus-summary-next-page.  Re-order.
17652
17653         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17654         next-node are now included.
17655         (gnus-group-redraw-line-number): New internal variable.
17656         (gnus-group-redraw-check): Helper function for updating the tool
17657         bar.
17658         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17659
17660         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17661
17662         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17663         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17664         Use it to match format of Spamassassin 3.0 and later.
17665         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17666         (spam-check-bogofilter)
17667         (spam-bogofilter-register-with-bogofilter): Fix args of
17668         `gnus-error' calls.
17669
17670 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17671
17672         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17673         unnecessary interaction when sending queued mails.
17674         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17675
17676 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17677
17678         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17679         first or last are nil.
17680
17681 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17682
17683         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17684
17685 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17686
17687         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17688
17689 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17690
17691         * dns.el (query-dns): Protect more against buggy tcp output.
17692
17693 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17694
17695         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17696         nov.php.
17697
17698 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17699
17700         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17701         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17702         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17703         output on the server side.
17704         (nnweb-google-create-mapping): Update regexps and add some
17705         progress indication.
17706
17707 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17708
17709         * gnus-group.el (gnus-group-tool-bar-gnome):
17710         Fix gnus-agent-toggle-plugged.  Re-order icons.
17711         (gnus-group-tool-bar-gnome):
17712         Add gnus-group-{prev,next}-unread-group.
17713         (gnus-group-tool-bar-gnome): Re-order icons.
17714
17715         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17716         Move gnus-summary-insert-new-articles.
17717
17718         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17719         Fix comments.
17720
17721         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17722         also available in Emacs 21.3.
17723
17724         * message.el (message-fix-before-sending): Change "Emacs 22" to
17725         "Emacs 23 (unicode)" in comment.
17726
17727         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17728         "Emacs 23 (unicode)" in comment.
17729
17730         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17731         comment.
17732         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17733
17734         * mm-view.el (mm-fill-flowed): Add :version.
17735
17736 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17739         and load-path.
17740
17741 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17742
17743         * message.el: Autoload gmm-image-load-path.
17744         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17745         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17746         consitency.
17747
17748         * gmm-utils.el (gmm-image-load-path): Also search in
17749         "../etc/images".  Don't set gmm-image-load-path if we don't find
17750         the image.
17751
17752 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * gmm-utils.el (gmm-image-load-path): Don't make
17755         `gmm-image-load-path' include subdirectories which the second arg
17756         `image' might specify.
17757
17758         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17759         subdirectory to icon file names.
17760
17761         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17762
17763 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17764
17765         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17766         gmm-image-load-path calls.
17767
17768         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17769
17770         * message.el (message-make-tool-bar): Ditto.
17771
17772         * mml.el (mml-preview): Add comment concerning tool bar icons.
17773
17774         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17775         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17776
17777         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17778         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17779
17780         * message.el (message-tool-bar-gnome): Use new icon names.
17781         (message-make-tool-bar): Use `gmm-image-load-path'.
17782
17783         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17784         New functions from MH-E.
17785         (gmm-image-load-path): New variable from MH-E.
17786         (gmm-image-load-path): New function from MH-E.  Add arguments
17787         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17788         *-image-load-path-called-flag.
17789
17790 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17791
17792         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17793
17794 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17795
17796         * nnimap.el (nnimap-request-move-article): Change folder back to
17797         source group before deleting.
17798
17799 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17800
17801         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17802
17803         * gnus-art.el (mm-url-insert-file-contents-external):
17804         Autoload mm-url.
17805
17806         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17807
17808 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17811         coding system which mm-charset-to-coding-system returns for a
17812         given charset is valid.
17813
17814 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17815
17816         * html2text.el (html2text-remove-tag-list):
17817         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17818
17819 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17820
17821         * gnus-cus.el: Revert 2005-10-17 change.
17822
17823 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * gnus-art.el (article-strip-banner):
17826         Call article-really-strip-banner only when the regexp match is made.
17827
17828 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * gnus-art.el (article-strip-banner):
17831         Use gnus-extract-address-components instead of
17832         mail-header-parse-addresses to make it work with non-ASCII text;
17833         remove mail-encode-encoded-word-string.
17834
17835         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17836         values which are surrounded with \"...\"; make it never cause a
17837         Lisp error; give up parsing of parameters if it failed in
17838         extracting type.
17839
17840 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17841
17842         * smime.el (smime-cert-by-ldap-1): Fix bug where
17843         `smime-ldap-search' returns results without userCertificates.
17844
17845 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17846
17847         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17848
17849 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17850
17851         * spam.el (spam-check-spamassassin-headers): Adapt format for
17852         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17853         <ari@mbf.ocn.ne.jp>.
17854         (spam-list-of-processors): Add spam-use-gmane.
17855
17856 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17857
17858         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17859         make-temp-file; make it work with XEmacs as well.
17860
17861         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17862         mm-make-temp-file.
17863
17864         * mm-decode.el (mm-display-external): Use the 3rd arg of
17865         mm-make-temp-file.
17866         (mm-create-image-xemacs): Ditto.
17867
17868 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17869
17870         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17871         with message-narrow-to-headers.
17872         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17873         (gnus-draft-check-draft-articles): New function.
17874         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17875
17876 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17877
17878         * gnus-art.el (gnus-article-browse-html-parts):
17879         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17880         Don't use suffix argument for mm-make-temp-file for Emacs 21
17881         compatibility.  Remove useless `format'.
17882
17883 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17884
17885         * nnweb.el (nnweb-google-wash-article): Update regexps.
17886         (nnweb-group-alist): Use defvoo instead of defvar.
17887
17888 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17891         re-loading nn* modules.
17892
17893 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17894
17895         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17896         for `tool-bar-mode' and don't check it's default-value.
17897
17898         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17899
17900         * message.el (message-make-tool-bar): Ditto.
17901
17902         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17903         `substring'.  Shorten tmp-file name.
17904
17905         * gnus.el: Remove bogus comment.
17906
17907 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17908
17909         * gnus-art.el (gnus-article-browse-html-parts): New function.
17910         (gnus-article-browse-html-article): New function for viewing html
17911         articles with a browser.
17912
17913 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17914
17915         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17916         in elisp.
17917         (pgg-gpg-encrypt-symmetric-region): Ditto.
17918         (pgg-gpg-sign-region): Ditto.
17919
17920         * pgg-def.el (pgg-text-mode): New variable.
17921
17922         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17923         (mml2015-pgg-encrypt): Ditto.
17924
17925         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17926         (mml1991-pgg-encrypt): Ditto.
17927
17928 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17929
17930         * nnfolder.el (nnfolder-insert-newsgroup-line):
17931         Use message-make-date instead of current-time-string.
17932
17933         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17934         to gnus-decoded which mm-uu might set.
17935
17936 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17939         don't decode quoted parameters; remove misimported Emacs code.
17940         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17941         (rfc2231-decode-encoded-string): Don't use split-string which
17942         behaves differently according to Emacs version; use
17943         mm-decode-coding-region to convert charset to coding-system.
17944         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17945         (rfc2231-encode-string): Remove misimported Emacs code.
17946
17947 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17948
17949         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17950         when calling mail-header-parse-content-type.
17951         (article-de-quoted-unreadable): Ditto.
17952         (article-de-base64-unreadable): Ditto.
17953         (article-wash-html): Ditto.
17954
17955         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17956         calling mail-header-parse-content-type and
17957         mail-header-parse-content-disposition.
17958         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17959         mail-header-parse-content-type.
17960
17961         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17962         insert charset and format parameters; encode description after
17963         inserting it to buffer.
17964         (mml-insert-parameter): Fold lines properly even if a parameter is
17965         segmented into two or more lines; change the max column to 76.
17966
17967         * rfc1843.el (rfc1843-decode-article-body): Don't use
17968         ignore-errors when calling mail-header-parse-content-type.
17969
17970         * rfc2231.el (rfc2231-parse-string): Return at least type if
17971         possible; don't cause an error even if it fails in parsing of
17972         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17973         (rfc2231-encode-string): Don't break lines at the beginning, leave
17974         it to mml-insert-parameter.
17975
17976         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17977         calling mail-header-parse-content-type.
17978
17979 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17980
17981         * spam-report.el (spam-report-gmane-use-article-number):
17982         Improve doc string.
17983         (spam-report-gmane-internal): Check if a suitable header was found
17984         in the article.
17985
17986 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17987
17988         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17989         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17990
17991 2006-02-05  Romain Francoise  <romain@orebokech.com>
17992
17993         Update copyright notices of all files in the gnus directory.
17994
17995 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17996
17997         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17998
17999 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18002         segmented lines of parameter value to cope with Thunderbird 1.5
18003         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18004         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18005         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18006
18007 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18008
18009         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18010         parts.
18011
18012 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18013
18014         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18015         there's only one active file for all servers.
18016         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18017         solid groups.  Gnus might have used a FAST request to select the group.
18018         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18019         and nnweb-search redundantly in the active file.
18020         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18021         (nnweb-request-create-group): Don't use ARGS.
18022         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18023         initializations.  Let nnoo do the work.
18024
18025 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18026
18027         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18028         Say the part has been decoded.
18029
18030         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18031
18032 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18033
18034         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18035         mailcap-viewer-test-cache when there's no 'test clause, since that
18036         will invert the meaning of a "nil" test previously determined by
18037         mailcap-mailcap-entry-passes-test.
18038
18039 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18042         compiling.
18043
18044         * gnus-sum.el: Ditto.
18045
18046         * message.el: Don't bind tool-bar-map when compiling.
18047
18048 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18049
18050         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18051
18052 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18053
18054         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18055         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18056         current Google Groups.
18057
18058 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18059
18060         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18061         and tool-bar-mode.
18062
18063         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18064         and tool-bar-mode.
18065
18066         * message.el (message-tool-bar-update): Simplify.
18067         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18068
18069         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18070         gnus-summary-buffer.
18071         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18072         gnus-summary-reply.
18073
18074         * gmm-utils.el (gmm): Add :version.
18075
18076 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * Makefile.in (clean): New rule.
18079         (distclean): Use it.
18080
18081 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18082
18083         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18084         Don't autoload.
18085
18086 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * gmm-utils.el (gmm-verbose): Add :group.
18089
18090 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18091
18092         * message.el: Change some comments WRT tool-bars.
18093
18094         * gnus-sum.el (gnus-summary-tool-bar)
18095         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18096         (gnus-summary-tool-bar-zap-list): New variables.
18097         (gnus-summary-make-tool-bar): Complete rewrite using
18098         `gmm-tool-bar-from-list'.
18099
18100         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18101         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18102         New variables.
18103         (gnus-group-make-tool-bar): Complete rewrite using
18104         `gmm-tool-bar-from-list'.
18105         (gnus-group-tool-bar-update): New function.
18106
18107         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18108
18109 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18110
18111         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18112         is dissected into a single part of which the type is the same as
18113         the given one; decode charset.
18114
18115 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18116
18117         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18118         into alists as symbol not string, since that's what
18119         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18120         look for.
18121
18122 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18123
18124         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18125         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18126
18127         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18128
18129 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18130
18131         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18132         (gnus-xmas-mime-security-button-menu): New function.
18133
18134         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18135         (gnus-mime-security-button-menu): New definition.
18136         (gnus-mime-security-button-map): Use them.
18137         (gnus-mime-security-button-menu): New function.
18138         (gnus-insert-mime-security-button): Addition to help echo.
18139         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18140         (gnus-mime-security-pipe-part): New functions.
18141
18142         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18143         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18144
18145         * mm-decode.el (mm-handle-set-disposition): Remove.
18146         (mm-handle-set-description): Remove.
18147
18148 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18149
18150         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18151         (mm-w3m-standalone-supports-m17n-p): New function.
18152         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18153         w3m usage.
18154
18155         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18156         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18157
18158 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18159
18160         * message.el (message-tool-bar-zap-list):
18161         Use gmm-tool-bar-zap-list as custom type.
18162         (message-tool-bar-update): New function.
18163         (message-tool-bar, message-tool-bar-gnome)
18164         (message-tool-bar-retro): Add message-tool-bar-update.
18165         (message-tool-bar-gnome): Add flyspell-buffer.
18166
18167         * gnus-util.el (gnus-error): Describe `args'.
18168
18169         * gmm-utils.el (gmm-error): Describe `args'.
18170         (gmm-tool-bar-zap-list): New widget.
18171         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18172
18173 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18174
18175         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18176         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18177         the number of recursive calls.
18178
18179         * mm-decode.el (mm-handle-set-disposition): New macro.
18180         (mm-handle-set-description): New macro.
18181
18182 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18183
18184         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18185         encoding.
18186
18187 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * message.el (message-tool-bar-zap-list, message-tool-bar)
18190         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18191         (message-tool-bar-local-item-from-menu): Remove.
18192         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18193         (message-make-tool-bar): New function.
18194         (message-mode): Use `message-make-tool-bar'.
18195
18196         * gmm-utils.el: New file.
18197         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18198         (gmm-lazy): New widget copied from `nnmail.el'.
18199         (gmm-tool-bar-from-list): New function for creating customizable
18200         tool bars.
18201         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18202         output.
18203         (gmm): Add :prefix to defgroup.
18204
18205 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18206
18207         * gmm-utils.el (gmm-widget-p): New function.
18208
18209 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18210
18211         * mml.el (mml-attach-file): Describe `description' in doc string.
18212         (mml-menu): Add Emacs MIME manual and PGG manual.
18213
18214 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18215
18216         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18217
18218 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18219
18220         * nntp.el (nntp-end-of-line): Doc fix.
18221
18222 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18223
18224         * imap.el (imap-open): Handle case where buffer is a buffer
18225         object.
18226
18227 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18228
18229         * gnus-delay.el (gnus-delay): Don't autoload.
18230         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18231         to be re-loaded when customizing the `gnus-delay' group.
18232
18233 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18234
18235         * message.el (message-insert-citation-line): Use newlines.
18236
18237 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18238
18239         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18240         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18241         these routines, so the passphrase can be managed externally and
18242         passed in to the system.
18243         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18244         pgg-add-passphrase-to-cache function.
18245
18246         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18247         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18248         these routines, so the passphrase can be managed externally and
18249         passed in to the system.
18250         (pgg-pgp5-sign-region): Use new name of
18251         pgg-add-passphrase-to-cache function.
18252
18253 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18254
18255         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18256         part of the decoded armor to find the key-identifier.
18257         (pgg-gpg-lookup-key-owner): New function to return the
18258         human-readable identifier of a key owner.
18259         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18260         itself.
18261         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18262         the key value) if we have a key and can match it against a secret
18263         key.  Also, added a note pointing out fact that the prompt only
18264         indicates the first matching key.
18265
18266         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18267         pgg-decrypt-region.
18268         (pgg-add-passphrase-to-cache): Rename from
18269         `pgg-add-passphrase-cache' to reduce confusion (all callers
18270         changed).
18271         (pgg-remove-passphrase-from-cache): Rename from
18272         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18273         changed).
18274         (pgg-read-passphrase, pgg-add-passphrase-cache)
18275         (pgg-remove-passphrase-cache): Add informative docstrings.
18276         (pgg-decrypt): Convey provided passphrase in subordinate call to
18277         pgg-decrypt-region.
18278
18279 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18280
18281         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18282         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18283         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18284         'passphrase' argument, so the passphrase can be managed externally
18285         and then passed in to the system.
18286
18287         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18288         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18289         so the passphrase cache can be used reliably with identifiers
18290         besides a pgp packet's key id.
18291
18292         * pgg-gpg.el (pgg-gpg-encrypt-region)
18293         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18294         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18295         these routines, so the passphrase can be managed externally and
18296         passed in to the system.
18297
18298         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18299         'notruncate' argument, so the passphrase cache can be used
18300         reliably with identifiers besides a pgp packet's key id.
18301
18302 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18303
18304         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18305         symmetric encryption.
18306         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18307         encrypted session key.
18308         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18309         message ask for the passphrase in a proper way.
18310
18311         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18312         New user commands for symmetric encryption.
18313
18314 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18315
18316         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18317
18318         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18319
18320 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18321
18322         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18323
18324 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18325
18326         * mm-decode.el (mm-inlined-types): Add application/pgp.
18327         (mm-automatic-display): Ditto.
18328
18329         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18330         part as text.
18331
18332 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * nnrss.el: Update copyright.
18335         (nnrss-opml-import): Query whether to subscribe to each entry.
18336
18337         * gnus-art.el:
18338         * gnus-sum.el:
18339         * gnus-xmas.el:
18340         * messagexmas.el:
18341         * mm-uu.el:
18342         * mm-view.el: Update copyright.
18343
18344 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18345
18346         * message.el (message-info): New function.
18347         (message-mode-menu): Add it.
18348         Update copyright.
18349
18350         * ChangeLog: Fix and update copyright.
18351
18352 2006-01-13  Romain Francoise  <romain@orebokech.com>
18353
18354         * message.el (message-forward-subject-name-subject): Prefer the
18355         address to 'nowhere' if the sender has no name.
18356         Fix typo.  Update copyright year.
18357
18358 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * gnus-art.el (article-wash-html):
18361         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18362         (gnus-article-wash-html-with-w3m-standalone): New function.
18363
18364         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18365         mm-inline-text-html-render-with-w3m-standalone.
18366         (mm-text-html-washer-alist): Map w3m-standalone to
18367         gnus-article-wash-html-with-w3m-standalone.
18368         (mm-inline-text-html-render-with-w3m-standalone): New function.
18369
18370 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18371
18372         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18373         Improve LaTeX.
18374
18375 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18378         (nnrss-request-article): Render text/plain parts as HTML.
18379
18380         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18381         the buffer.
18382
18383 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18384
18385         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18386         custom definition of `gnus-posting-styles'.
18387
18388         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18389         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18390
18391 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18392
18393         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18394         Use nntp for bug archive.
18395
18396 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18399         parts.
18400         (nnrss-normalize-date): New function converts ISO 8601 date into
18401         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18402         (nnrss-check-group): Use it.
18403
18404 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18405
18406         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18407
18408         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18409         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18410         (nnrss-insert-w3): Ditto.
18411
18412 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18413
18414         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18415         the articles to be forwarded including the case where neither a
18416         number of articles nor a region is specified.
18417
18418 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * nnrss.el (nnrss-request-article): Fix last change; fill
18421         text/plain parts.
18422
18423 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18424
18425         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18426         in text/plain part.
18427         (nnrss-check-group): Don't add excessive newline to dc:subject.
18428
18429 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18430
18431         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18432         article.
18433
18434 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18435
18436         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18437         (nnml-use-compressed-files, nnml-save-mail): Support other
18438         comression programs such as bzip2.
18439
18440 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18441
18442         * dns.el (query-dns): Make sure we check the buffer size before
18443         removing tcp headers.
18444
18445 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18446
18447         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18448         remove MIME buttons associated with multipart/alternative parts.
18449         (gnus-mime-display-alternative): Tag buttons using `article-type'
18450         text property.
18451
18452         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18453         associated with multipart/alternative parts.
18454
18455         * gnus-art.el (gnus-signature-separator): Fix custom type.
18456
18457         * mm-decode.el (mm-inlined-types): Fix custom type.
18458         (mm-keep-viewer-alive-types): Ditto.
18459         (mm-automatic-display): Ditto.
18460         (mm-attachment-override-types): Ditto.
18461         (mm-inline-override-types): Ditto.
18462         (mm-automatic-external-display): Ditto.
18463
18464 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18465
18466         * spam-report.el (spam-report-user-mail-address)
18467         (spam-report-user-agent): New variables.
18468         (spam-report-url-ping-plain): Use spam-report-user-agent.
18469
18470 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18471
18472         * gnus-art.el (gnus-button-handle-custom): Do not just use
18473         `customize-apropos' for any "M-x customize-*" button but the
18474         function called for.  Accept both the function name and its
18475         argument in order to achieve this.
18476         (gnus-button-alist): Remove support for "custom:" URL's.
18477         Pass function name to `gnus-button-handle-custom' in case of "M-x
18478         customize-*" buttons.
18479
18480 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18483         multipart/alternative and add xref to mm-discouraged-alternatives
18484         in doc string.
18485
18486         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18487         gnus-buttonized-mime-types in doc string.
18488
18489 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18490
18491         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18492         Suggest image/.* in the doc string.
18493
18494 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18495
18496         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18497         message-marks (Debian bug #342521).
18498
18499 2005-12-12  Simon Josefsson  <jas@extundo.com>
18500
18501         * password.el (password-read-from-cache): Add.
18502         (password-read): Use it.
18503
18504 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18505
18506         * rfc2047.el (rfc2047-charset-to-coding-system):
18507         Recognize us-ascii as a MIME charset.
18508
18509         * mm-bodies.el (mm-decode-content-transfer-encoding):
18510         Protect against the case where the 2nd arg TYPE is nil.
18511
18512 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18513
18514         * pop3.el (pop3-stream-type): Fix custom version.
18515
18516         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18517
18518 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18519
18520         * mm-decode.el (mm-display-external): Add missing cdr.
18521
18522 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18525         RFC1524) if it is in mailcap or add a suffix according to
18526         mailcap-mime-extensions when generating a temp filename; postpone
18527         deleting a temp file for 2 seconds for some wrappers, shell
18528         scripts, and so on, which might exit right after having started a
18529         viewer command as a background job.
18530
18531 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18532
18533         * nntp.el (nntp-marks-directory): Fix custom group.
18534
18535         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18536         steps when < 10.
18537
18538         * gnus-start.el (gnus-no-server-1):
18539         Mention `gnus-level-default-subscribed' in doc string.
18540
18541 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18542
18543         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18544         parens.
18545
18546 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * gnus-xmas.el (gnus-use-toolbar): Revert.
18549         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18550         gnus-use-toolbar is default.
18551
18552         * messagexmas.el (message-use-toolbar): Revert.
18553         (message-setup-toolbar): Use global default-toolbar if
18554         message-use-toolbar is default.
18555
18556 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18557
18558         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18559         according to default-toolbar-visible-p.
18560
18561         * messagexmas.el (message-use-toolbar): Ditto.
18562
18563 2005-11-26  Dave Love  <fx@gnu.org>
18564
18565         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18566         (tls-program, tls-success): Provide openssl alternative.
18567
18568         * starttls.el: Doc fixes.
18569         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18570         SERVICE to PORT.
18571
18572         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18573         port null or service name.
18574         (starttls-negotiate): Autoload.
18575
18576 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18577
18578         * message.el (message-kill-to-signature): Fix interactive spec.
18579
18580 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18581
18582         * pop3.el (pop3-open-server): Recognize a string as a service name.
18583
18584 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18585
18586         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18587
18588 2005-11-23  Dave Love  <fx@gnu.org>
18589
18590         Add pop3s, pop3/starttls.
18591
18592         * pop3.el (pop3-authentication-scheme): Clarify doc.
18593         (open-tls-stream, starttls-open-stream): Autoload.
18594         (pop3-stream-type): New.
18595         (pop3-open-server): Use it.
18596
18597         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18598         for POP.
18599         (mail-source-keyword-map): Add :stream for POP.
18600         (mail-source-fetch-pop): Use pop3-stream-type.
18601
18602 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18603
18604         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18605         of current-time-string.
18606
18607 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18608
18609         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18610         date header.
18611
18612 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18613
18614         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18615         it can seriously impact performance as it bypasses the agent's
18616         local caches.
18617
18618 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18619
18620         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18621         must be explicitly online rather than "not explicitly offline" for
18622         its flags to be synchronized.
18623
18624         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18625         that gnus-uu-unmark-thread will function correctly.
18626
18627         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18628         1024K is instead displayed as 1M.
18629
18630 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18631
18632         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18633
18634 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18635
18636         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18637
18638 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18639
18640         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18641         error message to display actual error condition.
18642         (gnus-agent-save-local): Avoid saving symbols that are bound to
18643         nil as they simply result in a warning message in
18644         gnus-agent-read-local.
18645
18646 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18649         rather than make-variable-buffer-local for file-precious-flag.
18650
18651 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18652
18653         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18654         for duplicates which are removed.  The invalid sort check then
18655         triggers a rescan after the sort as sorting may have moved
18656         duplicate entries such that they can be cheaply detected.
18657
18658 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18661
18662 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18663
18664         * gnus-agent.el (gnus-agent-article-alist-save-format):
18665         Change internal variable to a custom variable.  Change default value
18666         from compressed(2) to uncompressed(1).
18667         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18668         support for uncompressed agentview files.  Taken together, reading
18669         the agentview file should now be 6-7 times faster.
18670
18671 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18672
18673         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18674         as a buffer-local variable.  This avoids creating truncated
18675         dribble files as a result of a hang up, eg.
18676
18677 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18678
18679         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18680         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18681         XEmacs.
18682
18683 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18684
18685         * gnus-start.el (gnus-start-draft-setup):
18686         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18687
18688         * gnus.el (gnus-splash): Change custom group.
18689         (gnus-group-get-parameter, gnus-group-parameter-value):
18690         Describe allow-list argument.
18691
18692         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18693         string.
18694
18695 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18696
18697         * gnus-art.el (gnus-default-article-saver): Add user-defined
18698         `function' to custom type.
18699
18700 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18701
18702         * imap.el (imap-open): Handle case where buffer is a buffer
18703         object.
18704
18705 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18706
18707         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18708         long lines.
18709         (gnus-cache-delete-group): Wrap doc strings.
18710
18711         * gnus-agent.el (gnus-agent-rename-group)
18712         (gnus-agent-delete-group): Wrap doc strings.
18713
18714 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18715
18716         * messagexmas.el (message-use-toolbar): Change the valid values
18717         into default, top, bottom, left, and right.
18718         (message-toolbar-thickness): New variable.
18719         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18720         well.
18721         (message-setup-toolbar): Make it work.
18722
18723         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18724         (gnus-use-toolbar): Change the valid values into default, top,
18725         bottom, left, and right.
18726         (gnus-toolbar-thickness): New variable.
18727         (gnus-xmas-setup-toolbar): New function.
18728         (gnus-xmas-setup-group-toolbar): Use it.
18729         (gnus-xmas-setup-summary-toolbar): Use it.
18730
18731 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18732
18733         * gnus-start.el (gnus-1): Add "native" to
18734         gnus-predefined-server-alist.
18735
18736         * gnus.el (gnus-method-to-server): Don't add "native" to the
18737         lists here, because that leads to problems when
18738         gnus-select-method is bound.
18739
18740 2005-11-09  Simon Josefsson  <jas@extundo.com>
18741
18742         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18743         use (not sort-by-date) instead.
18744
18745 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18746
18747         * gnus-delay.el (gnus-delay-group): Don't autoload.
18748         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18749         to be re-loaded when customizing the `gnus-delay' group.
18750
18751 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18752
18753         * message.el: Revert last changes.
18754         (message-insert-citation-line): Use newlines.
18755
18756 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18757
18758         * message.el (message-courtesy-message)
18759         (message-mark-insert-begin, message-mark-insert-end)
18760         (message-elide-ellipsis, message-cancel-message)
18761         (message-add-header, message-change-subject)
18762         (message-cross-post-followup-to-header)
18763         (message-cross-post-insert-note, message-reduce-to-to-cc)
18764         (message-widen-reply, message-delete-not-region)
18765         (message-kill-to-signature, message-insert-signature)
18766         (message-insert-importance-high, message-insert-importance-low)
18767         (message-insert-or-toggle-importance)
18768         (message-insert-disposition-notification-to)
18769         (message-indent-citation, message-yank-original)
18770         (message-cite-original-without-signature, message-cite-original)
18771         (message-insert-citation-line, message-position-on-field)
18772         (message-fix-before-sending, message-send-mail-partially)
18773         (message-send-mail, message-send-mail-with-sendmail)
18774         (message-send-mail-with-qmail, message-send-news)
18775         (message-check-news-header-syntax, message-generate-headers)
18776         (message-insert-courtesy-copy, message-fill-address)
18777         (message-fill-header, message-shorten-references)
18778         (message-setup-1, message-cancel-news)
18779         (message-forward-make-body-plain, message-forward-make-body-mime)
18780         (message-forward-make-body-mml, message-encode-message-body)
18781         (message-forward-make-body-digest-plain)
18782         (message-forward-make-body-digest-mime)
18783         (message-use-alternative-email-as-from): Insert `hard-newline'
18784         instead of ordinary newlines.
18785
18786 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18787
18788         * message.el (message-generate-headers): Downcase the argument
18789         given to message-check-element.
18790
18791 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18792
18793         * nntp.el (nntp-authinfo-rejected): New error condition.
18794         (nntp-wait-for): Use new error condition to signal authentication
18795         error.
18796         (nntp-retrieve-data): Rethrow new error condition to break out of
18797         recursive call to nntp-send-authinfo.
18798
18799 2005-11-08  Romain Francoise  <romain@orebokech.com>
18800
18801         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18802         (gnus-summary-exit-map): Bind to `Z p'.
18803         (gnus-summary-make-menu-bar): Add menu item.
18804
18805 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18806
18807         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18808         (gnus-treat-*): Add `first' in all doc strings.
18809
18810         * gnus-group.el (gnus-group-compact-group): Fix typo.
18811
18812 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18813
18814         * gnus.el (gnus-parameters-case-fold-search): New variable.
18815         (gnus-parameters-get-parameter): Use it.
18816
18817         * gnus-score.el (gnus-home-score-file): Doc fix.
18818
18819 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18820
18821         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18822
18823 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * mm-util.el (mm-special-display-p): New function.
18826
18827         * mml.el (mml-preview): Use it; doc fix.
18828
18829 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18830
18831         * imap.el (imap-open): Handle case where buffer is a buffer object.
18832
18833 2005-10-29  Romain Francoise  <romain@orebokech.com>
18834
18835         * message.el (message-fix-before-sending): Fix comment.
18836
18837 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18838
18839         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18840
18841 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18842
18843         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18844         Used in gnus-score.el.
18845
18846 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18847
18848         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18849
18850 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18851
18852         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18853         whitespace removed in revision 7.8.  Use concatenated string to
18854         protect trailing whitespace.
18855
18856 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18857
18858         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18859         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18860         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18861         Courier IMAP ("some version from 2004").  Mostly based on similar
18862         code in the same function.
18863
18864 2005-10-26  Didier Verna  <didier@xemacs.org>
18865
18866         * gnus-group.el (gnus-group-compact-group): Invalidate original
18867         article buffer.
18868         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18869         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18870         NOV database and in article itself.
18871         Invalidate article backlog.
18872
18873 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18874
18875         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18876
18877 2005-10-26  Simon Josefsson  <jas@extundo.com>
18878
18879         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18880         part of 2004-07-25 change.
18881
18882 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * message.el (message-display-completion-list): New function.
18885         (message-expand-group): Use it; make sure the Completions buffer
18886         is modifiable.
18887 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18888
18889         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18890         user-mail-name is an empty string.
18891
18892 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18893
18894         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18895         depending on gnus-score-decay-constant.
18896
18897         * encrypt.el (encrypt-insert-file-contents)
18898         (encrypt-write-file-contents): Don't use `gnus-message'.
18899
18900         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18901         arguments.
18902         (mm-uu-type-alist): Add message-marks and insert-marks.
18903         Pass arguments to mm-uu-verbatim-marks-extract.
18904         (mm-uu-hide-markers): New variable.
18905         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18906
18907         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18908         (gnus-convert-image-to-face-command): Use "convert" by default to
18909         allow other input image formats.
18910         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18911         accordingly.
18912
18913 2005-10-23  Simon Josefsson  <jas@extundo.com>
18914
18915         * imap.el (imap-gssapi-program): Align command line parameters
18916         with latest GNU SASL.
18917         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18918
18919 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18920
18921         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18922         HTML.
18923         (nnslashdot-request-article): Ditto.
18924
18925         * lpath.el (featurep): Add nobreak-char-display.
18926
18927 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18928
18929         * mail-source.el (mail-source-fetch-pop): Require pop3.
18930         (mail-source-check-pop): Ditto.
18931
18932 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18933
18934         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18935         errors.
18936
18937 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18938
18939         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18940         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18941
18942         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18943
18944         * mm-bodies.el (mm-decode-string):
18945         Call `mm-charset-to-coding-system' with allow-override argument.
18946
18947 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18948
18949         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18950         (rfc2047-charset-to-coding-system): New function.
18951         (rfc2047-decode-encoded-words): New function.
18952         (rfc2047-decode-region): Use them.
18953         (rfc2047-decode-cte): Remove.
18954         (rfc2047-parse-and-decode): Remove.
18955         (rfc2047-decode): Remove.
18956
18957 2005-10-15  Kenichi Handa  <handa@m17n.org>
18958
18959         * rfc2047.el (rfc2047-decode-cte): New function.
18960         (rfc2047-decode-region): Change the way to decode successive
18961         encoded-words: decode B- or Q-encoding in each encoded-word,
18962         concatenate them, and decode it as charset.
18963
18964 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18965
18966         * lpath.el: Fbind codepage-setup for XEmacs.
18967
18968 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18969
18970         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18971         widget-move-and-invoke.
18972         (gnus-custom-mode): Use gnus-custom-map.
18973
18974 2005-10-15  Bill Wohler  <wohler@newt.com>
18975
18976         * message.el (message-tool-bar-map): Rename image file from
18977         mail_send to mail/send.
18978
18979 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18980
18981         * message.el (message-expand-group): Pass the common
18982         prefix substring of completion to `display-completion-list'.
18983
18984 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18985
18986         * mml-sec.el (mml-secure-method): New internal variable.
18987         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18988         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18989         New functions using mml-secure-method.
18990
18991         * mml.el (mml-mode-map): Add key bindings for those functions.
18992         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18993         Harder <harder@myrealbox.com>.
18994         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18995         Goto end of message if point is the headers of the message.
18996
18997         * message.el (message-in-body-p): New function.
18998
18999         * assistant.el: Autoload gnus-util and netrc.
19000
19001         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19002         Use `mm-charset-override-alist' only when decoding.
19003
19004         * mm-bodies.el (mm-decode-body):
19005         Call `mm-charset-to-coding-system' with allow-override argument.
19006
19007         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19008         `filename' from Content-Disposition if Content-Type doesn't
19009         provide `name'.
19010         (gnus-mime-view-part-as-type): Set default instead of
19011         initial-input.
19012
19013 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19014
19015         * format-spec.el (format-spec): Propagate text properties of % spec.
19016
19017 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19018
19019         * gnus-art.el (gnus-treat-predicate): Add `first'.
19020
19021 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19022
19023         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19024         (mm-charset-override-alist): New variable.
19025         (mm-charset-to-coding-system): Use it.
19026         (mm-codepage-setup): New helper function.
19027         (mm-charset-eval-alist): New variable.
19028         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19029         Warn about unknown charsets.
19030
19031         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19032
19033 2005-10-04  David Hansen  <david.hansen@gmx.net>
19034
19035         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19036         (nnrss-check-group): Ditto.
19037
19038 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19039
19040         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19041         Rename x-gnus-verbatim to x-verbatim.
19042         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19043
19044         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19045         x-verbatim.
19046
19047         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19048
19049         * gnus-util.el (gnus-remove-duplicates): Remove.
19050
19051         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19052         instead of gnus-remove-duplicates.
19053
19054         * message.el (message-remove-duplicates): Remove.
19055         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19056         message-remove-duplicates.
19057
19058         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19059         available, else use implementation from `delete-dups'.
19060
19061         * message.el (message-insert-expires): New function.
19062         (message-mode-map): Add key binding.
19063         (message-mode-field-menu): Add menu entry.
19064         (message-mode): Document it.
19065         (message-make-expires-date): Use `message-make-date'.
19066
19067 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19068
19069         * message.el (message-make-expires-date): New function.
19070
19071 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19072
19073         * Makefile.in (list-installed-shadows): New entry.
19074         (install): Use it.
19075         (remove-installed-shadows): New entry.
19076
19077         * dgnushack.el (dgnushack-default-load-path): New variable.
19078         (dgnushack-find-lisp-shadows): New function.
19079         (dgnushack-remove-lisp-shadows): New function.
19080
19081 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * Makefile.in (install-el-elc): New entry.
19084         (install): Use it so that .el files are necessarily installed.
19085
19086 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19087
19088         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19089
19090 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19091
19092         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19093         function rather than the diff-mode.el package.
19094         (mm-display-external): Use with-current-buffer.
19095         (mm-viewer-completion-map, mm-viewer-completion-map):
19096         Move initialization inside declaration.
19097
19098 2005-09-29  Simon Josefsson  <jas@extundo.com>
19099
19100         * spam.el: Load hashcash when compiling, to avoid warnings.
19101         Don't autoload mail-check-payment.
19102         (spam-check-hashcash): Define unconditionally, since hashcash.el
19103         is part of Gnus now.  Ignore errors from payment checking.
19104
19105 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19106
19107         * message.el (message-bold-region, message-unbold-region):
19108         Rename from `bold-region' and `unbold-region'.
19109
19110         * message.el: Remove useless autoloads.
19111
19112 2005-09-28  Simon Josefsson  <jas@extundo.com>
19113
19114         * message.el (message-use-idna): Default to t.
19115         (message-use-idna): Test whether encoding works too.  Doc fix.
19116
19117 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * nntp.el (nntp-warn-about-losing-connection): Remove.
19120
19121 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19122
19123         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19124         customizable.  Change default value.
19125         (mm-uu-diff-groups-regexp): Change default value.
19126         (mm-uu-type-alist): Add doc string.
19127         (mm-uu-configure): Add doc string.  Make it interactive.
19128         (mm-uu-tex-groups-regexp): New variable.
19129         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19130         (mm-uu-type-alist): Add LaTeX documents.
19131         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19132         of "text/verbatim".
19133         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19134
19135         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19136         instead of "text/verbatim".
19137
19138         * message.el (message-mark-inserted-region)
19139         (message-mark-insert-file): Use slrn style marks when called with
19140         prefix argument.
19141
19142 2005-09-27  Simon Josefsson  <jas@extundo.com>
19143
19144         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19145
19146 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19147
19148         * message.el (message-remove-duplicates): New function.
19149         Implementation borrowed from `gnus-remove-duplicates'.
19150         (message-idna-to-ascii-rhs): Also encode idna addresses in
19151         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19152         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19153         only ask about the same idna domain once per header and also tell
19154         in what header to replace the idna domain.
19155
19156         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19157         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19158         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19159         a header is decoded and not just the last one.
19160
19161 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19162
19163         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19164         has been decoded.
19165
19166         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19167         (mm-insert-part): Don't modify text if it has been decoded.
19168
19169         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19170         decoded.
19171
19172         * mm-view.el (mm-inline-text): Don't strip text props unless
19173         decoding enriched or richtext parts.
19174
19175 2005-09-25  Romain Francoise  <romain@orebokech.com>
19176
19177         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19178         * gnus-start.el (gnus-subscribe-interactively):
19179         * gnus-uu.el (gnus-uu-grab-articles):
19180         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19181         space.
19182
19183 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19184
19185         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19186         * mm-view.el (mm-view-pkcs7-decrypt):
19187         * gnus-sum.el (gnus-summary-limit-to-extra)
19188         (gnus-summary-respool-article, gnus-read-move-group-name):
19189         * gnus-score.el (gnus-summary-increase-score):
19190         * gnus-util.el (gnus-completing-read-with-default):
19191         * gnus-art.el (gnus-read-save-file-name)
19192         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19193         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19194         * message.el (message-check-news-header-syntax):
19195         Follow convention for reading with the minibuffer.
19196
19197 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19198
19199         * spam-report.el (spam-report-url-ping-plain):
19200         Use gnus-extended-version as User-Agent.
19201
19202         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19203         default value is nil.
19204
19205         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19206         (mm-uu-verbatim-marks-extract): New function.
19207         (mm-uu-extract): New face.
19208         (mm-uu-copy-to-buffer): Use it.
19209
19210         * spam-report.el (spam-report-gmane-ham): Rename from
19211         `spam-report-gmane-unspam'.
19212         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19213         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19214
19215         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19216         Autoload.
19217         (spam-report-gmane-unregister-routine):
19218         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19219
19220 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19221
19222         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19223         (spam-report-gmane-unregister-routine): Add support for gmane
19224         unregistration.
19225
19226         * spam-report.el (spam-report-gmane-unspam)
19227         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19228         (spam-report-gmane): Change to take a single article and do unspam
19229         registration.
19230
19231 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19232
19233         * mm-url.el (mm-url-decode-entities): Fix regexp.
19234
19235 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19236
19237         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19238         default to nil, to be able to use Gnus at all.  If the default
19239         switches to something else, then the function should be fixed not
19240         be exceedingly slow.
19241
19242 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19243
19244         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19245         fail hard.
19246
19247         * spam-report.el: Add better Keywords line.
19248
19249         * spam.el: Add Maintainer and better Keywords line.
19250
19251 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19252
19253         * gnus-art.el (gnus-article-replace-part)
19254         (gnus-mime-replace-part): New functions.
19255         (gnus-mime-action-alist, gnus-mime-button-commands)
19256         (gnus-mime-save-part-and-strip): Add file argument.
19257         (gnus-article-part-wrapper): Add interactive argument.
19258
19259         * gnus-sum.el (gnus-summary-mime-map):
19260         Add `gnus-article-replace-part'.
19261
19262 2005-09-19  Didier Verna  <didier@xemacs.org>
19263
19264         The nnml compaction feature:
19265         * nnml.el (nnml-request-compact-group): New function.
19266         * nnml.el (nnml-request-compact): New function.
19267         * gnus-int.el (gnus-request-compact-group): New function.
19268         * gnus-int.el (gnus-request-compact): New function.
19269         * gnus-group.el (gnus-group-compact-group): New function.
19270         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19271         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19272         * gnus-srvr.el (gnus-server-compact-server): New function.
19273         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19274         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19275
19276 2005-09-18  Deepak Goel  <deego@gnufans.org>
19277
19278         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19279         format spec.
19280
19281 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19282
19283         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19284
19285 2005-09-15  Romain Francoise  <romain@orebokech.com>
19286
19287         * message.el (message-fill-paragraph): Clarify docstring.
19288
19289 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * gnus-art.el (gnus-mime-display-part): Protect against broken
19292         MIME messages.
19293
19294 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19295
19296         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19297         before parsing header.
19298
19299 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19300
19301         * html2text.el (html2text-replace-list): Add new entities.
19302
19303 2005-09-11  Romain Francoise  <romain@orebokech.com>
19304
19305         * message.el (message-alternative-emails): Improve docstring.
19306         (message-setup-1): Call `message-use-alternative-email-as-from'
19307         after `message-setup-hook' to give it precedence over posting
19308         styles, etc.
19309         (message-use-alternative-email-as-from): Add docstring.
19310         Remove the original From header if present.
19311
19312         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19313         (nnml-save-mail): Use it.
19314
19315         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19316         articles.  Add new argument `silent'.
19317         (gnus-uu-mark-all): Report the total number of marked articles.
19318
19319 2005-09-10  Romain Francoise  <romain@orebokech.com>
19320
19321         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19322         (gnus-uu-mark-series): Likewise.
19323
19324 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19325
19326         * spam-report.el (spam-report-gmane): Fix generation of spam
19327         report URL.
19328
19329 2005-09-10  Simon Josefsson  <jas@extundo.com>
19330
19331         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19332         t, based on discussion on the ding list with Robert Epprecht
19333         <epprecht@solnet.ch>.
19334
19335 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19336
19337         * spam-report.el (spam-report-gmane): Make it work without
19338         X-Report-Spam header.  Gmane now only provides Archived-At.
19339         This is only used if `spam-report-gmane-use-article-number' is nil.
19340         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19341
19342         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19343         make `gnus-summary-sort-by-recipient' work with threading.
19344
19345         * nnweb.el (nnweb-google-wash-article): Print a message if article
19346         is not available.
19347
19348 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19349
19350         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19351         change.  Decode text/* parts content before displaying.
19352
19353 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19354
19355         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19356
19357 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19358
19359         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19360
19361         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19362         url-package-name, url-package-version,
19363         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19364         w3m-display-inline-images, and w3m-minor-mode-map.
19365
19366 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19367
19368         * message.el (message-tab-body-function): Fix mismatched custom type.
19369
19370         * gnus.el (gnus-group-change-level-function): Ditto.
19371
19372         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19373
19374         * gnus-art.el (gnus-signature-limit)
19375         (gnus-article-mime-part-function): Ditto.
19376
19377 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19378
19379         * mml.el (mml-mode): Silence the byte compiler.
19380
19381         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19382         using `(sit-for 0)' before moving the point to the specified part;
19383         skip unbuttonized parts.
19384         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19385         return to the summary window if gnus-auto-select-part is non-nil.
19386
19387 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19388
19389         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19390         New variables.
19391         (mml-dnd-attach-file, mml-mode): Use them.
19392
19393         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19394         Make fetching article by MID work again for Google Groups.
19395         Add FIXME concerning gnus-group-make-web-group.
19396
19397         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19398         Don't depend on Gnus by using mail-extract-address-components if
19399         gnus-extract-address-components is not bound.
19400
19401 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19402
19403         * gnus-art.el (gnus-mime-display-security): Don't display the
19404         signature, but only the signed part.
19405
19406 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19409
19410         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19411         list, not listp.
19412
19413 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19414
19415         * mm-encode.el (mm-encode-content-transfer-encoding):
19416         Likewise when encoding.
19417
19418         * mm-bodies.el (mm-decode-content-transfer-encoding):
19419         De-canonicalize CRLF for all text content types, not just
19420         text/plain.
19421
19422 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19423
19424         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19425         valid article; point arrow and cursor at the MIME button.
19426
19427 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19428
19429         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19430         Suggested by Dan Christensen <jdc@uwo.ca>.
19431
19432         * mm-decode.el (mm-save-part): Enable change of prompt.
19433
19434 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19435
19436         * gnus-msg.el (gnus-inews-add-send-actions):
19437         Make `message-post-method' lambda parameter ARG `&optional'.
19438
19439 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19440
19441         * gnus-sum.el (gnus-summary-mime-map):
19442         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19443         gnus-article-jump-to-part.
19444
19445         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19446         (gnus-article-edit-part): Use it.
19447         (gnus-article-part-wrapper): Add no-handle argument.
19448         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19449         New functions.
19450
19451 2005-08-29  Romain Francoise  <romain@orebokech.com>
19452
19453         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19454         docstring.
19455         (gnus-face-from-file): Likewise.
19456
19457 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19458
19459         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19460         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19461         non-nil.
19462         (gnus-auto-select-part): New variable.
19463         (gnus-article-jump-to-part): New function.
19464         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19465         (gnus-mime-delete-part): Allow selecting specified part after
19466         deleting or stripping parts.
19467         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19468         part if argument is bogus.
19469
19470 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19471
19472         * gnus-art.el (w3m-minor-mode-map):
19473         * gnus-spec.el (gnus-newsrc-file-version):
19474         * gnus-util.el (nnmail-active-file-coding-system)
19475         (gnus-original-article-buffer, gnus-user-agent):
19476         * gnus.el (gnus-ham-process-destinations)
19477         (gnus-parameter-ham-marks-alist)
19478         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19479         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19480         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19481         * mm-decode.el (gnus-current-window-configuration):
19482         * mm-extern.el (gnus-article-mime-handles):
19483         * mm-url.el (url-current-object, url-package-name)
19484         (url-package-version):
19485         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19486         (smime-keys, w3m-cid-retrieve-function-alist)
19487         (w3m-current-buffer, w3m-display-inline-images)
19488         (w3m-minor-mode-map):
19489         * mml-smime.el (gnus-extract-address-components):
19490         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19491         (gnus-newsrc-hashtb, message-default-charset)
19492         (message-deletable-headers, message-options)
19493         (message-posting-charset, message-required-mail-headers)
19494         (message-required-news-headers):
19495         * mml1991.el (mc-pgp-always-sign):
19496         * mml2015.el (mc-pgp-always-sign):
19497         * nnheader.el (nnmail-extra-headers):
19498         * rfc1843.el (gnus-decode-encoded-word-function)
19499         (gnus-decode-header-function, gnus-newsgroup-name):
19500         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19501
19502 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19503
19504         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19505         the end of the date treatments.
19506
19507 2005-08-15  Simon Josefsson  <jas@extundo.com>
19508
19509         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19510         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19511         Capello and Romain Francoise.
19512         (pgg-fetch-key-function): Remove, not used?
19513         (pgg-insert-url-with-w3): Require url, to get
19514         url-insert-file-contents regardless of where it is defined.
19515
19516 2005-08-13  Romain Francoise  <romain@orebokech.com>
19517
19518         * message.el (message-cite-original-1): New function.
19519         (message-cite-original): Use it.
19520         (message-cite-original-without-signature): Ditto.
19521
19522 2005-08-08  Romain Francoise  <romain@orebokech.com>
19523
19524         * message.el (message-yank-empty-prefix): New variable.
19525         (message-indent-citation): Use it.
19526         (message-cite-original-without-signature): Respect X-No-Archive.
19527
19528 2005-08-08  Simon Josefsson  <jas@extundo.com>
19529
19530         * pgg.el: Autoload url-insert-file-contents instead of loading
19531         w3/url.
19532         (pgg-insert-url-with-w3): Don't load url here.
19533
19534 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19535
19536         * message.el (message-kill-to-signature): Don't insert newline at
19537         bol.
19538         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19539
19540 2005-08-06  Romain Francoise  <romain@orebokech.com>
19541
19542         * message.el (message-user-fqdn): Fix typo in docstring.
19543
19544 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19545
19546         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19547
19548         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19549
19550 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19551
19552         * mm-bodies.el (mm-encode-body): Use coding system rather than
19553         charset to encode text.
19554
19555         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19556         number of charsets if utf-8 is available (XEmacs).
19557
19558 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19559
19560         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19561         taken from `gnus-button-mid-or-mail-regexp'.
19562         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19563         (gnus-button-alist): Improve regexp for domain part of the MIDs
19564         for news:localpart@domain buttons.
19565         (gnus-button-ctan-directory-regexp): Update.
19566
19567 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19568
19569         * sieve-manage.el (sieve-manage-interactive-login):
19570         Use make-local-variable rather than make-variable-buffer-local.
19571         (sieve-manage-open): Ditto.
19572         (sieve-manage-authenticate): Ditto.
19573
19574         * mml.el (mml-generate-mime-1): Make the content type default to
19575         text/plain if the filename is not specified.
19576
19577 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19578
19579         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19580         instead of insert-buffer.
19581
19582         * message.el (message-yank-original): Ditto; set the mark at the
19583         end of the yanked message.
19584
19585 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19586
19587         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19588         lines to scroll rather than to stop it.
19589
19590         * mml.el (mml-generate-default-type): Add doc string.
19591         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19592         default to application/octet-stream when determining the content
19593         type if it is not specified for the part or the mml contents; add
19594         a comment about mml-generate-default-type.
19595
19596 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19597
19598         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19599         make it default to application/octet-stream when determining the
19600         content type if it is not specified for the external contents.
19601
19602 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19603
19604         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19605         segmented parameter but also other parameters might be there.
19606
19607 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19608
19609         * mm-decode.el (mm-display-external): Delete temp file, directory
19610         and buffer immediately if the external process is exited.
19611
19612 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19613
19614         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19615         fewer lines than that of scroll-margin.
19616         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19617
19618 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19619
19620         * gnus-art.el (gnus-article-next-page): Revert.
19621         (gnus-article-beginning-of-window): New macro.
19622         (gnus-article-next-page-1): Use it.
19623         (gnus-article-prev-page): Ditto.
19624         (gnus-article-edit-part): Use insert-buffer-substring instead of
19625         insert-buffer.
19626         (gnus-article-edit-exit): Ditto.
19627
19628         * gnus-util.el (gnus-beginning-of-window): Remove.
19629         (gnus-end-of-window): Remove.
19630
19631         * lpath.el: Don't bind header-line-format and scroll-margin.
19632
19633 2005-07-25  Simon Josefsson  <jas@extundo.com>
19634
19635         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19636         to have the url package without w3.  Reported by Daiki Ueno
19637         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19638
19639 2005-07-20  Didier Verna  <didier@xemacs.org>
19640
19641         * gnus-diary.el: Remove the description comment (nndiary is now
19642         properly documented in the Gnus manual).
19643         Fix the spelling of "Back End".
19644         * nndiary.el: Ditto.
19645         Fix the copyright notice.
19646
19647 2005-07-18  Romain Francoise  <romain@orebokech.com>
19648
19649         * gnus-sum.el (gnus-summary-to-prefix)
19650         (gnus-summary-newsgroup-prefix): New variables.
19651         (gnus-summary-from-or-to-or-newsgroups): Use them.
19652
19653 2005-07-17  Romain Francoise  <romain@orebokech.com>
19654
19655         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19656         space as it's generally not especially interesting to the user.
19657
19658 2005-07-16  Romain Francoise  <romain@orebokech.com>
19659
19660         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19661         nil to avoid prompting and file modification if one of the
19662         messages at the top of the nnfolder file contains a copyright
19663         notice.
19664         Update copyright notice.
19665
19666         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19667         instead of `current-time-string' as the latter creates a time
19668         string that is not RFC 2822 compliant (it lacks the zone).
19669         Update copyright notice.
19670
19671 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19672
19673         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19674         for text/rtf.  Display default in prompt.  Pass default for M-n.
19675
19676         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19677
19678 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19679
19680         * gnus-msg.el (gnus-button-mailto):
19681         Remove save-selected-window-window hackery because it relies on
19682         save-selected-window internals.
19683
19684 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19687         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19688         (gnus-article-prev-page): Ditto.
19689
19690         * gnus-util.el (gnus-beginning-of-window): New function.
19691         (gnus-end-of-window): New function.
19692
19693         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19694
19695 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19696
19697         * gnus-score.el (gnus-score-edit-all-score):
19698         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19699         gnus-message.
19700
19701 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19702
19703         * gnus-msg.el (gnus-button-mailto):
19704         Remove save-selected-window-window hackery because it relies on
19705         save-selected-window internals.
19706
19707 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19708
19709         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19710         add-minor-mode.
19711         (gnus-binary-mode): Ditto.
19712
19713         * gnus-topic.el (gnus-topic-mode): Ditto.
19714
19715 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19716
19717         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19718         (gnus-article-prev-page): Take scroll-margin into consideration.
19719
19720 2005-07-04  Lute Kamstra  <lute@gnu.org>
19721
19722         Update FSF's address in GPL notices.
19723
19724 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19725
19726         * gnus.el (gnus-exit):
19727         * gnus-group.el (gnus-group-icons):
19728         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19729
19730         * gnus-nocem.el (gnus-nocem):
19731         * message.el (message-various, message-buffers, message-sending)
19732         (message-interface, message-forwarding, message-insertion)
19733         (message-headers, message-news, message-mail):
19734         * pgg-gpg.el (pgg-gpg):
19735         * pgg-parse.el (pgg-parse):
19736         * pgg-pgp.el (pgg-pgp):
19737         * pgg-pgp5.el (pgg-pgp5):
19738         * pop3.el (pop3): Finish `defgroup' description with period.
19739
19740 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19741
19742         * gnus-art.el (article-display-face): Improve the efficiency.
19743         (article-display-x-face): Ditto; remove gray x-face stuff.
19744
19745 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19746
19747         * gnus-art.el (article-display-face): Correct the position in
19748         which Faces are inserted.
19749
19750 2005-06-29  Didier Verna  <didier@xemacs.org>
19751
19752         * gnus-art.el (article-display-face): Display faces in correct
19753         order.
19754
19755 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19756
19757         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19758         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19759         (gnus-nocem-check-article): Fetch the Type header.
19760         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19761         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19762         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19763         make sure gnus-nocem-hashtb is initialized.
19764         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19765         (gnus-nocem-unwanted-article-p): Ditto.
19766
19767         * pgg.el (pgg-verify): Return the verification result.
19768
19769 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19770
19771         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19772         is ascii.
19773
19774 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19775
19776         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19777         `show-nonbreak-escape'.
19778
19779 2005-06-23  Lute Kamstra  <lute@gnu.org>
19780
19781         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19782
19783         * dig.el (dig-mode):
19784         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19785
19786 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19787
19788         * nnimap.el (nnimap-split-download-body): Fix spellings.
19789
19790 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19791
19792         * gnus-art.el (gnus-article-encrypt-body):
19793         * gnus-cus.el (gnus-score-customize):
19794         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19795         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19796
19797 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19798
19799         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19800         header by looking for magic "MII" at the beginning.
19801
19802 2005-06-16  Miles Bader  <miles@gnu.org>
19803
19804         * gnus-xmas.el (gnus-xmas-group-startup-message):
19805         Use renamed gnus-splash face.
19806
19807         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19808         (assistant-field-face): New backward-compatibility alias for renamed
19809         face.
19810         (assistant-render-text): Use renamed assistant-field face.
19811
19812         * spam.el (spam): Remove "-face" suffix from face name.
19813         (spam-face): New backward-compatibility alias for renamed face.
19814         (spam-face, spam-initialize): Use renamed spam face.
19815
19816         * message.el (message-header-to, message-header-cc)
19817         (message-header-subject, message-header-newsgroups)
19818         (message-header-other, message-header-name)
19819         (message-header-xheader, message-separator, message-cited-text)
19820         (message-mml): Remove "-face" suffix from face names.
19821         (message-header-to-face, message-header-cc-face)
19822         (message-header-subject-face, message-header-newsgroups-face)
19823         (message-header-other-face, message-header-name-face)
19824         (message-header-xheader-face, message-separator-face)
19825         (message-cited-text-face, message-mml-face):
19826         New backward-compatibility aliases for renamed faces.
19827         (message-font-lock-keywords): Use renamed message faces.
19828
19829         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19830         (sieve-test-commands, sieve-tagged-arguments):
19831         Remove "-face" suffix from face names.
19832         (sieve-control-commands-face, sieve-action-commands-face)
19833         (sieve-test-commands-face, sieve-tagged-arguments-face):
19834         New backward-compatibility aliases for renamed faces.
19835         (sieve-control-commands-face, sieve-action-commands-face)
19836         (sieve-test-commands-face, sieve-tagged-arguments-face):
19837         Use renamed sieve faces.
19838
19839         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19840         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19841         (gnus-group-news-3-empty, gnus-group-news-4)
19842         (gnus-group-news-4-empty, gnus-group-news-5)
19843         (gnus-group-news-5-empty, gnus-group-news-6)
19844         (gnus-group-news-6-empty, gnus-group-news-low)
19845         (gnus-group-news-low-empty, gnus-group-mail-1)
19846         (gnus-group-mail-1-empty, gnus-group-mail-2)
19847         (gnus-group-mail-2-empty, gnus-group-mail-3)
19848         (gnus-group-mail-3-empty, gnus-group-mail-low)
19849         (gnus-group-mail-low-empty, gnus-summary-selected)
19850         (gnus-summary-cancelled, gnus-summary-high-ticked)
19851         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19852         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19853         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19854         (gnus-summary-low-undownloaded)
19855         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19856         (gnus-summary-low-unread, gnus-summary-normal-unread)
19857         (gnus-summary-high-read, gnus-summary-low-read)
19858         (gnus-summary-normal-read, gnus-splash):
19859         Remove "-face" suffix from face names.
19860         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19861         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19862         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19863         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19864         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19865         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19866         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19867         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19868         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19869         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19870         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19871         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19872         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19873         (gnus-summary-normal-ticked-face)
19874         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19875         (gnus-summary-normal-ancient-face)
19876         (gnus-summary-high-undownloaded-face)
19877         (gnus-summary-low-undownloaded-face)
19878         (gnus-summary-normal-undownloaded-face)
19879         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19880         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19881         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19882         (gnus-splash-face):
19883         New backward-compatibility aliases for renamed faces.
19884         (gnus-group-startup-message): Use renamed gnus faces.
19885
19886         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19887         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19888         (gnus-server-agent): Remove "-face" suffix from face names.
19889         (gnus-server-agent-face, gnus-server-opened-face)
19890         (gnus-server-closed-face, gnus-server-denied-face)
19891         (gnus-server-offline-face):
19892         New backward-compatibility aliases for renamed faces.
19893         (gnus-server-agent-face, gnus-server-opened-face)
19894         (gnus-server-closed-face, gnus-server-denied-face)
19895         (gnus-server-offline-face): Use renamed gnus faces.
19896
19897         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19898         Remove "-face" suffix from face names.
19899         (gnus-picon-xbm-face, gnus-picon-face):
19900         New backward-compatibility aliases for renamed faces.
19901
19902         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19903         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19904         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19905         (gnus-cite-11): Remove "-face" suffix from face names.
19906         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19907         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19908         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19909         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19910         New backward-compatibility aliases for renamed faces.
19911         (gnus-cite-attribution-face, gnus-cite-face-list)
19912         (gnus-article-boring-faces): Use renamed gnus faces.
19913
19914         * gnus-art.el (gnus-signature, gnus-header-from)
19915         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19916         (gnus-header-content): Remove "-face" suffix from face names.
19917         (gnus-signature-face, gnus-header-from-face)
19918         (gnus-header-subject-face, gnus-header-newsgroups-face)
19919         (gnus-header-name-face, gnus-header-content-face):
19920         New backward-compatibility aliases for renamed faces.
19921         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19922
19923         * gnus-sum.el (gnus-summary-selected-face)
19924         (gnus-summary-highlight): Use renamed gnus faces.
19925         * gnus-group.el (gnus-group-highlight): Likewise.
19926
19927 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19928
19929         * gnus-sieve.el (gnus-sieve-article-add-rule):
19930         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19931         * spam-stat.el (spam-stat-buffer-change-to-spam)
19932         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19933
19934         * message.el (message-is-yours-p):
19935         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19936
19937 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19938
19939         * mm-view.el (mm-inline-text): Withdraw the last change.
19940
19941 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19942
19943         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19944         executing enriched-decode.
19945
19946 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19947
19948         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19949         charset of tar files.
19950
19951 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19952
19953         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19954
19955 2005-06-04  Lute Kamstra  <lute@gnu.org>
19956
19957         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19958         information is never recorded.
19959
19960 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19961
19962         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19963
19964 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19965
19966         * pop3.el (pop3-apop): Run md5 in the binary mode.
19967
19968         * starttls.el (starttls-set-process-query-on-exit-flag):
19969         Use eval-and-compile.
19970
19971 2005-05-31  Simon Josefsson  <jas@extundo.com>
19972
19973         * smime.el (smime-replace-in-string): Define.
19974         (smime-cert-by-ldap-1): Use it.
19975
19976 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19977
19978         * gnus-art.el (article-display-x-face): Replace
19979         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19980
19981         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19982         set-process-query-on-exit-flag or process-kill-without-query.
19983
19984         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19985         loop instead of replace-regexp.
19986
19987         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19988         instead of process-kill-without-query if it is available.
19989
19990         * lpath.el: Fbind ldap-search-entries.
19991
19992         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19993         instead of find-file-hooks if it is available.
19994
19995         * mml1991.el: Bind pgg-default-user-id when compiling.
19996
19997         * mml2015.el: Bind pgg-default-user-id when compiling.
19998
19999         * nndraft.el (nndraft-request-associate-buffer):
20000         Use write-contents-functions instead of write-contents-hooks if it is
20001         available.
20002
20003         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20004         instead of find-file-hooks if it is available.
20005
20006         * nntp.el (nntp-open-connection): Replace
20007         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20008         (nntp-open-ssl-stream): Ditto.
20009         (nntp-open-tls-stream): Ditto.
20010
20011         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20012         set-process-query-on-exit-flag or process-kill-without-query.
20013         (starttls-open-stream-gnutls): Use it instead of
20014         process-kill-without-query.
20015         (starttls-open-stream): Ditto.
20016
20017 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20018
20019         * smime.el (smime-cert-by-ldap-1): Don't use
20020         replace-regexp-in-string.
20021
20022 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20023
20024         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20025
20026         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20027         in PEM format.  Adjust to the XEmacs compatibility.
20028
20029 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20030
20031         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20032         by `string-to-number'.
20033         * gnus-agent.el (gnus-agent-regenerate-group)
20034         (gnus-agent-fetch-articles): Ditto.
20035         * gnus-art.el (gnus-button-fetch-group): Ditto.
20036         * gnus-cache.el (gnus-cache-generate-active)
20037         (gnus-cache-articles-in-group): Ditto.
20038         * gnus-group.el (gnus-group-set-current-level)
20039         (gnus-group-insert-group-line): Ditto.
20040         * gnus-score.el (gnus-score-set-expunge-below)
20041         (gnus-score-set-mark-below, gnus-summary-score-effect)
20042         (gnus-summary-score-entry): Ditto.
20043         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20044         (gnus-soup-pack): Ditto.
20045         * gnus-spec.el (gnus-xmas-format): Ditto.
20046         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20047         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20048         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20049         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20050         * nndb.el (nndb-get-remote-expire-response): Ditto.
20051         * nndiary.el (nndiary-parse-schedule-value)
20052         (nndiary-string-to-number, nndiary-request-replace-article)
20053         (nndiary-request-article): Ditto.
20054         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20055         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20056         * nneething.el (nneething-make-head): Ditto.
20057         * nnfolder.el (nnfolder-request-article)
20058         (nnfolder-retrieve-headers): Ditto.
20059         * nnheader.el (nnheader-file-to-number): Ditto.
20060         * nnkiboze.el (nnkiboze-request-article): Ditto.
20061         * nnmail.el (nnmail-process-unix-mail-format)
20062         (nnmail-process-babyl-mail-format): Ditto.
20063         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20064         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20065         (nnmh-request-create-group, nnmh-request-list-1)
20066         (nnmh-request-group, nnmh-request-article): Ditto.
20067         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20068         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20069         * nnsoup.el (nnsoup-make-active): Ditto.
20070         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20071         * nntp.el (nntp-find-group-and-number)
20072         (nntp-retrieve-headers-with-xover): Ditto.
20073         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20074         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20075         (pgg-format-key-identifier): Ditto.
20076         * pop3.el (pop3-last, pop3-stat): Ditto.
20077         * qp.el (quoted-printable-decode-region): Ditto.
20078
20079         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20080         of concat.
20081
20082 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20083
20084         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20085
20086         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20087
20088         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20089
20090         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20091
20092         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20093
20094         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20095
20096         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20097         (gnus-carpal-mode): Ditto.
20098
20099         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20100         (gnus-browse-mode): Ditto.
20101
20102         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20103
20104         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20105
20106 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20107
20108         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20109
20110 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20111
20112         * gnus-util.el (gnus-run-mode-hooks): New function.
20113
20114         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20115
20116         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20117         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20118
20119 2005-05-27  Lute Kamstra  <lute@gnu.org>
20120
20121         * dns-mode.el (dns-mode): Specify customization group.
20122
20123 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20124
20125         * gnus-agent.el (gnus-agent-make-mode-line-string):
20126         Use mode-line-highlight as mouse-face.
20127
20128 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20129
20130         * canlock.el (canlock): Change the parent group to news.
20131
20132         * deuglify.el (gnus-outlook-deuglify): Add :group.
20133
20134         * dig.el (dig): Add :group.
20135
20136         * dns-mode.el (dns-mode): Add :group.
20137
20138         * encrypt.el (encrypt): Add :group.
20139
20140         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20141         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20142         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20143         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20144         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20145
20146         * gnus-diary.el (gnus-diary): Add :group.
20147
20148         * gnus.el (gnus-group-news-1-face): Add :group.
20149         (gnus-group-news-1-empty-face): Ditto.
20150         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20151         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20152         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20153         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20154         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20155         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20156         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20157         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20158         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20159         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20160         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20161         (gnus-summary-high-ticked-face): Ditto.
20162         (gnus-summary-low-ticked-face): Ditto.
20163         (gnus-summary-normal-ticked-face): Ditto.
20164         (gnus-summary-high-ancient-face): Ditto.
20165         (gnus-summary-low-ancient-face): Ditto.
20166         (gnus-summary-normal-ancient-face): Ditto.
20167         (gnus-summary-high-undownloaded-face): Ditto.
20168         (gnus-summary-low-undownloaded-face): Ditto.
20169         (gnus-summary-normal-undownloaded-face): Ditto.
20170         (gnus-summary-high-unread-face): Ditto.
20171         (gnus-summary-low-unread-face): Ditto.
20172         (gnus-summary-normal-unread-face): Ditto.
20173         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20174         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20175
20176         * hashcash.el (hashcash): New custom group.
20177         (hashcash-default-payment): Add :group.
20178         (hashcash-payment-alist): Ditto.
20179         (hashcash-default-accept-payment): Ditto.
20180         (hashcash-accept-resources): Ditto.
20181         (hashcash-path): Ditto.
20182         (hashcash-extra-generate-parameters): Ditto.
20183         (hashcash-double-spend-database): Ditto.
20184         (hashcash-in-news): Ditto.
20185
20186         * message.el (message-minibuffer-local-map): Add :group.
20187
20188         * netrc.el (netrc): Add :group.
20189
20190         * sieve-manage.el (sieve-manage-log): Add :group.
20191         (sieve-manage-default-user): Diito.
20192         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20193         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20194         (sieve-manage-authenticators): Ditto.
20195         (sieve-manage-authenticator-alist): Ditto.
20196         (sieve-manage-default-port): Ditto.
20197
20198         * sieve-mode.el (sieve-control-commands-face): Add :group.
20199         (sieve-action-commands-face): Ditto.
20200         (sieve-test-commands-face): Ditto.
20201         (sieve-tagged-arguments-face): Ditto.
20202
20203         * smime.el (smime): Add :group.
20204
20205         * spam-report.el (spam-report): Add :group.
20206
20207         * spam.el (spam, spam-face): Add :group.
20208
20209 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20210
20211         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20212         return \n.\n.\n at the end of articles.  Protect against that.
20213         (nntp-with-open-group): Allow debugging.
20214
20215         * nnheader.el (mail-header-set-extra): Make into a function
20216         because I just could't understand how to quote the list properly.
20217
20218         * dns.el (query-dns-cached): New function.
20219
20220 2005-05-26  Lute Kamstra  <lute@gnu.org>
20221
20222         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20223
20224 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20225
20226         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20227
20228         * gnus-art.el: Don't autoload mail-extract-address-components.
20229
20230         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20231         eval-and-compile to evaluate it.
20232
20233         * hashcash.el: Don't autoload executable-find.
20234
20235         * nndb.el: Don't declare the nndb back end two or more times; don't
20236         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20237
20238         * nntp.el: Autoload format-spec instead of format; use
20239         eval-and-compile to evaluate autoload forms.
20240
20241 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20242
20243         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20244
20245 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20246
20247         * gnus.el (gnus-version-number): Bump version.
20248
20249 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20250
20251         * gnus.el: No Gnus v0.3 is released.
20252
20253 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20254
20255         * lpath.el (featurep): Bind show-nonbreak-escape.
20256
20257 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20258
20259         * gnus-art.el (gnus-article-edit-part): Disable undo.
20260
20261 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20262
20263         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20264         gnus-article-date-lapsed-new-header is t if date timer is active;
20265         skip headers in which the original date value is empty.
20266         (gnus-article-save-original-date): Redefine it as a macro.
20267         (gnus-display-mime): Use it.
20268
20269 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20270
20271         * gnus-art.el (article-date-ut): Support converting date in
20272         forwarded parts as well.
20273         (gnus-article-save-original-date): New function.
20274         (gnus-display-mime): Use it.
20275
20276 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20277
20278         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20279         enclosure element of <item>.
20280
20281 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20282
20283         * message.el (message-kill-buffer-query): Rename from
20284         `message-kill-buffer-query-if-modified'.  Add :version.
20285
20286 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20287
20288         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20289         window layout.
20290
20291 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20292
20293         * mml.el: Autoload dnd when compiling.
20294
20295 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20296
20297         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20298         x-dnd-*.
20299
20300 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20301
20302         * qp.el (quoted-printable-encode-region): Save excursion.
20303
20304 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20305
20306         * message.el (message-kill-buffer-query-if-modified): Add new variable
20307         so the user can kill a modified message buffer quickly.
20308         (message-kill-buffer): Use it.
20309
20310 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20311
20312         * lpath.el: Fbind display-time-event-handler; don't fbind
20313         string-to-multibyte.
20314
20315         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20316
20317 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20318
20319         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20320         contained in text because xml.el decodes entities) with LFs.
20321
20322 2005-04-11  Lute Kamstra  <lute@gnu.org>
20323
20324         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20325         differently.
20326
20327 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20328
20329         * mm-util.el (mm-detect-coding-region): Typo.
20330
20331 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20332
20333         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20334
20335 2005-04-06  Deepak Goel  <deego@gnufans.org>
20336
20337         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20338         user-function allow user modifications of the scores.
20339         (spam-stat-score-buffer-user): New function, to allow
20340         user-computed modifications to the score.
20341         (spam-stat-score-buffer-user-functions): List of additional
20342         scoring functions.
20343         (spam-stat-error-holder): Global temporary error holder.
20344         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20345         variable.
20346
20347 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20348
20349         * gnus-registry.el (gnus-registry-clean-empty-function)
20350         (gnus-registry-trim, gnus-registry-fetch-groups)
20351         (gnus-registry-delete-group): Groups that match
20352         `gnus-registry-ignored-groups' are removed from the registry
20353         entries, not just ignored for splitting.  This helps clean up the
20354         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20355         to get all the groups a message ID is in.
20356
20357         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20358         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20359         (spam-stat-score-buffer-user-functions): Add :number custom type.
20360
20361 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20362
20363         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20364         argument in XEmacs.
20365
20366         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20367         (nnrss-request-group): Decode group name first.
20368         (nnrss-request-article): Make a text/plain article if mml-to-mime
20369         failed.
20370         (nnrss-get-encoding): Return a compatible encoding according to
20371         nnrss-compatible-encoding-alist.
20372         (nnrss-find-el): Use consp instead of listp.
20373         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20374
20375 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20376
20377         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20378         which Emacs 20 doesn't support.
20379         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20380
20381 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20382
20383         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20384         silence the byte compiler inside the defun.
20385
20386         * gnus-demon.el (parse-time-string): Add autoload.
20387
20388         * gnus-delay.el (parse-time-string): Add autoload.
20389
20390         * gnus-art.el (parse-time-string): Add autoload.
20391
20392         * nnultimate.el (parse-time): Require for `parse-time-string'.
20393
20394 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20395
20396         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20397
20398         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20399
20400         * smime.el (smime-ldap-host-list): Add :version.
20401
20402 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20403
20404         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20405         pass it to `gnus-browse-read-group'.
20406         (gnus-browse-read-group): Add NUMBER argument and pass it to
20407         `gnus-group-read-ephemeral-group'.
20408
20409         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20410         argument and pass it to `gnus-group-read-group'.
20411
20412 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20413
20414         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20415         mm-xemacs-find-mime-charset-1 if we have the mule feature
20416         available at runtime.
20417
20418 2005-03-25  Werner Lemberg  <wl@gnu.org>
20419
20420         * nnmaildir.el: Replace `illegal' with `invalid'.
20421
20422 2005-03-23  Lute Kamstra  <lute@gnu.org>
20423
20424         * time-date.el: Add comment on time value formats.
20425         Don't require parse-time.
20426         (with-decoded-time-value): New macro.
20427         (encode-time-value): New function.
20428         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20429         (days-to-time): Return a valid time value when arg is huge.
20430         (time-since): Use time-subtract.
20431         (time-to-number-of-days): Use time-to-seconds.
20432
20433 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20434
20435         * gnus-start.el (gnus-display-time-event-handler):
20436         Check display-time-timer at runtime rather than only at load time
20437         in case display-time-mode is turned off in the mean time.
20438
20439 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20440
20441         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20442         used.
20443
20444         * nneething.el (nneething-map-file-directory): Derive from
20445         `gnus-directory'.
20446
20447         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20448         the To/Cc button.
20449
20450 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20451
20452         * nnmaildir.el (nnmaildir-request-accept-article):
20453         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20454
20455 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20456
20457         * gnus-async.el: Require timer-funcs at compile time when in
20458         XEmacs for `run-with-idle-timer'.
20459
20460 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20461
20462         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20463         autoloaded function.
20464
20465 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20466
20467         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20468
20469 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20470
20471         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20472
20473 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20474
20475         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20476         Add gnus-expert-user to default.
20477
20478 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20479
20480         * nnimap.el (nnimap-open-server): Ditto.
20481
20482         * imap.el (imap-authenticate): Fix typo.
20483
20484 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20485
20486         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20487         buffer (since IMAP server might return FETCH response out of
20488         order, and the nntp buffer must be sorted).
20489
20490 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20491
20492         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20493         comparison on string.
20494
20495         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20496         (gnus-agent-score): Rename category keywords to match gnus-cus.
20497         (gnus-agent-summary-fetch-series): Modify to protect against
20498         gnus-agent-summary-fetch-group clearing processable flags.
20499         (gnus-agent-synchronize-group-flags): Update live group buffer as
20500         synchronization may occur due to the user toggle the plugged
20501         status.
20502         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20503         successfully downloaded.
20504         (gnus-agent-expire-group-1): Avoid using markers when the overview
20505         is in ascending order; greatly improves performance.
20506         (gnus-agent-regenerate-group):
20507         Use gnus-agent-synchronize-group-flags to reset read status in both
20508         gnus and server.
20509         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20510
20511 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20512
20513         * message.el: Don't autoload former message-utils variables.
20514         (message-strip-subject-trailing-was): Change doc string.
20515
20516         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20517         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20518         (nnweb-google-search): Add "hl=en" here.
20519         (nnweb-google-parse-1, nnweb-google-create-mapping):
20520         Don't hardcode URL.
20521
20522 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20523
20524         * message.el (message-get-reply-headers, message-followup):
20525         Mention related variables `message-use-followup-to' and
20526         `message-use-mail-followup-to', in the information buffer.
20527
20528         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20529         of broken groups(-beta).google.com.
20530
20531 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20532
20533         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20534         parameter to invoked gnus-request-move-article; remove the
20535         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20536         all at once instead of once per article.
20537         (gnus-summary-remove-process-mark): Accept a list of articles as
20538         well as a single article for processing.
20539
20540         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20541         parameter.
20542
20543         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20544
20545         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20546
20547         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20548         parameter.
20549
20550         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20551         parameter.
20552
20553         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20554         parameter and remove the gnus-sum-hint-move-is-internal variable.
20555
20556         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20557         parameter.
20558
20559         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20560         parameter.
20561
20562         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20563         parameter.
20564
20565         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20566
20567         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20568         parameter.
20569
20570         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20571         parameter.
20572
20573 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20574
20575         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20576         a more conservative way.
20577
20578 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20579
20580         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20581         buffer, so it moves the window's cursor.
20582
20583 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20584
20585         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20586         `mm-dissect-multipart' and receive the from field as an (optional)
20587         argument from `mm-dissect-multipart'.
20588         (mm-dissect-multipart): Receive the from field as an argument and
20589         pass it on when we call `mm-dissect-buffer' on MIME parts.
20590         Fixes verification/decryption of signed/encrypted MIME parts.
20591
20592 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20593
20594         * gnus-sum.el (gnus-summary-move-article):
20595         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20596         whatever it calls (right now, only nnimap-request-move article
20597         respects it).
20598
20599         * nnimap.el (nnimap-request-move-article):
20600         When gnus-sum-hint-move-is-internal is set, don't do the extra
20601         nnimap-request-article.
20602
20603 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20604
20605         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20606
20607         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20608         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20609
20610         * gnus-sum.el (gnus-summary-caesar-message):
20611         Apply `gnus-treat-article' after rotation.
20612
20613         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20614         doc string.
20615
20616 2005-02-22  Simon Josefsson  <jas@extundo.com>
20617
20618         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20619         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20620         <arne@arnested.dk>.
20621         (encrypt): Add password-cache and password-cache-expiry as group
20622         members.
20623
20624 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20625
20626         * smime.el (smime-ldap-host-list): Doc fix.
20627         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20628         cache) password.
20629         (smime-sign-region): Use it.
20630         (smime-decrypt-region): Use it.
20631         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20632         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20633         fails.
20634         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20635         certificate from DER to PEM format rather than calling openssl.
20636
20637         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20638
20639         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20640         for signing/encryption.
20641
20642         * mml.el (mml-parse-1): Use them.
20643
20644 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20645
20646         * nnrss.el (nnrss-verbose): Remove.
20647         (nnrss-request-group): Use `nnheader-message' instead.
20648
20649 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20650
20651         * nnrss.el (nnrss-verbose): New variable.
20652         (nnrss-request-group): Make it say nnrss is requesting a group.
20653
20654 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20655
20656         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20657         Handle news URL with given port correctly.
20658
20659 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20660
20661         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20662         containing special characters.
20663
20664         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20665
20666         * mml.el (mime-to-mml): Ditto.
20667
20668         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20669         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20670         (rfc2047-decode-region): Quote decoded words containing special
20671         characters when rfc2047-quote-decoded-words-containing-tspecials
20672         is non-nil.
20673
20674 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20675
20676         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20677
20678         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20679
20680 2005-02-15  Simon Josefsson  <jas@extundo.com>
20681
20682         * nnimap.el (nnimap-debug): Doc fix.
20683
20684         * imap.el (imap-debug): Doc fix.
20685
20686 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20687
20688         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20689
20690 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20691
20692         * gnus.el (spam-contents): Improve docs for spam-contents
20693         parameter in its variable incarnation.
20694
20695 2005-02-14  Simon Josefsson  <jas@extundo.com>
20696
20697         * smime-ldap.el: Use require instead of load-library for ldap.
20698         (smime-ldap-search): Indent.
20699         (smime-ldap-search-internal): Shorten line.
20700
20701         * smime.el (smime-cert-by-dns): Add doc-string.
20702         (smime-cert-by-ldap-1): Indent.
20703
20704         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20705         mml-smime-get-dns-ldap.
20706         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20707
20708 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20709
20710         * smime.el: Require smime-ldap.
20711         (smime-ldap-host-list): New variable.
20712         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20713
20714         * mml-smime.el (mml-smime-encrypt-query): New function.
20715         (mml-smime-encrypt-query): Use it.
20716
20717         * smime-ldap.el: New file.
20718
20719 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20720
20721         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20722
20723 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20724
20725         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20726         argument in doc string.  Make query for type more clear.
20727
20728 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20729
20730         * gnus.el (gnus-group-startup-message): Search for gnus images in
20731         etc/images/gnus.
20732         * mm-util.el (mm-image-load-path): Likewise.
20733         * smiley.el (smiley-data-directory): Search for smilies in
20734         etc/images/smilies.
20735
20736 2005-02-09  Kim F. Storm  <storm@cua.dk>
20737
20738         Change Emacs release version from 21.4 to 22.1 throughout.
20739         Change Emacs development version from 21.3.50 to 22.0.50.
20740
20741 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20742
20743         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20744
20745         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20746         non-Mule XEmacs as well.
20747         (mm-decompress-buffer): Signal an error intentionally if it does
20748         not decompress compressed data because auto-compression-mode is
20749         disabled.
20750
20751 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20752
20753         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20754         an ID in the registry even if it has no groups.
20755
20756 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20757
20758         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20759         merge it into mm-decompress-buffer.
20760         (gnus-mime-copy-part): Use the MIME part charset, the value which
20761         a user specified or gnus-newsgroup-charset for decoding, like
20762         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20763         save-buffer what was used.  Suggested by Kevin Ryde
20764         <user42@zip.com.au>.
20765         (gnus-mime-inline-part): Allow the name parameter as well as the
20766         filename parameter; force decompressing of compressed data; always
20767         display contents being not decoded as unibyte.
20768
20769         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20770         as well as the filename parameter.
20771
20772         * mm-util.el (mm-decompress-buffer):
20773         Merge gnus-mime-jka-compr-maybe-uncompress.
20774         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20775         of compressed data.
20776
20777 2005-02-08  Simon Josefsson  <jas@extundo.com>
20778
20779         * imap.el (imap-log): Doc fix.
20780
20781 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20782
20783         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20784         the coding cookies; decompress compressed parts.
20785
20786         * mml.el (mml-generate-mime-1): Add the charset parameter according
20787         to the value which a user specified manually or the coding cookie.
20788
20789         * mm-util.el (mm-string-to-multibyte): New function.
20790         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20791         (mm-coding-system-to-mime-charset): New function.
20792         (mm-decompress-buffer): New function.
20793         (mm-find-buffer-file-coding-system): New function.
20794
20795         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20796         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20797         parts.
20798
20799 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20800
20801         * mm-view.el (mm-display-inline-fontify): Decode a part according
20802         to the charset parameter.
20803
20804 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20805
20806         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20807         prefix arg is neither nil nor a number, as info specifies.
20808
20809 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20812         timestamps.
20813
20814 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20815
20816         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20817         groups error checking and notify user.
20818
20819 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20820
20821         * message.el (message-send-mail-function): Check existence of
20822         sendmail-program first before using default value
20823         `message-send-mail-with-sendmail'.  Otherwise use more generic
20824         `smtpmail-send-it'.
20825
20826 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20827
20828         * nntp.el (nntp-request-update-info): Always return nil.
20829
20830 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20831
20832         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20833
20834 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20835
20836         * message.el (message-beginning-of-line): Change the behavior when
20837         invoked between BOL and : so that it first moves backward.
20838
20839 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20840
20841         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20842         article buffer when editing of the article is discarded.
20843         (gnus-article-prepare): Revert.
20844
20845 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20846
20847         * gnus-art.el (gnus-article-prepare):
20848         Remove message-strip-forbidden-properties from the local hook.
20849
20850 2005-01-27  Simon Josefsson  <jas@extundo.com>
20851
20852         * password.el (password-cache-add): Only start one timer per key.
20853         Reported by Derek Atkins <warlord@MIT.EDU>.
20854
20855 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20856
20857         * run-at-time.el: Remove.  It is no longer needed as
20858         timer-funcs.el in the xemacs-base package has a working version of
20859         `run-at-time'.
20860
20861         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20862
20863         * password.el: Require timer-funcs instead of run-at-time in
20864         XEmacs.
20865         Remove `password-run-at-time' macro.
20866         (password-cache-add): Use `run-at-time' instead of
20867         `password-run-at-time'.
20868
20869         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20870         Remove `nnheader-cancel-function-timers' alias,
20871         `cancel-function-timers' exists in XEmacs in timer-funcs.
20872
20873         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20874         for `run-with-idle-timer'.
20875
20876         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20877         for `run-at-time'.
20878
20879         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20880         for `with-timeout'.
20881
20882         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20883         the same as for XEmacs 21.4.
20884         No need to ignore `run-with-idle-timer', this function exists in
20885         XEmacs now in timer-funcs.el in the xemacs-base package.
20886         (dgnushack-compile): No need to delete
20887         run-at-time.el from the list of files to compile because it
20888         doesn't exist anymore.
20889
20890 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20891
20892         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20893         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20894
20895 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20896
20897         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20898         sensitively.
20899
20900 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20901
20902         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20903
20904 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20905
20906         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20907         which will be inserted according to the multibyteness of a buffer
20908         rather than the type of contents.  Suggested by ARISAWA Akihiro
20909         <ari@mbf.ocn.ne.jp>.
20910
20911         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20912         of string which old xml.el may return rather than a string.
20913
20914 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20915
20916         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20917
20918 2005-01-16  Simon Josefsson  <jas@extundo.com>
20919
20920         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20921         idn/idna.el isn't available.
20922         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20923         <michael@waxrat.com>.
20924
20925         * hashcash.el: Remove non-FSF copyright header.
20926
20927         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20928         (hashcash-generate-payment): Use it.
20929         (hashcash-generate-payment-async): Use it.
20930
20931 2005-01-15  Simon Josefsson  <jas@extundo.com>
20932
20933         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20934         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20935
20936         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20937         gnus-summary-idna-message.
20938         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20939         (gnus-summary-idna-message): New function.
20940
20941 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20942
20943         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20944         gnus-novice-user.
20945
20946 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20947
20948         * nnrss.el (nnrss-request-delete-group): Delete entries in
20949         nnrss-group-alist as well.
20950         (nnrss-save-server-data): Insert newline.
20951
20952 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20953
20954         * gnus.el (gnus-user-agent): Use list of symbols instead of
20955         symbols.  Display full version number for (S)XEmacs.
20956         Optionally display (S)XEmacs codename.
20957
20958         * gnus-util.el (gnus-emacs-version): Update for new
20959         `gnus-user-agent'.
20960
20961         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20962         Gnus version.
20963
20964 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20965
20966         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20967         which is unreadable in some setups.
20968
20969 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20970
20971         * gnus-spec.el (gnus-update-format-specifications): Flush the
20972         group format spec cache if it doesn't support decoded group names.
20973
20974 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20975
20976         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20977         Allow to apply decay on score files matching a regexp.
20978
20979 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20980
20981         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20982         compatibility in %g and %c.
20983
20984 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20985
20986         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20987         name for only %g and %c.
20988         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20989         of gnus-tmp-group to decoded group name.
20990         (gnus-group-make-rss-group): Exclude `/'s from group names.
20991
20992 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20993
20994         * nnrss.el (nnrss-get-encoding): Fix regexp.
20995
20996 2004-12-27  Simon Josefsson  <jas@extundo.com>
20997
20998         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20999         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21000         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21001
21002 2004-12-17  Kim F. Storm  <storm@cua.dk>
21003
21004         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21005
21006         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21007
21008 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21009
21010         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21011
21012 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21013
21014         * nnrss.el: Require rfc2047 and mml.
21015         (nnrss-file-coding-system): New variable.
21016         (nnrss-format-string): Redefine it as an inline function.
21017         (nnrss-decode-group-name): New function.
21018         (nnrss-string-as-multibyte): Remove.
21019         (nnrss-retrieve-headers): Decode group name; don't use
21020         nnrss-format-string.
21021         (nnrss-request-group): Decode group name.
21022         (nnrss-request-article): Decode group name; allow a Message-ID as
21023         well as an article number; don't use nnrss-format-string; encode a
21024         Message-ID string which may contain non-ASCII characters; use
21025         mml-to-mime to compose a MIME article.
21026         (nnrss-request-expire-articles): Decode group name.
21027         (nnrss-request-delete-group): Decode group name.
21028         (nnrss-fetch): Clarify error message.
21029         (nnrss-read-server-data): Use insert-file-contents instead of load;
21030         bind file-name-coding-system; use multibyte buffer.
21031         (nnrss-save-server-data): Bind coding-system-for-write to the
21032         value of nnrss-file-coding-system; bind file-name-coding-system;
21033         add coding cookie.
21034         (nnrss-read-group-data): Use insert-file-contents instead of load;
21035         bind file-name-coding-system; use multibyte buffer.
21036         (nnrss-save-group-data): Bind coding-system-for-write to the
21037         value of nnrss-file-coding-system; bind file-name-coding-system.
21038         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21039         make it work with non-ASCII text.
21040         (nnrss-find-el): Make it work with old xml.el as well.
21041
21042 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21043
21044         * nnrss.el (nnrss-get-encoding): New function.
21045         (nnrss-fetch): Use unibyte buffer initially; bind
21046         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21047         decode contents according to the encoding attribute.
21048         (nnrss-save-group-data): Add coding cookie.
21049         (nnrss-mime-encode-string): New function.
21050         (nnrss-check-group): Use it to encode subject and author.
21051
21052 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21053
21054         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21055         imaginary variable.
21056
21057 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21058
21059         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21060         correctly even if there are wide characters.
21061
21062 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21063
21064         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21065         downcased symbol names; make a new cache instead of reusing
21066         bbdb-hashtable.
21067
21068 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21069
21070         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21071         concatenating segments rather than before concatenating them.
21072         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21073
21074         * message.el (message-get-reply-headers): Bind `extra'.
21075
21076 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21077
21078         * message.el (message-extra-wide-headers): New variable.
21079         (message-get-reply-headers): Use it.
21080
21081 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21082
21083         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21084         (gnus-agent-group-pathname): Ditto.
21085
21086         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21087
21088         * gnus-group.el (gnus-group-make-group): Decode group name.
21089         (gnus-group-make-rss-group): Register the group data after opening
21090         the nnrss group.
21091
21092 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21093
21094         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21095         by expiry now get marked as read.
21096
21097 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21098
21099         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21100
21101 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21102
21103         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21104         unify Latin characters in XEmacs.
21105         (mm-find-mime-charset-region): Use it.
21106
21107 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21108
21109         * gnus-util.el (gnus-delete-directory): New function.
21110
21111         * gnus-agent.el (gnus-agent-delete-group): Use it.
21112
21113         * gnus-cache.el (gnus-cache-delete-group): Use it.
21114
21115 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21116
21117         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21118         names.
21119
21120 2004-12-16  Simon Josefsson  <jas@extundo.com>
21121
21122         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21123
21124 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21125
21126         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21127
21128         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21129         (gnus-group-set-current-level): Decode group name.
21130
21131 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21132
21133         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21134         failed.
21135
21136 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21137
21138         * gnus-group.el (gnus-group-delete-group): Decode group name.
21139         (gnus-group-make-rss-group): Encode group name.
21140         (gnus-group-catchup-current): Decode group name.
21141         (gnus-group-kill-group): Decode group name.
21142
21143 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21144
21145         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21146
21147 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21148
21149         * gnus-group.el (gnus-group-make-rss-group):
21150         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21151
21152         * gnus-start.el (gnus-setup-news): Honor user's setting to
21153         gnus-message-archive-method.  Suggested by Lute Kamstra
21154         <lute@gnu.org>.
21155
21156 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21157
21158         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21159         global counterparts of the buffer-local variables.
21160
21161 2004-11-16  Romain Francoise  <romain@orebokech.com>
21162
21163         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21164         counterparts of the buffer-local variables.
21165
21166 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21167
21168         * message.el (message-forbidden-properties): Fix typo in doc
21169         string.
21170
21171 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21172
21173         * gnus-util.el (gnus-replace-in-string): Add doc string.
21174
21175         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21176         to avoid problems when splitting mails with many recipients.
21177
21178 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21179
21180         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21181         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21182
21183 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21184
21185         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21186         if there is no hashtable in memory or file modification time is
21187         newer than cached timestamp.
21188
21189 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21190
21191         * gnus-sum.el (gnus-summary-limit-to-recipient):
21192         Implement not-matching option.
21193
21194 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21195
21196         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21197         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21198         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21199         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21200         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21201         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21202
21203 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21204
21205         * message.el (message-forward-make-body-mml): Remove headers
21206         according to message-forward-ignored-headers if a message is decoded.
21207
21208 2004-12-02  Romain Francoise  <romain@orebokech.com>
21209
21210         * message.el (message-forward-make-body-plain): Always remove
21211         headers according to message-forward-ignored-headers.
21212
21213 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21214
21215         * spam.el (spam-summary-prepare-exit): Remove the
21216         gnus-summary-limit pop for now, it has problems with ham marks for
21217         me.
21218
21219 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21220
21221         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21222         correctly.
21223
21224 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21225
21226         * format-spec.el (format-spec): Message the char.
21227
21228 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21229
21230         * gnus-art.el (gnus-split-methods): Reformat comments.
21231
21232         * spam.el (spam-summary-prepare-exit): Remove article limits
21233         before exiting the summary buffer.
21234
21235 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21236
21237         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21238         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21239
21240         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21241         order to silence the byte compiler.
21242
21243         * spam.el: Fix the way to silence the byte compiler, which
21244         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21245         bbdb-search-simple, spam-BBDB-register-routine,
21246         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21247         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21248         spam-stat-buffer-is-spam, spam-stat-load,
21249         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21250         spam-stat-save and spam-stat-split-fancy.
21251
21252 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21253
21254         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21255         which may confuse users.
21256         (canlock-password-for-verify): Ditto.
21257
21258         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21259
21260         * gnus-art.el (gnus-emphasis-alist): Ditto.
21261
21262         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21263
21264         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21265
21266         * gnus-start.el (gnus-save-killed-list): Ditto.
21267
21268         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21269         (gnus-sum-thread-tree-root): Ditto.
21270         (gnus-sum-thread-tree-false-root): Ditto.
21271         (gnus-sum-thread-tree-single-indent): Ditto.
21272
21273         * message.el (message-courtesy-message): Ditto.
21274         (message-archive-note): Ditto.
21275         (message-subscribed-address-file): Ditto.
21276         (message-user-fqdn): Ditto.
21277
21278         * spam-report.el (spam-report-gmane-regex): Ditto.
21279
21280         * spam.el (spam-blackhole-good-server-regex): Ditto.
21281
21282 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21283
21284         * mml.el (mml-preview): Widen the message buffer before copying
21285         the contents to the preview buffer; sort headers before previewing.
21286
21287         * message.el (message-hidden-headers): Fix the way to avoid a bug
21288         in the `repeat' widget in Emacs 21.3 or earlier.
21289
21290 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21291
21292         * message.el (message-hidden-headers): Default to "^References:".
21293         Improve customization type.  Suggested by Reiner Steib
21294         <Reiner.Steib@gmx.de>.
21295
21296 2004-11-25  Romain Francoise  <romain@orebokech.com>
21297
21298         * message.el (message-strip-forbidden-properties): Remove check for
21299         obsolete `message-hidden' text property, hidden headers are not
21300         accessible in the buffer anymore.
21301
21302 2004-11-22  Romain Francoise  <romain@orebokech.com>
21303
21304         * message.el (message-header-format-alist): Add `From' in list
21305         so that it can be sorted.
21306         (message-fix-before-sending): Widen and sort headers before
21307         sending.
21308         (message-hide-headers): Use narrowing to hide headers by moving
21309         them to the top of the buffer and narrowing to the region
21310         underneath.
21311
21312 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21313
21314         * message.el (message-strip-forbidden-properties):
21315         Bind buffer-read-only (etc) to nil.
21316
21317 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21318
21319         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21320         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21321
21322 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21323
21324         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21325
21326 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21327
21328         * dns.el (query-dns): Use sit-for to time instead of
21329         accept-process-output, since that doesn't seem to work on udp
21330         sockets.
21331
21332 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21333
21334         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21335
21336 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21337
21338         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21339         doc string.  Improve doc string.
21340
21341 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21342
21343         * nntp.el (nntp-request-update-info): Return nil if
21344         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21345         may not call gnus-activate-group which uselessly issues the GROUP
21346         commands for all nntp groups and wastes time.  Reported by Romain
21347         Francoise <romain@orebokech.com>.
21348
21349         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21350
21351 2004-11-15  Simon Josefsson  <jas@extundo.com>
21352
21353         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21354         headers separately.
21355         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21356         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21357
21358 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21359
21360         * gnus-start.el (gnus-convert-old-newsrc):
21361         Assign legacy-gnus-agent to 5.10.7.
21362
21363 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21364
21365         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21366         start of the lines.
21367
21368 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21369
21370         * hashcash.el (hashcash-default-payment): Change default to 20.
21371         (hashcash-default-accept-payment): Change default to 20.
21372         (hashcash-process-alist): New variable.
21373         (hashcash-generate-payment-async): Add.
21374         (hashcash-already-paid-p): Add.
21375         (hashcash-insert-payment): Don't generate payments twice.
21376         (hashcash-insert-payment-async): Add.
21377         (hashcash-insert-payment-async-2): Add.
21378         (hashcash-cancel-async): Add.
21379         (hashcash-wait-async): Add.
21380         (hashcash-processes-running-p): Add.
21381         (hashcash-wait-or-cancel): Add.
21382         (mail-add-payment): New optional argument.  Conditionally start
21383         asynchronous calculation.
21384         (mail-add-payment-async): Add.
21385
21386         * message.el (message-send-mail): Wait for asynchronous hashcash
21387         results.  Don't clobber existing X-Hashcash headers.
21388         (message-setup-1): Call mail-add-payment-async when
21389         message-generate-hashcash is non-nil.
21390
21391 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21392
21393         * message.el (message-use-alternative-email-as-from): Examine the
21394         From header as well; use message-make-from in order to include a
21395         user's full name.
21396
21397 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21398
21399         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21400         default; improve customization type.
21401         (gnus-emphasis-custom-with-format): New macro.
21402         (gnus-emphasis-custom-value-to-external): New function.
21403         (gnus-emphasis-custom-value-to-internal): New function.
21404
21405 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21406
21407         * dns.el (query-dns): Resolve reverse addresses.
21408
21409 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21410
21411         * gnus-group.el (gnus-group-get-new-news): Use it.
21412
21413         * gnus-start.el (gnus-check-reasonable-setup): New function.
21414
21415 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21416
21417         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21418         "Args out of range" error.  Reported by Arnaud Giersch
21419         <arnaud.giersch@free.fr>.
21420
21421 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21422
21423         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21424
21425 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21426
21427         * spam.el (spam group): Add :version.
21428
21429         * pgg-def.el (pgg group): Add :version.
21430
21431 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21432
21433         * gnus-art.el (gnus-article-edit-article): Don't associate the
21434         article buffer with a draft file.  This is a temporary measure
21435         against the 2004-08-22 change to gnus-article-edit-mode.
21436
21437 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21438
21439         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21440         (html2text-format-tags): Remove unused variable `attr'.
21441
21442 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21443
21444         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21445
21446         * tls.el (tls-process-connection-type, tls-success)
21447         (tls-certtool-program): Add :version.
21448
21449         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21450         (starttls-extra-arguments, starttls-process-connection-type)
21451         (starttls-connect, starttls-failure, starttls-success): Add :version.
21452
21453         * spam-stat.el (spam-stat): Add :version.
21454
21455         * sieve.el (sieve): Add :version.
21456
21457         * sha1.el (sha1): Add :version.
21458         (sha1-use-external): Remove redundant version.
21459
21460         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21461         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21462         (nnmail-split-fancy-match-partial-words)
21463         (nnmail-split-lowercase-expanded): Add :version.
21464
21465         * nndiary.el (nndiary): Add :version.
21466
21467         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21468
21469         * mml-sec.el (mml-default-sign-method)
21470         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21471         Add :version.
21472
21473         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21474
21475         * mm-url.el (mm-url-use-external, mm-url-program)
21476         (mm-url-arguments): Add :version.
21477
21478         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21479         (mm-attachment-file-modes, mm-decrypt-option)
21480         (mm-w3m-safe-url-regexp): Add :version.
21481
21482         * message.el (message-cite-prefix-regexp)
21483         (message-sendmail-envelope-from, message-minibuffer-local-map)
21484         (message-user-fqdn, message-completion-alist): Add :version.
21485
21486         * gnus-win.el (gnus-configure-windows-hook)
21487         (gnus-use-frames-on-any-display): Add :version.
21488
21489         * gnus-art.el (gnus-article-address-banner-alist)
21490         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21491         (gnus-treat-from-picon, gnus-treat-mail-picon)
21492         (gnus-treat-x-pgp-sig): Add :version.
21493
21494         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21495         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21496         (gnus-summary-article-delete-hook)
21497         (gnus-summary-display-while-building): Add :version.
21498
21499         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21500         (gnus-get-top-new-news-hook): Add :version.
21501
21502         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21503         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21504
21505         * gnus-registry.el (gnus-registry): Add :version.
21506
21507         * gnus-spec.el (gnus-use-correct-string-widths)
21508         (gnus-make-format-preserve-properties): Add :version.
21509
21510         * gnus.el (gnus-group-charter-alist)
21511         (gnus-group-fetch-control-use-browse-url)
21512         (gnus-install-group-spam-parameters): Add :version.
21513
21514         * gnus-diary.el (gnus-diary): Add :version.
21515
21516         * gnus-delay.el (gnus-delay): Add :version.
21517
21518         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21519         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21520         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21521         Add :version.
21522
21523         * gnus-agent.el (gnus-agent-max-fetch-size)
21524         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21525         (gnus-agent-prompt-send-queue): Add :version.
21526
21527         * deuglify.el (gnus-outlook-deuglify): Add :version.
21528
21529         * html2text.el: Beautify code.  Improve doc strings.
21530         Some checkdoc cleanup.
21531         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21532
21533 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21534
21535         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21536
21537 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21538
21539         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21540         when package is loaded.
21541
21542         * spam.el (spam-summary-score-preferred-header): Add global preference
21543         for people who want to override the default SpamAssassin over
21544         Bogofilter preference (when both are set).
21545         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21546         (spam-user-format-function-S):
21547         Check spam-summary-score-preferred-header.
21548         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21549         (spam-user-format-function-S): Format the score correctly.
21550
21551 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21552
21553         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21554         signature file.  Suggested by Manoj Srivastava
21555         <srivasta@golden-gryphon.com>.
21556
21557         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21558         iso-2022-jp even in the Japanese language environment.
21559         Suggested by Jason Rumney <jasonr@gnu.org>.
21560
21561 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21562
21563         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21564         use the same characters as the dummy marks; make it free from
21565         getting affected by the language environment.
21566         (gnus-summary-read-group-1): Update mark positions only when the
21567         format spec is updated.
21568
21569         * gnus-spec.el (gnus-update-format-specifications): Return a list
21570         of updated types.
21571
21572 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21573
21574         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21575         of boundp to check if display-warning is available.
21576
21577 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21578
21579         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21580
21581 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21582
21583         * nnspool.el (nnspool-spool-directory): Use news-path if the
21584         news-directory variable is not bound.
21585
21586         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21587         function instead of display-warning if it is not available.
21588
21589 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21590
21591         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21592         v5-10: Use `point-at-bol'.
21593
21594 2004-10-26  Simon Josefsson  <jas@extundo.com>
21595
21596         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21597         <chenggao@gmail.com>.
21598
21599 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21600
21601         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21602         instead.
21603
21604 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21605
21606         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21607         to remove a server from the nnimap-server-buffer-alist.
21608         (nnimap-open-connection, nnimap-close-server): Use it.
21609
21610         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21611
21612 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21613
21614         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21615         running the major-mode function.
21616
21617 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21618
21619         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21620         dummy marks in the right way.
21621
21622 2004-10-18  David Edmondson  <dme@dme.org>
21623
21624         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21625         excessively.
21626
21627 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21628
21629         * gnus-util.el (gnus-split-references): Accept a nil references
21630         string and go on blissfully.
21631
21632         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21633         cases where the references string is non-nil but has no references.
21634
21635         * encrypt.el: Add autoload tags.
21636
21637         * spam.el (spam-resolve-registrations-routine): Remove article
21638         from unregistration list too.  Reported by David Hanak
21639         <dhanak@isis.vanderbilt.edu>
21640
21641 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21642
21643         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21644         nil.  Change custom type.
21645
21646 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21647
21648         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21649
21650         * gnus-sum.el (gnus-summary-move-article): Use it.
21651
21652 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21653
21654         * encrypt.el: Add autoload cookies.
21655
21656         * spam.el (spam-backend-article-list-property)
21657         (spam-backend-get-article-todo-list)
21658         (spam-backend-put-article-todo-list)
21659         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21660         Resolve registrations separately.
21661         (spam-register-routine): Format comments.
21662         (spam-unregister-routine, spam-register-routine): Always call with
21663         specific-articles, no default list.
21664         (spam-summary-prepare-exit): Use the spam-classifications function.
21665
21666         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21667         gnus-encrypt.el.
21668
21669         * encrypt.el: Copied from gnus-encrypt.el.
21670
21671         * gnus-encrypt.el: Commented that it's obsolete.
21672
21673 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21674
21675         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21676         (gnus-score-save): Use it.
21677
21678         * message.el (message-bury): Use `window-dedicated-p'.
21679
21680 2004-10-15  Simon Josefsson  <jas@extundo.com>
21681
21682         * pop3.el (top-level): Don't require nnheader.
21683         (pop3-read-timeout): Add.
21684         (pop3-accept-process-output): Add.
21685         (pop3-read-response, pop3-retr): Use it.
21686
21687 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21688
21689         * spam.el (spam-register-routine): Move comment.
21690         (spam-verify-bogofilter): Use 'unknown for the initial
21691         spam-bogofilter-valid state, not 'never.
21692
21693         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21694         for netrc-machine.
21695
21696         * nnimap.el (nnimap-open-connection):
21697         Use netrc-machine-user-or-password.
21698
21699 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21700
21701         * gnus-registry.el (gnus-registry-unload-hook):
21702         Set as a variable with add-hook.
21703
21704         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21705         of news-path.
21706
21707         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21708
21709         * spam.el: Delete duplicate `provide'.
21710         (spam-unload-hook): Set as a variable with add-hook.
21711
21712 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21713
21714         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21715         in the doc string.
21716
21717         * message.el (message-ignored-news-headers)
21718         (message-ignored-supersedes-headers)
21719         (message-ignored-resent-headers)
21720         (message-forward-ignored-headers): Improve custom type.
21721
21722 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21723
21724         * message.el (message-tokenize-header): Fix 2004-09-06 change
21725         which used point-min in the wrong place.
21726
21727 2004-10-12  Simon Josefsson  <jas@extundo.com>
21728
21729         * tls.el (tls-certtool-program): New variable.
21730         (tls-certificate-information): New function, based on
21731         ssl-certificate-information.
21732
21733 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21734
21735         * compface.el: Move the version of ELisp-based uncompface program
21736         to the contrib directory because of the copyright problem.
21737
21738 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21739
21740         * message.el (message-kill-buffer): Raise the current frame.
21741
21742 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21743
21744         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21745
21746         * gnus.el (message-y-or-n-p): Autoload.
21747
21748         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21749         (pop3-password-required, pop3-authentication-scheme)
21750         (pop3-leave-mail-on-server): Make customizable.
21751         (pop3): New custom group.
21752         (pop3-retr): Remove `sleep-for' statements.
21753         Suggested by Dave Love <fx@gnu.org>.
21754
21755         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21756         Windows/DOS.
21757
21758         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21759         (imap-parse-body): Fix incorrect use of `assert'.
21760         Suggested by Dave Love <fx@gnu.org>.
21761
21762         * mml.el (mml-minibuffer-read-disposition): Require match.
21763         Suggested by Dave Love <fx@gnu.org>.
21764
21765 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21766
21767         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21768         doc string.
21769
21770 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21771
21772         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21773
21774 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21775
21776         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21777         instead of calling `mm-insert-inline', to decode text/* parts
21778         before displaying them.
21779
21780 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21781
21782         * mm-uu.el (mm-uu-text-plain-type): New variable.
21783         (mm-uu-pgp-signed-extract-1): Use it.
21784         (mm-uu-pgp-encrypted-extract-1): Use it.
21785         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21786         bind mm-uu-text-plain-type with that value.
21787         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21788         mm-uu-dissect.
21789
21790 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21791
21792         * gnus-group.el (gnus-update-group-mark-positions):
21793         * gnus-sum.el (gnus-update-summary-mark-positions):
21794         * message.el (message-check-news-body-syntax):
21795         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21796         of string-as-multibyte.
21797
21798 2004-10-05  Juri Linkov  <juri@jurta.org>
21799
21800         * gnus-group.el (gnus-update-group-mark-positions):
21801         * gnus-sum.el (gnus-update-summary-mark-positions):
21802         * message.el (message-check-news-body-syntax):
21803         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21804         8-bit unibyte values to a multibyte string for search functions.
21805
21806 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21807
21808         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21809         (mm-uu-dissect-text-parts): New function.
21810
21811         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21812         dissect text parts.
21813
21814         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21815         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21816
21817         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21818
21819         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21820         Use gnus-current-topics instead of gnus-current-topic.
21821
21822 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21823
21824         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21825
21826 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21827
21828         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21829         where appropriate.
21830
21831         * nnml.el (nnml-generate-active-info): do.
21832
21833         * nndiary.el (nndiary-generate-active-info): do.
21834
21835         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21836         (gnus-topic-move): do.
21837
21838         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21839         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21840
21841         * gnus-srvr.el (gnus-server-prepare)
21842         (gnus-server-open-all-servers): do.
21843
21844         * gnus-msg.el (gnus-summary-cancel-article)
21845         (gnus-summary-resend-message)
21846         (gnus-summary-mail-crosspost-complaint): do.
21847
21848         * gnus-move.el (gnus-change-server): do.
21849
21850         * gnus-group.el (gnus-group-unmark-all-groups)
21851         (gnus-group-set-current-level): do.
21852
21853 2004-10-04  Simon Josefsson  <jas@extundo.com>
21854
21855         * message.el (message-generate-hashcash): Doc fix.
21856
21857 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21858
21859         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21860         avoid infinite recursion via gnus-get-function.
21861
21862 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21863
21864         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21865
21866         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21867
21868         * nnmail.el (nnmail-split-history): do.
21869
21870         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21871         (nnml-request-delete-group): do.
21872
21873         * nnslashdot.el (nnslashdot-read-groups): do.
21874
21875         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21876         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21877
21878         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21879         (nnspool-sift-nov-with-sed): Use last.
21880         (nnspool-retrieve-headers-with-nov): Use mapc.
21881         (nnspool-request-newgroups): Use dolist.
21882         (nnspool-request-group): Use last.
21883
21884         * nntp.el (nntp-read-server-type): Use dolist.
21885
21886         * nnvirtual.el (nnvirtual-create-mapping)
21887         (nnvirtual-update-read-and-marked): Use dolist.
21888         (nnvirtual-convert-headers): Simplify.
21889
21890 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21891
21892         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21893         Add support for sync'ing tick marks.
21894
21895 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21896
21897         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21898         there's no visible header.
21899
21900 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21901
21902         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21903         When necessary, pass full group name to gnus-request-set-marks.
21904
21905 2004-10-01  Simon Josefsson  <jas@extundo.com>
21906
21907         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21908         acroread.
21909
21910 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21911
21912         * spam-report.el (spam-report-gmane): Fix interactive.
21913
21914         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21915
21916         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21917         when writing file.
21918         (gnus-agent-synchronize-flags): Don't default to being
21919         interactive.
21920
21921 2004-09-30  Simon Josefsson  <jas@extundo.com>
21922
21923         * message.el (message-generate-hashcash): Add.
21924         (message-send-mail): Use it, call mail-add-payment.
21925
21926 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21927
21928         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21929
21930 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21931
21932         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21933         gnus-requst-update-info with explicit code to sync the in-memory
21934         info read flags with the marks being sync'd to the backend.
21935
21936         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21937
21938 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21939
21940         * spam.el (spam-verify-bogofilter): Add new function.
21941         (spam-check-bogofilter)
21942         (spam-bogofilter-register-with-bogofilter): Use it.
21943         (spam-verify-bogofilter): Add small fixes.
21944
21945 2004-09-28  Simon Josefsson  <jas@extundo.com>
21946
21947         * hashcash.el (hashcash-generate-payment): Revert.
21948
21949 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21950
21951         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21952         Use gnus-extract-references instead of gnus-split-references.
21953
21954         * gnus-util.el (gnus-extract-references): Add new function, analogous
21955         to gnus-split-references but extracts only the message-ID without
21956         anything extra.
21957
21958         * hashcash.el (hashcash-generate-payment)
21959         (hashcash-check-payment): Do the right thing if hashcash-path is
21960         nil (because the hashcash program could not be found).
21961
21962         * spam.el (spam-use-hashcash): Remove comment.
21963
21964 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21965
21966         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21967         (gnus-cache-enter-article, gnus-cache-remove-article)
21968         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21969
21970         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21971
21972         * gnus-art.el (article-hide-boring-headers)
21973         (article-translate-strings, article-display-face)
21974         (gnus-article-mime-match-handle-first)
21975         (gnus-article-highlight-headers)
21976         (gnus-article-add-buttons-to-head): do.
21977
21978 2004-09-27  Simon Josefsson  <jas@extundo.com>
21979
21980         * hashcash.el: New version, from
21981         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21982         ../contrib/.
21983
21984 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21985
21986         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21987
21988 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21989
21990         * gnus-dup.el (gnus-dup-open): Use mapc.
21991         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21992
21993         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21994         Reported by Stefan Wiens <s.wi@gmx.net>.
21995
21996         * gnus.el (gnus-shutdown): Use dolist.
21997
21998         * gnus-undo.el (gnus-undo): Use mapc.
21999
22000         * nnrss.el (nnrss-generate-active): do.
22001
22002         * message.el (message-cite-original-without-signature)
22003         (message-cite-original): Use mapc.
22004         (message-do-actions, message-make-forward-subject): Use dolist.
22005
22006 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22007
22008         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22009         deletion to remove entire duplicate line.  Fixes merged article
22010         number bug.
22011
22012 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22013
22014         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22015         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22016         first ask if you want to open a server and then, even when you
22017         responded with no, asking if you want to synchronize the server's
22018         flags.
22019         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22020         multi-line expressions.
22021         (gnus-agent-synchronize-group-flags): New internal function.
22022         Updates marks in memory (in the info structure) AND in the
22023         backend.
22024
22025         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22026
22027         * nnagent.el (nnagent-request-set-mark):
22028         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22029         method, to ensure that synchronization updates marks in the
22030         backend and in the info (in memory) structure.
22031
22032 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22033
22034         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22035         convention fully; don't miss the root article of a thread; make
22036         the X-Draft-From header with correct article numbers.
22037
22038 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22039
22040         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22041         unless plugged.  Disable the agent so that an open failure causes
22042         an error.
22043
22044         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22045         Revert 2004-09-21 change.  The backend must be opened while
22046         synchronizing flags even when the backend stores the flags
22047         locally.
22048
22049 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22050
22051         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22052         in `header' match.  Reported by Svend Tollak Munkejord.
22053
22054         * message.el (message-cite-original): Fix use of
22055         `message-cite-articles-with-x-no-archive'.
22056
22057 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22058
22059         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22060         (gnus-window-to-buffer): Ditto.
22061
22062         * mml.el (mml-preview-buffer): New variable.
22063         (mml-preview): Manage window layout with gnus-buffer-configuration.
22064
22065         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22066         X-Draft-From header even if those articles aren't quoted.
22067
22068 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22069
22070         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22071         (gnus-request-set-mark, gnus-request-update-mark): Use new
22072         g-s-t-u-l-m to decide to use backend even when unplugged.
22073
22074 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22075
22076         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22077         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22078
22079 2004-09-20  Simon Josefsson  <jas@extundo.com>
22080
22081         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22082         "utf-16-le".
22083
22084 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22085
22086         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22087
22088 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22089
22090         * uudecode.el (uudecode-use-external): Add :version.
22091
22092         * smime.el (smime-CA-file, smime-encrypt-cipher)
22093         (smime-dns-server): Add :version.
22094
22095         * smiley.el (gnus-smiley-file-types): Add :version.
22096
22097         * sha1.el (sha1-use-external): Add :version.
22098
22099         * pgg-def.el (pgg-query-keyserver): Add :version.
22100
22101         * nnmail.el (nnmail-fancy-expiry-targets)
22102         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22103         Add :version.
22104
22105         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22106         (nnimap-retrieve-groups-asynchronous): Add :version.
22107         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22108
22109         * mml.el (mml-content-disposition-parameters)
22110         (mml-insert-mime-headers-always): Add :version.
22111
22112         * mm-util.el (mm-coding-system-priorities): Add :version.
22113
22114         * mm-decode.el (mm-inline-text-html-with-images)
22115         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22116         (mm-verify-option): Add :version.
22117         (mm-text-html-renderer): Change :version.
22118
22119         * message.el (message-fcc-externalize-attachments)
22120         (message-required-headers, message-draft-headers)
22121         (message-subject-trailing-was-query)
22122         (message-subject-trailing-was-ask-regexp)
22123         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22124         (message-mark-insert-end, message-archive-header)
22125         (message-archive-note, message-cross-post-default)
22126         (message-cross-post-note, message-followup-to-note)
22127         (message-cross-post-note-function, message-use-mail-followup-to)
22128         (message-subscribed-address-functions)
22129         (message-subscribed-address-file, message-subscribed-addresses)
22130         (message-subscribed-regexps, message-allow-no-recipients)
22131         (message-yank-cited-prefix, message-signature-insert-empty-line)
22132         (message-hidden-headers, message-hierarchical-addresses)
22133         (message-mail-user-agent, message-use-idna)
22134         (message-valid-fqdn-regexp)
22135         (message-strip-special-text-properties, message-header-synonyms)
22136         (message-beginning-of-line, message-tab-body-function): Add :version.
22137         (message-insert-canlock, message-wide-reply-confirm-recipients):
22138         Change :version.
22139
22140         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22141         and :version.
22142         (mail-source-delete-old-incoming-confirm)
22143         (mail-source-movemail-program): Add :version.
22144
22145         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22146         (gnus-agent-cache, gnus-agent): Change :version.
22147
22148         * gnus-util.el (gnus-use-byte-compile): Change :version.
22149
22150         * gnus-sum.el (gnus-summary-make-false-root-always)
22151         (gnus-summary-default-high-score)
22152         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22153         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22154         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22155         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22156         (gnus-sum-thread-tree-single-indent)
22157         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22158         (gnus-sum-thread-tree-leaf-with-other)
22159         (gnus-sum-thread-tree-single-leaf): Add :version.
22160         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22161         (gnus-article-loose-mime): Change :version.
22162
22163         * gnus-start.el (gnus-backup-startup-file)
22164         (gnus-save-startup-file-via-temp-buffer): Add :version.
22165
22166         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22167         (gnus-server-offline-face): Add :version.
22168
22169         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22170
22171         * gnus-msg.el (gnus-gcc-externalize-attachments)
22172         (gnus-debug-files, gnus-debug-exclude-variables)
22173         (gnus-discouraged-post-methods): Change :version.
22174         (gnus-confirm-mail-reply-to-news)
22175         (gnus-confirm-treat-mail-like-news): Add :version.
22176
22177         * gnus-int.el (gnus-server-unopen-status): Add :version.
22178
22179         * gnus-group.el (gnus-group-jump-to-group-prompt)
22180         (gnus-large-ephemeral-newsgroup)
22181         (gnus-fetch-old-ephemeral-headers): Add :version.
22182
22183         * gnus-fun.el (gnus-x-face-directory)
22184         (gnus-convert-pbm-to-x-face-command)
22185         (gnus-convert-image-to-x-face-command)
22186         (gnus-convert-image-to-face-command): Add :version.
22187
22188         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22189
22190         * gnus-cite.el (gnus-cite-blank-line-after-header)
22191         (gnus-article-boring-faces): Add :version.
22192
22193         * gnus-art.el (gnus-buttonized-mime-types)
22194         (gnus-inhibit-mime-unbuttonizing)
22195         (gnus-treat-display-face)
22196         (gnus-treat-body-boundary): Change :version.
22197         (gnus-body-boundary-delimiter, gnus-picon-databases)
22198         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22199         (gnus-treat-date-english, gnus-treat-fold-headers)
22200         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22201         (gnus-treat-mail-picon, gnus-treat-wash-html)
22202         (gnus-article-encrypt-protocol)
22203         (gnus-use-idna, gnus-article-over-scroll)
22204         (gnus-mime-display-multipart-alternative-as-mixed)
22205         (gnus-mime-display-multipart-related-as-mixed)
22206         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22207         (gnus-ctan-url, gnus-button-ctan-handler)
22208         (gnus-button-handle-ctan-bogus-regexp)
22209         (gnus-button-ctan-directory-regexp)
22210         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22211         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22212         (gnus-button-man-level, gnus-button-emacs-level)
22213         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22214
22215         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22216         (gnus-agent-go-online): Change :version.
22217         (gnus-agent-expire-unagentized-dirs)
22218         (gnus-agent-auto-agentize-methods): Add :version.
22219
22220         * flow-fill.el (fill-flowed-display-column)
22221         (fill-flowed-encode-column): Add :version.
22222
22223         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22224         (gnus-outlook-deuglify-unwrap-max)
22225         (gnus-outlook-deuglify-cite-marks)
22226         (gnus-outlook-deuglify-unwrap-stop-chars)
22227         (gnus-outlook-deuglify-no-wrap-chars)
22228         (gnus-outlook-deuglify-attrib-cut-regexp)
22229         (gnus-outlook-deuglify-attrib-verb-regexp)
22230         (gnus-outlook-deuglify-attrib-end-regexp)
22231         (gnus-outlook-display-hook): Add :version.
22232
22233         * binhex.el (binhex-use-external): Add :version.
22234
22235 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22236
22237         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22238         and `invisible'.
22239
22240 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22241
22242         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22243         in gnus-registry-trim.
22244
22245 2004-09-13  Simon Josefsson  <jas@extundo.com>
22246
22247         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22248
22249         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22250
22251         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22252         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22253         <yamaoka@jpl.org>.
22254         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22255         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22256         <yamaoka@jpl.org>.
22257
22258         * sieve.el (sieve-manage-mode): Ditto.
22259
22260 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22261
22262         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22263
22264 2004-09-11  Simon Josefsson  <jas@extundo.com>
22265
22266         * dns-mode.el: Add.
22267
22268         * mm-view.el (mm-display-dns-inline): Add.
22269
22270         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22271         (mm-automatic-display): Ditto.
22272
22273         * mailcap.el (mailcap-mime-data): Add text/dns.
22274         (mailcap-mime-extensions): Map .soa to text/dns.
22275
22276 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22277
22278         * gnus-art.el (article-decode-mime-words, article-babel)
22279         (gnus-article-highlight-signature, gnus-article-add-buttons)
22280         (gnus-signature-toggle): Remove unnecessary bindings of
22281         `inhibit-read-only' inherited from v5.10 merge.
22282
22283 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22284
22285         * nntp.el (nntp): New customization group.
22286         (nntp-authinfo-file): Add customization group.
22287
22288         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22289
22290         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22291
22292         * gnus.el (to-address, to-list, subscribed)
22293         (large-newsgroup-initial): Ditto.
22294
22295         * flow-fill.el (fill-flowed-display-column)
22296         (fill-flowed-encode-column): Ditto.
22297
22298 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22299
22300         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22301         Use point-min rather than 1.
22302         (message-send-mail): Use buffer-size rather than point-max.
22303
22304         * gnus-sum.el (gnus-summary-search-article-forward):
22305         Signal a specific `search-failed' rather than a generic `error'.
22306
22307         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22308         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22309         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22310
22311 2004-09-10  Simon Josefsson  <jas@extundo.com>
22312
22313         * nndb.el (require): Remove tcp and duplicate cl.
22314
22315 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22316
22317         * gnus-agent.el (directory-files-and-attributes): Move forward.
22318
22319 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22320
22321         * gnus-agent.el (directory-files-and-attributes):
22322         Optionally defined to support XEmacs.
22323
22324 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22325
22326         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22327         to avoid run-time CL dependencies.
22328         (gnus-agent-unfetch-articles): New function.
22329         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22330         article numbers even when local .overview file is missing.
22331         (gnus-agent-read-article-number): New function.  Only accepts
22332         27-bit article numbers.
22333         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22334         Use gnus-agent-read-article-number.
22335         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22336         from backend while recognizing that article numbers in .overview
22337         must be valid.
22338         (gnus-agent-update-files-total-fetched-for):
22339         Use directory-files-and-attributes to improve performance.
22340         * gnus-int.el (gnus-request-move-article):
22341         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22342         improve performance.
22343
22344         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22345         some users confused by references to .newsrc when they only have a
22346         .newsrc.eld file.
22347         (gnus-convert-mark-converter-prompt)
22348         (gnus-convert-converter-needs-prompt): Fix use of property list.
22349         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22350         New function.  Used internally to only display 'gnus converting
22351         files' message when actually necessary.
22352
22353         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22354         methods now autoloaded.
22355
22356 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22357
22358         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22359         identifiers.
22360
22361 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22362
22363         * gnus-picon.el: Fix indentation and closing parenthesis.
22364
22365 2004-09-01  Simon Josefsson  <jas@extundo.com>
22366
22367         * message.el (message-canlock-generate): Require sha1, not
22368         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22369         to require within a function.  Sadly, if sha1.el isn't loaded, the
22370         let binding in m-c-g will hide the defcustom definition, which is
22371         bad.)
22372
22373         * canlock.el: Require sha1, not sha1-el.
22374
22375         * message.el: Don't autoload sha1 (there is a autoload cookie in
22376         sha1.el).
22377
22378         * sha1-el.el: Rename to sha1.el.
22379
22380 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22381
22382         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22383
22384 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22385
22386         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22387
22388 2004-08-30  Kim F. Storm  <storm@cua.dk>
22389
22390         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22391
22392         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22393         Add :group 'nnimap.
22394
22395 2004-08-30  Andreas Schwab  <schwab@suse.de>
22396
22397         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22398         ?* and ?\;.
22399
22400         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22401         and ?\' to symbol instead of whitespace.
22402
22403 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22404
22405         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22406
22407         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22408         instead of re-search-forward.
22409
22410         * gnus-uu.el (gnus-uu-save-article): Ditto.
22411         (gnus-uu-post-encode-uuencode): Ditto.
22412
22413         * html2text.el (html2text-clean-list-items): Ditto.
22414         (html2text-clean-dtdd): Ditto.
22415         (html2text-format-tags): Ditto.
22416
22417         * message.el (message-send-mail-with-sendmail): Fix regexp.
22418         (message-fill-field-general): Use search-forward instead of
22419         re-search-forward.
22420         (unbold-region): Ditto.
22421
22422         * nnrss.el (nnrss-request-article): Ditto.
22423
22424         * nnslashdot.el (nnslashdot-request-article): Ditto.
22425
22426         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22427
22428         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22429         "Unrecognized menu descriptor" error in XEmacs.
22430
22431 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22432
22433         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22434         parent article of a sparse article in the thread hashtb.
22435
22436 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22437
22438         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22439         (nnmail-expand-newtext): Lowercase expanded entries if
22440         nnmail-split-lowercase-expanded is non-nil.
22441
22442 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22443
22444         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22445
22446         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22447         of gnus-tmp-news-method into string under XEmacs.  It will be
22448         passed to gnus-correct-length which takes only a string argument.
22449
22450 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22451
22452         * gnus-util.el (gnus-bind-print-variables): New macro.
22453         (gnus-prin1): Use it.
22454         (gnus-prin1-to-string): Use it.
22455         (gnus-pp): New function.
22456         (gnus-pp-to-string): New function.
22457
22458         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22459         Replace pp-to-string with gnus-pp-to-string.
22460         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22461         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22462         * gnus-msg.el (gnus-debug): Ditto.
22463         * gnus-score.el (gnus-score-save): Ditto.
22464         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22465         gnus-pp-to-string.
22466         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22467         with gnus-pp.
22468         * score-mode.el (gnus-score-pretty-print): Ditto.
22469         * webmail.el (webmail-debug): Ditto.
22470
22471 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22472
22473         * gnus-art.el (article-display-face, article-display-x-face):
22474         Use buffer-read-only.
22475
22476 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22477
22478         * gnus-art.el (article-hide-list-identifiers):
22479         Bind inhibit-read-only as t.
22480
22481 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22482
22483         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22484
22485 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22486
22487         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22488         (gnus-narrow-to-page): Don't assume point-min == 1.
22489         (gnus-article-edit-mode): Derive from message-mode.
22490
22491         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22492         point-min == 1.
22493
22494         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22495         Disable incorrect use of `assert'.
22496
22497         * message.el (message-mode): Set comment-start-skip.
22498
22499
22500 2004-08-22  Sam Steingold  <sds@gnu.org>
22501
22502         * pop3.el (pop3-leave-mail-on-server): New user variable.
22503         (pop3-movemail): Delete mail only when it is nil.
22504
22505 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22506
22507         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22508
22509         * mml.el (mml-preview): Use `pop-to-buffer'.
22510
22511         * message.el (message-goto-mail-followup-to): Insert after "To".
22512         (message-carefully-insert-headers): Add comment.
22513
22514         * gnus.el: Remove unused variable `gnus-article-check-size'.
22515
22516         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22517
22518         * gnus-art.el (gnus-button-alist):
22519         Improve `gnus-button-handle-library' entry.
22520
22521 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22522
22523         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22524         Use downcase, since XEmacs capitalizes error messages differently.
22525
22526 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22527
22528         * nntp.el: Add (require 'gnus) due to reference to
22529         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22530
22531 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22532
22533         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22534         Bind `mm-fill-flowed'.
22535
22536         * mm-decode.el (mm-dissect-singlepart): Check it.
22537
22538 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22539
22540         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22541         'imap' for netrc parsing.
22542
22543 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22544
22545         * mailcap.el (mailcap-mime-data): Mark as risky.
22546
22547 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22548
22549         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22550         may be included in the encoded word.
22551         (rfc2047-encode): Don't append a space if the encoded word
22552         includes close parenthesis.
22553
22554 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22555
22556         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22557         of text within parentheses.
22558
22559 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22560
22561         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22562         (gnus-encrypt-write-file-contents): Make the password key the file
22563         name PLUS the cipher, not just the cipher.  Also remove failed
22564         passwords from the cache.
22565
22566 2004-08-06  Simon Josefsson  <jas@extundo.com>
22567
22568         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22569         Doc fix.
22570
22571 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22572
22573         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22574         LWSP.
22575
22576 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22577
22578         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22579         Try to append in-reply-to: data to the references: header.
22580
22581         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22582         (netrc-parse): Use gnus-encrypt.el functions.
22583
22584         * gnus-encrypt.el: Add new file for encryption support; currently
22585         does only a few GPG ciphers and an internal XOR cipher.
22586
22587         * password.el: Add comments on using password-read-and-add.
22588         (password-read-and-add): Add function to read and add the
22589         password to the cache at once.
22590
22591 2004-07-28  Simon Josefsson  <jas@extundo.com>
22592
22593         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22594         parameter (but don't use it, for now).
22595
22596         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22597         instead of hard coding to nil.
22598
22599 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22600
22601         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22602         as mm-inline-image-xemacs does.
22603
22604 2004-07-26  Simon Josefsson  <jas@extundo.com>
22605
22606         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22607         Revert part of 2004-07-17 change below.
22608
22609 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22610
22611         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22612         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22613
22614 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22615
22616         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22617         quotes that actually start with ">" at the beginning of the
22618         lines.
22619
22620 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22621
22622         * rfc2047.el (rfc2047-encode-region): Fix last change.
22623         (rfc2047-encode-parameter): Remove useless concat.
22624
22625 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22626
22627         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22628         encode special characters; fix some kind of misconfigured headers;
22629         signal a real error if debug-on-quit or debug-on-error is non-nil.
22630         (rfc2047-encode-max-chars): New variable.
22631         (rfc2047-encode-1): Use it.
22632         (rfc2047-encode-parameter): New function.
22633
22634         * mml.el (mml-insert-parameter): Remove an excessive space.
22635
22636 2004-07-17  Simon Josefsson  <jas@extundo.com>
22637
22638         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22639         Kai Grossjohann <kai@emptydomain.de>.
22640         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22641         (gnus-group-make-menu-bar): Ditto.
22642
22643         * gnus-util.el (gnus-group-server): Add.
22644
22645 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22646
22647         * message.el (message-clone-locals): Clone sendmail and smtp
22648         variables.
22649
22650 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22651
22652         * rfc2047.el (rfc2047-encode-region): Fix last change.
22653
22654 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22655
22656         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22657         characters as non-special.
22658
22659 2004-07-09  Simon Josefsson  <jas@extundo.com>
22660
22661         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22662         Users will lose all flag changes made while unplugged with
22663         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22664         good default.  See numerous reports on ding mailing list.
22665
22666 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22667
22668         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22669         add generate-head-function and generate-article-function to the
22670         rfc822-forward entry.
22671         (nndoc-rfc822-forward-generate-article): New function.
22672         (nndoc-rfc822-forward-generate-head): New function.
22673
22674         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22675
22676 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22677
22678         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22679         respect display group parameter and gnus-summary-expunge-below.
22680         (gnus-articles-to-read): Remove unused reference to display group
22681         parameter.
22682
22683 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22684
22685         * nnheader.el (nnheader-uniquify-message-id): New experimental
22686         variable.
22687         (nnheader-nov-read-message-id): Use it.
22688
22689         * spam-report.el (spam-report-gmane): Add interactive.
22690
22691 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22692
22693         * mm-encode.el (mm-content-transfer-encoding-defaults):
22694         Use qp-or-base64 for the application/* types.
22695
22696 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22697
22698         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22699
22700 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22701
22702         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22703         trim value.
22704
22705 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22706
22707         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22708         New macro and function.
22709         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22710
22711 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22712
22713         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22714         after-load-alist.
22715
22716 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22717
22718         * gnus-group.el (gnus-group-get-new-news-this-group):
22719         Don't update info that isn't there.
22720
22721 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22722
22723         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22724         entry.
22725
22726 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22727
22728         * mm-view.el (mm-inline-render-with-function): Use multibyte
22729         buffer; decode html source by charset.
22730
22731         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22732
22733         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22734         Mule-UCS is loaded under XEmacs.
22735         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22736
22737 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22738
22739         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22740
22741 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22742
22743         * mm-util.el (mm-coding-system-p): Return a coding-system.
22744         (mm-mime-mule-charset-alist): Use shift_jis instead of
22745         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22746         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22747         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22748         instead of japanese-shift-jis and iso-latin-1 respectively in
22749         order to share the default value with both Emacs and XEmacs-mule.
22750         (mm-mule-charset-to-mime-charset):
22751         Make mm-coding-system-priorities effective.
22752         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22753         while predicating of candidates upon the priorities.
22754
22755 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22756
22757         * gnus-sum.el (gnus-summary-make-menu-bar):
22758         Add gnus-uu-invert-processable.
22759
22760         * gnus.el: Autoload gnus-uu-invert-processable.
22761
22762 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22763
22764         * mm-util.el (mm-with-multibyte-buffer): New macro.
22765
22766         * rfc2047.el (rfc2047-encode-string): Use it.
22767         (rfc2047-encode-region): Move point to the end of the region after
22768         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22769
22770 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22771
22772         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22773         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22774
22775 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22776
22777         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22778         (gnus-cite-parse): Ignore quoted envelope From_.
22779         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22780
22781 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22782
22783         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22784         invalid addresses.
22785
22786 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22787
22788         * spam.el: Change section markers, revise TODO list.
22789         (spam-backends): Make new master list of all installed backends.
22790         (spam-summary-exit-behavior): Add new variable to determine how
22791         messages moves are done at summary exit.
22792         (spam-move-spam-nonspam-groups-only)
22793         (spam-process-ham-in-nonham-groups)
22794         (spam-process-ham-in-spam-groups): Remove variables, the
22795         spam-summary-exit-behavior variable should be used to manage this
22796         behavior.
22797         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22798         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22799         and spam-old-spam-articles.
22800         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22801         Add empty variables, placeholders for the backends they represent.
22802         (spam-set-difference): Move, unchanged.
22803         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22804         unless the user has a processor variable.
22805         (spam-classifications, spam-classification-valid-p)
22806         (spam-backend-properties, spam-backend-property-valid-p)
22807         (spam-backend-function-type-valid-p)
22808         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22809         (spam-report-articles-gmane, spam-report-articles-resend):
22810         Remove functions, they are not needed.
22811         (spam-install-backend-super, spam-backend-list)
22812         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22813         (spam-backend-function, spam-backend-ham-registration-function)
22814         (spam-backend-spam-registration-function)
22815         (spam-backend-ham-unregistration-function)
22816         (spam-backend-spam-unregistration-function)
22817         (spam-backend-statistical-p, spam-backend-mover-p)
22818         (spam-install-backend-alias, spam-install-checkonly-backend)
22819         (spam-install-mover-backend, spam-install-nocheck-backend)
22820         (spam-install-backend, spam-install-statistical-backend)
22821         (spam-install-statistical-checkonly-backend): Add backend installation
22822         support.
22823         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22824         (spam-group-processor-p): Use the new backend code and respect the
22825         summary exit behavior.
22826         (spam-mark-spam-as-expired-and-move-routine): Remove.
22827         (spam-summary-prepare): Change to use the new spam-old-articles
22828         variable.
22829         (spam-copy-or-move-routine, spam-copy-spam-routine)
22830         (spam-move-spam-routine, spam-copy-ham-routine)
22831         (spam-move-ham-routine): Add code to copy/move ham or spam.
22832         (spam-fetch-field-fast): Improve doc and code, plus allow the
22833         'number request.
22834         (spam-list-of-checks, spam-list-of-statistical-checks):
22835         Remove variables.
22836         (spam-split, spam-find-spam): Use the new backend code.
22837         (spam-registration-functions): Remove variable.
22838         (spam-unregister-routine): Add convenience wrapper.
22839         (spam-log-undo-registration, spam-register-routine)
22840         (spam-log-processing-to-registry)
22841         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22842         where possible.
22843         (spam-check-gmane-xref, spam-check-regex-headers)
22844         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22845         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22846         (spam-check-bogofilter-headers, spam-check-spamoracle)
22847         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22848         (spam-check-crm114-headers): Use the spam-split-group that
22849         spam-split prepares, no need to determine it every time.
22850
22851         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22852         to the nnheader-parse-naked-head call.
22853
22854         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22855
22856         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22857         the nnheader-nov-read-message-id call.
22858
22859 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22860
22861         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22862         gnus-activate-group twice.  Suggested by Markus Peter
22863         <warp@spin.de>.
22864
22865 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22866
22867         * gnus-art.el (gnus-article-time-format): Exchange the order of
22868         day and month in the default value; fix customization type.
22869         (article-date-ut): Use add-text-properties.
22870         (article-make-date-line): Use message-make-date instead of
22871         current-time-string.
22872
22873         * message.el (message-fetch-field): Don't use set-text-properties.
22874         (message-make-date): Simplify.
22875
22876         * messagexmas.el (message-xmas-make-date): New function.
22877         (message-xmas-redefine): Defalias message-make-date to it.
22878
22879 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22880
22881         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22882         (rfc2047-encode-region): Treat text within parentheses as special;
22883         show the original text when error has occurred.
22884
22885         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22886         already-computed method to gnus-activate-group.
22887
22888         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22889         same select-methods identical Lisp objects.
22890
22891         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22892         object when modifying the info.
22893
22894 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22895
22896         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22897         gnus-opened-servers since it has never been opened with the new
22898         configuration yet.
22899
22900 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22901
22902         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22903         arg to nnheader-generate-fake-message-id.
22904
22905 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22906
22907         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22908         number and build a fake message ID localized to a group and
22909         article number (so it's repeatable from that point on).
22910         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22911         ID format.
22912
22913         * gnus-sum.el (gnus-get-newsgroup-headers):
22914         Call nnheader-generate-fake-message-id with the article number.
22915
22916 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22917
22918         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22919         end-of-buffer.
22920
22921 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22922
22923         * message.el (message-ignored-supersedes-headers): Add Approved.
22924
22925 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22926
22927         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22928         goto-char.
22929         (rfc2047-encode): Fold the line before encoding.
22930
22931 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22932
22933         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22934         folding -- not all headers can be folded, and this should be done
22935         by the message composition mode.  Probably.  I think.
22936
22937 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22938
22939         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22940         fast.
22941
22942         * gnus-ems.el (gnus-remove-image): Don't use
22943         message-text-with-property; remove only the image found first.
22944
22945         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22946         found first.
22947
22948 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22949
22950         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22951
22952 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22953
22954         * message.el (message-text-with-property): Make it fast and accept
22955         optional arguments.
22956         (message-strip-forbidden-properties): Use it.
22957         (message-fix-before-sending): Follow the m-t-w-p change.
22958
22959         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22960
22961 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22962
22963         * gnus-art.el (article-hide-headers): Don't change the buffer
22964         mistakenly when performing mml-preview even if
22965         gnus-single-article-buffer is nil.
22966
22967 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22968
22969         * message.el (message-expand-name-databases): New user option.
22970         (message-expand-name): Use it.
22971
22972 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22973
22974         * spam.el (spam-report-articles-resend)
22975         (spam-report-resend-register-routine): Allow ham reporting.
22976         (spam-report-resend-register-ham-routine): Add wrapper.
22977         (spam-registration-functions): Add ham resending functions.
22978         (spam-list-of-processors): Add ham resend processor.
22979
22980         * gnus.el (ham-resend-to): Add new group parameter.
22981         (spam-process): Add ham resend option.
22982
22983         * spam-report.el (spam-report-resend): Allow reporting ham.
22984         (spam-report-resend-ham): Add wrapper.
22985
22986 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22987
22988         * message.el (message-cite-articles-with-x-no-archive):
22989         New variable.
22990         (message-cite-original): Use it.
22991
22992 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22993
22994         * message.el (message-cite-original): Respect X-No-Archive.
22995
22996 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22997
22998         * gnus-art.el (article-hide-headers): Refer to the values for
22999         gnus-ignored-headers and gnus-visible-headers in the summary
23000         buffer since a user may have set them as group parameters.
23001
23002 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23003
23004         * assistant.el (assistant-node-name): Add convenience function.
23005         (assistant-render-text, assistant-render-node): Add error handling,
23006         plus handle multiple next nodes.
23007         (assistant-find-next-node): Comment out for now.
23008         (assistant-find-next-nodes): Add function, returns list of next
23009         nodes.
23010
23011 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23012
23013         * mail-source.el (mail-source-directory): Fix doc-string.
23014
23015 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23016
23017         * assistant.el (assistant-render-text, assistant-eval): Add :set
23018         widget type, which is different because it takes and returns a
23019         list.  Much hilarity ensues.
23020
23021 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23022
23023         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23024
23025         * gnus-group.el (gnus-group-get-new-news-this-group):
23026         Add doc-string.
23027
23028         * gnus-start.el (gnus-activate-group): Add doc-string.
23029
23030 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23031
23032         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23033
23034 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23035
23036         * assistant.el (assistant-render-text): Try to add a :set
23037         widget, more to come.
23038
23039         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23040         strings.
23041         (spam-report-articles-resend)
23042         (spam-register-routine): Do registration iff any articles warrant
23043         it.
23044         (spam-summary-prepare-exit): Change log message for nil group
23045         destinations.
23046
23047 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23048
23049         * spam.el (spam-report-resend-register-routine):
23050         Allow spam-report-resend-to to be a group parameter or a global value.
23051
23052 2004-05-26  Simon Josefsson  <jas@extundo.com>
23053
23054         * starttls.el: Merge with my GNUTLS based starttls.el.
23055         (starttls-gnutls-program, starttls-use-gnutls)
23056         (starttls-extra-arguments, starttls-process-connection-type)
23057         (starttls-connect, starttls-failure, starttls-success):
23058         New variables.
23059         (starttls-program, starttls-extra-args): Doc fix.
23060         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23061         New functions.
23062         (starttls-negotiate, starttls-open-stream):
23063         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23064         function if it is set.
23065
23066 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23067
23068         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23069         structured fields.
23070
23071 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23072
23073         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23074
23075 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23076
23077         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23078         Add variable.
23079         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23080         assigning the spam-mark to new messages.
23081
23082 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23083
23084         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23085
23086 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23087
23088         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23089
23090         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23091         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23092         default.
23093
23094 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23095
23096         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23097         correct data.
23098
23099 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23100
23101         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23102         (spam-group-processor-p): Fix function.
23103         (spam-group-processor-multiple-p)
23104         (spam-group-spam-processor-report-gmane-p)
23105         (spam-group-spam-processor-report-resend-p)
23106         (spam-group-spam-processor-bogofilter-p)
23107         (spam-group-spam-processor-blacklist-p)
23108         (spam-group-spam-processor-ifile-p)
23109         (spam-group-ham-processor-ifile-p)
23110         (spam-group-spam-processor-spamoracle-p)
23111         (spam-group-spam-processor-crm114-p)
23112         (spam-group-ham-processor-bogofilter-p)
23113         (spam-group-spam-processor-stat-p)
23114         (spam-group-ham-processor-stat-p)
23115         (spam-group-ham-processor-whitelist-p)
23116         (spam-group-ham-processor-BBDB-p)
23117         (spam-group-ham-processor-spamoracle-p)
23118         (spam-group-ham-processor-copy-p): Remove functions with some
23119         prejudice against unneeded code.
23120         (spam-report-articles-resend)
23121         (spam-report-resend-register-routine): Allow the group/topic
23122         spam-resend-to value to override spam-report-resend-to.
23123         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23124         properly now.
23125
23126         * gnus.el (spam-resend-to): Add group/topic parameter.
23127         (spam-process): Move the OBSOLETE processors to the end of the
23128         choices.
23129
23130 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23131
23132         * spam-report.el (spam-report-resend-to, spam-report-resend):
23133         Start with resend-to set to nil, and then ask the user if necessary.
23134         (spam-report-resend): spam-report-resend takes a list of articles, not
23135         separate article numbers.
23136
23137 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23138
23139         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23140         addition to emacs-w3m.
23141
23142 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23143
23144         * assistant.el (assistant-authinfo-data): New function.
23145         (assistant-eval): Eval for entire assistant.
23146
23147         * netrc.el (netrc-services-file): New variable.
23148         (netrc-parse-services): New function.
23149         (netrc-find-service-name): New function.
23150         (netrc-find-service-number): New function.
23151         (netrc-port-equal): New function.
23152         (netrc-machine): Use it.
23153
23154         * nnimap.el (nnimap-open-connection): Use netrc.
23155
23156         * gnus-util.el (gnus-netrc-get): Remove aliases.
23157
23158         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23159
23160         * assistant.el (wid-edit): Fix compilation.
23161
23162         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23163
23164 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23165
23166         * gnus-util.el (gnus-set-file-modes): New function.  (small
23167         patch).
23168
23169 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23170
23171         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23172
23173         * assistant.el (assistant-render-node): Fix up rendering and
23174         read-only text.
23175         (assistant-render-node): Reset.
23176         (assistant-make-read-only): Not sticky.
23177
23178 2004-05-20  Danny Siu  <dsiu@adobe.com>
23179
23180         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23181         centered even when gnus-auto-center-summary is t.
23182
23183 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23184
23185         * dns.el (dns-get-txt-answer): New function.
23186         (dns-read-txt): Ditto.
23187         (query-dns): Use it.
23188
23189 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23190
23191         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23192         active for foreign groups even if the group level is higher than
23193         the specified value.
23194
23195 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23196
23197         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23198         non-active groups.
23199
23200         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23201
23202 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23203
23204         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23205
23206 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23207
23208         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23209         (spam-crm114-header, spam-crm114-spam-switch)
23210         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23211         (spam-crm114-positive-spam-header)
23212         (spam-crm114-database-directory, spam-list-of-processors)
23213         (spam-group-spam-processor-crm114-p)
23214         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23215         (spam-generic-score, spam-list-of-checks)
23216         (spam-list-of-statistical-checks, spam-registration-functions)
23217         (spam-check-crm114-headers, spam-crm114-score)
23218         (spam-check-crm114, spam-crm114-register-with-crm114)
23219         (spam-crm114-register-spam-routine)
23220         (spam-crm114-unregister-spam-routine)
23221         (spam-crm114-register-ham-routine)
23222         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23223
23224 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23225
23226         * gnus.el: Add spam-use-crm114.
23227
23228         * spam.el (spam-list-of-processors, spam-registration-functions):
23229         Add spam-use-resend.
23230         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23231         (spam-report-articles-gmane): Add doc fix.
23232         (spam-report-articles-resend, spam-report-resend-register-routine):
23233         Add wrappers around spam-report-resend-to.
23234
23235         * spam-report.el (spam-report-resend-to, spam-report-resend):
23236         Add support for resending spam.
23237         (spam-report-gmane): Fix line length >80.
23238
23239         * gnus.el (spam-process): Add spam-use-resend.
23240
23241 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23242
23243         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23244         number of processed spam messages.
23245         (spam-ham-copy-or-move-routine): Return the number of processed
23246         ham messages.
23247         (spam-summary-prepare-exit): Use the above values to decide
23248         whether status messages shouled be displayed.
23249
23250 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23251
23252         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23253         `rfc2047-encoding-function-alist' in order to avoid conflicting
23254         with the old version.
23255         (rfc2047-encode-region): Concatenate words containing non-ASCII
23256         characters in structured fields; don't encode space-delimited
23257         ASCII words even in unstructured fields; don't break words at
23258         char-category boundaries.
23259         (rfc2047-encode-1): New function.
23260         (rfc2047-encode): Use it; encode text so that it occupies the
23261         maximum width within 76-column; work correctly on Q encoding for
23262         iso-2022-* charsets.
23263         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23264         sure not to break a line just after the header name.
23265         (rfc2047-b-encode-region): Remove.
23266         (rfc2047-b-encode-string): New function.
23267         (rfc2047-q-encode-region): Remove.
23268         (rfc2047-q-encode-string): New function.
23269
23270         * mm-util.el (mm-replace-in-string): New function.
23271
23272 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23273
23274         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23275         Really get it right.
23276         (gnus-inews-make-draft): Really.
23277
23278 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23279
23280         * nnmh.el (nnmh-request-list-1): Don't check the link count
23281         before descending.  (small patch)
23282
23283 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23284
23285         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23286         stuff.
23287
23288         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23289         Match on real group name.
23290
23291         * gnus-art.el (gnus-signature-limit): Doc fix.
23292
23293         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23294
23295         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23296
23297 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23298
23299         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23300         isn't a string.
23301
23302 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23303
23304         * gnus-draft.el (gnus-draft-send):
23305         Bind rfc2047-encode-encoded-words.
23306
23307         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23308         (rfc2047-encodable-p): Say that =? needs encoding.
23309         (rfc2047-encode-encoded-words): New variable.
23310
23311         * gnus-group.el (gnus-group-select-group): Doc fix.
23312
23313         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23314
23315         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23316         to nil.
23317
23318         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23319
23320         * nnheader.el (nnheader-get-lines-and-char): New function.
23321
23322 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23323
23324         * gnus-msg.el (gnus-summary-followup-with-original):
23325         Document yanking of region when active.
23326
23327 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23328
23329         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23330         groups if the group level is higher than the specified value.
23331
23332 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23333
23334         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23335         (gnus-group-jump-to-group): Add prefix argument using
23336         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23337         non-active group.
23338
23339         * compface.el (uncompface): Be verbose when changing
23340         `uncompface-use-external'.
23341
23342         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23343         handle manual section.
23344
23345 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23346
23347         * gnus-art.el (gnus-button-alist): Revert previous change.
23348
23349 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23350
23351         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23352
23353 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23354
23355         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23356         whether backend can accept message.
23357
23358         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23359
23360 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23361
23362         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23363         Avoid creating directory when nntp-marks-is-evil is true.
23364         Reported by Reiner Steib.
23365
23366 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23367
23368         * gnus-picon.el (gnus-picon-insert-glyph):
23369         Add optional `nostring' argument.
23370
23371 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23372
23373         * gnus-picon.el (gnus-picon-style): New variable.
23374         (gnus-picon-transform-address): Support `gnus-picon-style'.
23375
23376 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23377
23378         * message.el (message-fill-field): Return point.
23379         (message-generate-headers): Go to end of field.
23380
23381         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23382         stuff for non-living groups.
23383
23384 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23385
23386         * gnus-art.el (gnus-article-followup-with-original)
23387         (gnus-article-reply-with-original): gnus-mark-active-p ->
23388         gnus-region-active-p.
23389
23390 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23391
23392         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23393         only when there is spam or ham to be processed.
23394
23395 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23396
23397         * mail-source.el (mail-source-delete-crash-box): Refactor.
23398         (mail-source-fetch): Use it.
23399         (mail-source-fetch-file): Ditto.
23400         (mail-source-fetch-directory): Run postscript in loop.
23401         (mail-source-fetch-pop): Delete.
23402         (mail-source-fetch-maildir): Ditto.
23403         (mail-source-fetch-imap): Ditto.
23404
23405         * imap.el (imap-authenticators): Comment out sasl.
23406
23407         * message.el (message-skip-to-next-address): New function.
23408         (message-fill-header-address): Refactor.
23409         (message-fill-address): Use it.
23410         (message-delete-address): Use it.
23411         (message-fill-header-general): Refactor.
23412         (message-fill-field-address): Rename.
23413         (message-narrow-to-field): Find the start of the header.
23414         (message-header-format-alist): Don't pre-fill.
23415         (message-fill-header): Remove.
23416         (message-insert-header): New function.
23417         (message-shorten-references): Use it.
23418
23419         * rfc2047.el (rfc2047-field-value): Strip props.
23420
23421         * mail-parse.el (mail-header-make-address): New alias.
23422
23423         * ietf-drums.el (ietf-drums-make-address): New function.
23424
23425         * imap.el: Add compiler directives.
23426
23427         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23428
23429         * gnus-art.el (article-decode-idna-rhs): Don't use
23430         message-idna-inside-rhs-p.
23431
23432 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23433
23434         * message.el (message-idna-inside-rhs-p): Remove.
23435         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23436
23437         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23438         false positives.
23439
23440 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23441
23442         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23443
23444 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23445
23446         * nneething.el (nneething-file-name): Don't create spurious
23447         files.
23448
23449         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23450         (gnus-inews-do-gcc): Remove sleep.
23451
23452         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23453         part under point.
23454
23455         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23456         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23457
23458 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23459
23460         * spam.el (spam-summary-prepare-exit): Fix (length).
23461
23462 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23463
23464         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23465         as expired without moving it" message when there are spam
23466         messages left.
23467
23468 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23469
23470         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23471         header is not nil.
23472
23473 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23474
23475         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23476         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23477         (nntp-marks-changed-p): New arg SERVER.
23478         (nntp-request-update-info): Adjust caller.
23479
23480 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23481
23482         * nntp.el (nntp-save-marks): Pass missing arg.
23483
23484 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23485
23486         * nntp.el: Support marks.
23487         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23488         (nntp-marks-modtime, nntp-marks-directory): New variables.
23489         (nntp-request-set-mark, nntp-request-update-info)
23490         (nntp-possibly-create-directory, nntp-marks-changed-p)
23491         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23492         New functions.
23493
23494 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23495
23496         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23497         (gnus-xmas-redefine): Rename.
23498
23499         * gnus-score.el (gnus-score-insert-help):
23500         Use gnus-select-lowest-window.
23501
23502         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23503         appt-select-lowest-window and rename to gnus-select-lowest-window.
23504
23505         * gnus.el: do.
23506
23507 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23508
23509         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23510         encodings of MIME-encoded words, in order to improve
23511         interoperability with several broken MUAs.
23512
23513 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23514
23515         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23516         tags, only when charsets are not specified in headers.
23517         (mm-inline-text-html-render-with-w3m): Ditto.
23518
23519         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23520         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23521
23522 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23523
23524         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23525         instead of MIME-decoded from fields when checking
23526         `gnus-article-address-banner-alist'.
23527
23528 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23529
23530         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23531         description rather than subject.
23532
23533 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23534
23535         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23536
23537 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23538
23539         * gnus.el (gnus-version-number): Bump.
23540
23541 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23542
23543         * gnus.el: No Gnus v0.2 is released.
23544
23545 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23546
23547         * gnus-agent.el (gnus-agent-read-agentview):
23548         Inline gnus-uncompress-range.
23549
23550 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23551
23552         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23553         `exec-installed-p'.
23554
23555 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23556
23557         * gnus.el (spam-process, spam-autodetect-methods):
23558         Add bsfilter and bsfilter-headers.
23559
23560         * spam.el (spam-bsfilter): New customize group.
23561         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23562         (spam-bsfilter-header, spam-bsfilter-probability-header)
23563         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23564         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23565         (spam-bsfilter-database-directory): New options.
23566         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23567         (spam-list-of-statistical-checks, spam-registration-functions):
23568         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23569         (spam-bsfilter-score): New command.
23570         (spam-check-bsfilter-headers, spam-check-bsfilter)
23571         (spam-bsfilter-register-with-bsfilter)
23572         (spam-bsfilter-register-spam-routine)
23573         (spam-bsfilter-unregister-spam-routine)
23574         (spam-bsfilter-register-ham-routine)
23575         (spam-bsfilter-unregister-ham-routine): New functions.
23576         (spam-generic-score): Support bsfilter; Accept an optional argument
23577         to recalcurate spam score even if scoring header has already been
23578         added.
23579         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23580         optional argument to recalcurate spam score even if scoring header
23581         has already been added.
23582
23583 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23584
23585         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23586         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23587         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23588         link is missing.
23589
23590 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23591
23592         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23593         (html2text-get-attr): Rewrite.
23594
23595         * message.el (message-setup-1): Remove redundant put-text-property
23596         on mail-header-separator.
23597
23598 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23599
23600         * gnus-registry.el (gnus-registry-cache-whitespace)
23601         (gnus-registry-action, gnus-registry-spool-action)
23602         (gnus-registry-split-fancy-with-parent): Change message levels
23603         from 5 to 3 or 7, as needed.
23604
23605         * spam.el (spam-summary-prepare-exit)
23606         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23607         (spam-split, spam-find-spam, spam-log-undo-registration)
23608         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23609         level from 5 to 6.
23610
23611 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23612
23613         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23614         2004-03-04 change).
23615
23616 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23617
23618         * sieve-manage.el (sieve-manage-open):
23619         * nnweb.el (nnweb-insert-html):
23620         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23621         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23622         * nnspool.el (nnspool-request-group):
23623         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23624         * nnml.el (nnml-request-update-info):
23625         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23626         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23627         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23628         (nnimap-request-set-mark):
23629         * nnfolder.el (nnfolder-request-update-info):
23630         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23631         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23632         * gnus-uu.el (gnus-uu-find-articles-matching):
23633         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23634         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23635         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23636         * gnus-nocem.el (gnus-nocem-scan-groups):
23637         * gnus-int.el (gnus-start-news-server):
23638         * gnus-group.el (gnus-group-make-kiboze-group)
23639         (gnus-group-browse-foreign-server):
23640         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23641         Use mapc when appropriate.
23642
23643 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23644             Adam Sjøgren  <asjo@koldfront.dk>
23645             Wes Hardaker  <wes@hardakers.net>
23646             Michael Shields  <shields@msrl.com>
23647
23648         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23649         may need for spam sorting and scoring.
23650         (spam-user-format-function-S): Add user format function suitable for
23651         general use.
23652         (spam-article-sort-by-spam-status): Add sorting function for summary
23653         sorting.
23654         (spam-extra-header-to-number): Add function to get a score from a
23655         header.
23656         (spam-summary-score): Add function to get a numeric score from the
23657         headers.
23658         (spam-generic-score): Fix function doc, was in wrong place.
23659         (spam-initialize): Take symbols when it's run, and install the
23660         extra headers that spam-necessary-extra-headers thinks we need.
23661
23662 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23663
23664         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23665         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23666
23667 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23668
23669         * gnus-sum.el (gnus-set-global-variables)
23670         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23671         (gnus-article-get-xrefs, gnus-summary-best-group)
23672         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23673         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23674         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23675         Use with-current-buffer.
23676
23677 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23678
23679         * spam.el (spam-summary-prepare-exit): Simplify logic.
23680         (spam-fetch-article-header): Read the article header if it's not
23681         available.
23682         (spam-list-articles): Simplify logic.
23683         (spam-filelist-register-routine): Fix bug with unregister-list.
23684
23685         * gnus-registry.el: Fix comments at beginning.
23686
23687 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23688
23689         * message.el (message-cater-to-broken-inn): Remove.
23690         (message-shorten-references): Make sure the total folded length of
23691         References is shorter than 998 characters to cater to a bug in INN
23692         2.3.  Also, don't pretend that references aren't folded -- this
23693         hasn't worked for a while.
23694
23695 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23696
23697         * gnus-agent.el (gnus-agentize):
23698         gnus-agent-send-mail-real-function no longer set to current value
23699         of message-send-mail-function but rather a lambda that calls
23700         message-send-mail-function.  The change makes the agent real-time
23701         responsive to user changes to message-send-mail-function.
23702
23703 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23704
23705         * legacy-gnus-agent.el
23706         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23707         help from Florian Weimer <fw@deneb.enyo.de>
23708
23709 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23710
23711         * nnmail.el (nnmail-cache-insert): Revert last change.
23712
23713 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23714
23715         * nnmail.el (nnmail-cache-insert): Always check whether
23716         nnmail-cache-ignore-groups matches a group name.
23717
23718 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23719
23720         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23721         (spam-find-spam, spam-log-processing-to-registry)
23722         (spam-log-registered-p, spam-log-unregistration-needed-p)
23723         (spam-log-undo-registration): Use gnus-message instead of
23724         gnus-error, none of these errors are fatal.
23725
23726         * gnus-registry.el (gnus-registry-clean-empty-function)
23727         (gnus-registry-clean-empty): Remove only empty entries without
23728         extra data.
23729
23730 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23731
23732         * spam-stat.el (spam-stat-buffer-change-to-spam)
23733         (spam-stat-buffer-change-to-non-spam): Change (error) to
23734         (gnus-message 8) invocation.
23735
23736 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23737
23738         * nntp.el (nntp-via-netcat-command): New variable.
23739         (nntp-via-netcat-switches): New variable.
23740         (nntp-open-via-rlogin-and-netcat): New function.
23741         (nntp-open-connection-function): Doc fix.
23742         (nntp-telnet-command): Doc fix.
23743         (nntp-end-of-line): Doc fix.
23744         (nntp-via-rlogin-command): Doc fix.
23745         (nntp-via-user-name): Doc fix.
23746         (nntp-via-address): Doc fix.
23747
23748 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23749
23750         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23751         error in Emacs 21.1.
23752
23753 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23754
23755         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23756
23757 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23758
23759         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23760         (gnus-agent-with-refreshed-group): New macro.
23761         (gnus-agent-rename-group): New function.
23762         (gnus-agent-delete-group): New function.
23763         (gnus-agent-save-group-info): Use gnus-command-method when
23764         `method' parameter is nil.  Don't write nil entries into the
23765         active file.
23766         (gnus-agent-get-group-info): New function.
23767         (gnus-agent-fetch-articles):
23768         Use gnus-agent-update-files-total-fetched-for to increment disk space
23769         used.
23770         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23771         Use gnus-agent-update-view-total-fetched-for to increment disk space
23772         used.
23773         (gnus-agent-get-local): Add optional parameters to avoid calling
23774         gnus-group-real-name and gnus-find-method-for-group.
23775         (gnus-agent-set-local): Delete stored entry if either min, or max,
23776         are nil.
23777         (gnus-agent-fetch-session): Reworded error/quit messages.
23778         On quit, use gnus-agent-regenerate-group to record existance of any
23779         articles fetched to disk before the quit occurred.
23780         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23781         gnus-agent-update-view-total-fetched-for, and
23782         gnus-agent-update-files-total-fetched-for to decrement disk space
23783         used.
23784         (gnus-agent-retrieve-headers):
23785         Use gnus-agent-update-view-total-fetched-for to increment disk space
23786         used.
23787         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23788         with gnus-agent-update-files-total-fetched-for to decrement disk
23789         space and fresh group buffer.
23790         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23791         (gnus-agent-need-update-total-fetched-for): New variable.
23792         (gnus-agent-update-files-total-fetched-for): New function.
23793         (gnus-agent-update-view-total-fetched-for): New function.
23794         (gnus-agent-total-fetched-for): New function.
23795
23796         * gnus-cache.el (gnus-cache-save-buffers):
23797         Use gnus-cache-update-overview-total-fetched-for to change disk space
23798         used by this group.
23799         (gnus-cache-possibly-enter-article):
23800         Use gnus-cache-update-file-total-fetched-for to increment disk space
23801         used by this group.
23802         (gnus-cache-possibly-remove-article):
23803         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23804         used by this group.
23805         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23806         (gnus-cache-rename-group): New function.
23807         (gnus-cache-delete-group): New function.
23808         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23809         (gnus-cache-need-update-total-fetched-for): New variable.
23810         (gnus-cache-with-refreshed-group): New macro.
23811         (gnus-cache-update-file-total-fetched-for): New function.
23812         (gnus-cache-update-overview-total-fetched-for): New function.
23813         (gnus-cache-rename-group-total-fetched-for): New function.
23814         (gnus-cache-delete-group-total-fetched-for): New function.
23815         (gnus-cache-total-fetched-for): New function.
23816
23817         * gnus-group.el: Require gnus-sum and autoload functions to
23818         resolve warnings when gnus-group.el compiled alone.
23819         (gnus-group-line-format): Documented new %F.
23820         (size of Fetched data) group line format; identifies disk space
23821         used by agent and cache.
23822         (gnus-group-line-format-alist): Defined new F format.
23823         (gnus-total-fetched-for): New function.
23824         (gnus-group-delete-group): No longer update
23825         gnus-cache-active-altered as gnus-request-delete-group now keeps
23826         the cache in sync.
23827         (gnus-group-list-active): Let the agent store a server's active
23828         list if currently plugged.
23829
23830         * gnus-int.el (gnus-request-delete-group):
23831         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23832         local disk in sync with the server.
23833         (gnus-request-rename-group):
23834         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23835         local disk in sync with the server.
23836
23837         * gnus-start.el (gnus-get-unread-articles):
23838         Cosmetic simplification to logic.
23839
23840         * gnus-util.el (gnus-rename-file): New function.
23841
23842 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23843
23844         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23845
23846 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23847
23848         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23849         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23850
23851 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23852
23853         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23854         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23855
23856 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23857
23858         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23859
23860 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23861
23862         * spam.el (spam-set-difference): Add function to replace
23863         gnus-set-difference in spam.el.
23864         (spam-summary-prepare-exit): Use spam-set-difference.
23865
23866 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23867
23868         * gnus-registry.el (gnus-registry-cache-file): Update to use
23869         gnus-dribble-directory OR gnus-home-directory OR ~.
23870         (gnus-registry-split-fancy-with-parent): Fix doc.
23871
23872 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23873
23874         * message.el (message-exchange-point-and-mark):
23875         Use message-mark-active-p.  Suggested by Jesper Harder
23876         <harder@ifa.au.dk>.
23877
23878 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23879
23880         * message.el (message-exchange-point-and-mark): Don't activate
23881         region if it was inactive.  Suggested by Hiroshi Fujishima
23882         <pooh@nature.tsukuba.ac.jp>.
23883
23884 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23885
23886         * gnus-art.el (article-display-face): Display Faces in the same
23887         order as X-Faces.
23888
23889 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23890
23891         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23892
23893 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23894
23895         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23896         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23897         (gnus-article-mime-hierarchy): Remove.
23898         (gnus-article-mime-hierarchy-next): Remove.
23899         (gnus-article-mode): Revert 2004-03-19 change.
23900         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23901         (gnus-insert-mime-button): Revert 2004-03-19 change.
23902         (gnus-mime-accumulate-hierarchy): Remove.
23903         (gnus-mime-enter-multipart): Remove.
23904         (gnus-mime-leave-multipart): Remove.
23905         (gnus-mime-display-part): Revert 2004-03-19 change.
23906         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23907
23908         * mml.el (mml-preview): Revert 2004-03-19 change.
23909
23910 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23911
23912         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23913
23914 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23915
23916         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23917         t while entering a file name using the mm-with-multibyte macro.
23918         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23919
23920         * mm-util.el (mm-with-multibyte): New macro.
23921
23922 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23923
23924         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23925         New user option.
23926         (gnus-mime-multipart-functions): Doc and customization fix.
23927         (gnus-article-mime-hierarchy): New variable.
23928         (gnus-article-mime-hierarchy-next): New variable.
23929         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23930         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23931         gnus-article-mime-hierarchy-next to nil.
23932         (gnus-insert-mime-button): Show hierarchy numbers.
23933         (gnus-mime-accumulate-hierarchy): New function.
23934         (gnus-mime-enter-multipart): New function.
23935         (gnus-mime-leave-multipart): New function.
23936         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23937         (gnus-mime-display-alternative): Show hierarchy numbers.
23938
23939         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23940         gnus-article-mime-hierarchy-next to nil.
23941
23942 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23943
23944         * dns.el: Don't require gnus-xmas.
23945
23946 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23947
23948         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23949         inline PGP.
23950         (mml-menu): Disable mml-quote-region if mark is inactive.
23951
23952 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23953
23954         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23955         when the group's active is not available.
23956
23957 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23958
23959         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23960         error.
23961
23962 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23963
23964         * imap.el (imap-store-password): New variable.
23965         (imap-interactive-login): Use it.
23966         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23967
23968 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23969
23970         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23971         window-start and hscroll to summary window.
23972
23973 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23974
23975         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23976         conversion message to newsrc-dribble when an actual conversion is
23977         performed.
23978
23979 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23980
23981         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23982
23983 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23984
23985         * mm-decode.el (mm-complicated-handles): New function reviving
23986         former definition of mm-multiple-handles.
23987
23988         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23989         (gnus-mime-delete-part): Use it.
23990
23991 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23992
23993         * gnus-agent.el (gnus-agent-read-local):
23994         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23995         avoid the implicit assumption that they will always be equal.
23996         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23997         coding-system-for-write, as the with-temp-file macro first prints
23998         to a buffer then saves the buffer.
23999
24000 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24001
24002         * gnus-art.el (gnus-article-edit-part): New function.
24003         (gnus-mime-save-part-and-strip): Use it; do query instead of
24004         signaling an error; don't use mm-multiple-handles.
24005         (gnus-mime-delete-part): Ditto.
24006
24007 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24008
24009         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24010         old file versions.
24011         (gnus-group-prepare-hook): Remove function that converted list
24012         form of gnus-agent-expire-days to group properties.
24013
24014         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24015         (gnus-request-accept-article): Re-indented.
24016
24017         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24018         converters to handle old agent file formats.  Add logic for a
24019         "backup before upgrading warning".
24020         (gnus-convert-mark-converter-prompt): Developers can mark
24021         functions as needing (default), or not needing,
24022         gnus-convert-old-newsrc's "backup before upgrading warning".
24023         (gnus-convert-converter-needs-prompt): Tests whether the user
24024         should be protected from potentially irreversable changes by the
24025         function.
24026
24027         * legacy-gnus-agent.el: New.  Provides converters that are only
24028         loaded when gnus-convert-old-newsrc needs to call them.
24029
24030 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24031
24032         * mail-source.el (mail-source-touch-pop): Doc fix.
24033
24034         * message.el (message-smtpmail-send-it): Doc fix.
24035
24036 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24037
24038         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24039
24040         * nnmail.el (nnmail-split-fancy): do.
24041
24042         * gnus-kill.el (gnus-kill, gnus-execute): do.
24043
24044 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24045
24046         * gnus-sum.el (gnus-widget-reversible-match)
24047         (gnus-widget-reversible-to-internal)
24048         (gnus-widget-reversible-to-external): New functions.
24049         (gnus-widget-reversible): New widget.
24050         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24051
24052 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24053
24054         * gnus-sum.el (gnus-thread-sort-functions)
24055         (gnus-article-sort-functions): Document `(not F)' items.
24056
24057 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24058
24059         * spam.el (spam-use-gmane-xref): Add new backend.
24060         (spam-gmane-xref-spam-group): Add variable to control the name of the
24061         Gmane spam group.
24062         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24063         (spam-regex-headers-spam, spam-regex-headers-ham)
24064         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24065         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24066         backends and checks.
24067         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24068
24069         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24070         an autodetect method.
24071
24072 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24073
24074         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24075         articles are being added to a group.
24076         (gnus-request-replace-article): Inform the agent that articles
24077         need to be uncached as the cached contents are no longer valid.
24078
24079 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24080
24081         * binhex.el: Don't autoload executable-find.
24082
24083         * canlock.el: Don't autoload mail-fetch-field.
24084
24085         * dgnushack.el: Autoload c-mode for XEmacs.
24086
24087         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24088
24089         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24090         rmail-dont-reply-to and rmail-output.
24091
24092         * gnus-score.el: Don't autoload ffap-string-at-point.
24093
24094         * gnus-setup.el: Don't autoload sc-cite-original.
24095
24096         * imap.el: Don't autoload base64-decode-string,
24097         base64-encode-string and md5.
24098
24099         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24100         and rmail-msg-restore-non-pruned-header.
24101
24102         * mm-decode.el: Don't autoload executable-find.
24103
24104         * mm-url.el: Don't autoload executable-find.
24105
24106         * mm-view.el: Don't autoload diff-mode.
24107
24108         * nndb.el: Don't autoload news-reply-mode, news-setup,
24109         cancel-timer and telnet.
24110
24111         * password.el: Don't autoload run-at-time for Emacs.
24112
24113         * sha1-el.el: Don't autoload executable-find.
24114
24115         * sieve-mode.el: Don't autoload c-mode.
24116
24117         * uudecode.el: Don't autoload executable-find.
24118
24119 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24120
24121         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24122         (gnus-agent-possibly-alter-active): Avoid null in numeric
24123         comparison.
24124         (gnus-agent-set-local): Refuse to save null in local object table.
24125         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24126         list of articles that will be marked as unread.
24127
24128 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24129
24130         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24131
24132 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24133
24134         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24135         language tags.
24136
24137 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24138
24139         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24140         Don't bind "obarray".
24141
24142         * gnus-sum.el (gnus-thread-sort-functions):
24143         Add `gnus-thread-sort-by-most-recent-number' and
24144         `gnus-thread-sort-by-most-recent-date'.
24145         Reported by Kai Grossjohann <kai@emptydomain.de>.
24146
24147 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24148
24149         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24150
24151 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24152
24153         * gnus-cus.el (gnus-agent-customize-category):
24154         Remove ignore-errors macro reference that required cl to be loaded at
24155         run-time.
24156
24157         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24158         single-interval range of the form (min . max).  Previously the
24159         range had to look like ((min . max)).  Likewise, return
24160         (min . max) rather than ((min . max)).
24161         (gnus-range-map): Use gnus-range-normalize to accept
24162         single-interval range.
24163
24164         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24165         the cache, but not the agent, now appear with their usual face.
24166
24167         * dgnushack.el (loaddir): New variable that is bound to the
24168         directory containing the dgnushack.el file. Use loaddir, rather
24169         than srcdir, to update load-path. Change lets dgnushack compile
24170         code in directories other than GNUS/lisp.
24171
24172 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24173
24174         * lpath.el: Don't bind w3m-safe-url-regexp.
24175
24176         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24177         w3m-safe-url-regexp variable buffer-local.
24178
24179         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24180
24181 2004-02-27  Simon Josefsson  <jas@extundo.com>
24182
24183         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24184         gnus-group-real-prefix.
24185         (gnus-summary-move-article): Use it, instead of
24186         gnus-group-real-prefix.
24187
24188 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24189
24190         * lpath.el: Bind w3m-safe-url-regexp.
24191
24192         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24193         w3m-safe-url-regexp variable buffer-local and set it as the value
24194         of mm-w3m-safe-url-regexp.
24195
24196         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24197
24198         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24199         parsing gnus-posting-styles when the message is not for replying.
24200
24201         * dgnushack.el: Autoload sgml-mode for XEmacs.
24202
24203         * nnrss.el (nnrss-opml-export):
24204         Use mm-set-buffer-file-coding-system instead of
24205         set-buffer-file-coding-system.
24206
24207 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24208
24209         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24210         of checkdoc.el).
24211         * nnrss.el: do.
24212         * gnus-mlspl.el: do.
24213         * gnus-ml.el: do.
24214         * gnus-srvr.el: do.
24215
24216         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24217
24218 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24219
24220         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24221         Corrections to custom-manual links.
24222
24223         * gnus-art.el (gnus-article): Ditto.
24224
24225         * mm-decode.el (mime-display, mime-security): Ditto.
24226
24227 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24228
24229         * flow-fill.el: Typo.
24230
24231 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24232
24233         * spam-wash.el: New file.
24234
24235 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24236
24237         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24238
24239 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24240
24241         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24242         to be run with new-articles as LIST1, not LIST2.
24243         (spam-registration-functions): Add spam-use-ham-copy as a nil
24244         registration backend.
24245
24246 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24247
24248         * spam-stat.el (spam-stat-washing-hook): New option.
24249         (spam-stat-buffer-words): Use it.
24250         (spam-stat-process-directory, spam-stat-test-directory):
24251         Use insert-file-contents-literally.
24252         (spam-stat-coding-system): New variable.
24253         (spam-stat-load, spam-stat-save): Use it.
24254
24255 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24256
24257         * spam-report.el (spam-report-plug-agent):
24258         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24259
24260 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24261
24262         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24263         Allow / in mailto URLs.
24264
24265 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24266
24267         * spam-report.el (spam-report-process-queue): Fix interactive use.
24268         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24269         (spam-report-unplug-agent): Doc fixes.
24270         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24271         (spam-report-agentize, spam-report-deagentize): Autoload.
24272
24273 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24274
24275         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24276
24277         * message.el (message-setup-fill-variables): Add mml tags to
24278         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24279         <ajk@iu.edu>.
24280         (message-mode): Don't modify paragraph-separate there.
24281
24282 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24283
24284         * compface.el (uncompface-use-external): Default to undecided.
24285         (uncompface-use-external-threshold): New variable.
24286         (uncompface-float-time): New macro.
24287         (uncompface): Determine whether to use the external decoder if
24288         uncompface-use-external is undecided.
24289
24290 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24291
24292         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24293         after images.
24294
24295         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24296
24297 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24298
24299         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24300
24301         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24302
24303         * gnus-sum.el (gnus-summary-limit-to-age)
24304         (gnus-summary-limit-children): do.
24305
24306         * gnus-int.el (gnus-request-scan): do.
24307
24308         * gnus-group.el (gnus-group-suspend): do.
24309
24310         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24311
24312         * gnus-cite.el (gnus-cite-parse-attributions): do.
24313
24314         * gnus-agent.el (gnus-summary-set-agent-mark)
24315         (gnus-agent-regenerate-group): do.
24316
24317         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24318
24319         * binhex.el (binhex-decode-region-internal): do.
24320
24321 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24322
24323         * gnus-fun.el (gnus-face-properties-alist): New user option.
24324         (gnus-display-x-face-in-from): Use it.
24325
24326         * gnus-art.el (article-display-face): Ditto.
24327
24328         * compface.el (uncompface-use-external): Default to nil.
24329
24330 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24331
24332         * nntp.el (nntp-erase-buffer): New function.
24333         (nntp-retrieve-data, nntp-send-command)
24334         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24335         (nntp-possibly-change-group): Use it.
24336
24337         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24338         Use with-current-buffer.
24339
24340 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24341
24342         * compface.el: Merge the ELisp-based uncompface program.
24343         (compface): New customization group.
24344         (uncompface-use-external): New user option.
24345         (uncompface): Call uncompface-internal if uncompface-use-external
24346         is nil.
24347         (uncompface-internal): New function.  Note that there are also
24348         some other functions and variables added for this function.
24349
24350 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24351
24352         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24353         if necessary.
24354
24355 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24356
24357         * spam-report.el (spam-report-unplug-agent)
24358         (spam-report-plug-agent, spam-report-deagentize)
24359         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24360         Add support for the Agent in spam-report: when unplugged, report to a
24361         file; when plugged, submit all the requests.
24362
24363         * spam.el (spam-register-routine): Fix message about
24364         registration.
24365
24366 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24367
24368         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24369         dependencies.
24370         (rfc2047-encode): Use it.
24371
24372         * gnus-art.el (gnus-button-marker-list): Move before first
24373         reference.
24374
24375         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24376         (imap-parse-body): Fix format string mismatch.
24377
24378         * gnus-score.el (gnus-summary-increase-score): do.
24379
24380         * nnrss.el (nnrss-close): New function.
24381
24382 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24383
24384         * nnrss.el (nnrss-make-filename): New function.
24385         (nnrss-request-delete-group, nnrss-read-server-data)
24386         (nnrss-save-server-data, nnrss-read-group-data)
24387         (nnrss-save-group-data): Use it.
24388         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24389         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24390         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24391
24392 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24393
24394         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24395
24396 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24397
24398         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24399         files.
24400
24401         * message.el (message-generate-headers-first): Don't quote nil
24402         and t in docstrings.
24403
24404         * imap.el (imap-id): do.
24405
24406         * gnus-agent.el (gnus-agent-consider-all-articles)
24407         (gnus-agent-queue-mail): do.
24408
24409 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24410
24411         * spam-report.el (spam-report-process-queue): New function.
24412         Process requests from `spam-report-requests-file'.
24413         (spam-report-process-queue): Doc fix.
24414
24415 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24416
24417         * spam.el (spam-register-routine)
24418         (spam-log-processing-to-registry, spam-log-registered-p)
24419         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24420         Change "check" to "spam-check" for semi-clarity.
24421
24422 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24423
24424         * pop3.el: Require nnheader.
24425
24426         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24427
24428         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24429
24430         * gnus-picon.el: Require cl.
24431
24432         * gnus-fun.el: Require gnus-ems and gnus-util.
24433
24434         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24435
24436         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24437
24438         * gnus-art.el (gnus-article-edit-mode): Define before first
24439         reference.
24440
24441 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24442
24443         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24444         (gnus-uu-post-encoded): Use point-at-bol.
24445
24446         * gnus-topic.el (gnus-group-active-topic-p): do.
24447
24448         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24449
24450         * gnus-group.el (gnus-group-kill-region): do.
24451
24452         * gnus-art.el (article-date-ut): do.
24453
24454         * message.el (message-fetch-field): Remove redundant
24455         case-fold-search binding.
24456         (message-narrow-to-field): Simplify.
24457
24458 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24459
24460         * spam.el (spam-directory): Derive from `gnus-directory'.
24461
24462         * spam-report.el (spam-report-url-to-file)
24463         (spam-report-requests-file): New function and variable for offline
24464         reporting.
24465         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24466         and user defined function.
24467         (spam-report-url-ping-mm-url): Remove doubled slash.
24468
24469 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24470
24471         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24472
24473 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24474
24475         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24476         Fix format string mismatch.
24477
24478         * sieve.el (sieve-deactivate-all): do.
24479
24480         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24481
24482         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24483
24484         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24485
24486         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24487
24488 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24489
24490         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24491         the list of checks.
24492
24493 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24494
24495         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24496         padding.
24497
24498 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24499
24500         * mm-view.el (mm-fill-flowed): New variable.
24501         (mm-inline-text): Use it.
24502
24503 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24504
24505         * spam.el (spam-spamassassin-register-ham-routine)
24506         (spam-spamassassin-register-spam-routine): Fix function names.
24507
24508 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24509
24510         * gnus.el (gnus-tmp-grouplens): Remove.
24511         (gnus-summary-line-format): Remove grouplens.
24512
24513         * gnus-group.el (gnus-group-line-format): Ditto.
24514
24515         * gnus-spec.el (gnus-format-specs): Ditto.
24516         (gnus-update-format-specifications): Flush the group format spec
24517         cache if there's the grouplens stuff.
24518         (gnus-parse-simple-format): Replace %l with the empty string.
24519
24520 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24521
24522         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24523         omission.
24524
24525 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24526
24527         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24528         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24529
24530 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24531
24532         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24533         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24534         New macros and functions.
24535         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24536         Handle > NLINK_MAX messages.
24537         * nnmaildir.el (nnmaildir-request-set-mark):
24538         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24539
24540 2004-01-25  Alex Schroeder  <alex@gnu.org>
24541
24542         * spam-stat.el (spam-stat-process-directory-age): New option.
24543         (spam-stat-process-directory): Use it.
24544
24545 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24546
24547         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24548         (spam-stat-save): Accept prefix argument.
24549
24550 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24551
24552         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24553         links" error.
24554
24555 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24556
24557         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24558         the rest of the and/or forms.
24559
24560 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24561
24562         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24563         compatibility with old .newsrc.eld files.
24564
24565         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24566
24567         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24568
24569         * gnus-start.el (gnus-1): do.
24570
24571         * gnus-group.el (gnus-group-line-format-alist): do.
24572
24573         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24574
24575         * gnus-gl.el: Remove.
24576
24577 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24578
24579         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24580         marks consisting of a single range {for example, (3 . 5)} rather
24581         than a list of a single range { ((3 . 5)) }.
24582
24583 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24584
24585         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24586         Use with-current-buffer.
24587         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24588         avoid consing a string.
24589
24590         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24591         Remove obsolete entries for big5 and gb2312.
24592
24593 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24594
24595         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24596         uncompressed list.
24597
24598 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24599
24600         * spam-stat.el (spam-stat-strip-xref): New function.
24601         (spam-stat-process-directory): Use it.
24602
24603         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24604         here -- it's done in message-fetch-field.
24605
24606 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24607
24608         * gnus-agent.el (gnus-agent-queue-mail)
24609         (gnus-agent-prompt-send-queue): New variables.
24610         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24611         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24612         "nndraft:queue" along to gnus-draft-send.
24613         Use gnus-agent-prompt-send-queue.
24614         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24615         is "nndraft:queue".  Suggested by Gaute Strokkenes
24616         <gs234@srcf.ucam.org>
24617
24618         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24619         (agent-enable-undownloaded-faces): Add.
24620         (gnus-agent-cat-groups): Use eval-and-compile, not
24621         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24622         method of gnus-agent-cat-groups even when the buffer has been
24623         evaled.
24624         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24625         delete gnus-agent-save-active-1.
24626         (gnus-agent-save-groups): Delete.  Identical to
24627         gnus-agent-save-active.
24628         (gnus-agent-write-active): No longer adjust agent's copy of active
24629         file as agent's adjustments are now stored in their own
24630         file.  Remove optional parameter.
24631         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24632         servers.  Add use of min/max range limits from server's local
24633         file.
24634         (gnus-agent-save-alist): Remove unused optional argument.
24635         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24636         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24637         (gnus-agent-set-local): A per-server file that keeps min/max range
24638         limits for articles known to the agent.  Provides a fast mechanism
24639         for altering many active ranges.
24640         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24641         active file (local makes it unnecessary).
24642         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24643
24644         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24645         (agent-enable-undownloaded-faces): Add.
24646
24647         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24648         disable it when sending to "nndraft:queue".
24649         (gnus-group-send-queue): Add safety check to avoid sending queue
24650         when unplugged.
24651
24652         * gnus-group.el (gnus-group-catchup): Use new
24653         gnus-sequence-of-unread-articles, not
24654         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24655         numbers of articles.  Use gnus-range-map to avoid having to
24656         uncompress the unread list.
24657         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24658         Fix invalid ange-ftp reference.
24659
24660         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24661         (gnus-sorted-range-intersection): Intersection of two ranges
24662         without requiring that they first be uncompressed.
24663
24664         * gnus-start.el (gnus-activate-group): Unless blocked by the
24665         caller, possibly expand the active range to include both cached
24666         and agentized articles.
24667         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24668         multiple version-dependent converters.
24669         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24670         gnus-agent-save-active.
24671         (gnus-save-newsrc-file): Save dirty agent range limits.
24672
24673         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24674         gnus-agent-possibly-alter-active.
24675         (gnus-adjust-marked-articles): Faster handling of simple lists.
24676
24677 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24678
24679         * spam-stat.el (spam-stat-test-directory): New optional argument
24680         displays a list of files detected.  Suggested by Andrew Cohen
24681         <cohen@andy.bu.edu>.
24682         (spam-stat-buffer-words-with-scores): Don't narrow and change
24683         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24684
24685 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24686
24687         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24688         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24689         (spam-spamassassin-arguments)
24690         (spam-spamassassin-spam-flag-header)
24691         (spam-spamassassin-positive-spam-flag-header)
24692         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24693         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24694         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24695         (spam-list-of-processors, spam-list-of-checks)
24696         (spam-list-of-statistical-checks, spam-registration-functions)
24697         (spam-check-spamassassin-headers, spam-check-spamassassin)
24698         (spam-spamassassin-score)
24699         (spam-spamassassin-register-with-sa-learn)
24700         (spam-spamassassin-register-spam-routine)
24701         (spam-spamassassin-register-ham-routine)
24702         (spam-assassin-register-spam-routine)
24703         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24704         (spam-bogofilter-score): Fix to show article before scoring.
24705
24706 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24707
24708         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24709         default scoring function.
24710         (spam-generic-score): Call spam-spamassassin-score if
24711         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24712         spam-bogofilter-score otherwise.
24713
24714         * gnus.el (spam-process, spam-autodetect-methods):
24715         Add spamassassin and spamassassin-headers.
24716
24717 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24718
24719         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24720         Suppress unnecessary messages.
24721
24722 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24723
24724         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24725         make-hash-table.
24726
24727 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24728
24729         * canlock.el (base64-encode-string): Don't autoload it.
24730
24731 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24732
24733         * run-at-time.el: Remove useless (require 'itimer),
24734         eval-and-compile and (featurep 'xemacs).
24735
24736 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24737
24738         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24739         GROUP is a virtual group.
24740
24741 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24742
24743         * gnus.el: Autoload `message-y-or-n-p'.
24744
24745 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24746
24747         * pgg-parse.el: Remove unnecessary (require 'custom).
24748
24749         * pgg-def.el: do.
24750
24751         * nnmail.el: do.
24752
24753         * gnus-undo.el: do.
24754
24755         * gnus-picon.el: do.
24756
24757         * gnus-util.el: do.
24758
24759 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24760
24761         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24762
24763 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24764
24765         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24766         handle, as well as a list.
24767
24768         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24769         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24770         (mm-w3m-cid-retrieve): Simplify.
24771
24772 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24773
24774         * message.el (message-kill-to-signature): Allow prefix arg to
24775         specify number of lines to keep before signature.
24776
24777 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24778
24779         * message.el (message-kill-to-signature): Change docstring.
24780
24781 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24782
24783         * canlock.el: Always require sha1-el.
24784         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24785
24786         * message.el: Autoload sha1 only when compiling.
24787
24788         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24789         eudc-expand-inline for XEmacs.
24790
24791 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24792
24793         * message.el (message-canlock-generate): Require sha1-el.
24794
24795 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24796
24797         * message.el (message-expand-name): Silence the byte compiler.
24798
24799         * lpath.el: Add detect-coding-system.
24800
24801         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24802         cus-edit.
24803
24804 2004-01-13  Simon Josefsson  <jas@extundo.com>
24805
24806         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24807         Invoke gnus-score-mode.
24808         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24809
24810         * gnus-range.el (gnus-compress-sequence): Doc fix.
24811         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24812
24813 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24814
24815         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24816
24817 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24818
24819         * spam.el (spam-get-article-as-string): Update to use
24820         gnus-request-article-this-buffer, much simpler.
24821         (spam-get-article-as-buffer): Remove.
24822
24823 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24824
24825         * message.el (message-expand-name): Use EUDC if the user uses that.
24826
24827 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24828
24829         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24830         character for the encoding to avoid consing a string.
24831
24832         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24833         unnecessarily.
24834
24835         * mm-util.el (mm-replace-chars-in-string): Remove.
24836
24837         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24838         of mm-replace-chars-in-string.
24839
24840 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24841
24842         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24843
24844         * mm-util.el (mm-subst-char-in-string): Support inplace.
24845
24846         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24847         a new string in every iteration.  Use shy groups.
24848
24849 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24850
24851         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24852         * gnus-soup.el (gnus-soup-group-brew):
24853         * gnus-msg.el (gnus-put-message):
24854         * gnus-move.el (gnus-group-move-group-to-server):
24855         * gnus-kill.el (gnus-batch-score):
24856         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24857         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24858         (gnus-group-update-group, gnus-group-read-group)
24859         (gnus-group-make-group, gnus-group-make-help-group)
24860         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24861         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24862         (gnus-group-sort-by-unread, gnus-group-catchup)
24863         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24864         (gnus-group-yank-group, gnus-group-set-info)
24865         (gnus-group-list-groups):
24866         * gnus.el (gnus-generate-new-group-name):
24867         * gnus-delay.el (gnus-delay-send-queue):
24868         * nnvirtual.el (nnvirtual-catchup-group):
24869         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24870         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24871         (gnus-group-prepare-topics, gnus-topic-check-topology):
24872         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24873         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24874         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24875         (gnus-group-make-articles-read):
24876         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24877         (gnus-group-change-level, gnus-kill-newsgroup)
24878         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24879         (gnus-get-unread-articles, gnus-make-articles-unread)
24880         (gnus-make-ascending-articles-unread): Use accessor
24881         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24882         to get group information for improved readability.
24883
24884
24885 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24886
24887         * gnus-art.el (article-decode-mime-words, article-babel)
24888         (gnus-article-highlight-signature, gnus-article-add-buttons)
24889         (gnus-signature-toggle): Use gnus-with-article-buffer.
24890
24891         * gnus-art.el (gnus-article-highlight-headers)
24892         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24893
24894         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24895         (gnus-article-set-globals, gnus-request-article-this-buffer)
24896         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24897         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24898         (gnus-mime-display-alternative): Use with-current-buffer.
24899
24900 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24901
24902         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24903         also under 80 char limit, and call gnus-error if needed.
24904         (spam-fetch-article-header): Fix - it was a
24905         buffer-local variable (gnus-newsgroup-data).
24906         (spam-find-spam): Use spam-generate-fake-headers, forget about
24907         spam-insert-fake-headers.
24908         (spam-insert-fake-headers): Remove.
24909
24910 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24911
24912         * deuglify.el (gnus-article-outlook-unwrap-lines)
24913         (gnus-outlook-rearrange-article)
24914         (gnus-outlook-repair-attribution-outlook)
24915         (gnus-outlook-repair-attribution-block)
24916         (gnus-outlook-repair-attribution-other): Remove redundant
24917         save-excursion.
24918
24919 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24920
24921         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24922         (spam-fetch-field-subject-fast)
24923         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24924         (spam-fetch-article-header): Add functions to deal with Gnus
24925         internals for fast retrieval of article header data.
24926         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24927
24928 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24929
24930         * pop3.el (pop3-md5): Remove.
24931         (pop3-apop): Replace pop3-md5 with md5.
24932
24933         * mm-bodies.el: base64 is always built-in.
24934
24935         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24936         Use with-current-buffer.
24937
24938 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24939
24940         * canlock.el (canlock-insert-header): Remove excessive grouping in
24941         regexp.
24942
24943         * gnus-sum.el (gnus-summary-read-document): Ditto.
24944
24945         * gnus-uu.el (gnus-uu-part-number): Ditto.
24946
24947         * html2text.el (html2text-remove-tags): Ditto.
24948         (html2text-format-tags): Ditto.
24949         (html2text-format-single-elements): Ditto.
24950
24951         * mml.el (mml-parse-1): Ditto.
24952
24953 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24954
24955         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24956
24957         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24958
24959         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24960
24961         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24962
24963 2003-11-15  Simon Josefsson  <jas@extundo.com>
24964
24965         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24966         (pgg-gpg-lookup-key): Use regexp match instead of
24967         split-string (split-string is different between emacs 21.2 and
24968         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24969
24970 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24971
24972         * gnus-art.el (gnus-mime-view-all-parts)
24973         (gnus-article-part-wrapper, gnus-article-view-part):
24974         Use with-current-buffer.
24975
24976 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24977
24978         * spam.el (spam-disable-spam-split-during-ham-respool)
24979         (spam-spamoracle-database, spam-cache-lookups)
24980         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24981         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24982         (spam-group-ham-marks, spam-group-spam-marks)
24983         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24984         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24985         also add spam-use-blackholes to the statistical checks.
24986         (spam-fetch-field-fast): Add interface to fetching fields, may
24987         become a macro.
24988         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24989         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24990         (spam-insert-fake-headers): Fake an article when needed.
24991         (spam-find-spam): Fake article when possible.
24992         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24993         (spam-check-bogofilter-headers): Use message-fetch-field instead
24994         of nnmail-fetch-field.
24995
24996 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24997
24998         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24999
25000 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25001
25002         * spam.el (spam-split): Do not require spam-use-CHECK to be
25003         enabled if that check is passed to spam-split explicitly; also
25004         fix so 'spam doesn't get converted to spam-split-group when
25005         spam-split-symbolic-return is t.
25006         (spam-find-spam): Find registrations of the article and use those
25007         instead of re-running spam-split to find the spam/ham
25008         classification of the article.
25009         (spam-log-processing-to-registry, spam-log-registered-p)
25010         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25011         Use gnus-error instead of gnus-message.
25012         (spam-log-registration-type): Add function to determine the
25013         classification of a message based on registry entries; will
25014         return nil if both 'spam and 'ham are found.
25015         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25016         a reasonably fast local cache without the loading errors.
25017         (spam-cache-lookups): Set to t by default.
25018         (spam-find-spam): Don't try to guess spam-cache-lookups.
25019         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25020         spam-caches entry.
25021         (spam-filelist-build-cache, spam-filelist-check-cache):
25022         Fix caching of whitelist/blacklist entries.
25023         (spam-check-whitelist, spam-check-blacklist):
25024         Invoke spam-from-listed-p with a type, not a cache variable.
25025         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25026
25027 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25028
25029         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25030
25031         * nnmail.el (nnmail-split-fancy): do.
25032
25033         * mml.el (mml-parse): do.
25034
25035         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25036         (gnus-score-adaptive): do.
25037
25038 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25039
25040         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25041         (gnus-mime-button-map): Don't set keymap parent.
25042         (gnus-button-ctan-directory-regexp): Use shy grouping.
25043         (gnus-prev-page-map): Don't set keymap parent.
25044         (gnus-prev-page-map): Remove duplicated one.
25045         (gnus-next-page-map): Don't set keymap parent.
25046         (gnus-mime-security-button-map): Ditto.
25047
25048         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25049         version number.
25050
25051         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25052
25053 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25054
25055         * canlock.el (canlock-sha1-function): Remove.
25056         (canlock-sha1-function-for-verify): Remove.
25057         (canlock-openssl-program): Remove.
25058         (canlock-openssl-args): Remove.
25059         (canlock-ignore-errors): Remove.
25060         (canlock-sha1-with-openssl): Remove.
25061         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25062         (canlock-verify): Don't use canlock-ignore-errors.
25063
25064         * sha1-el.el (sha1-string-external): Make it can return a string
25065         in binary form.
25066         (sha1-region-external): Ditto.
25067         (sha1-string-internal): Ditto.
25068         (sha1-region-internal): Ditto.
25069         (sha1-region): Ditto.
25070         (sha1-string): Ditto.
25071         (sha1): Ditto.
25072
25073 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25074
25075         * spam.el (spam-report-articles-gmane): New command.
25076
25077 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25078
25079         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25080
25081         * run-at-time.el (run-at-time-saved): Remove.
25082         (run-at-time): Doc fix.
25083
25084 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25085
25086         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25087         (gnus-summary-limit-map): Add it.
25088         (gnus-summary-make-menu-bar): do.
25089
25090 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25091
25092         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25093         Make attempt at some caching support (done for BBDB only now).
25094         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25095         addresses to be checked.
25096         (spam-clear-cache-BBDB): Add function, to be invoked by
25097         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25098         (spam-check-BBDB): Check and use the caches, if
25099         spam-cache-lookups is on, remove superfluous (provide).
25100
25101 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25102
25103         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25104
25105 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25106
25107         * run-at-time.el (run-at-time-saved): Move to after the definition
25108         of `run-at-time'.
25109
25110         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25111
25112 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25113
25114         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25115         mm-w3m-local-map-property.
25116
25117         * mm-view.el (mm-w3m-mode-map): Remove.
25118         (mm-w3m-local-map-property): Remove.
25119         (mm-inline-text-html-render-with-w3m): Don't use
25120         mm-w3m-local-map-property.
25121
25122 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25123
25124         * run-at-time.el: New file.
25125
25126         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25127         under Emacs.
25128
25129         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25130         of gnus-set-text-properties.
25131
25132         * gnus-uu.el (gnus-uu-save-article): Ditto.
25133
25134         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25135
25136         * gnus-cite.el (gnus-cite-parse): Ditto.
25137
25138         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25139         of gnus-.
25140
25141         * gnus-xmas.el (run-at-time): Require run-at-time.
25142
25143         * gnus.el: Change calls to nnheader-run-at-time and
25144         password-run-at-time throughout to use run-at-time directly.
25145
25146         * password.el: Remove definition of run-at-time.
25147
25148         * nnheaderxm.el: Remove definition of run-at-time.
25149
25150 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25151
25152         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25153         in prompt.
25154
25155 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25156
25157         * messagexmas.el (message-xmas-redefine): Alias
25158         `message-make-caesar-translation-table' to
25159         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25160         version.
25161
25162         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25163         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25164         `gnus-xmas-set-text-properties'.
25165         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25166         `gnus-xmas-completing-read'.
25167         (gnus-xmas-completing-read): Removed.
25168         (gnus-xmas-open-network-stream): Removed.
25169
25170         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25171         XEmacs version.
25172
25173         * dns.el (dns-make-network-process): Use `open-network-stream'
25174         instead of `gnus-xmas-open-network-stream'.
25175
25176         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25177
25178         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25179
25180 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25181
25182         * gnus-art.el (gnus-mime-display-alternative)
25183         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25184         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25185         Don't use gnus-local-map-property.
25186
25187         * gnus-util.el (gnus-local-map-property): Remove.
25188
25189         * mm-view.el (mm-view-pkcs7-decrypt):
25190         Replace gnus-completing-read-maybe-default with completing-read.
25191
25192         * gnus-util.el (gnus-completing-read): do.
25193         (gnus-completing-read-maybe-default): Remove.
25194
25195 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25196
25197         * password.el: Only autoload `run-at-time' if not XEmacs.
25198         Only autoload the itimer functions if XEmacs.
25199
25200 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25201
25202         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25203         XEmacsen.
25204
25205         * dgnushack.el: Autoload executable-find for XEmacs.
25206
25207 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25208
25209         * gnus-art.el (gnus-read-string): Remove.
25210         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25211         read-string.
25212
25213 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25214
25215         * netrc.el: Autoload password-read.
25216         (netrc): Add configuration group.
25217         (netrc-encoding-method, netrc-openssl-path):
25218         Add variables for encoding and decoding of files with symmetric
25219         ciphers.
25220         (netrc-encode): Add assistant function to encode a file with
25221         netrc-encoding-method.
25222         (netrc-parse): Add interactive parameter, added optional
25223         decoding if netrc-encoding-method is non-nil but otherwise
25224         behavior is standard.
25225         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25226         Do s/encode/encrypt/ everywhere.
25227
25228         * spam.el: Remove executable-find autoload.
25229
25230 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25231
25232         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25233
25234         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25235
25236 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25237
25238         * gnus-art.el (gnus-treat-ansi-sequences)
25239         (article-treat-ansi-sequences): New variable and function.
25240         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25241
25242         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25243         Use it.
25244
25245 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25246
25247         * mm-util.el (mm-quote-arg): Remove.
25248
25249         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25250         shell-quote-argument.
25251
25252         * gnus-uu.el (gnus-uu-command): do.
25253
25254         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25255
25256         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25257         with make-char.
25258
25259         * mm-util.el (mm-make-char): Remove.
25260
25261         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25262         add-minor-mode.
25263
25264         * gnus-undo.el (gnus-undo-mode): do.
25265
25266         * gnus-topic.el (gnus-topic-mode): do.
25267
25268         * gnus-sum.el (gnus-dead-summary-mode): do.
25269
25270         * gnus-start.el (gnus-slave-mode): do.
25271
25272         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25273
25274         * gnus-ml.el (gnus-mailing-list-mode): do.
25275
25276         * gnus-gl.el (gnus-grouplens-mode): do.
25277
25278         * gnus-draft.el (gnus-draft-mode): do.
25279
25280         * gnus-dired.el (gnus-dired-mode): do.
25281
25282         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25290         Replace gnus-char-width with char-width.
25291
25292         * gnus-ems.el (gnus-char-width): Remove.
25293
25294         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25295         definition.
25296         Remove Emacs 20 hash table compatibility code.
25297
25298         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25299         20 compatibility code.
25300
25301         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25302
25303         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25304
25305         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25306         Replace with point-at-{eol,bol}.
25307
25308         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25309
25310         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25311
25312         * flow-fill.el (fill-flowed-point-at-bol)
25313         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25314
25315         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25316         Replace with point-at-{eol,bol} throughout all files.
25317
25318 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25319
25320         * ntlm.el (ntlm-string-as-unibyte): New macro.
25321         (ntlm-build-auth-response): Use it.
25322
25323         Remove Emacs 20 stuff:
25324         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25325         (butlast, mapc, remove): Remove the compiler macros.
25326         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25327         of delq and copy-sequence.
25328         * gnus-art.el (popup-menu): Remove the compiler macro.
25329         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25330         Emacs 20.
25331
25332 2004-01-05  Simon Josefsson  <jas@extundo.com>
25333
25334         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25335         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25336         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25337         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25338         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25339         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25340         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25341         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25342         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25343         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25344         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25345         string-xor into ntlm-string-xor.
25346         Suggested by Jesper Harder <harder@myrealbox.com>.
25347
25348         * ntlm.el: Don't include poem.
25349
25350         * md4.el (print-int32, print-string-hexa): Remove.
25351         Suggested by Jesper Harder <harder@myrealbox.com>.
25352
25353         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25354
25355         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25356         probably breaks emacs with DL patch, but do we care? Is anyone
25357         still using the DL stuff?)
25358
25359         * sieve-manage.el: Use the password package.
25360         (sieve-manage-read-passwd): Remove.
25361         (sieve-manage-interactive-login): Use password.  Re-add
25362         condition-case around loop.
25363
25364         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25365         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25366         Use the password package.
25367
25368 2003-02-19  Simon Josefsson  <jas@extundo.com>
25369
25370         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25371         token.
25372
25373 2002-08-07  Simon Josefsson  <jas@extundo.com>
25374
25375         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25376         (sieve-manage-authenticators):
25377         (sieve-manage-authenticator-alist): Add some SASL mechs.
25378         (sieve-sasl-auth): New function.
25379         (sieve-manage-cram-md5-auth):
25380         (sieve-manage-plain-auth): Rewrite using SASL library.
25381         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25382         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25383         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25384         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25385
25386 2004-01-05  Simon Josefsson  <jas@extundo.com>
25387
25388         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25389         New files.
25390
25391 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25392
25393         * gnus-group.el (gnus-no-groups-message): Update.
25394
25395         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25396
25397 2003-11-09  Simon Josefsson  <jas@extundo.com>
25398
25399         * imap.el: Support for ID IMAP extension (RFC 2971).
25400         (imap-local-variables): Add imap-id.
25401         (imap-id): New variable.
25402         (imap-id): New function.
25403         (imap-parse-response): Parse untagged ID response.
25404         * nnimap.el (nnimap-id): New variable.
25405         (nnimap-open-connection): Use it.
25406
25407 2003-12-28  Simon Josefsson  <jas@extundo.com>
25408
25409         * gnus-score.el (gnus-score-edit-all-score): New.
25410         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25411
25412 2004-01-04  Simon Josefsson  <jas@extundo.com>
25413
25414         * password.el: Add.
25415
25416 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25417
25418         * dns.el (dns-query-types): Fix typo.
25419         (dns-query-types): New function.
25420         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25421         PTR and SOA replies, see RFC 1035.
25422
25423 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25424
25425         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25426
25427         * Move to Changelog.2.
25428
25429 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25430
25431         * gnus.el (gnus-version-number): Bump version.
25432
25433 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25434
25435         * gnus.el: No Gnus v0.1 is released.
25436
25437 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25438
25439         * gnus.el: No Gnus v0.0 is released.
25440
25441 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25442
25443         * gnus.el (gnus-version-number): Bump.
25444         (gnus-version): No.
25445
25446 See ChangeLog.2 for earlier changes.
25447
25448   Copyright (C) 2004-2012 Free Software Foundation, Inc.
25449
25450   This file is part of GNU Emacs.
25451
25452   GNU Emacs is free software: you can redistribute it and/or modify
25453   it under the terms of the GNU General Public License as published by
25454   the Free Software Foundation, either version 3 of the License, or
25455   (at your option) any later version.
25456
25457   GNU Emacs is distributed in the hope that it will be useful,
25458   but WITHOUT ANY WARRANTY; without even the implied warranty of
25459   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25460   GNU General Public License for more details.
25461
25462   You should have received a copy of the GNU General Public License
25463   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25464
25465 ;; Local Variables:
25466 ;; coding: utf-8
25467 ;; fill-column: 79
25468 ;; add-log-time-zone-rule: t
25469 ;; End: