5f45093da9132e98a15ea8c9d2370399728ae653
[gnus] / lisp / ChangeLog
1 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4         the raw article, and change `C-u g' to show the article without doing
5         treatments.
6
7         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8         on to `gnus-treat-article'.
9         (gnus-inhibit-article-treatments): New variable.
10
11         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
12
13         * gnus-art.el (gnus-treatment-function-alist): Have
14         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
15         (gnus-treat-fill-long-lines): Change default to fill all text/plain
16         sections.
17
18         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
19         parameter.
20         (gnus-article-fill-cited-long-lines): New function.
21         (gnus-article-fill-cited-article): Allow filling only long sections.
22
23         * shr.el (shr-find-fill-point): Don't break lines between punctuation
24         and non-punctuation (like after the apostrophe in "'We").
25
26         * gnus-sum.el (gnus-summary-select-article): Make sure
27         gnus-original-article-buffer is alive.
28
29         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
30         reflect the order they're in in the digest.
31
32         * gnus.el (gnus-group-startup-message): Move point to the start of the
33         buffer.
34
35         * nnimap.el (nnimap-capability): New function.
36         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
37         is set.
38
39 2010-10-31  David Engster  <dengste@eml.cc>
40
41         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
42         conform with changes to gnus-completing-read.
43
44 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * shr.el (shr-tag-img): Output "*" instead of "[img]".
47
48 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
49
50         * nnir.el move defvar, defcustom around to keep file organized and keep
51         byte-compiler quiet.
52         (nnir-read-parms): accept search-engine as arg.
53         (nnir-run-query): pass search-engine as arg.
54         (nnir-search-engine): remove.
55
56 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * shr.el (shr-generic): The text nodes should be text, not :text.
59
60         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
61         later in the file.
62
63 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
64
65         * nnir.el: general clean up. allow searching with multiple
66         engines. allow separate extra-parameters for each engine. batch queries
67         when possible.
68         (nnir-imap-default-search-key,nnir-method-default-engines): add
69         customize interface.
70         (nnir-run-gmane): new engine.
71         (nnir-engines): use it. qualify all prompts with engine name.
72         (nnir-search-engine): remove global variable.
73         (nnir-run-hyrex): restore for now.
74         (nnir-extra-parms,nnir-search-history): new variables.
75         (gnus-group-make-nnir-group): use them.
76         (nnir-group-server): remove in favor of gnus-group-server.
77         (nnir-request-group): avoid searching twice.
78         (nnir-sort-groups-by-server): new function.
79
80 2010-10-30  Julien Danjou  <julien@danjou.info>
81
82         * gnus-group.el: Remove gnus-group-fetch-control.
83
84         * gnus-start.el (gnus-find-new-newsgroups): Remove
85         gnus-check-first-time-used.
86
87         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
88
89 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
90
91         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
92         set on groups that don't have \* permanentflags.
93
94 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
97         control the background color.
98         (shr-tag-img): Ignore very small web bug type images.
99         (shr-put-image): Add help-echo alt texts to the images.
100         (shr-tag-video): Show the video poster image.
101
102 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * shr.el (shr-table-depth): New variable.
105         (shr-tag-table-1): Only insert the images after the top-level table.
106
107         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
108
109         * gnus-util.el (gnus-list-memq-of-list): New function.
110
111         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
112         selected.
113         (nnimap-unsplittable-articles): New slot.
114         (nnimap-new-articles): Use it.
115
116 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
117
118         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
119         move to the previous line on `M-g'.
120
121 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
124         *-request-group, which seems unnecessary.
125
126         * nnimap.el (nnimap-quote-specials): Function copied over from
127         imap.el.
128         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
129         they support that.  Suggested by Tom Regner.
130
131 2010-10-29  Julien Danjou  <julien@danjou.info>
132
133         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
134         defalias.
135         (gnus-summary-delete-marked-with): Remove obsolete defalias.
136
137         * gnus.el: Remove `gnus-nntp-service' variable.
138         (gnus-secondary-servers): Make obsolete.
139         (gnus-nntp-server): Make obsolete.
140
141         * gnus-start.el (gnus-1): Remove x-splash calls.
142
143         * gnus-ems.el (gnus-x-splash): Remove.
144
145         * gnus.el (gnus-group-startup-message): Simplify/update code.
146
147         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
148         definition.
149
150         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
151         capability before doing anything.
152         (gnus-group-insert-group-line): Remove useless
153         gnus-group-remove-excess-properties.
154
155 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
158
159 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
162         config after reselecting.
163
164 2010-10-28  Julien Danjou  <julien@danjou.info>
165
166         * shr.el (shr-put-image): Use point even if only inserting text.
167         (shr-put-image): Save excursion when inserting alt text on non-graphic
168         display, so the behaviour is the same when we are on a graphic display.
169
170         * nnir.el (nnir-run-swish-e): Remove hyrex support.
171
172 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
175         (gnus-mime-copy-part): Check coding system, not charset.
176         (gnus-mime-view-part-externally): Never remove part.
177         (gnus-mime-view-part-internally): Don't remove part here.
178         (gnus-article-part-wrapper): Make sure MIME tag is visible.
179         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
180         multipart/alternative.
181
182         * mm-decode.el (mm-display-part): Take optional arg `force'.
183
184 2010-10-26  Julien Danjou  <julien@danjou.info>
185
186         * gnus-group.el (gnus-group-default-list-level): Add this function to
187         compute the default list level.
188         (gnus-group-default-list-level): Add possibility to use a function.
189
190 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
193
194         * gnus-group.el (gnus-group-completing-read)
195         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
196         gnus-replace-in-string.
197
198 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * shr.el (shr-tag-div): Added.
201
202         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
203
204 2010-10-25  Julien Danjou  <julien@danjou.info>
205
206         * gnus-util.el: Remove `gnus-with-local-quit'.
207
208         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
209
210 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
213         the original article buffer.
214
215 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * nnimap.el (nnimap-request-head): New function.
218         (nnimap-request-move-article): Try to be slighly faster by not
219         requesting the entire message when moving.
220         (nnimap-transform-headers): Don't bug out on bodiless articles.
221         (nnimap-send-command): Have no outstanding messages if the IMAP server
222         doesn't support streaming.
223         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
224
225 2010-10-24  Julien Danjou  <julien@danjou.info>
226
227         * message.el (message-default-headers): Fix type.
228
229 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
232         prefetching images.
233
234         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
235         backend for unknown groups.  This is mainly useful for nnimap groups.
236
237         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
238         group isn't covered by the agent.
239
240 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
241
242         * nnir.el (nnir-method-default-engines): new variable.
243         (nnir-run-query): use it.
244         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
245         (gnus-summary-nnir-goto-thread): change group if needed.
246
247         * gnus-group.el (gnus-group-group-map): add key binding for
248         gnus-group-make-nnir-group.
249
250 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * shr.el (shr-tag-object): Added.
253
254         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
255         original article buffer live.
256         (gnus-summary-select-article-buffer): Mention
257         gnus-widen-article-buffer.
258
259 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * shr.el (shr-tag-strong): Added.
262
263 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
266         group names.  They mess up the group buffer badly.
267
268         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
269
270         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
271         instead of the summary one.
272
273 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * mml.el (mml-preview): Work properly when editing article.
276
277         * gnus-start.el (gnus-read-active-file-1): Don't add method to
278         gnus-have-read-active-file if it's already been in.
279
280 2010-10-22  Tom Tromey  <tromey@redhat.com>
281
282         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
283         gnus-group-completing-read.
284
285 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * message.el (message-mode-map): Don't bind M-; to comment region, to
288         allow the global comment-dwim to work.
289
290 2010-10-21  Julien Danjou  <julien@danjou.info>
291
292         * message.el (message-setup-1): Allow message-default-headers to be a
293         function.
294
295 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * shr.el (shr-tag-table): Simplify.
298
299 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
302         to avoid trying to snarf invalid stuff.
303
304         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
305
306         * gnus.el (gnus-message-archive-group): Quote value.
307         (gnus-message-archive-group): Mark as changed.
308
309         * shr.el (shr-add-font): Don't put the font properties on the newline
310         or the indentation.
311
312         * message.el (message-fix-before-sending): Change options when sending
313         non-printable characters.
314
315         * gnus.el (gnus-message-archive-method): Change the default to
316         monthly outgoing groups.
317
318         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
319         that have gotten new numbers.
320
321         * nnimap.el (nnimap-request-replace-article): New function.
322
323 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
326         (nnrss-request-article): Don't use special html washing code.
327
328 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * shr.el (shr-tag-table): Remove useless nconc.
331
332 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * gnus-art.el (article-wash-html): Simplify and remove the charset
335         stuff.  Use the normal html rendering code instead of the special html
336         washing code.
337
338         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
339         `gnus-w3m' symbols.
340         (mm-text-html-washer-alist): Removed.
341
342         * mm-decode.el (mm-inline-text-html-renderer): Removed.
343         (mm-inline-media-tests): Removed use.
344         (mm-text-html-renderer): Change default to the `shr' symbol.
345
346         * mm-view.el (mm-inline-text-html): Removed use.
347
348         * gnus-art.el (gnus-blocked-images): New function.  Allow the
349         `gnus-blocked-images' to be a function.
350         (gnus-article-wash-function): Removed.
351
352 2010-10-20  Julien Danjou  <julien@danjou.info>
353
354         * spam.el (spam-list-of-processors): Mark as obsolete.
355
356         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
357         (nnimap-insert-partial-structure): Fix boundary detection.
358
359 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
360
361         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
362         run file-truename on remote files.  This can be expensive and even
363         prevent one from editing drafts if some unrelated buffer has a stale
364         connection.
365
366 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
369         kinsoku-eol regardless of shr-kinsoku-shorten.
370         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
371         (shr-tag-table): Support caption, thead, and tfoot.
372
373 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
374
375         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
376         lines.
377         (shr-save-contents): New command and keystroke.
378
379         * nndoc.el (nndoc-type-alist): Add git support.
380         (nndoc-git-type-p): New function.
381         (nndoc-transform-git-article): Ditto.
382         (nndoc-transform-git-headers): Ditto.
383         (nndoc-transform-git-headers): Generate Subject headers.
384
385         * shr.el (shr-parse-style): New function.
386         (shr-tag-span): Ditto.
387
388         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
389         to `G G' to avoid collisions.
390
391 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * shr.el: Load kinsoku if necessary.
394         (shr-kinsoku-shorten): New internal variable.
395         (shr-find-fill-point): Make kinsoku shorten text line if
396         shr-kinsoku-shorten is bound to non-nil.
397         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
398         shr-indentation too when testing if table is wider than frame width.
399         (shr-insert-table): Use `string-width' instead of `length' to measure
400         text width.
401         (shr-insert-table-ruler): Make sure indentation is done at bol.
402
403 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
404
405         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
406         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
407         undecoded network data.
408
409 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
412         name in the mode line spec so that the mode line menu works
413         (bug #2431).
414
415         * message.el (message-get-reply-headers): If we're fed `to-address',
416         then always use that.
417
418         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
419         aren't so wide as to need to switch off the edit menu.
420
421         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
422         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
423
424         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
425         `M-g'.
426         (nnimap-update-info): Update flags/read marks even if \* isn't part of
427         the permanent marks.
428
429 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
430
431         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
432         Splitting according to references/in-reply-to obeys the ignore-groups
433         variable, while splitting by sender and subject do not.
434
435 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
438         alist, so that we can look for non-Unicode chars.
439         (article-translate-strings): Allow both character and string maps.
440
441 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * shr.el (shr-insert): Don't insert space behind a wide character
444         categorized as kinsoku-bol, or between characters both categorized as
445         nospace.
446
447 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
448
449         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
450         headers to gnus-newsgroup-headers.
451
452 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * shr.el (shr-tag-img): Don't align images -- since we're not
455         rescaling, this often leads to ugly displays.
456
457 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
458
459         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
460         duplicates.
461
462 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
463
464         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
465         call.
466
467 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * gnus.el: Autoload gnus-html-show-images.
470
471         * nnimap.el: Use nnheader-message throughout.
472
473         * shr.el (shr-tag-img): Ignore images with no data.
474
475 2010-10-15  Julien Danjou  <julien@danjou.info>
476
477         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
478         a possibility to disable format=flow encoding when using hard newlines.
479
480 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
481
482         * shr.el (shr-insert): Remove space inserted before or after a
483         breakable character or at the beginning or the end of a line.
484         (shr-find-fill-point): Do kinsoku; find the second best point or give
485         it up if there's no breakable point.
486
487 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * nnimap.el (nnimap-open-connection): Message when opening connection
490         for debugging purposes.
491
492         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
493         on every setup buffer call to allow this to change from article to
494         article.
495
496         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
497         buffers where we have a wide table.
498
499 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
500
501         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
502         uses *-request-thread.
503
504 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * nnimap.el (nnimap-open-connection): Remove %s from openssl
507         incantation, which is no longer valid.
508
509 2010-10-14  Julien Danjou  <julien@danjou.info>
510
511         * shr.el: Fix defcustom type (char -> character).
512
513 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * nnimap.el (nnimap-open-connection): tls-program should be a list of
516         programs.
517
518 2010-10-14  Julien Danjou  <julien@danjou.info>
519
520         * shr.el (shr-tag-a): Use url-link as widget type.
521
522         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
523         `gnus-group-get-icon'.
524
525 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
528         This should make server editing work better.
529
530         * shr.el (shr-find-fill-point): Don't inloop on indented text.
531
532         * tls.el (tls-program): Remove spurious %s from openssl.
533
534         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
535         (nnimap-parse-flags): Fix regexp.
536
537         * shr.el (shr-find-fill-point): Use a filling algorithm that should
538         probably work for CJVK text, too.
539
540         * nnimap.el (nnimap-extend-tls-programs): Removed.
541         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
542
543         * tls.el (tls-starttls-switches): Remove starttls hack.
544         (open-tls-stream): Ditto.
545         (tls-find-starttls-argument): Ditto.
546
547 2010-10-13  Julien Danjou  <julien@danjou.info>
548
549         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
550         responses.
551
552 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
555
556         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
557         anything in Emacs.
558
559         * shr.el (shr-current-column): Remove buggy and unnecessary function.
560
561 2010-10-13  Julien Danjou  <julien@danjou.info>
562
563         * shr.el (shr-width): Make shr-width a defcustom with default to
564         fill-column.
565         (shr-tag-img): Use shr-width rather than fill-column.
566
567 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * dgnushack.el (byte-optimize-apply)
570         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
571
572         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
573         position when (X-)Faces exist.
574         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
575         avatars when called interactively.
576
577 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
580         gnus-article-x-face-too-ugly is bound.
581
582 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
585
586         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
587         mailbox that doesn't exist.
588
589 2010-10-12  Julien Danjou  <julien@danjou.info>
590
591         * shr.el (shr-tag-img): Encode URL properly when retrieving.
592         (shr-get-image-data): Encode URL properly when fetching from cache.
593         (shr-tag-img): Use aligned-to spaces to align correctly images.
594
595         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
596         before inserting the Gravatar.
597
598         * shr.el (shr-tag-img): Add align attribute support for <img>.
599
600 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * gnus-gravatar.el (gnus-art): Required.
603
604         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
605         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
606         Remove long obsoleted functions.
607
608 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
611
612         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
613
614         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
615         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
616         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
617         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
618         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
619         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
620         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
621
622 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * nnimap.el (nnimap-request-rename-group): Select group read-only
625         before renaming it.
626
627         * shr.el (shr-insert): Fix up the white space only regexp.
628
629         * nnimap.el (nnimap-transform-split-mail): Not all articles have
630         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
631
632         * shr.el (shr-current-column): New function.
633         (shr-find-fill-point): New function.
634
635 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
636
637         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
638         numbers.
639
640 2010-10-11  Julien Danjou  <julien@danjou.info>
641
642         * shr.el (shr-hr-line): Add.
643         (shr-tag-hr): Use shr-hr-line to specify which character to use to
644         display hr lines.
645         (shr-max-columns): Do not change state to nil if we just inserting
646         spaces.
647
648 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-topic.el (gnus-topic-read-group): If after the last group,
651         select the last group.
652
653 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
654
655         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
656
657 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
658
659         * dig.el (dig-mode-map): Declare and define in one step.
660
661 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
664         for Gnus.
665         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
666         (nnimap-update-qresync-info): Mark \Seen articles as read.
667
668         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
669         non-variable, too.
670
671         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
672         available.
673         (nnimap-update-info): Rely more on the current active than the param
674         active to avoid marking articles as read too much.
675
676         * auth-source.el (auth-source-create): Use (user-login-name) for the
677         user name default.
678
679         * nnimap.el (nnimap-update-info): If the server doesn't return any
680         useful info, just use the previous info.
681         (nnimap-update-info): Prefer old info over start-article.
682         (nnimap-update-qresync-info): Finish implementing QRESYNC.
683
684 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
685
686         * nnir.el (autoload): Clean up autoloads.
687         (nnir-imap-default-search-key): Renamed from
688         nnir-imap-search-field. Use key rather than value.
689         (nnir-imap-search-other): New variable.
690         (nnir-read-parm): Use it.
691         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
692         (gnus-summary-nnir-goto-thread): Modify to work with imap.
693
694 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
695
696         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
697         the process, too.
698
699 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
702         Allbery.
703
704         * shr.el: Rework the way things are indented by <li> slightly.
705
706         * gnus.el (gnus-group-set-parameter): Fix typo.
707
708         * nnimap.el: Start implementing QRESYNC support.
709
710 2010-10-09  Julien Danjou  <julien@danjou.info>
711
712         * nnir.el (nnir-engines): Fix too many arguments.
713
714 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
717         group is the "last", so that the backends like nnfolder actually save
718         their folders.
719
720         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
721         try to use that for the tls stream.
722         (nnimap-retrieve-group-data-early): Rework the marks code to heed
723         UIDVALIDITY and find out which groups are read-only and not.
724         (nnimap-get-flags): Use the same marks parsing code as the rest of
725         nnimap.
726
727 2010-10-09  Julien Danjou  <julien@danjou.info>
728
729         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
730
731         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
732         retrieving gravatars.
733
734         * shr.el (shr-table-corner): Add.
735         (shr-table-line): Add.
736         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
737
738 2010-10-08  Julien Danjou  <julien@danjou.info>
739
740         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
741
742 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
743
744         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
745
746         * gnus-sum.el (gnus-mark-article-as-unread)
747         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
748         (gnus-summary-set-bookmark): Use it.
749
750         * gnus-msg.el (gnus-setup-message): Use it.
751
752         * gnus-demon.el (gnus-demon-remove-handler): Use it.
753
754         * gnus.el (gnus-group-remove-parameter): Use it.
755
756         * gnus-group.el (gnus-group-make-web-group): Use it.
757
758         * gnus-demon.el (gnus-demon-remove-handler): Use it.
759
760         * nnregistry.el: Update docs to mention manual.
761
762         * gnus-registry.el: Update docs to mention nnregistry.el.
763         (gnus-registry-initialize): Don't install nnregistry refer method
764         automatically.
765         (gnus-registry-install-nnregistry): Remove it.
766
767 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * shr.el (shr-insert): Don't insert double spaces.
770
771 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * gnus-gravatar.el (gnus-treat-from-gravatar)
774         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
775         called interactively.
776
777         * gnus-art.el (gnus-mime-view-part-externally)
778         (gnus-mime-view-part-internally): Make predicate function passed to
779         gnus-mime-view-part-as-type assume argument is a mime type, not a list
780         of a mime type.
781
782         * shr.el (shr-table-widths): Don't use cl function `reduce'.
783
784 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * shr.el (require): Require cl when compiling.
787         (shr-tag-hr): New function.
788
789         * nnimap.el (nnimap-update-info): Remove double setting of high.
790         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
791         makes nnimap work properly on Courier again.
792
793         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
794         the variable for backwards compatability.
795
796         * mm-decode.el (mm-save-part): If given a non-directory result, expand
797         the file name before using to avoid setting mm-default-directory to
798         nil.
799
800         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
801         bidning gnus-agent variables.
802
803         * shr.el (shr-render-td): Use a cache for the table rendering function
804         to avoid getting an exponential rendering behaviour in nested tables.
805         (shr-insert): Rework the line-breaking algorithm.
806         (shr-insert): Don't leave trailing spaces.
807         (shr-insert-table): Also insert empty TDs.
808         (shr-tag-blockquote): Ensure paragraphs after </ul>.
809
810 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
811
812         * gnus-sum.el (gnus-number): Rename from `number'.
813         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
814         (gnus-summary-limit-children): Update uses correspondingly.
815
816 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
819         (gnus-gravatar-transform-address): Don't show avatars of people of
820         which mail addresses match gnus-gravatar-too-ugly.
821
822 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * shr.el (shr-table-widths): Expand TD elements to fill available
825         space.
826
827 2010-10-07  Julien Danjou  <julien@danjou.info>
828
829         * nnimap.el (nnimap-request-rename-group): Add this method.
830
831 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
834         name from XEmacs' function-arglist.
835
836         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
837         gravatar under XEmacs.
838
839 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
840
841         * auth-source.el: Update docs with TODO items.
842
843         * gnus-sync.el: Update docs to explain state and plans.
844
845         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
846         Hooks for mark updates.
847         (gnus-request-set-mark, gnus-request-update-mark): Use them.
848
849         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
850         hooks with arguments, which is needed for mark update hooks.
851
852 2010-10-06  Julien Danjou  <julien@danjou.info>
853
854         * gnus.el (gnus-expand-group-parameter): Only return and act on what
855         was matched.
856
857         * sieve-manage.el: Update example in `Commentary'.
858
859         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
860
861         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
862         not 2000.
863         (sieve-manage-authenticate): Re-add function.
864
865 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * shr.el (shr-insert): Get 'space transition right.
868         (shr-render-td): Only delete space at the end of the TD.
869
870         * nnimap.el (nnimap-open-connection): Prepare to support
871         open-gnutls-stream.
872
873         * shr.el: Rearrange function order to be more logical.
874
875 2010-10-06  Julien Danjou  <julien@danjou.info>
876
877         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
878         (nnrss-discover-feed): Remove 404 URL in docstring.
879
880         * nnir.el: Fix Swish-E URL.
881         Fix Namazu URL.
882
883         * message.el (message-change-subject): Remove 404 URL in a comment.
884
885 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
888         called interactively.
889
890         * gnus-util.el (gnus-remove-if): Allow hash table.
891         (gnus-remove-if-not): New function.
892
893         * gnus-art.el (gnus-mime-view-part-as-type)
894         * gnus-score.el (gnus-summary-score-effect)
895         * gnus-sum.el (gnus-read-move-group-name):
896         Replace remove-if-not with gnus-remove-if-not.
897
898         * gnus-group.el (gnus-group-completing-read):
899         Regard collection as a hash table if it is not a list.
900
901 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * shr.el (shr-render-td): Allow blank/missing <TD>s.
904
905         * shr.el: Document the table-rendering algorithm.
906
907 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
908
909         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
910         for Emacsen having no `libxml-parse-html-region' support.
911
912 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
915         invalid URLs.
916
917         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
918         line-broken.
919         (shr-tag-img): Ignore image fetching errors.
920         (shr-overlays-in-region): Compute overlay positions correctly.
921
922         * mm-decode.el (mm-shr): Require shr.
923
924         * gnus-art.el (gnus-blocked-images): Move variable here.
925
926         * shr.el (shr-insert-table): Bind free variable.
927
928         * mm-decode.el (mm-shr): Bind shr-content-function.
929
930         * shr.el (shr-content-function): New variable.
931
932         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
933         added for symmetry.
934
935         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
936
937         * gnus-group.el (gnus-group-make-group): Doc fix.
938
939         * nnimap.el (nnimap-request-newgroups): Return success.
940
941         * shr.el (shr-find-elements): New function.
942         (shr-tag-table): Put all the images after the table.
943         (shr-tag-table): Really inhibit images inside the table.
944         (shr-collect-overlays): Copy over overlays from the TD elements to the
945         main document.
946
947         * mm-decode.el (mm-shr): Bind shr-blocked-images to
948         gnus-blocked-images.
949
950 2010-10-05  Julien Danjou  <julien@danjou.info>
951
952         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
953
954         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
955         (gnus-html-maximum-image-size): Add this function.
956         (gnus-html-put-image): Use gnus-html-maximum-image-size.
957
958         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
959         server-value of the capability is nil.
960
961 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * shr.el (shr-tag-em): Add <EM> tag.
964
965 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
966
967         * sieve-manage.el (sieve-manage-default-stream): Make default stream
968         customizable.
969
970         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
971         handing broken links to browse-url.
972
973 2010-10-05  Julien Danjou  <julien@danjou.info>
974
975         * gnus-util.el (gnus-emacs-completing-read)
976         (gnus-iswitchb-completing-read): Use autoload rather than require.
977
978 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
981         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
982         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
983         iswitchb-temp-buflist for XEmacs.
984
985         * gnus-util.el (gnus-completing-read-function): Exclude
986         gnus-icompleting-read and gnus-ido-completing-read from candidates for
987         XEmacs since iswitchb.el is very old and ido.el is unavailable in
988         XEmacs.
989
990         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
991         not to use `delete-dups' that is unavailable in XEmacs 21.4.
992
993         * gnus-html.el: Don't require help-fns under XEmacs.
994         (gnus-html-schedule-image-fetching): Work for XEmacs.
995
996         * mm-decode.el (mm-shr): Decode contents by charset.
997
998 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1001         unknown.
1002
1003         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1004         (shr-get-image-data): Ensure against the cache file missing.
1005
1006         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1007         for data.
1008
1009         * spam-report.el (spam-report-url-ping-plain): Don't query about
1010         killing the process.
1011
1012         * shr.el (shr-render-td): Protect against too-wide text.
1013
1014 2010-10-04  Julien Danjou  <julien@danjou.info>
1015
1016         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1017         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1018
1019         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1020         retrieved.
1021
1022 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * shr.el (browse-url): Required.
1025         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1026         lines.
1027         (shr-show-alt-text, shr-browse-image): New commands.
1028         (shr-browse-url, shr-copy-url): New commands.
1029
1030         * gnus-sum.el (gnus-widen-article-window): New variable.
1031         (gnus-summary-select-article-buffer): Use it.
1032
1033         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1034         without @ signs.
1035
1036 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1037
1038         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1039
1040 2010-10-04  Julien Danjou  <julien@danjou.info>
1041
1042         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1043         for XEmacs.
1044
1045 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046
1047         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1048
1049         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1050         (nnimap-close-server): Implement.
1051
1052         * dgnushack.el (iswitchb): Require to shut up the compiler.
1053
1054         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1055         (shr-insert): Tweak line breaking.
1056         (shr-insert): Handle <pre> better.
1057         (shr-tag-li): Get <li> indentation right.
1058         (shr-tag-li): Get <li> indentation even righter.
1059         (shr-tag-blockquote): Ensure paragraph start.
1060         (shr-make-table): Tweak table generation.
1061         (shr-make-table): Fix typo.
1062
1063         * shr.el: Implement table rendering.
1064
1065 2010-10-04  Julien Danjou  <julien@danjou.info>
1066
1067         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1068
1069 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * shr.el (shr-insert): Use string anchors instead of line anchors.
1072
1073 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * shr.el: Add headings.
1076         (shr-ensure-paragraph): Actually work.
1077         (shr-tag-li): Make <ul> prettier.
1078         (shr-insert): Get white space at the beginning/end of elements right.
1079         (shr-tag-p): Collapse subsequent <p>s.
1080         (shr-ensure-paragraph): Don't insert double line feeds after blank
1081         lines.
1082         (shr-insert): \t is also space.
1083         (shr-tag-s): Fix "s" tag name function.
1084         (shr-tag-s): Fix face prop name.
1085
1086 2010-10-03  Julien Danjou  <julien@danjou.info>
1087
1088         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1089
1090         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1091         gnus-window-inside-pixel-edges.
1092
1093         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1094         gnus-ems.
1095
1096         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1097
1098         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1099         function.
1100
1101         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1102         resize choice.
1103
1104 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1107         beginning of the buffer.
1108
1109         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1110         article buffer again.
1111
1112         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1113         buffer.
1114
1115         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1116         when it's at the start of the buffer.
1117
1118         * shr.el (shr-tag-blockquote): Convert name.
1119         (shr-rescale-image): Use the right image-size variant.
1120
1121         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1122         buffer isn't shown, then select the current article first instead of
1123         bugging out.
1124         (gnus-summary-select-article-buffer): Show both the article and summary
1125         buffers again.
1126
1127         * shr.el (shr-fontize-cont): Protect against regions with no text.
1128         Rename tag functions to shr-tag-* for enhanced security.
1129         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1130
1131 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1132
1133         * shr.el (shr-insert):
1134         * pop3.el (pop3-movemail):
1135         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1136         loaded.
1137
1138 2010-10-03  Glenn Morris  <rgm@gnu.org>
1139
1140         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1141
1142         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1143
1144         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1145
1146         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1147
1148         * gnus-util.el (gnus-make-local-hook): Simplify.
1149
1150 2010-10-02  Julien Danjou  <julien@danjou.info>
1151
1152         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1153         (gnus-ido-completing-read): New function.
1154         (gnus-emacs-completing-read): New function.
1155         (gnus-completing-read): Use gnus-completing-read-function.
1156         Add gnus-completing-read-function.
1157
1158 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * shr.el (shr-insert-document): Autoload.
1161         (shr-img): Be silent.
1162         (shr-insert): Add a newline after every picture before text.
1163         (shr-add-font): Use overlays for combining faces.
1164         (shr-insert): Pass upwards the text start point.
1165
1166         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1167         possible.
1168         (mm-shr): New function.
1169
1170 2010-10-02  Julien Danjou  <julien@danjou.info>
1171
1172         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1173         should go backward.
1174
1175 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1176
1177         * shr.el (shr): Fix typo in provide call.
1178
1179 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * shr.el: New file.
1182
1183         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1184
1185         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1186         completing read.
1187
1188 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1191         we're being queried about.  Suggested by Dan Jacobson.
1192
1193         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1194         by Jason Eisner.
1195
1196         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1197         table, too.  Suggested by Stefan Wiens.
1198         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1199         the table unnecessary.  Suggested by Stefan Wiens.
1200
1201         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1202         longer needed, and probably doesn't work either, as pointed out by
1203         Stefan Wiens.
1204         (gnus-summary-exit): Remove call to the clearing function.
1205         (gnus-summary-exit-no-update): Ditto.
1206
1207         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1208         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1209         Reported by Stefan Monnier.
1210         (gnus-summary-save-in-rmail): Ditto.
1211
1212         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1213         article buffer, instead of both the article buffer and the summary
1214         buffer.  Sort of suggested by Dan Jacobson.
1215
1216         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1217
1218         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1219         Suggested by Dan Jacobson.
1220
1221         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1222         documentation clearer.
1223
1224         * message.el (message-shorten-references): Comment on the number "21".
1225         Suggested by Stefan Monnier.
1226
1227         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1228         Suggested by Dan Jacobson.
1229
1230         * gnus.el (gnus-large-newsgroup): Mention
1231         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1232
1233         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1234         externalize attachments.  Bug reported by Steve Wen.
1235
1236         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1237         really message anything to the user.
1238
1239         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1240         directly.
1241
1242         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1243         messages in empty groups.
1244
1245 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1246
1247         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1248         non-UIDNEXT group.
1249
1250 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1253         not the value from the collection.
1254
1255         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1256         values.  This sometimes happens on some groups that have no info.
1257         (nnimap-request-newgroups): New function.
1258
1259 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1260
1261         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1262         check into `gnus-registry-initialize'.
1263         (gnus-registry-initialize): Ditto.
1264         Fix and extend header docs.
1265
1266 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1269         regexp backtrace overflows.
1270
1271         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1272         for starttls that tls.el implements; i.e. openssl.
1273
1274         * tls.el (tls-starttls-switches): Give up on using starttls with
1275         gnutls-cli.
1276         (tls-program): Add --insecure to be consistent with the defaults from
1277         openssl s_client.  Now all three commands are insecure.
1278
1279 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * lpath.el: Bind completion-styles-alist for XEmacs.
1282
1283         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1284         (gravatar-create-image): New function that's an alias to
1285         gnus-xmas-create-image, gnus-create-image, or create-image.
1286         (gravatar-data->image): Use it.
1287
1288 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1289
1290         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1291         install the nnregistry refer method.
1292         (gnus-registry-install-hooks): Use it.
1293         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1294         unfollowed groups.
1295
1296 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1297
1298         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1299         expanding threads.
1300
1301 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * nnir.el: Use the server names without suffixes (bug #7009).
1304
1305         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1306         unencrypted to STARTTLS, if possible.
1307
1308 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1309
1310         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1311         headers before superseding.
1312
1313 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * nnrss.el (nnrss-use-local): Add documentation.
1316
1317         * nnimap.el (nnimap-extend-tls-programs): New function.
1318         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1319         (nnimap-wait-for-connection): Accept the greeting from the stupid
1320         output from openssl s_client -starttls, too.
1321
1322         * tls.el (tls-starttls-switches): New variable.
1323         (tls-find-starttls-argument): Use it.
1324         (open-tls-stream): Ditto.
1325
1326         * netrc.el (netrc-credentials): Return the value of the "default"
1327         entry.
1328         (netrc-machine): Ditto.
1329
1330         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1331         article number.
1332         (nnimap-split-fancy): New variable.
1333         (nnimap-split-incoming-mail): Use it.
1334
1335         * nntp.el (nntp-server-list-active-group): Document.
1336
1337         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1338         SELECT to get the message-id.
1339
1340         * mail-source.el (mail-sources): Removed webmail support.
1341         (defvar): Ditto.
1342         (mail-source-fetcher-alist): Ditto.
1343         (mail-source-fetch-webmail): Removed.
1344
1345         * webmail.el: Removed -- doesn't seem relevant any more.
1346
1347         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1348
1349         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1350         the \r.
1351
1352 2010-09-30  Julien Danjou  <julien@danjou.info>
1353
1354         * gnus-agent.el (gnus-agent-add-group): Fix call to
1355         gnus-completing-read.
1356
1357 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * nndoc.el (nndoc-retrieve-groups): New function.
1360
1361         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1362         `default', use nnmail-split-methods.
1363         (nnimap-request-article): Downcase the NILs so that they are nil.
1364
1365         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1366         symbol.
1367
1368         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1369         code, since if the user has requested network, that's what they ought
1370         to get.
1371         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1372         (nnimap-split-rule): Mark as obsolete.
1373
1374         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1375         variable.
1376
1377         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1378         correct slot, too.
1379
1380 2010-09-29  Julien Danjou  <julien@danjou.info>
1381
1382         * gnus.el (gnus-local-domain): Declare variable obsolete.
1383
1384         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1385         computing.
1386         (gnus-ido-completing-read): Require ido.
1387
1388 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1391         build Gnus.
1392
1393         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1394         when interpreting the structures.
1395         (nnimap-request-accept-article): Add \r\n to the lines to make this
1396         work with Cyrus.
1397
1398         * nndraft.el (nndraft-request-expire-articles): Use the group name
1399         instead if "nndraft".  Fix found by Nils Ackermann.
1400
1401 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1402
1403         * nnregistry.el: Added.
1404
1405 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1406
1407         * nnmail.el (group, group-art-list, group-art):
1408         Remove unneeded directives.
1409
1410 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1413         (mm-mime-charset)
1414         * rfc2047.el (rfc2047-syntax-table)
1415         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1416
1417         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1418         rather than `insert-file-contents' and `eval-region'.
1419
1420         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1421         construction.
1422
1423         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1424
1425         * time-date.el: No need to require cl for Emacs 21.
1426
1427 2010-09-29  Julien Danjou  <julien@danjou.info>
1428
1429         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1430         replacement of `gnus-gravatar-relief' to mimic
1431         `gnus-faces-properties-alist'.
1432         Add :version property.
1433
1434 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * mail-source.el (mail-source-report-new-mail)
1437         * message.el (message-default-mail-headers)
1438         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1439
1440         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1441
1442 2010-09-28  Julien Danjou  <julien@danjou.info>
1443
1444         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1445         mail-address contains the same string as real-name.
1446
1447         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1448         non-blank in header, otherwise it'll get stripped.
1449
1450         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1451         real-name, and then for mail address rather than doing : or , search.
1452
1453 2010-09-27  Julien Danjou  <julien@danjou.info>
1454
1455         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1456         (gnus-server-goto-server): Use gnus-completing-read.
1457
1458         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1459
1460         * mm-util.el (defalias): Use gnus-completing-read.
1461         (mm-codepage-setup): Use gnus-completing-read.
1462
1463         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1464         (smime-decrypt-buffer): Use gnus-completing-read.
1465
1466         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1467
1468         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1469         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1470         (mml-insert-multipart): Use gnus-completing-read.
1471
1472         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1473
1474         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1475
1476         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1477
1478         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1479
1480         * gnus.el (gnus-read-method): Use gnus-completing-read.
1481
1482         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1483
1484         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1485         (gnus-mime-action-on-part): Use gnus-completing-read.
1486         (gnus-article-encrypt-body): Use gnus-completing-read.
1487
1488         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1489         (gnus-topic-move-matching): Use gnus-completing-read.
1490         (gnus-topic-copy-matching): Use gnus-completing-read.
1491         (gnus-topic-sort-topics): Use gnus-completing-read.
1492         (gnus-topic-move): Use gnus-completing-read.
1493
1494         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1495         (gnus-agent-add-group): Use gnus-completing-read.
1496
1497         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1498         gnus-completing-read.
1499         (nnmairix-update-groups): Use gnus-completing-read.
1500         (nnmairix-get-server): Use gnus-completing-read.
1501         (nnmairix-backend-to-server): Use gnus-completing-read.
1502         (nnmairix-goto-original-article): Use gnus-completing-read.
1503         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1504
1505         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1506
1507         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1508         (gnus-group-make-useful-group): Use gnus-completing-read.
1509         (gnus-group-make-web-group): Use gnus-completing-read.
1510         (gnus-group-add-to-virtual): Use gnus-completing-read.
1511         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1512
1513         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1514         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1515         (gnus-summary-execute-command): Use gnus-completing-read.
1516         (gnus-summary-respool-article): Use gnus-completing-read.
1517         (gnus-read-move-group-name): Use gnus-completing-read.
1518
1519         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1520         (gnus-summary-score-effect): Use gnus-completing-read.
1521
1522         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1523
1524         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1525         right completing-read function.
1526         (gnus-use-ido): New variable
1527         (gnus-completing-read-with-default): Remove.
1528
1529 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1530
1531         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1532         x-focus-frame.
1533
1534         * nnimap.el (auth-source-forget-user-or-password)
1535         (auth-source-user-or-password): Autoload.
1536
1537         * message.el (message-from-style, message-interactive)
1538         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1539         (message-yank-prefix, message-indentation-spaces, message-signature)
1540         (message-signature-file): Add comment.
1541
1542 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1545         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1546         new articles.
1547
1548         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1549         parts.
1550         (nnimap-request-article): Work with the t setting, too.
1551
1552         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1553         that you don't get flashes of other buffers.
1554         (gnus-summary-show-complete-article): Intern before setting.
1555
1556 2010-09-27  David Engster  <dengste@eml.cc>
1557
1558         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1559         well as HEADERS.
1560         (nnmairix-retrieve-headers): Provide new argument for the above.
1561
1562 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * gnus-sum.el (gnus-summary-move-article): Don't alter
1565         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1566         group.
1567
1568         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1569
1570         * message.el (message-cite-prefix-regexp): Revert my last edit.
1571
1572         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1573         variable instead of the Gnus variable.
1574
1575         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1576
1577         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1578         again.
1579
1580         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1581         since some servers don't like it.
1582         (nnimap-open-connection): Forget credentials if the server says the
1583         password was wrong.
1584         (nnimap-parse-line): Protect against invalid data.
1585
1586         * gnus-sum.el (gnus-summary-move-article): Add comment.
1587         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1588         nothing alters it while scanning for new messages.
1589
1590         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1591         which may or may not help.
1592         (nnimap-open-connection): If we're doing a stream connection, and then
1593         discover we're on a STARTTLS-capable server, then open a STARTTLS
1594         connection instead.
1595
1596 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * nnimap.el (utf7): Required.
1599
1600         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1601         prefix.
1602
1603 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1604
1605         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1606
1607 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * nnimap.el (nnimap-request-accept-article): Message the error on
1610         error.
1611
1612 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1615
1616 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * nndoc.el (nndoc-request-list): Return success always.
1619
1620         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1621         `fetch-old' -- we only want to fetch the articles we've requested.  The
1622         rest are in the agent, probably.
1623         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1624         disappeared server" to something low.  It's not important.
1625
1626         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1627         arrived before the FETCH data.
1628
1629         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1630         target here, because we don't know the Gnus name of the group.
1631
1632         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1633         for the correct group.
1634
1635         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1636
1637         * gnus.el (gnus): Give a final warning after startup.
1638
1639         * gnus-util.el (gnus-action-message-log): New variable.
1640         (gnus-message): Use it.
1641         (gnus-final-warning): New function.
1642
1643         * nnimap.el (nnimap-open-connection): Record the greeting.
1644         (nnimap): Add greeting.
1645
1646 2010-09-26  Julien Danjou  <julien@danjou.info>
1647
1648         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1649         arguments.
1650         (gnus-html-wash-images): Fix spec computing to include start/end.
1651
1652         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1653
1654 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1657         deletion.
1658         (nnimap-retrieve-headers): Don't select the group, because that's
1659         already done by nnimap-possibly-change-group.
1660
1661         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1662         (gnus-picon-transform-address): Use it.
1663
1664         * mail-source.el (mail-source-value): Revert previous patch.
1665
1666         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1667         on failure.
1668         (nnimap-open-connection): Look up both virtual and physical server name
1669         credentials.
1670
1671         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1672
1673 2009-02-07  Dave Love  <fx@gnu.org>
1674
1675         * tls.el (open-tls-stream): Don't query killing process.
1676
1677 2009-02-08  Dave Love  <fx@gnu.org>
1678
1679         * gnus-win.el (gnus-window-to-buffer-helper,
1680         gnus-all-windows-visible-p): Function needn't be a symbol.
1681
1682         * mail-source.el (mail-source-value): Function needn't be a symbol.
1683
1684 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * message.el (message-cite-prefix-regexp): Remove } from the cite
1687         prefix.
1688
1689         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1690         highlight again, so that the highlight is correct.
1691
1692         * gnus-picon.el (gnus-picon): Remove again.
1693         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1694
1695         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1696         doing the header highlightling, so that the background colour of the
1697         picon is correct.
1698
1699         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1700         (gnus-picon): Ditto.
1701         (gnus-picon): Reinstate.  The background colour for picons is white.
1702         (gnus-picon-insert-glyph): Make the background white.
1703
1704         * nnml.el (nnml-open-nov): Don't return dead buffers.
1705
1706         * auth-source.el (auth-source-create): Query the user for whether to
1707         store the credentials.
1708
1709         * netrc.el (netrc-store-data): New function.
1710
1711         * auth-source.el (auth-source-user-or-password): Use the existing auth
1712         sources, if any, for creation.
1713
1714         * gnus.el (gnus-group-fast-parameter): Return the last matching
1715         parameter instead of the first matching parameter.
1716
1717 2010-09-26  Julien Danjou  <julien@danjou.info>
1718
1719         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1720
1721 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * mml2015.el (mml2015-use): Remove gpg support.
1724
1725         * mml1991.el (mml1991-function-alist): Remove gpg function.
1726         (mml1991-gpg-sign): Removed.
1727
1728 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1729
1730         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1731         (gnus-browse-unsubscribe-current-group): Document it.
1732         (gnus-browse-unsubscribe-group): Use it.
1733
1734 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1737         address to the To list for easier response.
1738
1739         * gnus.el (gnus-play-startup-jingle): Removed.
1740         (gnus-splash): Don't play jingle.
1741         (gnus): Silence gnus-load message.
1742
1743         * gnus-art.el (gnus-treat-play-sounds): Removed.
1744
1745         * gnus.el (gnus-play-jingle): Remove audio support.
1746
1747         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1748
1749         * earcon.el: Removed -- no users.
1750
1751         * gnus-audio.el: Removed -- no users of this package.
1752
1753         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1754
1755         * gnus-start.el (gnus-setup-news): Remove nocem support.
1756
1757         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1758
1759         * gnus.el (gnus-use-nocem): Removed.
1760
1761         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1762         Removed.
1763
1764         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1765         uses NoCeM any more.
1766
1767         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1768         (gnus-button-ctan-handler): Ditto.
1769         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1770         (gnus-button-ctan-directory-regexp): Ditto.
1771         (gnus-button-handle-ctan): Ditto.
1772         (gnus-button-tex-level): Ditto.
1773         (gnus-button-alist): Removed CTAN stuff.
1774
1775 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1778         nnimap-streaming test.
1779
1780         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1781         servers twice.
1782
1783         * nnimap.el (nnimap-open-connection): Add more error reporting when
1784         nnimap fails early.
1785
1786         * nnheader.el (nnheader-get-report-string): New function.
1787         (nnheader-get-report): Use it.
1788
1789         * gnus-int.el (gnus-check-server): Say what the error was when opening
1790         failed.
1791
1792         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1793         using streaming.
1794
1795 2010-09-25  Julien Danjou  <julien@danjou.info>
1796
1797         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1798         gnus-window-inside-pixel-edges.
1799
1800 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1803
1804         * mm-decode.el (mm-save-part): Allow saving to other directories the
1805         normal Emacs way.
1806
1807         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1808         by Jay Berkenbilt.
1809
1810         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1811         there isn't a single byte.
1812
1813         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1814         just do it.  It doesn't really seem to matter what the user responds
1815         here, I think, so it's just a confusing question.
1816
1817         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1818         non-streaming case.
1819
1820         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1821         (gnus-article-encrypt-body): Use it.
1822
1823         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1824         keystroke.
1825
1826         * nnimap.el (nnimap-find-wanted-parts-1): Use
1827         gnus-fetch-partial-articles.
1828
1829         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1830
1831         * nnimap.el (nnimap-insert-partial-structure): New function.
1832         (nnimap-get-partial-article): New function.
1833         (nnimap-request-article): Use it.
1834         (nnimap-wait-for-response): Return whether the wait was successful.
1835         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1836         retrieval wasn't successful.
1837         (nnimap-retrieve-group-data-early): Allow throttling servers.
1838         (nnimap-streaming): New variable.
1839         (nnimap-fetch-partial-articles): Removed.
1840
1841         * mm-decode.el (mm-with-part): Protect against killed buffers.
1842
1843         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1844         for prettier summary display.
1845
1846 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1847
1848         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1849         directly.
1850
1851 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1852
1853         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1854         apparently third-party libraries depend on it.
1855
1856         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1857         before starting negotiation.
1858
1859         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1860         privacy reasons.
1861         (gnus-treat-mail-gravatar): Ditto.
1862
1863         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1864         buffer when inserting images.  Inserting text into the headers, for
1865         instance, can make them invalid.
1866
1867 2010-09-25  Julien Danjou  <julien@danjou.info>
1868
1869         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1870         variables.
1871
1872         * nnheader.el: Remove useless variables news-reply-yank-from and
1873         news-reply-yank-message-id.
1874
1875         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1876         variables.
1877
1878         * mml1991.el: Remove useless mml1991-verbose.
1879
1880         * gnus.el: Remove useless variable gnus-use-generic-from.
1881         Remove obsolete variable gnus-topic-indentation.
1882
1883         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1884
1885         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1886
1887         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1888
1889         * gnus-group.el: Remove useless gnus-group-icon-cache.
1890         Remove useless gnus-ephemeral-group-server.
1891
1892         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1893
1894         * mml2015.el: Remove useless mml2015-verbose.
1895
1896         * mml-smime.el: Remove useless mml-smime-verbose.
1897
1898         * gnus.el: Remove useless gnus-local-domain.
1899
1900         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1901         gnus-gravatar-size.
1902
1903         * gnus-art.el: Remove useless gnus-treat-translate.
1904
1905 2010-09-24  Julien Danjou  <julien@danjou.info>
1906
1907         * gnus-sum.el: Add support for Gravatars.
1908
1909         * gnus-art.el: Add support for Gravatars.
1910
1911         * gnus-gravatar.el: Add this file.
1912
1913         * gravatar.el: Add this file.
1914
1915 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1918
1919         * gnus-group.el (gnus-group-fetch-faq): Removed.
1920
1921         * gnus.el (gnus-group-faq-directory): Removed.
1922
1923         * gnus-group.el (gnus-group-fetch-charter): Removed.
1924
1925         * gnus.el (gnus-group-charter-alist): Removed.
1926
1927         * gnus-group.el (gnus-group-archive-directory): Removed.
1928         (gnus-group-recent-archive-directory): Ditto.
1929         (gnus-group-make-archive-group): Removed.
1930
1931         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1932
1933         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1934         use the same article number for all the cached articles.
1935
1936         * nnimap.el (nnimap-command): Register the last command time so
1937         that we can use it for idling NOOPs.
1938         (nnimap-open-connection): Start the keeplive timer.
1939         (nnimap-make-process-buffer): Store all the process buffers.
1940         (nnimap-keepalive): New function.
1941
1942         * starttls.el (starttls-open-stream): Add autoload cookie.
1943
1944 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1945
1946         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1947         handling.
1948
1949 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1952         its data structures.
1953
1954         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1955         instead of the cl.el copy-list.
1956         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1957         equalp.
1958
1959 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1962         and tool-bar-local-item-from-menu.
1963
1964         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1965         mode-line-highlight face for Emacs.
1966
1967         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1968         loading gnus-sum.elc; fix comment for canlock-verify.
1969         (gnus-article-jump-to-part): Use read-number.
1970         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1971         Emacs pre-21 compatible code for help-echo.
1972         (gnus-article-next-page-1): No need to adjust the number of lines.
1973         (gnus-article-describe-bindings): Always use help-buffer.
1974
1975         * gnus-audio.el (gnus-audio-inline-sound)
1976         * gnus-cus.el (gnus-custom-mode)
1977         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1978
1979         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1980
1981         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1982         compatible code.
1983
1984 2010-09-24  Glenn Morris  <rgm@gnu.org>
1985
1986         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1987         visiting the fcc file in rmail-mode.
1988
1989         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1990
1991 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * nnir.el: Silence the byte compiler.
1994
1995         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1996         alias to browse-url-url-encode-chars if any.
1997         (gnus-html-encode-url): Use it.
1998
1999 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * gnus-start.el (gnus-use-backend-marks): New variable.
2002         (gnus-get-unread-articles-in-group): Use it.
2003
2004         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2005         makeover.
2006
2007 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2008
2009         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2010
2011 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2014         Removed.
2015         (gnus-setup-news-hook): Removed
2016         gnus-fixup-nnimap-unread-after-getting-new-news.
2017
2018         * gnus-int.el (gnus-request-update-info): Protect against backends not
2019         having the function.
2020
2021         * nnimap.el (nnimap-stream): Mention starttls.
2022         (nnimap-open-connection): Add starttls support.
2023
2024 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2025
2026         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2027
2028 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2031         BODYSTRUCTUREs.
2032         (nnimap-transform-headers): Unfold quoted {42} headers.
2033
2034         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2035         the info.
2036         (gnus-get-unread-articles): Only call updatep on backends that support
2037         it.
2038
2039         * nnweb.el (nnweb-request-update-info): NOOP.
2040
2041         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2042
2043         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2044         since it only deals with marks.
2045
2046         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2047         gnus-request-marks, and make a new gnus-request-update-info.
2048
2049         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2050         the active instead of the high number, which is usually too low.
2051
2052 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2053
2054         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2055         * encrypt.el: Removed.
2056
2057 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2060         server in symbolic form.
2061
2062         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2063         0.9.
2064
2065 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066
2067         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2068         (nnimap-update-info): Fix up code slightly.
2069
2070         * gnus-int.el (gnus-open-server): Add tracing for performance
2071         debugging.
2072
2073         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2074         (gnus-group-insert-group-line): Pass the real group name so that it
2075         gets the right data.
2076
2077         * gnus-start.el (gnus-get-unread-articles): Don't have
2078         `gnus-get-unread-articles-in-group' update info, since that can be
2079         really slow and doesn't seem to be needed?
2080
2081 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2082
2083         * time-date.el (date-to-time): Try using parse-time-string first before
2084         using the slower timezone-make-date-arpa-standard.
2085
2086 2010-09-22  Julien Danjou  <julien@danjou.info>
2087
2088         * gnus-group.el (gnus-group-insert-group-line): Call
2089         gnus-group-highlight-line.
2090         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2091         default hook list.
2092         (gnus-group-update-eval-form): Add new function.
2093         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2094         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2095
2096 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2099         immediate, then expire all articles.
2100         (nnimap-update-info): Fix off-by-one errors.
2101         (nnimap-flags-to-marks): Would return no marks lists for group with no
2102         flags.  Instead return the other data.
2103
2104 2010-09-22  Julien Danjou  <julien@danjou.info>
2105
2106         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2107         Only return an icon.
2108         (gnus-group-insert-group-line): Compute icon to return.
2109
2110         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2111         variable.
2112         (gnus-html-image-fetched): Only cache if
2113         gnus-html-image-automatic-caching is set.
2114         (gnus-html-image-fetched): Check for errors.
2115
2116 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2119         once per method on `g'.  This ensures that backends like nnfolder don't
2120         open all their folders.
2121
2122         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2123         (nnimap-request-list): Nix out group in the correct buffer.
2124         (nnimap-parse-flags): Implement by using `read' instead of
2125         hand-parsing.
2126         (nnimap-flags-to-marks): Pass on permanent-flags.
2127         (nnimap-make-process-buffer): Record the server name.
2128         (nnimap-parse-flags): Fix typo.
2129         (nnimap-request-scan): Run split on the server in general, not just a
2130         single group.
2131
2132         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2133         parameter, and propagate this downwards.
2134
2135         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2136         since EXAMINE changes it on the server.
2137
2138         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2139         this command might take a while.
2140
2141 2010-09-22  Julien Danjou  <julien@danjou.info>
2142
2143         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2144         harmful if you have 2 images side-by-side, they can't be properly
2145         update on text deletion.  Using text-property is safer here.
2146         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2147         data.
2148
2149 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * nnimap.el (nnimap-expunge-inbox): Removed.
2152         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2153         (nnimap-expunge): Flip default to t.
2154
2155         * gnus.el (gnus-method-to-server): Don't push things to the cache
2156         unless it's unique.
2157         (gnus-server-to-method): Ditto.
2158
2159 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2160
2161         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2162
2163 2010-09-22  Julien Danjou  <julien@danjou.info>
2164
2165         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2166         get the start of data.
2167         (gnus-html-encode-url): Add this function to encode special chars in
2168         URL.
2169         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2170         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2171
2172         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2173         default.
2174         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2175
2176         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2177         images alt-text.
2178         (gnus-html-put-image): Put alt-text as help-echo.
2179
2180 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2183         * mm-util.el (mm-decompress-buffer)
2184         * nnir.el (nnir-run-find-grep)
2185         * pop3.el (pop3-list): Use 3rd arg of split-string.
2186
2187         * time-date.el (format-seconds): Comment fix.
2188
2189         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2190         and byte-optimize-form-code-walker.
2191         (dgnushack-make-auto-load): Don't advise make-autoload.
2192
2193         * lpath.el: Remove Emacs 21 stuff.
2194
2195 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2198         outside the active range.  Suggested by Dan Christensen.
2199
2200         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2201         slightly later to avoid double-getting it.
2202
2203         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2204         previous patch.
2205
2206         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2207
2208 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2209
2210         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2211
2212 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * gnus-int.el (gnus-open-server): Give a better error message in the
2215         "go offline" case.
2216
2217         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2218         marks for nnimap, which is seldom the right thing to do.
2219
2220         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2221         (gnus-same-method-different-name): New function.
2222
2223         * nnimap.el (parse-time): Require.
2224
2225         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2226         method in the presence of many similar methods.
2227
2228         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2229
2230         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2231         nnml-inhibit-expiry.
2232
2233         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2234         find out whether methods are equal.
2235
2236         * nnimap.el (nnimap-find-expired-articles): New function.
2237         (nnimap-process-expiry-targets): New function.
2238         (nnimap-request-move-article): Request the article before looking at
2239         what the Message-ID is.  Fix found by Andrew Cohen.
2240         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2241
2242         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2243         for oldness in addition to being a predicate.
2244
2245         * nnimap.el (nnimap-request-group): When we have zero articles, return
2246         the right data to Gnus.
2247         (nnimap-request-expire-articles): Only delete articles immediately if
2248         the target is 'delete.
2249
2250         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2251         method, this would bug out.
2252
2253         * gnus-group.el (gnus-group-expunge-group): Renamed from
2254         gnus-group-nnimap-expunge, and implemented as a normal interface
2255         function.
2256
2257         * gnus-int.el (gnus-request-expunge-group): New function.
2258
2259         * nnimap.el (nnimap-request-create-group): Implement.
2260         (nnimap-request-expunge-group): New function.
2261
2262 2010-09-21  Julien Danjou  <julien@danjou.info>
2263
2264         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2265         (gnus-html-cache-expired): Add new function.
2266         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2267         wethever we should display image for fetch it.
2268         Compute alt-text earlier to pass it to the fetching function too.
2269         (gnus-html-schedule-image-fetching): Change function argument to only
2270         get one image at a time, not a list.
2271         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2272         cache.
2273         (gnus-html-get-image-data): New function to retrieve image data from
2274         cache.
2275         (gnus-html-put-image): Change buffer argument to use image data rather
2276         than file, and place image above region rather than inserting a new
2277         one. Do not take alt-text as argument, since it's useless now: we place
2278         the image above alt-text.
2279         (gnus-html-prune-cache): Remove.
2280         (gnus-html-show-images): Start to fetch image when we find one, do not
2281         push into a temporary list.
2282         (gnus-html-prefetch-images): Only fetch image if they have expired.
2283         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2284         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2285
2286 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2289
2290 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2293         spec inser "*" if the group isn't active instead of 0.
2294
2295         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2296         opening the server.
2297         (nnimap-request-delete-group): Implement group deletion.
2298         (nnimap-transform-headers): Return the size of the entire message in
2299         the Bytes header, not just the size of the first part.
2300         (nnimap-request-move-article): When moving an article from nnimap,
2301         request the article first so the accepting form has an article to
2302         accept.  Reported by Dan Christensen.
2303         (nnimap-command): Make sure that the error message doesn't error out.
2304
2305 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2306
2307         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2308         we haven't requested anything.
2309
2310 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2313         "".  Fix found by Andrew Cohen.
2314
2315         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2316         instead of -encode-string.
2317
2318 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2321
2322         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2323         by mm-subst-char-in-string.
2324
2325 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2328         waiting for the connection string.
2329
2330         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2331         arriving.
2332
2333         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2334         bogus characters.  This allows selecting certain Gmail groups.
2335
2336         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2337         (nnimap-fetch-partial-articles): New variable.
2338         (nnimap-open-connection): When looking for credentials, also use the
2339         nnimap-server-port.
2340         (nnimap-request-article): Return the group/article number, so that Gnus
2341         `^' works as expected.
2342         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2343         them.
2344
2345         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2346         comments.
2347         (gnus-methods-sloppily-equal): New function.
2348         (gnus): When using the development version of Gnus, load the gnus-load
2349         file.
2350
2351         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2352         `gnus-open-server' on each method before trying to scan them etc.  This
2353         ensures that all the backend parameters are set correctly.
2354
2355         * nnimap.el (nnimap-authenticator): New variable.
2356         (nnimap-open-connection): Allow anonymous login.
2357         (nnimap-transform-headers): The chars header is called Chars not
2358         Bytes.
2359         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2360         drops.
2361
2362         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2363         patch, found by Knut Anders Hatlen.
2364
2365 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2366
2367         * gnus-agent.el (gnus-agent-batch-confirmation)
2368         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2369         to gnus-message.
2370         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2371         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2372         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2373         * gnus-int.el (gnus-open-server): Likewise.
2374         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2375         (gnus-score-check-syntax): Likewise.
2376         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2377         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2378         Likewise.
2379         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2380
2381 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2384         calling conventions so that prefetch doesn't bug out.
2385
2386 2010-09-19  Julien Danjou  <julien@danjou.info>
2387
2388         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2389         rather than `subst-char-in-region' in order to be able to replace ASCII
2390         char by UTF-8 ones.
2391
2392         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2393         than curl.
2394         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2395         the right URL and ALT text on images.
2396         (gnus-html-wash-tags): Fix tag case.
2397         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2398         (gnus-article-html): Add -o display_ins_del=2 option.
2399         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2400
2401 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2404         the extra mail headers, which sometimes seem to happen for unknown
2405         reasons.
2406
2407         * mail-parse.el (mail-header-encode-parameter): Define as
2408         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2409         (or most, perhaps?) mail readers don't understand the latter, but do
2410         understand the former.
2411
2412         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2413         to nil, so that no methods are automatically agentized.  I think this
2414         is probably what most users want.
2415
2416         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2417         from url-retrieve, for instance about invalid URLs.
2418
2419         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2420         groups that have no articles.
2421         (nnimap-request-article): Check that we really got an article when we
2422         requested one.
2423
2424         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2425         doesn't exist.
2426
2427         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2428         nntp buffer so the agent can save it.
2429         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2430         that CRLF doesn't get translated to \n.
2431         (nnimap-open-connection): Don't make 'shell commands only send \n.
2432
2433 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2434
2435         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2436         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2437         Update var name.
2438         (nnml-generate-nov-file): Use dolist.
2439         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2440         Use with-current-buffer.
2441
2442 2010-09-18  Julien Danjou  <julien@danjou.info>
2443
2444         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2445         parallel.
2446
2447 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448
2449         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2450         the range update right.
2451         (nnimap-request-group): Don't make `M-g' bug out on group with no
2452         marks.
2453         (nnoo): Required, so that other packages can require nnimap.
2454         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2455         command we're looking for.  This helps when the server sends more
2456         responses after we've gotten everything we expected.
2457         (nnimap): Add a `newlinep' field to keep track of end-of-line
2458         conventions.
2459         Don't send CRLF to things that don't want it.
2460         (nnimap-request-accept-article): Ditto.
2461
2462 2010-09-18  Julien Danjou  <julien@danjou.info>
2463
2464         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2465         than curl to retrieve images.
2466
2467 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2470         the marks.
2471         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2472         (nnimap-wait-for-connection): New function.
2473         (nnimap-open-connection): If we have PREAUTH, don't query for login
2474         credentials.
2475         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2476         when doing a partial update.
2477
2478 2010-09-18  Julien Danjou  <julien@danjou.info>
2479
2480         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2481         tags.
2482
2483 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * nnimap.el (nnimap-credentials): New function.
2486         (nnimap-open-connection): Use the new function to look for credentials
2487         also on the numeric equivalents of "imap" and "imaps".
2488
2489         * gnus-start.el (gnus-activate-group): Send the info to
2490         gnus-request-group.
2491
2492         * nnimap.el (nnimap-request-group): Have the "check" version of the
2493         function parse flags and update the info, so that a `M-g' get a total
2494         resync of all flags from the group.
2495
2496         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2497         to allow backends to alter the info on group selection.  Also alter all
2498         the backend -request-group functions to take the parameter.
2499
2500         * nnimap.el (nnimap-store-info): New function.
2501         (nnimap-update-info): Store the info for later usage.
2502         (nnimap-request-group): Use the stored info for the dont-check case, so
2503         that we don't retrieve all marks when we enter a group.
2504
2505         * nnimap.el: Use deffoo instead of defun for interface functions.
2506
2507         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2508         update the group info.  This makes the nndraft groups, for instance, go
2509         back to their old behaviour.
2510
2511         * gnus-sum.el (gnus-select-newsgroup): Indent.
2512
2513         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2514         in.
2515         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2516         nothing.
2517
2518         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2519         from methods that are denied.
2520
2521         * gnus-int.el (gnus-method-denied-p): New function.
2522
2523         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2524         store the password instead of netrc.
2525         (nnimap-open-connection): Don't error out when we can't make a
2526         connections.
2527
2528         * auth-source.el (auth-source-create): In the password prompt, say what
2529         we're querying for.  Also prompt for user name if that hasn't been
2530         given.
2531
2532         * nnimap.el (nnimap-with-process-buffer): Removed.
2533
2534 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2537         method when we're reading from the agent.
2538
2539         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2540
2541         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2542         that's probably most useful for users.
2543
2544         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2545         "failed" all the time.
2546
2547         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2548         ...)) with (with-current-buffer ... ).
2549
2550         * nntp.el (nntp-open-server): Return whether the open was successful or
2551         not.
2552
2553         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2554         select an unread unseen article first.
2555
2556         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2557         /etc/services, supply some sensible port defaults.
2558
2559         * dgnushack.el: Define netrc-credentials.
2560
2561 2010-09-17  Julien Danjou  <julien@danjou.info>
2562
2563         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2564
2565 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2566
2567         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2568         doesn't have any parameters.
2569
2570 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2573         only upcased checks.
2574
2575         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2576
2577         * nnimap.el (nnimap-open-shell-stream): New function.
2578         (nnimap-open-connection): Use it.
2579         (nnimap-transform-headers): Get the number of lines in each message.
2580         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2581         number of lines.
2582         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2583         problem.
2584
2585         * utf7.el (utf7-encode): Autoload.
2586
2587         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2588         to allow the mail splitting to not return a default group.  This is
2589         useful for nnimap, which will leave unmatched mail in the inbox.
2590
2591         * nnimap.el: Rewritten.
2592
2593         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2594         nnimap usage.
2595
2596         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2597         if the move is internal, so that nnimap can do fast internal moves.
2598
2599         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2600         data.
2601         (gnus-read-active-for-groups): Support finishing the early retrieval of
2602         data.
2603
2604         * gnus-range.el (gnus-range-nconcat): New function.
2605
2606         * gnus-int.el (gnus-finish-retrieve-group-infos)
2607         (gnus-retrieve-group-data-early): New functions.
2608
2609 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2610
2611         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2612         (nnrss-retrieve-groups):
2613         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2614         (pop3-quit): Use with-current-buffer.
2615
2616 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2619         instead of nnheader-accept-process-output.
2620
2621         * dgnushack.el (dgnushack-compile): Add comment.
2622
2623         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2624
2625         * gnus-html.el (gnus-html-schedule-image-fetching)
2626         (gnus-html-prefetch-images): Replace process-kill-without-query by
2627         gnus-set-process-query-on-exit-flag.
2628
2629 2010-09-16  Romain Francoise  <romain@orebokech.com>
2630
2631         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2632
2633 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2636         parameter to unintern is mandatory-ish in Emacs 24.
2637
2638         * gnus-html.el (gnus-html-schedule-image-fetching)
2639         (gnus-html-prefetch-images): Check for curl before using it.
2640
2641         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2642         depend on curl, which isn't essential.
2643
2644         * imap.el: Revert back to version
2645         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2646         seem problematic.
2647
2648 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2649
2650         * gnus-registry.el (gnus-registry-install-shortcuts):
2651         Explicitly pass `obarray' to `unintern' to avoid a warning.
2652
2653 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2656         change.
2657
2658         * nnrss.el (nnrss-request-list): Removed this function and related
2659         functions, including the moreover stuff.
2660
2661 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662
2663         * nnrss.el (nnrss-retrieve-groups): New function.
2664
2665 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2666
2667         * .dir-locals.el: Add no-byte-compile cookie.
2668
2669 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * time-date.el (format-seconds): Comment fix.
2672
2673         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2674         for back end that doesn't support request-scan.
2675
2676 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2679         then do request scans from the backends.
2680
2681         * netrc.el (netrc-credentials): New conveniency function.
2682
2683         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2684         avoid running a hook per line, since this takes a lot of time,
2685         profiling shows.
2686         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2687         directly if gnus-visual-p is true.
2688
2689 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2692         groups; replace mapcar with dolist which is a bit faster; pass groups
2693         info to gnus-read-active-file-1.
2694         (gnus-read-active-file-1): Scan only specified groups if the new
2695         optional arg `infos' is given.
2696
2697 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2700
2701         * pop3.el (pop3-movemail): Removed.
2702         (pop3-streaming-movemail): Renamed to pop3-movemail.
2703
2704         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2705         don't restrict end-tag searches to the end of the line.
2706
2707 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2710         articles of every unchecked group to t, which means unknown since the
2711         server has never been opened.
2712
2713 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * gnus-html.el (gnus-html-show-alt-text): New command.
2716         (gnus-html-browse-image): Ditto.
2717         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2718         to browse the image directly.
2719         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2720         better.
2721
2722         * gnus-async.el (gnus-async-article-callback): Call
2723         `gnus-html-prefetch-images' unconditionally.
2724
2725         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2726         before feeding URLs to curl.
2727
2728 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2731         internal images as deletable by `W D D'.
2732
2733         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2734         (gnus-async-article-callback): Fix typo.
2735
2736 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2739         current line to work around bugs in the output from w3m.
2740
2741         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2742         for groups that want that.
2743
2744         * nntp.el (nntp-wait-for-string): Supply a timeout for
2745         accept-process-output to ensure progress.
2746
2747         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2748         level to get unread articles from, then use that for foreign groups,
2749         too.
2750
2751         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2752         confuses the rest of the function.
2753
2754         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2755         for the methods that support -retrieve-groups, too.
2756
2757         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2758
2759 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2762         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2763
2764         * pop3.el: Require cl when compiling.
2765         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2766
2767 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2768
2769         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2770         that aren't going to be activated.
2771         (gnus-get-unread-articles): Fix up the last commit.
2772
2773         * gnus-html.el (gnus-article-html): Allow calling without specifying
2774         the handle.  In that case, dissect the buffer first.
2775
2776         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2777
2778         * nnimap.el (nnimap-open-connection): Revert the change that would look
2779         into authinfo for imaps instead of imap.
2780
2781         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2782         say that you don't want to call gnus-request-group with don-check, but
2783         do check the reponse.  This is for virtual groups only.
2784         (gnus-get-unread-articles): Count the archive groups as secondary, so
2785         that they're activated the same way as before.
2786
2787         * imap.el (imap-message-map): Removed optional buffer parameter, since
2788         no callers use it.
2789         (imap-message-get): Ditto.
2790         (imap-message-put): Ditto.
2791         (imap-mailbox-map): Ditto.
2792         (imap-mailbox-put): Ditto.
2793         (imap-mailbox-get): Ditto.
2794         (imap-mailbox-get): Revert last change for this function.
2795
2796         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2797         case-insensitively.
2798         (nnimap-debug): Removed.
2799
2800         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2801         to use `imap-fetch' instead.  According to the comments, this should be
2802         safe, since all other IMAP clients use the 1:* syntax.
2803         (imap-enable-exchange-bug-workaround): Removed.
2804         (imap-debug): Removed -- doesn't seem very useful.
2805
2806         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2807         mail from a file, and the file doesn't exist.
2808
2809         * imap.el (imap-log): New convenience function used throughout instead
2810         of repeating the same code all over the place.
2811
2812         * pop3.el (pop3-streaming-movemail): Return t for success.
2813
2814         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2815         .authinfo if we're using ssl connection.
2816
2817         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2818         already have if we're in a main Gnus `g' run.
2819
2820         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2821
2822 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2825
2826         * nnmh.el (nnmh-request-list-1): Bind `file'.
2827
2828         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2829         alias to set-process-query-on-exit-flag or process-kill-without-query.
2830         (pop3-open-server): Use it.
2831
2832 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833
2834         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2835         box to the Incoming file.  Fixes mistake in previous checkin.
2836
2837         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2838         request loop (for debugging purposes) removed.
2839
2840         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2841         culprit is more visible.
2842         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2843         (nnml-add-incremental-nov): New functions to do "incremental" nov
2844         updates, where we just append to the end of the existing nov files
2845         without reading/writing them in full.
2846
2847         * mail-source.el (mail-source-delete-crash-box): Really only check the
2848         incoming files once in a while.
2849
2850         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2851
2852         * mail-source.el (mail-source-delete-crash-box): Only check the
2853         incoming files for deletion once per day to save a lot of file
2854         accesses.
2855
2856         * pop3.el (pop3-logon): Fix up unbound variable typo.
2857
2858         * mail-source.el (pop3-streaming-movemail): Autoload.
2859
2860         * pop3.el (pop3-streaming-movemail): Respect
2861         pop3-leave-mail-on-server.
2862
2863         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2864         retrieval.
2865
2866         * pop3.el (pop3-process-filter): Removed unused function.
2867         (pop3-streaming-movemail, pop3-send-streaming-command)
2868         (pop3-wait-for-messages, pop3-write-to-file)
2869         (pop3-number-of-responses): New functions for streaming pop3
2870         retrieval.
2871
2872         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2873         come from no known methods.
2874         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2875         list.
2876
2877         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2878         message sizes.
2879         (pop3-movemail): Use erase-buffer instead of looping and deleting
2880         regions, which seems rather odd.
2881
2882         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2883         file once per `g' run.
2884
2885         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2886         directories.  This makes the draft queue directory work.
2887
2888         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2889         data from the backends, so that we only request the list of groups from
2890         each method once.  This should speed things up considerably.
2891
2892         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2893         detect that it's not implemented.
2894
2895         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2896         we actually do recurse down into the tree, but don't stat all leaf
2897         nodes.
2898
2899         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2900         then say so instead of bugging out.
2901
2902         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2903         files exist before trying to read them.
2904
2905         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2906         around <pre_int>.
2907
2908         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2909
2910         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2911
2912 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * mm-util.el (mm-image-load-path): Just return the image directories,
2915         not all directories in the path in addition to the image directories.
2916         (mm-image-load-path): Maintain a cache of the image directories so that
2917         the `g' command in Gnus doesn't have to stat dozens of directories each
2918         time.
2919
2920         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2921         (gnus-html-wash-tags): Add a new `i' command to insert images.
2922         (gnus-html-insert-image): New command and keystroke.
2923         (gnus-html-redisplay-with-images): New command and keystroke.
2924         (gnus-html-show-images): Renamed command.
2925         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2926         spacers.
2927         (gnus-html-wash-tags): Decode entities at the end, so that entities
2928         inside the tags don't mess up the rest of the "parsing".
2929
2930         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2931         so that nnimap methods aren't agentized by default.  There's apparently
2932         many problems related to agent/imap behaviour.
2933
2934         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2935
2936         * gnus-html.el: Doc fix.
2937
2938 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2941         specifier-spec-list for Emacs 21.
2942
2943         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2944         glyph-width and glyph-height instead of display-graphic-p and
2945         image-size; make avoidance of displaying small images work for XEmacs.
2946
2947         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2948         for XEmacs.
2949
2950         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2951         of symbol that holds plist data.
2952         (gnus-process-plist): Remove plist of process after getting it.
2953
2954 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2955
2956         * message.el (message-generate-hashcash): Change default to
2957         'opportunistic if hashcash is installed.
2958
2959         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2960         (gnus-html-put-image): Only call image-size once, since it's somewhat
2961         time-consuming on remote X servers.
2962
2963 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2966         type on data, not a file name.
2967
2968         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2969         window-pixel-edges for Emacs 21.
2970
2971         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2972         decoded contents.
2973         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2974
2975 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2976
2977         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2978         group line format, since it isn't very interesting.
2979
2980         * gnus-agent.el (gnus-agent-short-article),
2981         (gnus-agent-long-article): Increase values for these two variables,
2982         since most people are likely to have more network connection and
2983         storage than before.
2984
2985         * gnus.el (gnus-refer-article-method): Change default to 'current.
2986         When referring an article, the common behaviour is to refer it from the
2987         current select method, not the native select method.  The chances of
2988         the native select method having the message in question is rather slim
2989         these days.
2990
2991         * gnus-sum.el (gnus-auto-select-subject): Change default to
2992         `unseen-or-unread'.  I think it's likely that most people want to
2993         select an unseen article over a previously seen, but unread one.
2994
2995         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2996         means that in the article buffer none of the minor mode elements will
2997         be shown, usually, and this is not desirable in most cases.
2998
2999         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3000         that commands like `d' (and the like) go to the next line in the
3001         buffer, instead of the next unread article.  I think this is the
3002         behaviour that is most natural for most users.
3003         (gnus-single-article-buffer): Change default to nil, so that people can
3004         have as many article buffers open as they have summary buffer.  I think
3005         this is the most natural way for the groups to behave.
3006
3007         * message.el (message-generate-new-buffers): Change default to
3008         `unsent', so that all new message buffers start their names with the
3009         string "*unsent", and it's easier to find the buffers if you move from
3010         them.
3011
3012 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3013
3014         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3015         small.  They're probably tracking images.
3016         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3017         (gnus-html-rescale-image): Yet another try at getting the image sizing
3018         right.
3019
3020         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3021         nntp-marks-file-name is nil.
3022
3023 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3024
3025         * gnus-html.el (gnus-html-wash-tags)
3026         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3027         Better logging.
3028
3029 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3032
3033         * gnus-html.el (gnus-html-wash-tags): Check the value of
3034         gnus-blocked-images in the summary buffer.
3035
3036 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3037
3038         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3039
3040 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3043         like "a", it seems like.
3044         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3045         since it needs to be picked from the correct buffer.
3046
3047         * nnwfm.el: Removed.
3048
3049         * nnlistserv.el: Removed.
3050
3051 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3052
3053         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3054         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3055
3056 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * nnkiboze.el: Removed.
3059
3060         * nndb.el: Removed.
3061
3062         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3063         alt text.
3064         (gnus-html-rescale-image): Try to get the rescaling logic right for
3065         images that are just wide and not tall.
3066
3067         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3068         overshadow variable bindings.
3069
3070 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3071
3072         * gnus-html.el (gnus-html-wash-tags)
3073         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3074         extra logging.
3075
3076 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3079         (gnus-max-image-proportion): New variable.
3080         (gnus-html-rescale-image): New function.
3081         (gnus-html-put-image): Rescale images.
3082
3083 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3084
3085         Fix up some byte-compiler warnings.
3086         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3087         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3088         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3089         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3090         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3091         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3092         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3093
3094 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * gnus-html.el (gnus-article-html): Decode contents by charset.
3097
3098 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3101         (gnus-html-frame-width, gnus-blocked-images)
3102         * message.el (message-prune-recipient-rules): Add custom version.
3103         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3104
3105         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3106         functions.
3107
3108         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3109         gnus-process-get.
3110
3111 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3112
3113         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3114         instead of lsub directly.
3115
3116 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * nnwarchive.el: Removed.
3119
3120         * gnus-soup.el: Removed.
3121
3122         * nnsoup.el: Removed.
3123
3124         * nnultimate.el: Removed.
3125
3126         * gnus-html.el (gnus-blocked-images): New variable.
3127
3128         * message.el (message-prune-recipients): New function.
3129         (message-prune-recipient-rules): New variable.
3130
3131         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3132         guess whether a long line is natural text or not.
3133
3134         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3135         gnus-process-plist and friends for compatibility.
3136
3137 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3138
3139         * gnus-html.el: Require packages that define macros used in this file.
3140         (gnus-article-mouse-face): Declare to silence byte-compiler.
3141         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3142         process-get.
3143         (gnus-html-put-image): Use plist-get to avoid getf.
3144         (gnus-html-prefetch-images): Use with-current-buffer.
3145
3146 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * gnus-ems.el: Provide compatibility functions for
3149         gnus-set-process-plist.
3150
3151         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3152         header-line-format for XEmacs 21.4.
3153
3154         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3155         * gnus.el (gnus-valid-select-methods)
3156         * message.el (message-send-mail-partially-limit)
3157         * mm-decode.el (mm-text-html-renderer)
3158         * mml.el (mml-insert-mime-headers-always)
3159         * smiley.el (smiley-regexp-alist): Bump custom version.
3160
3161 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * gnus-html.el: require mm-url.
3164         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3165         with the url to `url'.
3166         (gnus-html-wash-tags): Support cid: URLs/images.
3167
3168 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169
3170         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3171         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3172         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3173
3174         * gnus-move.el: Removed file, since it doesn't really work.
3175
3176         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3177         UTF-8.  This seems to fix problems with some German web feeds.
3178
3179         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3180         at the top so that the proper colours are applied.
3181
3182         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3183         don't have dots in their names.
3184
3185         * gnus-art.el (gnus-article-view-part): Doc fix.
3186
3187         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3188         XEmacs-compatible.
3189         (gnus-html-put-image): Don't do images on non-graphic displays.
3190
3191         * nnslashdot.el: Removed this unused backend.
3192
3193         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3194         actions.
3195         (gnus-undo-register-1): Revert last change.
3196
3197         * gnus-group.el (gnus-group-completing-read): Protect against not
3198         having completion-styles bound.
3199
3200         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3201         make broken recipients happier.
3202
3203         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3204
3205         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3206         point parameter.
3207
3208         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3209
3210         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3211         completion-styles for group selection.
3212
3213 2009-02-04  Andreas Schwab  <schwab@suse.de>
3214
3215         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3216         headers and regexp-quote the match if necessary.
3217
3218 2009-03-24  Miles Bader  <miles@gnu.org>
3219
3220         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3221         the blinking smiley.
3222
3223 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3224
3225         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3226         blink smiley.
3227
3228 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3231         where the dribbel file lives exists.
3232
3233         * message.el (message-send-mail-partially-limit): Change the default to
3234         nil, since most people don't want this.
3235
3236         * mm-url.el (mm-url-decode-entities): Also decode entities like
3237         &#x3212.
3238
3239 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3240
3241         * gnus-sum.el (gnus-summary-idna-message):
3242         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3243         Hyperlink urls in docstrings with URL `...'.
3244
3245 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3246
3247         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3248         functions.
3249
3250 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3253         say what the mouseover text should be.
3254
3255         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3256         version of the mm-w3m-safe-url-regexp variable to only download images
3257         in the groups where we want that to happen.
3258
3259         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3260
3261         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3262         easier debugging.
3263         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3264         big pictures in the article buffer.
3265
3266         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3267         gnus-article-html.
3268         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3269         w3m.
3270
3271         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3272
3273 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3276         which doesn't exist.
3277
3278         * message.el (message-inhibit-ecomplete): New variable to allow some
3279         function to inhibit ecomplete address storage.
3280         (message-resend): Disable ecomplete message storage when resending
3281         messages.
3282
3283         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3284
3285 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3288         Save excursion while copying, moving, and deleting articles in order to
3289         prevent the cursor from jumping to unforeseen place.
3290
3291 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * lpath.el: No need to bind bookmark-current-buffer,
3294         bookmark-yank-point and bookmark-make-record-function.
3295
3296 2010-08-17  Glenn Morris  <rgm@gnu.org>
3297
3298         * gnus-sync.el: Require gnus components whose functions are used.
3299
3300         * gnus-art.el (bookmark-make-record-function):
3301         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3302         Declare for compiler.
3303
3304         * mm-url.el (mml-compute-boundary): Autoload.
3305
3306 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3309
3310 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3311
3312         Typo fix "hoo4a" -> "hook".
3313
3314         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3315
3316 2010-08-14  Glenn Morris  <rgm@gnu.org>
3317
3318         * gnus-sync.el (gnus-sync): Fix defgroup version.
3319
3320 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3321
3322         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3323
3324         * gnus-sync.el: Fix docs.
3325         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3326         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3327
3328 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3329
3330         Optimizations for gnus-sync.el.
3331
3332         * gnus-sync.el: Add docs about gnus-sync-backend
3333         possibilities.
3334         (gnus-sync-save): Remove unnecessary message.
3335         (gnus-sync-read): Optimize and show what groups were skipped.
3336
3337 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3338
3339         Minor bug fixes for gnus-sync.el.
3340
3341         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3342         read the sync on get-new-news.
3343
3344         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3345         quiet.
3346
3347         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3348
3349 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3350
3351         Make saving and restoring of hidden threads work with overlays.
3352         Patch applied by Ted Zlatanov.
3353
3354         * gnus-sum.el (gnus-hidden-threads-configuration)
3355         (gnus-restore-hidden-threads-configuration): Update to deal with text
3356         properties, rather than searching for a magic character.
3357
3358 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3359
3360         New gnus-sync.el library for synchronization of marks.
3361
3362         * gnus-sync.el: New library for synchronization of marks.
3363
3364         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3365         renamed from `gnus-registry-grep-in-list'.
3366
3367         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3368
3369         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3370
3371 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3374         determining charset of text fails.
3375
3376 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * nnmail.el (nnmail-get-new-mail-1): Revert.
3379
3380         * nnml.el (nnml-active-number): Make sure names of newly created groups
3381         in nnml-group-alist are encoded.
3382
3383 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3386         containing non-ASCII characters in active file for nnml back end.
3387
3388 2010-07-24  David Engster  <dengste@eml.cc>
3389
3390         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3391         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3392
3393 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3394
3395         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3396         tag (Bug#6654).
3397
3398 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3401         the article buffer, not the summary buffer.
3402
3403 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3406         Emacs 23 as well.
3407
3408 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3411         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3412
3413 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3414
3415         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3416         Patch applied by Karl Fogel.
3417
3418         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3419         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3420
3421 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3422
3423         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3424         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3425         C-w still not working correctly from Article buffers; Thierry's
3426         patch to fix that will be applied after this.
3427
3428         * gnus-art.el (bookmark-make-record-function): New local variable.
3429
3430         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3431         article buffer.
3432         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3433
3434 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3435
3436         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3437         on changes in bookmark.el.
3438
3439 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3442         `no-log' instead of message not to log prompt string.
3443
3444 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3445
3446         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3447         the *other* type of HTML form submission.
3448
3449 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3450
3451         * auth-source.el (auth-source-pick): If choice does not contain a
3452         questioned keyword, set the check to t.
3453
3454 2010-06-12  Romain Francoise  <romain@orebokech.com>
3455
3456         * gnus-util.el (gnus-date-get-time): Move up before first use.
3457
3458 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3461         (gnus-article-edit-part): Bind it to make last part that is substituted
3462         or deleted visible.
3463         (gnus-mime-display-single): Buttonize part of which id equals to
3464         gnus-mime-buttonized-part-id.
3465
3466 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3467
3468         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3469         (gnus-dd-mmm): Use gnus-date-get-time.
3470         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3471         simplify logic.
3472         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3473         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3474
3475 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3476
3477         * auth-source.el (top): Autoload `secrets-list-collections',
3478         `secrets-create-item', `secrets-delete-item'.
3479         (auth-sources): Fix tag string.
3480         (auth-get-source, auth-source-retrieve, auth-source-create)
3481         (auth-source-delete): New defuns.
3482         (auth-source-pick): Rewrite in order to avoid 2 passes.
3483         (auth-source-forget-user-or-password): New parameter USERNAME.
3484         (auth-source-user-or-password): New parameters CREATE-MISSING and
3485         DELETE-EXISTING.  Retrieve password interactively, if needed.
3486
3487 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3488
3489         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3490         deleting unused directories when gnus-expert-user is t.
3491
3492 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3495         for each temp file when gnus-article-browse-delete-temp is ask.
3496
3497 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3498
3499         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3500         Lisp calls to delete-backward-char by calls to delete-char.
3501
3502 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3503
3504         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3505
3506 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3507
3508         * password-cache.el (password-cache-remove): Fix docstring.
3509
3510 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3513         article unless decoding article to be saved.
3514
3515 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3518         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3519         generated within the mm-with-unibyte-current-buffer macro.
3520
3521 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3524         to nil when we're in a mml-preview buffer and no group is selected.
3525
3526 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3527
3528         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3529         when catching the `C-g'.  Reported by "Leo".
3530
3531 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * message.el (message-forward-make-body-plain)
3534         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3535         multibyte-string-p.
3536
3537         * lpath.el: Revert.
3538
3539 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * message.el (message-forward-make-body-mml): Assume original message
3542         is multibyte string; error on unibyte.
3543         (message-forward-make-body-plain): Ditto; don't add excessive newline
3544         in body end.
3545
3546         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3547
3548 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3549
3550         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3551         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3552
3553 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * mm-extern.el (mm-extern-url): Don't use
3556         mm-with-unibyte-current-buffer.
3557         (mm-extern-cache-contents): Use with-current-buffer instead of
3558         save-excursion + set-buffer.
3559
3560 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * mm-util.el (mm-emacs-mule): Remove.
3563
3564 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3565
3566         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3567         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3568         change.
3569
3570 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3573         bind the default value of enable-multibyte-characters to nil.
3574
3575 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * message.el (message-forward-make-body-plain)
3578         (message-forward-make-body-mml):
3579         Don't use mm-with-unibyte-current-buffer.
3580
3581 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3582
3583         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3584
3585 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3586
3587         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3588         (Bug#5592).
3589
3590 2010-05-07  Julien Danjou  <julien@danjou.info>
3591
3592         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3593         it to mm-pipe-part.
3594
3595         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3596         it is given.
3597
3598 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * binhex.el (binhex-decode-region-internal)
3601         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3602         (dns-query)
3603         * nnweb.el (nnweb-gmane-search)
3604         * pgg-parse.el (pgg-parse-armor)
3605         * pgg.el (pgg-verify-region)
3606         * sha1.el (sha1-string-external)
3607         * uudecode.el (uudecode-decode-region-internal)
3608         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3609         XEmacs.
3610
3611         * gnus-art.el (gnus-article-browse-html-parts)
3612         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3613         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3614         make-temp-file.
3615
3616         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3617         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3618         compiling.
3619
3620         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3621         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3622         XEmacs when compiling.
3623
3624         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3625         gnus-pick-mode-off-hook for XEmacs when compiling.
3626         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3627         gnus-binary-mode-off-hook for XEmacs when compiling.
3628
3629         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3630         nil if char-charset is not available.
3631
3632         * imap.el (imap-disable-multibyte)
3633         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3634         macros.
3635
3636         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3637         instead of encode-coding-string.
3638
3639         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3640         'xemacs) instead of mm-emacs-mule to switch function definitions.
3641         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3642
3643         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3644         bind temporary-file-directory for XEmacs;
3645         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3646         timer-set-function for XEmacs 21.4 and SXEmacs;
3647         bind timer-list for XEmacs 21.4 and SXEmacs;
3648         fbind char-charset and find-charset-region for non-Mule XEmacs;
3649         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3650         encode-coding-region and encode-coding-string for XEmacs having no
3651         file-coding feature.
3652
3653 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3654
3655         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3656
3657 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3660         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3661
3662 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3663
3664         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3665         alias `jka-compr-delete-temp-file' no longer exists.
3666
3667 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3668
3669         Use define-minor-mode in Gnus where applicable.
3670         * mml.el (mml-mode): Use define-minor-mode.
3671         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3672         (gnus-undo-mode): Use define-minor-mode.
3673         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3674         (gnus-dead-summary-mode): Use define-minor-mode.
3675         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3676         Initialize in declaration.
3677         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3678         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3679         (gnus-mailing-list-mode): Use define-minor-mode.
3680         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3681         (gnus-draft-mode): Use define-minor-mode.
3682         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3683         (gnus-dired-mode): Use define-minor-mode.
3684
3685 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3686
3687         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3688         handles on recursive mml-to-mime translation and check them for
3689         boundary delimiter collisions.  Reported by Greg Troxel.
3690
3691 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3694
3695 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3696
3697         * mm-util.el (mm-find-buffer-file-coding-system):
3698         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3699
3700 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3701
3702         * message.el (message-generate-headers): Record insertion of optional
3703         headers as well.  Otherwise the check to prevent repeated insertion of
3704         optional headers is a no-op.
3705
3706 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3707
3708         * smime.el: Don't mention CVS.
3709
3710         * nnrss.el (nnrss-fetch): Don't mention CVS.
3711
3712         * nnir.el: Don't mention CVS.
3713
3714 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3715
3716         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3717
3718 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * lpath.el: Fbind bookmark-default-handler,
3721         bookmark-get-bookmark-record, bookmark-make-record-default,
3722         bookmark-prop-get for Emacs <23 and XEmacs.
3723
3724 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3725
3726         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3727         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3728         Use with-current-buffer to silence the byte-compiler.
3729         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3730         bother to require `gnus'.
3731         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3732
3733 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3734
3735         * gnus-sum.el (gnus-summary-bookmark-make-record)
3736         (gnus-summary-bookmark-jump): New functions.
3737         (gnus-summary-mode): Setup bookmark support.
3738
3739 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3740
3741         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3742         if set.
3743
3744 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3747         gnus-article-browse-html-save-cid-image; make it work recursively for
3748         forwarded messages as well.
3749         (gnus-article-browse-html-parts): Work when prefix arg is given.
3750         (gnus-article-browse-html-article): Doc fix.
3751
3752 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3753
3754         * message.el (message-default-mail-headers):
3755         (message-default-headers): Carry the value mail-default-headers over
3756         into message-default-mail-headers, rather than message-default-headers.
3757
3758 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3759
3760         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3761         charset.
3762
3763         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3764         charset into the <meta> tag when the article is encoded to utf-8.
3765
3766 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3769         directories as well.
3770         (gnus-article-browse-html-parts): Work for images that do not specify
3771         file names; delete temp directory when quitting; insert header at the
3772         right place; use file: scheme for image files.
3773
3774 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3775
3776         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3777         (gnus-article-browse-html-parts): Use it to make temporary cid image
3778         files in addition to html file so that browser may display them.
3779
3780 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3783
3784 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3785
3786         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3787
3788 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3789
3790         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3791         about Secret Service API sources.  Improve Customize options.
3792         (auth-source-pick): Change to accept any number of search parameters.
3793         Implement fallbacks iteratively, not recursively.  Add scoring on the
3794         second pass and sort by score.  Call Secret Service API when needed.
3795         (auth-source-user-or-password): Use it.  Call Secret Service API
3796         directly when needed to get the user name and the password.
3797
3798 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3799
3800         * message.el (message-interactive): Doc fix.
3801         (message-qmail-inject-args): Reflow.
3802         (message-kill-to-signature): Fix typo in docstring.
3803
3804         * smiley.el (smiley-buffer): Fix typo in docstring.
3805
3806 2010-03-24  Glenn Morris  <rgm@gnu.org>
3807
3808         * mail-source.el (gnus-message): Declare.
3809         (mail-source-delete-old-incoming): Require gnus-util.
3810
3811 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3814
3815         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3816
3817         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3818         password-cache's default if it is not bound.
3819         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3820         password-cache-expiry's default if it is not bound.
3821
3822         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3823         available in Emacs 21.
3824
3825         * lpath.el: Suppress compiler warnings for:
3826         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3827         XEmacs;
3828         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3829         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3830         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3831
3832 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3833
3834         * auth-source.el (auth-sources): Fix up definition so extra parameters
3835         are always inline.
3836
3837 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3838
3839         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3840         wasn't updated after mismatch.  Clear cached mailbox info correctly
3841         when uidvalidity changes.
3842         (nnimap-group-prefixed-name): New function to avoid some code
3843         duplication.
3844         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3845         (nnimap-request-group): Use it.
3846         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3847         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3848         with many imap folders.  This is done by caching the group status from
3849         the imap server persistently in a group parameter `imap-status'.  (This
3850         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3851         but not persistently, so every Gnus startup was still very slow.)
3852
3853 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3854
3855         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3856         delete the extra newline.  Otherwise editing of :string and :number
3857         types don't work.
3858
3859 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3860
3861         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3862         secrets.el dependency.
3863         (auth-sources): Add optional user name.  Add secrets.el configuration
3864         choice (unused right now).
3865
3866 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3867
3868         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3869         `gnus-registry-install-shortcuts' fill in the functions.
3870
3871         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3872         warnings.
3873         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3874         (gnus-registry-install-shortcuts): Populate and use it in a
3875         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3876
3877 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3878
3879         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3880         In-place substitutions for the group name encoding/decoding.
3881         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3882         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3883         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3884         (nnimap-update-unseen, nnimap-request-list)
3885         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3886         (nnimap-request-set-mark, nnimap-split-to-groups)
3887         (nnimap-split-articles, nnimap-request-newgroups)
3888         (nnimap-request-create-group, nnimap-request-accept-article)
3889         (nnimap-request-delete-group, nnimap-request-rename-group)
3890         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3891         `encoded-mbx' for consistency.
3892         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3893         variable `imap-current-mailbox'.
3894
3895         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3896         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3897
3898 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3899
3900         * pop3.el (pop3-display-message-size-flag): Display message size byte
3901         counts during POP3 download.
3902         (pop3-movemail): Use it.
3903         (pop3-list): Implement listing of available messages.
3904
3905 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3906
3907         * nnir.el (nnir-get-article-nov-override-function): New function to
3908         override the normal NOV retrieval.
3909         (nnir-retrieve-headers): Use it.
3910
3911 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3912
3913         * auth-source.el (netrc-machine-user-or-password): Autoload.
3914
3915 2010-03-19  Glenn Morris  <rgm@gnu.org>
3916
3917         Stop message.el from loading about 40 libraries it doesn't always need.
3918         The general approach is to autoload rather than require, and to
3919         require in the specific functions rather than the file.  (Bug#5642)
3920
3921         * gmm-utils.el: Don't require wid-edit.
3922         (widget-create-child-value, widget-convert, widget-default-get):
3923         Autoload.
3924
3925         * gnus-util.el: Don't require time-date, netrc.
3926         (message-fetch-field, gnus-group-name-decode): Declare rather than
3927         autoloading.
3928         (gnus-fetch-field): Require message.
3929         (gnus-decode-newsgroups): Require gnus-group.
3930
3931         * ietf-drums.el: Don't require time-date.
3932
3933         * message.el: Don't require hashcash, canlock, ecomplete.
3934         Do require mail-utils.  Require nnheader only when compiling.
3935         (smtpmail-default-smtp-server): Remove declaration.
3936         (message-send-mail-function): Check smtpmail-default-smtp-server
3937         is bound rather than requiring smtpmail.
3938         (message-auto-save-directory, message-insert-signature): Use
3939         expand-file-name rather than nnheader-concat.
3940         (nnheader-insert-file-contents): Autoload.
3941         (hashcash-wait-async): Declare.
3942         (message-send-mail): Only call gnus-setup-posting-charset if
3943         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3944         (message-send-mail-with-sendmail): Require sendmail.
3945         (canlock-password, canlock-password-for-verify): Declare.
3946         (message-canlock-password): Require canlock.
3947         (nnheader-get-report): Autoload.
3948         (gnus-setup-posting-charset): Declare.
3949         (message-send-news): Require gnus-msg.
3950         (message-make-references, message-make-in-reply-to): Use mail-header-id
3951         rather than the alias mail-header-message-id.
3952         (ecomplete-add-item, ecomplete-save): Declare.
3953         (message-put-addresses-in-ecomplete): Require ecomplete.
3954         (ecomplete-display-matches): Autoload.
3955
3956         * mm-decode.el: Don't require mailcap, gnus-util.
3957         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3958         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3959         Autoload.
3960         (mailcap-mime-extensions): Declare.
3961
3962         * mm-encode.el: Don't require mailcap.
3963         (mailcap-extension-to-mime): Autoload.
3964
3965         * mml-sec.el: Don't require password-cache.
3966
3967         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3968         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3969         (mml-minibuffer-read-type): Require mailcap.
3970         (mml-preview): Require gnus-msg.
3971
3972         * mml1991.el: Require password-cache.
3973         (password-cache-expiry): Remove declaration.
3974
3975         * mml2015.el: Require password-cache.
3976         (password-cache-expiry): Remove declaration.
3977
3978         * nneething.el (mailcap): Require mailcap.
3979
3980         * nnheader.el (declare-function): Add compatibility stub.
3981         (message-remove-header): Declare rather than autoload.
3982         (nnheader-replace-header): Require message.
3983
3984         * nnimap.el (declare-function): Add compatibility stub.
3985         (netrc-parse, netrc-machine-user-or-password): Declare.
3986         (nnimap-open-connection): Require netrc.
3987
3988         * nntp.el (declare-function): Add compatibility stub.
3989         (netrc-parse, netrc-machine, netrc-get): Declare.
3990         (nntp-send-authinfo): Require netrc.
3991
3992         * rfc2047.el: Don't require qp.
3993         (quoted-printable-encode-region, quoted-printable-decode-string):
3994         Autoload.
3995
3996         * sieve-mode.el: Don't require easymenu.
3997         (easy-menu-add-item): Autoload it.
3998
3999         * spam-stat.el (time-to-number-of-days): Autoload it.
4000
4001 2010-03-19  Glenn Morris  <rgm@gnu.org>
4002
4003         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4004
4005 2010-03-18  Glenn Morris  <rgm@gnu.org>
4006
4007         * hashcash.el (declare-function): Remove duplicate definition.
4008
4009 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4010
4011         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4012         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4013         value if any backslash escapes).
4014
4015 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4018         if it is available.  (bug#5647)
4019
4020         * lpath.el: Suppress compiler warning for coding-system-from-name for
4021         Emacs 21 and XEmacs.
4022
4023 2010-03-14  Juri Linkov  <juri@jurta.org>
4024
4025         * hmac-def.el:
4026         * hmac-md5.el:
4027         * netrc.el: Fix keywords.
4028
4029 2010-02-26  Glenn Morris  <rgm@gnu.org>
4030
4031         * message.el (message-send-mail-function): Change the default, so that
4032         it inherits from a customized send-mail-function.  (Bug#5643)
4033
4034 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4035
4036         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4037         shell-command-to-string signals an error (bug#5299).
4038
4039 2010-02-24  Glenn Morris  <rgm@gnu.org>
4040
4041         * message.el (message-smtpmail-send-it)
4042         (message-send-mail-with-mailclient): Doc fixes.
4043
4044 2010-02-16  Glenn Morris  <rgm@gnu.org>
4045
4046         * message.el (message-default-mail-headers): Change the default value
4047         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4048
4049 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4052         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4053
4054 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4055
4056         * time-date.el (date-to-time): Doc fix (Bug#5408).
4057
4058 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4059
4060         * message.el (message-mail): Just pass yank-action on to message-setup.
4061         (message-setup): Handle (FUN . ARGS) form of yank-action.
4062         (message-with-reply-buffer, message-widen-reply)
4063         (message-yank-original): Handle non-buffer values of
4064         message-reply-buffer (Bug#4080).
4065         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4066
4067 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4068
4069         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4070         Fix typo in docstring.
4071
4072 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4073
4074         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4075         response.
4076
4077 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4080
4081         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4082
4083         * message.el (message-check-news-header-syntax): Protect against a
4084         string that `rfc822-addresses' returns when parsing fails.
4085
4086 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4089         (gnus-previous-char-property-change): New functions.
4090
4091         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4092
4093 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4094
4095         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4096         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4097
4098 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4099
4100         * message.el (message-exchange-point-and-mark): Rework last change to
4101         avoid using optional arg of exchange-point-and-mark, for backward
4102         compatibility.
4103
4104 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4105
4106         * message.el (message-exchange-point-and-mark): Call
4107         exchange-point-and-mark with an argument rather than setting
4108         mark-active by hand (Bug#5175).
4109
4110 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * nntp.el (nntp-service-to-port): Work for service expressed with
4113         numeric string; replace [:digit:] with [0-9] for XEmacs.
4114
4115 2009-12-17  Glenn Morris  <rgm@gnu.org>
4116
4117         * gnus-group.el (gnus-bug-group-download-format-alist):
4118         Change emacs entry to debbugs.gnu.org.  Bump :version.
4119
4120 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4121
4122         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4123
4124 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4125
4126         * message.el (message-info): Explain why we use `Info-goto-node'.
4127
4128 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4131
4132 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4133
4134         * message.el (message-completion-in-region): New compatibility function.
4135         (message-expand-group): Use it.
4136
4137 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4140         with no unread article should be listed if the 2nd arg `predicate' is
4141         given.
4142
4143 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4146
4147 2009-11-29  Juri Linkov  <juri@jurta.org>
4148
4149         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4150         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4151         on `gnus-recenter'. (Bug#4698, Bug#4981)
4152
4153 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4154
4155         * sha1.el (sha1-string-external): default-directory "/" in case
4156         otherwise non-existent.  process-connection-type pipe for touch of
4157         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4158
4159 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4160
4161         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4162         it's comms related and sgml-mode.el has "comm" on that basis too.
4163
4164 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4167         containing tspecial characters if they have been already quoted.
4168
4169 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4170
4171         * dns-mode.el (auto-mode-alist): Purecopy string.
4172
4173 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4174
4175         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4176
4177 2009-10-24  Glenn Morris  <rgm@gnu.org>
4178
4179         * gnus-art.el (help-xref-stack-item): Define for compiler.
4180
4181 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4182
4183         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4184
4185 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4188
4189 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4192         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4193
4194 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4197         (gnus-overlays-in): New alias to overlays-in.
4198
4199         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4200         gnus-overlay-get, and gnus-delete-overlay.
4201         (gnus-summary-show-thread): Make it work as well for systems in which
4202         next-single-char-property-change is not available.
4203         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4204
4205         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4206         (gnus-overlay-get): New alias to extent-property.
4207         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4208
4209         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4210         SXEmacs.
4211
4212         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4213         SXEmacs.
4214
4215 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4216
4217         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4218
4219 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4220
4221         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4222         and XEmacs that don't have `remove-overlays'.
4223
4224 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4225
4226         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4227         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4228         selective display.  Use overlays instead.
4229
4230 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4231
4232         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4233
4234 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4235
4236         * spam-stat.el (spam-stat-load): Fix typo in message.
4237
4238 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4239
4240         * dig.el (dig-invoke): Fix typo in docstring.
4241         (query-dig): Reflow docstring.
4242
4243 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4244
4245         * gnus-art.el (gnus-article-encrypt-body):
4246         * message.el (message-check-recipients):
4247         * mm-util.el (mm-codepage-setup):
4248         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4249         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4250
4251 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4252
4253         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4254         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4255         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4256         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4257         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4258
4259 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4260
4261         * dig.el: Add "Keywords: comm", as per net-utils.el.
4262
4263 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4264
4265         * dig.el (dig-mode): Use define-derived-mode.
4266
4267 2009-09-19  Glenn Morris  <rgm@gnu.org>
4268
4269         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4270
4271 2009-09-18  Glenn Morris  <rgm@gnu.org>
4272
4273         * gnus-diary.el (gnus-diary-check-message):
4274         * message.el (message-insert-formatted-citation-line):
4275         * nnbabyl.el (top-level):
4276         * nndiary.el (nndiary-schedule):
4277         Fix typos in condition-case handlers.
4278
4279 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4282         configuration that provides the sole article window in a frame;
4283         position point correctly after deleting a part.
4284
4285 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4286
4287         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4288         (spam-resolve-registrations-routine): Use it to unregister articles
4289         that change status.
4290
4291 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4294         with XEmacs.
4295         (parse-time-string-chars): Use it.
4296
4297 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4298
4299         * imap.el (imap-interactive-login): Better messages.
4300         (imap-open): Fix bug with renamed buffer on reconnect.
4301         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4302         for easier debugging and cleaner code.  On successful (guessed based on
4303         server capabilities) secondary authentication, set imap-state
4304         correctly.
4305         (imap-last-authenticator): Define imap-last-authenticator as a variable
4306         to avoid warnings.
4307
4308 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * nnrss.el (nnrss-request-article): Remove binding of
4311         default-enable-multibyte-characters that has gotten needless by
4312         the 2007-07-13 change in rfc2047-encode-message-header.
4313
4314         * mml.el (mml-insert-multipart): Error on the message header.
4315         (mml-insert-part): Error on the message header; position point at
4316         the end of a MIME tag.
4317
4318 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * time-date.el (autoload): Expand define-obsolete-function-alias into
4321         defalias and make-obsolete for old Emacsen that Gnus supports.
4322         (with-no-warnings): Define it for old Emacsen.
4323         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4324         is available.
4325         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4326         float-time is available; suppress compile warning for time-to-seconds.
4327
4328         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4329         (gnus-float-time): Alias to float-time if it exists.
4330
4331         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4332         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4333         float-time is available; suppress compile warning for time-to-seconds.
4334
4335         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4336         XEmacs.
4337
4338 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4339
4340         * imap.el (imap-message-map): Docstring fix.
4341
4342 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4345         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4346         Add the optional argument `encoding' that overrides the default.
4347
4348         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4349         mm-encode-buffer.
4350
4351 2009-09-04  Glenn Morris  <rgm@gnu.org>
4352
4353         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4354         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4355         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4356         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4357         * mm-util.el (mm-with-unibyte-current-buffer)
4358         (mm-find-buffer-file-coding-system):
4359         * yenc.el (yenc-decode-region): Use default-value rather than
4360         default-enable-multibyte-characters.
4361
4362 2009-09-03  Glenn Morris  <rgm@gnu.org>
4363
4364         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4365         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4366         than default-enable-multibyte-characters.
4367
4368 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4369
4370         * gnus-art.el (gnus-article-read-summary-keys):
4371         Fix gnus-buffer-configuration's value temporarily used.
4372
4373 2009-09-02  Glenn Morris  <rgm@gnu.org>
4374
4375         * gnus-util.el (gnus-float-time): New function.
4376         * gnus-delay.el (gnus-delay-article):
4377         * gnus-sum.el (gnus-thread-latest-date):
4378         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4379         * nnspool.el (nnspool-request-newgroups):
4380         Use gnus-float-time rather than time-to-seconds.
4381         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4382
4383         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4384         (gnus-header-subject-face, gnus-header-newsgroups-face)
4385         (gnus-header-name-face, gnus-header-content-face):
4386         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4387         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4388         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4389         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4390         (gnus-cite-face-11):
4391         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4392         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4393         (gnus-server-closed-face, gnus-server-denied-face)
4394         (gnus-server-offline-face):
4395         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4396         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4397         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4398         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4399         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4400         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4401         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4402         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4403         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4404         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4405         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4406         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4407         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4408         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4409         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4410         (gnus-summary-high-undownloaded-face)
4411         (gnus-summary-low-undownloaded-face)
4412         (gnus-summary-normal-undownloaded-face)
4413         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4414         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4415         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4416         (gnus-splash-face):
4417         * message.el (message-header-to-face, message-header-cc-face)
4418         (message-header-subject-face, message-header-newsgroups-face)
4419         (message-header-other-face, message-header-name-face)
4420         (message-header-xheader-face, message-separator-face)
4421         (message-cited-text-face, message-mml-face):
4422         * sieve-mode.el (sieve-control-commands-face)
4423         (sieve-action-commands-face, sieve-test-commands-face)
4424         (sieve-tagged-arguments-face):
4425         * spam.el (spam-face):
4426         Mark face aliases with "-face" in the name as obsolete.
4427
4428 2009-09-01  Glenn Morris  <rgm@gnu.org>
4429
4430         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4431         than goto-line.
4432
4433 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4436         Don't move point if the command is invoked inside the message header.
4437
4438 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4439
4440         * imap.el (imap-send-command): Simplify.
4441         (imap-wait-for-tag): point-max -> buffer-size.
4442
4443 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4444
4445         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4446         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4447         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4448         * nnir.el (nnir-swish-e-index-file):
4449         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4450         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4451         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4452         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4453         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4454         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4455
4456 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4459         Don't save excursion.
4460
4461 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4462
4463         * nnheader.el (nnheader-find-file-noselect):
4464         * mm-util.el (mm-insert-file-contents):
4465         Use (default-value 'major-mode) instead of default-major-mode.
4466
4467 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4468
4469         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4470
4471 2009-08-26  Glenn Morris  <rgm@gnu.org>
4472
4473         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4474         than placing in files.el.
4475
4476 2009-08-25  Glenn Morris  <rgm@gnu.org>
4477
4478         * nnir.el (top-level): Don't require cl at run-time.
4479         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4480         Replace cl-function substitute with gnus-replace-in-string.
4481         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4482         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4483         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4484         simplified expansions.
4485
4486 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4487
4488         * dig.el (dig): Add autoload cookie.
4489
4490 2009-08-22  Glenn Morris  <rgm@gnu.org>
4491
4492         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4493         goto-line.
4494
4495 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4496
4497         * parse-time.el (parse-time-string-chars): Save match data.
4498
4499 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4500
4501         * parse-time.el (parse-time-string-chars): Compute using character
4502         classes, to handle non-ascii characters (Bug#3190).
4503
4504 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4507
4508         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4509         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4510         (gnus-mm-display-part, gnus-mime-display-single)
4511         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4512         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4513
4514         * gnus-sum.el
4515         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4516         (gnus-summary-move-article): Add expirable mark to articles copied or
4517         moved to group that has auto-expire turned on if the option is non-nil.
4518
4519 2009-07-24  Glenn Morris  <rgm@gnu.org>
4520
4521         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4522         Fix typo.  (Bug#3903)
4523
4524 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4527         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4528         that should not be used for draft articles.
4529         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4530         that has no concern in minor mode keys.
4531         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4532         Abolish.
4533
4534 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4537         article without making inquiry to a user for unknown encoding.
4538
4539         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4540         (nnmaildir--scan): Assume i-node and device number that file-attributes
4541         returns might be cons-cell.
4542
4543         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4544
4545         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4546
4547 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4548
4549         * auth-source.el: Remove docs now in auth.texi.  Don't use
4550         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4551         `auth-source-hide-passwords' and use them.
4552
4553 2009-07-15  Glenn Morris  <rgm@gnu.org>
4554
4555         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4556
4557 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4560         excessive whitespace from the default values of title and description.
4561
4562 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4565         mail-fetch-field to fetch Content-Description header in order to
4566         exclude newlines.
4567
4568 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4569
4570         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4571         format used by GnuPG 2.0.11.
4572
4573 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4576         to deleted part.
4577
4578 2009-05-30  David Engster  <dengste@eml.cc>
4579
4580         * nnmairix.el: Remove old documentation in the commentary block.
4581         (nnmairix-request-group): Do not update active file for nnml back ends.
4582         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4583         end so that overview files are ignored.
4584         (nnmairix-update-groups): Make updating the groups more robust by using
4585         marks.
4586         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4587         with dollar characters in message-id.
4588
4589 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4590
4591         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4592         2008-12-25 in dns.el.
4593
4594 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4595
4596         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4597         could happen if the text is only composed of spaces and/or tabs.
4598
4599 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4600
4601         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4602         when sending a queued message to avoid extra mml tags.
4603
4604 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4607
4608 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4611         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4612         rmail-toggle-header for XEmacs;
4613         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4614
4615 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * gnus-dired.el: Remove autoload for gnus-setup-message.
4618         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4619         displaying Gnus logo; always use compose-mail.
4620
4621 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4624
4625 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4628         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4629         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4630         available.
4631         (gnus-nocem-epg-verify): New function.
4632
4633 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4634
4635         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4636
4637 2009-02-15  Glenn Morris  <rgm@gnu.org>
4638
4639         * gnus-util.el (rmail-insert-rmail-file-header)
4640         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4641         autoloads.
4642         (rmail-default-rmail-file): Remove unnecessary declaration.
4643         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4644
4645 2009-02-14  Glenn Morris  <rgm@gnu.org>
4646
4647         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4648         variable (only used in gnus-util, which declares it anyway).
4649         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4650         which was only needed by gnus-art (changed to not use it any more).
4651         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4652         only used in gnus-util, which autoloads it itself.
4653         (rmail-update-summary): Fix autoload.
4654
4655         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4656         rather than rmail-output-to-rmail-file.
4657
4658 2009-02-07  Glenn Morris  <rgm@gnu.org>
4659
4660         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4661         autoload of function that no longer exists.
4662         (rmail-toggle-header): Declare.
4663         (message-forward-rmail-make-body): Handle mbox Rmail.
4664
4665 2009-01-31  Glenn Morris  <rgm@gnu.org>
4666
4667         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4668         2009-01-09 change.
4669
4670 2009-01-31  Dave Love  <fx@gnu.org>
4671
4672         * imap.el (imap-fetch-safe): Bind debug-on-error.
4673         (imap-debug): Add imap-fetch-safe.
4674
4675 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4676
4677         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4678         (auth-source-forget-all-cached): New convenience function.
4679         (auth-source-user-or-password): Accept list of modes or a single mode.
4680
4681         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4682         auth-source modes.
4683
4684         * netrc.el (netrc-machine-user-or-password): Use list of
4685         auth-source modes.
4686
4687         * nnimap.el (nnimap-open-connection): Use list of
4688         auth-source modes.
4689
4690         * nntp.el (nntp-send-authinfo): Use list of
4691         auth-source modes.
4692
4693 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4694
4695         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4696         now.
4697
4698 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4701         coding system in XEmacs; add a workaround for XEmacs.
4702
4703         * lpath.el: Fbind coding-system-aliasee.
4704
4705 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4708         of current-language-environment.
4709
4710 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4711
4712         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4713         available at runtime.
4714
4715 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4718
4719 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4720
4721         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4722         the greatest positive fixnum value doesn't work under an XEmacs with
4723         bignum support; use the most-positive-fixnum constant instead,
4724         available since Emacs 21.1 with cl and XEmacs 21.1.
4725
4726 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4729         XEmacs gets not to work.
4730
4731 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * mm-util.el (mm-coding-system-priorities): Allow the value like
4734         "Japanese (UTF-8)" of current-language-environment.
4735
4736 2009-01-09  Glenn Morris  <rgm@gnu.org>
4737
4738         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4739         with last-command-event.
4740
4741 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4742
4743         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4744         in the doc string.
4745
4746         * message.el (message-fix-before-sending): Amend comment.
4747
4748 2009-01-08  Dave Love  <fx@gnu.org>
4749
4750         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4751
4752 2009-01-07  David Engster  <dengste@eml.cc>
4753
4754         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4755         simplified server definitions by converting it via
4756         gnus-server-to-method.
4757
4758 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4761         parameter's operands.
4762
4763 2009-01-06  David Engster  <dengste@eml.cc>
4764
4765         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4766         primary select method (for gnus-group-mark-article-as-read).
4767
4768 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4769
4770         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4771         `(gnus)Face', not `(gnus)X-Face'.
4772
4773 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * mm-util.el (mm-ucs-to-char): New function.
4776
4777         * mm-url.el (mm-url-decode-entities): Use it.
4778
4779         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4780         unicode-to-char.
4781
4782 2009-01-05  Dave Love  <fx@gnu.org>
4783
4784         * time-date.el: Require cl for `declare'.
4785
4786 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4787
4788         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4789         Dave Love.
4790
4791 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4792
4793         * message.el (message-fix-before-sending): Add `eight-bit' to
4794         illegible-text check.
4795
4796 2009-01-03  Michael Olson  <mwolson@gnu.org>
4797
4798         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4799         `headers' is nil.  This can occur if the IMAP server does not have
4800         permissions to read messages from a folder, but can write new messages
4801         to the folder.
4802         (nnimap-request-article-part): Do not insert `data' if it is nil.
4803
4804         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4805         characters which will confuse `read', so skip past them.
4806
4807 2009-01-01  Dave Love  <fx@gnu.org>
4808
4809         * imap.el (imap-string-to-integer): Fix typo.
4810         (imap-fetch-safe): New function.
4811         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4812
4813         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4814
4815         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4816         (imap-parse-greeting): Fix doc strings.
4817         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4818         (imap-parse-flag-list): Make messages unique.
4819         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4820
4821         * nnimap.el: Fix author email.
4822         (nnimap-split-rule): Add FIXME comment.
4823         (nnimap-debug): Fix doc string.
4824
4825 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4826
4827         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4828
4829 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4830
4831         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4832         nslookup if resolv.conf isn't available.
4833         (dns-query): Rename from query-dns.
4834         (dns-query-cached): Rename from query-dns-cached.
4835
4836 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4839         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4840         to check if those variables exist (first appeared in Emacs 18.50).
4841
4842 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * mm-util.el (mm-line-number-at-pos): New function.
4845
4846         * spam-report.el (spam-report-process-queue): Use it.
4847
4848 2008-12-24  David Engster  <dengste@eml.cc>
4849
4850         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4851         parameters that haven't existed as variables as buffer-local variables.
4852
4853 2008-12-23  Dave Love  <fx@gnu.org>
4854
4855         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4856         cadar.
4857
4858         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4859         imap-starttls-p.
4860         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4861
4862 2008-12-22  Dave Love  <fx@gnu.org>
4863
4864         * imap.el: Fix author email.  Doc fixes.
4865         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4866         reply.
4867
4868 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4869
4870         * spam-report.el (spam-report-gmane-max-requests): New constant.
4871         (spam-report-gmane-wait): New variable.
4872         (spam-report-gmane-ham, spam-report-gmane-spam)
4873         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4874         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4875         the server.
4876
4877         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4878         Add explanations.
4879
4880         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4881         nnheader-accept-process-output and nnheader-read-timeout if available.
4882         (pop3-movemail): Use it.
4883
4884         * message.el (message-check-news-body-syntax): Fix signature check if
4885         there's an attachment.
4886
4887 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * mm-util.el: Add comments to the mm- emulating functions.
4890
4891 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4892
4893         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4894         by Stephen Berman <stephen.berman@gmx.net>.
4895
4896 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * mm-util.el (mm-substring-no-properties): New function.
4899         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4900         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4901         (mm-string-to-multibyte): Doc fix.
4902
4903         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4904
4905 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4906
4907         * mml.el (mml-attach-file): Strip text properties from file name.
4908         (Bug#1574)
4909
4910 2008-12-16  Glenn Morris  <rgm@gnu.org>
4911
4912         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4913
4914 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4917         knows since the charset specified might be a bogus alias that
4918         mm-charset-synonym-alist provides.
4919
4920 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4921
4922         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4923         "ISO_8859-1".
4924
4925         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4926
4927 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * mm-util.el (mm-charset-eval-alist):
4930         Define it before mm-charset-to-coding-system.
4931         (mm-charset-to-coding-system): Add optional argument `silent';
4932         define it before mm-charset-override-alist.
4933         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4934         default value if it can be used in Emacs currently running;
4935         silence mm-charset-to-coding-system.
4936
4937 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4940         `allow-override' which says whether to use `mm-charset-override-alist'.
4941         (rfc2047-decode-encoded-words): Use it.
4942
4943         * mm-util.el (mm-charset-override-alist): Fix custom type;
4944         add `(gb2312 . gbk)' to choices.
4945
4946 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4949         fast.
4950
4951         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4952
4953         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4954
4955 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4956
4957         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4958         on links.
4959
4960         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4961
4962 2008-12-03  Lute Kamstra  <lute@gnu.org>
4963
4964         * sha1.el: Remove leading * from docstrings of defcustoms,
4965         deffaces, defconsts and defuns.
4966
4967 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4970         users' addresses that don't have domain parts.
4971         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4972         rather than message-narrow-to-head since there will be the message
4973         header separator.
4974
4975 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4976
4977         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4978         since the result is inserted in a unibyte buffer anyway.
4979         (nnimap-demule-use-string-to-multibyte): Remove.
4980         (nnimap-demule): Alias it to mm-string-to-multibyte.
4981
4982 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4983
4984         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4985         variable for debugging bug#464 and bug#1174.
4986         (nnimap-demule): Use it.
4987
4988 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4989
4990         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4991         score calculation correctly.
4992
4993 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4994
4995         * message.el (message-send-mail): Just set the buffer to unibyte
4996         rather than use mm-with-unibyte-current-buffer which does a lot more.
4997         (message-send-mail-partially): Don't bother with
4998         mm-with-unibyte-current-buffer since it's already been made unibyte by
4999         message-send-mail.
5000
5001 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5002
5003         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5004
5005 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5006
5007         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5008
5009 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5012         require itself and to remove `with-no-warnings'.
5013
5014 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5015
5016         * starttls.el (starttls-any-program-available): Get the name of the
5017         available TLS layer program.
5018         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5019         well as the host name in the "opening" message.
5020
5021         * auth-source.el (auth-source-cache, auth-source-do-cache)
5022         (auth-source-user-or-password): Cache passwords and logins by default,
5023         allow override with `auth-source-do-cache'.
5024         (auth-source-forget-user-or-password): Allow users to remove cache
5025         entries if needed.
5026
5027 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5028
5029         * md4.el (md4-buffer): Fix typo in docstring.
5030         (md4, md4-64): Doc fixes.
5031         (md4-pack-int32): Reflow docstring.
5032
5033 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5034
5035         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5036         condition-case to only the forward-sexp call.
5037
5038 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5039
5040         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5041         quotes contained.  Make it more robust regardless by an extra
5042         condition-case wrapper.
5043
5044 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5047
5048 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * nnml.el (nnml-request-expire-articles): Check if the function set to
5051         `nnmail-expiry-target' returns the symbol `delete'.
5052
5053         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5054
5055         * nnmail.el (nnmail-expiry-target): Fix custom type.
5056
5057 2008-10-02  Glenn Morris  <rgm@gnu.org>
5058
5059         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5060         Silence compiler warning.
5061
5062 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5063
5064         * tls.el (open-tls-stream): Show the actual command being
5065         executed, instead of the format string.
5066
5067 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * lpath.el: Fbind codepage-setup for Emacs 23.
5070
5071 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5072
5073         * mml.el (mml-menu): Don't assume mml2015 is bound.
5074
5075 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5078         exists.
5079
5080 2008-09-27  Glenn Morris  <rgm@gnu.org>
5081
5082         * gnus-util.el (mail-header-remove-comments): Autoload it.
5083
5084 2008-09-27  Andreas Schwab  <schwab@suse.de>
5085
5086         * gnus-util.el (gnus-split-references): Strip comments.
5087         (gnus-parent-id): Likewise.
5088
5089 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * message.el (message-confirm-send): Fix version.
5092
5093 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * message.el (message-idna-to-ascii-rhs-1): Use
5096         mail-extract-address-components rather than mail-header-parse-addresses
5097         that is an alias by default to ietf-drums-parse-addresses that does not
5098         support non-ASCII names in headers' contents.
5099
5100 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5101
5102         * message.el (message-confirm-send): Fixed variable documentation to
5103         avoid the "y/n" wording.
5104
5105 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5106
5107         * message.el (message-set-auto-save-file-name): Save to a different
5108         filename so multiple messages (especially drafts) can be recovered.
5109
5110 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5111
5112         * message.el (message-confirm-send): Add appropriate version.
5113
5114 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5115
5116         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5117         defvar.
5118
5119 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5120
5121         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5122         (mm-pkcs7-enveloped-magic): Ditto.
5123
5124 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5125
5126         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5127         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5128
5129 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5130
5131         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5132         default, it's better.
5133
5134 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5135
5136         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5137         summary line gnus-number property and ignore them (with a warning
5138         message).
5139
5140 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5143         macro caddr in the interactive form since it won't be expanded.
5144
5145 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5148         `charset'; fix name of function called recursively.
5149         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5150
5151 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5154         (gnus-mime-set-charset-parameters): New function.
5155         (gnus-mime-view-part-as-charset): Use it to correctly display part
5156         specifying wrong charset.
5157
5158 2008-09-08  David Engster  <dengste@eml.cc>
5159
5160         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5161         in completing-read for back end server.
5162
5163 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5164
5165         * message.el (message-confirm-send): New variable to confirm sending a
5166         message.
5167         (message-send): Use it.
5168
5169 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5170
5171         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5172
5173 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5176
5177 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5178
5179         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5180         prevent tracking too many groups.
5181         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5182         Use it.
5183
5184 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5185
5186         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5187         moving point to the bottom of the window in order to avoid recentering.
5188
5189 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5192
5193         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5194         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5195         (gnus-article-beginning-of-window): Fix calculation.
5196
5197 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * gnus-msg.el (gnus-summary-supersede-article)
5200         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5201         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5202         message header.
5203
5204 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5205
5206         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5207         pending output coming after the status change.
5208
5209 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5210
5211         * message.el:
5212         * gnus-start.el:
5213         * gnus-registry.el: Remove VMS support.
5214
5215 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5218         macro.
5219         (rfc2104-hash): Use it.
5220
5221 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5222
5223         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5224         (gnus-summary-sort-by-most-recent-date): New commands.
5225         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5226         and menu entries.
5227
5228 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5231         don't redisplay article for raw contents; remove plural articles stuff.
5232
5233         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5234         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5235         on gnus-summary-save-article; display results properly.
5236
5237 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * lpath.el: No need to fbind ns-focus-frame.
5240
5241 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5244
5245 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5248         gnus-save-all-headers.
5249
5250 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5251
5252         * gnus-util.el (ns-focus-frame): Remove declaration.
5253         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5254         like x.
5255
5256 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5257
5258         * rfc2104.el (rfc2104-zero): Delete defconst.
5259         (rfc2104-hex-alist): Likewise.
5260         (rfc2104-hex-to-int): Delete func.
5261         (rfc2104-hexstring-to-bitstring): Likewise.
5262         (rfc2104-nybbles): New defconst.
5263         (rfc2104-hash): Rewrite for speed.
5264
5265 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * tls.el (open-tls-stream): Make it work with the 2nd argument
5268         BUFFER that is a string but does not exist as a buffer object, as
5269         mentioned in the doc-string.
5270
5271 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5274         SXEmacs.
5275
5276 2008-07-16  Glenn Morris  <rgm@gnu.org>
5277
5278         * gnus-util.el (ns-focus-frame): Declare for compiler.
5279
5280 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5283         set as a group parameter.
5284         (gnus-summary-save-in-pipe): Work when it is called independently.
5285         (gnus-summary-pipe-to-muttprint): Don't modify
5286         gnus-summary-pipe-output-default-command.
5287
5288 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5289
5290         * message.el (message-send-mail-with-sendmail):
5291         Display the error message.
5292
5293 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * gnus-art.el (gnus-default-article-saver):
5296         Add gnus-summary-save-in-pipe to choices.
5297         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5298         gnus-summary-pipe-output-default-command as the default command.
5299         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5300         instead of gnus-last-shell-command.
5301
5302         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5303         New user option.
5304         (gnus-summary-muttprint-program): Mention the value will be changed.
5305         (gnus-summary-save-article): Force showing of all headers.
5306         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5307
5308 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5309
5310         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5311
5312 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5313
5314         * nnimap.el (nnimap-id):
5315         * sieve-manage.el (sieve-manage-open): Doc fixes.
5316
5317 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5318
5319         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5320         if available.
5321
5322 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5323
5324         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5325
5326         * nnkiboze.el (nnkiboze-generate-group):
5327         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5328
5329         * nnmairix.el: Require CL.
5330
5331 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * dgnushack.el: Autoload get-display-table and put-display-table for
5334         XEmacs 21.5.
5335
5336         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5337         21.4 and SXEmacs.
5338
5339 2008-06-15  David Engster  <dengste@eml.cc>
5340
5341         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5342
5343 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5344
5345         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5346         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5347         runtime choice under XEmacs.
5348
5349         * gnus-sum.el (gnus-summary-set-display-table):
5350         Use `gnus-put-display-table', `gnus-get-display-table',
5351         `gnus-set-display-table' for the display table, instead of `aset'.
5352
5353         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5354         Use `gnus-put-display-table', `gnus-get-display-table',
5355         `gnus-set-display-table' for the display table.
5356
5357 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5358
5359         * nnmairix.el: Add autoloads.
5360
5361 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5362
5363         * nnmairix.el (nnmairix-delete-recreate-group)
5364         (nnmairix-update-and-clear-marks): Fix error messages.
5365
5366 2008-06-14  David Engster  <dengste@eml.cc>
5367
5368         * nnmairix.el: Upgrade to version 0.6.
5369         (nnmairix-group-toggle-propmarks-this-group)
5370         (nnmairix-group-toggle-readmarks-this-group)
5371         (nnmairix-group-delete-recreate-this-group)
5372         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5373         (nnmairix-remove-tick-mark-original-article): New commands.
5374         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5375         (nnmairix-propagate-marks-to-nnmairix-groups)
5376         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5377         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5378         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5379         functions needed for marks propagation and manipulation of read marks.
5380         (nnmairix-update-groups): New function.
5381         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5382         (nnmairix-determine-original-group-from-registry)
5383         (nnmairix-determine-original-group-from-path)
5384         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5385         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5386         New helper functions.
5387         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5388         keystrokes for new commands.
5389         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5390         (nnmairix-request-group): Check allow-fast group parameter.
5391         (nnmairix-request-create-group): Set allow-fast group parameter if
5392         nnmairix-allowfast-default is set.
5393         (nnmairix-close-group): Propagate marks upon closing if needed.
5394         (nnmairix-group-toggle-threads-this-group): Use new.
5395         nnmairix-group-toggle-parameter helper function.
5396         (nnmairix-search): Better check for empty search result.
5397         (nnmairix-goto-original-article): Use new helper functions for
5398         determining original article.
5399         (nnmairix-show-original-article): Make sure message-id is in brackets.
5400         (nnmairix-call-mairix-binary): Change variable name.
5401         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5402         helper function.
5403         (nnmairix-widget-toggle-activate): Fix doc string.
5404
5405 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * nnir.el: Require edmacro when compiling with XEmacs.
5408         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5409         available in Emacs 21.
5410
5411 2008-06-11  Glenn Morris  <rgm@gnu.org>
5412
5413         * gnus-util.el (x-focus-frame):
5414         * gnus.el (image-size):
5415         * mm-decode.el (image-size): Declare.
5416
5417         * gnus-picon.el (declare-function): Add compat definition.
5418         (image-size): Declare.
5419
5420         * gnus-group.el (tool-bar-map):
5421         * gnus-sum.el (tool-bar-map): Define for compiler.
5422
5423         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5424
5425         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5426
5427         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5428         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5429         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5430         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5431         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5432         * sieve-manage.el, spam-report.el, spam.el:
5433         Remove unnecessary eval-and-compile of autoloads.
5434
5435 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5436
5437         * auth-source.el: Precise Tramp doc.
5438
5439 2008-06-07  Glenn Morris  <rgm@gnu.org>
5440
5441         * nnmairix.el: Remove unnecessary eval-when-compile.
5442
5443 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * lpath.el: Fbind propertize for XEmacs 21.4.
5446
5447 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5448
5449         * nnir.el: Move here from ../contrib.
5450
5451 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5452
5453         * gnus-util.el (gnus-read-shell-command): New function.
5454         * mm-decode.el (mm-pipe-part):
5455         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5456
5457 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5460
5461 2008-06-03  Glenn Morris  <rgm@gnu.org>
5462
5463         * pop3.el (nnheader-accept-process-output): Autoload it.
5464
5465 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5468         are not 2-digit hexadecimal characters that follow `%'s.
5469
5470 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * message.el (message-bogus-recipient-p): Fix type in doc string.
5473         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5474         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5475         Improve custom options.
5476         (message-bogus-recipient-p): Adjust accordingly.
5477
5478 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5479
5480         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5481         long-form month and day names.
5482
5483 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * dgnushack.el: Autoload debug, eudc-expand-inline and
5486         pgg-snarf-keys-region for XEmacs.
5487
5488         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5489
5490         * nnmairix.el: Require edmacro when compiling with XEmacs.
5491
5492 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5493
5494         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5495         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5496
5497 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5498
5499         * auth-source.el: Add more docs.
5500
5501         * netrc.el (netrc-machine): Always match if the port is not given.
5502
5503 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5506         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5507         retrieval faster in some cases, but might make CPU usage larger.  If
5508         this has any bad side effects, we might revert this change.
5509
5510         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5511         seems to make mail retrieval much, much faster.
5512         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5513         unconditionally.
5514
5515         * gnus-draft.el (gnus-group-send-queue): Bind
5516         message-send-mail-partially-limit to nil to avoid being prompted.
5517
5518 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5519
5520         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5521
5522         * message.el (message-bogus-address-regexp): Fix and improve custom
5523         type.
5524         (message-setup-hook): Add message-check-recipients as custom option.
5525
5526 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5527
5528         * message.el (message-cite-function): Remove bogus autoload which crept
5529         in during merge from v5-10.
5530
5531 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5534
5535         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5536
5537         * auth-source.el: Preliminary Tramp docs.
5538         (auth-sources): Change the default auth-sources to use
5539         EPA .gpg files.
5540
5541 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5542
5543         * nntp.el: Autoload `auth-source-user-or-password'.
5544         (nntp-send-authinfo): Use it.
5545
5546         * nnimap.el: Autoload `auth-source-user-or-password'.
5547         (nnimap-open-connection): Use it.
5548
5549         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5550         for the gnus-message function.
5551         (auth-source-user-or-password): Use it.
5552
5553 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5554
5555         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5556         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5557         (rfc2104-hash): Use it.
5558
5559 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5560
5561         * gnus-art.el (gnus-article-toggle-truncate-lines):
5562         Don't use `iff' in docstring.
5563
5564 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5565
5566         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5567
5568         * gnus-util.el (gnus-extract-address-component-name)
5569         (gnus-extract-address-component-email): Convenience functions around
5570         `gnus-extract-address-components'.
5571
5572         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5573         Use `gnus-extract-address-component-email' to fix bug of comparing full
5574         sender name to `user-mail-address'.
5575
5576 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5577
5578         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5579         catch/throw to optimize.
5580         (gnus-registry-find-keywords): Just use member to find a keyword.
5581
5582 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5583
5584         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5585         is current before calling gnus-server-prepare.
5586         (gnus-server-setup-buffer, gnus-server-update-server)
5587         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5588
5589 2008-05-04  Juri Linkov  <juri@jurta.org>
5590
5591         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5592         (mailcap-file-default-commands): Use mailcap-replace-in-string
5593         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5594         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5595
5596 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5597
5598         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5599
5600 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5601
5602         * gnus.el: Bump version to 0.11.
5603
5604 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5605
5606         * gnus.el: No Gnus v0.10 is released.
5607
5608 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5609
5610         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5611         hooks.
5612         (gnus-update-read-articles): Speed up non-marks-using users.
5613         (gnus-use-marks): Define gnus-use-marks.
5614         (gnus-propagate-marks): Rename variable to something more sensible.
5615
5616 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5617
5618         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5619         (gmm-image-load-path-for-library): Fix typos in docstrings.
5620         (gmm-message): Reflow docstring.
5621
5622 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * mail-source.el (mail-source-set-1, mail-source-bind):
5625         Move auth-source code out of the macro to clean it up and fix bugs.
5626
5627 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5628
5629         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5630         by sender if it's equal to user-mail-address, it's likely to be
5631         useless.
5632
5633         * mail-source.el (mail-source-bind): Don't use user or password if they
5634         are not bound.  Unintern them if they are nil.  Don't use server unless
5635         it's bound, and default it to empty string otherwise.
5636
5637 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         * mail-source.el: Load auth-source.el.
5640         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5641         get user name or password, if auth-sources is set up.
5642
5643         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5644         strategy of splitting with parent.
5645         (gnus-registry-split-fancy-with-parent)
5646         (gnus-registry-post-process-groups): Use it and fix prior
5647         bug (returning a list as the split result).
5648
5649         * auth-source.el (auth-sources): Remove server parameter.
5650         (auth-source-pick, auth-source-user-or-password)
5651         (auth-source-user-or-password-imap)
5652         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5653         (auth-source-user-or-password-sftp)
5654         (auth-source-user-or-password-smtp): Remove server parameter.
5655
5656 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5657
5658         * smime.el (smime-sign-region, smime-encrypt-region)
5659         (smime-decrypt-region):
5660         Remove redundant calls to `generate-new-buffer-name'.
5661
5662 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5663
5664         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5665         Don't use QP for message/rfc822.
5666         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5667
5668 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5669
5670         * sieve-manage.el (sieve-string-bytes): Remove.
5671         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5672         correct byte-length only if the process's coding-system is the same as
5673         the one used internally by Emacs to represent strings.
5674
5675 2008-04-22  Juri Linkov  <juri@jurta.org>
5676
5677         * mailcap.el (mailcap-file-default-commands): New function.
5678
5679 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5680
5681         * message.el (message-signature-separator, message-cite-function):
5682         Change custom version.
5683
5684 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5685
5686         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5687         commands.
5688         (tls-checktrust): Ditto.
5689
5690 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5691
5692         * mm-decode.el (mm-display-external): Make temp file read-only.
5693
5694 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5695
5696         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5697         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5698         `C-c C-f d'.
5699
5700 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5701
5702         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5703
5704 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5705
5706         * gnus.el: Bump version to 0.9.
5707
5708 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * gnus.el: No Gnus v0.8 is released.
5711
5712 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5713
5714         * mail-source.el (mail-source-value):
5715         Prefer fboundp to functionp so it works with macros as well.
5716
5717 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5718
5719         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5720         Fix last change in case the element is not even a symbol.
5721
5722 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5723
5724         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5725         Prefer fboundp to functionp so it works with macros as well.
5726
5727 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5728
5729         * auth-source.el: Added docs.
5730         (auth-sources): Modify format to support server.
5731         (auth-source-pick, auth-source-user-or-password)
5732         (auth-source-user-or-password-imap)
5733         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5734         (auth-source-user-or-password-sftp)
5735         (auth-source-user-or-password-smtp): Add server parameter.
5736
5737 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * gnus-registry.el: Initialize the registry when gnus-registry-install
5740         is t.
5741
5742 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * compface.el (uncompface): Make buffer unibyte.
5745
5746 2008-04-05  Glenn Morris  <rgm@gnu.org>
5747
5748         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5749
5750 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5751
5752         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5753         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5754
5755         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5756         multibyteness after rather than before erasing it.
5757
5758         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5759         mm-with-multibyte.
5760         (gnus-request-article-this-buffer): Make sure the proper decoding is
5761         used if gnus-original-article-buffer happens to be unibyte.
5762
5763         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5764         default-enable-multibyte-characters.
5765
5766         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5767         default-enable-multibyte-characters.
5768
5769         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5770
5771         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5772
5773 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5774
5775         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5776         (imap-message-copyuid-1): Use it.
5777         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5778         J. Williams in
5779         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5780
5781         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5782         imap-enable-exchange-bug-workaround.
5783         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5784
5785 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5786
5787         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5788         a 100 byte status-checks into a 2-3MB transfer for each group.
5789         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5790         to enable bug workaround or not.
5791         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5792
5793 2008-03-31  Glenn Morris  <rgm@gnu.org>
5794
5795         * message.el (mml2015-use): Declare for compiler.
5796         (message-info): Require mml2015 when appropriate.
5797
5798 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5801         whitespace.
5802
5803 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5804
5805         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5806         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5807         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5808         (nntp-service-to-port): New function.
5809         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5810         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5811         (nntp-open-netcat-stream): New function.
5812         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5813
5814 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5815
5816         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5817
5818 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5819
5820         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5821
5822 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5823
5824         * dns.el (dns-write): Use set-buffer-multibyte.
5825
5826 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5827
5828         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5829
5830 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5831
5832         * message.el (message-signature-separator): Change default.
5833         Improve custom type.
5834         (message-cite-function): Change default to
5835         message-cite-original-without-signature.
5836
5837         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5838         toggle.
5839
5840         * message.el (message-check-news-body-syntax): Fix signature check.
5841         (message-setup-1): Mark buffer as unmodified _after_ running
5842         message-setup-hook and handling message-alternative-emails.
5843         (message-shorten-references): Be more strict when building list of
5844         valid references to comply with GNKSA.
5845
5846         * gnus-group.el (gnus-read-ephemeral-bug-group)
5847         (gnus-read-ephemeral-debian-bug-group)
5848         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5849
5850         * message.el (message-info): Don't use booleanp which isn't supported
5851         in Emacs 21 and XEmacs.
5852
5853 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5856         gnus-group-gmane-group-download-format.
5857         (gnus-group-read-ephemeral-gmane-group): Rename from
5858         gnus-group-read-ephemeral-gmane-group.
5859         (gnus-read-ephemeral-gmane-group-url): Rename from
5860         gnus-group-read-ephemeral-gmane-group-url.
5861         (gnus-bug-group-download-format-alist): New variable.
5862         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5863         (gnus-read-ephemeral-emacs-bug-group): New commands.
5864
5865 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5866
5867         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5868         (gnus-visible-headers): Improve custom type.
5869
5870 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5871
5872         * mml.el (mml-menu): Add workarounds for XEmacs.
5873
5874         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5875         X-Boundary header.
5876
5877         * message.el (message-simplify-recipients): Fix previous commit.
5878
5879 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5880
5881         * mm-util.el (mm-set-buffer-multibyte): New function.
5882         * mm-decode.el (mm-copy-to-buffer): Use it.
5883
5884 2008-03-19  Glenn Morris  <rgm@gnu.org>
5885
5886         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5887         Accidentally removed in the sync process with Emacs.
5888
5889 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5890
5891         * message.el (message-alter-recipients-discard-bogus-full-name):
5892         New function.
5893         (message-alter-recipients-function): New variable.
5894         (message-get-reply-headers): Use it.
5895         (message-replace-header): New helper function.
5896         (message-recipients-without-full-name): New variable.
5897         (message-simplify-recipients): New command.
5898
5899         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5900
5901         * message.el (message-info): Handle EasyPG manual.
5902
5903         * mml.el (mml-menu): Add entry for EasyPG.
5904
5905 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5906
5907         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5908         parameter.
5909
5910         * message.el (message-disassociate-draft): Specify drafts group name
5911         fully.
5912
5913 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5914
5915         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5916         unnecessary duplicates from the match list.
5917
5918 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5921
5922         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5923
5924         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5925         args of `how-many' of which the XEmacs version doesn't take; declare
5926         Info-index-next as function.
5927
5928 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5929
5930         * gnus-score.el (gnus-score-headers): Fix handling of
5931         gnus-inhibit-slow-scoring.
5932
5933         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5934         string.
5935         (gnus-button-url-regexp): Improve handling of parenthesis.
5936         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5937         (gnus-button-handle-info-keystrokes): Handle index entries.
5938
5939 2008-03-15  Glenn Morris  <rgm@gnu.org>
5940
5941         * parse-time.el (parse-time-string): Simplify.
5942
5943 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5946         Incoming* files.
5947
5948 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5949
5950         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5951         (auth-source-pick): Use it.
5952
5953 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5954
5955         * binhex.el (binhex-decode-region-internal):
5956         * uudecode.el (uudecode-decode-region-internal):
5957         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5958         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5959         setting default-enable-multibyte-characters.
5960
5961 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5962
5963         * auth-source.el (auth-source-protocols)
5964         (auth-source-protocols-customize, auth-source-choices): Added and
5965         modified variable customizations and defaults.
5966         (auth-source-pick, auth-source-user-or-password)
5967         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5968         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5969         (auth-source-user-or-password-sftp)
5970         (auth-source-user-or-password-smtp): Use new variables and provide an
5971         interface to netrc.el.
5972
5973 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5976         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5977         Make sure the nntp port to specify is a string.
5978
5979 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5980
5981         * nntp.el: Use with-current-buffer.
5982         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5983         dubious mm-with-unibyte-current-buffer.
5984         (nntp-with-open-group-function): New function extracted from
5985         nntp-with-open-group macro.
5986         (nntp-with-open-group): Use the function, so it's easier to debug.
5987         Add indentation and debugging info.
5988         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5989         the use of the netcat alternatives.
5990
5991         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5992         Avoid mm-string-as-multibyte as well.
5993
5994         * nnweb.el (nnweb-insert-html):
5995         Remove use of nnheader-string-as-multibyte.
5996
5997         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5998         (nnheader-string-as-multibyte): Remove.
5999
6000         * mm-view.el: Use inhibit-read-only.
6001         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6002         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6003         or unibyte-string.
6004
6005         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6006         (mm-uu-yenc-extract): Use with-current-buffer.
6007
6008         * gnus-soup.el (gnus-soup-send-packet): Don't use
6009         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6010
6011         * nnmh.el: Use with-current-buffer.
6012         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6013         mm-string-as-multibyte on the output of mm-encode-coding-string.
6014
6015         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6016         (nnimap-request-move-article): Use with-current-buffer.
6017
6018         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6019         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6020         conversion uses string-make-unibyte rather than string-as-unibyte.
6021
6022         * gnus-msg.el: Use with-current-buffer.
6023
6024         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6025
6026 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6027
6028         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6029         string for caching if it is 'PIN.
6030
6031 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * lpath.el: Consider the case without Emacs/W3.
6034
6035 2008-03-08  Glenn Morris  <rgm@gnu.org>
6036
6037         * time-date.el (date-to-time, time-subtract, time-add)
6038         (safe-date-to-time): Doc fixes.
6039
6040 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6041
6042         * mail-source.el (mail-source-delete-old-incoming-confirm):
6043         Change default to nil.
6044         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6045
6046 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * lpath.el: Rearrange.
6049
6050         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6051         (gnus-article-goto-prev-page): Work for articles having ^L's.
6052
6053         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6054
6055         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6056
6057 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6058
6059         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6060         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6061         (gnus-bookmark-jump): Adjust some variable names.
6062
6063 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6064
6065         * auth-source.el: New package.
6066         (auth-source-choices): Add customization entry point variable.
6067
6068         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6069         bug.
6070
6071 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6072
6073         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6074         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6075         (gnus-registry-install-shortcuts): Rename from
6076         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6077         the `gnus-registry-mark-map' keymap dynamically from
6078         `gnus-registry-marks'.  The generated functions update the summary line
6079         when a registry mark is added or deleted, and will call
6080         `gnus-registry-install-p' (see the comments in the code).
6081         (gnus-registry-user-format-function-M): Use concat intelligently.
6082
6083         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6084         the registry mark functions.
6085
6086 2008-03-05  Glenn Morris  <rgm@gnu.org>
6087
6088         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6089         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6090         gnus-art.
6091         (top-level): No need to load own source when compiling.
6092
6093 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6094
6095         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6096         Suggested by <chris.anderton@zetnet.co.uk>.
6097
6098 2008-03-04  Glenn Morris  <rgm@gnu.org>
6099
6100         * gnus-sum.el (top-level): No need to require gnus when compiling,
6101         since unconditionally required near start of file.
6102         (gnus-summary-display-while-building): Move definition before use.
6103
6104 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6105
6106         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6107         formatting function.
6108
6109 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6110
6111         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6112         with plists.
6113         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6114         Use new format.
6115
6116 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6119         `where-is-internal' that returns a range of key sequences.
6120
6121 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6122
6123         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6124
6125         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6126         (gnus-summary-jump-to-group): Consider windows on other displayed
6127         frames as well.  Similar changes might be needed elsewhere, but that's
6128         the one I've bumped into during my use.
6129
6130         * nndoc.el (nndoc-oe-dbx-type-p):
6131         * gnus-msg.el (gnus-debug):
6132         * gnus-group.el (gnus-update-group-mark-positions):
6133         Use mm-string-to-multibyte.
6134
6135 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6136
6137         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6138         doesn't handle NotDashEscaped.
6139
6140         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6141         (mml-dnd-attach-options): Fix typo in custom choice.
6142
6143         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6144         nndoc-article-type to mbox.
6145         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6146
6147         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6148         to nil, instead of html2text.
6149
6150         * imap.el (imap-debug): Add `imap-ping-server'.
6151
6152         * gnus-bookmark.el: Add FIXMEs.
6153
6154         * message.el (message-form-letter-separator)
6155         (message-send-form-letter-delay): New variables.
6156         (message-send-form-letter): Use them.  New command to send form
6157         letters.  Requested by Uwe Siart.
6158         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6159
6160 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6161
6162         * Update copyright years.
6163
6164 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         Sync from EMACS_22_BASE.
6167
6168         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6169
6170 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6171
6172         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6173         empty author.
6174
6175 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6176
6177         * gnus-registry.el (gnus-registry-marks): Add variable for
6178         customization of marks and their appearance.
6179         (gnus-registry-read-mark): Use it.
6180         (gnus-registry-do-marks): Add utility function to loop through
6181         `gnus-registry-marks'.
6182         (gnus-registry-install-shortcuts-and-menus): Add function to install
6183         shortcuts and menus.
6184         (gnus-registry-initialize): Use it.
6185         (gnus-registry-default-mark): Clarify documentation.
6186
6187 2008-02-29  Glenn Morris  <rgm@gnu.org>
6188
6189         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6190         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6191         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6192         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6193         Change defcustom :version from 23.0 to 23.1.
6194
6195 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6196
6197         * gnus-registry.el (gnus-registry-follow-group-p)
6198         (gnus-registry-post-process-groups): Add functions to aid registry
6199         splitting and improve logging.  Clarify behavior in function
6200         documentation.
6201         (gnus-registry-split-fancy-with-parent): Use them.
6202
6203 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6204
6205         * gnus-art.el: Use with-current-buffer.
6206
6207 2008-02-27  David Engster  <dengste@eml.cc>
6208
6209         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6210         Express real group name in the response.
6211
6212 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6215         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6216         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6217         autoload gnus-registry-fetch-group when compiling.
6218         (nnmairix-request-group-with-article-number-correction): Remove
6219         unreferenced argument passed to nnmairix-call-backend.
6220
6221 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6224         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6225         Wilde.
6226
6227 2008-02-27  Glenn Morris  <rgm@gnu.org>
6228
6229         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6230         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6231         variables to defconsts.  Convert comments to doc-strings.
6232         (nnmairix-last-server, nnmairix-current-server): Convert from free
6233         variables to defvars.  Convert comments to doc-strings.
6234         (gnus-registry-fetch-group): Autoload.
6235         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6236         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6237         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6238         caddr.
6239         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6240         nnmairix-request-group-with-article-number-correction call.
6241         (nnmairix-fast, nnmairix-group): New, less general names, for free
6242         variables passed from nnmairix-request-group to
6243         nnmairix-request-group-with-article-number-correction.  Declare.
6244         (nnmairix-request-group-with-article-number-correction):
6245         Use nnmairix-fast, nnmairix-group rather than fast, group.
6246
6247 2008-02-26  David Engster  <dengste@eml.cc>
6248
6249         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6250         version 0.5.
6251
6252 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6255         instead of making an extra function call.  Don't add the current group
6256         to articles only when they have the group.  Use
6257         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6258         Reported by David <de_bb@arcor.de>.
6259
6260 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6263         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6264
6265 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6266
6267         * mail-source.el (mail-source-delete-incoming): Change default.
6268         Supplement doc string.
6269
6270         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6271
6272 2008-02-14  Glenn Morris  <rgm@gnu.org>
6273
6274         * time-date.el (format-seconds): New function.
6275
6276 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6277
6278         * nnmail.el (nnmail-message-id-cache-file): Derive from
6279         `gnus-home-directory'.
6280
6281 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6284         Document negative prefix.
6285
6286         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6287
6288 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6289
6290         * message.el (message-unsent-separator): Add the Exim bounce
6291         separator.
6292
6293 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6294
6295         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6296         list.
6297         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6298         recipient/signer list.
6299
6300 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * Makefile.in (datarootdir): Define.
6303         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6304         name that might contain whitespace.
6305
6306 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6307
6308         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6309         fbound (Emacs 23 unicode), signal an error.
6310
6311 2008-02-08  Glenn Morris  <rgm@gnu.org>
6312
6313         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6314
6315 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6316
6317         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6318         ports to the calls to `netrc-machine-user-or-password' in addition to
6319         "imap" and "imaps".
6320
6321 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6322
6323         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6324
6325         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6326
6327 2008-02-01  Kenichi Handa  <handa@m17n.org>
6328
6329         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6330         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6331         (rfc2104-hash): Convert the result of concat to unibyte string.
6332
6333 2008-02-01  Dave Love  <fx@gnu.org>
6334
6335         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6336         coding-system-for-read.
6337         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6338
6339 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6342         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6343         <hanche@math.ntnu.no>.
6344
6345 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6348
6349         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6350
6351 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6352
6353         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6354         * message.el (message-beginning-of-line): Use featurep instead of bound
6355         tests in order to resolve conditionals at compile time.
6356
6357 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6358
6359         * mail-source.el (mail-sources): Add `group' choice.
6360
6361         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6362         parameter `in-group' to control into which group the articles go.
6363         Add treatment of `group' mail-source.
6364
6365 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6368
6369         * mm-decode.el (mm-dissect-buffer): Decode description.
6370
6371         * mml.el (mml-to-mime): Encode message header first.
6372
6373 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6376         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6377
6378         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6379         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6380
6381 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6382
6383         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6384
6385 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6388         prefix keys.
6389         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6390         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6391         gnus-xmas.el.
6392
6393         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6394         (gnus-xmas-article-describe-bindings): New function.
6395         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6396         gnus-xmas-article-describe-bindings.
6397
6398         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6399
6400 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6401
6402         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6403         Add new variables for article mark management.
6404         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6405         list of extra data entries which, when present, will indicate that the
6406         article ID should not be trimmed from the registry.
6407         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6408         functions.
6409         (gnus-registry-read-mark): New function to read a mark name from the
6410         user.
6411         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6412         (gnus-registry-set-article-mark-internal): New functions to add and
6413         remove marks.
6414         (gnus-registry-get-article-marks): New function to show the marks for
6415         an article, or retrieve them for further use.
6416
6417 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6420         keys when no argument is given.
6421
6422 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * imap.el (imap-ping-server): New variable.
6425         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6426         (imap-ping-server): Minor doc string fixes.
6427
6428 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6429
6430         * imap.el (imap-ping-server): New function.
6431         (imap-opened): Call imap-ping-server.
6432
6433 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * gnus-sum.el (gnus-article-sort-by-random)
6436         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6437         jidanni@jidanni.org.
6438
6439 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * gnus-art.el (gnus-article-describe-bindings): New function.
6442         (gnus-article-read-summary-keys): Use it.
6443         (gnus-article-mode-map): Bind `C-h b' to it.
6444
6445 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6448         XEmacs.
6449         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6450         against non-character events.
6451
6452         * lpath.el: Fbind map-keymap for Emacs 21.
6453
6454 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6455
6456         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6457         command.
6458         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6459         instead of END.  Change name of the temp file.
6460         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6461         customizable.
6462
6463 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6466         bind `S W' to gnus-article-wide-reply-with-original; set default
6467         binding to gnus-article-read-summary-send-keys.
6468         (gnus-article-read-summary-keys): Fix the order of keys; display
6469         continuation keys correctly in the echo area; describe bindings
6470         correctly when keys end with `C-h'.
6471         (gnus-article-read-summary-send-keys): New function.
6472         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6473         for gnus-article-read-summary-send-keys; display continuation keys
6474         correctly in the echo area.
6475         (gnus-article-reply-with-original): Ignore prefix argument.
6476         (gnus-article-wide-reply-with-original): New function.
6477
6478         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6479         Emacs 21.
6480
6481 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6484         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6485
6486 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6487
6488         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6489         (gnus-group-read-ephemeral-gmane-group): New command.
6490
6491 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6492
6493         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6494
6495 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * message.el (message-send-mail-function): Increase custom version.
6498
6499         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6500         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6501
6502 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6503
6504         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6505         for the cases where imap-authenticate is called with a nil buffer
6506         parameter.
6507
6508 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6511         html parts correctly; support forwarded messages.
6512         (gnus-article-browse-html-article): Remove work buffers.
6513
6514         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6515         compiling.
6516         (netrc-bound-and-true-p): New macro.
6517         (netrc-parse): Use it instead of bound-and-true-p that is not available
6518         in XEmacs 21.4.
6519
6520 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6521
6522         * gnus-registry.el (gnus-registry-mark-article)
6523         (gnus-registry-article-marks): Add functionality to mark articles
6524         through the Gnus registry.
6525
6526         * encrypt.el: Clarify documentation for the new pgg method.
6527         (encrypt-file-alist): Add PGG option.
6528         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6529         functionality.  Abstract password key and messaging to external
6530         functions.
6531         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6532         (encrypt-message-method-and-cipher): Add new convenience external
6533         functions.
6534         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6535         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6536
6537         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6538         (netrc-parse): Use encrypt-file-alist to determine if
6539         encrypt-find-model or encrypt-insert-file-contents should be used.
6540
6541         * encrypt.el: Clarify documentation.  Load password-cache or
6542         password, whichever one is found first, instead of autoloading.
6543
6544 2007-12-19  Glenn Morris  <rgm@gnu.org>
6545
6546         * mml.el (message-options-set, message-narrow-to-head)
6547         (message-in-body-p, message-mail-p, message-encode-message-body):
6548         Autoload.
6549         (message-remove-header, message-narrow-to-headers-or-head)
6550         (message-subscribed-p, message-make-mail-followup-to)
6551         (message-position-on-field, message-news-p)
6552         (message-options-set-recipient, message-generate-headers)
6553         (message-sort-headers): Declare as functions.
6554
6555 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6558         convention in doc string.
6559
6560 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6563         title to html parts.
6564         (gnus-article-browse-html-article): Pass message header to it.
6565
6566         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6567
6568 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6569
6570         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6571         or password compatible with XEmacs.
6572
6573 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6574
6575         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6576         format document.
6577         (gnus-mime-delete-part): Don't write description line if empty.
6578         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6579
6580 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6581
6582         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6583         (gnus-summary-mark-read-and-unread-as-read)
6584         (gnus-summary-mark-current-read-and-unread-as-read)
6585         (gnus-summary-mark-unread-as-ticked): Doc fix.
6586         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6587
6588 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6589
6590         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6591         Christoph Conrad <christoph.conrad@gmx.de>.
6592
6593 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6594
6595         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6596         yes-or-no-p.
6597
6598 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * mm-decode.el (mm-add-meta-html-tag): New function.
6601         (mm-save-part-to-file, mm-pipe-part): Use it.
6602
6603         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6604         gnus-y-or-n-p instead of y-or-n-p.
6605         (gnus-article-browse-html-parts): Work with message/external-body; use
6606         mm-add-meta-html-tag.
6607
6608 2007-12-11  Glenn Morris  <rgm@gnu.org>
6609
6610         * gnus-cache.el: Require gnus-sum not just when compiling.
6611
6612         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6613
6614         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6615         definitions before use.
6616
6617         * mm-decode.el: Require gnus-util.
6618         (mm-remove-part): Only call delete-annotation on XEmacs.
6619
6620         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6621
6622         * nnmail.el: Require gnus-int.
6623
6624         * spam.el: Move `require's before `eval-when-compile's.
6625
6626         * gnus-ems.el (gnus-alive-p):
6627         * gnus-fun.el (message-goto-eoh):
6628         * gnus-util.el (gnus-group-name-decode):
6629         * mail-source.el (gnus-compress-sequence):
6630         * message.el (Info-goto-node, format-spec):
6631         * mm-bodies.el (message-options-get):
6632         * mm-decode.el (mm-view-pkcs7):
6633         * mm-util.el (gmm-write-region):
6634         * mml-smime.el (mml-compute-boundary)
6635         (gnus-completing-read-with-default):
6636         * mml.el (widget-button-press, gnus-make-hashtable):
6637         * mml1991.el (mm-decode-content-transfer-encoding)
6638         (mm-encode-content-transfer-encoding)
6639         (message-options-get, message-options-set):
6640         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6641         * nnfolder.el (gnus-request-group):
6642         * nnheader.el (ietf-drums-unfold-fws):
6643         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6644         * smime.el (gnus-run-mode-hooks):
6645         * spam-stat.el (gnus-message): Autoload.
6646
6647         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6648         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6649         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6650         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6651         Add declare-function compatibility definition.
6652
6653         * gnus-cache.el (nnvirtual-find-group-art):
6654         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6655         (gnus-add-image, gnus-add-wash-type):
6656         * gnus-group.el (nnkiboze-score-file):
6657         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6658         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6659         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6660         (message-tokenize-header, gnus-get-buffer-create)
6661         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6662         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6663         * gnus.el (gnus-group-decoded-name):
6664         * mail-source.el (imap-capability):
6665         * mm-bodies.el (message-options-set):
6666         * mm-decode.el (gnus-configure-windows):
6667         * mm-extern.el (message-goto-body):
6668         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6669         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6670         (epg-sub-key-validity, message-options-set):
6671         * mml.el (widget-event-point, gnus-configure-windows):
6672         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6673         * mml2015.el (epg-check-configuration, epg-configuration)
6674         (message-options-set):
6675         * nndb.el (nndb-request-article):
6676         * nnfolder.el (gnus-request-create-group):
6677         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6678         * nnmaildir.el (gnus-group-mark-article-read):
6679         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6680         * rfc1843.el (message-fetch-field):
6681         * spam.el (gnus-extract-address-components):
6682         Declare as functions.
6683
6684 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6687
6688         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6689
6690         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6691         bind show-trailing-whitespace for XEmacs.
6692
6693 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6694
6695         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6696         new no-op macro for backward compatibility.
6697
6698         * imap.el (imap-string-to-integer): New function.
6699
6700 2007-12-09  Glenn Morris  <rgm@gnu.org>
6701
6702         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6703
6704         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6705         * message.el, mm-view.el, sieve-manage.el, smime.el:
6706         Add declare-function compatibility definition.
6707
6708         * gnus-art.el (w3-region, w3m-region, Info-menu):
6709         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6710         * gnus-sum.el (gnus-get-predicate):
6711         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6712         * message.el (mail-abbrev-in-expansion-header-p):
6713         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6714         (w3m-detect-meta-charset, w3m-region):
6715         * sieve-manage.el (password-read, password-cache-add)
6716         (password-cache-remove):
6717         * smime.el (password-read-and-add): Declare as functions.
6718
6719 2007-12-08  David Kastrup  <dak@gnu.org>
6720
6721         * gnus-sum.el (gnus-summary-simplify-subject-query):
6722         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6723         `message'.
6724
6725 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6728         it to bind idna-program, installation-directory, defined-colors, and
6729         face-attribute for XEmacs of the version that compiles defcustom forms.
6730
6731 2007-12-07  Glenn Morris  <rgm@gnu.org>
6732
6733         * gnus-art.el (article-make-date-line): Revert previous change.
6734
6735 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6736
6737         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6738
6739 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6740
6741         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6742         Call gnus-add-to-range ranges only once with a prepared article-list.
6743
6744 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6745
6746         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6747         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6748         group names with backslashes.  Reported by Tassilo Horn
6749         <tassilo@member.fsf.org>.
6750
6751 2007-12-06  Deepak Goel  <deego3@gmail.com>
6752
6753         * gnus-art.el (article-make-date-line):
6754         * gnus-start.el (gnus-load):
6755         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6756
6757 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-art.el (gnus-use-idna)
6760         * gnus-start.el (gnus-site-init-file)
6761         * message.el (message-use-idna)
6762         * mm-uu.el (mm-uu-hide-markers)
6763         * smiley.el (smiley-style): Revert changes that suppress warnings.
6764
6765 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6768         specify charset to html source.  Reported by Christoph Conrad
6769         <christoph.conrad@gmx.de>.
6770
6771 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6774         idna-program in order to suppress byte compile warning issued by XEmacs
6775         that came to byte compile the default value section of defcustom forms
6776         recently.
6777
6778         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6779         value of installation-directory.
6780
6781         * message.el (message-use-idna): Don't directly refer to the value of
6782         idna-program.
6783
6784         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6785
6786         * smiley.el (smiley-style): Don't directly call face-attribute.
6787
6788 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6791
6792         * gnus-dired.el: Reduce Gnus dependencies.
6793         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6794         require.  Use autoloads instead.
6795         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6796         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6797         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6798         (gnus-dired-mode): Adjust doc string.
6799         (gnus-dired-mail-mode): New variable.
6800         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6801         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6802         (gnus-dired-mail-buffers): New function.  Return mail or message
6803         composition buffers.
6804         (gnus-dired-attach): Use it.
6805         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6806         NO-DECODE.
6807         (gnus-dired-print): Use `gnus-print-buffer' depending on
6808         `gnus-dired-mail-mode'.
6809
6810 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * rfc2047.el (rfc2047-encoded-word-regexp)
6813         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6814         explaining what regexp patterns are for.
6815
6816 2007-12-04  Glenn Morris  <rgm@gnu.org>
6817
6818         * password.el: Move to password-cache.el.
6819
6820         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6821         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6822         * mml-smime.el (password-read, password-cache-add)
6823         (password-cache-remove):
6824         No need to autoload, since mml-sec requires password.
6825
6826         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6827         * message.el (gnus-extract-address-components):
6828         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6829
6830         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6831         password.
6832
6833 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6834
6835         * mailcap.el: Reduce dependencies.
6836         (mail-header-parse-content-type): Autoload.
6837         (mailcap-delete-duplicates): New alias.
6838         (mailcap-mime-info): Add optional argument NO-DECODE.
6839         (mailcap-mime-types): Use mailcap-delete-duplicates.
6840
6841         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6842
6843 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6844
6845         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6846         (imap-parse-status): Upcase status-att for servers that sends them
6847         lower-case (e.g., MS Exchange 2007).
6848
6849 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6850
6851         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6852         function.
6853
6854         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6855         (gnus-uu-yenc-article): New function.
6856
6857         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6858
6859         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6860         buffer.
6861
6862 2007-12-02  Glenn Morris  <rgm@gnu.org>
6863
6864         * binhex.el (binhex): New custom group.
6865         (binhex-decoder-program, binhex-decoder-switches)
6866         (binhex-use-external): Move to the binhex custom group.
6867
6868         * uudecode.el (uudecode): New custom group.
6869         (uudecode-decoder-program, uudecode-decoder-switches)
6870         (uudecode-use-external): Move to the uudecode custom group.
6871
6872         * netrc.el (top-level): Don't load `encrypt' features.
6873         (netrc-parse): Don't use encrypt.
6874         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6875
6876         * encrypt.el: Remove file.
6877
6878 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6879
6880         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6881         matches on patches.
6882
6883         * gnus-art.el (gnus-article-browse-html-article): Mention
6884         `mm-text-html-renderer' in the doc string.
6885
6886         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6887         string.  Add comments.
6888
6889         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6890         if rhs is ASCII.
6891
6892 2007-12-01  Glenn Morris  <rgm@gnu.org>
6893
6894         * mail-source.el (top-level): Require format-spec before
6895         eval-when-compile.
6896
6897 2007-11-30  Glenn Morris  <rgm@gnu.org>
6898
6899         * encrypt.el: Require password, rather than autoloading password-read.
6900
6901 2007-11-29  Glenn Morris  <rgm@gnu.org>
6902
6903         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6904         (sasl-make-client, sasl-next-step, sasl-step-data)
6905         (sasl-step-set-data): Declare as functions.
6906
6907 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6908
6909         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6910
6911 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6912
6913         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6914         certs should be verified and what is to be done in the event of a
6915         verification failure.
6916
6917         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6918         caller can indicate whether the cache should be disregarded for this
6919         call.  This way the result of the call is reproducible at all times and
6920         can be considered a canonical server name for the supplied method.
6921         (gnus-agent-method-p): Canonicalize server names by pushing their
6922         method through `gnus-method-to-server' using the no-cache argument.
6923
6924         * gnus-srvr.el (gnus-server-insert-server-line): Call
6925         `gnus-method-to-server' with `no-cache' argument.
6926
6927         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6928         gnus-agent-possibly-synchronize-flags as this should be called when the
6929         server is actually being opened.
6930         (gnus-agent-possibly-synchronize-flags)
6931         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6932         flags file of an agentized server to the latter function.
6933
6934         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6935         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6936         after a connection has been established successfully.
6937
6938 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * gnus-art.el (article-display-face): Force to display face if called
6941         interactively; check if gnus-article-x-face-too-ugly matches author.
6942         (article-display-x-face): Display face even if From header is missing
6943         as article-display-face does.
6944
6945 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6946
6947         * hashcash.el (message-narrow-to-headers-or-head)
6948         (message-fetch-field, message-goto-eoh)
6949         (message-narrow-to-headers): Declare as functions.
6950
6951 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6952
6953         * mail-source.el (mail-sources): Default to fetch from file for
6954         compatibility with default of nnmail-spool-file.
6955
6956 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6959         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6960         to look for encoded word that should be encoded again.
6961         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6962         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6963         encoding pattern.
6964         (rfc2047-decode-region): Switch strict regexp and loose one according
6965         to rfc2047-allow-irregular-q-encoded-words.
6966
6967 2007-11-25  Romain Francoise  <romain@orebokech.com>
6968
6969         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6970
6971 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * tls.el (tls-program): Provide more custom choices from
6974         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6975         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6976
6977 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6980         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6981
6982         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6983         `nnmail-spool-file'.
6984
6985         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6986         `nnmail-spool-file'.
6987
6988         * gnus-move.el (gnus-change-server): Ditto.
6989
6990         * gnus-kill.el (gnus-batch-score): Ditto.
6991
6992         * gnus-cache.el (gnus-jog-cache): Ditto.
6993
6994         * gnus-msg.el (gnus-summary-reply):
6995         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6996
6997 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7000         version.  Minor improvement to doc strings.
7001         (tls-program): Add comment.
7002
7003 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7004
7005         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7006         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7007         mismatch between the hostname provided in the certificate and the name
7008         of the host connnecting to.
7009         (open-tls-stream): Use them.  Check certificates against trusted root
7010         certificates.
7011
7012 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * gnus-cache.el (gnus-cache-generate-nov-databases):
7015         Use nnml-generate-nov-databases-directory instead of
7016         nnml-generate-nov-databases-1.
7017
7018 2007-11-24  Glenn Morris  <rgm@gnu.org>
7019
7020         * message.el (message-tool-bar-retro): Update for rename
7021         mail_send.xpm->mail-send.xpm.
7022
7023 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7024
7025         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7026         `smime-ldap-search' for Emacs 22 and up.
7027
7028 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7029
7030         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7031
7032         * message.el (message-send-mail-function): Fix error convention.
7033         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7034         (message-widen-reply, message-send-mail, message-talkative-question)
7035         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7036         (message-clone-locals, message-send-news): Use with-current-buffer.
7037         (message-insert-or-toggle-importance): Remove unused var `valid'.
7038         (message-make-references): Remove unused var `new-references'.
7039         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7040
7041 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7042
7043         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7044         (spam-split-symbolic-return-positive): Reflow docstring.
7045         (spam-backends, spam-summary-exit-behavior)
7046         (spam-mark-ham-unread-before-move-from-spam-group)
7047         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7048         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7049         (spam-clear-cache, spam-backend-check, spam-install-backend)
7050         (spam-install-statistical-backend, spam-list-of-processors)
7051         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7052         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7053         (spam-check-crm114, spam-initialize, spam-unload-hook):
7054         Fix typos in docstrings.
7055
7056 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7059         been checked if they have never been read and those group levels are
7060         higher than the one that a user specified.
7061
7062 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7065         foreign groups unless a group level is specified by a user.
7066         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7067
7068 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7069
7070         * message.el (message-send-mail-function): Require sendmail.
7071
7072 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7073
7074         * message.el (message-send-mail-function): Check for smtpmail too.
7075
7076         * utf7.el (utf7-encode, utf7-decode): Use coding system
7077         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7078
7079         * message.el (message-send-mail-function): New function.
7080         (message-send-mail-function): Set default using
7081         message-send-mail-function.  Adjust doc string.
7082         (message-send-mail-with-mailclient): New function.
7083
7084 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7085
7086         * smime.el (from):
7087         * rfc2047.el (message-posting-charset):
7088         * qp.el (mm-use-ultra-safe-encoding):
7089         * pop3.el (parse-time-months):
7090         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7091         * nnml.el (files):
7092         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7093         (jka-compr-compression-info-list, ange-ftp-path-format)
7094         (efs-path-regexp):
7095         * nndiary.el (files):
7096         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7097         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7098         (epg-digest-algorithm-alist, inhibit-redisplay)
7099         (password-cache-expiry):
7100         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7101         (pgg-output-buffer, password-cache-expiry):
7102         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7103         (efs-path-regexp):
7104         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7105         (inhibit-redisplay):
7106         * mm-uu.el (file-name, start-point, end-point, entry)
7107         (gnus-newsgroup-name, gnus-newsgroup-charset):
7108         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7109         (latin-unity-ucs-list):
7110         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7111         (mm-uu-binhex-decode-function):
7112         * message.el (gnus-message-group-art, gnus-list-identifiers)
7113         (rmail-enable-mime-composing, gnus-local-organization)
7114         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7115         (gnus-read-active-file, facemenu-add-face-function)
7116         (facemenu-remove-face-function, gnus-article-decoded-p)
7117         (tool-bar-mode):
7118         * mail-source.el (display-time-mail-function):
7119         * gnus-util.el (nnmail-pathname-coding-system)
7120         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7121         (gnus-original-article-buffer, gnus-user-agent)
7122         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7123         (xemacs-codename, sxemacs-codename, emacs-program-version):
7124         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7125         * gnus-start.el (gnus-agent-covered-methods)
7126         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7127         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7128         (gnus-newsgroup-headers, gnus-group-list-mode)
7129         (gnus-group-mark-positions, gnus-newsgroup-data)
7130         (gnus-newsgroup-unreads, nnoo-state-alist)
7131         (gnus-current-select-method, mail-sources)
7132         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7133         (nnmail-spool-file, gnus-cache-active-hashtb):
7134         * gnus-mh.el (mh-lib-progs):
7135         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7136         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7137         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7138         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7139         (gnus-group-buffer):
7140         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7141         (font-lock-set-defaults):
7142         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7143         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7144         (gnus-summary-post-menu, total-parts, type, condition, length):
7145         * gnus-agent.el (gnus-agent-read-agentview):
7146         * flow-fill.el (show-trailing-whitespace):
7147         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7148         eval-and-compile wrappers for byte compiler pacifiers.
7149
7150         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7151         (mm-display-inline-fontify): Check for featurep 'xemacs not
7152         extent-list.
7153
7154         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7155         itimer-list.
7156         (mm-create-image-xemacs): Only do something for XEmacs.
7157         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7158
7159         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7160
7161         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7162         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7163
7164 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7165
7166         * nnimap.el (nnimap-split-download-body):
7167         * gnus-demon.el (gnus-demon):
7168         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7169
7170 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7173         macros.
7174         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7175         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7176         copy data from unibyte buffer to multibyte current buffer.
7177         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7178         to copy data from unibyte current buffer to multibyte buffer.
7179         (nntp-make-process-buffer): Make process buffer unibyte.
7180
7181         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7182
7183 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7184
7185         * pop3.el (pop3-open-server): Accept and process data more robustly at
7186         connexion start to avoid spurious "POP SSL connexion failed" errors.
7187
7188 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7191         read group names.
7192
7193 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7196
7197 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7200         (nnmail-save-active): Use a unibyte buffer when saving active file,
7201         which may contain non-ASCII group names.
7202
7203         * nnml.el (nnml-request-group): Decode group names in messages.
7204
7205 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7206
7207         * message.el (message-citation-line-function)
7208         (message-insert-formatted-citation-line): Fix spelling of
7209         `message-insert-formated-citation-line'.
7210
7211 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7212
7213         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7214
7215 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7218         nnmail-pathname-coding-system.
7219
7220         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7221         that a user enters; decode group names in messages.
7222
7223         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7224
7225 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7226
7227         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7228
7229         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7230
7231         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7232         risky local variable.
7233
7234         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7235
7236 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7237
7238         * encrypt.el: Improve documentation to fix function name typo.
7239         Reported by Daiki Ueno <ueno@unixuser.org>.
7240
7241 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7244         even if the point is not in the last page of an article.
7245         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7246         back to the previous page.
7247
7248 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7249
7250         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7251
7252 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7255
7256 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7257
7258         * message.el (message-check-news-body-syntax): Avoid
7259         mm-string-as-multibyte.
7260         (message-hide-headers): Don't assume (point-min)==1.
7261
7262 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * message.el (message-remove-blank-cited-lines): Fix if remove is
7265         given.
7266         (message-bogus-address-regexp): New variable.
7267         (message-bogus-recipient-p): New function.
7268         (message-check-recipients): New command.
7269         (message-syntax-checks): Add `bogus-recipient'.
7270         (message-fix-before-sending): Add `bogus-recipient'.
7271
7272         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7273         (gnus-treat-body-boundary): Don't test window-system.
7274
7275 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7276
7277         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7278
7279 2007-10-28  Miles Bader  <miles@gnu.org>
7280
7281         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7282         at compile-time too.
7283
7284 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * gnus-msg.el (gnus-message-setup-hook): Add
7287         `message-remove-blank-cited-lines' to options.
7288
7289 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * message.el (message-remove-blank-cited-lines): New function.
7292         Suggested by Karl Plästerer.
7293
7294 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7297         mapc.
7298
7299         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7300         (top-level): Use mapc to set functions to be traced for debugging.
7301
7302         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7303         called for effect with while loop.
7304
7305         * message.el (message-talkative-question): Replace mapcar called for
7306         effect with mapc.
7307
7308         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7309         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7310         called for effect with dolist.
7311
7312         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7313
7314         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7315         gnus-extra-headers and nnmail-extra-headers.
7316
7317         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7318         called for effect with dolist.
7319         (top-level): Use mapc to set functions to be traced for debugging.
7320
7321         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7322         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7323         dolist.
7324
7325         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7326         Replace mapcar called for effect with mapc.
7327         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7328         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7329         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7330         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7331
7332         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7333         remove-if that's a cl function.
7334
7335         * webmail.el (webmail-debug): Replace mapcar called for effect with
7336         dolist.
7337
7338         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7339         with mapc.
7340
7341 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7344         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7345         with while loop.
7346
7347         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7348         functions from article-* functions.
7349         (gnus-multi-decode-header): Replace mapcar called for effect with
7350         dolist.
7351
7352         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7353         (gnus-bookmark-show-details): Replace mapcar called for effect with
7354         while loop.
7355
7356         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7357         called for effect with while loop.
7358
7359         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7360         with dolist.
7361
7362         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7363         mapcar called for effect with dolist.
7364
7365         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7366
7367         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7368         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7369         Replace mapcar called for effect with dolist.
7370         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7371         mapc.
7372
7373         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7374         Replace mapcar called for effect with dolist.
7375         (gnus-topic-list): Replace mapcar called for effect with mapc.
7376
7377         * gnus.el: Use mapc instead of mapcar to add autoloads.
7378
7379 2007-10-23  Richard Stallman  <rms@gnu.org>
7380
7381         * gnus-group.el (gnus-group-highlight): Mark as risky.
7382
7383 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus.el (gnus-server-to-method): Return method found first in
7386         gnus-newsrc-alist.
7387
7388         * gnus-art.el (gnus-article-highlight-signature)
7389         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7390         button overlay without the front stickiness.
7391
7392 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7393
7394         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7395         overview buffer needed a catch to receive its throw.
7396         (gnus-agent-flush-cache): Declared as interactive to make this function
7397         easier to use.
7398
7399 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7402         `next-line'.
7403
7404 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7407         exclude address matching message-dont-reply-to-names.
7408
7409 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * gnus-util.el (gnus-string<): New function.
7412
7413         * gnus-sum.el (gnus-article-sort-by-author)
7414         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7415
7416 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7419         the frame-focus tag is set in gnus-buffer-configuration.
7420
7421 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7424         the front stickiness.
7425
7426 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7429         url pattern; remove duplicate one.
7430         (gnus-article-extend-url-button): New function.
7431         (gnus-article-add-buttons): Use it.
7432         (gnus-button-push): Use concatenated url that it makes.
7433
7434 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7435
7436         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7437
7438 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7439
7440         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7441         Don't hardcode point-min==1.
7442
7443 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7444
7445         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7446         Fix comment about "iso8859-1".
7447
7448 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7449
7450         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7451         ones returned from the verify-function.
7452
7453         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7454         mml2015-extract-cleartext-signature if extraction failed.
7455
7456 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7457
7458         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7459         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7460         failed.
7461
7462 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7465
7466 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7469         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7470         recommends to use EasyPG instead of PGG.
7471
7472         * pgg.el: Revert to revision 6.23.2.16.
7473
7474         * pgg-def.el: Revert to revision 6.6.2.14.
7475
7476         * pgg-gpg.el: Revert to revision 6.23.2.34.
7477
7478 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7479
7480         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7481         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7482         thread for both the null and zero (kill/expire thread) universal prefix
7483         cases.
7484         (gnus-summary-expire-thread): Add new function to expire a thread,
7485         using gnus-summary-kill-thread.
7486         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7487         shortcuts for gnus-summary-expire-thread.
7488         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7489         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7490
7491 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7492
7493         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7494         extras value, so an extras entry can be deleted.
7495         (gnus-registry-delete-extra-entry): Use it.
7496         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7497         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7498         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7499         storage through the gnus-registry, and provide an appropriate API for
7500         it.
7501
7502 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7505         Suggested by Leo <sdl.web@gmail.com>.
7506
7507         * gnus.el: Do.
7508
7509 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7512         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7513
7514         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7515
7516         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7517         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7518
7519 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7522         newline.
7523         (nnmbox-request-accept-article): Don't change article in source buffer;
7524         narrow to header to use message-fetch-field rather than
7525         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7526         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7527         as delimiters; make sure article ends with newline.
7528         (nnmbox-delete-mail): Correct last position of article to be deleted;
7529         ignore X-Gnus-Newsgroup header in article body.
7530         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7531         positions; make sure article ends with newline.
7532
7533         * message.el (message-display-abbrev): Don't infloop when a user
7534         inserts SPC in the beginning of header.
7535
7536         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7537         coding-system-for-read and coding-system-for-write for XEmacs having no
7538         file-coding feature.
7539
7540         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7541
7542 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7543
7544         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7545         list of groups not followed by default.  Fix type to be regexp.
7546         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7547
7548 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7549
7550         * hmac-def.el (define-hmac-function): Switch from old-style to
7551         new-style backquotes.
7552
7553         * md4.el (md4-make-step): Likewise.
7554
7555 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7558         raw-text coding system when saving .newsrc file, which may contain
7559         non-ASCII group names.
7560
7561 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * gnus-cus.el (gnus-score-extra): New widget.
7564         (gnus-score-extra-convert): New function.
7565         (gnus-score-customize): Use it for Extra.
7566
7567 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7568
7569         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7570         (mml2015-mailcrypt-clear-verify): Use it.
7571         (mml2015-gpg-clear-verify): Use it.
7572         (mml2015-pgg-clear-verify): Use it.
7573         (mml2015-epg-clear-verify): Replace the current part with the output
7574         from GnuPG; don't extract the plaintext by itself.
7575
7576         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7577         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7578         mml2015-clear-verify-function; don't touch the armor headers or
7579         dash-escaped text here.
7580
7581 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7584         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7585         parts, or application/octet-stream as a last resort.
7586         (gnus-mime-view-part-as-type): Don't toggle display.
7587         (gnus-mime-view-part-as-charset): Don't turn off display before
7588         querying charset.
7589
7590         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7591         stuff to undisplayer function in Emacs.
7592         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7593
7594         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7595         text/calendar parts.
7596
7597 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7600         decoding text/calendar parts.
7601
7602         * message.el (message-forward-make-body-mime): Always mark body as
7603         having no illegible text; remove signed-or-encrypted argument.
7604         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7605
7606         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7607         (mml-generate-mime-1): Don't encode body if it is specified to be in
7608         raw form; don't make buffer be unibyte when inserting multibyte string.
7609
7610 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7611
7612         * sha1.el: Fix up comment style.
7613         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7614         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7615
7616         * hex-util.el: Fix up comment style.
7617         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7618
7619         * gnus-salt.el: Use with-current-buffer.
7620         (gnus-pick-setup-message): Fix long-standing typo.
7621
7622 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * imap.el (imap-logout-timeout): New variable.
7625         (imap-logout, imap-logout-wait): New functions.
7626         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7627
7628         * nnimap.el (nnimap-logout-timeout): New server variable.
7629         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7630         nnimap-logout-timeout.
7631
7632         * gnus-art.el (gnus-article-summary-command-nosave)
7633         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7634
7635 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * gnus.el (gnus-maximum-newsgroup): New variable.
7638
7639         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7640         according to gnus-maximum-newsgroup.
7641
7642         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7643         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7644         Limit the range of articles according to gnus-maximum-newsgroup.
7645
7646 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7647
7648         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7649         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7650         Don't perform gnus-configure-windows here; reuse existing sticky
7651         article buffer.
7652
7653         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7654         it doesn't exist in gnus-article-mode.
7655
7656 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7659         (gnus-agent-decoded-group-name): New function.
7660         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7661         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7662
7663 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7664
7665         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7666         Add binding for gnus-sticky-article.
7667         (gnus-summary-exit): Don't kill sticky article buffers.
7668
7669         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7670         article buffer.
7671         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7672         (gnus-kill-sticky-article-buffers): New commands.
7673
7674 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * nntp.el (nntp-xref-number-is-evil): New server variable.
7677         (nntp-find-group-and-number): If it is non-nil, don't trust article
7678         numbers in the Xref header.
7679
7680 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * gnus-agent.el (gnus-agent-read-group): New function.
7683         (gnus-agent-flush-group, gnus-agent-expire-group)
7684         (gnus-agent-regenerate-group): Use it.
7685         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7686         nnmail-pathname-coding-system.
7687
7688 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7691
7692         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7693         that are unread as unread, and also as selected so that information of
7694         marks having been changed by a user may be updated when exiting group.
7695
7696 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7699         calculated ignoring signature parts to gnus-treat-article.
7700
7701 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7704         a point here in order to keep the window start.
7705         (gnus-insert-mime-security-button): Make a button overlay without the
7706         front stickiness.
7707         (gnus-mime-display-security): Goto the end of a button.
7708
7709         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7710
7711 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7714         group-name-at-point.
7715         (gnus-group-completing-read): New function that offers decoded
7716         non-ASCII group names for completion.
7717         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7718         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7719         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7720         (gnus-group-fetch-control): Use it.
7721         (gnus-fetch-group): Use group-name-at-point for the initial value
7722         rather than the default value; use gnus-alive-p.
7723
7724         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7725         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7726         (gnus-summary-post-news): Use gnus-group-completing-read.
7727
7728         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7729         (gnus-read-move-group-name): Decode group name for completion.
7730
7731 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7732
7733         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7734         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7735         Yamaoka slightly modified the code).
7736
7737 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7740         (nnmail-split-incoming): Bind it.
7741
7742         * nnml.el (nnml-group-name-charset): New function.
7743         (nnml-decoded-group-name): Use it; don't decode group name if
7744         nnmail-group-names-not-encoded-p is non-nil.
7745         (nnml-encoded-group-name): New function.
7746         (nnml-group-pathname): Inline nnml-decoded-group-name.
7747         (nnml-request-expire-articles): Decode group name in message.
7748         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7749         nnmail-pathname-coding-system.
7750         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7751         not decoded ones according to nnmail-group-names-not-encoded-p.
7752         (nnml-generate-active-info): Use nnml-encoded-group-name.
7753
7754 2007-08-08  Glenn Morris  <rgm@gnu.org>
7755
7756         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7757         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7758         doc-strings and comments.
7759
7760 2007-07-25  Glenn Morris  <rgm@gnu.org>
7761
7762         * Relicense all FSF files to GPLv3 or later.
7763
7764 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * gnus-sum.el (gnus-summary-move-article): Make
7767         gnus-summary-respool-article work.
7768
7769 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7772         string.
7773
7774 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7775
7776         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7777         that should be ignored when comparing distant RSS articles with local
7778         ones.
7779         (nnrss-make-hash-index): New function.  Create a hash index according
7780         to the ignored fields.
7781         (nnrss-check-group): Use it.
7782
7783 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7786
7787         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7788
7789         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7790         the new optional argument ENCODED is non-nil.
7791         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7792         coding system for encoding group name.
7793         (gnus-group-make-rss-group): Pass un-encoded group name to
7794         gnus-group-make-group.
7795         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7796         encoded.
7797
7798         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7799         Encode group name to which articles are moved or copied.
7800         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7801         coding system for encoding Newsgroup, Followup-To and Xref headers.
7802
7803         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7804         marks; use nnheader-file-coding-system to write a file.
7805         (nnagent-retrieve-headers): Bind file-name-coding-system to
7806         nnmail-pathname-coding-system.
7807
7808         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7809
7810         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7811         (nnml-request-article, nnml-request-create-group)
7812         (nnml-request-rename-group, nnml-find-id)
7813         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7814         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7815         (nnml-save-marks): Use nnml-group-pathname instead of
7816         nnmail-group-pathname.
7817
7818         (nnml-request-create-group, nnml-request-expire-articles)
7819         (nnml-request-move-article, nnml-request-delete-group)
7820         (nnml-deletable-article-p, nnml-possibly-create-directory)
7821         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7822         (nnml-open-marks): Bind file-name-coding-system to
7823         nnmail-pathname-coding-system.
7824
7825         (nnml-request-article): Pass server argument to nnml-find-group-number.
7826         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7827         server argument to nnml-possibly-create-directory.
7828         (nnml-request-accept-article): Pass server argument to
7829         nnml-active-number and nnml-save-mail.
7830         (nnml-find-group-number): Pass server argument to nnml-find-id.
7831         (nnml-request-update-info): Pass server argument to
7832         nnml-marks-changed-p.
7833
7834         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7835         (nnml-save-mail, nnml-active-number): Add server argument.
7836
7837         (nnml-request-delete-group): Warn if group is missing.
7838         (nnml-get-nov-buffer): Decode group name.
7839         (nnml-generate-active-info): Encode group name.
7840         (nnml-open-marks): Decode group name in messages.
7841
7842 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7845         if it is not specified.
7846         (gnus-article-pipe-part, gnus-article-save-part)
7847         (gnus-article-interactively-view-part, gnus-article-copy-part)
7848         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7849         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7850         (gnus-article-replace-part, gnus-article-delete-part)
7851         (gnus-article-view-part-as-type): Pass raw prefix argument to
7852         gnus-article-part-wrapper.
7853
7854 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * gnus-agent.el (gnus-agent-save-active): Bind
7857         nnheader-file-coding-system to gnus-agent-file-coding-system.
7858
7859         * gnus-cache.el (gnus-cache-save-buffers)
7860         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7861         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7862         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7863         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7864         (gnus-cache-generate-active, gnus-cache-rename-group)
7865         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7866         (gnus-cache-update-overview-total-fetched-for): Bind
7867         file-name-coding-system to nnmail-pathname-coding-system.
7868         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7869         variables.
7870         (gnus-cache-decoded-group-name): New function.
7871         (gnus-cache-file-name): Use it.
7872         (gnus-cache-generate-active): Use non-decoded group name for active.
7873
7874         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7875         right place.
7876         (gnus-write-active-file): Don't break non-ASCII group names.
7877
7878         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7879         nnmail-pathname-coding-system.
7880
7881         * lpath.el: Bind default-file-name-coding-system,
7882         file-name-coding-system and language-info-alist for XEmacs.
7883
7884         * gnus-uu.el (gnus-uu-decode-save): Typo.
7885
7886 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7889
7890 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7893         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7894         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7895         (gnus-agent-flush-group, gnus-agent-flush-cache)
7896         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7897         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7898         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7899         (gnus-agent-regenerate-group)
7900         (gnus-agent-update-files-total-fetched-for)
7901         (gnus-agent-update-view-total-fetched-for): Bind
7902         file-name-coding-system to nnmail-pathname-coding-system.
7903         (gnus-agent-group-pathname): Don't encode file names by
7904         nnmail-pathname-coding-system.
7905         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7906         coding-system-for-write instead of buffer-file-coding-system to
7907         gnus-agent-file-coding-system.
7908
7909         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7910         Decode group name.
7911
7912         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7913
7914         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7915         (gnus-read-newsrc-el-file): Make group names unibyte.
7916
7917         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7918         nnmail-pathname-coding-system.
7919
7920         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7921         (nnrss-request-delete-group): Bind file-name-coding-system to
7922         nnmail-pathname-coding-system.
7923         (nnrss-read-server-data, nnrss-read-group-data): Bind
7924         file-name-coding-system correctly.
7925         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7926
7927         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7928         (nntp-server-to-method-cache): New variable.
7929         (nntp-group-pathname): New function that decodes non-ASCII group names.
7930         (nntp-possibly-create-directory, nntp-marks-changed-p)
7931         (nntp-save-marks, nntp-open-marks): Use it.
7932         (nntp-possibly-create-directory, nntp-open-marks):
7933         Bind file-name-coding-system to nnmail-pathname-coding-system.
7934         (nntp-open-marks): Decode group names when bootstrapping marks.
7935
7936         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7937         Newsgroups and Folowup-To headers.
7938
7939 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7942         (gnus-server-closed-face, gnus-server-denied-face)
7943         (gnus-server-offline-face): Remove variable.
7944         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7945
7946         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7947         of modifying message-stack directly for XEmacs.
7948
7949         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7950         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7951         if the coding-system argument is nil for XEmacs.
7952
7953         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7954         mm-charset-override-alist.
7955
7956         * rfc2047.el: Don't require base64; require rfc2045 for the function
7957         rfc2045-encode-string.
7958         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7959         to quote the parameter value.
7960
7961 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7964         form in gnus-group-name-charset-method-alist.
7965
7966         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7967         overrides the default layout edit-form.
7968
7969         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7970
7971         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7972
7973 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7976         as unfetched articles.
7977
7978 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7981
7982 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7985         original back end that keeps marks in the local system.
7986
7987 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7990         arg of pop-to-buffer for XEmacs.
7991         (gnus-article-read-summary-keys): Ditto; don't restore window
7992         configuration if summary command ends up with neither article buffer
7993         nor summary buffer; describe bindings if summary keys end with C-h.
7994
7995 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * message.el (message-fix-before-sending): Skip raw message part to be
7998         forwarded while checking illegible text.
7999         (message-forward-make-body-mime, message-forward-make-body): Mark
8000         signed or encrypted raw message as having no illegible text.
8001
8002 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8005         (gnus-message-with-timestamp-1): New macro.
8006         (gnus-message-with-timestamp): New function.
8007         (gnus-message): Use them.
8008
8009         * nnheader.el (nnheader-message): Use them.
8010
8011 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8014         .newsrc.eld file.
8015
8016 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus-agent.el (gnus-agent-fetch-headers)
8019         (gnus-agent-retrieve-headers): Bind
8020         gnus-decode-encoded-address-function to identity.
8021
8022         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8023         available also when the server returns simply a dot.
8024
8025         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8026
8027 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8030
8031 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * gnus-ems.el (gnus-x-splash): Make it work.
8034
8035         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8036         from being used.
8037
8038         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8039
8040 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8043         4th and the 5th arguments.
8044
8045         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8046         the front stickiness.
8047         (gnus-article-summary-command-nosave): Correct the order of the
8048         arguments passed to pop-to-buffer.
8049         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8050         summary command ends up with the article buffer.
8051
8052         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8053         the same faces.
8054
8055 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8056
8057         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8058
8059 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8060
8061         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8062         * gnus-sum.el (gnus-summary-highlight):
8063         * pgg.el (pgg-sign-region, pgg-sign):
8064         * mail-source.el (mail-source-delete-old-incoming-confirm):
8065         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8066
8067 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-art.el (gnus-mime-view-part-externally)
8070         (gnus-mime-view-part-internally): Fix predicate function passed to
8071         completing-read.
8072
8073         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8074
8075         * gnus.el (gnus-update-message-archive-method): Add :version.
8076
8077 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus.el (gnus-update-message-archive-method): New variable.
8080
8081         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8082         according to gnus-message-archive-method if
8083         gnus-update-message-archive-method is non-nil.
8084
8085 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8088         by Loic Dachary <loic@dachary.org>.
8089         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8090
8091 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * message.el (message-pop-to-buffer): Add switch-function argument.
8094         (message-mail): Pass switch-function argument to it.
8095
8096 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8099         Improve doc string.
8100
8101 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8104         (gnus-header-content)
8105         * gnus-cite.el (gnus-cite-10)
8106         * gnus-srvr.el (gnus-server-closed)
8107         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8108         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8109         (gnus-group-mail-3-empty, gnus-group-mail-low)
8110         (gnus-group-mail-low-empty, gnus-splash)
8111         * message.el (message-header-to, message-header-cc)
8112         (message-header-subject, message-header-other, message-header-name)
8113         (message-header-xheader, message-separator, message-cited-text)
8114         (message-mml): Lighten colors of faces used for dark background.
8115
8116 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8117
8118         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8119         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8120
8121 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * message.el (message-narrow-to-headers-or-head):
8124         Ignore mail-header-separator in the body.
8125
8126 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8129         same as window size.
8130
8131 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8132
8133         * message.el (message-font-lock-keywords): Use message-header-xheader
8134         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8135         ahead of the anything pattern, to get it recognised.
8136
8137 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8140         spam.el loads uses it in the compiled defadvice form.
8141
8142 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8143
8144         * gnus-sum.el (gnus-articles-to-read)
8145         (gnus-summary-insert-old-articles): Don't truncate group name for
8146         `read-string'.
8147
8148         * gnus-util.el (gnus-limit-string): Delete this function.
8149
8150         * gnus-sum.el (gnus-simplify-subject-fully): Use
8151         `truncate-string-to-width' instead.
8152
8153 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8154
8155         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8156         if, on summary exit, the next group has to be selected.
8157         (gnus-summary-exit): Use it.
8158
8159 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8160
8161         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8162         non-break space.
8163
8164 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8167         Check if group is not a directory.
8168         (nnfolder-request-expire-articles): Don't delete articles if the target
8169         group is not available.
8170
8171         * nnml.el (nnml-request-create-group): Properly check if group is not a
8172         file.
8173         (nnml-request-expire-articles): Don't delete articles if the target
8174         group is not available.
8175
8176         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8177         Don't quote characters that are within parentheses.
8178
8179 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8182         (gnus-handle-ephemeral-exit): Select article according to it.
8183
8184 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * message.el (message-insert-formated-citation-line): Remove newline.
8187         (message-citation-line-format): Add final \n here so that the user can
8188         avoid a blank line.
8189
8190 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8191
8192         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8193         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8194         Update lanl/arXiv support.
8195
8196 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         * gnus.el: Bump version number.
8199
8200 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201
8202         * gnus.el (gnus-version-number): Bump version.
8203
8204 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8205
8206         * gnus.el: No Gnus v0.6 is released.
8207
8208 2007-04-27  Didier Verna  <didier@xemacs.org>
8209
8210         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8211         * gmm-utils.el (gmm-regexp-concat): here.
8212         * message.el: Don't require 'gnus-util.
8213         (message-dont-reply-to-names): Handle name change above.
8214         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8215
8216 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8219         since the initial value varies according to the system.
8220
8221 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8224
8225 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8226
8227         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8228
8229 2007-04-24  Didier Verna  <didier@xemacs.org>
8230
8231         Improve the type of gnus-ignored-from-addresses.
8232         * gnus-util.el (gnus-orify-regexp): New function.
8233         * message.el (gnus-util): Require it.
8234         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8235         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8236         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8237
8238 2007-04-24  Didier Verna  <didier@xemacs.org>
8239
8240         * gnus-sum.el:
8241         * gnus-utils.el: Fix some trailing whitespaces.
8242
8243 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8246         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8247         article's Message-ID; refer parent article in summary buffer.
8248
8249         * message.el (message-bounce): Call mime-to-mml.
8250
8251         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8252         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8253         optimize and/or forms properly.
8254
8255 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8258         URL.
8259
8260 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8263
8264 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8267         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8268         displayed of multipart/alternative part if it is invoked from summary
8269         buffer.
8270
8271         * mm-view.el (mm-inline-text-html-render-with-w3m)
8272         (mm-inline-text-html-render-with-w3m-standalone)
8273         (mm-inline-render-with-function): Use mail-parse-charset by default.
8274
8275 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8276
8277         * parse-time.el (parse-time-string-chars): Check if CHAR
8278         is less than the length of parse-time-syntax.
8279
8280 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8283         from gnus-newsgroup-processable.
8284
8285 2007-04-16  Didier Verna  <didier@xemacs.org>
8286
8287         * gnus-msg.el (gnus-configure-posting-styles): Handle
8288         message-signature-directory properly with :file syntax.  Reported by
8289         "Leo".
8290
8291 2007-04-11  Didier Verna  <didier@xemacs.org>
8292
8293         New user option: message-signature-directory.
8294         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8295         * message.el (message-insert-signature): Ditto.
8296         * message.el (message-signature-file): Doc update.
8297         * message.el (message-signature-directory): New.
8298
8299 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * gnus-msg.el (gnus-inews-yank-articles): Use
8302         message-exchange-point-and-mark instead of exchange-point-and-mark.
8303
8304 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * message.el (message-yank-original): Make sure cited text ends with
8307         newline; don't exchange point and mark.
8308
8309 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8310
8311         * tls.el (open-tls-stream): Properly handle case where there
8312         is no associated buffer.
8313
8314 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8315
8316         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8317         message-yank-original, make sure (< mark TEXT point).
8318
8319 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8320
8321         * message.el (message-fill-column): New variable.
8322         (message-mode): Use it.  Add comment on a possible new hook.
8323
8324         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8325         (nnmail-get-new-mail): Reformat.
8326
8327         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8328
8329         * gmm-utils.el: Fix Commentary.
8330         (gmm-tool-bar-from-list): Fix typo in doc string.
8331
8332 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8333
8334         * message.el (message-yank-original): Don't switch point and mark
8335         unnecessarily to put point and mark as documented.
8336
8337 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8338
8339         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8340         from the message heads.
8341
8342 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8343
8344         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8345         article buffer does not have a window.  This may not be the best
8346         solution but is certainly better than setting the start of the null,
8347         that is the current, window.
8348
8349 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8350
8351         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8352         (gnus-draft-setup): Run it.
8353
8354         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8355         gnus-score-fast-scoring.  Allow regexp.
8356         (gnus-score-headers): Use it.
8357
8358         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8359         XEmacs.
8360
8361         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8362         string.
8363         (gnus-button-alist): Also catch `<f1> k ...'.
8364         (gnus-treat-display-x-face): Fix doc string.
8365
8366 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8367
8368         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8369         evaluation of gnus-extended-version to ensure correct generation of the
8370         User-Agent header when message-generate-headers-first is used.
8371
8372 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8373
8374         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8375         hashcash-path is nil.  Don't call callback with incorrect number of
8376         parameters if val is 0.
8377
8378 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8379
8380         * message.el (message-required-news-headers):
8381         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8382
8383 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8384
8385         * tls.el (open-tls-stream): In handshake-waiting loop,
8386         don't wait more if there is output available to process.
8387
8388 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8389
8390         * tls.el (tls-program): Doc fix.
8391
8392 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * message.el (message-generate-new-buffers): Change the meaning of the
8395         nil value; add `standard' to the choices; treat t as `unique'; improve
8396         doc string.
8397         (gnus-select-frame-set-input-focus): Autoload.
8398         (message-buffer-name): Search for the existing message buffer if
8399         message-generate-new-buffers is nil or `standard'; treat the value t of
8400         message-generate-new-buffers as `unique'.
8401         (message-pop-to-buffer): Raise the frame already displaying the message
8402         buffer; clear the echo area after querying.
8403         (message-setup): Pass the `continue' argument to compose-mail.
8404         (message-mail): Prefer `switch-function' if it is given; search for the
8405         existing message buffer if the `continue' argument is non-nil; pass
8406         continue and switch-function arguments to compose-mail by way of
8407         message-setup.
8408         (message-mail-other-window): Adjust argument of message-setup.
8409         (message-mail-other-frame): Ditto.
8410
8411 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8414         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8415         to turn font-lock on when turning gnus-message-citation-mode on.
8416
8417 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8418
8419         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8420         (mml-smime-function-alist): New variable; add epg as the backend.
8421         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8422         mml-smime- functions instead.
8423         * mm-view.el: Require smime.
8424
8425 2007-03-05  Didier Verna  <didier@xemacs.org>
8426
8427         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8428         instead of just inheritance for posting styles.
8429         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8430
8431 2007-02-24  Chris Moore  <dooglus@gmail.com>
8432
8433         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8434         * pgg-pgp.el (pgg-pgp-encrypt-region):
8435         * pgg-gpg.el (pgg-gpg-encrypt-region):
8436         Check pgg-encrypt-for-me if no other recipients.
8437
8438 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8439
8440         * tls.el (tls-certtool-program): Fix custom type.
8441
8442 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8445         and point-at-eol instead of line-(beginning|end)-position.
8446
8447         * assistant.el (assistant-parse-buffer): Ditto.
8448
8449         * netrc.el (netrc-parse-services): Ditto.
8450
8451 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8452
8453         * mml2015.el (mml2015-epg-find-usable-key): New function.
8454         (mml2015-epg-sign): Use it.
8455         (mml2015-epg-encrypt): Use it.
8456
8457 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * message.el (message-make-in-reply-to): Quote name containing
8460         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8461         if there are special characters.  Reported by NAKAJI Hiroyuki
8462         <nakaji@jp.freebsd.org>.
8463
8464 2007-02-27  Didier Verna  <didier@xemacs.org>
8465
8466         Include the group parameters as well as the topic ones in the
8467         inheritance filter process.
8468         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8469         argument GROUP-PARAMS-LIST.
8470         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8471
8472 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * nntp.el (nntp-never-echoes-commands)
8475         (nntp-open-connection-functions-never-echo-commands): New variables.
8476         (nntp-send-command): Use them.
8477
8478 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8479
8480         * mml2015.el (mml2015-epg-verify): Simplified.
8481
8482 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * mml.el (mml-content-disposition-alist): New user option.
8485         (mml-content-disposition): New function.
8486         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8487         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8488
8489 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8490
8491         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8492         verification.
8493
8494 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8495
8496         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8497         articles posted in the last 24 hours.
8498
8499 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8500
8501         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8502
8503 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8504
8505         * nntp.el (nntp-send-command): Don't wait for echoes when
8506         nntp-open-ssl-stream is used.
8507
8508 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8511         (gnus-message-add-citation-keywords)
8512         (gnus-message-remove-citation-keywords): Remove.
8513         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8514         directly, make the variables in font-lock-defaults buffer-local, add
8515         gnus-message-citation-keywords to them and then update the value of
8516         font-lock-keywords.
8517
8518 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * message.el (message-cite-original-1): Don't call
8521         gnus-article-highlight-citation.
8522
8523         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8524         citations; fix line count.
8525
8526 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8529         (gnus-message-add-citation-keywords)
8530         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8531         versions of font-lock-add-keywords and font-lock-remove-keywords to
8532         work with XEmacs correctly.
8533
8534 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus-cite.el (gnus-cite-face-list): Set the values of
8537         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8538         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8539         (gnus-message-cite-prefix-regexp): New variable.
8540         (gnus-message-search-citation-line): Use it; protect against long
8541         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8542         the 0th match data for Emacs.
8543         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8544         (gnus-message-add-citation-keywords): Append keywords rather than
8545         prepending; emulate font-lock-add-keywords if it is not available.
8546         (gnus-message-remove-citation-keywords): Emulate
8547         font-lock-remove-keywords if it is not available.
8548
8549         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8550
8551         * message.el (message-cite-prefix-regexp): Set the value of
8552         gnus-message-cite-prefix-regexp.
8553
8554 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8555
8556         * nnweb.el (nnweb-google-parse-1): Update parser.
8557
8558 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8559
8560         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8561
8562 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8563
8564         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8565         regexp.
8566
8567 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8570         string-to-multibyte.
8571         (uudecode-decode-region-internal): Use it.
8572
8573         * lpath.el: Fbind string-as-multibyte for XEmacs.
8574
8575 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8578         custom choice.
8579
8580         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8581
8582 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8583
8584         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8585
8586         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8587         `write-region' to respect `mm-inhibit-file-name-handlers'.
8588
8589 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8590
8591         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8592         Use gnus-home-directory instead of "~/" or "$HOME".
8593
8594 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8595
8596         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8597         to mention filename.
8598         Add comments at beginning regarding usage.
8599         (encrypt-write-file-contents): Change interactive so a string is
8600         acceptable.  If the file has no associated model, show an error instead
8601         of a nonsense prompt.
8602
8603 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8604
8605         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8606         Thanks to Yoshihiko Yamada for kind notification of this typo.
8607
8608 2007-01-12  Kenichi Handa  <handa@m17n.org>
8609
8610         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8611         multibyte buffer.
8612
8613 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * gnus-score.el (gnus-score-fast-scoring): New variable.
8616         (gnus-score-headers): Use it.
8617
8618         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8619
8620         * message.el (message-cite-original-1): Call
8621         gnus-article-highlight-citation if requested.
8622         (message-make-from): Allow name and address as optional arguments.
8623
8624         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8625
8626         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8627         bugs to doc string.
8628         (gnus-button-alist): Add mid\\|message-id.
8629         (gnus-button-fetch-group): Extend for use in
8630         `browse-url-browser-function'.
8631         (gnus-button-url-regexp): Try to catch paired parentheses like in
8632         Wikipedia URLs.
8633
8634         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8635         Suggested by Simon Krahnke <overlord@gmx.li>.
8636
8637 2007-01-13  Romain Francoise  <romain@orebokech.com>
8638
8639         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8640         Update copyright.
8641
8642 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8643
8644         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8645
8646 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8647
8648         * gnus-registry.el (gnus-registry-unfollowed-groups)
8649         (gnus-registry-split-fancy-with-parent): Fix documentation.
8650
8651 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8652
8653         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8654         from nnweb groups.
8655
8656 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8657
8658         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8659         Xref urls.  Erase buffer before requesting head.
8660
8661 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8664         customizable.
8665
8666 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8667
8668         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8669         no signing key is found.
8670         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8671         no encrypting and/or signing key is found.
8672
8673 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8674
8675         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8676
8677 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8678
8679         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8680         headers read from disk with the ones newly found in the current search.
8681         This should no longer cause problems, because the article numbers in
8682         Gmane's `nov.php' output are ignored since the previous change.
8683
8684 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8685
8686         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8687
8688 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8691         replace-regexp-in-string; bind url-version; fbind display-images-p and
8692         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8693         find-face and set-itimer-function for Emacs; bind itimer-list for
8694         Emacs.
8695
8696         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8697
8698 2007-01-01  Romain Francoise  <romain@orebokech.com>
8699
8700         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8701
8702 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8703
8704         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8705         `define-minor-mode' macro definition expanded properly.
8706         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8707         exclude it there.
8708
8709         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8710         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8711         `fboundp' test.
8712         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8713         This is OK to autoload in (S)XEmacs now.
8714
8715 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8716
8717         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8718         keystroke.
8719         (gnus-summary-limit-to-singletons): Fix typo.
8720
8721         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8722         else fails.
8723
8724 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8725
8726         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8727         docstring.
8728
8729         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8730         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8731         (gnus-summary-insert-dormant-articles): Fix typo in message.
8732
8733 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8736         nil for XEmacs.
8737         (gnus-message-citation-mode): Don't autoload in XEmacs.
8738
8739         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8740
8741 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8742
8743         * nnimap.el (nnimap-expunge-search-string): Mention
8744         nnimap-search-uids-not-since-is-evil in docstring.
8745
8746 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * spam.el: Revert to make-obsolete-variable because
8749         define-obsolete-variable-alias is not supported in Emacs 21.
8750
8751         * spam.el (spam-ifile-path, spam-ifile-database-path)
8752         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8753         make-obsolete-variable.
8754         (spam-bsfilter-path, spam-bsfilter-program)
8755         (spam-spamassassin-path, spam-spamassassin-program)
8756         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8757         use "path" inappropriately.
8758         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8759         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8760         variable names.
8761
8762 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8763
8764         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8765         summary buffer.
8766
8767         * password.el (password-cache-remove): Use clear-string to burn
8768         password, if available.
8769
8770 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8773
8774         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8775
8776         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8777         (gnus-message-highlight-citation): Move defcustom here from
8778         gnus-cite.el.
8779         (gnus-message-citation-mode): Autoload.
8780
8781         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8782         checks to make it compile with XEmacs.
8783         (gnus-message-citation-mode): New minor mode.
8784         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8785         (gnus-message-highlight-citation): New variables.
8786         (gnus-message-search-citation-line)
8787         (gnus-message-add-citation-keywords)
8788         (gnus-message-remove-citation-keywords)
8789         (turn-on-gnus-message-citation-mode)
8790         (turn-off-gnus-message-citation-mode): New functions.
8791
8792 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8793
8794         * gnus-cite.el: Enable highlighting of different citation levels in
8795         message-mode.
8796
8797 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8798
8799         * message.el (message-make-fqdn): Fix comment.
8800         (message-bogus-system-names): Add ".local".
8801
8802         * spam.el (spam-ifile-path, spam-ifile-program)
8803         (spam-ifile-database-path, spam-ifile-database)
8804         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8805         Don't use "path" inappropriately.
8806         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8807         strings.
8808         (spam-check-ifile, spam-ifile-register-with-ifile)
8809         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8810         new variable names.
8811
8812         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8813         (gnus-treat-display-smileys): Simplify using
8814         gnus-image-type-available-p.
8815
8816         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8817         available.
8818
8819         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8820         `display-images-p' if available.
8821
8822 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8825         one after turning on the buffer's multibyteness instead of decoding
8826         them directly in the unibyte buffer that causes unexpected conversion
8827         in Emacs 23 (unicode).
8828
8829 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8830
8831         * message.el (message-generate-hashcash): Fix custom type.
8832
8833 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8834
8835         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8836
8837 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8838
8839         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8840         disconnect icons.  Add help text.
8841
8842 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8843
8844         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8845         negated to be consistent with the others we handle.
8846
8847 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8848
8849         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8850         version of gnus-summary-buffer to something, so that we can use two
8851         article buffers at the same time.
8852
8853 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8854
8855         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8856         trigger all the extra headers.
8857         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8858         sorting.
8859
8860 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8861
8862         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8863         solid groups.
8864
8865 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8866
8867         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8868
8869 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8870
8871         * legacy-gnus-agent.el: Add Copyright notice.
8872
8873 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8874
8875         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8876
8877 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8878
8879         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8880
8881         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8882         to make it work reliably in CVS Emacs.
8883         (gnus-summary-limit-strange-charsets-predicate)
8884         (gnus-summary-limit-to-predicate): New functions.
8885
8886 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8887
8888         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8889         specifying array size.
8890         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8891         array if it is too small.
8892         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8893         (gnus-sort-threads-loop): New function.
8894
8895 2006-12-06  Chris Moore  <dooglus@gmail.com>
8896
8897         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8898         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8899
8900 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8901
8902         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8903         options.
8904
8905 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8908         DOS-ing the recipient.
8909
8910         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8911         the headers when creating the mapping to avoid mismappings.
8912         (nnweb-gmane-create-mapping): Always nix out old mapping.
8913
8914 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8917         and mm-verify-option to never.
8918
8919 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * message.el (message-signed-or-encrypted-p): New function.
8922         (message-forward-make-body): Use it.
8923
8924         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8925         Replace encode-coding-string with mm-encode-coding-string.
8926
8927 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * nneething.el (nneething-decode-file-name): Replace
8930         decode-coding-string with mm-decode-coding-string.
8931
8932         * gnus-int.el (gnus-open-server): Say failed server's name.
8933
8934 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8935
8936         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8937         strings to a single string.  Quote `errors-file-name'.
8938         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8939         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8940         Adjust calls.  Use `shell-quote-argument'.
8941
8942 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8943
8944         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8945         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8946
8947         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8948         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8949         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8950         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8951         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8952         (gnus-subscribe-newsgroup, gnus-1):
8953         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8954         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8955         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8956         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8957
8958 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8959
8960         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8961         keystroke.
8962         (gnus-summary-limit-to-bodies): Implement headersp.
8963
8964 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8965
8966         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8967
8968 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8971
8972 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8973
8974         * message.el (message-generate-hashcash): Expand range of values to
8975         include `opportunistic'.
8976         (message-send-mail): Use it.
8977
8978 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8979
8980         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8981         and comment it.
8982
8983         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8984
8985 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * gnus-util.el (gnus-extract-address-components): Improve comment.
8988
8989 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-util.el (gnus-extract-address-components): Work with address in
8992         which the name portion contains @.
8993
8994         * lpath.el: Fbind custom-autoload.
8995
8996 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * gnus.el (gnus-start): Move custom group up.
8999         (gnus-select-method): Don't autoload, but make it available for
9000         `customize-variable'.
9001         (gnus-getenv-nntpserver): Don't autoload.
9002
9003 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9004
9005         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9006
9007 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9008
9009         * message.el (message-sendmail-extra-arguments): New variable.
9010         (message-send-mail-with-sendmail): Use it.
9011
9012 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9015         mm-with-unibyte-current-buffer to make string unibyte.
9016
9017         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9018         mm-string-as-multibyte.
9019
9020 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9021
9022         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9023         Reported by Werner Koch <wk@gnupg.org>.
9024
9025 2006-11-14  Daiki Ueno  <ueno@p360>
9026
9027         * mml2015.el: Autoload epa-select-keys when compiling.
9028
9029 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9030
9031         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9032         message-options.
9033         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9034
9035 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9036
9037         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9038         EasyPG (< 0.0.6).
9039         (mml2015-always-trust): New user option.
9040         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9041         prompt.
9042
9043 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * nntp.el (nntp-authinfo-force): New variable.
9046         (nntp-send-authinfo): Use it.
9047
9048 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9051         decode encoded words.  Improve prompt.  Add comment about forwarding.
9052         (message-replacement-char): Move up.
9053
9054 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9055
9056         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9057         instead of gnus-intersection because arguments of gnus-sorted-nunion
9058         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9059
9060 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9063         (message-simplify-subject-functions): Enable
9064         message-strip-subject-encoded-words by default.
9065
9066 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * message.el (message-strip-subject-encoded-words): New function.
9069         (message-simplify-subject-functions): New variable.
9070         (message-simplify-subject): Use it.  Fix typo in doc string.
9071         Support message-strip-subject-encoded-words.
9072
9073 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9074
9075         * gnus-diary.el (gnus-diary-delay-format-function):
9076         * nndiary.el (nndiary-reminders):
9077         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9078
9079 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9080
9081         * gnus-art.el (article-hide-boring-headers): Fetch date from
9082         gnus-original-article-buffer to avoid problems with localized date
9083         strings.
9084
9085 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9088
9089 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9090
9091         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9092         New variables.
9093         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9094         (mm-charset-synonym-alist): Move some entries to
9095         mm-codepage-iso-8859-list.
9096         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9097         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9098
9099 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9100
9101         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9102
9103 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9104
9105         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9106         with Emacs 21 and XEmacs.
9107
9108 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9109
9110         * spam.el (spam-parse-address): New function for better parsing,
9111         catching errors, etc.
9112         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9113
9114 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9115
9116         * mm-view.el: Add interactive arg to html2text autoload.
9117
9118 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9121
9122 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9123
9124         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9125         variables.
9126         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9127         (mm-charset-synonym-alist): Move some entries to
9128         mm-codepage-iso-8859-list.
9129
9130         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9131
9132 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * message.el (message-citation-line-format)
9135         (message-insert-formated-citation-line): Fix implementation of %E, %N
9136         and %n according to the doc string.
9137
9138 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9139
9140         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9141         car-safe to avoid bad parses.
9142
9143 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9146         names.
9147
9148         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9149
9150 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9153         header.
9154
9155         * message.el (message-draft-headers): Add Date.
9156         (message-headers-to-generate): Fix typo in docstring.
9157
9158         * nndraft.el (nndraft-required-headers): New variable.
9159         (nndraft-generate-headers): Use it.
9160
9161         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9162
9163 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9164
9165         * gnus-registry.el (gnus-registry-wash-for-keywords)
9166         (gnus-registry-find-keywords): New functions to allow easy searching of
9167         articles that are in the registry.
9168
9169 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9170
9171         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9172         ietf-drums-parse-address instead of gnus-extract-address-components.
9173         Reported by Damien Elmes <damien@repose.cx>.
9174
9175 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * gnus.el (gnus-mime): Remove unused custom group.
9178
9179 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9180
9181         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9182         "blank line" when searching for end of armor headers.
9183
9184 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gmm-utils.el (gmm-write-region): Fix variable name.
9187
9188 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * gmm-utils.el (gmm-write-region): New function based on compatibility
9191         code from `mm-make-temp-file'.
9192
9193         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9194
9195         * nnmaildir.el (nnmaildir--update-nov)
9196         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9197         Use `gmm-write-region'.
9198
9199 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9200
9201         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9202         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9203
9204         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9205
9206         * message.el (message-replacement-char): New variable.
9207         (message-fix-before-sending): Use it.
9208         (message-simplify-subject): New function to remove duplicate code.
9209         (message-reply, message-followup): Use it.
9210
9211         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9212         gnus-summary-limit-to-articles.
9213
9214 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-util.el (gnus-with-local-quit): New macro.
9217
9218         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9219
9220 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9221
9222         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9223         ignore non-string data.
9224
9225 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9226
9227         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9228         non-string data (needs to be done in the registry too).
9229
9230 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9231
9232         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9233         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9234         (gnus-registry-split-fancy-with-parent)
9235         (gnus-registry-fetch-simplified-message-subject-fast)
9236         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9237         Remove text properties on ingress into the registry and when it's saved.
9238         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9239         registry from entries with no groups.
9240
9241 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9242
9243         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9244         function to remove string properties.
9245
9246 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * gmm-utils.el (gmm): Adjust custom version.
9249
9250         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9251         custom version.
9252
9253         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9254
9255 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * gnus-art.el (gnus-insert-prev-page-button)
9258         (gnus-insert-next-page-button): Simplify.  Reformat.
9259
9260 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9261
9262         * gnus-art.el (gnus-insert-prev-page-button)
9263         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9264
9265 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9266
9267         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9268
9269 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9270
9271         * gnus-art.el (gnus-insert-mime-button)
9272         (gnus-insert-mime-security-button):
9273         Apply gnus-article-button-face to MIME and security buttons.
9274
9275 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9278         readable.
9279
9280 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9283
9284 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9285
9286         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9287         `browse-url-of-file' instead of `browse-url'.
9288
9289 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9290
9291         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9292         regexp.  Articles containing quotation were cut prematurely.
9293
9294 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * message.el (message-cite-original-1): Use nobody by default for the
9297         value of From header.
9298         (message-reply): Ditto.
9299
9300 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9301
9302         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9303         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9304         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9305
9306 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9309         mails in the doc string.  Add some URLs in comment.
9310         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9311
9312 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9315         backslashes handling and the way to find boundaries of quoted strings.
9316
9317 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9318
9319         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9320         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9321         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9322         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9323
9324 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9327         doc string.
9328         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9329
9330 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * lpath.el: Fbind epg-check-configuration.
9333
9334 2006-09-06  Simon Josefsson  <jas@extundo.com>
9335
9336         * mml2015.el (mml2015-use): Doc fix, mention epg.
9337
9338 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9339
9340         * mml2015.el (mml2015-use): Default to epg, if available.
9341
9342 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9343
9344         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9345         message-sender.
9346         (mml1991-epg-encrypt): Ditto.
9347         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9348         message-sender.
9349         (mml2015-epg-encrypt): Ditto.
9350
9351 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9352
9353         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9354         several common directories.
9355
9356 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9357
9358         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9359         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9360
9361 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-art.el (article-decode-encoded-words): Make it fast.
9364
9365 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9368
9369         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9370         in quoted string into `\'.
9371
9372 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9375         Use standard-syntax-table.
9376
9377 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * gnus-art.el (gnus-decode-address-function): New variable.
9380         (article-decode-encoded-words): Use it to decode headers which are
9381         assumed to contain addresses.
9382         (gnus-mime-delete-part): Remove useless `or'.
9383
9384         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9385         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9386         (gnus-nov-parse-line): Use it to decode From header.
9387         (gnus-get-newsgroup-headers): Ditto.
9388         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9389
9390         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9391         (mail-decode-encoded-address-string): New alias.
9392
9393         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9394         New function.
9395         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9396         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9397         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9398         (rfc2047-decode-string): Ditto.
9399         (rfc2047-decode-address-region): New function.
9400         (rfc2047-decode-address-string): New function.
9401
9402 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * message.el (message-caesar-buffer-body): Allow rotating headers.
9405
9406         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9407
9408         * message.el (message-insert-formated-citation-line): Fix %f.
9409         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9410
9411 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9414         (gnus-bookmark-mouse-available-p): New macro.
9415         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9416         (gnus-bookmark-bmenu-show-infos): Use it.
9417         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9418         (gnus-bookmark-bmenu-hide-infos): Ditto.
9419         (gnus-bookmark-remove-properties): New function.
9420         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9421         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9422         (gnus-bookmark-write-file): Bind coding-system-for-write.
9423         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9424         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9425         group before selecting it.
9426         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9427         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9428         quit-window if it is not available; use gnus-mouse-2 and bind it to
9429         gnus-bookmark-bmenu-select-by-mouse.
9430         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9431         (gnus-bookmark-bmenu-select-by-mouse): New function.
9432
9433 2006-08-13  Romain Francoise  <romain@orebokech.com>
9434
9435         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9436         space.
9437
9438 2006-08-10  Romain Francoise  <romain@orebokech.com>
9439
9440         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9441         (dns-mode-soa-auto-increment-serial): New user option.
9442         (dns-mode-soa-maybe-increment-serial): New function.
9443         (dns-mode): Add the latter to `write-contents-functions'.
9444
9445 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * compface.el (uncompface): Use binary rather than raw-text-unix.
9448
9449 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * compface.el (uncompface): Make sure the eol conversion doesn't take
9452         place when communicating with the external programs.  Reported by
9453         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9454
9455 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9458
9459 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9460
9461         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9462         Make it more robust by parsing author and date independently.
9463
9464 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9467
9468 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9469
9470         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9471         first matching secret key.
9472         (mml2015-epg-encrypt): Ditto.
9473
9474         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9475         first matching secret key.
9476         (mml1991-epg-encrypt): Ditto.
9477
9478         * mml2015.el (mml2015-encrypt-to-self): New user option.
9479         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9480         mml2015-epg-encrypt-to-self is set.
9481
9482         * mml1991.el (mml1991-encrypt-to-self): New variable.
9483         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9484         mml1991-epg-encrypt-to-self is set.
9485
9486         * mml2015.el (mml2015-signers): New user option.
9487         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9488         (mml2015-epg-encrypt): Allow to select signing keys.
9489
9490         * mml1991.el (mml1991-signers): New variable.
9491         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9492         (mml1991-epg-encrypt): Allow to select signing keys.
9493
9494 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * nnheader.el (nnheader-insert-head): Make it work even if the file
9497         uses CRLF for the line-break code.
9498
9499 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9500
9501         * mml2015.el: Require mml-sec instead of password.
9502         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9503         (mml2015-cache-passphrase): Inherit the default value from
9504         mml-secure-cache-passphrase.
9505         (mml2015-passphrase-cache-expiry): Inherit the default value from
9506         mml-secure-passphrase-cache-expiry.
9507
9508         * mml1991.el: Require mml-sec instead of password.
9509         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9510         (mml1991-cache-passphrase): Inherit the default value from
9511         mml-secure-cache-passphrase.
9512         (mml1991-passphrase-cache-expiry): Inherit the default value from
9513         mml-secure-passphrase-cache-expiry.
9514
9515         * mml-sec.el: Require password.
9516         (mml-secure-verbose): New user option.
9517         (mml-secure-cache-passphrase): New user option.
9518         (mml-secure-passphrase-cache-expiry): New user option.
9519
9520 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9521
9522         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9523         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9524         andreas@altroot.de (Andreas Vögele).
9525
9526         FIXME: Use `tiny change'?
9527
9528 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9529
9530         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9531         workaround for the url package included with Emacs.
9532
9533         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9534
9535 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9538         correctly.  This fixes a bug caused by the 2006-05-12 change.
9539
9540 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9541
9542         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9543         some information about the error when saying that the `bogus' mail
9544         group will be used.
9545
9546 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9547
9548         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9549         string.
9550
9551 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9552
9553         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9554
9555 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9556
9557         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9558
9559 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9560
9561         * mml1991.el (mml1991-function-alist): Add epg.
9562         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9563         (mml1991-epg-encrypt): New functions.
9564
9565 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9566
9567         * mml2015.el (mml2015-verbose): New variable.
9568         (mml2015-cache-passphrase): Ditto.
9569         (mml2015-passphrase-cache-expiry): Ditto.
9570         (mml2015-function-alist): Add epg.
9571         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9572         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9573         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9574         functions.
9575
9576 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9577
9578         * message.el (message-cite-original-1): Preserve region when removing
9579         quoted text due to X-No-Archive in order to avoid bogus attribution
9580         when citing multiple messages.
9581
9582 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9583
9584         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9585         Kenneth Jacker <khj@be.cs.appstate.edu>.
9586
9587 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * gnus-diary.el (gnus-user-format-function-d)
9590         (gnus-user-format-function-D): Autoload.
9591
9592         * imap.el (Commentary): Fix typo.
9593
9594         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9595         2006-04-22 contribution.
9596
9597 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9598
9599         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9600         It didn't really fix the bogosity I'm seeing with solid web groups.
9601
9602 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9603
9604         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9605         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9606         created using server names.  If we use the feature without declaring
9607         it, Gnus does not properly manage server and group state.
9608
9609         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9610         bound.
9611
9612 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9613
9614         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9615         looking up the method using GROUP's prefix before inventing a new one.
9616         It is used on killed/unknown groups in various places where returning
9617         an all-new method isn't expected by the caller.
9618
9619         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9620         and match semantics of gnus-group-real-prefix.
9621
9622 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9623
9624         * nnmail.el (nnmail-broken-references-mailers): New variable.
9625         (nnmail-ignore-broken-references): New function generalizing
9626         nnmail-fix-eudora-headers.
9627         (nnmail-fix-eudora-headers): Now obsolete.
9628
9629         * gnus-art.el (gnus-button-handle-custom): Support
9630         `customize-apropos*'.
9631
9632 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9633
9634         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9635
9636         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9637         articles.
9638
9639 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9640
9641         * message.el (message-cite-reply-above): New variable.
9642         (message-yank-original): Use it.
9643
9644 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9647
9648 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9649
9650         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9651         as read.
9652
9653         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9654
9655 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9656
9657         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9658         (gnus-bookmark-default-file): Use gnus-directory.
9659         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9660         Remove "*" in doc string.
9661         (gnus-bookmark-write-file): Simplify.
9662         (gnus-bookmark-maybe-sort-alist): Use `when'.
9663         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9664         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9665         FIXME about Emacs 21 and XEmacs compatibility.
9666         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9667         compatibility.
9668         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9669         compatibility.
9670         (gnus-bookmark-menu-heading): Fix version.
9671
9672 2006-06-19  Bastien Guerry  <bzg@altern.org>
9673
9674         * gnus-bookmark.el: New file.
9675
9676 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * message.el (message-syntax-checks): Doc fix.
9679
9680 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9681
9682         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9683         unsubscribed groups as if they were killed ones.  It causes duplicate
9684         entries in gnus-newsrc-alist.
9685
9686 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * message.el (message-syntax-checks): Doc fix.
9689         (message-send-mail): Add check for continuation headers.
9690         (message-check-news-header-syntax): Fix regexp used to check for
9691         continuation headers.
9692
9693 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9696
9697 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9700
9701 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9704         default-truncate-lines.
9705
9706 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9709         to fill the utf-8 entry.
9710
9711         * lpath.el: Fbind unicode-precedence-list.
9712
9713 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9714
9715         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9716
9717 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9718
9719         * gnus-agent.el (directory-files-and-attributes): Move all the way
9720         forward (the third and final move).
9721         (gnus-agent-read-agentview): Trap reconstruction errors due to
9722         nonexistant directory.  Handle by returning nil.
9723
9724 2006-05-30  Didier Verna  <didier@xemacs.org>
9725
9726         * message.el (message-dont-reply-to-names): Update the custom type.
9727         * message.el (message-dont-reply-to-names): New defsubst: potentially
9728         convert a list of regexps into a single one.
9729         * message.el (message-get-reply-headers): Use it.
9730         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9731
9732 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * gnus-agent.el (directory-files-and-attributes): Move forward.
9735
9736 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * gnus-ml.el (gnus-mailing-list-subscribe)
9739         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9740         (gnus-mailing-list-message): Fix doc strings.
9741
9742 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9743
9744         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9745         of doing it manually.
9746
9747 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9748
9749         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9750         comment.
9751
9752 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9753
9754         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9755         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9756         (gnus-agent-read-local): All symbols allocated in my-obarray.
9757         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9758         (gnus-agent-regenerate-group): Check numeric names to see if they are
9759         messages or groups.
9760         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9761         better way of do this...)
9762
9763         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9764         'dummy.group' (there should be a better way of do this...)
9765
9766 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9769         (gnus-saved-headers): Ditto.
9770         (gnus-default-article-saver): Mention functions may have properties.
9771         (gnus-article-save): Override gnus-save-all-headers and
9772         gnus-saved-headers by :headers property which saver function may have.
9773         (gnus-summary-save-in-file): Add :headers property.
9774         (gnus-summary-write-to-file): Ditto.
9775
9776         * gnus-sum.el (gnus-summary-save-article): Bind
9777         gnus-prompt-before-saving to t when saving many articles in a file;
9778         always show all headers.
9779
9780         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9781
9782 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9785         marks.
9786
9787         * message.el (message-indent-citation): Add optional arguments to allow
9788         using it outside of message buffers.
9789
9790         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9791         (gnus-article-treat-unfold-headers): Use it.
9792         (gnus-article-truncate-lines): New variable.
9793         (gnus-article-mode): Use it.
9794         (gnus-article-toggle-truncate-lines): New function.
9795
9796         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9797         gnus-article-toggle-truncate-lines.
9798
9799         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9800         coding system in XEmacs, use binary.
9801
9802 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9805         after-load-alist.
9806
9807         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9808         this function should save decoded articles.
9809         (gnus-summary-write-to-file): Use property to specify this function
9810         should save decoded articles and specify gnus-summary-save-in-file
9811         should be used to save articles other than the first one when saving
9812         many articles.
9813         (gnus-summary-save-body-in-file): Use property to specify this
9814         function should save decoded articles.
9815         (gnus-summary-write-body-to-file): Use property to specify this
9816         function should save decoded articles and specify
9817         gnus-summary-save-body-in-file should be used to save articles other
9818         than the first one when saving many articles.
9819
9820         * gnus-sum.el (gnus-summary-save-article): Simplify.
9821
9822 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-art.el (gnus-default-article-saver): Add
9825         gnus-summary-write-body-to-file.
9826         (gnus-article-save-coding-system): Don't use coding system object
9827         in XEmacs.
9828         (gnus-read-save-file-name): Add optional `dir-var' argument which
9829         specifies directory in which files are saved; work even if optional
9830         `variable' argument is not specified.
9831         (gnus-summary-write-to-file): Read file name.
9832         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9833         (gnus-summary-write-body-to-file): New function.
9834
9835         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9836         (gnus-summary-local-variables): Add it.
9837         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9838         (gnus-summary-save-article): Remove optional `decode' argument;
9839         determine whether to decode articles by the value of
9840         gnus-default-article-saver; when saving many files using
9841         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9842         it first and use gnus-summary-save-in-file or
9843         gnus-summary-save-body-in-file thereafter unless
9844         gnus-prompt-before-saving is always; move point to article which
9845         will be saved.
9846         (gnus-summary-save-article-file): Revert.
9847         (gnus-summary-write-article-file): Revert.
9848         (gnus-summary-save-article-body-file): Revert.
9849         (gnus-summary-write-article-body-file): New function.
9850
9851 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * gnus-art.el (gnus-default-article-saver): Doc fix.
9854         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9855         from gnus-summary-save-article-coding-system, and default to a
9856         certain coding system.
9857         (gnus-output-to-file): Add coding cookie and encode text according
9858         to gnus-article-save-coding-system; don't use mm-append-to-file.
9859
9860         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9861         gnus-art.el and rename to gnus-article-save-coding-system.
9862         (gnus-summary-save-article): Require gnus-art; don't show all
9863         headers if it decodes articles; don't add coding cookie here;
9864         don't bind mm-text-coding-system-for-write.
9865         (gnus-summary-save-article-file): Save decoded articles.
9866         (gnus-summary-write-article-file): When saving many files, use
9867         gnus-summary-write-to-file first and gnus-summary-save-in-file
9868         thereafter unless gnus-prompt-before-saving is always.
9869         (gnus-summary-save-article-body-file): Save decoded articles.
9870
9871         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9872
9873 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * nnrss.el (nnrss-check-group): Bind hash-index.
9876
9877 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9878
9879         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9880         its hash index.  Store this hash in `nnrss-group-data'.
9881         (nnrss-read-group-data): Update accordingly.
9882
9883 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9886         entry.
9887
9888         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9889         gnus-article-browse-html-article.
9890
9891 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9892
9893         * gnus-sum.el (gnus-summary-mime-map): Add
9894         gnus-article-browse-html-article.
9895
9896         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9897
9898 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9901         suitable coding systems in customize.
9902
9903 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * mail-source.el (mail-sources): Fix custom type.
9906
9907 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9910         (gnus-summary-expire-articles-now): Shorten prompt.
9911
9912         * gmm-utils.el (wid-edit): Require.
9913         (defun-gmm): Renamed from `gmm-defun-compat'.
9914         (gmm-image-search-load-path): Use it.
9915         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9916
9917 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9920         variable.
9921         (gnus-summary-save-article): Add optional `decode' argument.  If
9922         it is set and gnus-summary-save-article-coding-system is non-nil,
9923         save decoded article.
9924         (gnus-summary-write-article-file): Save decoded article if
9925         gnus-summary-save-article-coding-system is non-nil.
9926
9927         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9928         type.
9929
9930 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9933
9934 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9937         first to test gnus-single-article-buffer which may be buffer-local.
9938
9939         * gnus-sum.el (gnus-summary-setup-buffer): Make
9940         gnus-single-article-buffer buffer-local and nil in ephemeral
9941         group; make gnus-article-buffer, gnus-article-current, and
9942         gnus-original-article-buffer always buffer-local.
9943         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9944         group.
9945         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9946
9947 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9948
9949         * nnml.el (nnml-request-compact-group): Compressed files might not
9950         have .gz extension.
9951
9952 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9953
9954         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9955         (mm-copy-to-buffer): Use with-current-buffer.
9956         (mm-display-part): Simplify.
9957         (mm-inlinable-p): Add optional arg `type'.
9958
9959 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9960
9961         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9962         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9963         Try harder to show the attachment internally or externally using
9964         gnus-mime-view-part-as-type.
9965
9966 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * message.el (message-from-style, message-signature-separator)
9969         (message-user-organization-file, message-send-mail-function)
9970         (message-citation-line-function, message-yank-prefix)
9971         (message-indent-citation-function, message-signature)
9972         (message-signature-file, message-signature-insert-empty-line):
9973         Remove autoloads.
9974
9975         * gnus-art.el (gnus-buttonized-mime-types): Remove
9976         "multipart/signed".  Revert 2006-04-26 change.
9977
9978 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9979
9980         * gnus.el (gnus-version-number): Bump version.
9981
9982 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9983
9984         * gnus.el: No Gnus v0.5 is released.
9985
9986 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9987
9988         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9989         fetching articles by message-id.
9990
9991 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9992
9993         * message.el (hashcash): Require hashcash as normal.
9994
9995         * ecomplete.el (ecomplete-highlight-match-line): Use
9996         point-at-eol.
9997         (ecomplete-highlight-match-line): Use `highlight', because that
9998         face exists in both Emacs and XEmacs.
9999
10000         * message.el (message-display-abbrev): Use point-at-bol.
10001
10002         * mail-source.el: Don't require timer/timer-funcs.
10003
10004         * gnus-async.el: Ditto.
10005
10006         * password.el: Ditto.
10007
10008         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10009
10010         * mm-url.el: Ditto.
10011
10012         * gnus-xmas.el: Don't require timer-funcs.
10013
10014         * mm-util.el: Require timer/timer-funcs.
10015
10016 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10017
10018         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10019         Close.
10020
10021 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10024         unibyte after clear-decrypt function runs.
10025
10026         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10027         returns as a unibyte string.
10028
10029 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * lpath.el: Revert.
10032
10033         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10034         (pgg-gpg-process-sentinel): Revert.
10035
10036         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10037         (pgg-pgp-lookup-key): Revert.
10038
10039         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10040         (pgg-pgp5-lookup-key): Revert.
10041
10042         * pgg.el (pgg-fetch-key): Revert.
10043
10044 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * lpath.el: Fbind string-as-multibyte for XEmacs.
10047
10048         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10049         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10050         (mml1991-pgg-encrypt): Ditto.
10051
10052         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10053         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10054         a multibyte buffer.
10055
10056         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10057         (pgg-pgp-lookup-key): Ditto.
10058
10059         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10060         (pgg-pgp5-lookup-key): Ditto.
10061
10062         * pgg.el (pgg-fetch-key): Ditto.
10063
10064 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10065
10066         * message.el (message-user-organization-file): Check several
10067         locations of the organization file.
10068
10069         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10070         Add gnus-article-view-part-as-type.
10071
10072         * gnus-art.el (gnus-article-view-part-as-type): New function.
10073
10074         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10075         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10076
10077         * mml.el: Simplify autoload.
10078         (mml-mode): defvar dnd-protocol-alist instead of using
10079         symbol-value.
10080         (mml-default-directory): New variable.
10081         (mml-minibuffer-read-file): Use it.
10082         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10083
10084         * message.el (message-citation-line-format): New variable.
10085         (message-insert-formated-citation-line): New function.
10086         (message-citation-line-function): Add
10087         `message-insert-formated-citation-line' to custom type.
10088
10089         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10090         to doc string.
10091
10092         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10093         depending on mm-verify-option.
10094
10095 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10098         binding pgg-* variables; reimplement the section which prevents
10099         MIME header from being signed.
10100         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10101         pgg-text-mode; remove a blank line at the top of body.
10102
10103         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10104         lines at the top of body; use gnus-newsgroup-charset if there's no
10105         Charset header.
10106
10107 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * message.el (message-self-insert-commands): Doc fix.
10110
10111         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10112         (mm-uu-pgp-encrypted-test): Ditto.
10113         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10114         between header and body; return application/pgp-encrypted handle
10115         if decryption failed; decode decrypted body by charset.
10116
10117         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10118         element match to application/pgp-*.
10119
10120 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10121
10122         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10123         HTML.
10124
10125 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10126
10127         * mail-source.el (mail-source-call-script): Message the error
10128         string.
10129
10130 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10131
10132         * gnus-util.el (gnus-byte-compile): Use it.
10133
10134 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10135
10136         * gnus-util.el (kill-empty-logs): New function.
10137
10138 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10139
10140         * message.el (message-mail-alias-type): Doc fix.
10141         (message-mail-alias-type-p): New function.
10142         (message-send): Use it.
10143         (message-mode): Ditto.
10144         (message-strip-forbidden-properties): Ditto.
10145
10146         * ecomplete.el (ecomplete-database-file-coding-system): New
10147         variable.
10148         (ecomplete-save): Use it.
10149         (ecomplete-setup): Use it.
10150
10151 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * message.el (message-self-insert-commands): New variable.
10154         (message-strip-forbidden-properties): Use it.
10155
10156 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10157
10158         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10159         that doesn't make XEmacs choke.
10160
10161 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-util.el (gnus-replace-in-string):
10164         Prefer replace-regexp-in-string over of replace-in-string.
10165
10166 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-util.el (gnus-select-frame-set-input-focus):
10169         Use select-frame-set-input-focus if it is available in XEmacs; use
10170         definition defined in Emacs 22 for old Emacsen.
10171
10172         * dgnushack.el: Autoload unmorse-region for XEmacs.
10173
10174         * lpath.el: Bind cursor-in-non-selected-windows and
10175         select-frame-set-input-focus for XEmacs.
10176
10177 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10180
10181 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10182
10183         * gnus-registry.el (gnus-registry-cache-save): Remove text
10184         properties when saving via the temp buffer.
10185
10186 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10187
10188         * message.el (message-generate-hashcash): Honor custom type.
10189
10190 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10191
10192         * message.el (message-generate-hashcash): Default to non-nil when
10193         hashcash is found.
10194
10195         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10196         (gnus-refer-thread-limit): Increase default to 500.
10197
10198         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10199
10200         * flow-fill.el (fill-flowed): Allow delete-space.
10201
10202 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10205         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10206         Remove autoloads.
10207
10208 2006-04-18  Simon Josefsson  <jas@extundo.com>
10209
10210         * message.el (message-generate-hashcash): Default to.
10211
10212 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10215         concatenating segments rather than before concatenating them.
10216
10217 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10218
10219         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10220
10221 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10222
10223         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10224
10225         * message.el (message-forward-make-body-plain): Allow
10226         message-forward-ignored-headers to be a list.
10227         (message-remove-ignored-headers): Factor out into function.
10228         (message-forward-make-body-mml): Use it.
10229
10230         * imap.el (imap-quote-specials): New function.
10231         (imap-login-auth): Quote specials.
10232
10233         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10234         (rfc2231-parse-string): Allow concatanation of parameters that
10235         aren't contiguous.  The test case is
10236           (mail-header-parse-content-type "message/external-body;
10237             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10238             access-type=LOCAL-FILE;
10239             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10240
10241 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10242
10243         * nntp.el (nntp-accept-process-output): Return the value of
10244         `nnheader-accept-process-output'.
10245
10246 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10247
10248         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10249         (gnus-button-alist): Recognize more diff formats.
10250         (gnus-button-patch): Strip directory.
10251
10252 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10255         Emacs 22 when setting focus.
10256
10257 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10258
10259         * gnus-art.el (gnus-article-treat-types): Do treatment of
10260         text/x-verbatim parts.
10261         (gnus-button-patch): New command.
10262
10263         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10264         addresses that contain invalid characters.
10265
10266 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10267
10268         * message.el (message-put-addresses-in-ecomplete): Use
10269         gnus-replace-in-string.
10270         (message-is-yours-p): Use the more correct
10271         mail-header-parse-address instead of
10272         mail-extract-address-components.
10273         (message-put-addresses-in-ecomplete): Fix typo.
10274
10275         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10276         keystroke.
10277
10278         * gnus-art.el (gnus-treatment-function-alist): Change order of
10279         newsgroups/generic header folding to avoid double-folding.
10280
10281         * message.el (message-hidden-headers): Add X-Draft-From.
10282
10283         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10284         command.
10285         (gnus-summary-repeat-search-article-backward): New command.
10286
10287         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10288         groups in the parent topic.
10289
10290 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10291
10292         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10293         (spam-extra-header-to-number): Return the CRM114 number as a
10294         number instead of a string.
10295
10296 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10297
10298         * gnus-art.el (gnus-face-properties-alist): Moved here from
10299         gnus-fun.
10300
10301         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10302
10303 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10304
10305         * message.el (message-strip-forbidden-properties): Only display on
10306         self-insert-command.
10307
10308         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10309         reindent.
10310         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10311
10312 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10313
10314         * smiley.el (smiley-style): Fix typo.
10315
10316 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10317
10318         * hashcash.el (hashcash-insert-payment-async-2): Use
10319         message-goto-eoh instead of doing it manually.
10320         (mail-add-payment): Use message-narrow-to-header instead of trying
10321         to do the same itself.
10322
10323         * message.el (message-hidden-headers): Add Face.
10324
10325         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10326         reparenting code.
10327         (gnus-summary-reparent-children): Refactored out code.
10328         (gnus-summary-thread-map): New keystroke.
10329         (gnus-summary-reparent-children): Make into command.
10330
10331         * smiley.el (smiley-style): Default to `medium' if using a large
10332         font.
10333
10334         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10335         does it itself.
10336
10337         * message.el (message-point-in-header-p): Simplify definition.
10338
10339 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10340
10341         * nnagent.el (nnagent-request-set-mark): Silence log file
10342         writing.
10343         (nnagent-request-set-mark): Use write-region instead of
10344         append-to-file.
10345
10346         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10347         strange select method.
10348
10349         * ecomplete.el (ecomplete-display-matches): Get highlightling
10350         right.
10351         (ecomplete-display-matches): Use literals.
10352         (ecomplete-display-matches): Disable message logging.
10353
10354         * message.el (message-display-abbrev): Small optimization.
10355
10356         * ecomplete.el (ecomplete-display-matches): Allow automatic
10357         display.
10358
10359         * message.el (message-strip-forbidden-properties): Display
10360         abbrevs.
10361         (message-display-abbrev): Get automatic display right.
10362
10363         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10364         keystrokes.
10365
10366 2006-04-13  Romain Francoise  <romain@orebokech.com>
10367
10368         TODO: Backport to v5-10!
10369
10370         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10371         Moved here (and renamed) from gnus-registry.el.
10372
10373         * gnus-registry.el: Require gnus-util.
10374         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10375
10376 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10377
10378         * gnus-group.el (gnus-group-catchup-current): Change
10379         if-then-else-if-then-else into cond.
10380         (gnus-group-catchup): Indent.
10381         (group-name-at-point): New function.
10382         (gnus-fetch-group): Provide default from thing at point.
10383
10384 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10385
10386         * message.el (message-display-abbrev): Fix regexp.
10387
10388         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10389         choosing.
10390         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10391         dead variables.
10392
10393         * message.el (message-newline-and-indent): Remove debugging.
10394         (message-display-abbrev): Use new implementation.
10395
10396 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10397
10398         * gnus-art.el (gnus-article-mode): Set
10399         cursor-in-non-selected-windows to nil.
10400
10401         * smiley.el: Revert previous change.
10402         (smiley-data-directory): defvar it before using it in the
10403         defcustom of `smiley-style'.
10404
10405 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10406
10407         * message.el (message-newline-and-indent): New function.
10408
10409         * ecomplete.el: Implement more bits.
10410
10411         * message.el (message-put-addresses-in-ecomplete): Clean up the
10412         string.
10413
10414         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10415
10416         * gnus-sum.el (gnus-summary-save-parts): Bind
10417         gnus-summary-save-parts-counter and use it to make unique file
10418         names.
10419
10420         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10421
10422         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10423         parameter to say whether to actually parse the individual
10424         addresses.
10425
10426         * message.el (message-put-addresses-in-ecomplete): New function.
10427         (ecomplete): Require.
10428         (message-mail-alias-type): Add ecomplete as an option.
10429
10430 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10431
10432         * flow-fill.el (fill-flowed): Remove trailing space from blank
10433         quoted lines.
10434
10435 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10436
10437         * smiley.el (smiley-style): Move definition later to avoid a
10438         compilation warning.
10439
10440 2006-04-12  Kenichi Handa  <handa@m17n.org>
10441
10442         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10443         buffer and then decode the buffer text if necessary.
10444         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10445         first, and after mm-encode-body, change the buffer to unibyte.
10446         Use mm-disable-multibyte instead of set-buffer-multibyte.
10447
10448 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10451         Content-Type header instead of Content-Disposition header.
10452         (gnus-mime-inline-part): Ditto.
10453         (gnus-mime-view-part-as-charset): Ignore charset that the part
10454         specifies.
10455
10456         * mm-decode.el (mm-display-part): Work with external parts and
10457         usual parts similarly.
10458
10459         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10460         instead of gnus-display-mime.
10461
10462         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10463         instead of with-temp-buffer.
10464
10465         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10466         tag to summarized topics part in order to encode non-ASCII text.
10467
10468 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10469
10470         * smiley.el (smiley-style): New variable.
10471         (smiley-directory): New function.
10472         (smiley-data-directory): Derive from `smiley-style' using
10473         `smiley-directory'.
10474         (smiley-regexp-alist): Add new entries.
10475
10476         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10477         (gnus-article-browse-delete-temp): Add :version.
10478
10479 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10480
10481         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10482         the sieve region.
10483
10484 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10485
10486         * gnus.el (gnus-version-number): Bump version.
10487
10488 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10489
10490         * gnus.el: No Gnus v0.4 is released.
10491
10492 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10493
10494         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10495         layout.
10496
10497         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10498         unknown charset.
10499
10500         * message.el (message-header-synonyms): Add Original-To to the
10501         default.
10502
10503         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10504         optional parameter.
10505
10506 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * gnus-fun.el (gnus): Require it for gnus-directory.
10509
10510 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10513
10514 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10515
10516         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10517
10518 2006-04-05  Simon Josefsson  <jas@extundo.com>
10519
10520         * password.el (password-reset): New function.
10521
10522 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10523
10524         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10525         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10526
10527 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10528
10529         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10530         Some whitespace was matched into the url, which broke browsing hits
10531         > 100 when mm-url-use-external was nil.
10532
10533 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10536         gnus-extra-headers for 'Newsgroups.
10537
10538         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10539         bound.
10540
10541 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10542
10543         * pgg-gpg.el: Clean up process buffers every time gpg processes
10544         complete.
10545
10546 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10547
10548         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10549         doc string.
10550
10551 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10552
10553         * pgg-gpg.el (pgg-gpg-process-filter)
10554         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10555
10556         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10557         lines, temporary fix.
10558
10559 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10560
10561         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10562
10563 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10564
10565         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10566         default-enable-multibyte-characters.  This reverts the change from
10567         revision 6.17 which is no longer necessary because the passphrase
10568         is sent separately now.  GnuPG messages are unreadable under
10569         multibyte locales with default-enable-multibyte-characters set to
10570         nil.
10571
10572 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10573
10574         * message.el (message-tool-bar-gnome): Move "spell".
10575
10576 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10579         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10580         instead.
10581
10582 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10583
10584         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10585         newsgroups handling for NNTP overviews which don't include
10586         Newsgroups.
10587
10588 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10589
10590         * message.el (message-resend): Bind message-generate-hashcash to nil.
10591
10592 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10593
10594         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10595         when searching for already-paid recipients.
10596
10597 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10598
10599         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10600         passphrases when it is not needed.
10601         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10602         passphrase stuff from gpg, should only be necessary when you use
10603         gpg with a smartcard.
10604
10605 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * mml.el (mml-insert-mime): Ignore cached contents of
10608         message/external-body part.
10609
10610         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10611         (mm-insert-part): Ditto.
10612
10613 2006-03-23  Simon Josefsson  <jas@extundo.com>
10614
10615         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10616         Reiner.
10617         (pgg-gpg-use-agent-p): Use it again.
10618
10619 2006-03-23  Simon Josefsson  <jas@extundo.com>
10620
10621         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10622         older emacsen.
10623         (pgg-gpg-use-agent-p): Don't use it.
10624
10625 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10628         if we can.
10629
10630 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10631
10632         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10633         (pgg-gpg-update-agent): New function.
10634         (pgg-gpg-use-agent-p): New function.
10635         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10636         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10637         (pgg-gpg-sign-region): Use it.
10638
10639 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10642         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10643
10644 2006-03-21  Simon Josefsson  <jas@extundo.com>
10645
10646         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10647         <wilde@sha-bang.de>.
10648         (pgg-gpg-use-agent): New variable.
10649         (pgg-gpg-process-region): Use it.
10650         (pgg-gpg-encrypt-region): Likewise.
10651         (pgg-gpg-encrypt-symmetric-region): Likewise.
10652         (pgg-gpg-decrypt-region): Likewise.
10653         (pgg-gpg-sign-region): Likewise.
10654         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10655
10656 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10659
10660         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10661         Add comment on version.
10662
10663 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * smiley.el: Add missing test smiley.
10666
10667 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * mm-decode.el (mm-with-part): New macro.
10670         (mm-get-part): Use it; work with message/external-body as well.
10671         (mm-save-part): Treat name and filename equally.
10672
10673         * mm-extern.el (mm-extern-cache-contents): New function.
10674         (mm-inline-external-body): Use it; force the part to be displayed;
10675         move undisplayer added to the cached handle to the parent.
10676
10677         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10678         (gnus-mime-view-part-as-type): Work with message/external-body.
10679
10680         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10681
10682 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10683
10684         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10685         images in image-load-path.  [Sync with image.el, revision 1.60, in
10686         Emacs.]
10687
10688 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10691         path rather than symbol.  Always return list of directories.
10692         Guarantee that image directory comes first.  [Sync with image.el,
10693         revision 1.59, in Emacs.]
10694
10695         * message.el (message-make-tool-bar): Adjust to new API of
10696         `gmm-image-load-path-for-library'.
10697
10698         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10699
10700         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10701
10702 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10703
10704         * gnus-art.el (gnus-article-only-boring-p):
10705         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10706         intangible text.
10707         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10708
10709 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10712         `defun' instead of `gmm-defun-compat'.
10713
10714 2006-03-14  Simon Josefsson  <jas@extundo.com>
10715
10716         * message.el (message-unique-id): Don't use message-number-base36
10717         if (user-uid) is a float.
10718         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10719
10720 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10723
10724         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10725         empty line between a part and a message part.
10726
10727 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * smiley.el: Add more test smileys.
10730         (smiley-data-directory, smiley-regexp-alist)
10731         (gnus-smiley-file-types): Fix doc strings.
10732         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10733         adding new elements.
10734         (smiley-mouse-map): Unused code.  Make it a comment.
10735
10736 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10739         scan latest NoCeM messages instead of old ones.
10740         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10741         delimiters that are recently used.
10742         (gnus-nocem-load-cache): Add autoload cookie.
10743
10744         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10745
10746         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10747         level which is larger than gnus-use-nocem is specified.
10748
10749         * gnus-group.el (gnus-group-get-new-news): Ditto.
10750
10751 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10752
10753         * gnus-util.el (gnus-tool-bar-update): New function.
10754
10755         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10756         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10757
10758         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10759
10760         * gnus-group.el (gnus-group-redraw-when-idle)
10761         (gnus-group-redraw-check): Remove.
10762         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10763
10764 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10767         if optional last element is specified in splits (FIELD VALUE...).
10768
10769 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10770
10771         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10772         to gmm-image-load-path-for-library.  Call with no-error argument.
10773         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10774
10775         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10776
10777         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10778
10779         * gmm-utils.el (gmm-image-load-path): Remove alias.
10780
10781 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * gmm-utils.el (gmm-image-load-path): Add alias.
10784
10785         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10786         nnml-generate-nov-databases-1.
10787         (nnml-generate-nov-databases): Use it.
10788         (nnml-generate-nov-databases-directory): Document no-active
10789         argument.
10790
10791         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10792         directory if path is t.  Add no-error.
10793
10794         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10795         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10796
10797         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10798         resetting gnus-article-browse-html-temp-list.
10799
10800         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10801         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10802         Add example to docstring.  Rename local variables.  Move error
10803         checks to default case in cond and simplify.
10804
10805 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10808         handle is multipart when calling it recursively.
10809         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10810
10811 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10812
10813         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10814         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10815
10816 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10819         is loaded.
10820
10821         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10822         loaded.
10823
10824 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10825
10826         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10827         to "Emacs 23 (unicode)" in doc string.
10828
10829         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10830         "Emacs 23 (unicode)" in comment.
10831
10832 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10835
10836         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10837         characters 160 through 255 in Emacs 23.
10838
10839 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10842         gnus-article-browse-html-temp.
10843         (gnus-article-browse-delete-temp): Make it customizable.  Add
10844         `file'.  Adjust doc string.
10845         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10846         query for each file.  Adjust doc string.
10847         (gnus-article-browse-html-parts): Add
10848         `gnus-article-browse-delete-temp-files' to
10849         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10850
10851 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10852
10853         * gnus-art.el (gnus-article-browse-html-temp)
10854         (gnus-article-browse-delete-temp): New variables.
10855         (gnus-article-browse-delete-temp-files): New function.
10856         (gnus-article-browse-html-parts): Use it.
10857
10858 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10859
10860         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10861
10862         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10863         string.
10864
10865         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10866         gnus-summary-insert-new-articles when unplugged.  Remove
10867         gnus-summary-search-article-forward.
10868
10869         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10870         display-visual-class instead of display-color-cells.
10871
10872 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * dgnushack.el: Autoload customize-group for XEmacs.
10875
10876         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10877         message/* containing non-ASCII text properly.
10878
10879 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * message.el: Require gmm-utils, remove autoloads.
10882         (message-tool-bar): Set default based on
10883         gmm-tool-bar-style.
10884         (message-tool-bar-gnome): Add gmm-customize-mode.
10885
10886         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10887         gmm-tool-bar-style.
10888         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10889
10890         * gnus-group.el (gnus-group-tool-bar): Set default based on
10891         gmm-tool-bar-style.
10892         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10893
10894         * gmm-utils.el (gmm-image-directory): Rename variable from
10895         gmm-image-load-path.
10896         (gmm-image-load-path): Use gmm-image-directory.
10897         (gmm-customize-mode): New function.
10898         (gmm-tool-bar-style): New variable.
10899
10900         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10901         gnus-group-redraw-line-number.
10902         (gnus-group-redraw-check): Simplify.
10903         (gnus-group-tool-bar-update): Remove redraw check.
10904         (gnus-group-make-tool-bar): Add redraw check.
10905
10906 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10907
10908         * gnus-art.el (gnus-button): Add missing parentheses.
10909
10910 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * lpath.el: Fbind line-number-at-pos.
10913
10914 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10917
10918 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10919
10920         * gnus-art.el (gnus-button): New face.
10921         (gnus-article-button-face): Use it.
10922
10923         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10924         gnus-summary-next-page.  Re-order.
10925
10926         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10927         next-node are now included.
10928         (gnus-group-redraw-line-number): New internal variable.
10929         (gnus-group-redraw-check): Helper function for updating the tool
10930         bar.
10931         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10932
10933         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10934
10935         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10936         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10937         Use it to match format of Spamassassin 3.0 and later.  Reported by
10938         IRIE Tetsuya <irie@t.email.ne.jp>.
10939         (spam-check-bogofilter)
10940         (spam-bogofilter-register-with-bogofilter): Fix args of
10941         `gnus-error' calls.
10942
10943 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10944
10945         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10946         unnecessary interaction when sending queued mails.  Reported by
10947         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10948
10949 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10950
10951         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10952         first or last are nil.
10953
10954 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10955
10956         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10957
10958 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10959
10960         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10961
10962 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10963
10964         * dns.el (query-dns): Protect more against buggy tcp output.
10965
10966 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10969         nov.php.
10970
10971 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10972
10973         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10974         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10975         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10976         output on the server side.
10977         (nnweb-google-create-mapping): Update regexps and add some
10978         progress indication.
10979
10980 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10981
10982         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10983         gnus-agent-toggle-plugged.  Re-order icons.
10984         (gnus-group-tool-bar-gnome): Add
10985         gnus-group-{prev,next}-unread-group.
10986         (gnus-group-tool-bar-gnome): Re-order icons.
10987
10988         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10989         gnus-summary-insert-new-articles.
10990
10991         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10992         comments.
10993
10994         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10995         also available in Emacs 21.3.
10996
10997         * message.el (message-fix-before-sending): Change "Emacs 22" to
10998         "Emacs 23 (unicode)" in comment.
10999
11000         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11001         "Emacs 23 (unicode)" in comment.
11002
11003         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11004         comment.
11005         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11006
11007         * mm-view.el (mm-fill-flowed): Add :version.
11008
11009 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11012         and load-path.
11013
11014 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * message.el: Autoload gmm-image-load-path.
11017         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11018         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11019         consitency.
11020
11021         * gmm-utils.el (gmm-image-load-path): Also search in
11022         "../etc/images".  Don't set gmm-image-load-path if we don't find
11023         the image.
11024
11025 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * gmm-utils.el (gmm-image-load-path): Don't make
11028         `gmm-image-load-path' include subdirectories which the second arg
11029         `image' might specify.
11030
11031         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11032         subdirectory to icon file names.
11033
11034         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11035
11036 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11039         gmm-image-load-path calls.
11040
11041         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11042
11043         * message.el (message-make-tool-bar): Ditto.
11044
11045         * mml.el (mml-preview): Added comment concerning tool bar icons.
11046
11047         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11048         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11049
11050         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11051         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11052
11053         * message.el (message-tool-bar-gnome): Use new icon names.
11054         (message-make-tool-bar): Use `gmm-image-load-path'.
11055
11056         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11057         functions from MH-E.
11058         (gmm-image-load-path): New variable from MH-E.
11059         (gmm-image-load-path): New function from MH-E.  Added arguments
11060         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11061         *-image-load-path-called-flag.
11062
11063 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11064
11065         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11066
11067 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11068
11069         * nnimap.el (nnimap-request-move-article): Change folder back to
11070         source group before deleting.
11071
11072 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11075
11076         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11077         mm-url.
11078
11079         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11080
11081 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11084         coding system which mm-charset-to-coding-system returns for a
11085         given charset is valid.
11086
11087 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11088
11089         * html2text.el (html2text-remove-tag-list):
11090         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11091
11092 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11093
11094         * gnus-cus.el: Revert 2005-10-17 change.
11095
11096 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-art.el (article-strip-banner): Call
11099         article-really-strip-banner only when the regexp match is made.
11100
11101 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * gnus-art.el (article-strip-banner): Use
11104         gnus-extract-address-components instead of
11105         mail-header-parse-addresses to make it work with non-ASCII text;
11106         remove mail-encode-encoded-word-string.
11107
11108         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11109         values which are surrounded with \"...\"; make it never cause a
11110         Lisp error; give up parsing of parameters if it failed in
11111         extracting type.
11112
11113 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11114
11115         * smime.el (smime-cert-by-ldap-1): Fix bug where
11116         `smime-ldap-search' returns results without userCertificates.
11117
11118 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11121
11122 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11123
11124         * spam.el (spam-check-spamassassin-headers): Adapt format for
11125         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11126         <ari@mbf.ocn.ne.jp>.
11127         (spam-list-of-processors): Add spam-use-gmane.
11128
11129 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11132         make-temp-file; make it work with XEmacs as well.
11133
11134         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11135         mm-make-temp-file.
11136
11137         * mm-decode.el (mm-display-external): Use the 3rd arg of
11138         mm-make-temp-file.
11139         (mm-create-image-xemacs): Ditto.
11140
11141 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11144         with message-narrow-to-headers.
11145         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11146         (gnus-draft-check-draft-articles): New function.
11147         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11148
11149 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * gnus-art.el (gnus-article-browse-html-parts):
11152         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11153         Don't use suffix argument for mm-make-temp-file for Emacs 21
11154         compatibility.  Remove useless `format'.
11155
11156 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11157
11158         * nnweb.el (nnweb-google-wash-article): Update regexps.
11159         (nnweb-group-alist): Use defvoo instead of defvar.
11160
11161 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11164         re-loading nn* modules.
11165
11166 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11167
11168         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11169         for `tool-bar-mode' and don't check it's default-value.
11170
11171         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11172
11173         * message.el (message-make-tool-bar): Ditto.
11174
11175         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11176         `substring'.  Shorten tmp-file name.
11177
11178         * gnus.el: Remove bogus comment.
11179
11180 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11181
11182         * gnus-art.el (gnus-article-browse-html-parts): New function.
11183         (gnus-article-browse-html-article): New function for viewing html
11184         articles with a browser.
11185
11186 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11187
11188         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11189         in elisp.
11190         (pgg-gpg-encrypt-symmetric-region): Ditto.
11191         (pgg-gpg-sign-region): Ditto.
11192
11193         * pgg-def.el (pgg-text-mode): New variable.
11194
11195         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11196         (mml2015-pgg-encrypt): Ditto.
11197
11198         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11199         (mml1991-pgg-encrypt): Ditto.
11200
11201 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11204         message-make-date instead of current-time-string.
11205
11206         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11207         to gnus-decoded which mm-uu might set.
11208
11209 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11212         don't decode quoted parameters; remove misimported Emacs code.
11213         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11214         (rfc2231-decode-encoded-string): Don't use split-string which
11215         behaves differently according to Emacs version; use
11216         mm-decode-coding-region to convert charset to coding-system.
11217         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11218         (rfc2231-encode-string): Remove misimported Emacs code.
11219
11220 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11223         when calling mail-header-parse-content-type.
11224         (article-de-quoted-unreadable): Ditto.
11225         (article-de-base64-unreadable): Ditto.
11226         (article-wash-html): Ditto.
11227
11228         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11229         calling mail-header-parse-content-type and
11230         mail-header-parse-content-disposition.
11231         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11232         mail-header-parse-content-type.
11233
11234         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11235         insert charset and format parameters; encode description after
11236         inserting it to buffer.
11237         (mml-insert-parameter): Fold lines properly even if a parameter is
11238         segmented into two or more lines; change the max column to 76.
11239
11240         * rfc1843.el (rfc1843-decode-article-body): Don't use
11241         ignore-errors when calling mail-header-parse-content-type.
11242
11243         * rfc2231.el (rfc2231-parse-string): Return at least type if
11244         possible; don't cause an error even if it fails in parsing of
11245         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11246         (rfc2231-encode-string): Don't break lines at the beginning, leave
11247         it to mml-insert-parameter.
11248
11249         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11250         calling mail-header-parse-content-type.
11251
11252 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11253
11254         * spam-report.el (spam-report-gmane-use-article-number):
11255         Improve doc string.
11256         (spam-report-gmane-internal): Check if a suitable header was found
11257         in the article.
11258
11259 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11262         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11263
11264 2006-02-05  Romain Francoise  <romain@orebokech.com>
11265
11266         Update copyright notices of all files in the gnus directory.
11267
11268 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11269
11270         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11271
11272 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11275         segmented lines of parameter value to cope with Thunderbird 1.5
11276         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11277         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11278         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11279
11280 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11281
11282         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11283         parts.
11284
11285 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11286
11287         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11288         there's only one active file for all servers.
11289         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11290         solid groups.  Gnus might have used a FAST request to select the group.
11291         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11292         and nnweb-search redundantly in the active file.
11293         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11294         (nnweb-request-create-group): Don't use ARGS.
11295         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11296         initialisations.  Let nnoo do the work.
11297
11298 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11301         Say the part has been decoded.
11302
11303         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11304
11305 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11306
11307         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11308         mailcap-viewer-test-cache when there's no 'test clause, since that
11309         will invert the meaning of a "nil" test previously determined by
11310         mailcap-mailcap-entry-passes-test.
11311
11312 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11315         compiling.
11316
11317         * gnus-sum.el: Ditto.
11318
11319         * message.el: Don't bind tool-bar-map when compiling.
11320
11321 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11322
11323         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11324
11325 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11326
11327         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11328         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11329         current Google Groups.
11330
11331 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11334         and tool-bar-mode.
11335
11336         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11337         and tool-bar-mode.
11338
11339         * message.el (message-tool-bar-update): Simplify.
11340         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11341
11342         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11343         gnus-summary-buffer.
11344         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11345         gnus-summary-reply.
11346
11347         * gmm-utils.el (gmm): Add :version.
11348
11349 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11350
11351         * Makefile.in (clean): New rule.
11352         (distclean): Use it.
11353
11354 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11355
11356         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11357         autoload.
11358
11359 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * gmm-utils.el (gmm-verbose): Add :group.
11362
11363 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * message.el: Change some comments WRT tool-bars.
11366
11367         * gnus-sum.el (gnus-summary-tool-bar)
11368         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11369         (gnus-summary-tool-bar-zap-list): New variables.
11370         (gnus-summary-make-tool-bar): Complete rewrite using
11371         `gmm-tool-bar-from-list'.
11372
11373         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11374         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11375         variables.
11376         (gnus-group-make-tool-bar): Complete rewrite using
11377         `gmm-tool-bar-from-list'.
11378         (gnus-group-tool-bar-update): New function.
11379
11380         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11381
11382 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11385         is dissected into a single part of which the type is the same as
11386         the given one; decode charset.
11387
11388 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11389
11390         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11391         into alists as symbol not string, since that's what
11392         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11393         look for.
11394
11395 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11396
11397         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11398         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11399
11400         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11401
11402 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11405         (gnus-xmas-mime-security-button-menu): New function.
11406
11407         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11408         (gnus-mime-security-button-menu): New definition.
11409         (gnus-mime-security-button-map): Use them.
11410         (gnus-mime-security-button-menu): New function.
11411         (gnus-insert-mime-security-button): Addition to help echo.
11412         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11413         (gnus-mime-security-pipe-part): New functions.
11414
11415         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11416         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11417
11418         * mm-decode.el (mm-handle-set-disposition): Remove.
11419         (mm-handle-set-description): Remove.
11420
11421 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11424         (mm-w3m-standalone-supports-m17n-p): New function.
11425         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11426         w3m usage.
11427
11428         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11429         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11430
11431 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * message.el (message-tool-bar-zap-list): Use
11434         gmm-tool-bar-zap-list as custom type.
11435         (message-tool-bar-update): New function.
11436         (message-tool-bar, message-tool-bar-gnome)
11437         (message-tool-bar-retro): Add message-tool-bar-update.
11438         (message-tool-bar-gnome): Add flyspell-buffer.
11439
11440         * gnus-util.el (gnus-error): Describe `args'.
11441
11442         * gmm-utils.el (gmm-error): Describe `args'.
11443         (gmm-tool-bar-zap-list): New widget.
11444         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11445
11446 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11449         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11450         the number of recursive calls.
11451
11452         * mm-decode.el (mm-handle-set-disposition): New macro.
11453         (mm-handle-set-description): New macro.
11454
11455 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11458         encoding.
11459
11460 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * message.el (message-tool-bar-zap-list, message-tool-bar)
11463         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11464         (message-tool-bar-local-item-from-menu): Remove.
11465         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11466         (message-make-tool-bar): New function.
11467         (message-mode): Use `message-make-tool-bar'.
11468
11469         * gmm-utils.el: New file.
11470         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11471         (gmm-lazy): New widget copied from `nnmail.el'.
11472         (gmm-tool-bar-from-list): New function for creating customizable
11473         tool bars.
11474         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11475         output.
11476         (gmm): Add :prefix to defgroup.
11477
11478 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11479
11480         * gmm-utils.el (gmm-widget-p): New function.
11481
11482 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11483
11484         * mml.el (mml-attach-file): Describe `description' in doc string.
11485         (mml-menu): Add Emacs MIME manual and PGG manual.
11486
11487 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11488
11489         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11490
11491 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11492
11493         * nntp.el (nntp-end-of-line): Doc fix.
11494
11495 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11496
11497         * imap.el (imap-open): Handle case where buffer is a buffer
11498         object.
11499
11500 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11501
11502         * gnus-delay.el (gnus-delay): Don't autoload.
11503         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11504         to be re-loaded when customizing the `gnus-delay' group.
11505
11506 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11507
11508         * message.el (message-insert-citation-line): Use newlines.
11509
11510 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11511
11512         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11513         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11514         these routines, so the passphrase can be managed externally and
11515         passed in to the system.
11516         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11517         pgg-add-passphrase-to-cache function.
11518
11519         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11520         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11521         these routines, so the passphrase can be managed externally and
11522         passed in to the system.
11523         (pgg-pgp5-sign-region): Use new name of
11524         pgg-add-passphrase-to-cache function.
11525
11526 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11527
11528         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11529         part of the decoded armor to find the key-identifier.
11530         (pgg-gpg-lookup-key-owner): New function to return the
11531         human-readable identifier of a key owner.
11532         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11533         itself.
11534         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11535         the key value) if we have a key and can match it against a secret
11536         key.  Also, added a note pointing out fact that the prompt only
11537         indicates the first matching key.
11538
11539         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11540         pgg-decrypt-region.
11541         (pgg-add-passphrase-to-cache): Rename from
11542         `pgg-add-passphrase-cache' to reduce confusion (all callers
11543         changed).
11544         (pgg-remove-passphrase-from-cache): Rename from
11545         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11546         changed).
11547         (pgg-read-passphrase, pgg-add-passphrase-cache)
11548         (pgg-remove-passphrase-cache): Add informative docstrings.
11549         (pgg-decrypt): Convey provided passphrase in subordinate call to
11550         pgg-decrypt-region.
11551
11552 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11553
11554         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11555         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11556         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11557         'passphrase' argument, so the passphrase can be managed externally
11558         and then passed in to the system.
11559
11560         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11561         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11562         so the passphrase cache can be used reliably with identifiers
11563         besides a pgp packet's key id.
11564
11565         * pgg-gpg.el (pgg-gpg-encrypt-region)
11566         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11567         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11568         these routines, so the passphrase can be managed externally and
11569         passed in to the system.
11570
11571         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11572         'notruncate' argument, so the passphrase cache can be used
11573         reliably with identifiers besides a pgp packet's key id.
11574
11575 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11576
11577         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11578         symmetric encryption.
11579         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11580         encrypted session key.
11581         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11582         message ask for the passphrase in a proper way.
11583
11584         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11585         New user commands for symmetric encryption.
11586
11587 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11590
11591         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11592
11593 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11594
11595         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11596
11597 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * mm-decode.el (mm-inlined-types): Add application/pgp.
11600         (mm-automatic-display): Ditto.
11601
11602         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11603         part as text.
11604
11605 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * nnrss.el: Update copyright.
11608         (nnrss-opml-import): Query whether to subscribe to each entry.
11609
11610         * gnus-art.el:
11611         * gnus-sum.el:
11612         * gnus-xmas.el:
11613         * messagexmas.el:
11614         * mm-uu.el:
11615         * mm-view.el: Update copyright.
11616
11617 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * message.el (message-info): New function.
11620         (message-mode-menu): Add it.
11621         Update copyright.
11622
11623         * ChangeLog: Fix and update copyright.
11624
11625 2006-01-13  Romain Francoise  <romain@orebokech.com>
11626
11627         * message.el (message-forward-subject-name-subject): Prefer the
11628         address to 'nowhere' if the sender has no name.
11629         Fix typo.  Update copyright year.
11630
11631 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * gnus-art.el (article-wash-html): Use
11634         gnus-summary-show-article-charset-alist if a numeric arg is given.
11635         (gnus-article-wash-html-with-w3m-standalone): New function.
11636
11637         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11638         mm-inline-text-html-render-with-w3m-standalone.
11639         (mm-text-html-washer-alist): Map w3m-standalone to
11640         gnus-article-wash-html-with-w3m-standalone.
11641         (mm-inline-text-html-render-with-w3m-standalone): New function.
11642
11643 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11644
11645         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11646         Improve LaTeX.
11647
11648 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11651         (nnrss-request-article): Render text/plain parts as HTML.
11652
11653         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11654         the buffer.
11655
11656 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11657
11658         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11659         custom definition of `gnus-posting-styles'.
11660
11661         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11662         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11663
11664 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11667         Use nntp for bug archive.
11668
11669 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11672         parts.
11673         (nnrss-normalize-date): New function converts ISO 8601 date into
11674         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11675         (nnrss-check-group): Use it.
11676
11677 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11680
11681         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11682         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11683         (nnrss-insert-w3): Ditto.
11684
11685 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11688         the articles to be forwarded including the case where neither a
11689         number of articles nor a region is specified.
11690
11691 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * nnrss.el (nnrss-request-article): Fix last change; fill
11694         text/plain parts.
11695
11696 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11699         in text/plain part.
11700         (nnrss-check-group): Don't add excessive newline to dc:subject.
11701
11702 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11703
11704         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11705         article.
11706
11707 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11710         (nnml-use-compressed-files, nnml-save-mail): Support other
11711         comression programs such as bzip2.
11712
11713 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11714
11715         * dns.el (query-dns): Make sure we check the buffer size before
11716         removing tcp headers.
11717
11718 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11721         remove MIME buttons associated with multipart/alternative parts.
11722         (gnus-mime-display-alternative): Tag buttons using `article-type'
11723         text property.
11724
11725         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11726         associated with multipart/alternative parts.
11727
11728         * gnus-art.el (gnus-signature-separator): Fix custom type.
11729
11730         * mm-decode.el (mm-inlined-types): Fix custom type.
11731         (mm-keep-viewer-alive-types): Ditto.
11732         (mm-automatic-display): Ditto.
11733         (mm-attachment-override-types): Ditto.
11734         (mm-inline-override-types): Ditto.
11735         (mm-automatic-external-display): Ditto.
11736
11737 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11738
11739         * spam-report.el (spam-report-user-mail-address)
11740         (spam-report-user-agent): New variables.
11741         (spam-report-url-ping-plain): Use spam-report-user-agent.
11742
11743 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11744
11745         * gnus-art.el (gnus-button-handle-custom): Do not just use
11746         `customize-apropos' for any "M-x customize-*" button but the
11747         function called for.  Accept both the function name and its
11748         argument in order to achieve this.
11749         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11750         function name to `gnus-button-handle-custom' in case of "M-x
11751         customize-*" buttons.
11752
11753 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11756         multipart/alternative and add xref to mm-discouraged-alternatives
11757         in doc string.
11758
11759         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11760         gnus-buttonized-mime-types in doc string.
11761
11762 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11763
11764         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11765         Suggest image/.* in the doc string.
11766
11767 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11768
11769         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11770         message-marks (Debian bug #342521).
11771
11772 2005-12-12  Simon Josefsson  <jas@extundo.com>
11773
11774         * password.el (password-read-from-cache): Add.
11775         (password-read): Use it.
11776
11777 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11780         us-ascii as a MIME charset.
11781
11782         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11783         against the case where the 2nd arg TYPE is nil.
11784
11785 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11786
11787         * pop3.el (pop3-stream-type): Fix custom version.
11788
11789         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11790
11791 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11792
11793         * mm-decode.el (mm-display-external): Add missing cdr.
11794
11795 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11798         RFC1524) if it is in mailcap or add a suffix according to
11799         mailcap-mime-extensions when generating a temp filename; postpone
11800         deleting a temp file for 2 seconds for some wrappers, shell
11801         scripts, and so on, which might exit right after having started a
11802         viewer command as a background job.
11803
11804 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * nntp.el (nntp-marks-directory): Fix custom group.
11807
11808         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11809         steps when < 10.
11810
11811         * gnus-start.el (gnus-no-server-1): Mention
11812         `gnus-level-default-subscribed' in doc string.
11813
11814 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11815
11816         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11817         parens.
11818
11819 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * gnus-xmas.el (gnus-use-toolbar): Revert.
11822         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11823         gnus-use-toolbar is default.
11824
11825         * messagexmas.el (message-use-toolbar): Revert.
11826         (message-setup-toolbar): Use global default-toolbar if
11827         message-use-toolbar is default.
11828
11829 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11832         according to default-toolbar-visible-p.
11833
11834         * messagexmas.el (message-use-toolbar): Ditto.
11835
11836 2005-11-26  Dave Love  <fx@gnu.org>
11837
11838         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11839         (tls-program, tls-success): Provide openssl alternative.
11840
11841         * starttls.el: Doc fixes.
11842         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11843         SERVICE to PORT.
11844
11845         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11846         port null or service name.
11847         (starttls-negotiate): Autoload.
11848
11849 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * message.el (message-kill-to-signature): Fix interactive spec.
11852
11853 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * pop3.el (pop3-open-server): Recognize a string as a service name.
11856
11857 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11858
11859         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11860
11861 2005-11-23  Dave Love  <fx@gnu.org>
11862
11863         Add pop3s, pop3/starttls.
11864
11865         * pop3.el (pop3-authentication-scheme): Clarify doc.
11866         (open-tls-stream, starttls-open-stream): Autoload.
11867         (pop3-stream-type): New.
11868         (pop3-open-server): Use it.
11869
11870         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11871         for POP.
11872         (mail-source-keyword-map): Add :stream for POP.
11873         (mail-source-fetch-pop): Use pop3-stream-type.
11874
11875 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11878         of current-time-string.
11879
11880 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11881
11882         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11883         date header.
11884
11885 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11886
11887         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11888         it can seriously impact performance as it bypasses the agent's
11889         local caches.
11890
11891 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11892
11893         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11894         must be explicitly online rather than "not explicitly offline" for
11895         its flags to be synchronized.
11896
11897         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11898         that gnus-uu-unmark-thread will function correctly.
11899
11900         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11901         1024K is instead displayed as 1M.
11902
11903 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11904
11905         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11906
11907 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11908
11909         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11910
11911 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11912
11913         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11914         error message to display actual error condition.
11915         (gnus-agent-save-local): Avoid saving symbols that are bound to
11916         nil as they simply result in a warning message in
11917         gnus-agent-read-local.
11918
11919 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11922         rather than make-variable-buffer-local for file-precious-flag.
11923
11924 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11925
11926         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11927         for duplicates which are removed.  The invalid sort check then
11928         triggers a rescan after the sort as sorting may have moved
11929         duplicate entries such that they can be cheaply detected.
11930
11931 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11934
11935 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11936
11937         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11938         internal variable to a custom variable.  Changed default value
11939         from compressed(2) to uncompressed(1).
11940         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11941         support for uncompressed agentview files.  Taken together, reading
11942         the agentview file should now be 6-7 times faster.
11943
11944 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11945
11946         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11947         as a buffer-local variable.  This avoids creating truncated
11948         dribble files as a result of a hang up, eg.
11949
11950 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11951
11952         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11953         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11954         XEmacs.
11955
11956 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * gnus-start.el (gnus-start-draft-setup): Enforce
11959         `gnus-draft-mode' for nndraft:drafts at startup.
11960
11961         * gnus.el (gnus-splash): Change custom group.
11962         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11963         allow-list argument.
11964
11965         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11966         string.
11967
11968 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * gnus-art.el (gnus-default-article-saver): Add user-defined
11971         `function' to custom type.
11972
11973 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11974
11975         * imap.el (imap-open): Handle case where buffer is a buffer
11976         object.
11977
11978 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11981         long lines.
11982         (gnus-cache-delete-group): Wrap doc strings.
11983
11984         * gnus-agent.el (gnus-agent-rename-group)
11985         (gnus-agent-delete-group): Wrap doc strings.
11986
11987 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * messagexmas.el (message-use-toolbar): Change the valid values
11990         into default, top, bottom, left, and right.
11991         (message-toolbar-thickness): New variable.
11992         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11993         well.
11994         (message-setup-toolbar): Make it work.
11995
11996         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11997         (gnus-use-toolbar): Change the valid values into default, top,
11998         bottom, left, and right.
11999         (gnus-toolbar-thickness): New variable.
12000         (gnus-xmas-setup-toolbar): New function.
12001         (gnus-xmas-setup-group-toolbar): Use it.
12002         (gnus-xmas-setup-summary-toolbar): Use it.
12003
12004 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12005
12006         * gnus-start.el (gnus-1): Add "native" to
12007         gnus-predefined-server-alist.
12008
12009         * gnus.el (gnus-method-to-server): Don't add "native" to the
12010         lists here, because that leads to problems when
12011         gnus-select-method is bound.
12012
12013 2005-11-09  Simon Josefsson  <jas@extundo.com>
12014
12015         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12016         use (not sort-by-date) instead.
12017
12018 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12019
12020         * gnus-delay.el (gnus-delay-group): Don't autoload.
12021         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12022         to be re-loaded when customizing the `gnus-delay' group.
12023
12024 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12025
12026         * message.el: Revert last changes.
12027         (message-insert-citation-line): Use newlines.
12028
12029 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12030
12031         * message.el (message-courtesy-message)
12032         (message-mark-insert-begin, message-mark-insert-end)
12033         (message-elide-ellipsis, message-cancel-message)
12034         (message-add-header, message-change-subject)
12035         (message-cross-post-followup-to-header)
12036         (message-cross-post-insert-note, message-reduce-to-to-cc)
12037         (message-widen-reply, message-delete-not-region)
12038         (message-kill-to-signature, message-insert-signature)
12039         (message-insert-importance-high, message-insert-importance-low)
12040         (message-insert-or-toggle-importance)
12041         (message-insert-disposition-notification-to)
12042         (message-indent-citation, message-yank-original)
12043         (message-cite-original-without-signature, message-cite-original)
12044         (message-insert-citation-line, message-position-on-field)
12045         (message-fix-before-sending, message-send-mail-partially)
12046         (message-send-mail, message-send-mail-with-sendmail)
12047         (message-send-mail-with-qmail, message-send-news)
12048         (message-check-news-header-syntax, message-generate-headers)
12049         (message-insert-courtesy-copy, message-fill-address)
12050         (message-fill-header, message-shorten-references)
12051         (message-setup-1, message-cancel-news)
12052         (message-forward-make-body-plain, message-forward-make-body-mime)
12053         (message-forward-make-body-mml, message-encode-message-body)
12054         (message-forward-make-body-digest-plain)
12055         (message-forward-make-body-digest-mime)
12056         (message-use-alternative-email-as-from): Insert `hard-newline'
12057         instead of ordinary newlines.
12058
12059 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * message.el (message-generate-headers): Downcase the argument
12062         given to message-check-element.
12063
12064 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12065
12066         * nntp.el (nntp-authinfo-rejected): New error condition.
12067         (nntp-wait-for): Use new error condition to signal authentication
12068         error.
12069         (nntp-retrieve-data): Rethrow new error condition to break out of
12070         recursive call to nntp-send-authinfo.
12071
12072 2005-11-08  Romain Francoise  <romain@orebokech.com>
12073
12074         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12075         (gnus-summary-exit-map): Bind to `Z p'.
12076         (gnus-summary-make-menu-bar): Add menu item.
12077
12078 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12081         (gnus-treat-*): Add `first' in all doc strings.
12082
12083         * gnus-group.el (gnus-group-compact-group): Fix typo.
12084
12085 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus.el (gnus-parameters-case-fold-search): New variable.
12088         (gnus-parameters-get-parameter): Use it.
12089
12090         * gnus-score.el (gnus-home-score-file): Doc fix.
12091
12092 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12093
12094         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12095
12096 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * mm-util.el (mm-special-display-p): New function.
12099
12100         * mml.el (mml-preview): Use it; doc fix.
12101
12102 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12103
12104         * imap.el (imap-open): Handle case where buffer is a buffer object.
12105
12106 2005-10-29  Romain Francoise  <romain@orebokech.com>
12107
12108         * message.el (message-fix-before-sending): Fix comment.
12109
12110 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12111
12112         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12113
12114 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12115
12116         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12117         Used in gnus-score.el.
12118
12119 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12122
12123 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12124
12125         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12126         whitespace removed in revision 7.8.  Use concatenated string to
12127         protect trailing whitespace.
12128
12129 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12130
12131         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12132         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12133         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12134         Courier IMAP ("some version from 2004").  Mostly based on similar
12135         code in the same function.
12136
12137 2005-10-26  Didier Verna  <didier@xemacs.org>
12138
12139         * gnus-group.el (gnus-group-compact-group): Invalidate original
12140         article buffer.
12141         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12142         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12143         NOV database and in article itself.
12144         Invalidate article backlog.
12145
12146 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12149
12150 2005-10-26  Simon Josefsson  <jas@extundo.com>
12151
12152         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12153         part of 2004-07-25 change.
12154
12155 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * message.el (message-display-completion-list): New function.
12158         (message-expand-group): Use it; make sure the Completions buffer
12159         is modifiable.
12160 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12161
12162         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12163         user-mail-name is an empty string.
12164
12165 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12166
12167         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12168         depending on gnus-score-decay-constant.
12169
12170         * encrypt.el (encrypt-insert-file-contents)
12171         (encrypt-write-file-contents): Don't use `gnus-message'.
12172
12173         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12174         arguments.
12175         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12176         arguments to mm-uu-verbatim-marks-extract.
12177         (mm-uu-hide-markers): New variable.
12178         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12179
12180         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12181         (gnus-convert-image-to-face-command): Use "convert" by default to
12182         allow other input image formats.
12183         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12184         accordingly.
12185
12186 2005-10-23  Simon Josefsson  <jas@extundo.com>
12187
12188         * imap.el (imap-gssapi-program): Align command line parameters
12189         with latest GNU SASL.
12190         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12191
12192 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12193
12194         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12195         HTML.
12196         (nnslashdot-request-article): Ditto.
12197
12198         * lpath.el (featurep): Add nobreak-char-display.
12199
12200 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12201
12202         * mail-source.el (mail-source-fetch-pop): Require pop3.
12203         (mail-source-check-pop): Ditto.
12204
12205 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12208         errors.
12209
12210 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12213         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12214
12215         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12216
12217         * mm-bodies.el (mm-decode-string): Call
12218         `mm-charset-to-coding-system' with allow-override argument.
12219
12220 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12223         (rfc2047-charset-to-coding-system): New function.
12224         (rfc2047-decode-encoded-words): New function.
12225         (rfc2047-decode-region): Use them.
12226         (rfc2047-decode-cte): Remove.
12227         (rfc2047-parse-and-decode): Remove.
12228         (rfc2047-decode): Remove.
12229
12230 2005-10-15  Kenichi Handa  <handa@m17n.org>
12231
12232         * rfc2047.el (rfc2047-decode-cte): New function.
12233         (rfc2047-decode-region): Change the way to decode successive
12234         encoded-words: decode B- or Q-encoding in each encoded-word,
12235         concatenate them, and decode it as charset.
12236
12237 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * lpath.el: Fbind codepage-setup for XEmacs.
12240
12241 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12242
12243         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12244         widget-move-and-invoke.
12245         (gnus-custom-mode): Use gnus-custom-map.
12246
12247 2005-10-15  Bill Wohler  <wohler@newt.com>
12248
12249         * message.el (message-tool-bar-map): Renamed image file from
12250         mail_send to mail/send.
12251
12252 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12253
12254         * message.el (message-expand-group): Pass the common
12255         prefix substring of completion to `display-completion-list'.
12256
12257 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12258
12259         * mml-sec.el (mml-secure-method): New internal variable.
12260         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12261         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12262         functions using mml-secure-method.
12263
12264         * mml.el (mml-mode-map): Add key bindings for those functions.
12265         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12266         Harder <harder@myrealbox.com>.
12267         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12268         end of message if point is the headers of the message.
12269
12270         * message.el (message-in-body-p): New function.
12271
12272         * assistant.el: Autoload gnus-util and netrc.
12273
12274         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12275         Use `mm-charset-override-alist' only when decoding.
12276
12277         * mm-bodies.el (mm-decode-body): Call
12278         `mm-charset-to-coding-system' with allow-override argument.
12279
12280         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12281         `filename' from Content-Disposition if Content-Type doesn't
12282         provide `name'.
12283         (gnus-mime-view-part-as-type): Set default instead of
12284         initial-input.
12285
12286 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12287
12288         * format-spec.el (format-spec): Propagate text properties of % spec.
12289
12290 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12291
12292         * gnus-art.el (gnus-treat-predicate): Add `first'.
12293
12294 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12297         (mm-charset-override-alist): New variable.
12298         (mm-charset-to-coding-system): Use it.
12299         (mm-codepage-setup): New helper function.
12300         (mm-charset-eval-alist): New variable.
12301         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12302         about unknown charsets.
12303
12304         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12305
12306 2005-10-04  David Hansen  <david.hansen@gmx.net>
12307
12308         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12309         (nnrss-check-group): Ditto.
12310
12311 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12312
12313         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12314         Rename x-gnus-verbatim to x-verbatim.
12315         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12316
12317         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12318         x-verbatim.
12319
12320         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12321
12322         * gnus-util.el (gnus-remove-duplicates): Remove.
12323
12324         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12325         instead of gnus-remove-duplicates.
12326
12327         * message.el (message-remove-duplicates): Remove.
12328         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12329         message-remove-duplicates.
12330
12331         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12332         available, else use implementation from `delete-dups'.
12333
12334         * message.el (message-insert-expires): New function.
12335         (message-mode-map): Add key binding.
12336         (message-mode-field-menu): Add menu entry.
12337         (message-mode): Document it.
12338         (message-make-expires-date): Use `message-make-date'.
12339
12340 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12341
12342         * message.el (message-make-expires-date): New function.
12343
12344 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * Makefile.in (list-installed-shadows): New entry.
12347         (install): Use it.
12348         (remove-installed-shadows): New entry.
12349
12350         * dgnushack.el (dgnushack-default-load-path): New variable.
12351         (dgnushack-find-lisp-shadows): New function.
12352         (dgnushack-remove-lisp-shadows): New function.
12353
12354 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * Makefile.in (install-el-elc): New entry.
12357         (install): Use it so that .el files are necessarily installed.
12358
12359 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12362
12363 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12364
12365         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12366         function rather than the diff-mode.el package.
12367         (mm-display-external): Use with-current-buffer.
12368         (mm-viewer-completion-map, mm-viewer-completion-map):
12369         Move initialization inside declaration.
12370
12371 2005-09-29  Simon Josefsson  <jas@extundo.com>
12372
12373         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12374         autoload mail-check-payment.
12375         (spam-check-hashcash): Define unconditionally, since hashcash.el
12376         is part of Gnus now.  Ignore errors from payment checking.
12377
12378 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * message.el (message-bold-region, message-unbold-region): Rename
12381         from `bold-region' and `unbold-region'.
12382
12383         * message.el: Remove useless autoloads.
12384
12385 2005-09-28  Simon Josefsson  <jas@extundo.com>
12386
12387         * message.el (message-use-idna): Default to t.
12388         (message-use-idna): Test whether encoding works too.  Doc fix.
12389
12390 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * nntp.el (nntp-warn-about-losing-connection): Remove.
12393
12394 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12395
12396         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12397         customizable.  Change default value.
12398         (mm-uu-diff-groups-regexp): Change default value.
12399         (mm-uu-type-alist): Add doc string.
12400         (mm-uu-configure): Add doc string.  Make it interactive.
12401         (mm-uu-tex-groups-regexp): New variable.
12402         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12403         (mm-uu-type-alist): Add LaTeX documents.
12404         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12405         of "text/verbatim".
12406         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12407
12408         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12409         instead of "text/verbatim".
12410
12411         * message.el (message-mark-inserted-region)
12412         (message-mark-insert-file): Use slrn style marks when called with
12413         prefix argument.
12414
12415 2005-09-27  Simon Josefsson  <jas@extundo.com>
12416
12417         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12418
12419 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12420
12421         * message.el (message-remove-duplicates): New function.
12422         Implementation borrowed from `gnus-remove-duplicates'.
12423         (message-idna-to-ascii-rhs): Also encode idna addresses in
12424         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12425         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12426         only ask about the same idna domain once per header and also tell
12427         in what header to replace the idna domain.
12428
12429         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12430         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12431         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12432         a header is decoded and not just the last one.
12433
12434 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12437         has been decoded.
12438
12439         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12440         (mm-insert-part): Don't modify text if it has been decoded.
12441
12442         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12443         decoded.
12444
12445         * mm-view.el (mm-inline-text): Don't strip text props unless
12446         decoding enriched or richtext parts.
12447
12448 2005-09-25  Romain Francoise  <romain@orebokech.com>
12449
12450         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12451         * gnus-start.el (gnus-subscribe-interactively):
12452         * gnus-uu.el (gnus-uu-grab-articles):
12453         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12454         space.
12455
12456 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12457
12458         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12459         * mm-view.el (mm-view-pkcs7-decrypt):
12460         * gnus-sum.el (gnus-summary-limit-to-extra)
12461         (gnus-summary-respool-article, gnus-read-move-group-name):
12462         * gnus-score.el (gnus-summary-increase-score):
12463         * gnus-util.el (gnus-completing-read-with-default):
12464         * gnus-art.el (gnus-read-save-file-name)
12465         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12466         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12467         * message.el (message-check-news-header-syntax):
12468         Follow convention for reading with the minibuffer.
12469
12470 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12471
12472         * spam-report.el (spam-report-url-ping-plain):
12473         Use gnus-extended-version as User-Agent.
12474
12475         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12476         default value is nil.
12477
12478         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12479         (mm-uu-verbatim-marks-extract): New function.
12480         (mm-uu-extract): New face.
12481         (mm-uu-copy-to-buffer): Use it.
12482
12483         * spam-report.el (spam-report-gmane-ham): Renamed from
12484         `spam-report-gmane-unspam'.
12485         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12486         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12487
12488         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12489         Autoload.
12490         (spam-report-gmane-unregister-routine): Renamed
12491         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12492
12493 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12494
12495         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12496         (spam-report-gmane-unregister-routine): Add support for gmane
12497         unregistration.
12498
12499         * spam-report.el (spam-report-gmane-unspam)
12500         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12501         (spam-report-gmane): Change to take a single article and do unspam
12502         registration.
12503
12504 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * mm-url.el (mm-url-decode-entities): Fix regexp.
12507
12508 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12509
12510         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12511         default to nil, to be able to use Gnus at all.  If the default
12512         switches to something else, then the function should be fixed not
12513         be exceedingly slow.
12514
12515 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12516
12517         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12518         fail hard.
12519
12520         * spam-report.el: Add better Keywords line.
12521
12522         * spam.el: Add Maintainer and better Keywords line.
12523
12524 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * gnus-art.el (gnus-article-replace-part)
12527         (gnus-mime-replace-part): New functions.
12528         (gnus-mime-action-alist, gnus-mime-button-commands)
12529         (gnus-mime-save-part-and-strip): Added file argument.
12530         (gnus-article-part-wrapper): Added interactive argument.
12531
12532         * gnus-sum.el (gnus-summary-mime-map): Add
12533         `gnus-article-replace-part'.
12534
12535 2005-09-19  Didier Verna  <didier@xemacs.org>
12536
12537         The nnml compaction feature:
12538         * nnml.el (nnml-request-compact-group): New function.
12539         * nnml.el (nnml-request-compact): New function.
12540         * gnus-int.el (gnus-request-compact-group): New function.
12541         * gnus-int.el (gnus-request-compact): New function.
12542         * gnus-group.el (gnus-group-compact-group): New function.
12543         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12544         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12545         * gnus-srvr.el (gnus-server-compact-server): New function.
12546         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12547         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12548
12549 2005-09-18  Deepak Goel  <deego@gnufans.org>
12550
12551         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12552         format spec.
12553
12554 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12557
12558 2005-09-15  Romain Francoise  <romain@orebokech.com>
12559
12560         * message.el (message-fill-paragraph): Clarify docstring.
12561
12562 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * gnus-art.el (gnus-mime-display-part): Protect against broken
12565         MIME messages.
12566
12567 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12570         before parsing header.
12571
12572 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12573
12574         * html2text.el (html2text-replace-list): Add new entities.
12575
12576 2005-09-11  Romain Francoise  <romain@orebokech.com>
12577
12578         * message.el (message-alternative-emails): Improve docstring.
12579         (message-setup-1): Call `message-use-alternative-email-as-from'
12580         after `message-setup-hook' to give it precedence over posting
12581         styles, etc.
12582         (message-use-alternative-email-as-from): Add docstring.  Remove
12583         the original From header if present.
12584
12585         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12586         (nnml-save-mail): Use it.
12587
12588         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12589         articles.  Add new argument `silent'.
12590         (gnus-uu-mark-all): Report the total number of marked articles.
12591
12592 2005-09-10  Romain Francoise  <romain@orebokech.com>
12593
12594         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12595         (gnus-uu-mark-series): Likewise.
12596
12597 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * spam-report.el (spam-report-gmane): Fix generation of spam
12600         report URL.
12601
12602 2005-09-10  Simon Josefsson  <jas@extundo.com>
12603
12604         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12605         t, based on discussion on the ding list with Robert Epprecht
12606         <epprecht@solnet.ch>.
12607
12608 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * spam-report.el (spam-report-gmane): Make it work without
12611         X-Report-Spam header.  Gmane now only provides Archived-At.
12612         This is only used if `spam-report-gmane-use-article-number' is nil.
12613         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12614
12615         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12616         make `gnus-summary-sort-by-recipient' work with threading.
12617
12618         * nnweb.el (nnweb-google-wash-article): Print a message if article
12619         is not available.
12620
12621 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12622
12623         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12624         change.  Decode text/* parts content before displaying.
12625
12626 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12629
12630 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12633
12634         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12635         url-package-name, url-package-version,
12636         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12637         w3m-display-inline-images, and w3m-minor-mode-map.
12638
12639 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * message.el (message-tab-body-function): Fix mismatched custom type.
12642
12643         * gnus.el (gnus-group-change-level-function): Ditto.
12644
12645         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12646
12647         * gnus-art.el (gnus-signature-limit)
12648         (gnus-article-mime-part-function): Ditto.
12649
12650 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * mml.el (mml-mode): Silence the byte compiler.
12653
12654         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12655         using `(sit-for 0)' before moving the point to the specified part;
12656         skip unbuttonized parts.
12657         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12658         return to the summary window if gnus-auto-select-part is non-nil.
12659
12660 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12661
12662         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12663         variables.
12664         (mml-dnd-attach-file, mml-mode): Use them.
12665
12666         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12667         Make fetching article by MID work again for Google Groups.  Added
12668         FIXME concerning gnus-group-make-web-group.
12669
12670         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12671         Don't depend on Gnus by using mail-extract-address-components if
12672         gnus-extract-address-components is not bound.
12673
12674 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12675
12676         * gnus-art.el (gnus-mime-display-security): Don't display the
12677         signature, but only the signed part.
12678
12679 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12682
12683         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12684         list, not listp.
12685
12686 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12687
12688         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12689         when encoding.
12690
12691         * mm-bodies.el (mm-decode-content-transfer-encoding):
12692         De-canonicalize CRLF for all text content types, not just
12693         text/plain.
12694
12695 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12698         valid article; point arrow and cursor at the MIME button.
12699
12700 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12703         Suggested by Dan Christensen <jdc@uwo.ca>.
12704
12705         * mm-decode.el (mm-save-part): Enable change of prompt.
12706
12707 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12708
12709         * gnus-msg.el (gnus-inews-add-send-actions): Made
12710         `message-post-method' lambda parameter ARG `&optional'.
12711
12712 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * gnus-sum.el (gnus-summary-mime-map): Added
12715         gnus-article-save-part-and-strip, gnus-article-delete-part and
12716         gnus-article-jump-to-part.
12717
12718         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12719         (gnus-article-edit-part): Use it.
12720         (gnus-article-part-wrapper): Added no-handle argument.
12721         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12722         functions.
12723
12724 2005-08-29  Romain Francoise  <romain@orebokech.com>
12725
12726         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12727         docstring.
12728         (gnus-face-from-file): Likewise.
12729
12730 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12733         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12734         non-nil.
12735         (gnus-auto-select-part): New variable.
12736         (gnus-article-jump-to-part): New function.
12737         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12738         (gnus-mime-delete-part): Allow selecting specified part after
12739         deleting or stripping parts.
12740         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12741         part if argument is bogus.
12742
12743 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12744
12745         * gnus-art.el (w3m-minor-mode-map):
12746         * gnus-spec.el (gnus-newsrc-file-version):
12747         * gnus-util.el (nnmail-active-file-coding-system)
12748         (gnus-original-article-buffer, gnus-user-agent):
12749         * gnus.el (gnus-ham-process-destinations)
12750         (gnus-parameter-ham-marks-alist)
12751         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12752         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12753         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12754         * mm-decode.el (gnus-current-window-configuration):
12755         * mm-extern.el (gnus-article-mime-handles):
12756         * mm-url.el (url-current-object, url-package-name)
12757         (url-package-version):
12758         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12759         (smime-keys, w3m-cid-retrieve-function-alist)
12760         (w3m-current-buffer, w3m-display-inline-images)
12761         (w3m-minor-mode-map):
12762         * mml-smime.el (gnus-extract-address-components):
12763         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12764         (gnus-newsrc-hashtb, message-default-charset)
12765         (message-deletable-headers, message-options)
12766         (message-posting-charset, message-required-mail-headers)
12767         (message-required-news-headers):
12768         * mml1991.el (mc-pgp-always-sign):
12769         * mml2015.el (mc-pgp-always-sign):
12770         * nnheader.el (nnmail-extra-headers):
12771         * rfc1843.el (gnus-decode-encoded-word-function)
12772         (gnus-decode-header-function, gnus-newsgroup-name):
12773         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12774
12775 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12776
12777         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12778         the end of the date treatments.
12779
12780 2005-08-15  Simon Josefsson  <jas@extundo.com>
12781
12782         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12783         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12784         Capello and Romain Francoise.
12785         (pgg-fetch-key-function): Removed, not used?
12786         (pgg-insert-url-with-w3): Require url, to get
12787         url-insert-file-contents regardless of where it is defined.
12788
12789 2005-08-13  Romain Francoise  <romain@orebokech.com>
12790
12791         * message.el (message-cite-original-1): New function.
12792         (message-cite-original): Use it.
12793         (message-cite-original-without-signature): Ditto.
12794
12795 2005-08-08  Romain Francoise  <romain@orebokech.com>
12796
12797         * message.el (message-yank-empty-prefix): New variable.
12798         (message-indent-citation): Use it.
12799         (message-cite-original-without-signature): Respect X-No-Archive.
12800
12801 2005-08-08  Simon Josefsson  <jas@extundo.com>
12802
12803         * pgg.el: Autoload url-insert-file-contents instead of loading
12804         w3/url.
12805         (pgg-insert-url-with-w3): Don't load url here.
12806
12807 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12808
12809         * message.el (message-kill-to-signature): Don't insert newline at
12810         bol.
12811         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12812
12813 2005-08-06  Romain Francoise  <romain@orebokech.com>
12814
12815         * message.el (message-user-fqdn): Fix typo in docstring.
12816
12817 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12818
12819         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12820
12821         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12822
12823 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * mm-bodies.el (mm-encode-body): Use coding system rather than
12826         charset to encode text.
12827
12828         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12829         number of charsets if utf-8 is available (XEmacs).
12830
12831 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12834         taken from `gnus-button-mid-or-mail-regexp'.
12835         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12836         (gnus-button-alist): Improve regexp for domain part of the MIDs
12837         for news:localpart@domain buttons.
12838         (gnus-button-ctan-directory-regexp): Update.
12839
12840 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * sieve-manage.el (sieve-manage-interactive-login): Use
12843         make-local-variable rather than make-variable-buffer-local.
12844         (sieve-manage-open): Ditto.
12845         (sieve-manage-authenticate): Ditto.
12846
12847         * mml.el (mml-generate-mime-1): Make the content type default to
12848         text/plain if the filename is not specified.
12849
12850 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12853         instead of insert-buffer.
12854
12855         * message.el (message-yank-original): Ditto; set the mark at the
12856         end of the yanked message.
12857
12858 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12861         lines to scroll rather than to stop it.
12862
12863         * mml.el (mml-generate-default-type): Add doc string.
12864         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12865         default to application/octet-stream when determining the content
12866         type if it is not specified for the part or the mml contents; add
12867         a comment about mml-generate-default-type.
12868
12869 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12870
12871         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12872         make it default to application/octet-stream when determining the
12873         content type if it is not specified for the external contents.
12874
12875 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12878         segmented parameter but also other parameters might be there.
12879
12880 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * mm-decode.el (mm-display-external): Delete temp file, directory
12883         and buffer immediately if the external process is exited.
12884
12885 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12888         fewer lines than that of scroll-margin.
12889         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12890
12891 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-art.el (gnus-article-next-page): Revert.
12894         (gnus-article-beginning-of-window): New macro.
12895         (gnus-article-next-page-1): Use it.
12896         (gnus-article-prev-page): Ditto.
12897         (gnus-article-edit-part): Use insert-buffer-substring instead of
12898         insert-buffer.
12899         (gnus-article-edit-exit): Ditto.
12900
12901         * gnus-util.el (gnus-beginning-of-window): Remove.
12902         (gnus-end-of-window): Remove.
12903
12904         * lpath.el: Don't bind header-line-format and scroll-margin.
12905
12906 2005-07-25  Simon Josefsson  <jas@extundo.com>
12907
12908         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12909         to have the url package without w3.  Reported by Daiki Ueno
12910         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12911
12912 2005-07-20  Didier Verna  <didier@xemacs.org>
12913
12914         * gnus-diary.el: Remove the description comment (nndiary is now
12915         properly documented in the Gnus manual).
12916         Fix the spelling of "Back End".
12917         * nndiary.el: Ditto.
12918         Fix the copyright notice.
12919
12920 2005-07-18  Romain Francoise  <romain@orebokech.com>
12921
12922         * gnus-sum.el (gnus-summary-to-prefix)
12923         (gnus-summary-newsgroup-prefix): New variables.
12924         (gnus-summary-from-or-to-or-newsgroups): Use them.
12925
12926 2005-07-17  Romain Francoise  <romain@orebokech.com>
12927
12928         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12929         space as it's generally not especially interesting to the user.
12930
12931 2005-07-16  Romain Francoise  <romain@orebokech.com>
12932
12933         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12934         nil to avoid prompting and file modification if one of the
12935         messages at the top of the nnfolder file contains a copyright
12936         notice.
12937         Update copyright notice.
12938
12939         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12940         instead of `current-time-string' as the latter creates a time
12941         string that is not RFC 2822 compliant (it lacks the zone).
12942         Update copyright notice.
12943
12944 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12945
12946         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12947         for text/rtf.  Display default in prompt.  Pass default for M-n.
12948
12949         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12950
12951 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12952
12953         * gnus-msg.el (gnus-button-mailto): Remove
12954         save-selected-window-window hackery because it relies on
12955         save-selected-window internals.
12956
12957 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12960         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12961         (gnus-article-prev-page): Ditto.
12962
12963         * gnus-util.el (gnus-beginning-of-window): New function.
12964         (gnus-end-of-window): New function.
12965
12966         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12967
12968 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12969
12970         * gnus-score.el (gnus-score-edit-all-score): Set
12971         gnus-score-edit-exit-function to gnus-score-edit-done and call
12972         gnus-message.
12973
12974 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12975
12976         * gnus-msg.el (gnus-button-mailto): Remove
12977         save-selected-window-window hackery because it relies on
12978         save-selected-window internals.
12979
12980 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12983         add-minor-mode.
12984         (gnus-binary-mode): Ditto.
12985
12986         * gnus-topic.el (gnus-topic-mode): Ditto.
12987
12988 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12989
12990         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12991         (gnus-article-prev-page): Take scroll-margin into consideration.
12992
12993 2005-07-04  Lute Kamstra  <lute@gnu.org>
12994
12995         Update FSF's address in GPL notices.
12996
12997 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12998
12999         * gnus.el (gnus-exit):
13000         * gnus-group.el (gnus-group-icons):
13001         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13002
13003         * gnus-nocem.el (gnus-nocem):
13004         * message.el (message-various, message-buffers, message-sending)
13005         (message-interface, message-forwarding, message-insertion)
13006         (message-headers, message-news, message-mail):
13007         * pgg-gpg.el (pgg-gpg):
13008         * pgg-parse.el (pgg-parse):
13009         * pgg-pgp.el (pgg-pgp):
13010         * pgg-pgp5.el (pgg-pgp5):
13011         * pop3.el (pop3): Finish `defgroup' description with period.
13012
13013 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-art.el (article-display-face): Improve the efficiency.
13016         (article-display-x-face): Ditto; remove grey x-face stuff.
13017
13018 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * gnus-art.el (article-display-face): Correct the position in
13021         which Faces are inserted.
13022
13023 2005-06-29  Didier Verna  <didier@xemacs.org>
13024
13025         * gnus-art.el (article-display-face): Display faces in correct
13026         order.
13027
13028 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13031         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13032         (gnus-nocem-check-article): Fetch the Type header.
13033         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13034         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13035         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13036         make sure gnus-nocem-hashtb is initialized.
13037         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13038         (gnus-nocem-unwanted-article-p): Ditto.
13039
13040         * pgg.el (pgg-verify): Return the verification result.
13041
13042 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13043
13044         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13045         is ascii.
13046
13047 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13048
13049         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13050         `show-nonbreak-escape'.
13051
13052 2005-06-23  Lute Kamstra  <lute@gnu.org>
13053
13054         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13055
13056         * dig.el (dig-mode):
13057         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13058
13059 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13060
13061         * nnimap.el (nnimap-split-download-body): Fix spellings.
13062
13063 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13064
13065         * gnus-art.el (gnus-article-encrypt-body):
13066         * gnus-cus.el (gnus-score-customize):
13067         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13068         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13069
13070 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13071
13072         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13073         header by looking for magic "MII" at the beginnig.
13074
13075 2005-06-16  Miles Bader  <miles@gnu.org>
13076
13077         * gnus-xmas.el (gnus-xmas-group-startup-message):
13078         Use renamed gnus-splash face.
13079
13080         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13081         (assistant-field-face): New backward-compatibility alias for renamed
13082         face.
13083         (assistant-render-text): Use renamed assistant-field face.
13084
13085         * spam.el (spam): Remove "-face" suffix from face name.
13086         (spam-face): New backward-compatibility alias for renamed face.
13087         (spam-face, spam-initialize): Use renamed spam face.
13088
13089         * message.el (message-header-to, message-header-cc)
13090         (message-header-subject, message-header-newsgroups)
13091         (message-header-other, message-header-name)
13092         (message-header-xheader, message-separator, message-cited-text)
13093         (message-mml): Remove "-face" suffix from face names.
13094         (message-header-to-face, message-header-cc-face)
13095         (message-header-subject-face, message-header-newsgroups-face)
13096         (message-header-other-face, message-header-name-face)
13097         (message-header-xheader-face, message-separator-face)
13098         (message-cited-text-face, message-mml-face):
13099         New backward-compatibility aliases for renamed faces.
13100         (message-font-lock-keywords): Use renamed message faces.
13101
13102         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13103         (sieve-test-commands, sieve-tagged-arguments):
13104         Remove "-face" suffix from face names.
13105         (sieve-control-commands-face, sieve-action-commands-face)
13106         (sieve-test-commands-face, sieve-tagged-arguments-face):
13107         New backward-compatibility aliases for renamed faces.
13108         (sieve-control-commands-face, sieve-action-commands-face)
13109         (sieve-test-commands-face, sieve-tagged-arguments-face):
13110         Use renamed sieve faces.
13111
13112         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13113         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13114         (gnus-group-news-3-empty, gnus-group-news-4)
13115         (gnus-group-news-4-empty, gnus-group-news-5)
13116         (gnus-group-news-5-empty, gnus-group-news-6)
13117         (gnus-group-news-6-empty, gnus-group-news-low)
13118         (gnus-group-news-low-empty, gnus-group-mail-1)
13119         (gnus-group-mail-1-empty, gnus-group-mail-2)
13120         (gnus-group-mail-2-empty, gnus-group-mail-3)
13121         (gnus-group-mail-3-empty, gnus-group-mail-low)
13122         (gnus-group-mail-low-empty, gnus-summary-selected)
13123         (gnus-summary-cancelled, gnus-summary-high-ticked)
13124         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13125         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13126         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13127         (gnus-summary-low-undownloaded)
13128         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13129         (gnus-summary-low-unread, gnus-summary-normal-unread)
13130         (gnus-summary-high-read, gnus-summary-low-read)
13131         (gnus-summary-normal-read, gnus-splash):
13132         Remove "-face" suffix from face names.
13133         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13134         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13135         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13136         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13137         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13138         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13139         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13140         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13141         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13142         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13143         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13144         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13145         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13146         (gnus-summary-normal-ticked-face)
13147         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13148         (gnus-summary-normal-ancient-face)
13149         (gnus-summary-high-undownloaded-face)
13150         (gnus-summary-low-undownloaded-face)
13151         (gnus-summary-normal-undownloaded-face)
13152         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13153         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13154         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13155         (gnus-splash-face):
13156         New backward-compatibility aliases for renamed faces.
13157         (gnus-group-startup-message): Use renamed gnus faces.
13158
13159         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13160         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13161         (gnus-server-agent): Remove "-face" suffix from face names.
13162         (gnus-server-agent-face, gnus-server-opened-face)
13163         (gnus-server-closed-face, gnus-server-denied-face)
13164         (gnus-server-offline-face):
13165         New backward-compatibility aliases for renamed faces.
13166         (gnus-server-agent-face, gnus-server-opened-face)
13167         (gnus-server-closed-face, gnus-server-denied-face)
13168         (gnus-server-offline-face): Use renamed gnus faces.
13169
13170         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13171         Remove "-face" suffix from face names.
13172         (gnus-picon-xbm-face, gnus-picon-face):
13173         New backward-compatibility aliases for renamed faces.
13174
13175         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13176         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13177         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13178         (gnus-cite-11): Remove "-face" suffix from face names.
13179         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13180         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13181         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13182         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13183         New backward-compatibility aliases for renamed faces.
13184         (gnus-cite-attribution-face, gnus-cite-face-list)
13185         (gnus-article-boring-faces): Use renamed gnus faces.
13186
13187         * gnus-art.el (gnus-signature, gnus-header-from)
13188         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13189         (gnus-header-content): Remove "-face" suffix from face names.
13190         (gnus-signature-face, gnus-header-from-face)
13191         (gnus-header-subject-face, gnus-header-newsgroups-face)
13192         (gnus-header-name-face, gnus-header-content-face):
13193         New backward-compatibility aliases for renamed faces.
13194         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13195
13196         * gnus-sum.el (gnus-summary-selected-face)
13197         (gnus-summary-highlight): Use renamed gnus faces.
13198         * gnus-group.el (gnus-group-highlight): Likewise.
13199
13200 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13201
13202         * gnus-sieve.el (gnus-sieve-article-add-rule):
13203         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13204         * spam-stat.el (spam-stat-buffer-change-to-spam)
13205         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13206
13207         * message.el (message-is-yours-p):
13208         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13209
13210 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * mm-view.el (mm-inline-text): Withdraw the last change.
13213
13214 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13217         executing enriched-decode.
13218
13219 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13222         charset of tar files.
13223
13224 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13225
13226         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13227
13228 2005-06-04  Lute Kamstra  <lute@gnu.org>
13229
13230         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13231         information is never recorded.
13232
13233 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13234
13235         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13236
13237 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * pop3.el (pop3-apop): Run md5 in the binary mode.
13240
13241         * starttls.el (starttls-set-process-query-on-exit-flag):
13242         Use eval-and-compile.
13243
13244 2005-05-31  Simon Josefsson  <jas@extundo.com>
13245
13246         * smime.el (smime-replace-in-string): Define.
13247         (smime-cert-by-ldap-1): Use it.
13248
13249 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * gnus-art.el (article-display-x-face): Replace
13252         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13253
13254         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13255         set-process-query-on-exit-flag or process-kill-without-query.
13256
13257         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13258         loop instead of replace-regexp.
13259
13260         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13261         instead of process-kill-without-query if it is available.
13262
13263         * lpath.el: Fbind ldap-search-entries.
13264
13265         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13266         instead of find-file-hooks if it is available.
13267
13268         * mml1991.el: Bind pgg-default-user-id when compiling.
13269
13270         * mml2015.el: Bind pgg-default-user-id when compiling.
13271
13272         * nndraft.el (nndraft-request-associate-buffer):
13273         Use write-contents-functions instead of write-contents-hooks if it is
13274         available.
13275
13276         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13277         instead of find-file-hooks if it is available.
13278
13279         * nntp.el (nntp-open-connection): Replace
13280         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13281         (nntp-open-ssl-stream): Ditto.
13282         (nntp-open-tls-stream): Ditto.
13283
13284         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13285         set-process-query-on-exit-flag or process-kill-without-query.
13286         (starttls-open-stream-gnutls): Use it instead of
13287         process-kill-without-query.
13288         (starttls-open-stream): Ditto.
13289
13290 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13291
13292         * smime.el (smime-cert-by-ldap-1): Don't use
13293         replace-regexp-in-string.
13294
13295 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13296
13297         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13298
13299         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13300         in PEM format.  Adjust to the XEmacs compability.
13301
13302 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13305         by `string-to-number'.
13306         * gnus-agent.el (gnus-agent-regenerate-group)
13307         (gnus-agent-fetch-articles): Ditto.
13308         * gnus-art.el (gnus-button-fetch-group): Ditto.
13309         * gnus-cache.el (gnus-cache-generate-active)
13310         (gnus-cache-articles-in-group): Ditto.
13311         * gnus-group.el (gnus-group-set-current-level)
13312         (gnus-group-insert-group-line): Ditto.
13313         * gnus-score.el (gnus-score-set-expunge-below)
13314         (gnus-score-set-mark-below, gnus-summary-score-effect)
13315         (gnus-summary-score-entry): Ditto.
13316         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13317         (gnus-soup-pack): Ditto.
13318         * gnus-spec.el (gnus-xmas-format): Ditto.
13319         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13320         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13321         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13322         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13323         * nndb.el (nndb-get-remote-expire-response): Ditto.
13324         * nndiary.el (nndiary-parse-schedule-value)
13325         (nndiary-string-to-number, nndiary-request-replace-article)
13326         (nndiary-request-article): Ditto.
13327         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13328         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13329         * nneething.el (nneething-make-head): Ditto.
13330         * nnfolder.el (nnfolder-request-article)
13331         (nnfolder-retrieve-headers): Ditto.
13332         * nnheader.el (nnheader-file-to-number): Ditto.
13333         * nnkiboze.el (nnkiboze-request-article): Ditto.
13334         * nnmail.el (nnmail-process-unix-mail-format)
13335         (nnmail-process-babyl-mail-format): Ditto.
13336         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13337         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13338         (nnmh-request-create-group, nnmh-request-list-1)
13339         (nnmh-request-group, nnmh-request-article): Ditto.
13340         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13341         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13342         * nnsoup.el (nnsoup-make-active): Ditto.
13343         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13344         * nntp.el (nntp-find-group-and-number)
13345         (nntp-retrieve-headers-with-xover): Ditto.
13346         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13347         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13348         (pgg-format-key-identifier): Ditto.
13349         * pop3.el (pop3-last, pop3-stat): Ditto.
13350         * qp.el (quoted-printable-decode-region): Ditto.
13351
13352         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13353         of concat.
13354
13355 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13358
13359         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13360
13361         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13362
13363         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13364
13365         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13366
13367         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13368
13369         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13370         (gnus-carpal-mode): Ditto.
13371
13372         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13373         (gnus-browse-mode): Ditto.
13374
13375         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13376
13377         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13378
13379 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13380
13381         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13382
13383 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * gnus-util.el (gnus-run-mode-hooks): New function.
13386
13387         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13388
13389         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13390         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13391
13392 2005-05-27  Lute Kamstra  <lute@gnu.org>
13393
13394         * dns-mode.el (dns-mode): Specify customization group.
13395
13396 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13397
13398         * gnus-agent.el (gnus-agent-make-mode-line-string):
13399         Use mode-line-highlight as mouse-face.
13400
13401 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * canlock.el (canlock): Change the parent group to news.
13404
13405         * deuglify.el (gnus-outlook-deuglify): Add :group.
13406
13407         * dig.el (dig): Add :group.
13408
13409         * dns-mode.el (dns-mode): Add :group.
13410
13411         * encrypt.el (encrypt): Add :group.
13412
13413         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13414         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13415         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13416         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13417         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13418
13419         * gnus-diary.el (gnus-diary): Add :group.
13420
13421         * gnus.el (gnus-group-news-1-face): Add :group.
13422         (gnus-group-news-1-empty-face): Ditto.
13423         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13424         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13425         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13426         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13427         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13428         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13429         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13430         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13431         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13432         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13433         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13434         (gnus-summary-high-ticked-face): Ditto.
13435         (gnus-summary-low-ticked-face): Ditto.
13436         (gnus-summary-normal-ticked-face): Ditto.
13437         (gnus-summary-high-ancient-face): Ditto.
13438         (gnus-summary-low-ancient-face): Ditto.
13439         (gnus-summary-normal-ancient-face): Ditto.
13440         (gnus-summary-high-undownloaded-face): Ditto.
13441         (gnus-summary-low-undownloaded-face): Ditto.
13442         (gnus-summary-normal-undownloaded-face): Ditto.
13443         (gnus-summary-high-unread-face): Ditto.
13444         (gnus-summary-low-unread-face): Ditto.
13445         (gnus-summary-normal-unread-face): Ditto.
13446         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13447         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13448
13449         * hashcash.el (hashcash): New custom group.
13450         (hashcash-default-payment): Add :group.
13451         (hashcash-payment-alist): Ditto.
13452         (hashcash-default-accept-payment): Ditto.
13453         (hashcash-accept-resources): Ditto.
13454         (hashcash-path): Ditto.
13455         (hashcash-extra-generate-parameters): Ditto.
13456         (hashcash-double-spend-database): Ditto.
13457         (hashcash-in-news): Ditto.
13458
13459         * message.el (message-minibuffer-local-map): Add :group.
13460
13461         * netrc.el (netrc): Add :group.
13462
13463         * sieve-manage.el (sieve-manage-log): Add :group.
13464         (sieve-manage-default-user): Diito.
13465         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13466         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13467         (sieve-manage-authenticators): Ditto.
13468         (sieve-manage-authenticator-alist): Ditto.
13469         (sieve-manage-default-port): Ditto.
13470
13471         * sieve-mode.el (sieve-control-commands-face): Add :group.
13472         (sieve-action-commands-face): Ditto.
13473         (sieve-test-commands-face): Ditto.
13474         (sieve-tagged-arguments-face): Ditto.
13475
13476         * smime.el (smime): Add :group.
13477
13478         * spam-report.el (spam-report): Add :group.
13479
13480         * spam.el (spam, spam-face): Add :group.
13481
13482 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13483
13484         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13485         return \n.\n.\n at the end of articles.  Protect against that.
13486         (nntp-with-open-group): Allow debugging.
13487
13488         * nnheader.el (mail-header-set-extra): Make into a function
13489         because I just could't understand how to quote the list properly.
13490
13491         * dns.el (query-dns-cached): New function.
13492
13493 2005-05-26  Lute Kamstra  <lute@gnu.org>
13494
13495         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13496
13497 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13500
13501         * gnus-art.el: Don't autoload mail-extract-address-components.
13502
13503         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13504         eval-and-compile to evaluate it.
13505
13506         * hashcash.el: Don't autoload executable-find.
13507
13508         * nndb.el: Don't declare the nndb back end two or more times; don't
13509         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13510
13511         * nntp.el: Autoload format-spec instead of format; use
13512         eval-and-compile to evaluate autoload forms.
13513
13514 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13515
13516         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13517
13518 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13519
13520         * gnus.el (gnus-version-number): Bump version.
13521
13522 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13523
13524         * gnus.el: No Gnus v0.3 is released.
13525
13526 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13527
13528         * lpath.el (featurep): Bind show-nonbreak-escape.
13529
13530 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * gnus-art.el (gnus-article-edit-part): Disable undo.
13533
13534 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13537         gnus-article-date-lapsed-new-header is t if date timer is active;
13538         skip headers in which the original date value is empty.
13539         (gnus-article-save-original-date): Redefine it as a macro.
13540         (gnus-display-mime): Use it.
13541
13542 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * gnus-art.el (article-date-ut): Support converting date in
13545         forwarded parts as well.
13546         (gnus-article-save-original-date): New function.
13547         (gnus-display-mime): Use it.
13548
13549 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13550
13551         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13552         enclosure element of <item>.
13553
13554 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * message.el (message-kill-buffer-query): Renamed from
13557         `message-kill-buffer-query-if-modified'.  Added :version.
13558
13559 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13562         window layout.
13563
13564 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * mml.el: Autoload dnd when compiling.
13567
13568 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13569
13570         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13571         x-dnd-*.
13572
13573 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * qp.el (quoted-printable-encode-region): Save excursion.
13576
13577 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13578
13579         * message.el (message-kill-buffer-query-if-modified): Add new variable
13580         so the user can kill a modified message buffer quickly.
13581         (message-kill-buffer): Use it.
13582
13583 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * lpath.el: Fbind display-time-event-handler; don't fbind
13586         string-to-multibyte.
13587
13588         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13589
13590 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13593         contained in text because xml.el decodes entities) with LFs.
13594
13595 2005-04-11  Lute Kamstra  <lute@gnu.org>
13596
13597         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13598         differently.
13599
13600 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13601
13602         * mm-util.el (mm-detect-coding-region): Typo.
13603
13604 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13607
13608 2005-04-06  Deepak Goel  <deego@gnufans.org>
13609
13610         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13611         user-function allow user modifications of the scores.
13612         (spam-stat-score-buffer-user): New function, to allow
13613         user-computed modifications to the score.
13614         (spam-stat-score-buffer-user-functions): List of additional
13615         scoring functions.
13616         (spam-stat-error-holder): Global temporary error holder.
13617         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13618         variable.
13619
13620 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13621
13622         * gnus-registry.el (gnus-registry-clean-empty-function)
13623         (gnus-registry-trim, gnus-registry-fetch-groups)
13624         (gnus-registry-delete-group): Groups that match
13625         `gnus-registry-ignored-groups' are removed from the registry
13626         entries, not just ignored for splitting.  This helps clean up the
13627         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13628         to get all the groups a message ID is in.
13629
13630         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13631         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13632         (spam-stat-score-buffer-user-functions): Add :number custom type.
13633
13634 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13637         argument in XEmacs.
13638
13639         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13640         (nnrss-request-group): Decode group name first.
13641         (nnrss-request-article): Make a text/plain article if mml-to-mime
13642         failed.
13643         (nnrss-get-encoding): Return a compatible encoding according to
13644         nnrss-compatible-encoding-alist.
13645         (nnrss-find-el): Use consp instead of listp.
13646         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13647
13648 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13651         which Emacs 20 doesn't support.
13652         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13653
13654 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13655
13656         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13657         silence the byte compiler inside the defun.
13658
13659         * gnus-demon.el (parse-time-string): Add autoload.
13660
13661         * gnus-delay.el (parse-time-string): Add autoload.
13662
13663         * gnus-art.el (parse-time-string): Add autoload.
13664
13665         * nnultimate.el (parse-time): Require for `parse-time-string'.
13666
13667 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13670
13671         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13672
13673         * smime.el (smime-ldap-host-list): Add :version.
13674
13675 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13676
13677         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13678         pass it to `gnus-browse-read-group'.
13679         (gnus-browse-read-group): Add NUMBER argument and pass it to
13680         `gnus-group-read-ephemeral-group'.
13681
13682         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13683         argument and pass it to `gnus-group-read-group'.
13684
13685 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13686
13687         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13688         mm-xemacs-find-mime-charset-1 if we have the mule feature
13689         available at runtime.
13690
13691 2005-03-25  Werner Lemberg  <wl@gnu.org>
13692
13693         * nnmaildir.el: Replace `illegal' with `invalid'.
13694
13695 2005-03-23  Lute Kamstra  <lute@gnu.org>
13696
13697         * time-date.el: Add comment on time value formats.
13698         Don't require parse-time.
13699         (with-decoded-time-value): New macro.
13700         (encode-time-value): New function.
13701         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13702         (days-to-time): Return a valid time value when arg is huge.
13703         (time-since): Use time-subtract.
13704         (time-to-number-of-days): Use time-to-seconds.
13705
13706 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13707
13708         * gnus-start.el (gnus-display-time-event-handler):
13709         Check display-time-timer at runtime rather than only at load time
13710         in case display-time-mode is turned off in the mean time.
13711
13712 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13715         used.
13716
13717         * nneething.el (nneething-map-file-directory): Derive from
13718         `gnus-directory'.
13719
13720         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13721         the To/Cc button.
13722
13723 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13724
13725         * nnmaildir.el (nnmaildir-request-accept-article):
13726         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13727
13728 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13729
13730         * gnus-async.el: Require timer-funcs at compile time when in
13731         XEmacs for `run-with-idle-timer'.
13732
13733 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13734
13735         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13736         autoloaded function.
13737
13738 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13739
13740         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13741
13742 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13743
13744         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13745
13746 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13747
13748         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13749         gnus-expert-user to default.
13750
13751 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13752
13753         * nnimap.el (nnimap-open-server): Ditto.
13754
13755         * imap.el (imap-authenticate): Fix typo.
13756
13757 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13758
13759         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13760         buffer (since IMAP server might return FETCH response out of
13761         order, and the nntp buffer must be sorted).
13762
13763 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13764
13765         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13766         comparison on string.
13767
13768         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13769         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13770         (gnus-agent-summary-fetch-series): Modified to protect against
13771         gnus-agent-summary-fetch-group clearing processable flags.
13772         (gnus-agent-synchronize-group-flags): Update live group buffer as
13773         synchronization may occur due to the user toggle the plugged
13774         status.
13775         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13776         successfully downloaded.
13777         (gnus-agent-expire-group-1): Avoid using markers when the overview
13778         is in ascending order; greatly improves performance.
13779         (gnus-agent-regenerate-group): Use
13780         gnus-agent-synchronize-group-flags to reset read status in both
13781         gnus and server.
13782         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13783
13784 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * message.el: Don't autoload former message-utils variables.
13787         (message-strip-subject-trailing-was): Change doc string.
13788
13789         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13790         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13791         (nnweb-google-search): Add "hl=en" here.
13792         (nnweb-google-parse-1, nnweb-google-create-mapping):
13793         Don't hardcode URL.
13794
13795 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13796
13797         * message.el (message-get-reply-headers, message-followup):
13798         Mention related variables `message-use-followup-to' and
13799         `message-use-mail-followup-to', in the information buffer.
13800
13801         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13802         of broken groups(-beta).google.com.
13803
13804 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13805
13806         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13807         parameter to invoked gnus-request-move-article; remove the
13808         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13809         all at once instead of once per article.
13810         (gnus-summary-remove-process-mark): Accept a list of articles as
13811         well as a single article for processing.
13812
13813         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13814         parameter.
13815
13816         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13817
13818         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13819
13820         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13821         parameter.
13822
13823         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13824         parameter.
13825
13826         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13827         parameter and remove the gnus-sum-hint-move-is-internal variable.
13828
13829         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13830         parameter.
13831
13832         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13833         parameter.
13834
13835         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13836         parameter.
13837
13838         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13839
13840         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13841         parameter.
13842
13843         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13844         parameter.
13845
13846 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13847
13848         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13849         a more conservative way.
13850
13851 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13852
13853         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13854         buffer, so it moves the window's cursor.
13855
13856 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13857
13858         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13859         `mm-dissect-multipart' and receive the from field as an (optional)
13860         argument from `mm-dissect-multipart'.
13861         (mm-dissect-multipart): Receive the from field as an argument and
13862         pass it on when we call `mm-dissect-buffer' on MIME parts.
13863         Fixes verification/decryption of signed/encrypted MIME parts.
13864
13865 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13866
13867         * gnus-sum.el (gnus-summary-move-article): Set
13868         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13869         whatever it calls (right now, only nnimap-request-move article
13870         respects it).
13871
13872         * nnimap.el (nnimap-request-move-article): When
13873         gnus-sum-hint-move-is-internal is set, don't do the extra
13874         nnimap-request-article.
13875
13876 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13877
13878         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13879
13880         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13881         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13882
13883         * gnus-sum.el (gnus-summary-caesar-message):
13884         Apply `gnus-treat-article' after rotation.
13885
13886         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13887         doc string.
13888
13889 2005-02-22  Simon Josefsson  <jas@extundo.com>
13890
13891         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13892         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13893         <arne@arnested.dk>.
13894         (encrypt): Add password-cache and password-cache-expiry as group
13895         members.
13896
13897 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13898
13899         * smime.el (smime-ldap-host-list): Doc fix.
13900         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13901         cache) password.
13902         (smime-sign-region): Use it.
13903         (smime-decrypt-region): Use it.
13904         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13905         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13906         fails.
13907         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13908         certificate from DER to PEM format rather than calling openssl.
13909
13910         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13911
13912         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13913         for signing/encryption.
13914
13915         * mml.el (mml-parse-1): Use them.
13916
13917 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13918
13919         * nnrss.el (nnrss-verbose): Removed.
13920         (nnrss-request-group): Use `nnheader-message' instead.
13921
13922 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13923
13924         * nnrss.el (nnrss-verbose): New variable.
13925         (nnrss-request-group): Make it say nnrss is requesting a group.
13926
13927 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13928
13929         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13930         Handle news URL with given port correctly.
13931
13932 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13935         containing special characters.
13936
13937         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13938
13939         * mml.el (mime-to-mml): Ditto.
13940
13941         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13942         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13943         (rfc2047-decode-region): Quote decoded words containing special
13944         characters when rfc2047-quote-decoded-words-containing-tspecials
13945         is non-nil.
13946
13947 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13948
13949         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13950
13951         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13952
13953 2005-02-15  Simon Josefsson  <jas@extundo.com>
13954
13955         * nnimap.el (nnimap-debug): Doc fix.
13956
13957         * imap.el (imap-debug): Doc fix.
13958
13959 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13962
13963 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * gnus.el (spam-contents): Improve docs for spam-contents
13966         parameter in its variable incarnation.
13967
13968 2005-02-14  Simon Josefsson  <jas@extundo.com>
13969
13970         * smime-ldap.el: Use require instead of load-library for ldap.
13971         (smime-ldap-search): Indent.
13972         (smime-ldap-search-internal): Shorten line.
13973
13974         * smime.el (smime-cert-by-dns): Add doc-string.
13975         (smime-cert-by-ldap-1): Indent.
13976
13977         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13978         mml-smime-get-dns-ldap.
13979         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13980
13981 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13982
13983         * smime.el: Require smime-ldap.
13984         (smime-ldap-host-list): New variable.
13985         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13986
13987         * mml-smime.el (mml-smime-encrypt-query): New function.
13988         (mml-smime-encrypt-query): Use it.
13989
13990         * smime-ldap.el: New file.
13991
13992 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13995
13996 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13997
13998         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13999         argument in doc string.  Make query for type more clear.
14000
14001 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14002
14003         * gnus.el (gnus-group-startup-message): Search for gnus images in
14004         etc/images/gnus.
14005         * mm-util.el (mm-image-load-path): Likewise.
14006         * smiley.el (smiley-data-directory): Search for smilies in
14007         etc/images/smilies.
14008
14009 2005-02-09  Kim F. Storm  <storm@cua.dk>
14010
14011         Change Emacs release version from 21.4 to 22.1 throughout.
14012         Change Emacs development version from 21.3.50 to 22.0.50.
14013
14014 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14017
14018         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14019         non-Mule XEmacs as well.
14020         (mm-decompress-buffer): Signal an error intentionally if it does
14021         not decompress compressed data because auto-compression-mode is
14022         disabled.
14023
14024 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14025
14026         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14027         an ID in the registry even if it has no groups.
14028
14029 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14032         merge it into mm-decompress-buffer.
14033         (gnus-mime-copy-part): Use the MIME part charset, the value which
14034         a user specified or gnus-newsgroup-charset for decoding, like
14035         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14036         save-buffer what was used.  Suggested by Kevin Ryde
14037         <user42@zip.com.au>.
14038         (gnus-mime-inline-part): Allow the name parameter as well as the
14039         filename parameter; force decompressing of compressed data; always
14040         display contents being not decoded as unibyte.
14041
14042         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14043         as well as the filename parameter.
14044
14045         * mm-util.el (mm-decompress-buffer): Merge
14046         gnus-mime-jka-compr-maybe-uncompress.
14047         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14048         of compressed data.
14049
14050 2005-02-08  Simon Josefsson  <jas@extundo.com>
14051
14052         * imap.el (imap-log): Doc fix.
14053
14054 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14057         the coding cookies; decompress compressed parts.
14058
14059         * mml.el (mml-generate-mime-1): Add the charset parameter according
14060         to the value which a user specified manually or the coding cookie.
14061
14062         * mm-util.el (mm-string-to-multibyte): New function.
14063         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14064         (mm-coding-system-to-mime-charset): New function.
14065         (mm-decompress-buffer): New function.
14066         (mm-find-buffer-file-coding-system): New function.
14067
14068         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14069         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14070         parts.
14071
14072 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14073
14074         * mm-view.el (mm-display-inline-fontify): Decode a part according
14075         to the charset parameter.
14076
14077 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14080         prefix arg is neither nil nor a number, as info specifies.
14081
14082 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14085         timestamps.
14086
14087 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14088
14089         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14090         groups error checking and notify user.
14091
14092 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14093
14094         * message.el (message-send-mail-function): Check existence of
14095         sendmail-program first before using default value
14096         `message-send-mail-with-sendmail'.  Otherwise use more generic
14097         `smtpmail-send-it'.
14098
14099 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * nntp.el (nntp-request-update-info): Always return nil.
14102
14103 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14104
14105         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14106
14107 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14108
14109         * message.el (message-beginning-of-line): Change the behavior when
14110         invoked between BOL and : so that it first moves backward.
14111
14112 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14115         article buffer when editing of the article is discarded.
14116         (gnus-article-prepare): Revert.
14117
14118 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * gnus-art.el (gnus-article-prepare):
14121         Remove message-strip-forbidden-properties from the local hook.
14122
14123 2005-01-27  Simon Josefsson  <jas@extundo.com>
14124
14125         * password.el (password-cache-add): Only start one timer per key.
14126         Reported by Derek Atkins <warlord@MIT.EDU>.
14127
14128 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14129
14130         * run-at-time.el: Removed.  It is no longer needed as
14131         timer-funcs.el in the xemacs-base package has a working version of
14132         `run-at-time'.
14133
14134         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14135
14136         * password.el: Require timer-funcs instead of run-at-time in
14137         XEmacs.
14138         Remove `password-run-at-time' macro.
14139         (password-cache-add): Use `run-at-time' instead of
14140         `password-run-at-time'.
14141
14142         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14143         Remove `nnheader-cancel-function-timers' alias,
14144         `cancel-function-timers' exists in XEmacs in timer-funcs.
14145
14146         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14147         for `run-with-idle-timer'.
14148
14149         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14150         for `run-at-time'.
14151
14152         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14153         for `with-timeout'.
14154
14155         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14156         the same as for XEmacs 21.4.
14157         No need to ignore `run-with-idle-timer', this function exists in
14158         XEmacs now in timer-funcs.el in the xemacs-base package.
14159         (dgnushack-compile): No need to delete
14160         run-at-time.el from the list of files to compile because it
14161         doesn't exist anymore.
14162
14163 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14166         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14167
14168 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14169
14170         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14171         sensitively.
14172
14173 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14174
14175         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14176
14177 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14180         which will be inserted according to the multibyteness of a buffer
14181         rather than the type of contents.  Suggested by ARISAWA Akihiro
14182         <ari@mbf.ocn.ne.jp>.
14183
14184         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14185         of string which old xml.el may return rather than a string.
14186
14187 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14190
14191 2005-01-16  Simon Josefsson  <jas@extundo.com>
14192
14193         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14194         idn/idna.el isn't available.
14195         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14196         <michael@waxrat.com>.
14197
14198         * hashcash.el: Remove non-FSF copyright header.
14199
14200         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14201         (hashcash-generate-payment): Use it.
14202         (hashcash-generate-payment-async): Use it.
14203
14204 2005-01-15  Simon Josefsson  <jas@extundo.com>
14205
14206         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14207         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14208
14209         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14210         gnus-summary-idna-message.
14211         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14212         (gnus-summary-idna-message): New function.
14213
14214 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14217         gnus-novice-user.
14218
14219 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * nnrss.el (nnrss-request-delete-group): Delete entries in
14222         nnrss-group-alist as well.
14223         (nnrss-save-server-data): Insert newline.
14224
14225 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14226
14227         * gnus.el (gnus-user-agent): Use list of symbols instead of
14228         symbols.  Display full version number for (S)XEmacs.  Optionally
14229         display (S)XEmacs codename.
14230
14231         * gnus-util.el (gnus-emacs-version): Update for new
14232         `gnus-user-agent'.
14233
14234         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14235         Gnus version.
14236
14237 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14238
14239         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14240         which is unreadable in some setups.
14241
14242 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * gnus-spec.el (gnus-update-format-specifications): Flush the
14245         group format spec cache if it doesn't support decoded group names.
14246
14247 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14250         Allow to apply decay on score files matching a regexp.
14251
14252 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14255         compatibility in %g and %c.
14256
14257 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14260         name for only %g and %c.
14261         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14262         of gnus-tmp-group to decoded group name.
14263         (gnus-group-make-rss-group): Exclude `/'s from group names.
14264
14265 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * nnrss.el (nnrss-get-encoding): Fix regexp.
14268
14269 2004-12-27  Simon Josefsson  <jas@extundo.com>
14270
14271         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14272         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14273         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14274
14275 2004-12-17  Kim F. Storm  <storm@cua.dk>
14276
14277         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14278
14279         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14280
14281 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14282
14283         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14284
14285 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * nnrss.el: Require rfc2047 and mml.
14288         (nnrss-file-coding-system): New variable.
14289         (nnrss-format-string): Redefine it as an inline function.
14290         (nnrss-decode-group-name): New function.
14291         (nnrss-string-as-multibyte): Remove.
14292         (nnrss-retrieve-headers): Decode group name; don't use
14293         nnrss-format-string.
14294         (nnrss-request-group): Decode group name.
14295         (nnrss-request-article): Decode group name; allow a Message-ID as
14296         well as an article number; don't use nnrss-format-string; encode a
14297         Message-ID string which may contain non-ASCII characters; use
14298         mml-to-mime to compose a MIME article.
14299         (nnrss-request-expire-articles): Decode group name.
14300         (nnrss-request-delete-group): Decode group name.
14301         (nnrss-fetch): Clarify error message.
14302         (nnrss-read-server-data): Use insert-file-contents instead of load;
14303         bind file-name-coding-system; use multibyte buffer.
14304         (nnrss-save-server-data): Bind coding-system-for-write to the
14305         value of nnrss-file-coding-system; bind file-name-coding-system;
14306         add coding cookie.
14307         (nnrss-read-group-data): Use insert-file-contents instead of load;
14308         bind file-name-coding-system; use multibyte buffer.
14309         (nnrss-save-group-data): Bind coding-system-for-write to the
14310         value of nnrss-file-coding-system; bind file-name-coding-system.
14311         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14312         make it work with non-ASCII text.
14313         (nnrss-find-el): Make it work with old xml.el as well.
14314
14315 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14316
14317         * nnrss.el (nnrss-get-encoding): New function.
14318         (nnrss-fetch): Use unibyte buffer initially; bind
14319         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14320         decode contents according to the encoding attribute.
14321         (nnrss-save-group-data): Add coding cookie.
14322         (nnrss-mime-encode-string): New function.
14323         (nnrss-check-group): Use it to encode subject and author.
14324
14325 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14326
14327         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14328         imaginary variable.
14329
14330 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14333         correctly even if there are wide characters.
14334
14335 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14336
14337         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14338         downcased symbol names; make a new cache instead of reusing
14339         bbdb-hashtable.
14340
14341 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14344         concatenating segments rather than before concatenating them.
14345         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14346
14347         * message.el (message-get-reply-headers): Bind `extra'.
14348
14349 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14350
14351         * message.el (message-extra-wide-headers): New variable.
14352         (message-get-reply-headers): Use it.
14353
14354 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14357         (gnus-agent-group-pathname): Ditto.
14358
14359         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14360
14361         * gnus-group.el (gnus-group-make-group): Decode group name.
14362         (gnus-group-make-rss-group): Register the group data after opening
14363         the nnrss group.
14364
14365 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14366
14367         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14368         by expiry now get marked as read.
14369
14370 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14371
14372         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14373
14374 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14375
14376         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14377         unify Latin characters in XEmacs.
14378         (mm-find-mime-charset-region): Use it.
14379
14380 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * gnus-util.el (gnus-delete-directory): New function.
14383
14384         * gnus-agent.el (gnus-agent-delete-group): Use it.
14385
14386         * gnus-cache.el (gnus-cache-delete-group): Use it.
14387
14388 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14391         names.
14392
14393 2004-12-16  Simon Josefsson  <jas@extundo.com>
14394
14395         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14396
14397 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14400
14401         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14402         (gnus-group-set-current-level): Decode group name.
14403
14404 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14405
14406         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14407         failed.
14408
14409 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * gnus-group.el (gnus-group-delete-group): Decode group name.
14412         (gnus-group-make-rss-group): Encode group name.
14413         (gnus-group-catchup-current): Decode group name.
14414         (gnus-group-kill-group): Decode group name.
14415
14416 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14417
14418         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14419
14420 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * gnus-group.el (gnus-group-make-rss-group):
14423         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14424
14425         * gnus-start.el (gnus-setup-news): Honor user's setting to
14426         gnus-message-archive-method.  Suggested by Lute Kamstra
14427         <lute@gnu.org>.
14428
14429 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14430
14431         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14432         global counterparts of the buffer-local variables.
14433
14434 2004-11-16  Romain Francoise  <romain@orebokech.com>
14435
14436         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14437         counterparts of the buffer-local variables.
14438
14439 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * message.el (message-forbidden-properties): Fixed typo in doc
14442         string.
14443
14444 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14445
14446         * gnus-util.el (gnus-replace-in-string): Added doc string.
14447
14448         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14449         to avoid problems when splitting mails with many recipients.
14450
14451 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14452
14453         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14454         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14455
14456 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14457
14458         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14459         if there is no hashtable in memory or file modification time is
14460         newer than cached timestamp.
14461
14462 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14463
14464         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14465         not-matching option.
14466
14467 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14468
14469         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14470         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14471         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14472         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14473         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14474         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14475
14476 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * message.el (message-forward-make-body-mml): Remove headers
14479         according to message-forward-ignored-headers if a message is decoded.
14480
14481 2004-12-02  Romain Francoise  <romain@orebokech.com>
14482
14483         * message.el (message-forward-make-body-plain): Always remove
14484         headers according to message-forward-ignored-headers.
14485
14486 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * spam.el (spam-summary-prepare-exit): Remove the
14489         gnus-summary-limit pop for now, it has problems with ham marks for
14490         me.
14491
14492 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14493
14494         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14495         correctly.
14496
14497 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14498
14499         * format-spec.el (format-spec): Message the char.
14500
14501 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14502
14503         * gnus-art.el (gnus-split-methods): Reformat comments.
14504
14505         * spam.el (spam-summary-prepare-exit): Remove article limits
14506         before exiting the summary buffer.
14507
14508 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14511         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14512
14513         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14514         order to silence the byte compiler.
14515
14516         * spam.el: Fix the way to silence the byte compiler, which
14517         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14518         bbdb-search-simple, spam-BBDB-register-routine,
14519         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14520         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14521         spam-stat-buffer-is-spam, spam-stat-load,
14522         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14523         spam-stat-save and spam-stat-split-fancy.
14524
14525 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14528         which may confuse users.
14529         (canlock-password-for-verify): Ditto.
14530
14531         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14532
14533         * gnus-art.el (gnus-emphasis-alist): Ditto.
14534
14535         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14536
14537         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14538
14539         * gnus-start.el (gnus-save-killed-list): Ditto.
14540
14541         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14542         (gnus-sum-thread-tree-root): Ditto.
14543         (gnus-sum-thread-tree-false-root): Ditto.
14544         (gnus-sum-thread-tree-single-indent): Ditto.
14545
14546         * message.el (message-courtesy-message): Ditto.
14547         (message-archive-note): Ditto.
14548         (message-subscribed-address-file): Ditto.
14549         (message-user-fqdn): Ditto.
14550
14551         * spam-report.el (spam-report-gmane-regex): Ditto.
14552
14553         * spam.el (spam-blackhole-good-server-regex): Ditto.
14554
14555 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * mml.el (mml-preview): Widen the message buffer before copying
14558         the contents to the preview buffer; sort headers before previewing.
14559
14560         * message.el (message-hidden-headers): Fix the way to avoid a bug
14561         in the `repeat' widget in Emacs 21.3 or earlier.
14562
14563 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14564
14565         * message.el (message-hidden-headers): Default to "^References:".
14566         Improve customization type.  Suggested by Reiner Steib
14567         <Reiner.Steib@gmx.de>.
14568
14569 2004-11-25  Romain Francoise  <romain@orebokech.com>
14570
14571         * message.el (message-strip-forbidden-properties): Remove check for
14572         obsolete `message-hidden' text property, hidden headers are not
14573         accessible in the buffer anymore.
14574
14575 2004-11-22  Romain Francoise  <romain@orebokech.com>
14576
14577         * message.el (message-header-format-alist): Add `From' in list
14578         so that it can be sorted.
14579         (message-fix-before-sending): Widen and sort headers before
14580         sending.
14581         (message-hide-headers): Use narrowing to hide headers by moving
14582         them to the top of the buffer and narrowing to the region
14583         underneath.
14584
14585 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14586
14587         * message.el (message-strip-forbidden-properties): Bind
14588         buffer-read-only (etc) to nil.
14589
14590 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14593         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14594
14595 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14596
14597         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14598
14599 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14600
14601         * dns.el (query-dns): Use sit-for to time instead of
14602         accept-process-output, since that doesn't seem to work on udp
14603         sockets.
14604
14605 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14608
14609 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14610
14611         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14612         doc string.  Improve doc string.
14613
14614 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * nntp.el (nntp-request-update-info): Return nil if
14617         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14618         may not call gnus-activate-group which uselessly issues the GROUP
14619         commands for all nntp groups and wastes time.  Reported by Romain
14620         Francoise <romain@orebokech.com>.
14621
14622         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14623
14624 2004-11-15  Simon Josefsson  <jas@extundo.com>
14625
14626         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14627         headers separately.
14628         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14629         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14630
14631 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14632
14633         * gnus-start.el (gnus-convert-old-newsrc):
14634         Assign legacy-gnus-agent to 5.10.7.
14635
14636 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14637
14638         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14639         start of the lines.
14640
14641 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14642
14643         * hashcash.el (hashcash-default-payment): Change default to 20.
14644         (hashcash-default-accept-payment): Change default to 20.
14645         (hashcash-process-alist): New variable.
14646         (hashcash-generate-payment-async): Add.
14647         (hashcash-already-paid-p): Add.
14648         (hashcash-insert-payment): Don't generate payments twice.
14649         (hashcash-insert-payment-async): Add.
14650         (hashcash-insert-payment-async-2): Add.
14651         (hashcash-cancel-async): Add.
14652         (hashcash-wait-async): Add.
14653         (hashcash-processes-running-p): Add.
14654         (hashcash-wait-or-cancel): Add.
14655         (mail-add-payment): New optional argument.  Conditionally start
14656         asynchronous calculation.
14657         (mail-add-payment-async): Add.
14658
14659         * message.el (message-send-mail): Wait for asynchronous hashcash
14660         results.  Don't clobber existing X-Hashcash headers.
14661         (message-setup-1): Call mail-add-payment-async when
14662         message-generate-hashcash is non-nil.
14663
14664 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14665
14666         * message.el (message-use-alternative-email-as-from): Examine the
14667         From header as well; use message-make-from in order to include a
14668         user's full name.
14669
14670 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14673         default; improve customization type.
14674         (gnus-emphasis-custom-with-format): New macro.
14675         (gnus-emphasis-custom-value-to-external): New function.
14676         (gnus-emphasis-custom-value-to-internal): New function.
14677
14678 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14679
14680         * dns.el (query-dns): Resolve reverse addresses.
14681
14682 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14683
14684         * gnus-group.el (gnus-group-get-new-news): Use it.
14685
14686         * gnus-start.el (gnus-check-reasonable-setup): New function.
14687
14688 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14691         "Args out of range" error.  Reported by Arnaud Giersch
14692         <arnaud.giersch@free.fr>.
14693
14694 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14695
14696         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14697
14698 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14699
14700         * spam.el (spam group): Add :version.
14701
14702         * pgg-def.el (pgg group): Add :version.
14703
14704 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * gnus-art.el (gnus-article-edit-article): Don't associate the
14707         article buffer with a draft file.  This is a temporary measure
14708         against the 2004-08-22 change to gnus-article-edit-mode.
14709
14710 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14713         (html2text-format-tags): Remove unused variable `attr'.
14714
14715 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14716
14717         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14718
14719         * tls.el (tls-process-connection-type, tls-success)
14720         (tls-certtool-program): Add :version.
14721
14722         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14723         (starttls-extra-arguments, starttls-process-connection-type)
14724         (starttls-connect, starttls-failure, starttls-success): Add :version.
14725
14726         * spam-stat.el (spam-stat): Add :version.
14727
14728         * sieve.el (sieve): Add :version.
14729
14730         * sha1.el (sha1): Add :version.
14731         (sha1-use-external): Remove redundant version.
14732
14733         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14734         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14735         (nnmail-split-fancy-match-partial-words)
14736         (nnmail-split-lowercase-expanded): Add :version.
14737
14738         * nndiary.el (nndiary): Add :version.
14739
14740         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14741
14742         * mml-sec.el (mml-default-sign-method)
14743         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14744         Add :version.
14745
14746         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14747
14748         * mm-url.el (mm-url-use-external, mm-url-program)
14749         (mm-url-arguments): Add :version.
14750
14751         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14752         (mm-attachment-file-modes, mm-decrypt-option)
14753         (mm-w3m-safe-url-regexp): Add :version.
14754
14755         * message.el (message-cite-prefix-regexp)
14756         (message-sendmail-envelope-from, message-minibuffer-local-map)
14757         (message-user-fqdn, message-completion-alist): Add :version.
14758
14759         * gnus-win.el (gnus-configure-windows-hook)
14760         (gnus-use-frames-on-any-display): Add :version.
14761
14762         * gnus-art.el (gnus-article-address-banner-alist)
14763         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14764         (gnus-treat-from-picon, gnus-treat-mail-picon)
14765         (gnus-treat-x-pgp-sig): Add :version.
14766
14767         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14768         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14769         (gnus-summary-article-delete-hook)
14770         (gnus-summary-display-while-building): Add :version.
14771
14772         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14773         (gnus-get-top-new-news-hook): Add :version.
14774
14775         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14776         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14777
14778         * gnus-registry.el (gnus-registry): Add :version.
14779
14780         * gnus-spec.el (gnus-use-correct-string-widths)
14781         (gnus-make-format-preserve-properties): Add :version.
14782
14783         * gnus.el (gnus-group-charter-alist)
14784         (gnus-group-fetch-control-use-browse-url)
14785         (gnus-install-group-spam-parameters): Add :version.
14786
14787         * gnus-diary.el (gnus-diary): Add :version.
14788
14789         * gnus-delay.el (gnus-delay): Add :version.
14790
14791         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14792         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14793         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14794         Add :version.
14795
14796         * gnus-agent.el (gnus-agent-max-fetch-size)
14797         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14798         (gnus-agent-prompt-send-queue): Add :version.
14799
14800         * deuglify.el (gnus-outlook-deuglify): Add :version.
14801
14802         * html2text.el: Beautify code.  Improve doc strings.  Some
14803         checkdoc cleanup.
14804         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14805
14806 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14807
14808         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14809
14810 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14811
14812         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14813         when package is loaded.
14814
14815         * spam.el (spam-summary-score-preferred-header): Add global preference
14816         for people who want to override the default SpamAssassin over
14817         Bogofilter preference (when both are set).
14818         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14819         (spam-user-format-function-S): Check
14820         spam-summary-score-preferred-header.
14821         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14822         (spam-user-format-function-S): Format the score correctly.
14823
14824 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14825
14826         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14827         signature file.  Suggested by Manoj Srivastava
14828         <srivasta@golden-gryphon.com>.
14829
14830         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14831         iso-2022-jp even in the Japanese language environment.
14832         Suggested by Jason Rumney <jasonr@gnu.org>.
14833
14834 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14835
14836         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14837         use the same characters as the dummy marks; make it free from
14838         getting affected by the language environment.
14839         (gnus-summary-read-group-1): Update mark positions only when the
14840         format spec is updated.
14841
14842         * gnus-spec.el (gnus-update-format-specifications): Return a list
14843         of updated types.
14844
14845 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14848         of boundp to check if display-warning is available.
14849
14850 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14851
14852         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14853
14854 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * nnspool.el (nnspool-spool-directory): Use news-path if the
14857         news-directory variable is not bound.
14858
14859         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14860         function instead of display-warning if it is not available.
14861
14862 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14865         v5-10: Use `point-at-bol'.
14866
14867 2004-10-26  Simon Josefsson  <jas@extundo.com>
14868
14869         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14870         <chenggao@gmail.com>.
14871
14872 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14873
14874         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14875         instead.
14876
14877 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14878
14879         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14880         to remove a server from the nnimap-server-buffer-alist.
14881         (nnimap-open-connection, nnimap-close-server): Use it.
14882
14883         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14884
14885 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14888         running the major-mode function.
14889
14890 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14893         dummy marks in the right way.
14894
14895 2004-10-18  David Edmondson  <dme@dme.org>
14896
14897         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14898         excessively.
14899
14900 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14901
14902         * gnus-util.el (gnus-split-references): Accept a nil references
14903         string and go on blissfully.
14904
14905         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14906         cases where the references string is non-nil but has no references.
14907
14908         * encrypt.el: Add autoload tags.
14909
14910         * spam.el (spam-resolve-registrations-routine): Remove article
14911         from unregistration list too.  Reported by David Hanak
14912         <dhanak@isis.vanderbilt.edu>
14913
14914 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14915
14916         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14917         nil.  Changed custom type.
14918
14919 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14920
14921         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14922
14923         * gnus-sum.el (gnus-summary-move-article): Use it.
14924
14925 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14926
14927         * encrypt.el: Add autoload cookies.
14928
14929         * spam.el (spam-backend-article-list-property)
14930         (spam-backend-get-article-todo-list)
14931         (spam-backend-put-article-todo-list)
14932         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14933         Resolve registrations separately.
14934         (spam-register-routine): Format comments.
14935         (spam-unregister-routine, spam-register-routine): Always call with
14936         specific-articles, no default list.
14937         (spam-summary-prepare-exit): Use the spam-classifications function.
14938
14939         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14940         gnus-encrypt.el.
14941
14942         * encrypt.el: Copied from gnus-encrypt.el.
14943
14944         * gnus-encrypt.el: Commented that it's obsolete.
14945
14946 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14947
14948         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14949         (gnus-score-save): Use it.
14950
14951         * message.el (message-bury): Use `window-dedicated-p'.
14952
14953 2004-10-15  Simon Josefsson  <jas@extundo.com>
14954
14955         * pop3.el (top-level): Don't require nnheader.
14956         (pop3-read-timeout): Add.
14957         (pop3-accept-process-output): Add.
14958         (pop3-read-response, pop3-retr): Use it.
14959
14960 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14961
14962         * spam.el (spam-register-routine): Move comment.
14963         (spam-verify-bogofilter): Use 'unknown for the initial
14964         spam-bogofilter-valid state, not 'never.
14965
14966         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14967         for netrc-machine.
14968
14969         * nnimap.el (nnimap-open-connection): Use
14970         netrc-machine-user-or-password.
14971
14972 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14973
14974         * gnus-registry.el (gnus-registry-unload-hook):
14975         Set as a variable with add-hook.
14976
14977         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14978         of news-path.
14979
14980         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14981
14982         * spam.el: Delete duplicate `provide'.
14983         (spam-unload-hook): Set as a variable with add-hook.
14984
14985 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14986
14987         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14988         in the doc string.
14989
14990         * message.el (message-ignored-news-headers)
14991         (message-ignored-supersedes-headers)
14992         (message-ignored-resent-headers)
14993         (message-forward-ignored-headers): Improve custom type.
14994
14995 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * message.el (message-tokenize-header): Fix 2004-09-06 change
14998         which used point-min in the wrong place.
14999
15000 2004-10-12  Simon Josefsson  <jas@extundo.com>
15001
15002         * tls.el (tls-certtool-program): New variable.
15003         (tls-certificate-information): New function, based on
15004         ssl-certificate-information.
15005
15006 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * compface.el: Move the version of ELisp-based uncompface program
15009         to the contrib directory because of the copyright problem.
15010
15011 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15012
15013         * message.el (message-kill-buffer): Raise the current frame.
15014
15015 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15016
15017         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15018
15019         * gnus.el (message-y-or-n-p): Autoload.
15020
15021         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15022         (pop3-password-required, pop3-authentication-scheme)
15023         (pop3-leave-mail-on-server): Made customizable.
15024         (pop3): New custom group.
15025         (pop3-retr): Remove `sleep-for' statements.
15026         Suggested by Dave Love <fx@gnu.org>.
15027
15028         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15029         Windows/DOS.
15030
15031         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15032         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15033         Dave Love <fx@gnu.org>.
15034
15035         * mml.el (mml-minibuffer-read-disposition): Require match.
15036         Suggested by Dave Love <fx@gnu.org>.
15037
15038 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15039
15040         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15041         doc string.
15042
15043 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15046
15047 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15048
15049         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15050         instead of calling `mm-insert-inline', to decode text/* parts
15051         before displaying them.
15052
15053 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * mm-uu.el (mm-uu-text-plain-type): New variable.
15056         (mm-uu-pgp-signed-extract-1): Use it.
15057         (mm-uu-pgp-encrypted-extract-1): Use it.
15058         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15059         bind mm-uu-text-plain-type with that value.
15060         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15061         mm-uu-dissect.
15062
15063 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * gnus-group.el (gnus-update-group-mark-positions):
15066         * gnus-sum.el (gnus-update-summary-mark-positions):
15067         * message.el (message-check-news-body-syntax):
15068         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15069         of string-as-multibyte.
15070
15071 2004-10-05  Juri Linkov  <juri@jurta.org>
15072
15073         * gnus-group.el (gnus-update-group-mark-positions):
15074         * gnus-sum.el (gnus-update-summary-mark-positions):
15075         * message.el (message-check-news-body-syntax):
15076         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15077         8-bit unibyte values to a multibyte string for search functions.
15078
15079 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15082         (mm-uu-dissect-text-parts): New function.
15083
15084         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15085         dissect text parts.
15086
15087         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15088         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15089
15090         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15091
15092         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15093         gnus-current-topics instead of gnus-current-topic.
15094
15095 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15096
15097         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15098
15099 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15100
15101         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15102         where approriate.
15103
15104         * nnml.el (nnml-generate-active-info): do.
15105
15106         * nndiary.el (nndiary-generate-active-info): do.
15107
15108         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15109         (gnus-topic-move): do.
15110
15111         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15112         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15113
15114         * gnus-srvr.el (gnus-server-prepare)
15115         (gnus-server-open-all-servers): do.
15116
15117         * gnus-msg.el (gnus-summary-cancel-article)
15118         (gnus-summary-resend-message)
15119         (gnus-summary-mail-crosspost-complaint): do.
15120
15121         * gnus-move.el (gnus-change-server): do.
15122
15123         * gnus-group.el (gnus-group-unmark-all-groups)
15124         (gnus-group-set-current-level): do.
15125
15126 2004-10-04  Simon Josefsson  <jas@extundo.com>
15127
15128         * message.el (message-generate-hashcash): Doc fix.
15129
15130 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15131
15132         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15133         avoid infinite recursion via gnus-get-function.
15134
15135 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15136
15137         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15138
15139         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15140
15141         * nnmail.el (nnmail-split-history): do.
15142
15143         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15144         (nnml-request-delete-group): do.
15145
15146         * nnslashdot.el (nnslashdot-read-groups): do.
15147
15148         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15149         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15150
15151         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15152         (nnspool-sift-nov-with-sed): Use last.
15153         (nnspool-retrieve-headers-with-nov): Use mapc.
15154         (nnspool-request-newgroups): Use dolist.
15155         (nnspool-request-group): Use last.
15156
15157         * nntp.el (nntp-read-server-type): Use dolist.
15158
15159         * nnvirtual.el (nnvirtual-create-mapping)
15160         (nnvirtual-update-read-and-marked): Use dolist.
15161         (nnvirtual-convert-headers): Simplify.
15162
15163 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15164
15165         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15166         support for sync'ing tick marks.
15167
15168 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15171         there's no visible header.
15172
15173 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15174
15175         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15176         necessary, pass full group name to gnus-request-set-marks.
15177
15178 2004-10-01  Simon Josefsson  <jas@extundo.com>
15179
15180         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15181         acroread.
15182
15183 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15184
15185         * spam-report.el (spam-report-gmane): Fix interactive.
15186
15187         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15188
15189         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15190         when writing file.
15191         (gnus-agent-synchronize-flags): Don't default to being
15192         interactive.
15193
15194 2004-09-30  Simon Josefsson  <jas@extundo.com>
15195
15196         * message.el (message-generate-hashcash): Add.
15197         (message-send-mail): Use it, call mail-add-payment.
15198
15199 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15200
15201         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15202
15203 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15204
15205         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15206         gnus-requst-update-info with explicit code to sync the in-memory
15207         info read flags with the marks being sync'd to the backend.
15208
15209         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15210
15211 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15212
15213         * spam.el (spam-verify-bogofilter): Add new function.
15214         (spam-check-bogofilter)
15215         (spam-bogofilter-register-with-bogofilter): Use it.
15216         (spam-verify-bogofilter): Add small fixes.
15217
15218 2004-09-28  Simon Josefsson  <jas@extundo.com>
15219
15220         * hashcash.el (hashcash-generate-payment): Revert.
15221
15222 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15223
15224         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15225         gnus-extract-references instead of gnus-split-references.
15226
15227         * gnus-util.el (gnus-extract-references): Add new function, analogous
15228         to gnus-split-references but extracts only the message-ID without
15229         anything extra.
15230
15231         * hashcash.el (hashcash-generate-payment)
15232         (hashcash-check-payment): Do the right thing if hashcash-path is
15233         nil (because the hashcash program could not be found).
15234
15235         * spam.el (spam-use-hashcash): Remove comment.
15236
15237 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15238
15239         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15240         (gnus-cache-enter-article, gnus-cache-remove-article)
15241         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15242
15243         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15244
15245         * gnus-art.el (article-hide-boring-headers)
15246         (article-translate-strings, article-display-face)
15247         (gnus-article-mime-match-handle-first)
15248         (gnus-article-highlight-headers)
15249         (gnus-article-add-buttons-to-head): do.
15250
15251 2004-09-27  Simon Josefsson  <jas@extundo.com>
15252
15253         * hashcash.el: New version, from
15254         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15255         ../contrib/.
15256
15257 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15260
15261 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15262
15263         * gnus-dup.el (gnus-dup-open): Use mapc.
15264         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15265
15266         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15267         Reported by Stefan Wiens <s.wi@gmx.net>.
15268
15269         * gnus.el (gnus-shutdown): Use dolist.
15270
15271         * gnus-undo.el (gnus-undo): Use mapc.
15272
15273         * nnrss.el (nnrss-generate-active): do.
15274
15275         * message.el (message-cite-original-without-signature)
15276         (message-cite-original): Use mapc.
15277         (message-do-actions, message-make-forward-subject): Use dolist.
15278
15279 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15280
15281         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15282         deletion to remove entire duplicate line.  Fixes merged article
15283         number bug.
15284
15285 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15286
15287         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15288         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15289         first ask if you want to open a server and then, even when you
15290         responded with no, asking if you want to synchronize the server's
15291         flags.
15292         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15293         multi-line expressions.
15294         (gnus-agent-synchronize-group-flags): New internal function.
15295         Updates marks in memory (in the info structure) AND in the
15296         backend.
15297
15298         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15299
15300         * nnagent.el (nnagent-request-set-mark): Use
15301         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15302         method, to ensure that synchronization updates marks in the
15303         backend and in the info (in memory) structure.
15304
15305 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15308         convention fully; don't miss the root article of a thread; make
15309         the X-Draft-From header with correct article numbers.
15310
15311 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15312
15313         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15314         unless plugged.  Disable the agent so that an open failure causes
15315         an error.
15316
15317         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15318         Reverted 2004-09-21 change.  The backend must be opened while
15319         synchronizing flags even when the backend stores the flags
15320         locally.
15321
15322 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15323
15324         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15325         in `header' match.  Reported by Svend Tollak Munkejord.
15326
15327         * message.el (message-cite-original): Fix use of
15328         `message-cite-articles-with-x-no-archive'.
15329
15330 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15333         (gnus-window-to-buffer): Ditto.
15334
15335         * mml.el (mml-preview-buffer): New variable.
15336         (mml-preview): Manage window layout with gnus-buffer-configuration.
15337
15338         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15339         X-Draft-From header even if those articles aren't quoted.
15340
15341 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15342
15343         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15344         (gnus-request-set-mark, gnus-request-update-mark): Use new
15345         g-s-t-u-l-m to decide to use backend even when unplugged.
15346
15347 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15350         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15351
15352 2004-09-20  Simon Josefsson  <jas@extundo.com>
15353
15354         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15355         "utf-16-le".
15356
15357 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15358
15359         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15360
15361 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * uudecode.el (uudecode-use-external): Add :version.
15364
15365         * smime.el (smime-CA-file, smime-encrypt-cipher)
15366         (smime-dns-server): Add :version.
15367
15368         * smiley.el (gnus-smiley-file-types): Add :version.
15369
15370         * sha1.el (sha1-use-external): Add :version.
15371
15372         * pgg-def.el (pgg-query-keyserver): Add :version.
15373
15374         * nnmail.el (nnmail-fancy-expiry-targets)
15375         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15376         Add :version.
15377
15378         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15379         (nnimap-retrieve-groups-asynchronous): Add :version.
15380         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15381
15382         * mml.el (mml-content-disposition-parameters)
15383         (mml-insert-mime-headers-always): Add :version.
15384
15385         * mm-util.el (mm-coding-system-priorities): Add :version.
15386
15387         * mm-decode.el (mm-inline-text-html-with-images)
15388         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15389         (mm-verify-option): Add :version.
15390         (mm-text-html-renderer): Change :version.
15391
15392         * message.el (message-fcc-externalize-attachments)
15393         (message-required-headers, message-draft-headers)
15394         (message-subject-trailing-was-query)
15395         (message-subject-trailing-was-ask-regexp)
15396         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15397         (message-mark-insert-end, message-archive-header)
15398         (message-archive-note, message-cross-post-default)
15399         (message-cross-post-note, message-followup-to-note)
15400         (message-cross-post-note-function, message-use-mail-followup-to)
15401         (message-subscribed-address-functions)
15402         (message-subscribed-address-file, message-subscribed-addresses)
15403         (message-subscribed-regexps, message-allow-no-recipients)
15404         (message-yank-cited-prefix, message-signature-insert-empty-line)
15405         (message-hidden-headers, message-hierarchical-addresses)
15406         (message-mail-user-agent, message-use-idna)
15407         (message-valid-fqdn-regexp)
15408         (message-strip-special-text-properties, message-header-synonyms)
15409         (message-beginning-of-line, message-tab-body-function): Add :version.
15410         (message-insert-canlock, message-wide-reply-confirm-recipients):
15411         Change :version.
15412
15413         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15414         and :version.
15415         (mail-source-delete-old-incoming-confirm)
15416         (mail-source-movemail-program): Add :version.
15417
15418         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15419         (gnus-agent-cache, gnus-agent): Change :version.
15420
15421         * gnus-util.el (gnus-use-byte-compile): Change :version.
15422
15423         * gnus-sum.el (gnus-summary-make-false-root-always)
15424         (gnus-summary-default-high-score)
15425         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15426         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15427         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15428         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15429         (gnus-sum-thread-tree-single-indent)
15430         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15431         (gnus-sum-thread-tree-leaf-with-other)
15432         (gnus-sum-thread-tree-single-leaf): Add :version.
15433         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15434         (gnus-article-loose-mime): Change :version.
15435
15436         * gnus-start.el (gnus-backup-startup-file)
15437         (gnus-save-startup-file-via-temp-buffer): Add :version.
15438
15439         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15440         (gnus-server-offline-face): Add :version.
15441
15442         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15443
15444         * gnus-msg.el (gnus-gcc-externalize-attachments)
15445         (gnus-debug-files, gnus-debug-exclude-variables)
15446         (gnus-discouraged-post-methods): Change :version.
15447         (gnus-confirm-mail-reply-to-news)
15448         (gnus-confirm-treat-mail-like-news): Add :version.
15449
15450         * gnus-int.el (gnus-server-unopen-status): Add :version.
15451
15452         * gnus-group.el (gnus-group-jump-to-group-prompt)
15453         (gnus-large-ephemeral-newsgroup)
15454         (gnus-fetch-old-ephemeral-headers): Add :version.
15455
15456         * gnus-fun.el (gnus-x-face-directory)
15457         (gnus-convert-pbm-to-x-face-command)
15458         (gnus-convert-image-to-x-face-command)
15459         (gnus-convert-image-to-face-command): Add :version.
15460
15461         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15462
15463         * gnus-cite.el (gnus-cite-blank-line-after-header)
15464         (gnus-article-boring-faces): Add :version.
15465
15466         * gnus-art.el (gnus-buttonized-mime-types)
15467         (gnus-inhibit-mime-unbuttonizing)
15468         (gnus-treat-display-face)
15469         (gnus-treat-body-boundary): Change :version.
15470         (gnus-body-boundary-delimiter, gnus-picon-databases)
15471         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15472         (gnus-treat-date-english, gnus-treat-fold-headers)
15473         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15474         (gnus-treat-mail-picon, gnus-treat-wash-html)
15475         (gnus-article-encrypt-protocol)
15476         (gnus-use-idna, gnus-article-over-scroll)
15477         (gnus-mime-display-multipart-alternative-as-mixed)
15478         (gnus-mime-display-multipart-related-as-mixed)
15479         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15480         (gnus-ctan-url, gnus-button-ctan-handler)
15481         (gnus-button-handle-ctan-bogus-regexp)
15482         (gnus-button-ctan-directory-regexp)
15483         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15484         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15485         (gnus-button-man-level, gnus-button-emacs-level)
15486         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15487
15488         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15489         (gnus-agent-go-online): Change :version.
15490         (gnus-agent-expire-unagentized-dirs)
15491         (gnus-agent-auto-agentize-methods): Add :version.
15492
15493         * flow-fill.el (fill-flowed-display-column)
15494         (fill-flowed-encode-column): Add :version.
15495
15496         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15497         (gnus-outlook-deuglify-unwrap-max)
15498         (gnus-outlook-deuglify-cite-marks)
15499         (gnus-outlook-deuglify-unwrap-stop-chars)
15500         (gnus-outlook-deuglify-no-wrap-chars)
15501         (gnus-outlook-deuglify-attrib-cut-regexp)
15502         (gnus-outlook-deuglify-attrib-verb-regexp)
15503         (gnus-outlook-deuglify-attrib-end-regexp)
15504         (gnus-outlook-display-hook): Add :version.
15505
15506         * binhex.el (binhex-use-external): Add :version.
15507
15508 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15509
15510         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15511         and `invisible'.
15512
15513 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15514
15515         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15516         in gnus-registry-trim.
15517
15518 2004-09-13  Simon Josefsson  <jas@extundo.com>
15519
15520         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15521
15522         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15523
15524         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15525         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15526         <yamaoka@jpl.org>.
15527         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15528         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15529         <yamaoka@jpl.org>.
15530
15531         * sieve.el (sieve-manage-mode): Ditto.
15532
15533 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15534
15535         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15536
15537 2004-09-11  Simon Josefsson  <jas@extundo.com>
15538
15539         * dns-mode.el: Add.
15540
15541         * mm-view.el (mm-display-dns-inline): Add.
15542
15543         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15544         (mm-automatic-display): Ditto.
15545
15546         * mailcap.el (mailcap-mime-data): Add text/dns.
15547         (mailcap-mime-extensions): Map .soa to text/dns.
15548
15549 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15550
15551         * gnus-art.el (article-decode-mime-words, article-babel)
15552         (gnus-article-highlight-signature, gnus-article-add-buttons)
15553         (gnus-signature-toggle): Remove unnecessary bindings of
15554         `inhibit-read-only' inherited from v5.10 merge.
15555
15556 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * nntp.el (nntp): New customization group.
15559         (nntp-authinfo-file): Add customization group.
15560
15561         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15562
15563         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15564
15565         * gnus.el (to-address, to-list, subscribed)
15566         (large-newsgroup-initial): Ditto.
15567
15568         * flow-fill.el (fill-flowed-display-column)
15569         (fill-flowed-encode-column): Ditto.
15570
15571 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15572
15573         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15574         Use point-min rather than 1.
15575         (message-send-mail): Use buffer-size rather than point-max.
15576
15577         * gnus-sum.el (gnus-summary-search-article-forward):
15578         Signal a specific `search-failed' rather than a generic `error'.
15579
15580         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15581         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15582         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15583
15584 2004-09-10  Simon Josefsson  <jas@extundo.com>
15585
15586         * nndb.el (require): Remove tcp and duplicate cl.
15587
15588 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * gnus-agent.el (directory-files-and-attributes): Move forward.
15591
15592 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15593
15594         * gnus-agent.el (directory-files-and-attributes): Optionally
15595         defined to support XEmacs.
15596
15597 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15598
15599         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15600         to avoid run-time CL dependencies.
15601         (gnus-agent-unfetch-articles): New function.
15602         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15603         article numbers even when local .overview file is missing.
15604         (gnus-agent-read-article-number): New function.  Only accepts
15605         27-bit article numbers.
15606         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15607         gnus-agent-read-article-number.
15608         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15609         from backend while recognizing that article numbers in .overview
15610         must be valid.
15611         (gnus-agent-update-files-total-fetched-for): Use
15612         directory-files-and-attributes to improve performance.
15613         * gnus-int.el (gnus-request-move-article): Use
15614         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15615         improve performance.
15616
15617         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15618         some users confused by references to .newsrc when they only have a
15619         .newsrc.eld file.
15620         (gnus-convert-mark-converter-prompt)
15621         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15622         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15623         New function.  Used internally to only display 'gnus converting
15624         files' message when actually necessary.
15625
15626         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15627         methods now autoloaded.
15628
15629 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15632         identifiers.
15633
15634 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15635
15636         * gnus-picon.el: Fix indentation and closing parenthesis.
15637
15638 2004-09-01  Simon Josefsson  <jas@extundo.com>
15639
15640         * message.el (message-canlock-generate): Require sha1, not
15641         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15642         to require within a function.  Sadly, if sha1.el isn't loaded, the
15643         let binding in m-c-g will hide the defcustom definition, which is
15644         bad.)
15645
15646         * canlock.el: Require sha1, not sha1-el.
15647
15648         * message.el: Don't autoload sha1 (there is a autoload cookie in
15649         sha1.el).
15650
15651         * sha1-el.el: Renamed to sha1.el.
15652
15653 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15654
15655         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15656
15657 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15658
15659         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15660
15661 2004-08-30  Kim F. Storm  <storm@cua.dk>
15662
15663         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15664
15665         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15666         Add :group 'nnimap.
15667
15668 2004-08-30  Andreas Schwab  <schwab@suse.de>
15669
15670         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15671         ?* and ?\;.
15672
15673         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15674         and ?\' to symbol instead of whitespace.
15675
15676 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15679
15680         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15681         instead of re-search-forward.
15682
15683         * gnus-uu.el (gnus-uu-save-article): Ditto.
15684         (gnus-uu-post-encode-uuencode): Ditto.
15685
15686         * html2text.el (html2text-clean-list-items): Ditto.
15687         (html2text-clean-dtdd): Ditto.
15688         (html2text-format-tags): Ditto.
15689
15690         * message.el (message-send-mail-with-sendmail): Fix regexp.
15691         (message-fill-field-general): Use search-forward instead of
15692         re-search-forward.
15693         (unbold-region): Ditto.
15694
15695         * nnrss.el (nnrss-request-article): Ditto.
15696
15697         * nnslashdot.el (nnslashdot-request-article): Ditto.
15698
15699         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15700
15701         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15702         "Unrecognized menu descriptor" error in XEmacs.
15703
15704 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15705
15706         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15707         parent article of a sparse article in the thread hashtb.
15708
15709 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15710
15711         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15712         (nnmail-expand-newtext): Lowercase expanded entries if
15713         nnmail-split-lowercase-expanded is non-nil.
15714
15715 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15718
15719         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15720         of gnus-tmp-news-method into string under XEmacs.  It will be
15721         passed to gnus-correct-length which takes only a string argument.
15722
15723 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15724
15725         * gnus-util.el (gnus-bind-print-variables): New macro.
15726         (gnus-prin1): Use it.
15727         (gnus-prin1-to-string): Use it.
15728         (gnus-pp): New function.
15729         (gnus-pp-to-string): New function.
15730
15731         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15732         Replace pp-to-string with gnus-pp-to-string.
15733         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15734         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15735         * gnus-msg.el (gnus-debug): Ditto.
15736         * gnus-score.el (gnus-score-save): Ditto.
15737         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15738         gnus-pp-to-string.
15739         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15740         with gnus-pp.
15741         * score-mode.el (gnus-score-pretty-print): Ditto.
15742         * webmail.el (webmail-debug): Ditto.
15743
15744 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * gnus-art.el (article-display-face, article-display-x-face):
15747         Use buffer-read-only.
15748
15749 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * gnus-art.el (article-hide-list-identifiers):
15752         Bind inhibit-read-only as t.
15753
15754 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15755
15756         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15757
15758 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15759
15760         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15761         (gnus-narrow-to-page): Don't assume point-min == 1.
15762         (gnus-article-edit-mode): Derive from message-mode.
15763
15764         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15765         point-min == 1.
15766
15767         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15768         Disable incorrect use of `assert'.
15769
15770         * message.el (message-mode): Set comment-start-skip.
15771
15772
15773 2004-08-22  Sam Steingold  <sds@gnu.org>
15774
15775         * pop3.el (pop3-leave-mail-on-server): New user variable.
15776         (pop3-movemail): Delete mail only when it is nil.
15777
15778 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15781
15782         * mml.el (mml-preview): Use `pop-to-buffer'.
15783
15784         * message.el (message-goto-mail-followup-to): Insert after "To".
15785         (message-carefully-insert-headers): Add comment.
15786
15787         * gnus.el: Remove unused variable `gnus-article-check-size'.
15788
15789         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15790
15791         * gnus-art.el (gnus-button-alist): Improve
15792         `gnus-button-handle-library' entry.
15793
15794 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15795
15796         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15797         downcase, since XEmacs capitalizes error messages differently.
15798
15799 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15800
15801         * nntp.el: Add (require 'gnus) due to reference to
15802         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15803
15804 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15805
15806         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15807         `mm-fill-flowed'.
15808
15809         * mm-decode.el (mm-dissect-singlepart): Check it.
15810
15811 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15812
15813         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15814         'imap' for netrc parsing.
15815
15816 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15817
15818         * mailcap.el (mailcap-mime-data): Mark as risky.
15819
15820 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15823         may be included in the encoded word.
15824         (rfc2047-encode): Don't append a space if the encoded word
15825         includes close parenthesis.
15826
15827 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15830         of text within parentheses.
15831
15832 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15833
15834         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15835         (gnus-encrypt-write-file-contents): Make the password key the file
15836         name PLUS the cipher, not just the cipher.  Also remove failed
15837         passwords from the cache.
15838
15839 2004-08-06  Simon Josefsson  <jas@extundo.com>
15840
15841         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15842         fix.
15843
15844 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15847         LWSP.
15848
15849 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15850
15851         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15852         to append in-reply-to: data to the references: header.
15853
15854         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15855         (netrc-parse): Use gnus-encrypt.el functions.
15856
15857         * gnus-encrypt.el: Add new file for encryption support; currently
15858         does only a few GPG ciphers and an internal XOR cipher.
15859
15860         * password.el: Add comments on using password-read-and-add.
15861         (password-read-and-add): Add function to read and add the
15862         password to the cache at once.
15863
15864 2004-07-28  Simon Josefsson  <jas@extundo.com>
15865
15866         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15867         parameter (but don't use it, for now).
15868
15869         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15870         instead of hard coding to nil.
15871
15872 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15875         as mm-inline-image-xemacs does.
15876
15877 2004-07-26  Simon Josefsson  <jas@extundo.com>
15878
15879         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15880         Revert part of 2004-07-17 change below.
15881
15882 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15885         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15886
15887 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15888
15889         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15890         quotes that actually start with ">" at the beginning of the
15891         lines.
15892
15893 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * rfc2047.el (rfc2047-encode-region): Fix last change.
15896         (rfc2047-encode-parameter): Remove useless concat.
15897
15898 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15901         encode special characters; fix some kind of misconfigured headers;
15902         signal a real error if debug-on-quit or debug-on-error is non-nil.
15903         (rfc2047-encode-max-chars): New variable.
15904         (rfc2047-encode-1): Use it.
15905         (rfc2047-encode-parameter): New function.
15906
15907         * mml.el (mml-insert-parameter): Remove an excessive space.
15908
15909 2004-07-17  Simon Josefsson  <jas@extundo.com>
15910
15911         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15912         Kai Grossjohann <kai@emptydomain.de>.
15913         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15914         (gnus-group-make-menu-bar): Ditto.
15915
15916         * gnus-util.el (gnus-group-server): Add.
15917
15918 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15919
15920         * message.el (message-clone-locals): Clone sendmail and smtp
15921         variables.
15922
15923 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * rfc2047.el (rfc2047-encode-region): Fix last change.
15926
15927 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15930         characters as non-special.
15931
15932 2004-07-09  Simon Josefsson  <jas@extundo.com>
15933
15934         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15935         Users will lose all flag changes made while unplugged with
15936         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15937         good default.  See numerous reports on ding mailing list.
15938
15939 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15942         add generate-head-function and generate-article-function to the
15943         rfc822-forward entry.
15944         (nndoc-rfc822-forward-generate-article): New function.
15945         (nndoc-rfc822-forward-generate-head): New function.
15946
15947         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15948
15949 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15950
15951         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15952         respect display group parameter and gnus-summary-expunge-below.
15953         (gnus-articles-to-read): Remove unused reference to display group
15954         parameter.
15955
15956 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15957
15958         * nnheader.el (nnheader-uniquify-message-id): New experimental
15959         variable.
15960         (nnheader-nov-read-message-id): Use it.
15961
15962         * spam-report.el (spam-report-gmane): Add interactive.
15963
15964 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15967         qp-or-base64 for the application/* types.
15968
15969 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15970
15971         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15972
15973 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15974
15975         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15976         trim value.
15977
15978 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15979
15980         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15981         New macro and function.
15982         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15983
15984 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15987         after-load-alist.
15988
15989 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15990
15991         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15992         update info that isn't there.
15993
15994 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15995
15996         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15997         entry.
15998
15999 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * mm-view.el (mm-inline-render-with-function): Use multibyte
16002         buffer; decode html source by charset.
16003
16004         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16005
16006         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16007         Mule-UCS is loaded under XEmacs.
16008         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16009
16010 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16011
16012         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16013
16014 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * mm-util.el (mm-coding-system-p): Return a coding-system.
16017         (mm-mime-mule-charset-alist): Use shift_jis instead of
16018         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16019         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16020         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16021         instead of japanese-shift-jis and iso-latin-1 respectively in
16022         order to share the default value with both Emacs and XEmacs-mule.
16023         (mm-mule-charset-to-mime-charset): Make
16024         mm-coding-system-priorities effective.
16025         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16026         while predicating of candidates upon the priorities.
16027
16028 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16029
16030         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16031         gnus-uu-invert-processable.
16032
16033         * gnus.el: Autoload gnus-uu-invert-processable.
16034
16035 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * mm-util.el (mm-with-multibyte-buffer): New macro.
16038
16039         * rfc2047.el (rfc2047-encode-string): Use it.
16040         (rfc2047-encode-region): Move point to the end of the region after
16041         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16042
16043 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16046         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16047
16048 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16051         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16052         Karl Chen <quarl@nospam.quarl.org>.
16053
16054 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16055
16056         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16057         invalid addresses.
16058
16059 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16060
16061         * spam.el: Change section markers, revise TODO list.
16062         (spam-backends): Make new master list of all installed backends.
16063         (spam-summary-exit-behavior): Add new variable to determine how
16064         messages moves are done at summary exit.
16065         (spam-move-spam-nonspam-groups-only)
16066         (spam-process-ham-in-nonham-groups)
16067         (spam-process-ham-in-spam-groups): Remove variables, the
16068         spam-summary-exit-behavior variable should be used to manage this
16069         behavior.
16070         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16071         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16072         and spam-old-spam-articles.
16073         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16074         Add empty variables, placeholders for the backends they represent.
16075         (spam-set-difference): Move, unchanged.
16076         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16077         unless the user has a processor variable.
16078         (spam-classifications, spam-classification-valid-p)
16079         (spam-backend-properties, spam-backend-property-valid-p)
16080         (spam-backend-function-type-valid-p)
16081         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16082         (spam-report-articles-gmane, spam-report-articles-resend):
16083         Remove functions, they are not needed.
16084         (spam-install-backend-super, spam-backend-list)
16085         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16086         (spam-backend-function, spam-backend-ham-registration-function)
16087         (spam-backend-spam-registration-function)
16088         (spam-backend-ham-unregistration-function)
16089         (spam-backend-spam-unregistration-function)
16090         (spam-backend-statistical-p, spam-backend-mover-p)
16091         (spam-install-backend-alias, spam-install-checkonly-backend)
16092         (spam-install-mover-backend, spam-install-nocheck-backend)
16093         (spam-install-backend, spam-install-statistical-backend)
16094         (spam-install-statistical-checkonly-backend): Add backend installation
16095         support.
16096         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16097         (spam-group-processor-p): Use the new backend code and respect the
16098         summary exit behavior.
16099         (spam-mark-spam-as-expired-and-move-routine): Remove.
16100         (spam-summary-prepare): Change to use the new spam-old-articles
16101         variable.
16102         (spam-copy-or-move-routine, spam-copy-spam-routine)
16103         (spam-move-spam-routine, spam-copy-ham-routine)
16104         (spam-move-ham-routine): Add code to copy/move ham or spam.
16105         (spam-fetch-field-fast): Improve doc and code, plus allow the
16106         'number request.
16107         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16108         variables.
16109         (spam-split, spam-find-spam): Use the new backend code.
16110         (spam-registration-functions): Remove variable.
16111         (spam-unregister-routine): Add convenience wrapper.
16112         (spam-log-undo-registration, spam-register-routine)
16113         (spam-log-processing-to-registry)
16114         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16115         where possible.
16116         (spam-check-gmane-xref, spam-check-regex-headers)
16117         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16118         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16119         (spam-check-bogofilter-headers, spam-check-spamoracle)
16120         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16121         (spam-check-crm114-headers): Use the spam-split-group that
16122         spam-split prepares, no need to determine it every time.
16123
16124         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16125         to the nnheader-parse-naked-head call.
16126
16127         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16128
16129         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16130         the nnheader-nov-read-message-id call.
16131
16132 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16135         gnus-activate-group twice.  Suggested by Markus Peter
16136         <warp@spin.de>.
16137
16138 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * gnus-art.el (gnus-article-time-format): Exchange the order of
16141         day and month in the default value; fix customization type.
16142         (article-date-ut): Use add-text-properties.
16143         (article-make-date-line): Use message-make-date instead of
16144         current-time-string.
16145
16146         * message.el (message-fetch-field): Don't use set-text-properties.
16147         (message-make-date): Simplify.
16148
16149         * messagexmas.el (message-xmas-make-date): New function.
16150         (message-xmas-redefine): Defalias message-make-date to it.
16151
16152 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16155         (rfc2047-encode-region): Treat text within parentheses as special;
16156         show the original text when error has occurred.
16157
16158         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16159         already-computed method to gnus-activate-group.
16160
16161         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16162         same select-methods identical Lisp objects.
16163
16164         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16165         object when modifying the info.
16166
16167 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16170         gnus-opened-servers since it has never been opened with the new
16171         configuration yet.
16172
16173 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16176         arg to nnheader-generate-fake-message-id.
16177
16178 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16179
16180         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16181         number and build a fake message ID localized to a group and
16182         article number (so it's repeatable from that point on).
16183         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16184         ID format.
16185
16186         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16187         nnheader-generate-fake-message-id with the article number.
16188
16189 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16190
16191         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16192         end-of-buffer.
16193
16194 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16195
16196         * message.el (message-ignored-supersedes-headers): Add Approved.
16197
16198 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16201         goto-char.
16202         (rfc2047-encode): Fold the line before encoding.
16203
16204 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16205
16206         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16207         folding -- not all headers can be folded, and this should be done
16208         by the message composition mode.  Probably.  I think.
16209
16210 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16213         fast.
16214
16215         * gnus-ems.el (gnus-remove-image): Don't use
16216         message-text-with-property; remove only the image found first.
16217
16218         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16219         found first.
16220
16221 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16222
16223         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16224
16225 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * message.el (message-text-with-property): Make it fast and accept
16228         optional arguments.
16229         (message-strip-forbidden-properties): Use it.
16230         (message-fix-before-sending): Follow the m-t-w-p change.
16231
16232         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16233
16234 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * gnus-art.el (article-hide-headers): Don't change the buffer
16237         mistakenly when performing mml-preview even if
16238         gnus-single-article-buffer is nil.
16239
16240 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16241
16242         * message.el (message-expand-name-databases): New user option.
16243         (message-expand-name): Use it.
16244
16245 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16246
16247         * spam.el (spam-report-articles-resend)
16248         (spam-report-resend-register-routine): Allow ham reporting.
16249         (spam-report-resend-register-ham-routine): Add wrapper.
16250         (spam-registration-functions): Add ham resending functions.
16251         (spam-list-of-processors): Add ham resend processor.
16252
16253         * gnus.el (ham-resend-to): Add new group parameter.
16254         (spam-process): Add ham resend option.
16255
16256         * spam-report.el (spam-report-resend): Allow reporting ham.
16257         (spam-report-resend-ham): Add wrapper.
16258
16259 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16260
16261         * message.el (message-cite-articles-with-x-no-archive): New
16262         variable.
16263         (message-cite-original): Use it.
16264
16265 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16266
16267         * message.el (message-cite-original): Respect X-No-Archive.
16268
16269 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * gnus-art.el (article-hide-headers): Refer to the values for
16272         gnus-ignored-headers and gnus-visible-headers in the summary
16273         buffer since a user may have set them as group parameters.
16274
16275 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16276
16277         * assistant.el (assistant-node-name): Add convenience function.
16278         (assistant-render-text, assistant-render-node): Add error handling,
16279         plus handle multiple next nodes.
16280         (assistant-find-next-node): Comment out for now.
16281         (assistant-find-next-nodes): Add function, returns list of next
16282         nodes.
16283
16284 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16285
16286         * mail-source.el (mail-source-directory): Fix doc-string.
16287
16288 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16289
16290         * assistant.el (assistant-render-text, assistant-eval): Add :set
16291         widget type, which is different because it takes and returns a
16292         list.  Much hilarity ensues.
16293
16294 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16295
16296         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16297
16298         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16299         doc-string.
16300
16301         * gnus-start.el (gnus-activate-group): Added doc-string.
16302
16303 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16304
16305         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16306
16307 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16308
16309         * assistant.el (assistant-render-text): Try to add a :set
16310         widget, more to come.
16311
16312         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16313         strings.
16314         (spam-report-articles-resend)
16315         (spam-register-routine): Do registration iff any articles warrant
16316         it.
16317         (spam-summary-prepare-exit): Change log message for nil group
16318         destinations.
16319
16320 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16321
16322         * spam.el (spam-report-resend-register-routine): Allow
16323         spam-report-resend-to to be a group parameter or a global value.
16324
16325 2004-05-26  Simon Josefsson  <jas@extundo.com>
16326
16327         * starttls.el: Merge with my GNUTLS based starttls.el.
16328         (starttls-gnutls-program, starttls-use-gnutls)
16329         (starttls-extra-arguments, starttls-process-connection-type)
16330         (starttls-connect, starttls-failure, starttls-success): New
16331         variables.
16332         (starttls-program, starttls-extra-args): Doc fix.
16333         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16334         functions.
16335         (starttls-negotiate, starttls-open-stream): Check
16336         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16337         function if it is set.
16338
16339 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16340
16341         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16342         structured fields.
16343
16344 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16347
16348 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16349
16350         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16351         variable.
16352         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16353         assigning the spam-mark to new messages.
16354
16355 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16356
16357         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16358
16359 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16362
16363         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16364         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16365         default.
16366
16367 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16368
16369         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16370         correct data.
16371
16372 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16373
16374         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16375         (spam-group-processor-p): Fix function.
16376         (spam-group-processor-multiple-p)
16377         (spam-group-spam-processor-report-gmane-p)
16378         (spam-group-spam-processor-report-resend-p)
16379         (spam-group-spam-processor-bogofilter-p)
16380         (spam-group-spam-processor-blacklist-p)
16381         (spam-group-spam-processor-ifile-p)
16382         (spam-group-ham-processor-ifile-p)
16383         (spam-group-spam-processor-spamoracle-p)
16384         (spam-group-spam-processor-crm114-p)
16385         (spam-group-ham-processor-bogofilter-p)
16386         (spam-group-spam-processor-stat-p)
16387         (spam-group-ham-processor-stat-p)
16388         (spam-group-ham-processor-whitelist-p)
16389         (spam-group-ham-processor-BBDB-p)
16390         (spam-group-ham-processor-spamoracle-p)
16391         (spam-group-ham-processor-copy-p): Remove functions with some
16392         prejudice against unneeded code.
16393         (spam-report-articles-resend)
16394         (spam-report-resend-register-routine): Allow the group/topic
16395         spam-resend-to value to override spam-report-resend-to.
16396         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16397         properly now.
16398
16399         * gnus.el (spam-resend-to): Add group/topic parameter.
16400         (spam-process): Move the OBSOLETE processors to the end of the
16401         choices.
16402
16403 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16404
16405         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16406         with resend-to set to nil, and then ask the user if necessary.
16407         (spam-report-resend): spam-report-resend takes a list of articles, not
16408         separate article numbers.
16409
16410 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16413         addition to emacs-w3m.
16414
16415 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16416
16417         * assistant.el (assistant-authinfo-data): New function.
16418         (assistant-eval): Eval for entire assistant.
16419
16420         * netrc.el (netrc-services-file): New variable.
16421         (netrc-parse-services): New function.
16422         (netrc-find-service-name): New function.
16423         (netrc-find-service-number): New function.
16424         (netrc-port-equal): New function.
16425         (netrc-machine): Use it.
16426
16427         * nnimap.el (nnimap-open-connection): Use netrc.
16428
16429         * gnus-util.el (gnus-netrc-get): Remove aliases.
16430
16431         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16432
16433         * assistant.el (wid-edit): Fix compilation.
16434
16435         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16436
16437 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16438
16439         * gnus-util.el (gnus-set-file-modes): New function.  (small
16440         patch).
16441
16442 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16443
16444         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16445
16446         * assistant.el (assistant-render-node): Fix up rendering and
16447         read-only text.
16448         (assistant-render-node): Reset.
16449         (assistant-make-read-only): Not sticky.
16450
16451 2004-05-20  Danny Siu  <dsiu@adobe.com>
16452
16453         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16454         centered even when gnus-auto-center-summary is t.
16455
16456 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16457
16458         * dns.el (dns-get-txt-answer): New function.
16459         (dns-read-txt): Ditto.
16460         (query-dns): Use it.
16461
16462 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16465         active for foreign groups even if the group level is higher than
16466         the specified value.
16467
16468 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16469
16470         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16471         non-active groups.
16472
16473         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16474
16475 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16476
16477         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16478
16479 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16480
16481         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16482         (spam-crm114-header, spam-crm114-spam-switch)
16483         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16484         (spam-crm114-positive-spam-header)
16485         (spam-crm114-database-directory, spam-list-of-processors)
16486         (spam-group-spam-processor-crm114-p)
16487         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16488         (spam-generic-score, spam-list-of-checks)
16489         (spam-list-of-statistical-checks, spam-registration-functions)
16490         (spam-check-crm114-headers, spam-crm114-score)
16491         (spam-check-crm114, spam-crm114-register-with-crm114)
16492         (spam-crm114-register-spam-routine)
16493         (spam-crm114-unregister-spam-routine)
16494         (spam-crm114-register-ham-routine)
16495         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16496         asjo@koldfront.dk (Adam Sjøgren).
16497
16498         * gnus.el: Add spam-use-crm114.
16499
16500         * spam.el (spam-list-of-processors, spam-registration-functions):
16501         Add spam-use-resend.
16502         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16503         (spam-report-articles-gmane): Add doc fix.
16504         (spam-report-articles-resend, spam-report-resend-register-routine):
16505         Add wrappers around spam-report-resend-to.
16506
16507         * spam-report.el (spam-report-resend-to, spam-report-resend):
16508         Add support for resending spam.
16509         (spam-report-gmane): Fix line length >80.
16510
16511         * gnus.el (spam-process): Add spam-use-resend.
16512
16513 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16514
16515         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16516         number of processed spam messages.
16517         (spam-ham-copy-or-move-routine): Return the number of processed
16518         ham messages.
16519         (spam-summary-prepare-exit): Use the above values to decide
16520         whether status messages shouled be displayed.
16521
16522 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16525         `rfc2047-encoding-function-alist' in order to avoid conflicting
16526         with the old version.
16527         (rfc2047-encode-region): Concatenate words containing non-ASCII
16528         characters in structured fields; don't encode space-delimited
16529         ASCII words even in unstructured fields; don't break words at
16530         char-category boundaries.
16531         (rfc2047-encode-1): New function.
16532         (rfc2047-encode): Use it; encode text so that it occupies the
16533         maximum width within 76-column; work correctly on Q encoding for
16534         iso-2022-* charsets.
16535         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16536         sure not to break a line just after the header name.
16537         (rfc2047-b-encode-region): Removed.
16538         (rfc2047-b-encode-string): New function.
16539         (rfc2047-q-encode-region): Removed.
16540         (rfc2047-q-encode-string): New function.
16541
16542         * mm-util.el (mm-replace-in-string): New function.
16543
16544 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16545
16546         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16547         get it right.
16548         (gnus-inews-make-draft): Really.
16549
16550 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16551
16552         * nnmh.el (nnmh-request-list-1): Don't check the link count
16553         before descending.  (small patch)
16554
16555 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16556
16557         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16558         stuff.
16559
16560         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16561         on real group name.
16562
16563         * gnus-art.el (gnus-signature-limit): Doc fix.
16564
16565         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16566
16567         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16568
16569 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16570
16571         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16572         isn't a string.
16573
16574 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16575
16576         * gnus-draft.el (gnus-draft-send): Bind
16577         rfc2047-encode-encoded-words.
16578
16579         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16580         (rfc2047-encodable-p): Say that =? needs encoding.
16581         (rfc2047-encode-encoded-words): New variable.
16582
16583         * gnus-group.el (gnus-group-select-group): Doc fix.
16584
16585         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16586
16587         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16588         to nil.
16589
16590         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16591
16592         * nnheader.el (nnheader-get-lines-and-char): New function.
16593
16594 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16595
16596         * gnus-msg.el (gnus-summary-followup-with-original): Document
16597         yanking of region when active.
16598
16599 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16602         groups if the group level is higher than the specified value.
16603
16604 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16605
16606         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16607         (gnus-group-jump-to-group): Added prefix argument using
16608         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16609         non-active group.
16610
16611         * compface.el (uncompface): Be verbose when changing
16612         `uncompface-use-external'.
16613
16614         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16615         handle manual section.
16616
16617 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16618
16619         * gnus-art.el (gnus-button-alist): Revert previous change.
16620
16621 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16622
16623         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16624
16625 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16626
16627         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16628         whether backend can accept message.
16629
16630         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16631
16632 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16633
16634         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16635         Avoid creating directory when nntp-marks-is-evil is true.
16636         Reported by Reiner Steib.
16637
16638 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16639
16640         * gnus-picon.el (gnus-picon-style): New variable.
16641         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16642         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16643         Jesper Harder <harder@ifa.au.dk>.
16644
16645 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16646
16647         * message.el (message-fill-field): Return point.
16648         (message-generate-headers): Go to end of field.
16649
16650         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16651         stuff for non-living groups.
16652
16653 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16654
16655         * gnus-art.el (gnus-article-followup-with-original)
16656         (gnus-article-reply-with-original): gnus-mark-active-p ->
16657         gnus-region-active-p.
16658
16659 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16660
16661         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16662         only when there is spam or ham to be processed.
16663
16664 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16665
16666         * mail-source.el (mail-source-delete-crash-box): Refactor.
16667         (mail-source-fetch): Use it.
16668         (mail-source-fetch-file): Ditto.
16669         (mail-source-fetch-directory): Run postscript in loop.
16670         (mail-source-fetch-pop): Delete.
16671         (mail-source-fetch-maildir): Ditto.
16672         (mail-source-fetch-imap): Ditto.
16673
16674         * imap.el (imap-authenticators): Comment out sasl.
16675
16676         * message.el (message-skip-to-next-address): New function.
16677         (message-fill-header-address): Refactor.
16678         (message-fill-address): Use it.
16679         (message-delete-address): Use it.
16680         (message-fill-header-general): Refactor.
16681         (message-fill-field-address): Rename.
16682         (message-narrow-to-field): Find the start of the header.
16683         (message-header-format-alist): Don't pre-fill.
16684         (message-fill-header): Removed.
16685         (message-insert-header): New function.
16686         (message-shorten-references): Use it.
16687
16688         * rfc2047.el (rfc2047-field-value): Strip props.
16689
16690         * mail-parse.el (mail-header-make-address): New alias.
16691
16692         * ietf-drums.el (ietf-drums-make-address): New function.
16693
16694         * imap.el: Add compiler directives.
16695
16696         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16697
16698         * gnus-art.el (article-decode-idna-rhs): Don't use
16699         message-idna-inside-rhs-p.
16700
16701 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16702
16703         * message.el (message-idna-inside-rhs-p): Removed.
16704         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16705
16706         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16707         false positives.
16708
16709 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16710
16711         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16712
16713 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16714
16715         * nneething.el (nneething-file-name): Don't create spurious
16716         files.
16717
16718         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16719         (gnus-inews-do-gcc): Remove sleep.
16720
16721         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16722         part under point.
16723
16724         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16725         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16726
16727 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16728
16729         * spam.el (spam-summary-prepare-exit): Fixed (length).
16730
16731 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16732
16733         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16734         as expired without moving it" message when there are spam
16735         messages left.
16736
16737 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16738
16739         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16740         header is not nil.
16741
16742 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16743
16744         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16745         nntp-possibly-create-directory, not nntp-possibly-change-group.
16746         (nntp-marks-changed-p): New arg SERVER.
16747         (nntp-request-update-info): Adjust caller.
16748
16749 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16750
16751         * nntp.el (nntp-save-marks): Pass missing arg.
16752
16753 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16754
16755         * nntp.el: Support marks.
16756         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16757         (nntp-marks-modtime, nntp-marks-directory): New variables.
16758         (nntp-request-set-mark, nntp-request-update-info)
16759         (nntp-possibly-create-directory, nntp-marks-changed-p)
16760         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16761         functions.
16762
16763 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16764
16765         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16766         (gnus-xmas-redefine): Rename.
16767
16768         * gnus-score.el (gnus-score-insert-help): Use
16769         gnus-select-lowest-window.
16770
16771         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16772         appt-select-lowest-window and rename to gnus-select-lowest-window.
16773
16774         * gnus.el: do.
16775
16776 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16777
16778         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16779         encodings of MIME-encoded words, in order to improve
16780         interoperability with several broken MUAs.
16781
16782 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16783
16784         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16785         tags, only when charsets are not specified in headers.
16786         (mm-inline-text-html-render-with-w3m): Ditto.
16787
16788         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16789         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16790
16791 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16792
16793         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16794         instead of MIME-decoded from fields when checking
16795         `gnus-article-address-banner-alist'.
16796
16797 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16798
16799         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16800         description rather than subject.
16801
16802 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16803
16804         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16805
16806 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16807
16808         * gnus.el (gnus-version-number): Bump.
16809
16810 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16811
16812         * gnus.el: No Gnus v0.2 is released.
16813
16814 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16815
16816         * gnus-agent.el (gnus-agent-read-agentview): Inline
16817         gnus-uncompress-range.
16818
16819 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16820
16821         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16822         `exec-installed-p'.
16823
16824 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16825
16826         * gnus.el (spam-process, spam-autodetect-methods): Add
16827         bsfilter and bsfilter-headers.
16828
16829         * spam.el (spam-bsfilter): New customize group.
16830         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16831         (spam-bsfilter-header, spam-bsfilter-probability-header)
16832         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16833         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16834         (spam-bsfilter-database-directory): New options.
16835         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16836         (spam-list-of-statistical-checks, spam-registration-functions):
16837         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16838         (spam-bsfilter-score): New command.
16839         (spam-check-bsfilter-headers, spam-check-bsfilter)
16840         (spam-bsfilter-register-with-bsfilter)
16841         (spam-bsfilter-register-spam-routine)
16842         (spam-bsfilter-unregister-spam-routine)
16843         (spam-bsfilter-register-ham-routine)
16844         (spam-bsfilter-unregister-ham-routine): New functions.
16845         (spam-generic-score): Support bsfilter; Accept an optional argument
16846         to recalcurate spam score even if scoring header has already been
16847         added.
16848         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16849         optional argument to recalcurate spam score even if scoring header
16850         has already been added.
16851
16852 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16853
16854         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16855         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16856         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16857         link is missing.
16858
16859 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16860
16861         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16862         (html2text-get-attr): Rewrite.
16863
16864         * message.el (message-setup-1): Remove redundant put-text-property
16865         on mail-header-separator.
16866
16867 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16868
16869         * gnus-registry.el (gnus-registry-cache-whitespace)
16870         (gnus-registry-action, gnus-registry-spool-action)
16871         (gnus-registry-split-fancy-with-parent): Change message levels
16872         from 5 to 3 or 7, as needed.
16873
16874         * spam.el (spam-summary-prepare-exit)
16875         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16876         (spam-split, spam-find-spam, spam-log-undo-registration)
16877         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16878         level from 5 to 6.
16879
16880 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16883         2004-03-04 change).
16884
16885 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16886
16887         * sieve-manage.el (sieve-manage-open):
16888         * nnweb.el (nnweb-insert-html):
16889         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16890         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16891         * nnspool.el (nnspool-request-group):
16892         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16893         * nnml.el (nnml-request-update-info):
16894         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16895         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16896         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16897         (nnimap-request-set-mark):
16898         * nnfolder.el (nnfolder-request-update-info):
16899         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16900         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16901         * gnus-uu.el (gnus-uu-find-articles-matching):
16902         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16903         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16904         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16905         * gnus-nocem.el (gnus-nocem-scan-groups):
16906         * gnus-int.el (gnus-start-news-server):
16907         * gnus-group.el (gnus-group-make-kiboze-group)
16908         (gnus-group-browse-foreign-server):
16909         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16910         Use mapc when appropriate.
16911
16912 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16913
16914         FIXME: Make separate entries for each person.
16915
16916         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16917         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16918         <shields@msrl.com>:
16919
16920         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16921         may need for spam sorting and scoring.
16922         (spam-user-format-function-S): Add user format function suitable for
16923         general use.
16924         (spam-article-sort-by-spam-status): Add sorting function for summary
16925         sorting.
16926         (spam-extra-header-to-number): Add function to get a score from a
16927         header.
16928         (spam-summary-score): Add function to get a numeric score from the
16929         headers.
16930         (spam-generic-score): Fix function doc, was in wrong place.
16931         (spam-initialize): Take symbols when it's run, and install the
16932         extra headers that spam-necessary-extra-headers thinks we need.
16933
16934 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16935
16936         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16937         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16938
16939 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16940
16941         * gnus-sum.el (gnus-set-global-variables)
16942         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16943         (gnus-article-get-xrefs, gnus-summary-best-group)
16944         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16945         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16946         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16947         Use with-current-buffer.
16948
16949 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16950
16951         * spam.el (spam-summary-prepare-exit): Simplify logic.
16952         (spam-fetch-article-header): Read the article header if it's not
16953         available.
16954         (spam-list-articles): Simplify logic.
16955         (spam-filelist-register-routine): Fix bug with unregister-list.
16956
16957         * gnus-registry.el: Fix comments at beginning.
16958
16959 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16960
16961         * message.el (message-cater-to-broken-inn): Remove.
16962         (message-shorten-references): Make sure the total folded length of
16963         References is shorter than 998 characters to cater to a bug in INN
16964         2.3.  Also, don't pretend that references aren't folded -- this
16965         hasn't worked for a while.
16966
16967 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16968
16969         * gnus-agent.el (gnus-agentize):
16970         gnus-agent-send-mail-real-function no longer set to current value
16971         of message-send-mail-function but rather a lambda that calls
16972         message-send-mail-function.  The change makes the agent real-time
16973         responsive to user changes to message-send-mail-function.
16974
16975 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16976
16977         * legacy-gnus-agent.el
16978         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16979         help from Florian Weimer <fw@deneb.enyo.de>
16980
16981 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * nnmail.el (nnmail-cache-insert): Revert last change.
16984
16985 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * nnmail.el (nnmail-cache-insert): Always check whether
16988         nnmail-cache-ignore-groups matches a group name.
16989
16990 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16991
16992         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16993         (spam-find-spam, spam-log-processing-to-registry)
16994         (spam-log-registered-p, spam-log-unregistration-needed-p)
16995         (spam-log-undo-registration): Use gnus-message instead of
16996         gnus-error, none of these errors are fatal.
16997
16998         * gnus-registry.el (gnus-registry-clean-empty-function)
16999         (gnus-registry-clean-empty): Remove only empty entries without
17000         extra data.
17001
17002 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17003
17004         * spam-stat.el (spam-stat-buffer-change-to-spam)
17005         (spam-stat-buffer-change-to-non-spam): Change (error) to
17006         (gnus-message 8) invocation.
17007
17008 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * nntp.el (nntp-via-netcat-command): New variable.
17011         (nntp-via-netcat-switches): New variable.
17012         (nntp-open-via-rlogin-and-netcat): New function.
17013         (nntp-open-connection-function): Doc fix.
17014         (nntp-telnet-command): Doc fix.
17015         (nntp-end-of-line): Doc fix.
17016         (nntp-via-rlogin-command): Doc fix.
17017         (nntp-via-user-name): Doc fix.
17018         (nntp-via-address): Doc fix.
17019
17020 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17023         error in Emacs 21.1.
17024
17025 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17026
17027         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17028
17029 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17030
17031         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17032         (gnus-agent-with-refreshed-group): New macro.
17033         (gnus-agent-rename-group): New function.
17034         (gnus-agent-delete-group): New function.
17035         (gnus-agent-save-group-info): Use gnus-command-method when
17036         `method' parameter is nil.  Don't write nil entries into the
17037         active file.
17038         (gnus-agent-get-group-info): New function.
17039         (gnus-agent-fetch-articles): Use
17040         gnus-agent-update-files-total-fetched-for to increment disk space
17041         used.
17042         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17043         gnus-agent-update-view-total-fetched-for to increment disk space
17044         used.
17045         (gnus-agent-get-local): Added optional parameters to avoid calling
17046         gnus-group-real-name and gnus-find-method-for-group.
17047         (gnus-agent-set-local): Delete stored entry if either min, or max,
17048         are nil.
17049         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17050         quit, use gnus-agent-regenerate-group to record existance of any
17051         articles fetched to disk before the quit occurred.
17052         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17053         gnus-agent-update-view-total-fetched-for, and
17054         gnus-agent-update-files-total-fetched-for to decrement disk space
17055         used.
17056         (gnus-agent-retrieve-headers): Use
17057         gnus-agent-update-view-total-fetched-for to increment disk space
17058         used.
17059         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17060         with gnus-agent-update-files-total-fetched-for to decrement disk
17061         space and fresh group buffer.
17062         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17063         (gnus-agent-need-update-total-fetched-for): New variable.
17064         (gnus-agent-update-files-total-fetched-for): New function.
17065         (gnus-agent-update-view-total-fetched-for): New function.
17066         (gnus-agent-total-fetched-for): New function.
17067
17068         * gnus-cache.el (gnus-cache-save-buffers): Use
17069         gnus-cache-update-overview-total-fetched-for to change disk space
17070         used by this group.
17071         (gnus-cache-possibly-enter-article): Use
17072         gnus-cache-update-file-total-fetched-for to increment disk space
17073         used by this group.
17074         (gnus-cache-possibly-remove-article): Use
17075         gnus-cache-update-file-total-fetched-for to decrement disk space
17076         used by this group.
17077         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17078         (gnus-cache-rename-group): New function.
17079         (gnus-cache-delete-group): New function.
17080         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17081         (gnus-cache-need-update-total-fetched-for): New variable.
17082         (gnus-cache-with-refreshed-group): New macro.
17083         (gnus-cache-update-file-total-fetched-for): New function.
17084         (gnus-cache-update-overview-total-fetched-for): New function.
17085         (gnus-cache-rename-group-total-fetched-for): New function.
17086         (gnus-cache-delete-group-total-fetched-for): New function.
17087         (gnus-cache-total-fetched-for): New function.
17088
17089         * gnus-group.el: Require gnus-sum and autoload functions to
17090         resolve warnings when gnus-group.el compiled alone.
17091         (gnus-group-line-format): Documented new %F.
17092         (size of Fetched data) group line format; identifies disk space
17093         used by agent and cache.
17094         (gnus-group-line-format-alist): Defined new F format.
17095         (gnus-total-fetched-for): New function.
17096         (gnus-group-delete-group): No longer update
17097         gnus-cache-active-altered as gnus-request-delete-group now keeps
17098         the cache in sync.
17099         (gnus-group-list-active): Let the agent store a server's active
17100         list if currently plugged.
17101
17102         * gnus-int.el (gnus-request-delete-group):
17103         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17104         local disk in sync with the server.
17105         (gnus-request-rename-group):
17106         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17107         local disk in sync with the server.
17108
17109         * gnus-start.el (gnus-get-unread-articles):
17110         Cosmetic simplification to logic.
17111
17112         * gnus-util.el (gnus-rename-file): New function.
17113
17114 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17115
17116         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17117
17118 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17119
17120         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17121         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17122
17123 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17124
17125         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17126         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17127
17128 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17129
17130         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17131
17132 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17133
17134         * spam.el (spam-set-difference): Add function to replace
17135         gnus-set-difference in spam.el.
17136         (spam-summary-prepare-exit): Use spam-set-difference.
17137
17138 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17139
17140         * gnus-registry.el (gnus-registry-cache-file): Update to use
17141         gnus-dribble-directory OR gnus-home-directory OR ~.
17142         (gnus-registry-split-fancy-with-parent): Fix doc.
17143
17144 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * message.el (message-exchange-point-and-mark): Use
17147         message-mark-active-p.  Suggested by Jesper Harder
17148         <harder@ifa.au.dk>.
17149
17150 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * message.el (message-exchange-point-and-mark): Don't activate
17153         region if it was inactive.  Suggested by Hiroshi Fujishima
17154         <pooh@nature.tsukuba.ac.jp>.
17155
17156 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17157
17158         * gnus-art.el (article-display-face): Display Faces in the same
17159         order as X-Faces.
17160
17161 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17164
17165 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17168         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17169         (gnus-article-mime-hierarchy): Remove.
17170         (gnus-article-mime-hierarchy-next): Remove.
17171         (gnus-article-mode): Revert 2004-03-19 change.
17172         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17173         (gnus-insert-mime-button): Revert 2004-03-19 change.
17174         (gnus-mime-accumulate-hierarchy): Remove.
17175         (gnus-mime-enter-multipart): Remove.
17176         (gnus-mime-leave-multipart): Remove.
17177         (gnus-mime-display-part): Revert 2004-03-19 change.
17178         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17179
17180         * mml.el (mml-preview): Revert 2004-03-19 change.
17181
17182 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17183
17184         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17185
17186 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17189         t while entering a file name using the mm-with-multibyte macro.
17190         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17191
17192         * mm-util.el (mm-with-multibyte): New macro.
17193
17194 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17197         user option.
17198         (gnus-mime-multipart-functions): Doc and customization fix.
17199         (gnus-article-mime-hierarchy): New variable.
17200         (gnus-article-mime-hierarchy-next): New variable.
17201         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17202         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17203         gnus-article-mime-hierarchy-next to nil.
17204         (gnus-insert-mime-button): Show hierarchy numbers.
17205         (gnus-mime-accumulate-hierarchy): New function.
17206         (gnus-mime-enter-multipart): New function.
17207         (gnus-mime-leave-multipart): New function.
17208         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17209         (gnus-mime-display-alternative): Show hierarchy numbers.
17210
17211         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17212         gnus-article-mime-hierarchy-next to nil.
17213
17214 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17215
17216         * dns.el: Don't require gnus-xmas.
17217
17218 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17219
17220         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17221         inline PGP.
17222         (mml-menu): Disable mml-quote-region if mark is inactive.
17223
17224 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17225
17226         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17227         when the group's active is not available.
17228
17229 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17232         error.
17233
17234 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17235
17236         * imap.el (imap-store-password): New variable.
17237         (imap-interactive-login): Use it.
17238         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17239
17240 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17243         window-start and hscroll to summary window.
17244
17245 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17246
17247         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17248         conversion message to newsrc-dribble when an actual conversion is
17249         performed.
17250
17251 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17252
17253         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17254
17255 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * mm-decode.el (mm-complicated-handles): New function reviving
17258         former definition of mm-multiple-handles.
17259
17260         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17261         (gnus-mime-delete-part): Use it.
17262
17263 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17264
17265         * gnus-agent.el (gnus-agent-read-local): Bind
17266         nnheader-file-coding-system to gnus-agent-file-coding-system to
17267         avoid the implicit assumption that they will always be equal.
17268         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17269         coding-system-for-write, as the with-temp-file macro first prints
17270         to a buffer then saves the buffer.
17271
17272 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17273
17274         * gnus-art.el (gnus-article-edit-part): New function.
17275         (gnus-mime-save-part-and-strip): Use it; do query instead of
17276         signaling an error; don't use mm-multiple-handles.
17277         (gnus-mime-delete-part): Ditto.
17278
17279 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17280
17281         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17282         old file versions.
17283         (gnus-group-prepare-hook): Removed function that converted list
17284         form of gnus-agent-expire-days to group properties.
17285
17286         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17287         (gnus-request-accept-article): Re-indented.
17288
17289         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17290         converters to handle old agent file formats.  Added logic for a
17291         "backup before upgrading warning".
17292         (gnus-convert-mark-converter-prompt): Developers can mark
17293         functions as needing (default), or not needing,
17294         gnus-convert-old-newsrc's "backup before upgrading warning".
17295         (gnus-convert-converter-needs-prompt): Tests whether the user
17296         should be protected from potentially irreversable changes by the
17297         function.
17298
17299         * legacy-gnus-agent.el: New.  Provides converters that are only
17300         loaded when gnus-convert-old-newsrc needs to call them.
17301
17302 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17303
17304         * mail-source.el (mail-source-touch-pop): Doc fix.
17305
17306         * message.el (message-smtpmail-send-it): Doc fix.
17307
17308 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17309
17310         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17311
17312         * nnmail.el (nnmail-split-fancy): do.
17313
17314         * gnus-kill.el (gnus-kill, gnus-execute): do.
17315
17316 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17317
17318         * gnus-sum.el (gnus-widget-reversible-match)
17319         (gnus-widget-reversible-to-internal)
17320         (gnus-widget-reversible-to-external): New functions.
17321         (gnus-widget-reversible): New widget.
17322         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17323
17324 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17325
17326         * gnus-sum.el (gnus-thread-sort-functions)
17327         (gnus-article-sort-functions): Document `(not F)' items.
17328
17329 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17330
17331         * spam.el (spam-use-gmane-xref): Add new backend.
17332         (spam-gmane-xref-spam-group): Add variable to control the name of the
17333         Gmane spam group.
17334         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17335         (spam-regex-headers-spam, spam-regex-headers-ham)
17336         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17337         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17338         backends and checks.
17339         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17340
17341         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17342         an autodetect method.
17343
17344 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17345
17346         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17347         articles are being added to a group.
17348         (gnus-request-replace-article): Inform the agent that articles
17349         need to be uncached as the cached contents are no longer valid.
17350
17351 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17352
17353         * binhex.el: Don't autoload executable-find.
17354
17355         * canlock.el: Don't autoload mail-fetch-field.
17356
17357         * dgnushack.el: Autoload c-mode for XEmacs.
17358
17359         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17360
17361         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17362         rmail-dont-reply-to and rmail-output.
17363
17364         * gnus-score.el: Don't autoload ffap-string-at-point.
17365
17366         * gnus-setup.el: Don't autoload sc-cite-original.
17367
17368         * imap.el: Don't autoload base64-decode-string,
17369         base64-encode-string and md5.
17370
17371         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17372         and rmail-msg-restore-non-pruned-header.
17373
17374         * mm-decode.el: Don't autoload executable-find.
17375
17376         * mm-url.el: Don't autoload executable-find.
17377
17378         * mm-view.el: Don't autoload diff-mode.
17379
17380         * nndb.el: Don't autoload news-reply-mode, news-setup,
17381         cancel-timer and telnet.
17382
17383         * password.el: Don't autoload run-at-time for Emacs.
17384
17385         * sha1-el.el: Don't autoload executable-find.
17386
17387         * sieve-mode.el: Don't autoload c-mode.
17388
17389         * uudecode.el: Don't autoload executable-find.
17390
17391 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17392
17393         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17394         (gnus-agent-possibly-alter-active): Avoid null in numeric
17395         comparison.
17396         (gnus-agent-set-local): Refuse to save null in local object table.
17397         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17398         list of articles that will be marked as unread.
17399
17400 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17401
17402         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17403
17404 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17405
17406         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17407         language tags.
17408
17409 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17410
17411         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17412         Don't bind "obarray".
17413
17414         * gnus-sum.el (gnus-thread-sort-functions): Added
17415         `gnus-thread-sort-by-most-recent-number' and
17416         `gnus-thread-sort-by-most-recent-date'.
17417         Reported by Kai Grossjohann <kai@emptydomain.de>.
17418
17419 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17422
17423 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17424
17425         * gnus-cus.el (gnus-agent-customize-category): Removed
17426         ignore-errors macro reference that required cl to be loaded at
17427         run-time.
17428
17429         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17430         single-interval range of the form (min . max).  Previously the
17431         range had to look like ((min . max)).  Likewise, return
17432         (min . max) rather than ((min . max)).
17433         (gnus-range-map): Use gnus-range-normalize to accept
17434         single-interval range.
17435
17436         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17437         the cache, but not the agent, now appear with their usual face.
17438
17439         * dgnushack.el (loaddir): New variable that is bound to the
17440         directory containing the dgnushack.el file. Use loaddir, rather
17441         than srcdir, to update load-path. Change lets dgnushack compile
17442         code in directories other than GNUS/lisp.
17443
17444 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17445
17446         * lpath.el: Don't bind w3m-safe-url-regexp.
17447
17448         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17449         w3m-safe-url-regexp variable buffer-local.
17450
17451         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17452
17453 2004-02-27  Simon Josefsson  <jas@extundo.com>
17454
17455         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17456         gnus-group-real-prefix.
17457         (gnus-summary-move-article): Use it, instead of
17458         gnus-group-real-prefix.
17459
17460 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * lpath.el: Bind w3m-safe-url-regexp.
17463
17464         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17465         w3m-safe-url-regexp variable buffer-local and set it as the value
17466         of mm-w3m-safe-url-regexp.
17467
17468         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17469
17470         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17471         parsing gnus-posting-styles when the message is not for replying.
17472
17473         * dgnushack.el: Autoload sgml-mode for XEmacs.
17474
17475         * nnrss.el (nnrss-opml-export): Use
17476         mm-set-buffer-file-coding-system instead of
17477         set-buffer-file-coding-system.
17478
17479 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17480
17481         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17482         of checkdoc.el).
17483         * nnrss.el: do.
17484         * gnus-mlspl.el: do.
17485         * gnus-ml.el: do.
17486         * gnus-srvr.el: do.
17487
17488         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17489
17490 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17491
17492         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17493         Corrections to custom-manual links.
17494
17495         * gnus-art.el (gnus-article): Ditto.
17496
17497         * mm-decode.el (mime-display, mime-security): Ditto.
17498
17499 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17500
17501         * flow-fill.el: Typo.
17502
17503 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17504
17505         * spam-wash.el: New file.
17506
17507 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17508
17509         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17510
17511 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17512
17513         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17514         to be run with new-articles as LIST1, not LIST2.
17515         (spam-registration-functions): Add spam-use-ham-copy as a nil
17516         registration backend.
17517
17518 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17519
17520         * spam-stat.el (spam-stat-washing-hook): New option.
17521         (spam-stat-buffer-words): Use it.
17522         (spam-stat-process-directory, spam-stat-test-directory): Use
17523         insert-file-contents-literally.
17524         (spam-stat-coding-system): New variable.
17525         (spam-stat-load, spam-stat-save): Use it.
17526
17527 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * spam-report.el (spam-report-plug-agent): Quote
17530         spam-report-url-to-file and spam-report-url-ping-plain.
17531
17532 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17533
17534         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17535         / in mailto URLs.
17536
17537 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17538
17539         * spam-report.el (spam-report-process-queue): Fix interactive use.
17540         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17541         (spam-report-unplug-agent): Doc fixes.
17542         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17543         (spam-report-agentize, spam-report-deagentize): Autoload.
17544
17545 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17548
17549         * message.el (message-setup-fill-variables): Add mml tags to
17550         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17551         <ajk@iu.edu>.
17552         (message-mode): Don't modify paragraph-separate there.
17553
17554 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * compface.el (uncompface-use-external): Default to undecided.
17557         (uncompface-use-external-threshold): New variable.
17558         (uncompface-float-time): New macro.
17559         (uncompface): Determine whether to use the external decoder if
17560         uncompface-use-external is undecided.
17561
17562 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17563
17564         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17565         after images.
17566
17567         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17568
17569 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17570
17571         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17572
17573         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17574
17575         * gnus-sum.el (gnus-summary-limit-to-age)
17576         (gnus-summary-limit-children): do.
17577
17578         * gnus-int.el (gnus-request-scan): do.
17579
17580         * gnus-group.el (gnus-group-suspend): do.
17581
17582         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17583
17584         * gnus-cite.el (gnus-cite-parse-attributions): do.
17585
17586         * gnus-agent.el (gnus-summary-set-agent-mark)
17587         (gnus-agent-regenerate-group): do.
17588
17589         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17590
17591         * binhex.el (binhex-decode-region-internal): do.
17592
17593 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * gnus-fun.el (gnus-face-properties-alist): New user option.
17596         (gnus-display-x-face-in-from): Use it.
17597
17598         * gnus-art.el (article-display-face): Ditto.
17599
17600         * compface.el (uncompface-use-external): Default to nil.
17601
17602 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17603
17604         * nntp.el (nntp-erase-buffer): New function.
17605         (nntp-retrieve-data, nntp-send-command)
17606         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17607         (nntp-possibly-change-group): Use it.
17608
17609         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17610         with-current-buffer.
17611
17612 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17613
17614         * compface.el: Merge the ELisp-based uncompface program.
17615         (compface): New customization group.
17616         (uncompface-use-external): New user option.
17617         (uncompface): Call uncompface-internal if uncompface-use-external
17618         is nil.
17619         (uncompface-internal): New function.  Note that there are also
17620         some other functions and variables added for this function.
17621
17622 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17623
17624         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17625         if necessary.
17626
17627 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17628
17629         * spam-report.el (spam-report-unplug-agent)
17630         (spam-report-plug-agent, spam-report-deagentize)
17631         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17632         Add support for the Agent in spam-report: when unplugged, report to a
17633         file; when plugged, submit all the requests.
17634
17635         * spam.el (spam-register-routine): Fix message about
17636         registration.
17637
17638 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17639
17640         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17641         dependencies.
17642         (rfc2047-encode): Use it.
17643
17644         * gnus-art.el (gnus-button-marker-list): Move before first
17645         reference.
17646
17647         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17648         (imap-parse-body): Fix format string mismatch.
17649
17650         * gnus-score.el (gnus-summary-increase-score): do.
17651
17652         * nnrss.el (nnrss-close): New function.
17653
17654 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17655
17656         * nnrss.el (nnrss-make-filename): New function.
17657         (nnrss-request-delete-group, nnrss-read-server-data)
17658         (nnrss-save-server-data, nnrss-read-group-data)
17659         (nnrss-save-group-data): Use it.
17660         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17661         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17662         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17663
17664 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17665
17666         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17667
17668 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17669
17670         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17671         files.
17672
17673         * message.el (message-generate-headers-first): Don't quote nil
17674         and t in docstrings.
17675
17676         * imap.el (imap-id): do.
17677
17678         * gnus-agent.el (gnus-agent-consider-all-articles)
17679         (gnus-agent-queue-mail): do.
17680
17681 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17682
17683         * spam-report.el (spam-report-process-queue): New function.
17684         Process requests from `spam-report-requests-file'.
17685         (spam-report-process-queue): Doc fix.
17686
17687 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17688
17689         * spam.el (spam-register-routine)
17690         (spam-log-processing-to-registry, spam-log-registered-p)
17691         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17692         Change "check" to "spam-check" for semi-clarity.
17693
17694 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17695
17696         * pop3.el: Require nnheader.
17697
17698         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17699
17700         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17701
17702         * gnus-picon.el: Require cl.
17703
17704         * gnus-fun.el: Require gnus-ems and gnus-util.
17705
17706         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17707
17708         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17709
17710         * gnus-art.el (gnus-article-edit-mode): Define before first
17711         reference.
17712
17713 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17714
17715         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17716         (gnus-uu-post-encoded): Use point-at-bol.
17717
17718         * gnus-topic.el (gnus-group-active-topic-p): do.
17719
17720         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17721
17722         * gnus-group.el (gnus-group-kill-region): do.
17723
17724         * gnus-art.el (article-date-ut): do.
17725
17726         * message.el (message-fetch-field): Remove redundant
17727         case-fold-search binding.
17728         (message-narrow-to-field): Simplify.
17729
17730 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17731
17732         * spam.el (spam-directory): Derive from `gnus-directory'.
17733
17734         * spam-report.el (spam-report-url-to-file)
17735         (spam-report-requests-file): New function and variable for offline
17736         reporting.
17737         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17738         and user defined function.
17739         (spam-report-url-ping-mm-url): Remove doubled slash.
17740
17741 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17742
17743         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17744
17745 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17746
17747         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17748         format string mismatch.
17749
17750         * sieve.el (sieve-deactivate-all): do.
17751
17752         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17753
17754         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17755
17756         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17757
17758         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17759
17760 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17761
17762         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17763         the list of checks.
17764
17765 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17766
17767         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17768         padding.
17769
17770 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17771
17772         * mm-view.el (mm-fill-flowed): New variable.
17773         (mm-inline-text): Use it.
17774
17775 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17776
17777         * spam.el (spam-spamassassin-register-ham-routine)
17778         (spam-spamassassin-register-spam-routine): Fix function names.
17779
17780 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * gnus.el (gnus-tmp-grouplens): Remove.
17783         (gnus-summary-line-format): Remove grouplens.
17784
17785         * gnus-group.el (gnus-group-line-format): Ditto.
17786
17787         * gnus-spec.el (gnus-format-specs): Ditto.
17788         (gnus-update-format-specifications): Flush the group format spec
17789         cache if there's the grouplens stuff.
17790         (gnus-parse-simple-format): Replace %l with the empty string.
17791
17792 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17793
17794         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17795         omission.
17796
17797 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17800         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17801
17802 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17803
17804         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17805         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17806         New macros and functions.
17807         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17808         Handle > NLINK_MAX messages.
17809         * nnmaildir.el (nnmaildir-request-set-mark): Use
17810         nnmaildir--emlink-p and nnmaildir--eexist-p.
17811
17812 2004-01-25  Alex Schroeder  <alex@gnu.org>
17813
17814         * spam-stat.el (spam-stat-process-directory-age): New option.
17815         (spam-stat-process-directory): Use it.
17816
17817 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17818
17819         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17820         (spam-stat-save): Accept prefix argument.
17821
17822 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17823
17824         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17825         links" error.
17826
17827 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17830         the rest of the and/or forms.
17831
17832 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17833
17834         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17835         compatibility with old .newsrc.eld files.
17836
17837         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17838
17839         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17840
17841         * gnus-start.el (gnus-1): do.
17842
17843         * gnus-group.el (gnus-group-line-format-alist): do.
17844
17845         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17846
17847         * gnus-gl.el: Remove.
17848
17849 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17850
17851         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17852         marks consisting of a single range {for example, (3 . 5)} rather
17853         than a list of a single range { ((3 . 5)) }.
17854
17855 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17856
17857         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17858         with-current-buffer.
17859         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17860         avoid consing a string.
17861
17862         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17863         Remove obsolete entries for big5 and gb2312.
17864
17865 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17866
17867         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17868         uncompressed list.
17869
17870 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17871
17872         * spam-stat.el (spam-stat-strip-xref): New function.
17873         (spam-stat-process-directory): Use it.
17874
17875         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17876         here -- it's done in message-fetch-field.
17877
17878 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17879
17880         * gnus-agent.el (gnus-agent-queue-mail)
17881         (gnus-agent-prompt-send-queue): New variables.
17882         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17883         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17884         "nndraft:queue" along to gnus-draft-send.  Use
17885         gnus-agent-prompt-send-queue.
17886         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17887         is "nndraft:queue".  Suggested by Gaute Strokkenes
17888         <gs234@srcf.ucam.org>
17889
17890         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17891         (agent-enable-undownloaded-faces): Added.
17892         (gnus-agent-cat-groups): Use eval-and-compile, not
17893         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17894         method of gnus-agent-cat-groups even when the buffer has been
17895         evaled.
17896         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17897         delete gnus-agent-save-active-1.
17898         (gnus-agent-save-groups): Deleted.  Identical to
17899         gnus-agent-save-active.
17900         (gnus-agent-write-active): No longer adjust agent's copy of active
17901         file as agent's adjustments are now stored in their own
17902         file.  Removed optional parameter.
17903         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17904         servers.  Add use of min/max range limits from server's local
17905         file.
17906         (gnus-agent-save-alist): Removed unused optional argument.
17907         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17908         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17909         (gnus-agent-set-local): A per-server file that keeps min/max range
17910         limits for articles known to the agent.  Provides a fast mechanism
17911         for altering many active ranges.
17912         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17913         active file (local makes it unnecessary).
17914         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17915
17916         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17917         (agent-enable-undownloaded-faces): Added.
17918
17919         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17920         disable it when sending to "nndraft:queue".
17921         (gnus-group-send-queue): Add safety check to avoid sending queue
17922         when unplugged.
17923
17924         * gnus-group.el (gnus-group-catchup): Use new
17925         gnus-sequence-of-unread-articles, not
17926         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17927         numbers of articles.  Use gnus-range-map to avoid having to
17928         uncompress the unread list.
17929         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17930         Fixed invalid ange-ftp reference.
17931
17932         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17933         (gnus-sorted-range-intersection): Intersection of two ranges
17934         without requiring that they first be uncompressed.
17935
17936         * gnus-start.el (gnus-activate-group): Unless blocked by the
17937         caller, possibly expand the active range to include both cached
17938         and agentized articles.
17939         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17940         multiple version-dependent converters.
17941         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17942         gnus-agent-save-active.
17943         (gnus-save-newsrc-file): Save dirty agent range limits.
17944
17945         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17946         gnus-agent-possibly-alter-active.
17947         (gnus-adjust-marked-articles): Faster handling of simple lists.
17948
17949 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17950
17951         * spam-stat.el (spam-stat-test-directory): New optional argument
17952         displays a list of files detected.  Suggested by Andrew Cohen
17953         <cohen@andy.bu.edu>.
17954         (spam-stat-buffer-words-with-scores): Don't narrow and change
17955         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17956
17957 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17958
17959         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17960         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17961         (spam-spamassassin-arguments)
17962         (spam-spamassassin-spam-flag-header)
17963         (spam-spamassassin-positive-spam-flag-header)
17964         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17965         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17966         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17967         (spam-list-of-processors, spam-list-of-checks)
17968         (spam-list-of-statistical-checks, spam-registration-functions)
17969         (spam-check-spamassassin-headers, spam-check-spamassassin)
17970         (spam-spamassassin-score)
17971         (spam-spamassassin-register-with-sa-learn)
17972         (spam-spamassassin-register-spam-routine)
17973         (spam-spamassassin-register-ham-routine)
17974         (spam-assassin-register-spam-routine)
17975         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17976         (spam-bogofilter-score): Fix to show article before scoring.
17977
17978 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17979
17980         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17981         default scoring function.
17982         (spam-generic-score): Call spam-spamassassin-score if
17983         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17984         spam-bogofilter-score otherwise.
17985
17986         * gnus.el (spam-process, spam-autodetect-methods): Add
17987         spamassassin and spamassassin-headers.
17988
17989 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17990
17991         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17992         Suppress unnecessary messages.
17993
17994 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17995
17996         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17997         make-hash-table.
17998
17999 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * canlock.el (base64-encode-string): Don't autoload it.
18002
18003 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * run-at-time.el: Remove useless (require 'itimer),
18006         eval-and-compile and (featurep 'xemacs).
18007
18008 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18009
18010         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18011         GROUP is a virtual group.
18012
18013 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18014
18015         * gnus.el: Autoload `message-y-or-n-p'.
18016
18017 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18018
18019         * pgg-parse.el: Remove unnecessary (require 'custom).
18020
18021         * pgg-def.el: do.
18022
18023         * nnmail.el: do.
18024
18025         * gnus-undo.el: do.
18026
18027         * gnus-picon.el: do.
18028
18029         * gnus-util.el: do.
18030
18031 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18032
18033         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18034
18035 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18038         handle, as well as a list.
18039
18040         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18041         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18042         (mm-w3m-cid-retrieve): Simplify.
18043
18044 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18045
18046         * message.el (message-kill-to-signature): Allow prefix arg to
18047         specify number of lines to keep before signature.
18048
18049 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18050
18051         * message.el (message-kill-to-signature): Change docstring.
18052
18053 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * canlock.el: Always require sha1-el.
18056         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18057
18058         * message.el: Autoload sha1 only when compiling.
18059
18060         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18061         eudc-expand-inline for XEmacs.
18062
18063 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * message.el (message-canlock-generate): Require sha1-el.
18066
18067 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18068
18069         * message.el (message-expand-name): Silence the byte compiler.
18070
18071         * lpath.el: Add detect-coding-system.
18072
18073         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18074         cus-edit.
18075
18076 2004-01-13  Simon Josefsson  <jas@extundo.com>
18077
18078         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18079         Invoke gnus-score-mode.  Reported by
18080         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18081
18082         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18083         Jim Blandy <jimb@redhat.com> (tiny change).
18084
18085 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18086
18087         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18088
18089 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18090
18091         * spam.el (spam-get-article-as-string): Update to use
18092         gnus-request-article-this-buffer, much simpler.
18093         (spam-get-article-as-buffer): Remove.
18094
18095 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18096
18097         * message.el (message-expand-name): Use EUDC if the user uses that.
18098
18099 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18100
18101         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18102         character for the encoding to avoid consing a string.
18103
18104         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18105         unnecessarily.
18106
18107         * mm-util.el (mm-replace-chars-in-string): Remove.
18108
18109         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18110         of mm-replace-chars-in-string.
18111
18112 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18113
18114         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18115
18116         * mm-util.el (mm-subst-char-in-string): Support inplace.
18117
18118         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18119         a new string in every iteration.  Use shy groups.
18120
18121 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18122
18123         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18124         * gnus-soup.el (gnus-soup-group-brew):
18125         * gnus-msg.el (gnus-put-message):
18126         * gnus-move.el (gnus-group-move-group-to-server):
18127         * gnus-kill.el (gnus-batch-score):
18128         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18129         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18130         (gnus-group-update-group, gnus-group-read-group)
18131         (gnus-group-make-group, gnus-group-make-help-group)
18132         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18133         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18134         (gnus-group-sort-by-unread, gnus-group-catchup)
18135         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18136         (gnus-group-yank-group, gnus-group-set-info)
18137         (gnus-group-list-groups):
18138         * gnus.el (gnus-generate-new-group-name):
18139         * gnus-delay.el (gnus-delay-send-queue):
18140         * nnvirtual.el (nnvirtual-catchup-group):
18141         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18142         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18143         (gnus-group-prepare-topics, gnus-topic-check-topology):
18144         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18145         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18146         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18147         (gnus-group-make-articles-read):
18148         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18149         (gnus-group-change-level, gnus-kill-newsgroup)
18150         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18151         (gnus-get-unread-articles, gnus-make-articles-unread)
18152         (gnus-make-ascending-articles-unread): Use accessor
18153         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18154         to get group information for improved readability.
18155
18156
18157 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18158
18159         * gnus-art.el (article-decode-mime-words, article-babel)
18160         (gnus-article-highlight-signature, gnus-article-add-buttons)
18161         (gnus-signature-toggle): Use gnus-with-article-buffer.
18162
18163         * gnus-art.el (gnus-article-highlight-headers)
18164         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18165
18166         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18167         (gnus-article-set-globals, gnus-request-article-this-buffer)
18168         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18169         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18170         (gnus-mime-display-alternative): Use with-current-buffer.
18171
18172 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18173
18174         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18175         also under 80 char limit, and call gnus-error if needed.
18176         (spam-fetch-article-header): Fix - it was a
18177         buffer-local variable (gnus-newsgroup-data).
18178         (spam-find-spam): Use spam-generate-fake-headers, forget about
18179         spam-insert-fake-headers.
18180         (spam-insert-fake-headers): Remove.
18181
18182 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18183
18184         * deuglify.el (gnus-article-outlook-unwrap-lines)
18185         (gnus-outlook-rearrange-article)
18186         (gnus-outlook-repair-attribution-outlook)
18187         (gnus-outlook-repair-attribution-block)
18188         (gnus-outlook-repair-attribution-other): Remove redundant
18189         save-excursion.
18190
18191 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18192
18193         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18194         (spam-fetch-field-subject-fast)
18195         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18196         (spam-fetch-article-header): Add functions to deal with Gnus
18197         internals for fast retrieval of article header data.
18198         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18199
18200 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18201
18202         * pop3.el (pop3-md5): Remove.
18203         (pop3-apop): Replace pop3-md5 with md5.
18204
18205         * mm-bodies.el: base64 is always built-in.
18206
18207         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18208         with-current-buffer.
18209
18210 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * canlock.el (canlock-insert-header): Remove excessive grouping in
18213         regexp.
18214
18215         * gnus-sum.el (gnus-summary-read-document): Ditto.
18216
18217         * gnus-uu.el (gnus-uu-part-number): Ditto.
18218
18219         * html2text.el (html2text-remove-tags): Ditto.
18220         (html2text-format-tags): Ditto.
18221         (html2text-format-single-elements): Ditto.
18222
18223         * mml.el (mml-parse-1): Ditto.
18224
18225 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18226
18227         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18228
18229         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18230
18231         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18232
18233         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18234
18235 2003-11-15  Simon Josefsson  <jas@extundo.com>
18236
18237         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18238         (pgg-gpg-lookup-key): Use regexp match instead of
18239         split-string (split-string is different between emacs 21.2 and
18240         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18241
18242 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18243
18244         * gnus-art.el (gnus-mime-view-all-parts)
18245         (gnus-article-part-wrapper, gnus-article-view-part): Use
18246         with-current-buffer.
18247
18248 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18249
18250         * spam.el (spam-disable-spam-split-during-ham-respool)
18251         (spam-spamoracle-database, spam-cache-lookups)
18252         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18253         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18254         (spam-group-ham-marks, spam-group-spam-marks)
18255         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18256         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18257         also add spam-use-blackholes to the statistical checks.
18258         (spam-fetch-field-fast): Add interface to fetching fields, may
18259         become a macro.
18260         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18261         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18262         (spam-insert-fake-headers): Fake an article when needed.
18263         (spam-find-spam): Fake article when possible.
18264         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18265         (spam-check-bogofilter-headers): Use message-fetch-field instead
18266         of nnmail-fetch-field.
18267
18268 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18269
18270         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18271
18272 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18273
18274         * spam.el (spam-split): Do not require spam-use-CHECK to be
18275         enabled if that check is passed to spam-split explicitly; also
18276         fix so 'spam doesn't get converted to spam-split-group when
18277         spam-split-symbolic-return is t.
18278         (spam-find-spam): Find registrations of the article and use those
18279         instead of re-running spam-split to find the spam/ham
18280         classification of the article.
18281         (spam-log-processing-to-registry, spam-log-registered-p)
18282         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18283         Use gnus-error instead of gnus-message.
18284         (spam-log-registration-type): Add function to determine the
18285         classification of a message based on registry entries; will
18286         return nil if both 'spam and 'ham are found.
18287         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18288         a reasonably fast local cache without the loading errors.
18289         (spam-cache-lookups): Set to t by default.
18290         (spam-find-spam): Don't try to guess spam-cache-lookups.
18291         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18292         spam-caches entry.
18293         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18294         caching of whitelist/blacklist entries.
18295         (spam-check-whitelist, spam-check-blacklist): Invoke
18296         spam-from-listed-p with a type, not a cache variable.
18297         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18298
18299 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18300
18301         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18302
18303         * nnmail.el (nnmail-split-fancy): do.
18304
18305         * mml.el (mml-parse): do.
18306
18307         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18308         (gnus-score-adaptive): do.
18309
18310 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18313         (gnus-mime-button-map): Don't set keymap parent.
18314         (gnus-button-ctan-directory-regexp): Use shy grouping.
18315         (gnus-prev-page-map): Don't set keymap parent.
18316         (gnus-prev-page-map): Remove duplicated one.
18317         (gnus-next-page-map): Don't set keymap parent.
18318         (gnus-mime-security-button-map): Ditto.
18319
18320         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18321         version number.
18322
18323         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18324
18325 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18326
18327         * canlock.el (canlock-sha1-function): Remove.
18328         (canlock-sha1-function-for-verify): Remove.
18329         (canlock-openssl-program): Remove.
18330         (canlock-openssl-args): Remove.
18331         (canlock-ignore-errors): Remove.
18332         (canlock-sha1-with-openssl): Remove.
18333         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18334         (canlock-verify): Don't use canlock-ignore-errors.
18335
18336         * sha1-el.el (sha1-string-external): Make it can return a string
18337         in binary form.
18338         (sha1-region-external): Ditto.
18339         (sha1-string-internal): Ditto.
18340         (sha1-region-internal): Ditto.
18341         (sha1-region): Ditto.
18342         (sha1-string): Ditto.
18343         (sha1): Ditto.
18344
18345 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18346
18347         * spam.el (spam-report-articles-gmane): New command.
18348
18349 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18352
18353         * run-at-time.el (run-at-time-saved): Remove.
18354         (run-at-time): Doc fix.
18355
18356 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18357
18358         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18359         (gnus-summary-limit-map): Add it.
18360         (gnus-summary-make-menu-bar): do.
18361
18362 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18363
18364         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18365         Make attempt at some caching support (done for BBDB only now).
18366         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18367         addresses to be checked.
18368         (spam-clear-cache-BBDB): Add function, to be invoked by
18369         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18370         (spam-check-BBDB): Check and use the caches, if
18371         spam-cache-lookups is on, remove superfluous (provide).
18372
18373 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18374
18375         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18376
18377 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18378
18379         * run-at-time.el (run-at-time-saved): Move to after the definition
18380         of `run-at-time'.
18381
18382         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18383
18384 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18385
18386         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18387         mm-w3m-local-map-property.
18388
18389         * mm-view.el (mm-w3m-mode-map): Remove.
18390         (mm-w3m-local-map-property): Remove.
18391         (mm-inline-text-html-render-with-w3m): Don't use
18392         mm-w3m-local-map-property.
18393
18394 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18395
18396         * run-at-time.el: New file.
18397
18398         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18399         under Emacs.
18400
18401         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18402         of gnus-set-text-properties.
18403
18404         * gnus-uu.el (gnus-uu-save-article): Ditto.
18405
18406         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18407
18408         * gnus-cite.el (gnus-cite-parse): Ditto.
18409
18410         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18411         of gnus-.
18412
18413         * gnus-xmas.el (run-at-time): Require run-at-time.
18414
18415         * gnus.el: Changed calls to nnheader-run-at-time and
18416         password-run-at-time throughout to use run-at-time directly.
18417
18418         * password.el: Removed definition of run-at-time.
18419
18420         * nnheaderxm.el: Remove definition of run-at-time.
18421
18422 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18423
18424         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18425         in prompt.
18426
18427 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18428
18429         * messagexmas.el (message-xmas-redefine): Alias
18430         `message-make-caesar-translation-table' to
18431         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18432         version.
18433
18434         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18435         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18436         `gnus-xmas-set-text-properties'.
18437         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18438         `gnus-xmas-completing-read'.
18439         (gnus-xmas-completing-read): Removed.
18440         (gnus-xmas-open-network-stream): Removed.
18441
18442         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18443         XEmacs version.
18444
18445         * dns.el (dns-make-network-process): Use `open-network-stream'
18446         instead of `gnus-xmas-open-network-stream'.
18447
18448         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18449
18450         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18451
18452 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18453
18454         * gnus-art.el (gnus-mime-display-alternative)
18455         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18456         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18457         Don't use gnus-local-map-property.
18458
18459         * gnus-util.el (gnus-local-map-property): Remove.
18460
18461         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18462         gnus-completing-read-maybe-default with completing-read.
18463
18464         * gnus-util.el (gnus-completing-read): do.
18465         (gnus-completing-read-maybe-default): Remove.
18466
18467 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18468
18469         * password.el: Only autoload `run-at-time' if not XEmacs.
18470         Only autoload the itimer functions if XEmacs.
18471
18472 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18475         XEmacsen.
18476
18477         * dgnushack.el: Autoload executable-find for XEmacs.
18478
18479 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18480
18481         * gnus-art.el (gnus-read-string): Remove.
18482         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18483         read-string.
18484
18485 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18486
18487         * netrc.el: Autoload password-read.
18488         (netrc): Add configuration group.
18489         (netrc-encoding-method, netrc-openssl-path): Add
18490         variables for encoding and decoding of files with symmetric
18491         ciphers.
18492         (netrc-encode): Add assistant function to encode a file with
18493         netrc-encoding-method.
18494         (netrc-parse): Add interactive parameter, added optional
18495         decoding if netrc-encoding-method is non-nil but otherwise
18496         behavior is standard.
18497         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18498         Do s/encode/encrypt/ everywhere.
18499
18500         * spam.el: Remove executable-find autoload.
18501
18502 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18503
18504         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18505
18506         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18507
18508 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18509
18510         * gnus-art.el (gnus-treat-ansi-sequences)
18511         (article-treat-ansi-sequences): New variable and function.
18512         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18513
18514         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18515         Use it.
18516
18517 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18518
18519         * mm-util.el (mm-quote-arg): Remove.
18520
18521         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18522         shell-quote-argument.
18523
18524         * gnus-uu.el (gnus-uu-command): do.
18525
18526         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18527
18528         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18529         with make-char.
18530
18531         * mm-util.el (mm-make-char): Remove.
18532
18533         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18534         add-minor-mode.
18535
18536         * gnus-undo.el (gnus-undo-mode): do.
18537
18538         * gnus-topic.el (gnus-topic-mode): do.
18539
18540         * gnus-sum.el (gnus-dead-summary-mode): do.
18541
18542         * gnus-start.el (gnus-slave-mode): do.
18543
18544         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18545
18546         * gnus-ml.el (gnus-mailing-list-mode): do.
18547
18548         * gnus-gl.el (gnus-grouplens-mode): do.
18549
18550         * gnus-draft.el (gnus-draft-mode): do.
18551
18552         * gnus-dired.el (gnus-dired-mode): do.
18553
18554         * gnus-ems.el (gnus-add-minor-mode): Remove.
18555
18556         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18557         Replace gnus-char-width with char-width.
18558
18559         * gnus-ems.el (gnus-char-width): Remove.
18560
18561         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18562         Replace gnus-char-width with char-width.
18563
18564         * gnus-ems.el (gnus-char-width): Remove.
18565
18566         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18567         definition.
18568         Remove Emacs 20 hash table compatibility code.
18569
18570         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18571         20 compatibility code.
18572
18573         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18574
18575         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18576
18577         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18578         with point-at-{eol,bol}.
18579
18580         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18581
18582         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18583
18584         * flow-fill.el (fill-flowed-point-at-bol)
18585         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18586
18587         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18588         Replace with point-at-{eol,bol} throughout all files.
18589
18590 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * ntlm.el (ntlm-string-as-unibyte): New macro.
18593         (ntlm-build-auth-response): Use it.
18594
18595         Remove Emacs 20 stuff:
18596         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18597         (butlast, mapc, remove): Remove the compiler macros.
18598         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18599         of delq and copy-sequence.
18600         * gnus-art.el (popup-menu): Remove the compiler macro.
18601         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18602         Emacs 20.
18603
18604 2004-01-05  Simon Josefsson  <jas@extundo.com>
18605
18606         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18607         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18608         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18609         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18610         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18611         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18612         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18613         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18614         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18615         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18616         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18617         string-xor into ntlm-string-xor.  Suggested by
18618         Jesper Harder <harder@myrealbox.com>.
18619
18620         * ntlm.el: Don't include poem.
18621
18622         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18623         Jesper Harder <harder@myrealbox.com>.
18624
18625         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18626
18627         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18628         probably breaks emacs with DL patch, but do we care? Is anyone
18629         still using the DL stuff?)
18630
18631         * sieve-manage.el: Use the password package.
18632         (sieve-manage-read-passwd): Remove.
18633         (sieve-manage-interactive-login): Use password.  Re-add
18634         condition-case around loop.
18635
18636         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18637         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18638         the password package.
18639
18640 2003-02-19  Simon Josefsson  <jas@extundo.com>
18641
18642         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18643         token.
18644
18645 2002-08-07  Simon Josefsson  <jas@extundo.com>
18646
18647         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18648         (sieve-manage-authenticators):
18649         (sieve-manage-authenticator-alist): Add some SASL mechs.
18650         (sieve-sasl-auth): New function.
18651         (sieve-manage-cram-md5-auth):
18652         (sieve-manage-plain-auth): Rewrite using SASL library.
18653         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18654         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18655         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18656         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18657
18658 2004-01-05  Simon Josefsson  <jas@extundo.com>
18659
18660         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18661         New files.
18662
18663 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18664
18665         * gnus-group.el (gnus-no-groups-message): Update.
18666
18667         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18668
18669 2003-11-09  Simon Josefsson  <jas@extundo.com>
18670
18671         * imap.el: Support for ID IMAP extension (RFC 2971).
18672         (imap-local-variables): Add imap-id.
18673         (imap-id): New variable.
18674         (imap-id): New function.
18675         (imap-parse-response): Parse untagged ID response.
18676         * nnimap.el (nnimap-id): New variable.
18677         (nnimap-open-connection): Use it.
18678
18679 2003-12-28  Simon Josefsson  <jas@extundo.com>
18680
18681         * gnus-score.el (gnus-score-edit-all-score): New.
18682         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18683
18684 2004-01-04  Simon Josefsson  <jas@extundo.com>
18685
18686         * password.el: Add.
18687
18688 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18689
18690         * dns.el (dns-query-types): Fix typo.
18691         (dns-query-types): New function.
18692         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18693         PTR and SOA replies, see RFC 1035.
18694
18695 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18696
18697         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18698
18699         * Moved to Changelog.2.
18700
18701 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18702
18703         * gnus.el (gnus-version-number): Bump version.
18704
18705 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18706
18707         * gnus.el: No Gnus v0.1 is released.
18708
18709 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18710
18711         * gnus.el: No Gnus v0.0 is released.
18712
18713 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18714
18715         * gnus.el (gnus-version-number): Bump.
18716         (gnus-version): No.
18717
18718 See ChangeLog.2 for earlier changes.
18719
18720     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18721       Free Software Foundation, Inc.
18722
18723   This file is part of GNU Emacs.
18724
18725   GNU Emacs is free software: you can redistribute it and/or modify
18726   it under the terms of the GNU General Public License as published by
18727   the Free Software Foundation, either version 3 of the License, or
18728   (at your option) any later version.
18729
18730   GNU Emacs is distributed in the hope that it will be useful,
18731   but WITHOUT ANY WARRANTY; without even the implied warranty of
18732   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18733   GNU General Public License for more details.
18734
18735   You should have received a copy of the GNU General Public License
18736   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18737
18738 ;; Local Variables:
18739 ;; coding: utf-8
18740 ;; fill-column: 79
18741 ;; add-log-time-zone-rule: t
18742 ;; End: