Permit the use of regular expression match and replace in posting styles.
[gnus] / lisp / ChangeLog
1 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2
3         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4         regular expression match and replace in posting styles.
5
6 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7
8         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
9         an entire server.
10         (nnir-get-active): New function.
11         (nnir-run-imap): Use it.
12         (nnir-run-gmane): Who knew, gmane search returns an article score!
13
14         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
15         server on the current line with nnir.
16
17 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
20         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
21         left edge.
22         (gnus-article-foldable-buffer): Skip past the prefix when determining
23         raggedness.
24
25         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
26         the raw article, and change `C-u g' to show the article without doing
27         treatments.
28
29         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
30         on to `gnus-treat-article'.
31         (gnus-inhibit-article-treatments): New variable.
32
33         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
34
35         * gnus-art.el (gnus-treatment-function-alist): Have
36         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
37         (gnus-treat-fill-long-lines): Change default to fill all text/plain
38         sections.
39
40         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
41         parameter.
42         (gnus-article-fill-cited-long-lines): New function.
43         (gnus-article-fill-cited-article): Allow filling only long sections.
44
45         * shr.el (shr-find-fill-point): Don't break lines between punctuation
46         and non-punctuation (like after the apostrophe in "'We").
47
48         * gnus-sum.el (gnus-summary-select-article): Make sure
49         gnus-original-article-buffer is alive.
50
51         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
52         reflect the order they're in in the digest.
53
54         * gnus.el (gnus-group-startup-message): Move point to the start of the
55         buffer.
56
57         * nnimap.el (nnimap-capability): New function.
58         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
59         is set.
60
61 2010-10-31  David Engster  <dengste@eml.cc>
62
63         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
64         conform with changes to gnus-completing-read.
65
66 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * shr.el (shr-tag-img): Output "*" instead of "[img]".
69
70 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
71
72         * nnir.el move defvar, defcustom around to keep file organized and keep
73         byte-compiler quiet.
74         (nnir-read-parms): accept search-engine as arg.
75         (nnir-run-query): pass search-engine as arg.
76         (nnir-search-engine): remove.
77
78 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * shr.el (shr-generic): The text nodes should be text, not :text.
81
82         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
83         later in the file.
84
85 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
86
87         * nnir.el: general clean up. allow searching with multiple
88         engines. allow separate extra-parameters for each engine. batch queries
89         when possible.
90         (nnir-imap-default-search-key,nnir-method-default-engines): add
91         customize interface.
92         (nnir-run-gmane): new engine.
93         (nnir-engines): use it. qualify all prompts with engine name.
94         (nnir-search-engine): remove global variable.
95         (nnir-run-hyrex): restore for now.
96         (nnir-extra-parms,nnir-search-history): new variables.
97         (gnus-group-make-nnir-group): use them.
98         (nnir-group-server): remove in favor of gnus-group-server.
99         (nnir-request-group): avoid searching twice.
100         (nnir-sort-groups-by-server): new function.
101
102 2010-10-30  Julien Danjou  <julien@danjou.info>
103
104         * gnus-group.el: Remove gnus-group-fetch-control.
105
106         * gnus-start.el (gnus-find-new-newsgroups): Remove
107         gnus-check-first-time-used.
108
109         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
110
111 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
112
113         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
114         set on groups that don't have \* permanentflags.
115
116 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
119         control the background color.
120         (shr-tag-img): Ignore very small web bug type images.
121         (shr-put-image): Add help-echo alt texts to the images.
122         (shr-tag-video): Show the video poster image.
123
124 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * shr.el (shr-table-depth): New variable.
127         (shr-tag-table-1): Only insert the images after the top-level table.
128
129         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
130
131         * gnus-util.el (gnus-list-memq-of-list): New function.
132
133         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
134         selected.
135         (nnimap-unsplittable-articles): New slot.
136         (nnimap-new-articles): Use it.
137
138 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
139
140         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
141         move to the previous line on `M-g'.
142
143 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
146         *-request-group, which seems unnecessary.
147
148         * nnimap.el (nnimap-quote-specials): Function copied over from
149         imap.el.
150         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
151         they support that.  Suggested by Tom Regner.
152
153 2010-10-29  Julien Danjou  <julien@danjou.info>
154
155         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
156         defalias.
157         (gnus-summary-delete-marked-with): Remove obsolete defalias.
158
159         * gnus.el: Remove `gnus-nntp-service' variable.
160         (gnus-secondary-servers): Make obsolete.
161         (gnus-nntp-server): Make obsolete.
162
163         * gnus-start.el (gnus-1): Remove x-splash calls.
164
165         * gnus-ems.el (gnus-x-splash): Remove.
166
167         * gnus.el (gnus-group-startup-message): Simplify/update code.
168
169         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
170         definition.
171
172         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
173         capability before doing anything.
174         (gnus-group-insert-group-line): Remove useless
175         gnus-group-remove-excess-properties.
176
177 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
180
181 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
184         config after reselecting.
185
186 2010-10-28  Julien Danjou  <julien@danjou.info>
187
188         * shr.el (shr-put-image): Use point even if only inserting text.
189         (shr-put-image): Save excursion when inserting alt text on non-graphic
190         display, so the behaviour is the same when we are on a graphic display.
191
192         * nnir.el (nnir-run-swish-e): Remove hyrex support.
193
194 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
197         (gnus-mime-copy-part): Check coding system, not charset.
198         (gnus-mime-view-part-externally): Never remove part.
199         (gnus-mime-view-part-internally): Don't remove part here.
200         (gnus-article-part-wrapper): Make sure MIME tag is visible.
201         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
202         multipart/alternative.
203
204         * mm-decode.el (mm-display-part): Take optional arg `force'.
205
206 2010-10-26  Julien Danjou  <julien@danjou.info>
207
208         * gnus-group.el (gnus-group-default-list-level): Add this function to
209         compute the default list level.
210         (gnus-group-default-list-level): Add possibility to use a function.
211
212 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
215
216         * gnus-group.el (gnus-group-completing-read)
217         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
218         gnus-replace-in-string.
219
220 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * shr.el (shr-tag-div): Added.
223
224         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
225
226 2010-10-25  Julien Danjou  <julien@danjou.info>
227
228         * gnus-util.el: Remove `gnus-with-local-quit'.
229
230         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
231
232 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
233
234         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
235         the original article buffer.
236
237 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * nnimap.el (nnimap-request-head): New function.
240         (nnimap-request-move-article): Try to be slighly faster by not
241         requesting the entire message when moving.
242         (nnimap-transform-headers): Don't bug out on bodiless articles.
243         (nnimap-send-command): Have no outstanding messages if the IMAP server
244         doesn't support streaming.
245         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
246
247 2010-10-24  Julien Danjou  <julien@danjou.info>
248
249         * message.el (message-default-headers): Fix type.
250
251 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
254         prefetching images.
255
256         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
257         backend for unknown groups.  This is mainly useful for nnimap groups.
258
259         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
260         group isn't covered by the agent.
261
262 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
263
264         * nnir.el (nnir-method-default-engines): new variable.
265         (nnir-run-query): use it.
266         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
267         (gnus-summary-nnir-goto-thread): change group if needed.
268
269         * gnus-group.el (gnus-group-group-map): add key binding for
270         gnus-group-make-nnir-group.
271
272 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * shr.el (shr-tag-object): Added.
275
276         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
277         original article buffer live.
278         (gnus-summary-select-article-buffer): Mention
279         gnus-widen-article-buffer.
280
281 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * shr.el (shr-tag-strong): Added.
284
285 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
288         group names.  They mess up the group buffer badly.
289
290         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
291
292         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
293         instead of the summary one.
294
295 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * mml.el (mml-preview): Work properly when editing article.
298
299         * gnus-start.el (gnus-read-active-file-1): Don't add method to
300         gnus-have-read-active-file if it's already been in.
301
302 2010-10-22  Tom Tromey  <tromey@redhat.com>
303
304         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
305         gnus-group-completing-read.
306
307 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
308
309         * message.el (message-mode-map): Don't bind M-; to comment region, to
310         allow the global comment-dwim to work.
311
312 2010-10-21  Julien Danjou  <julien@danjou.info>
313
314         * message.el (message-setup-1): Allow message-default-headers to be a
315         function.
316
317 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * shr.el (shr-tag-table): Simplify.
320
321 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
324         to avoid trying to snarf invalid stuff.
325
326         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
327
328         * gnus.el (gnus-message-archive-group): Quote value.
329         (gnus-message-archive-group): Mark as changed.
330
331         * shr.el (shr-add-font): Don't put the font properties on the newline
332         or the indentation.
333
334         * message.el (message-fix-before-sending): Change options when sending
335         non-printable characters.
336
337         * gnus.el (gnus-message-archive-method): Change the default to
338         monthly outgoing groups.
339
340         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
341         that have gotten new numbers.
342
343         * nnimap.el (nnimap-request-replace-article): New function.
344
345 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
348         (nnrss-request-article): Don't use special html washing code.
349
350 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * shr.el (shr-tag-table): Remove useless nconc.
353
354 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * gnus-art.el (article-wash-html): Simplify and remove the charset
357         stuff.  Use the normal html rendering code instead of the special html
358         washing code.
359
360         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
361         `gnus-w3m' symbols.
362         (mm-text-html-washer-alist): Removed.
363
364         * mm-decode.el (mm-inline-text-html-renderer): Removed.
365         (mm-inline-media-tests): Removed use.
366         (mm-text-html-renderer): Change default to the `shr' symbol.
367
368         * mm-view.el (mm-inline-text-html): Removed use.
369
370         * gnus-art.el (gnus-blocked-images): New function.  Allow the
371         `gnus-blocked-images' to be a function.
372         (gnus-article-wash-function): Removed.
373
374 2010-10-20  Julien Danjou  <julien@danjou.info>
375
376         * spam.el (spam-list-of-processors): Mark as obsolete.
377
378         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
379         (nnimap-insert-partial-structure): Fix boundary detection.
380
381 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
382
383         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
384         run file-truename on remote files.  This can be expensive and even
385         prevent one from editing drafts if some unrelated buffer has a stale
386         connection.
387
388 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
391         kinsoku-eol regardless of shr-kinsoku-shorten.
392         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
393         (shr-tag-table): Support caption, thead, and tfoot.
394
395 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
398         lines.
399         (shr-save-contents): New command and keystroke.
400
401         * nndoc.el (nndoc-type-alist): Add git support.
402         (nndoc-git-type-p): New function.
403         (nndoc-transform-git-article): Ditto.
404         (nndoc-transform-git-headers): Ditto.
405         (nndoc-transform-git-headers): Generate Subject headers.
406
407         * shr.el (shr-parse-style): New function.
408         (shr-tag-span): Ditto.
409
410         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
411         to `G G' to avoid collisions.
412
413 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * shr.el: Load kinsoku if necessary.
416         (shr-kinsoku-shorten): New internal variable.
417         (shr-find-fill-point): Make kinsoku shorten text line if
418         shr-kinsoku-shorten is bound to non-nil.
419         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
420         shr-indentation too when testing if table is wider than frame width.
421         (shr-insert-table): Use `string-width' instead of `length' to measure
422         text width.
423         (shr-insert-table-ruler): Make sure indentation is done at bol.
424
425 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
426
427         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
428         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
429         undecoded network data.
430
431 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
434         name in the mode line spec so that the mode line menu works
435         (bug #2431).
436
437         * message.el (message-get-reply-headers): If we're fed `to-address',
438         then always use that.
439
440         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
441         aren't so wide as to need to switch off the edit menu.
442
443         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
444         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
445
446         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
447         `M-g'.
448         (nnimap-update-info): Update flags/read marks even if \* isn't part of
449         the permanent marks.
450
451 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
452
453         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
454         Splitting according to references/in-reply-to obeys the ignore-groups
455         variable, while splitting by sender and subject do not.
456
457 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
460         alist, so that we can look for non-Unicode chars.
461         (article-translate-strings): Allow both character and string maps.
462
463 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * shr.el (shr-insert): Don't insert space behind a wide character
466         categorized as kinsoku-bol, or between characters both categorized as
467         nospace.
468
469 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
470
471         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
472         headers to gnus-newsgroup-headers.
473
474 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
475
476         * shr.el (shr-tag-img): Don't align images -- since we're not
477         rescaling, this often leads to ugly displays.
478
479 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
480
481         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
482         duplicates.
483
484 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
485
486         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
487         call.
488
489 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus.el: Autoload gnus-html-show-images.
492
493         * nnimap.el: Use nnheader-message throughout.
494
495         * shr.el (shr-tag-img): Ignore images with no data.
496
497 2010-10-15  Julien Danjou  <julien@danjou.info>
498
499         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
500         a possibility to disable format=flow encoding when using hard newlines.
501
502 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * shr.el (shr-insert): Remove space inserted before or after a
505         breakable character or at the beginning or the end of a line.
506         (shr-find-fill-point): Do kinsoku; find the second best point or give
507         it up if there's no breakable point.
508
509 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * nnimap.el (nnimap-open-connection): Message when opening connection
512         for debugging purposes.
513
514         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
515         on every setup buffer call to allow this to change from article to
516         article.
517
518         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
519         buffers where we have a wide table.
520
521 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
522
523         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
524         uses *-request-thread.
525
526 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * nnimap.el (nnimap-open-connection): Remove %s from openssl
529         incantation, which is no longer valid.
530
531 2010-10-14  Julien Danjou  <julien@danjou.info>
532
533         * shr.el: Fix defcustom type (char -> character).
534
535 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * nnimap.el (nnimap-open-connection): tls-program should be a list of
538         programs.
539
540 2010-10-14  Julien Danjou  <julien@danjou.info>
541
542         * shr.el (shr-tag-a): Use url-link as widget type.
543
544         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
545         `gnus-group-get-icon'.
546
547 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
550         This should make server editing work better.
551
552         * shr.el (shr-find-fill-point): Don't inloop on indented text.
553
554         * tls.el (tls-program): Remove spurious %s from openssl.
555
556         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
557         (nnimap-parse-flags): Fix regexp.
558
559         * shr.el (shr-find-fill-point): Use a filling algorithm that should
560         probably work for CJVK text, too.
561
562         * nnimap.el (nnimap-extend-tls-programs): Removed.
563         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
564
565         * tls.el (tls-starttls-switches): Remove starttls hack.
566         (open-tls-stream): Ditto.
567         (tls-find-starttls-argument): Ditto.
568
569 2010-10-13  Julien Danjou  <julien@danjou.info>
570
571         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
572         responses.
573
574 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575
576         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
577
578         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
579         anything in Emacs.
580
581         * shr.el (shr-current-column): Remove buggy and unnecessary function.
582
583 2010-10-13  Julien Danjou  <julien@danjou.info>
584
585         * shr.el (shr-width): Make shr-width a defcustom with default to
586         fill-column.
587         (shr-tag-img): Use shr-width rather than fill-column.
588
589 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * dgnushack.el (byte-optimize-apply)
592         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
593
594         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
595         position when (X-)Faces exist.
596         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
597         avatars when called interactively.
598
599 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
602         gnus-article-x-face-too-ugly is bound.
603
604 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
607
608         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
609         mailbox that doesn't exist.
610
611 2010-10-12  Julien Danjou  <julien@danjou.info>
612
613         * shr.el (shr-tag-img): Encode URL properly when retrieving.
614         (shr-get-image-data): Encode URL properly when fetching from cache.
615         (shr-tag-img): Use aligned-to spaces to align correctly images.
616
617         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
618         before inserting the Gravatar.
619
620         * shr.el (shr-tag-img): Add align attribute support for <img>.
621
622 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * gnus-gravatar.el (gnus-art): Required.
625
626         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
627         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
628         Remove long obsoleted functions.
629
630 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
633
634         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
635
636         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
637         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
638         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
639         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
640         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
641         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
642         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
643
644 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
645
646         * nnimap.el (nnimap-request-rename-group): Select group read-only
647         before renaming it.
648
649         * shr.el (shr-insert): Fix up the white space only regexp.
650
651         * nnimap.el (nnimap-transform-split-mail): Not all articles have
652         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
653
654         * shr.el (shr-current-column): New function.
655         (shr-find-fill-point): New function.
656
657 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
658
659         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
660         numbers.
661
662 2010-10-11  Julien Danjou  <julien@danjou.info>
663
664         * shr.el (shr-hr-line): Add.
665         (shr-tag-hr): Use shr-hr-line to specify which character to use to
666         display hr lines.
667         (shr-max-columns): Do not change state to nil if we just inserting
668         spaces.
669
670 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * gnus-topic.el (gnus-topic-read-group): If after the last group,
673         select the last group.
674
675 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
676
677         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
678
679 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
680
681         * dig.el (dig-mode-map): Declare and define in one step.
682
683 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
686         for Gnus.
687         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
688         (nnimap-update-qresync-info): Mark \Seen articles as read.
689
690         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
691         non-variable, too.
692
693         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
694         available.
695         (nnimap-update-info): Rely more on the current active than the param
696         active to avoid marking articles as read too much.
697
698         * auth-source.el (auth-source-create): Use (user-login-name) for the
699         user name default.
700
701         * nnimap.el (nnimap-update-info): If the server doesn't return any
702         useful info, just use the previous info.
703         (nnimap-update-info): Prefer old info over start-article.
704         (nnimap-update-qresync-info): Finish implementing QRESYNC.
705
706 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
707
708         * nnir.el (autoload): Clean up autoloads.
709         (nnir-imap-default-search-key): Renamed from
710         nnir-imap-search-field. Use key rather than value.
711         (nnir-imap-search-other): New variable.
712         (nnir-read-parm): Use it.
713         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
714         (gnus-summary-nnir-goto-thread): Modify to work with imap.
715
716 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
717
718         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
719         the process, too.
720
721 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
724         Allbery.
725
726         * shr.el: Rework the way things are indented by <li> slightly.
727
728         * gnus.el (gnus-group-set-parameter): Fix typo.
729
730         * nnimap.el: Start implementing QRESYNC support.
731
732 2010-10-09  Julien Danjou  <julien@danjou.info>
733
734         * nnir.el (nnir-engines): Fix too many arguments.
735
736 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
739         group is the "last", so that the backends like nnfolder actually save
740         their folders.
741
742         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
743         try to use that for the tls stream.
744         (nnimap-retrieve-group-data-early): Rework the marks code to heed
745         UIDVALIDITY and find out which groups are read-only and not.
746         (nnimap-get-flags): Use the same marks parsing code as the rest of
747         nnimap.
748
749 2010-10-09  Julien Danjou  <julien@danjou.info>
750
751         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
752
753         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
754         retrieving gravatars.
755
756         * shr.el (shr-table-corner): Add.
757         (shr-table-line): Add.
758         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
759
760 2010-10-08  Julien Danjou  <julien@danjou.info>
761
762         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
763
764 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
765
766         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
767
768         * gnus-sum.el (gnus-mark-article-as-unread)
769         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
770         (gnus-summary-set-bookmark): Use it.
771
772         * gnus-msg.el (gnus-setup-message): Use it.
773
774         * gnus-demon.el (gnus-demon-remove-handler): Use it.
775
776         * gnus.el (gnus-group-remove-parameter): Use it.
777
778         * gnus-group.el (gnus-group-make-web-group): Use it.
779
780         * gnus-demon.el (gnus-demon-remove-handler): Use it.
781
782         * nnregistry.el: Update docs to mention manual.
783
784         * gnus-registry.el: Update docs to mention nnregistry.el.
785         (gnus-registry-initialize): Don't install nnregistry refer method
786         automatically.
787         (gnus-registry-install-nnregistry): Remove it.
788
789 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * shr.el (shr-insert): Don't insert double spaces.
792
793 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * gnus-gravatar.el (gnus-treat-from-gravatar)
796         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
797         called interactively.
798
799         * gnus-art.el (gnus-mime-view-part-externally)
800         (gnus-mime-view-part-internally): Make predicate function passed to
801         gnus-mime-view-part-as-type assume argument is a mime type, not a list
802         of a mime type.
803
804         * shr.el (shr-table-widths): Don't use cl function `reduce'.
805
806 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * shr.el (require): Require cl when compiling.
809         (shr-tag-hr): New function.
810
811         * nnimap.el (nnimap-update-info): Remove double setting of high.
812         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
813         makes nnimap work properly on Courier again.
814
815         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
816         the variable for backwards compatability.
817
818         * mm-decode.el (mm-save-part): If given a non-directory result, expand
819         the file name before using to avoid setting mm-default-directory to
820         nil.
821
822         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
823         bidning gnus-agent variables.
824
825         * shr.el (shr-render-td): Use a cache for the table rendering function
826         to avoid getting an exponential rendering behaviour in nested tables.
827         (shr-insert): Rework the line-breaking algorithm.
828         (shr-insert): Don't leave trailing spaces.
829         (shr-insert-table): Also insert empty TDs.
830         (shr-tag-blockquote): Ensure paragraphs after </ul>.
831
832 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
833
834         * gnus-sum.el (gnus-number): Rename from `number'.
835         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
836         (gnus-summary-limit-children): Update uses correspondingly.
837
838 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
841         (gnus-gravatar-transform-address): Don't show avatars of people of
842         which mail addresses match gnus-gravatar-too-ugly.
843
844 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * shr.el (shr-table-widths): Expand TD elements to fill available
847         space.
848
849 2010-10-07  Julien Danjou  <julien@danjou.info>
850
851         * nnimap.el (nnimap-request-rename-group): Add this method.
852
853 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
856         name from XEmacs' function-arglist.
857
858         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
859         gravatar under XEmacs.
860
861 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
862
863         * auth-source.el: Update docs with TODO items.
864
865         * gnus-sync.el: Update docs to explain state and plans.
866
867         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
868         Hooks for mark updates.
869         (gnus-request-set-mark, gnus-request-update-mark): Use them.
870
871         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
872         hooks with arguments, which is needed for mark update hooks.
873
874 2010-10-06  Julien Danjou  <julien@danjou.info>
875
876         * gnus.el (gnus-expand-group-parameter): Only return and act on what
877         was matched.
878
879         * sieve-manage.el: Update example in `Commentary'.
880
881         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
882
883         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
884         not 2000.
885         (sieve-manage-authenticate): Re-add function.
886
887 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * shr.el (shr-insert): Get 'space transition right.
890         (shr-render-td): Only delete space at the end of the TD.
891
892         * nnimap.el (nnimap-open-connection): Prepare to support
893         open-gnutls-stream.
894
895         * shr.el: Rearrange function order to be more logical.
896
897 2010-10-06  Julien Danjou  <julien@danjou.info>
898
899         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
900         (nnrss-discover-feed): Remove 404 URL in docstring.
901
902         * nnir.el: Fix Swish-E URL.
903         Fix Namazu URL.
904
905         * message.el (message-change-subject): Remove 404 URL in a comment.
906
907 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
908
909         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
910         called interactively.
911
912         * gnus-util.el (gnus-remove-if): Allow hash table.
913         (gnus-remove-if-not): New function.
914
915         * gnus-art.el (gnus-mime-view-part-as-type)
916         * gnus-score.el (gnus-summary-score-effect)
917         * gnus-sum.el (gnus-read-move-group-name):
918         Replace remove-if-not with gnus-remove-if-not.
919
920         * gnus-group.el (gnus-group-completing-read):
921         Regard collection as a hash table if it is not a list.
922
923 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * shr.el (shr-render-td): Allow blank/missing <TD>s.
926
927         * shr.el: Document the table-rendering algorithm.
928
929 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
932         for Emacsen having no `libxml-parse-html-region' support.
933
934 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
937         invalid URLs.
938
939         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
940         line-broken.
941         (shr-tag-img): Ignore image fetching errors.
942         (shr-overlays-in-region): Compute overlay positions correctly.
943
944         * mm-decode.el (mm-shr): Require shr.
945
946         * gnus-art.el (gnus-blocked-images): Move variable here.
947
948         * shr.el (shr-insert-table): Bind free variable.
949
950         * mm-decode.el (mm-shr): Bind shr-content-function.
951
952         * shr.el (shr-content-function): New variable.
953
954         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
955         added for symmetry.
956
957         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
958
959         * gnus-group.el (gnus-group-make-group): Doc fix.
960
961         * nnimap.el (nnimap-request-newgroups): Return success.
962
963         * shr.el (shr-find-elements): New function.
964         (shr-tag-table): Put all the images after the table.
965         (shr-tag-table): Really inhibit images inside the table.
966         (shr-collect-overlays): Copy over overlays from the TD elements to the
967         main document.
968
969         * mm-decode.el (mm-shr): Bind shr-blocked-images to
970         gnus-blocked-images.
971
972 2010-10-05  Julien Danjou  <julien@danjou.info>
973
974         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
975
976         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
977         (gnus-html-maximum-image-size): Add this function.
978         (gnus-html-put-image): Use gnus-html-maximum-image-size.
979
980         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
981         server-value of the capability is nil.
982
983 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * shr.el (shr-tag-em): Add <EM> tag.
986
987 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
988
989         * sieve-manage.el (sieve-manage-default-stream): Make default stream
990         customizable.
991
992         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
993         handing broken links to browse-url.
994
995 2010-10-05  Julien Danjou  <julien@danjou.info>
996
997         * gnus-util.el (gnus-emacs-completing-read)
998         (gnus-iswitchb-completing-read): Use autoload rather than require.
999
1000 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1003         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1004         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1005         iswitchb-temp-buflist for XEmacs.
1006
1007         * gnus-util.el (gnus-completing-read-function): Exclude
1008         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1009         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1010         XEmacs.
1011
1012         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1013         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1014
1015         * gnus-html.el: Don't require help-fns under XEmacs.
1016         (gnus-html-schedule-image-fetching): Work for XEmacs.
1017
1018         * mm-decode.el (mm-shr): Decode contents by charset.
1019
1020 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1021
1022         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1023         unknown.
1024
1025         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1026         (shr-get-image-data): Ensure against the cache file missing.
1027
1028         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1029         for data.
1030
1031         * spam-report.el (spam-report-url-ping-plain): Don't query about
1032         killing the process.
1033
1034         * shr.el (shr-render-td): Protect against too-wide text.
1035
1036 2010-10-04  Julien Danjou  <julien@danjou.info>
1037
1038         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1039         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1040
1041         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1042         retrieved.
1043
1044 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * shr.el (browse-url): Required.
1047         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1048         lines.
1049         (shr-show-alt-text, shr-browse-image): New commands.
1050         (shr-browse-url, shr-copy-url): New commands.
1051
1052         * gnus-sum.el (gnus-widen-article-window): New variable.
1053         (gnus-summary-select-article-buffer): Use it.
1054
1055         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1056         without @ signs.
1057
1058 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1059
1060         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1061
1062 2010-10-04  Julien Danjou  <julien@danjou.info>
1063
1064         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1065         for XEmacs.
1066
1067 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1070
1071         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1072         (nnimap-close-server): Implement.
1073
1074         * dgnushack.el (iswitchb): Require to shut up the compiler.
1075
1076         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1077         (shr-insert): Tweak line breaking.
1078         (shr-insert): Handle <pre> better.
1079         (shr-tag-li): Get <li> indentation right.
1080         (shr-tag-li): Get <li> indentation even righter.
1081         (shr-tag-blockquote): Ensure paragraph start.
1082         (shr-make-table): Tweak table generation.
1083         (shr-make-table): Fix typo.
1084
1085         * shr.el: Implement table rendering.
1086
1087 2010-10-04  Julien Danjou  <julien@danjou.info>
1088
1089         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1090
1091 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092
1093         * shr.el (shr-insert): Use string anchors instead of line anchors.
1094
1095 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * shr.el: Add headings.
1098         (shr-ensure-paragraph): Actually work.
1099         (shr-tag-li): Make <ul> prettier.
1100         (shr-insert): Get white space at the beginning/end of elements right.
1101         (shr-tag-p): Collapse subsequent <p>s.
1102         (shr-ensure-paragraph): Don't insert double line feeds after blank
1103         lines.
1104         (shr-insert): \t is also space.
1105         (shr-tag-s): Fix "s" tag name function.
1106         (shr-tag-s): Fix face prop name.
1107
1108 2010-10-03  Julien Danjou  <julien@danjou.info>
1109
1110         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1111
1112         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1113         gnus-window-inside-pixel-edges.
1114
1115         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1116         gnus-ems.
1117
1118         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1119
1120         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1121         function.
1122
1123         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1124         resize choice.
1125
1126 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1129         beginning of the buffer.
1130
1131         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1132         article buffer again.
1133
1134         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1135         buffer.
1136
1137         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1138         when it's at the start of the buffer.
1139
1140         * shr.el (shr-tag-blockquote): Convert name.
1141         (shr-rescale-image): Use the right image-size variant.
1142
1143         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1144         buffer isn't shown, then select the current article first instead of
1145         bugging out.
1146         (gnus-summary-select-article-buffer): Show both the article and summary
1147         buffers again.
1148
1149         * shr.el (shr-fontize-cont): Protect against regions with no text.
1150         Rename tag functions to shr-tag-* for enhanced security.
1151         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1152
1153 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1154
1155         * shr.el (shr-insert):
1156         * pop3.el (pop3-movemail):
1157         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1158         loaded.
1159
1160 2010-10-03  Glenn Morris  <rgm@gnu.org>
1161
1162         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1163
1164         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1165
1166         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1167
1168         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1169
1170         * gnus-util.el (gnus-make-local-hook): Simplify.
1171
1172 2010-10-02  Julien Danjou  <julien@danjou.info>
1173
1174         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1175         (gnus-ido-completing-read): New function.
1176         (gnus-emacs-completing-read): New function.
1177         (gnus-completing-read): Use gnus-completing-read-function.
1178         Add gnus-completing-read-function.
1179
1180 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * shr.el (shr-insert-document): Autoload.
1183         (shr-img): Be silent.
1184         (shr-insert): Add a newline after every picture before text.
1185         (shr-add-font): Use overlays for combining faces.
1186         (shr-insert): Pass upwards the text start point.
1187
1188         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1189         possible.
1190         (mm-shr): New function.
1191
1192 2010-10-02  Julien Danjou  <julien@danjou.info>
1193
1194         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1195         should go backward.
1196
1197 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1198
1199         * shr.el (shr): Fix typo in provide call.
1200
1201 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * shr.el: New file.
1204
1205         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1206
1207         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1208         completing read.
1209
1210 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1213         we're being queried about.  Suggested by Dan Jacobson.
1214
1215         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1216         by Jason Eisner.
1217
1218         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1219         table, too.  Suggested by Stefan Wiens.
1220         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1221         the table unnecessary.  Suggested by Stefan Wiens.
1222
1223         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1224         longer needed, and probably doesn't work either, as pointed out by
1225         Stefan Wiens.
1226         (gnus-summary-exit): Remove call to the clearing function.
1227         (gnus-summary-exit-no-update): Ditto.
1228
1229         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1230         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1231         Reported by Stefan Monnier.
1232         (gnus-summary-save-in-rmail): Ditto.
1233
1234         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1235         article buffer, instead of both the article buffer and the summary
1236         buffer.  Sort of suggested by Dan Jacobson.
1237
1238         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1239
1240         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1241         Suggested by Dan Jacobson.
1242
1243         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1244         documentation clearer.
1245
1246         * message.el (message-shorten-references): Comment on the number "21".
1247         Suggested by Stefan Monnier.
1248
1249         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1250         Suggested by Dan Jacobson.
1251
1252         * gnus.el (gnus-large-newsgroup): Mention
1253         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1254
1255         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1256         externalize attachments.  Bug reported by Steve Wen.
1257
1258         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1259         really message anything to the user.
1260
1261         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1262         directly.
1263
1264         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1265         messages in empty groups.
1266
1267 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1268
1269         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1270         non-UIDNEXT group.
1271
1272 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1275         not the value from the collection.
1276
1277         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1278         values.  This sometimes happens on some groups that have no info.
1279         (nnimap-request-newgroups): New function.
1280
1281 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1282
1283         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1284         check into `gnus-registry-initialize'.
1285         (gnus-registry-initialize): Ditto.
1286         Fix and extend header docs.
1287
1288 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1291         regexp backtrace overflows.
1292
1293         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1294         for starttls that tls.el implements; i.e. openssl.
1295
1296         * tls.el (tls-starttls-switches): Give up on using starttls with
1297         gnutls-cli.
1298         (tls-program): Add --insecure to be consistent with the defaults from
1299         openssl s_client.  Now all three commands are insecure.
1300
1301 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * lpath.el: Bind completion-styles-alist for XEmacs.
1304
1305         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1306         (gravatar-create-image): New function that's an alias to
1307         gnus-xmas-create-image, gnus-create-image, or create-image.
1308         (gravatar-data->image): Use it.
1309
1310 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1311
1312         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1313         install the nnregistry refer method.
1314         (gnus-registry-install-hooks): Use it.
1315         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1316         unfollowed groups.
1317
1318 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1319
1320         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1321         expanding threads.
1322
1323 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * nnir.el: Use the server names without suffixes (bug #7009).
1326
1327         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1328         unencrypted to STARTTLS, if possible.
1329
1330 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1331
1332         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1333         headers before superseding.
1334
1335 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * nnrss.el (nnrss-use-local): Add documentation.
1338
1339         * nnimap.el (nnimap-extend-tls-programs): New function.
1340         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1341         (nnimap-wait-for-connection): Accept the greeting from the stupid
1342         output from openssl s_client -starttls, too.
1343
1344         * tls.el (tls-starttls-switches): New variable.
1345         (tls-find-starttls-argument): Use it.
1346         (open-tls-stream): Ditto.
1347
1348         * netrc.el (netrc-credentials): Return the value of the "default"
1349         entry.
1350         (netrc-machine): Ditto.
1351
1352         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1353         article number.
1354         (nnimap-split-fancy): New variable.
1355         (nnimap-split-incoming-mail): Use it.
1356
1357         * nntp.el (nntp-server-list-active-group): Document.
1358
1359         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1360         SELECT to get the message-id.
1361
1362         * mail-source.el (mail-sources): Removed webmail support.
1363         (defvar): Ditto.
1364         (mail-source-fetcher-alist): Ditto.
1365         (mail-source-fetch-webmail): Removed.
1366
1367         * webmail.el: Removed -- doesn't seem relevant any more.
1368
1369         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1370
1371         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1372         the \r.
1373
1374 2010-09-30  Julien Danjou  <julien@danjou.info>
1375
1376         * gnus-agent.el (gnus-agent-add-group): Fix call to
1377         gnus-completing-read.
1378
1379 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * nndoc.el (nndoc-retrieve-groups): New function.
1382
1383         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1384         `default', use nnmail-split-methods.
1385         (nnimap-request-article): Downcase the NILs so that they are nil.
1386
1387         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1388         symbol.
1389
1390         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1391         code, since if the user has requested network, that's what they ought
1392         to get.
1393         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1394         (nnimap-split-rule): Mark as obsolete.
1395
1396         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1397         variable.
1398
1399         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1400         correct slot, too.
1401
1402 2010-09-29  Julien Danjou  <julien@danjou.info>
1403
1404         * gnus.el (gnus-local-domain): Declare variable obsolete.
1405
1406         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1407         computing.
1408         (gnus-ido-completing-read): Require ido.
1409
1410 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1413         build Gnus.
1414
1415         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1416         when interpreting the structures.
1417         (nnimap-request-accept-article): Add \r\n to the lines to make this
1418         work with Cyrus.
1419
1420         * nndraft.el (nndraft-request-expire-articles): Use the group name
1421         instead if "nndraft".  Fix found by Nils Ackermann.
1422
1423 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1424
1425         * nnregistry.el: Added.
1426
1427 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1428
1429         * nnmail.el (group, group-art-list, group-art):
1430         Remove unneeded directives.
1431
1432 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1435         (mm-mime-charset)
1436         * rfc2047.el (rfc2047-syntax-table)
1437         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1438
1439         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1440         rather than `insert-file-contents' and `eval-region'.
1441
1442         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1443         construction.
1444
1445         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1446
1447         * time-date.el: No need to require cl for Emacs 21.
1448
1449 2010-09-29  Julien Danjou  <julien@danjou.info>
1450
1451         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1452         replacement of `gnus-gravatar-relief' to mimic
1453         `gnus-faces-properties-alist'.
1454         Add :version property.
1455
1456 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * mail-source.el (mail-source-report-new-mail)
1459         * message.el (message-default-mail-headers)
1460         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1461
1462         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1463
1464 2010-09-28  Julien Danjou  <julien@danjou.info>
1465
1466         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1467         mail-address contains the same string as real-name.
1468
1469         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1470         non-blank in header, otherwise it'll get stripped.
1471
1472         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1473         real-name, and then for mail address rather than doing : or , search.
1474
1475 2010-09-27  Julien Danjou  <julien@danjou.info>
1476
1477         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1478         (gnus-server-goto-server): Use gnus-completing-read.
1479
1480         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1481
1482         * mm-util.el (defalias): Use gnus-completing-read.
1483         (mm-codepage-setup): Use gnus-completing-read.
1484
1485         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1486         (smime-decrypt-buffer): Use gnus-completing-read.
1487
1488         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1489
1490         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1491         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1492         (mml-insert-multipart): Use gnus-completing-read.
1493
1494         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1495
1496         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1497
1498         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1499
1500         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1501
1502         * gnus.el (gnus-read-method): Use gnus-completing-read.
1503
1504         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1505
1506         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1507         (gnus-mime-action-on-part): Use gnus-completing-read.
1508         (gnus-article-encrypt-body): Use gnus-completing-read.
1509
1510         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1511         (gnus-topic-move-matching): Use gnus-completing-read.
1512         (gnus-topic-copy-matching): Use gnus-completing-read.
1513         (gnus-topic-sort-topics): Use gnus-completing-read.
1514         (gnus-topic-move): Use gnus-completing-read.
1515
1516         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1517         (gnus-agent-add-group): Use gnus-completing-read.
1518
1519         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1520         gnus-completing-read.
1521         (nnmairix-update-groups): Use gnus-completing-read.
1522         (nnmairix-get-server): Use gnus-completing-read.
1523         (nnmairix-backend-to-server): Use gnus-completing-read.
1524         (nnmairix-goto-original-article): Use gnus-completing-read.
1525         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1526
1527         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1528
1529         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1530         (gnus-group-make-useful-group): Use gnus-completing-read.
1531         (gnus-group-make-web-group): Use gnus-completing-read.
1532         (gnus-group-add-to-virtual): Use gnus-completing-read.
1533         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1534
1535         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1536         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1537         (gnus-summary-execute-command): Use gnus-completing-read.
1538         (gnus-summary-respool-article): Use gnus-completing-read.
1539         (gnus-read-move-group-name): Use gnus-completing-read.
1540
1541         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1542         (gnus-summary-score-effect): Use gnus-completing-read.
1543
1544         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1545
1546         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1547         right completing-read function.
1548         (gnus-use-ido): New variable
1549         (gnus-completing-read-with-default): Remove.
1550
1551 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1554         x-focus-frame.
1555
1556         * nnimap.el (auth-source-forget-user-or-password)
1557         (auth-source-user-or-password): Autoload.
1558
1559         * message.el (message-from-style, message-interactive)
1560         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1561         (message-yank-prefix, message-indentation-spaces, message-signature)
1562         (message-signature-file): Add comment.
1563
1564 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1567         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1568         new articles.
1569
1570         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1571         parts.
1572         (nnimap-request-article): Work with the t setting, too.
1573
1574         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1575         that you don't get flashes of other buffers.
1576         (gnus-summary-show-complete-article): Intern before setting.
1577
1578 2010-09-27  David Engster  <dengste@eml.cc>
1579
1580         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1581         well as HEADERS.
1582         (nnmairix-retrieve-headers): Provide new argument for the above.
1583
1584 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * gnus-sum.el (gnus-summary-move-article): Don't alter
1587         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1588         group.
1589
1590         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1591
1592         * message.el (message-cite-prefix-regexp): Revert my last edit.
1593
1594         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1595         variable instead of the Gnus variable.
1596
1597         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1598
1599         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1600         again.
1601
1602         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1603         since some servers don't like it.
1604         (nnimap-open-connection): Forget credentials if the server says the
1605         password was wrong.
1606         (nnimap-parse-line): Protect against invalid data.
1607
1608         * gnus-sum.el (gnus-summary-move-article): Add comment.
1609         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1610         nothing alters it while scanning for new messages.
1611
1612         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1613         which may or may not help.
1614         (nnimap-open-connection): If we're doing a stream connection, and then
1615         discover we're on a STARTTLS-capable server, then open a STARTTLS
1616         connection instead.
1617
1618 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * nnimap.el (utf7): Required.
1621
1622         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1623         prefix.
1624
1625 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1626
1627         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1628
1629 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * nnimap.el (nnimap-request-accept-article): Message the error on
1632         error.
1633
1634 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1637
1638 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * nndoc.el (nndoc-request-list): Return success always.
1641
1642         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1643         `fetch-old' -- we only want to fetch the articles we've requested.  The
1644         rest are in the agent, probably.
1645         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1646         disappeared server" to something low.  It's not important.
1647
1648         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1649         arrived before the FETCH data.
1650
1651         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1652         target here, because we don't know the Gnus name of the group.
1653
1654         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1655         for the correct group.
1656
1657         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1658
1659         * gnus.el (gnus): Give a final warning after startup.
1660
1661         * gnus-util.el (gnus-action-message-log): New variable.
1662         (gnus-message): Use it.
1663         (gnus-final-warning): New function.
1664
1665         * nnimap.el (nnimap-open-connection): Record the greeting.
1666         (nnimap): Add greeting.
1667
1668 2010-09-26  Julien Danjou  <julien@danjou.info>
1669
1670         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1671         arguments.
1672         (gnus-html-wash-images): Fix spec computing to include start/end.
1673
1674         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1675
1676 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1679         deletion.
1680         (nnimap-retrieve-headers): Don't select the group, because that's
1681         already done by nnimap-possibly-change-group.
1682
1683         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1684         (gnus-picon-transform-address): Use it.
1685
1686         * mail-source.el (mail-source-value): Revert previous patch.
1687
1688         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1689         on failure.
1690         (nnimap-open-connection): Look up both virtual and physical server name
1691         credentials.
1692
1693         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1694
1695 2009-02-07  Dave Love  <fx@gnu.org>
1696
1697         * tls.el (open-tls-stream): Don't query killing process.
1698
1699 2009-02-08  Dave Love  <fx@gnu.org>
1700
1701         * gnus-win.el (gnus-window-to-buffer-helper,
1702         gnus-all-windows-visible-p): Function needn't be a symbol.
1703
1704         * mail-source.el (mail-source-value): Function needn't be a symbol.
1705
1706 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * message.el (message-cite-prefix-regexp): Remove } from the cite
1709         prefix.
1710
1711         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1712         highlight again, so that the highlight is correct.
1713
1714         * gnus-picon.el (gnus-picon): Remove again.
1715         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1716
1717         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1718         doing the header highlightling, so that the background colour of the
1719         picon is correct.
1720
1721         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1722         (gnus-picon): Ditto.
1723         (gnus-picon): Reinstate.  The background colour for picons is white.
1724         (gnus-picon-insert-glyph): Make the background white.
1725
1726         * nnml.el (nnml-open-nov): Don't return dead buffers.
1727
1728         * auth-source.el (auth-source-create): Query the user for whether to
1729         store the credentials.
1730
1731         * netrc.el (netrc-store-data): New function.
1732
1733         * auth-source.el (auth-source-user-or-password): Use the existing auth
1734         sources, if any, for creation.
1735
1736         * gnus.el (gnus-group-fast-parameter): Return the last matching
1737         parameter instead of the first matching parameter.
1738
1739 2010-09-26  Julien Danjou  <julien@danjou.info>
1740
1741         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1742
1743 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * mml2015.el (mml2015-use): Remove gpg support.
1746
1747         * mml1991.el (mml1991-function-alist): Remove gpg function.
1748         (mml1991-gpg-sign): Removed.
1749
1750 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1751
1752         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1753         (gnus-browse-unsubscribe-current-group): Document it.
1754         (gnus-browse-unsubscribe-group): Use it.
1755
1756 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1757
1758         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1759         address to the To list for easier response.
1760
1761         * gnus.el (gnus-play-startup-jingle): Removed.
1762         (gnus-splash): Don't play jingle.
1763         (gnus): Silence gnus-load message.
1764
1765         * gnus-art.el (gnus-treat-play-sounds): Removed.
1766
1767         * gnus.el (gnus-play-jingle): Remove audio support.
1768
1769         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1770
1771         * earcon.el: Removed -- no users.
1772
1773         * gnus-audio.el: Removed -- no users of this package.
1774
1775         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1776
1777         * gnus-start.el (gnus-setup-news): Remove nocem support.
1778
1779         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1780
1781         * gnus.el (gnus-use-nocem): Removed.
1782
1783         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1784         Removed.
1785
1786         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1787         uses NoCeM any more.
1788
1789         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1790         (gnus-button-ctan-handler): Ditto.
1791         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1792         (gnus-button-ctan-directory-regexp): Ditto.
1793         (gnus-button-handle-ctan): Ditto.
1794         (gnus-button-tex-level): Ditto.
1795         (gnus-button-alist): Removed CTAN stuff.
1796
1797 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1800         nnimap-streaming test.
1801
1802         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1803         servers twice.
1804
1805         * nnimap.el (nnimap-open-connection): Add more error reporting when
1806         nnimap fails early.
1807
1808         * nnheader.el (nnheader-get-report-string): New function.
1809         (nnheader-get-report): Use it.
1810
1811         * gnus-int.el (gnus-check-server): Say what the error was when opening
1812         failed.
1813
1814         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1815         using streaming.
1816
1817 2010-09-25  Julien Danjou  <julien@danjou.info>
1818
1819         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1820         gnus-window-inside-pixel-edges.
1821
1822 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1825
1826         * mm-decode.el (mm-save-part): Allow saving to other directories the
1827         normal Emacs way.
1828
1829         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1830         by Jay Berkenbilt.
1831
1832         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1833         there isn't a single byte.
1834
1835         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1836         just do it.  It doesn't really seem to matter what the user responds
1837         here, I think, so it's just a confusing question.
1838
1839         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1840         non-streaming case.
1841
1842         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1843         (gnus-article-encrypt-body): Use it.
1844
1845         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1846         keystroke.
1847
1848         * nnimap.el (nnimap-find-wanted-parts-1): Use
1849         gnus-fetch-partial-articles.
1850
1851         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1852
1853         * nnimap.el (nnimap-insert-partial-structure): New function.
1854         (nnimap-get-partial-article): New function.
1855         (nnimap-request-article): Use it.
1856         (nnimap-wait-for-response): Return whether the wait was successful.
1857         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1858         retrieval wasn't successful.
1859         (nnimap-retrieve-group-data-early): Allow throttling servers.
1860         (nnimap-streaming): New variable.
1861         (nnimap-fetch-partial-articles): Removed.
1862
1863         * mm-decode.el (mm-with-part): Protect against killed buffers.
1864
1865         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1866         for prettier summary display.
1867
1868 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1869
1870         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1871         directly.
1872
1873 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1876         apparently third-party libraries depend on it.
1877
1878         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1879         before starting negotiation.
1880
1881         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1882         privacy reasons.
1883         (gnus-treat-mail-gravatar): Ditto.
1884
1885         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1886         buffer when inserting images.  Inserting text into the headers, for
1887         instance, can make them invalid.
1888
1889 2010-09-25  Julien Danjou  <julien@danjou.info>
1890
1891         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1892         variables.
1893
1894         * nnheader.el: Remove useless variables news-reply-yank-from and
1895         news-reply-yank-message-id.
1896
1897         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1898         variables.
1899
1900         * mml1991.el: Remove useless mml1991-verbose.
1901
1902         * gnus.el: Remove useless variable gnus-use-generic-from.
1903         Remove obsolete variable gnus-topic-indentation.
1904
1905         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1906
1907         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1908
1909         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1910
1911         * gnus-group.el: Remove useless gnus-group-icon-cache.
1912         Remove useless gnus-ephemeral-group-server.
1913
1914         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1915
1916         * mml2015.el: Remove useless mml2015-verbose.
1917
1918         * mml-smime.el: Remove useless mml-smime-verbose.
1919
1920         * gnus.el: Remove useless gnus-local-domain.
1921
1922         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1923         gnus-gravatar-size.
1924
1925         * gnus-art.el: Remove useless gnus-treat-translate.
1926
1927 2010-09-24  Julien Danjou  <julien@danjou.info>
1928
1929         * gnus-sum.el: Add support for Gravatars.
1930
1931         * gnus-art.el: Add support for Gravatars.
1932
1933         * gnus-gravatar.el: Add this file.
1934
1935         * gravatar.el: Add this file.
1936
1937 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1940
1941         * gnus-group.el (gnus-group-fetch-faq): Removed.
1942
1943         * gnus.el (gnus-group-faq-directory): Removed.
1944
1945         * gnus-group.el (gnus-group-fetch-charter): Removed.
1946
1947         * gnus.el (gnus-group-charter-alist): Removed.
1948
1949         * gnus-group.el (gnus-group-archive-directory): Removed.
1950         (gnus-group-recent-archive-directory): Ditto.
1951         (gnus-group-make-archive-group): Removed.
1952
1953         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1954
1955         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1956         use the same article number for all the cached articles.
1957
1958         * nnimap.el (nnimap-command): Register the last command time so
1959         that we can use it for idling NOOPs.
1960         (nnimap-open-connection): Start the keeplive timer.
1961         (nnimap-make-process-buffer): Store all the process buffers.
1962         (nnimap-keepalive): New function.
1963
1964         * starttls.el (starttls-open-stream): Add autoload cookie.
1965
1966 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1967
1968         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1969         handling.
1970
1971 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1974         its data structures.
1975
1976         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1977         instead of the cl.el copy-list.
1978         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1979         equalp.
1980
1981 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1984         and tool-bar-local-item-from-menu.
1985
1986         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1987         mode-line-highlight face for Emacs.
1988
1989         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1990         loading gnus-sum.elc; fix comment for canlock-verify.
1991         (gnus-article-jump-to-part): Use read-number.
1992         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1993         Emacs pre-21 compatible code for help-echo.
1994         (gnus-article-next-page-1): No need to adjust the number of lines.
1995         (gnus-article-describe-bindings): Always use help-buffer.
1996
1997         * gnus-audio.el (gnus-audio-inline-sound)
1998         * gnus-cus.el (gnus-custom-mode)
1999         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2000
2001         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2002
2003         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2004         compatible code.
2005
2006 2010-09-24  Glenn Morris  <rgm@gnu.org>
2007
2008         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2009         visiting the fcc file in rmail-mode.
2010
2011         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2012
2013 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * nnir.el: Silence the byte compiler.
2016
2017         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2018         alias to browse-url-url-encode-chars if any.
2019         (gnus-html-encode-url): Use it.
2020
2021 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022
2023         * gnus-start.el (gnus-use-backend-marks): New variable.
2024         (gnus-get-unread-articles-in-group): Use it.
2025
2026         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2027         makeover.
2028
2029 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2030
2031         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2032
2033 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2036         Removed.
2037         (gnus-setup-news-hook): Removed
2038         gnus-fixup-nnimap-unread-after-getting-new-news.
2039
2040         * gnus-int.el (gnus-request-update-info): Protect against backends not
2041         having the function.
2042
2043         * nnimap.el (nnimap-stream): Mention starttls.
2044         (nnimap-open-connection): Add starttls support.
2045
2046 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2047
2048         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2049
2050 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051
2052         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2053         BODYSTRUCTUREs.
2054         (nnimap-transform-headers): Unfold quoted {42} headers.
2055
2056         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2057         the info.
2058         (gnus-get-unread-articles): Only call updatep on backends that support
2059         it.
2060
2061         * nnweb.el (nnweb-request-update-info): NOOP.
2062
2063         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2064
2065         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2066         since it only deals with marks.
2067
2068         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2069         gnus-request-marks, and make a new gnus-request-update-info.
2070
2071         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2072         the active instead of the high number, which is usually too low.
2073
2074 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2075
2076         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2077         * encrypt.el: Removed.
2078
2079 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2082         server in symbolic form.
2083
2084         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2085         0.9.
2086
2087 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088
2089         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2090         (nnimap-update-info): Fix up code slightly.
2091
2092         * gnus-int.el (gnus-open-server): Add tracing for performance
2093         debugging.
2094
2095         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2096         (gnus-group-insert-group-line): Pass the real group name so that it
2097         gets the right data.
2098
2099         * gnus-start.el (gnus-get-unread-articles): Don't have
2100         `gnus-get-unread-articles-in-group' update info, since that can be
2101         really slow and doesn't seem to be needed?
2102
2103 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2104
2105         * time-date.el (date-to-time): Try using parse-time-string first before
2106         using the slower timezone-make-date-arpa-standard.
2107
2108 2010-09-22  Julien Danjou  <julien@danjou.info>
2109
2110         * gnus-group.el (gnus-group-insert-group-line): Call
2111         gnus-group-highlight-line.
2112         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2113         default hook list.
2114         (gnus-group-update-eval-form): Add new function.
2115         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2116         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2117
2118 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2119
2120         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2121         immediate, then expire all articles.
2122         (nnimap-update-info): Fix off-by-one errors.
2123         (nnimap-flags-to-marks): Would return no marks lists for group with no
2124         flags.  Instead return the other data.
2125
2126 2010-09-22  Julien Danjou  <julien@danjou.info>
2127
2128         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2129         Only return an icon.
2130         (gnus-group-insert-group-line): Compute icon to return.
2131
2132         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2133         variable.
2134         (gnus-html-image-fetched): Only cache if
2135         gnus-html-image-automatic-caching is set.
2136         (gnus-html-image-fetched): Check for errors.
2137
2138 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2141         once per method on `g'.  This ensures that backends like nnfolder don't
2142         open all their folders.
2143
2144         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2145         (nnimap-request-list): Nix out group in the correct buffer.
2146         (nnimap-parse-flags): Implement by using `read' instead of
2147         hand-parsing.
2148         (nnimap-flags-to-marks): Pass on permanent-flags.
2149         (nnimap-make-process-buffer): Record the server name.
2150         (nnimap-parse-flags): Fix typo.
2151         (nnimap-request-scan): Run split on the server in general, not just a
2152         single group.
2153
2154         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2155         parameter, and propagate this downwards.
2156
2157         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2158         since EXAMINE changes it on the server.
2159
2160         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2161         this command might take a while.
2162
2163 2010-09-22  Julien Danjou  <julien@danjou.info>
2164
2165         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2166         harmful if you have 2 images side-by-side, they can't be properly
2167         update on text deletion.  Using text-property is safer here.
2168         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2169         data.
2170
2171 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * nnimap.el (nnimap-expunge-inbox): Removed.
2174         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2175         (nnimap-expunge): Flip default to t.
2176
2177         * gnus.el (gnus-method-to-server): Don't push things to the cache
2178         unless it's unique.
2179         (gnus-server-to-method): Ditto.
2180
2181 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2182
2183         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2184
2185 2010-09-22  Julien Danjou  <julien@danjou.info>
2186
2187         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2188         get the start of data.
2189         (gnus-html-encode-url): Add this function to encode special chars in
2190         URL.
2191         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2192         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2193
2194         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2195         default.
2196         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2197
2198         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2199         images alt-text.
2200         (gnus-html-put-image): Put alt-text as help-echo.
2201
2202 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2205         * mm-util.el (mm-decompress-buffer)
2206         * nnir.el (nnir-run-find-grep)
2207         * pop3.el (pop3-list): Use 3rd arg of split-string.
2208
2209         * time-date.el (format-seconds): Comment fix.
2210
2211         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2212         and byte-optimize-form-code-walker.
2213         (dgnushack-make-auto-load): Don't advise make-autoload.
2214
2215         * lpath.el: Remove Emacs 21 stuff.
2216
2217 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2220         outside the active range.  Suggested by Dan Christensen.
2221
2222         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2223         slightly later to avoid double-getting it.
2224
2225         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2226         previous patch.
2227
2228         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2229
2230 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2231
2232         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2233
2234 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * gnus-int.el (gnus-open-server): Give a better error message in the
2237         "go offline" case.
2238
2239         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2240         marks for nnimap, which is seldom the right thing to do.
2241
2242         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2243         (gnus-same-method-different-name): New function.
2244
2245         * nnimap.el (parse-time): Require.
2246
2247         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2248         method in the presence of many similar methods.
2249
2250         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2251
2252         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2253         nnml-inhibit-expiry.
2254
2255         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2256         find out whether methods are equal.
2257
2258         * nnimap.el (nnimap-find-expired-articles): New function.
2259         (nnimap-process-expiry-targets): New function.
2260         (nnimap-request-move-article): Request the article before looking at
2261         what the Message-ID is.  Fix found by Andrew Cohen.
2262         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2263
2264         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2265         for oldness in addition to being a predicate.
2266
2267         * nnimap.el (nnimap-request-group): When we have zero articles, return
2268         the right data to Gnus.
2269         (nnimap-request-expire-articles): Only delete articles immediately if
2270         the target is 'delete.
2271
2272         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2273         method, this would bug out.
2274
2275         * gnus-group.el (gnus-group-expunge-group): Renamed from
2276         gnus-group-nnimap-expunge, and implemented as a normal interface
2277         function.
2278
2279         * gnus-int.el (gnus-request-expunge-group): New function.
2280
2281         * nnimap.el (nnimap-request-create-group): Implement.
2282         (nnimap-request-expunge-group): New function.
2283
2284 2010-09-21  Julien Danjou  <julien@danjou.info>
2285
2286         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2287         (gnus-html-cache-expired): Add new function.
2288         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2289         wethever we should display image for fetch it.
2290         Compute alt-text earlier to pass it to the fetching function too.
2291         (gnus-html-schedule-image-fetching): Change function argument to only
2292         get one image at a time, not a list.
2293         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2294         cache.
2295         (gnus-html-get-image-data): New function to retrieve image data from
2296         cache.
2297         (gnus-html-put-image): Change buffer argument to use image data rather
2298         than file, and place image above region rather than inserting a new
2299         one. Do not take alt-text as argument, since it's useless now: we place
2300         the image above alt-text.
2301         (gnus-html-prune-cache): Remove.
2302         (gnus-html-show-images): Start to fetch image when we find one, do not
2303         push into a temporary list.
2304         (gnus-html-prefetch-images): Only fetch image if they have expired.
2305         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2306         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2307
2308 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2311
2312 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2315         spec inser "*" if the group isn't active instead of 0.
2316
2317         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2318         opening the server.
2319         (nnimap-request-delete-group): Implement group deletion.
2320         (nnimap-transform-headers): Return the size of the entire message in
2321         the Bytes header, not just the size of the first part.
2322         (nnimap-request-move-article): When moving an article from nnimap,
2323         request the article first so the accepting form has an article to
2324         accept.  Reported by Dan Christensen.
2325         (nnimap-command): Make sure that the error message doesn't error out.
2326
2327 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2328
2329         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2330         we haven't requested anything.
2331
2332 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2335         "".  Fix found by Andrew Cohen.
2336
2337         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2338         instead of -encode-string.
2339
2340 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2343
2344         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2345         by mm-subst-char-in-string.
2346
2347 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2350         waiting for the connection string.
2351
2352         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2353         arriving.
2354
2355         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2356         bogus characters.  This allows selecting certain Gmail groups.
2357
2358         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2359         (nnimap-fetch-partial-articles): New variable.
2360         (nnimap-open-connection): When looking for credentials, also use the
2361         nnimap-server-port.
2362         (nnimap-request-article): Return the group/article number, so that Gnus
2363         `^' works as expected.
2364         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2365         them.
2366
2367         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2368         comments.
2369         (gnus-methods-sloppily-equal): New function.
2370         (gnus): When using the development version of Gnus, load the gnus-load
2371         file.
2372
2373         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2374         `gnus-open-server' on each method before trying to scan them etc.  This
2375         ensures that all the backend parameters are set correctly.
2376
2377         * nnimap.el (nnimap-authenticator): New variable.
2378         (nnimap-open-connection): Allow anonymous login.
2379         (nnimap-transform-headers): The chars header is called Chars not
2380         Bytes.
2381         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2382         drops.
2383
2384         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2385         patch, found by Knut Anders Hatlen.
2386
2387 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2388
2389         * gnus-agent.el (gnus-agent-batch-confirmation)
2390         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2391         to gnus-message.
2392         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2393         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2394         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2395         * gnus-int.el (gnus-open-server): Likewise.
2396         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2397         (gnus-score-check-syntax): Likewise.
2398         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2399         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2400         Likewise.
2401         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2402
2403 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2406         calling conventions so that prefetch doesn't bug out.
2407
2408 2010-09-19  Julien Danjou  <julien@danjou.info>
2409
2410         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2411         rather than `subst-char-in-region' in order to be able to replace ASCII
2412         char by UTF-8 ones.
2413
2414         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2415         than curl.
2416         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2417         the right URL and ALT text on images.
2418         (gnus-html-wash-tags): Fix tag case.
2419         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2420         (gnus-article-html): Add -o display_ins_del=2 option.
2421         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2422
2423 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2426         the extra mail headers, which sometimes seem to happen for unknown
2427         reasons.
2428
2429         * mail-parse.el (mail-header-encode-parameter): Define as
2430         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2431         (or most, perhaps?) mail readers don't understand the latter, but do
2432         understand the former.
2433
2434         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2435         to nil, so that no methods are automatically agentized.  I think this
2436         is probably what most users want.
2437
2438         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2439         from url-retrieve, for instance about invalid URLs.
2440
2441         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2442         groups that have no articles.
2443         (nnimap-request-article): Check that we really got an article when we
2444         requested one.
2445
2446         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2447         doesn't exist.
2448
2449         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2450         nntp buffer so the agent can save it.
2451         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2452         that CRLF doesn't get translated to \n.
2453         (nnimap-open-connection): Don't make 'shell commands only send \n.
2454
2455 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2456
2457         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2458         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2459         Update var name.
2460         (nnml-generate-nov-file): Use dolist.
2461         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2462         Use with-current-buffer.
2463
2464 2010-09-18  Julien Danjou  <julien@danjou.info>
2465
2466         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2467         parallel.
2468
2469 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2472         the range update right.
2473         (nnimap-request-group): Don't make `M-g' bug out on group with no
2474         marks.
2475         (nnoo): Required, so that other packages can require nnimap.
2476         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2477         command we're looking for.  This helps when the server sends more
2478         responses after we've gotten everything we expected.
2479         (nnimap): Add a `newlinep' field to keep track of end-of-line
2480         conventions.
2481         Don't send CRLF to things that don't want it.
2482         (nnimap-request-accept-article): Ditto.
2483
2484 2010-09-18  Julien Danjou  <julien@danjou.info>
2485
2486         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2487         than curl to retrieve images.
2488
2489 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2492         the marks.
2493         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2494         (nnimap-wait-for-connection): New function.
2495         (nnimap-open-connection): If we have PREAUTH, don't query for login
2496         credentials.
2497         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2498         when doing a partial update.
2499
2500 2010-09-18  Julien Danjou  <julien@danjou.info>
2501
2502         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2503         tags.
2504
2505 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * nnimap.el (nnimap-credentials): New function.
2508         (nnimap-open-connection): Use the new function to look for credentials
2509         also on the numeric equivalents of "imap" and "imaps".
2510
2511         * gnus-start.el (gnus-activate-group): Send the info to
2512         gnus-request-group.
2513
2514         * nnimap.el (nnimap-request-group): Have the "check" version of the
2515         function parse flags and update the info, so that a `M-g' get a total
2516         resync of all flags from the group.
2517
2518         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2519         to allow backends to alter the info on group selection.  Also alter all
2520         the backend -request-group functions to take the parameter.
2521
2522         * nnimap.el (nnimap-store-info): New function.
2523         (nnimap-update-info): Store the info for later usage.
2524         (nnimap-request-group): Use the stored info for the dont-check case, so
2525         that we don't retrieve all marks when we enter a group.
2526
2527         * nnimap.el: Use deffoo instead of defun for interface functions.
2528
2529         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2530         update the group info.  This makes the nndraft groups, for instance, go
2531         back to their old behaviour.
2532
2533         * gnus-sum.el (gnus-select-newsgroup): Indent.
2534
2535         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2536         in.
2537         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2538         nothing.
2539
2540         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2541         from methods that are denied.
2542
2543         * gnus-int.el (gnus-method-denied-p): New function.
2544
2545         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2546         store the password instead of netrc.
2547         (nnimap-open-connection): Don't error out when we can't make a
2548         connections.
2549
2550         * auth-source.el (auth-source-create): In the password prompt, say what
2551         we're querying for.  Also prompt for user name if that hasn't been
2552         given.
2553
2554         * nnimap.el (nnimap-with-process-buffer): Removed.
2555
2556 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2559         method when we're reading from the agent.
2560
2561         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2562
2563         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2564         that's probably most useful for users.
2565
2566         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2567         "failed" all the time.
2568
2569         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2570         ...)) with (with-current-buffer ... ).
2571
2572         * nntp.el (nntp-open-server): Return whether the open was successful or
2573         not.
2574
2575         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2576         select an unread unseen article first.
2577
2578         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2579         /etc/services, supply some sensible port defaults.
2580
2581         * dgnushack.el: Define netrc-credentials.
2582
2583 2010-09-17  Julien Danjou  <julien@danjou.info>
2584
2585         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2586
2587 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2588
2589         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2590         doesn't have any parameters.
2591
2592 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2595         only upcased checks.
2596
2597         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2598
2599         * nnimap.el (nnimap-open-shell-stream): New function.
2600         (nnimap-open-connection): Use it.
2601         (nnimap-transform-headers): Get the number of lines in each message.
2602         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2603         number of lines.
2604         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2605         problem.
2606
2607         * utf7.el (utf7-encode): Autoload.
2608
2609         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2610         to allow the mail splitting to not return a default group.  This is
2611         useful for nnimap, which will leave unmatched mail in the inbox.
2612
2613         * nnimap.el: Rewritten.
2614
2615         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2616         nnimap usage.
2617
2618         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2619         if the move is internal, so that nnimap can do fast internal moves.
2620
2621         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2622         data.
2623         (gnus-read-active-for-groups): Support finishing the early retrieval of
2624         data.
2625
2626         * gnus-range.el (gnus-range-nconcat): New function.
2627
2628         * gnus-int.el (gnus-finish-retrieve-group-infos)
2629         (gnus-retrieve-group-data-early): New functions.
2630
2631 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2632
2633         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2634         (nnrss-retrieve-groups):
2635         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2636         (pop3-quit): Use with-current-buffer.
2637
2638 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2641         instead of nnheader-accept-process-output.
2642
2643         * dgnushack.el (dgnushack-compile): Add comment.
2644
2645         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2646
2647         * gnus-html.el (gnus-html-schedule-image-fetching)
2648         (gnus-html-prefetch-images): Replace process-kill-without-query by
2649         gnus-set-process-query-on-exit-flag.
2650
2651 2010-09-16  Romain Francoise  <romain@orebokech.com>
2652
2653         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2654
2655 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2658         parameter to unintern is mandatory-ish in Emacs 24.
2659
2660         * gnus-html.el (gnus-html-schedule-image-fetching)
2661         (gnus-html-prefetch-images): Check for curl before using it.
2662
2663         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2664         depend on curl, which isn't essential.
2665
2666         * imap.el: Revert back to version
2667         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2668         seem problematic.
2669
2670 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2671
2672         * gnus-registry.el (gnus-registry-install-shortcuts):
2673         Explicitly pass `obarray' to `unintern' to avoid a warning.
2674
2675 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676
2677         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2678         change.
2679
2680         * nnrss.el (nnrss-request-list): Removed this function and related
2681         functions, including the moreover stuff.
2682
2683 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684
2685         * nnrss.el (nnrss-retrieve-groups): New function.
2686
2687 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2688
2689         * .dir-locals.el: Add no-byte-compile cookie.
2690
2691 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * time-date.el (format-seconds): Comment fix.
2694
2695         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2696         for back end that doesn't support request-scan.
2697
2698 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2701         then do request scans from the backends.
2702
2703         * netrc.el (netrc-credentials): New conveniency function.
2704
2705         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2706         avoid running a hook per line, since this takes a lot of time,
2707         profiling shows.
2708         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2709         directly if gnus-visual-p is true.
2710
2711 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2714         groups; replace mapcar with dolist which is a bit faster; pass groups
2715         info to gnus-read-active-file-1.
2716         (gnus-read-active-file-1): Scan only specified groups if the new
2717         optional arg `infos' is given.
2718
2719 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2722
2723         * pop3.el (pop3-movemail): Removed.
2724         (pop3-streaming-movemail): Renamed to pop3-movemail.
2725
2726         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2727         don't restrict end-tag searches to the end of the line.
2728
2729 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2732         articles of every unchecked group to t, which means unknown since the
2733         server has never been opened.
2734
2735 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * gnus-html.el (gnus-html-show-alt-text): New command.
2738         (gnus-html-browse-image): Ditto.
2739         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2740         to browse the image directly.
2741         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2742         better.
2743
2744         * gnus-async.el (gnus-async-article-callback): Call
2745         `gnus-html-prefetch-images' unconditionally.
2746
2747         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2748         before feeding URLs to curl.
2749
2750 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2751
2752         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2753         internal images as deletable by `W D D'.
2754
2755         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2756         (gnus-async-article-callback): Fix typo.
2757
2758 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2761         current line to work around bugs in the output from w3m.
2762
2763         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2764         for groups that want that.
2765
2766         * nntp.el (nntp-wait-for-string): Supply a timeout for
2767         accept-process-output to ensure progress.
2768
2769         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2770         level to get unread articles from, then use that for foreign groups,
2771         too.
2772
2773         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2774         confuses the rest of the function.
2775
2776         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2777         for the methods that support -retrieve-groups, too.
2778
2779         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2780
2781 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2784         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2785
2786         * pop3.el: Require cl when compiling.
2787         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2788
2789 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2792         that aren't going to be activated.
2793         (gnus-get-unread-articles): Fix up the last commit.
2794
2795         * gnus-html.el (gnus-article-html): Allow calling without specifying
2796         the handle.  In that case, dissect the buffer first.
2797
2798         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2799
2800         * nnimap.el (nnimap-open-connection): Revert the change that would look
2801         into authinfo for imaps instead of imap.
2802
2803         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2804         say that you don't want to call gnus-request-group with don-check, but
2805         do check the reponse.  This is for virtual groups only.
2806         (gnus-get-unread-articles): Count the archive groups as secondary, so
2807         that they're activated the same way as before.
2808
2809         * imap.el (imap-message-map): Removed optional buffer parameter, since
2810         no callers use it.
2811         (imap-message-get): Ditto.
2812         (imap-message-put): Ditto.
2813         (imap-mailbox-map): Ditto.
2814         (imap-mailbox-put): Ditto.
2815         (imap-mailbox-get): Ditto.
2816         (imap-mailbox-get): Revert last change for this function.
2817
2818         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2819         case-insensitively.
2820         (nnimap-debug): Removed.
2821
2822         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2823         to use `imap-fetch' instead.  According to the comments, this should be
2824         safe, since all other IMAP clients use the 1:* syntax.
2825         (imap-enable-exchange-bug-workaround): Removed.
2826         (imap-debug): Removed -- doesn't seem very useful.
2827
2828         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2829         mail from a file, and the file doesn't exist.
2830
2831         * imap.el (imap-log): New convenience function used throughout instead
2832         of repeating the same code all over the place.
2833
2834         * pop3.el (pop3-streaming-movemail): Return t for success.
2835
2836         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2837         .authinfo if we're using ssl connection.
2838
2839         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2840         already have if we're in a main Gnus `g' run.
2841
2842         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2843
2844 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2847
2848         * nnmh.el (nnmh-request-list-1): Bind `file'.
2849
2850         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2851         alias to set-process-query-on-exit-flag or process-kill-without-query.
2852         (pop3-open-server): Use it.
2853
2854 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2857         box to the Incoming file.  Fixes mistake in previous checkin.
2858
2859         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2860         request loop (for debugging purposes) removed.
2861
2862         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2863         culprit is more visible.
2864         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2865         (nnml-add-incremental-nov): New functions to do "incremental" nov
2866         updates, where we just append to the end of the existing nov files
2867         without reading/writing them in full.
2868
2869         * mail-source.el (mail-source-delete-crash-box): Really only check the
2870         incoming files once in a while.
2871
2872         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2873
2874         * mail-source.el (mail-source-delete-crash-box): Only check the
2875         incoming files for deletion once per day to save a lot of file
2876         accesses.
2877
2878         * pop3.el (pop3-logon): Fix up unbound variable typo.
2879
2880         * mail-source.el (pop3-streaming-movemail): Autoload.
2881
2882         * pop3.el (pop3-streaming-movemail): Respect
2883         pop3-leave-mail-on-server.
2884
2885         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2886         retrieval.
2887
2888         * pop3.el (pop3-process-filter): Removed unused function.
2889         (pop3-streaming-movemail, pop3-send-streaming-command)
2890         (pop3-wait-for-messages, pop3-write-to-file)
2891         (pop3-number-of-responses): New functions for streaming pop3
2892         retrieval.
2893
2894         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2895         come from no known methods.
2896         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2897         list.
2898
2899         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2900         message sizes.
2901         (pop3-movemail): Use erase-buffer instead of looping and deleting
2902         regions, which seems rather odd.
2903
2904         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2905         file once per `g' run.
2906
2907         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2908         directories.  This makes the draft queue directory work.
2909
2910         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2911         data from the backends, so that we only request the list of groups from
2912         each method once.  This should speed things up considerably.
2913
2914         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2915         detect that it's not implemented.
2916
2917         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2918         we actually do recurse down into the tree, but don't stat all leaf
2919         nodes.
2920
2921         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2922         then say so instead of bugging out.
2923
2924         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2925         files exist before trying to read them.
2926
2927         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2928         around <pre_int>.
2929
2930         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2931
2932         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2933
2934 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * mm-util.el (mm-image-load-path): Just return the image directories,
2937         not all directories in the path in addition to the image directories.
2938         (mm-image-load-path): Maintain a cache of the image directories so that
2939         the `g' command in Gnus doesn't have to stat dozens of directories each
2940         time.
2941
2942         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2943         (gnus-html-wash-tags): Add a new `i' command to insert images.
2944         (gnus-html-insert-image): New command and keystroke.
2945         (gnus-html-redisplay-with-images): New command and keystroke.
2946         (gnus-html-show-images): Renamed command.
2947         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2948         spacers.
2949         (gnus-html-wash-tags): Decode entities at the end, so that entities
2950         inside the tags don't mess up the rest of the "parsing".
2951
2952         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2953         so that nnimap methods aren't agentized by default.  There's apparently
2954         many problems related to agent/imap behaviour.
2955
2956         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2957
2958         * gnus-html.el: Doc fix.
2959
2960 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2963         specifier-spec-list for Emacs 21.
2964
2965         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2966         glyph-width and glyph-height instead of display-graphic-p and
2967         image-size; make avoidance of displaying small images work for XEmacs.
2968
2969         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2970         for XEmacs.
2971
2972         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2973         of symbol that holds plist data.
2974         (gnus-process-plist): Remove plist of process after getting it.
2975
2976 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * message.el (message-generate-hashcash): Change default to
2979         'opportunistic if hashcash is installed.
2980
2981         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2982         (gnus-html-put-image): Only call image-size once, since it's somewhat
2983         time-consuming on remote X servers.
2984
2985 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2988         type on data, not a file name.
2989
2990         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2991         window-pixel-edges for Emacs 21.
2992
2993         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2994         decoded contents.
2995         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2996
2997 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3000         group line format, since it isn't very interesting.
3001
3002         * gnus-agent.el (gnus-agent-short-article),
3003         (gnus-agent-long-article): Increase values for these two variables,
3004         since most people are likely to have more network connection and
3005         storage than before.
3006
3007         * gnus.el (gnus-refer-article-method): Change default to 'current.
3008         When referring an article, the common behaviour is to refer it from the
3009         current select method, not the native select method.  The chances of
3010         the native select method having the message in question is rather slim
3011         these days.
3012
3013         * gnus-sum.el (gnus-auto-select-subject): Change default to
3014         `unseen-or-unread'.  I think it's likely that most people want to
3015         select an unseen article over a previously seen, but unread one.
3016
3017         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3018         means that in the article buffer none of the minor mode elements will
3019         be shown, usually, and this is not desirable in most cases.
3020
3021         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3022         that commands like `d' (and the like) go to the next line in the
3023         buffer, instead of the next unread article.  I think this is the
3024         behaviour that is most natural for most users.
3025         (gnus-single-article-buffer): Change default to nil, so that people can
3026         have as many article buffers open as they have summary buffer.  I think
3027         this is the most natural way for the groups to behave.
3028
3029         * message.el (message-generate-new-buffers): Change default to
3030         `unsent', so that all new message buffers start their names with the
3031         string "*unsent", and it's easier to find the buffers if you move from
3032         them.
3033
3034 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035
3036         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3037         small.  They're probably tracking images.
3038         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3039         (gnus-html-rescale-image): Yet another try at getting the image sizing
3040         right.
3041
3042         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3043         nntp-marks-file-name is nil.
3044
3045 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3046
3047         * gnus-html.el (gnus-html-wash-tags)
3048         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3049         Better logging.
3050
3051 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3054
3055         * gnus-html.el (gnus-html-wash-tags): Check the value of
3056         gnus-blocked-images in the summary buffer.
3057
3058 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3059
3060         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3061
3062 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3063
3064         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3065         like "a", it seems like.
3066         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3067         since it needs to be picked from the correct buffer.
3068
3069         * nnwfm.el: Removed.
3070
3071         * nnlistserv.el: Removed.
3072
3073 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3074
3075         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3076         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3077
3078 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3079
3080         * nnkiboze.el: Removed.
3081
3082         * nndb.el: Removed.
3083
3084         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3085         alt text.
3086         (gnus-html-rescale-image): Try to get the rescaling logic right for
3087         images that are just wide and not tall.
3088
3089         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3090         overshadow variable bindings.
3091
3092 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3093
3094         * gnus-html.el (gnus-html-wash-tags)
3095         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3096         extra logging.
3097
3098 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3101         (gnus-max-image-proportion): New variable.
3102         (gnus-html-rescale-image): New function.
3103         (gnus-html-put-image): Rescale images.
3104
3105 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3106
3107         Fix up some byte-compiler warnings.
3108         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3109         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3110         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3111         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3112         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3113         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3114         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3115
3116 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus-html.el (gnus-article-html): Decode contents by charset.
3119
3120 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3123         (gnus-html-frame-width, gnus-blocked-images)
3124         * message.el (message-prune-recipient-rules): Add custom version.
3125         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3126
3127         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3128         functions.
3129
3130         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3131         gnus-process-get.
3132
3133 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3134
3135         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3136         instead of lsub directly.
3137
3138 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * nnwarchive.el: Removed.
3141
3142         * gnus-soup.el: Removed.
3143
3144         * nnsoup.el: Removed.
3145
3146         * nnultimate.el: Removed.
3147
3148         * gnus-html.el (gnus-blocked-images): New variable.
3149
3150         * message.el (message-prune-recipients): New function.
3151         (message-prune-recipient-rules): New variable.
3152
3153         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3154         guess whether a long line is natural text or not.
3155
3156         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3157         gnus-process-plist and friends for compatibility.
3158
3159 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3160
3161         * gnus-html.el: Require packages that define macros used in this file.
3162         (gnus-article-mouse-face): Declare to silence byte-compiler.
3163         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3164         process-get.
3165         (gnus-html-put-image): Use plist-get to avoid getf.
3166         (gnus-html-prefetch-images): Use with-current-buffer.
3167
3168 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * gnus-ems.el: Provide compatibility functions for
3171         gnus-set-process-plist.
3172
3173         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3174         header-line-format for XEmacs 21.4.
3175
3176         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3177         * gnus.el (gnus-valid-select-methods)
3178         * message.el (message-send-mail-partially-limit)
3179         * mm-decode.el (mm-text-html-renderer)
3180         * mml.el (mml-insert-mime-headers-always)
3181         * smiley.el (smiley-regexp-alist): Bump custom version.
3182
3183 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * gnus-html.el: require mm-url.
3186         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3187         with the url to `url'.
3188         (gnus-html-wash-tags): Support cid: URLs/images.
3189
3190 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3193         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3194         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3195
3196         * gnus-move.el: Removed file, since it doesn't really work.
3197
3198         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3199         UTF-8.  This seems to fix problems with some German web feeds.
3200
3201         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3202         at the top so that the proper colours are applied.
3203
3204         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3205         don't have dots in their names.
3206
3207         * gnus-art.el (gnus-article-view-part): Doc fix.
3208
3209         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3210         XEmacs-compatible.
3211         (gnus-html-put-image): Don't do images on non-graphic displays.
3212
3213         * nnslashdot.el: Removed this unused backend.
3214
3215         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3216         actions.
3217         (gnus-undo-register-1): Revert last change.
3218
3219         * gnus-group.el (gnus-group-completing-read): Protect against not
3220         having completion-styles bound.
3221
3222         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3223         make broken recipients happier.
3224
3225         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3226
3227         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3228         point parameter.
3229
3230         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3231
3232         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3233         completion-styles for group selection.
3234
3235 2009-02-04  Andreas Schwab  <schwab@suse.de>
3236
3237         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3238         headers and regexp-quote the match if necessary.
3239
3240 2009-03-24  Miles Bader  <miles@gnu.org>
3241
3242         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3243         the blinking smiley.
3244
3245 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3246
3247         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3248         blink smiley.
3249
3250 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3253         where the dribbel file lives exists.
3254
3255         * message.el (message-send-mail-partially-limit): Change the default to
3256         nil, since most people don't want this.
3257
3258         * mm-url.el (mm-url-decode-entities): Also decode entities like
3259         &#x3212.
3260
3261 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3262
3263         * gnus-sum.el (gnus-summary-idna-message):
3264         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3265         Hyperlink urls in docstrings with URL `...'.
3266
3267 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3268
3269         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3270         functions.
3271
3272 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3275         say what the mouseover text should be.
3276
3277         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3278         version of the mm-w3m-safe-url-regexp variable to only download images
3279         in the groups where we want that to happen.
3280
3281         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3282
3283         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3284         easier debugging.
3285         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3286         big pictures in the article buffer.
3287
3288         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3289         gnus-article-html.
3290         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3291         w3m.
3292
3293         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3294
3295 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3298         which doesn't exist.
3299
3300         * message.el (message-inhibit-ecomplete): New variable to allow some
3301         function to inhibit ecomplete address storage.
3302         (message-resend): Disable ecomplete message storage when resending
3303         messages.
3304
3305         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3306
3307 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3310         Save excursion while copying, moving, and deleting articles in order to
3311         prevent the cursor from jumping to unforeseen place.
3312
3313 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * lpath.el: No need to bind bookmark-current-buffer,
3316         bookmark-yank-point and bookmark-make-record-function.
3317
3318 2010-08-17  Glenn Morris  <rgm@gnu.org>
3319
3320         * gnus-sync.el: Require gnus components whose functions are used.
3321
3322         * gnus-art.el (bookmark-make-record-function):
3323         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3324         Declare for compiler.
3325
3326         * mm-url.el (mml-compute-boundary): Autoload.
3327
3328 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3331
3332 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3333
3334         Typo fix "hoo4a" -> "hook".
3335
3336         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3337
3338 2010-08-14  Glenn Morris  <rgm@gnu.org>
3339
3340         * gnus-sync.el (gnus-sync): Fix defgroup version.
3341
3342 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3343
3344         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3345
3346         * gnus-sync.el: Fix docs.
3347         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3348         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3349
3350 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3351
3352         Optimizations for gnus-sync.el.
3353
3354         * gnus-sync.el: Add docs about gnus-sync-backend
3355         possibilities.
3356         (gnus-sync-save): Remove unnecessary message.
3357         (gnus-sync-read): Optimize and show what groups were skipped.
3358
3359 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3360
3361         Minor bug fixes for gnus-sync.el.
3362
3363         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3364         read the sync on get-new-news.
3365
3366         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3367         quiet.
3368
3369         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3370
3371 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3372
3373         Make saving and restoring of hidden threads work with overlays.
3374         Patch applied by Ted Zlatanov.
3375
3376         * gnus-sum.el (gnus-hidden-threads-configuration)
3377         (gnus-restore-hidden-threads-configuration): Update to deal with text
3378         properties, rather than searching for a magic character.
3379
3380 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3381
3382         New gnus-sync.el library for synchronization of marks.
3383
3384         * gnus-sync.el: New library for synchronization of marks.
3385
3386         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3387         renamed from `gnus-registry-grep-in-list'.
3388
3389         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3390
3391         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3392
3393 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3396         determining charset of text fails.
3397
3398 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * nnmail.el (nnmail-get-new-mail-1): Revert.
3401
3402         * nnml.el (nnml-active-number): Make sure names of newly created groups
3403         in nnml-group-alist are encoded.
3404
3405 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3408         containing non-ASCII characters in active file for nnml back end.
3409
3410 2010-07-24  David Engster  <dengste@eml.cc>
3411
3412         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3413         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3414
3415 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3416
3417         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3418         tag (Bug#6654).
3419
3420 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3423         the article buffer, not the summary buffer.
3424
3425 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3428         Emacs 23 as well.
3429
3430 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3431
3432         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3433         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3434
3435 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3436
3437         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3438         Patch applied by Karl Fogel.
3439
3440         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3441         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3442
3443 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3444
3445         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3446         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3447         C-w still not working correctly from Article buffers; Thierry's
3448         patch to fix that will be applied after this.
3449
3450         * gnus-art.el (bookmark-make-record-function): New local variable.
3451
3452         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3453         article buffer.
3454         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3455
3456 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3457
3458         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3459         on changes in bookmark.el.
3460
3461 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3464         `no-log' instead of message not to log prompt string.
3465
3466 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3467
3468         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3469         the *other* type of HTML form submission.
3470
3471 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3472
3473         * auth-source.el (auth-source-pick): If choice does not contain a
3474         questioned keyword, set the check to t.
3475
3476 2010-06-12  Romain Francoise  <romain@orebokech.com>
3477
3478         * gnus-util.el (gnus-date-get-time): Move up before first use.
3479
3480 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3483         (gnus-article-edit-part): Bind it to make last part that is substituted
3484         or deleted visible.
3485         (gnus-mime-display-single): Buttonize part of which id equals to
3486         gnus-mime-buttonized-part-id.
3487
3488 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3489
3490         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3491         (gnus-dd-mmm): Use gnus-date-get-time.
3492         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3493         simplify logic.
3494         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3495         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3496
3497 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3498
3499         * auth-source.el (top): Autoload `secrets-list-collections',
3500         `secrets-create-item', `secrets-delete-item'.
3501         (auth-sources): Fix tag string.
3502         (auth-get-source, auth-source-retrieve, auth-source-create)
3503         (auth-source-delete): New defuns.
3504         (auth-source-pick): Rewrite in order to avoid 2 passes.
3505         (auth-source-forget-user-or-password): New parameter USERNAME.
3506         (auth-source-user-or-password): New parameters CREATE-MISSING and
3507         DELETE-EXISTING.  Retrieve password interactively, if needed.
3508
3509 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3510
3511         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3512         deleting unused directories when gnus-expert-user is t.
3513
3514 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3517         for each temp file when gnus-article-browse-delete-temp is ask.
3518
3519 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3520
3521         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3522         Lisp calls to delete-backward-char by calls to delete-char.
3523
3524 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3525
3526         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3527
3528 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3529
3530         * password-cache.el (password-cache-remove): Fix docstring.
3531
3532 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3535         article unless decoding article to be saved.
3536
3537 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3540         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3541         generated within the mm-with-unibyte-current-buffer macro.
3542
3543 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3546         to nil when we're in a mml-preview buffer and no group is selected.
3547
3548 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3549
3550         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3551         when catching the `C-g'.  Reported by "Leo".
3552
3553 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * message.el (message-forward-make-body-plain)
3556         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3557         multibyte-string-p.
3558
3559         * lpath.el: Revert.
3560
3561 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * message.el (message-forward-make-body-mml): Assume original message
3564         is multibyte string; error on unibyte.
3565         (message-forward-make-body-plain): Ditto; don't add excessive newline
3566         in body end.
3567
3568         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3569
3570 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3571
3572         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3573         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3574
3575 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * mm-extern.el (mm-extern-url): Don't use
3578         mm-with-unibyte-current-buffer.
3579         (mm-extern-cache-contents): Use with-current-buffer instead of
3580         save-excursion + set-buffer.
3581
3582 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * mm-util.el (mm-emacs-mule): Remove.
3585
3586 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3587
3588         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3589         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3590         change.
3591
3592 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3595         bind the default value of enable-multibyte-characters to nil.
3596
3597 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * message.el (message-forward-make-body-plain)
3600         (message-forward-make-body-mml):
3601         Don't use mm-with-unibyte-current-buffer.
3602
3603 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3604
3605         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3606
3607 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3608
3609         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3610         (Bug#5592).
3611
3612 2010-05-07  Julien Danjou  <julien@danjou.info>
3613
3614         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3615         it to mm-pipe-part.
3616
3617         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3618         it is given.
3619
3620 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * binhex.el (binhex-decode-region-internal)
3623         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3624         (dns-query)
3625         * nnweb.el (nnweb-gmane-search)
3626         * pgg-parse.el (pgg-parse-armor)
3627         * pgg.el (pgg-verify-region)
3628         * sha1.el (sha1-string-external)
3629         * uudecode.el (uudecode-decode-region-internal)
3630         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3631         XEmacs.
3632
3633         * gnus-art.el (gnus-article-browse-html-parts)
3634         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3635         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3636         make-temp-file.
3637
3638         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3639         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3640         compiling.
3641
3642         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3643         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3644         XEmacs when compiling.
3645
3646         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3647         gnus-pick-mode-off-hook for XEmacs when compiling.
3648         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3649         gnus-binary-mode-off-hook for XEmacs when compiling.
3650
3651         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3652         nil if char-charset is not available.
3653
3654         * imap.el (imap-disable-multibyte)
3655         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3656         macros.
3657
3658         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3659         instead of encode-coding-string.
3660
3661         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3662         'xemacs) instead of mm-emacs-mule to switch function definitions.
3663         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3664
3665         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3666         bind temporary-file-directory for XEmacs;
3667         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3668         timer-set-function for XEmacs 21.4 and SXEmacs;
3669         bind timer-list for XEmacs 21.4 and SXEmacs;
3670         fbind char-charset and find-charset-region for non-Mule XEmacs;
3671         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3672         encode-coding-region and encode-coding-string for XEmacs having no
3673         file-coding feature.
3674
3675 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3676
3677         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3678
3679 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3682         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3683
3684 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3685
3686         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3687         alias `jka-compr-delete-temp-file' no longer exists.
3688
3689 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3690
3691         Use define-minor-mode in Gnus where applicable.
3692         * mml.el (mml-mode): Use define-minor-mode.
3693         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3694         (gnus-undo-mode): Use define-minor-mode.
3695         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3696         (gnus-dead-summary-mode): Use define-minor-mode.
3697         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3698         Initialize in declaration.
3699         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3700         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3701         (gnus-mailing-list-mode): Use define-minor-mode.
3702         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3703         (gnus-draft-mode): Use define-minor-mode.
3704         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3705         (gnus-dired-mode): Use define-minor-mode.
3706
3707 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3708
3709         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3710         handles on recursive mml-to-mime translation and check them for
3711         boundary delimiter collisions.  Reported by Greg Troxel.
3712
3713 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3716
3717 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3718
3719         * mm-util.el (mm-find-buffer-file-coding-system):
3720         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3721
3722 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3723
3724         * message.el (message-generate-headers): Record insertion of optional
3725         headers as well.  Otherwise the check to prevent repeated insertion of
3726         optional headers is a no-op.
3727
3728 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3729
3730         * smime.el: Don't mention CVS.
3731
3732         * nnrss.el (nnrss-fetch): Don't mention CVS.
3733
3734         * nnir.el: Don't mention CVS.
3735
3736 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3737
3738         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3739
3740 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * lpath.el: Fbind bookmark-default-handler,
3743         bookmark-get-bookmark-record, bookmark-make-record-default,
3744         bookmark-prop-get for Emacs <23 and XEmacs.
3745
3746 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3747
3748         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3749         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3750         Use with-current-buffer to silence the byte-compiler.
3751         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3752         bother to require `gnus'.
3753         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3754
3755 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3756
3757         * gnus-sum.el (gnus-summary-bookmark-make-record)
3758         (gnus-summary-bookmark-jump): New functions.
3759         (gnus-summary-mode): Setup bookmark support.
3760
3761 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3762
3763         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3764         if set.
3765
3766 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3769         gnus-article-browse-html-save-cid-image; make it work recursively for
3770         forwarded messages as well.
3771         (gnus-article-browse-html-parts): Work when prefix arg is given.
3772         (gnus-article-browse-html-article): Doc fix.
3773
3774 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3775
3776         * message.el (message-default-mail-headers):
3777         (message-default-headers): Carry the value mail-default-headers over
3778         into message-default-mail-headers, rather than message-default-headers.
3779
3780 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3781
3782         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3783         charset.
3784
3785         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3786         charset into the <meta> tag when the article is encoded to utf-8.
3787
3788 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3791         directories as well.
3792         (gnus-article-browse-html-parts): Work for images that do not specify
3793         file names; delete temp directory when quitting; insert header at the
3794         right place; use file: scheme for image files.
3795
3796 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3797
3798         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3799         (gnus-article-browse-html-parts): Use it to make temporary cid image
3800         files in addition to html file so that browser may display them.
3801
3802 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3805
3806 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3807
3808         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3809
3810 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3811
3812         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3813         about Secret Service API sources.  Improve Customize options.
3814         (auth-source-pick): Change to accept any number of search parameters.
3815         Implement fallbacks iteratively, not recursively.  Add scoring on the
3816         second pass and sort by score.  Call Secret Service API when needed.
3817         (auth-source-user-or-password): Use it.  Call Secret Service API
3818         directly when needed to get the user name and the password.
3819
3820 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3821
3822         * message.el (message-interactive): Doc fix.
3823         (message-qmail-inject-args): Reflow.
3824         (message-kill-to-signature): Fix typo in docstring.
3825
3826         * smiley.el (smiley-buffer): Fix typo in docstring.
3827
3828 2010-03-24  Glenn Morris  <rgm@gnu.org>
3829
3830         * mail-source.el (gnus-message): Declare.
3831         (mail-source-delete-old-incoming): Require gnus-util.
3832
3833 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3836
3837         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3838
3839         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3840         password-cache's default if it is not bound.
3841         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3842         password-cache-expiry's default if it is not bound.
3843
3844         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3845         available in Emacs 21.
3846
3847         * lpath.el: Suppress compiler warnings for:
3848         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3849         XEmacs;
3850         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3851         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3852         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3853
3854 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3855
3856         * auth-source.el (auth-sources): Fix up definition so extra parameters
3857         are always inline.
3858
3859 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3860
3861         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3862         wasn't updated after mismatch.  Clear cached mailbox info correctly
3863         when uidvalidity changes.
3864         (nnimap-group-prefixed-name): New function to avoid some code
3865         duplication.
3866         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3867         (nnimap-request-group): Use it.
3868         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3869         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3870         with many imap folders.  This is done by caching the group status from
3871         the imap server persistently in a group parameter `imap-status'.  (This
3872         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3873         but not persistently, so every Gnus startup was still very slow.)
3874
3875 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3876
3877         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3878         delete the extra newline.  Otherwise editing of :string and :number
3879         types don't work.
3880
3881 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3882
3883         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3884         secrets.el dependency.
3885         (auth-sources): Add optional user name.  Add secrets.el configuration
3886         choice (unused right now).
3887
3888 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3889
3890         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3891         `gnus-registry-install-shortcuts' fill in the functions.
3892
3893         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3894         warnings.
3895         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3896         (gnus-registry-install-shortcuts): Populate and use it in a
3897         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3898
3899 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3900
3901         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3902         In-place substitutions for the group name encoding/decoding.
3903         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3904         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3905         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3906         (nnimap-update-unseen, nnimap-request-list)
3907         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3908         (nnimap-request-set-mark, nnimap-split-to-groups)
3909         (nnimap-split-articles, nnimap-request-newgroups)
3910         (nnimap-request-create-group, nnimap-request-accept-article)
3911         (nnimap-request-delete-group, nnimap-request-rename-group)
3912         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3913         `encoded-mbx' for consistency.
3914         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3915         variable `imap-current-mailbox'.
3916
3917         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3918         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3919
3920 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3921
3922         * pop3.el (pop3-display-message-size-flag): Display message size byte
3923         counts during POP3 download.
3924         (pop3-movemail): Use it.
3925         (pop3-list): Implement listing of available messages.
3926
3927 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3928
3929         * nnir.el (nnir-get-article-nov-override-function): New function to
3930         override the normal NOV retrieval.
3931         (nnir-retrieve-headers): Use it.
3932
3933 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3934
3935         * auth-source.el (netrc-machine-user-or-password): Autoload.
3936
3937 2010-03-19  Glenn Morris  <rgm@gnu.org>
3938
3939         Stop message.el from loading about 40 libraries it doesn't always need.
3940         The general approach is to autoload rather than require, and to
3941         require in the specific functions rather than the file.  (Bug#5642)
3942
3943         * gmm-utils.el: Don't require wid-edit.
3944         (widget-create-child-value, widget-convert, widget-default-get):
3945         Autoload.
3946
3947         * gnus-util.el: Don't require time-date, netrc.
3948         (message-fetch-field, gnus-group-name-decode): Declare rather than
3949         autoloading.
3950         (gnus-fetch-field): Require message.
3951         (gnus-decode-newsgroups): Require gnus-group.
3952
3953         * ietf-drums.el: Don't require time-date.
3954
3955         * message.el: Don't require hashcash, canlock, ecomplete.
3956         Do require mail-utils.  Require nnheader only when compiling.
3957         (smtpmail-default-smtp-server): Remove declaration.
3958         (message-send-mail-function): Check smtpmail-default-smtp-server
3959         is bound rather than requiring smtpmail.
3960         (message-auto-save-directory, message-insert-signature): Use
3961         expand-file-name rather than nnheader-concat.
3962         (nnheader-insert-file-contents): Autoload.
3963         (hashcash-wait-async): Declare.
3964         (message-send-mail): Only call gnus-setup-posting-charset if
3965         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3966         (message-send-mail-with-sendmail): Require sendmail.
3967         (canlock-password, canlock-password-for-verify): Declare.
3968         (message-canlock-password): Require canlock.
3969         (nnheader-get-report): Autoload.
3970         (gnus-setup-posting-charset): Declare.
3971         (message-send-news): Require gnus-msg.
3972         (message-make-references, message-make-in-reply-to): Use mail-header-id
3973         rather than the alias mail-header-message-id.
3974         (ecomplete-add-item, ecomplete-save): Declare.
3975         (message-put-addresses-in-ecomplete): Require ecomplete.
3976         (ecomplete-display-matches): Autoload.
3977
3978         * mm-decode.el: Don't require mailcap, gnus-util.
3979         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3980         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3981         Autoload.
3982         (mailcap-mime-extensions): Declare.
3983
3984         * mm-encode.el: Don't require mailcap.
3985         (mailcap-extension-to-mime): Autoload.
3986
3987         * mml-sec.el: Don't require password-cache.
3988
3989         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3990         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3991         (mml-minibuffer-read-type): Require mailcap.
3992         (mml-preview): Require gnus-msg.
3993
3994         * mml1991.el: Require password-cache.
3995         (password-cache-expiry): Remove declaration.
3996
3997         * mml2015.el: Require password-cache.
3998         (password-cache-expiry): Remove declaration.
3999
4000         * nneething.el (mailcap): Require mailcap.
4001
4002         * nnheader.el (declare-function): Add compatibility stub.
4003         (message-remove-header): Declare rather than autoload.
4004         (nnheader-replace-header): Require message.
4005
4006         * nnimap.el (declare-function): Add compatibility stub.
4007         (netrc-parse, netrc-machine-user-or-password): Declare.
4008         (nnimap-open-connection): Require netrc.
4009
4010         * nntp.el (declare-function): Add compatibility stub.
4011         (netrc-parse, netrc-machine, netrc-get): Declare.
4012         (nntp-send-authinfo): Require netrc.
4013
4014         * rfc2047.el: Don't require qp.
4015         (quoted-printable-encode-region, quoted-printable-decode-string):
4016         Autoload.
4017
4018         * sieve-mode.el: Don't require easymenu.
4019         (easy-menu-add-item): Autoload it.
4020
4021         * spam-stat.el (time-to-number-of-days): Autoload it.
4022
4023 2010-03-19  Glenn Morris  <rgm@gnu.org>
4024
4025         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4026
4027 2010-03-18  Glenn Morris  <rgm@gnu.org>
4028
4029         * hashcash.el (declare-function): Remove duplicate definition.
4030
4031 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4032
4033         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4034         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4035         value if any backslash escapes).
4036
4037 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4040         if it is available.  (bug#5647)
4041
4042         * lpath.el: Suppress compiler warning for coding-system-from-name for
4043         Emacs 21 and XEmacs.
4044
4045 2010-03-14  Juri Linkov  <juri@jurta.org>
4046
4047         * hmac-def.el:
4048         * hmac-md5.el:
4049         * netrc.el: Fix keywords.
4050
4051 2010-02-26  Glenn Morris  <rgm@gnu.org>
4052
4053         * message.el (message-send-mail-function): Change the default, so that
4054         it inherits from a customized send-mail-function.  (Bug#5643)
4055
4056 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4057
4058         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4059         shell-command-to-string signals an error (bug#5299).
4060
4061 2010-02-24  Glenn Morris  <rgm@gnu.org>
4062
4063         * message.el (message-smtpmail-send-it)
4064         (message-send-mail-with-mailclient): Doc fixes.
4065
4066 2010-02-16  Glenn Morris  <rgm@gnu.org>
4067
4068         * message.el (message-default-mail-headers): Change the default value
4069         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4070
4071 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4074         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4075
4076 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4077
4078         * time-date.el (date-to-time): Doc fix (Bug#5408).
4079
4080 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4081
4082         * message.el (message-mail): Just pass yank-action on to message-setup.
4083         (message-setup): Handle (FUN . ARGS) form of yank-action.
4084         (message-with-reply-buffer, message-widen-reply)
4085         (message-yank-original): Handle non-buffer values of
4086         message-reply-buffer (Bug#4080).
4087         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4088
4089 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4090
4091         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4092         Fix typo in docstring.
4093
4094 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4095
4096         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4097         response.
4098
4099 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4102
4103         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4104
4105         * message.el (message-check-news-header-syntax): Protect against a
4106         string that `rfc822-addresses' returns when parsing fails.
4107
4108 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4111         (gnus-previous-char-property-change): New functions.
4112
4113         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4114
4115 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4116
4117         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4118         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4119
4120 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4121
4122         * message.el (message-exchange-point-and-mark): Rework last change to
4123         avoid using optional arg of exchange-point-and-mark, for backward
4124         compatibility.
4125
4126 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4127
4128         * message.el (message-exchange-point-and-mark): Call
4129         exchange-point-and-mark with an argument rather than setting
4130         mark-active by hand (Bug#5175).
4131
4132 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * nntp.el (nntp-service-to-port): Work for service expressed with
4135         numeric string; replace [:digit:] with [0-9] for XEmacs.
4136
4137 2009-12-17  Glenn Morris  <rgm@gnu.org>
4138
4139         * gnus-group.el (gnus-bug-group-download-format-alist):
4140         Change emacs entry to debbugs.gnu.org.  Bump :version.
4141
4142 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4143
4144         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4145
4146 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4147
4148         * message.el (message-info): Explain why we use `Info-goto-node'.
4149
4150 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4153
4154 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4155
4156         * message.el (message-completion-in-region): New compatibility function.
4157         (message-expand-group): Use it.
4158
4159 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4162         with no unread article should be listed if the 2nd arg `predicate' is
4163         given.
4164
4165 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4168
4169 2009-11-29  Juri Linkov  <juri@jurta.org>
4170
4171         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4172         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4173         on `gnus-recenter'. (Bug#4698, Bug#4981)
4174
4175 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4176
4177         * sha1.el (sha1-string-external): default-directory "/" in case
4178         otherwise non-existent.  process-connection-type pipe for touch of
4179         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4180
4181 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4182
4183         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4184         it's comms related and sgml-mode.el has "comm" on that basis too.
4185
4186 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4189         containing tspecial characters if they have been already quoted.
4190
4191 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4192
4193         * dns-mode.el (auto-mode-alist): Purecopy string.
4194
4195 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4196
4197         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4198
4199 2009-10-24  Glenn Morris  <rgm@gnu.org>
4200
4201         * gnus-art.el (help-xref-stack-item): Define for compiler.
4202
4203 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4204
4205         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4206
4207 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4210
4211 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4214         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4215
4216 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4219         (gnus-overlays-in): New alias to overlays-in.
4220
4221         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4222         gnus-overlay-get, and gnus-delete-overlay.
4223         (gnus-summary-show-thread): Make it work as well for systems in which
4224         next-single-char-property-change is not available.
4225         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4226
4227         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4228         (gnus-overlay-get): New alias to extent-property.
4229         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4230
4231         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4232         SXEmacs.
4233
4234         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4235         SXEmacs.
4236
4237 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4240
4241 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4242
4243         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4244         and XEmacs that don't have `remove-overlays'.
4245
4246 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4247
4248         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4249         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4250         selective display.  Use overlays instead.
4251
4252 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4253
4254         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4255
4256 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4257
4258         * spam-stat.el (spam-stat-load): Fix typo in message.
4259
4260 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4261
4262         * dig.el (dig-invoke): Fix typo in docstring.
4263         (query-dig): Reflow docstring.
4264
4265 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4266
4267         * gnus-art.el (gnus-article-encrypt-body):
4268         * message.el (message-check-recipients):
4269         * mm-util.el (mm-codepage-setup):
4270         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4271         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4272
4273 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4274
4275         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4276         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4277         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4278         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4279         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4280
4281 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4282
4283         * dig.el: Add "Keywords: comm", as per net-utils.el.
4284
4285 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4286
4287         * dig.el (dig-mode): Use define-derived-mode.
4288
4289 2009-09-19  Glenn Morris  <rgm@gnu.org>
4290
4291         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4292
4293 2009-09-18  Glenn Morris  <rgm@gnu.org>
4294
4295         * gnus-diary.el (gnus-diary-check-message):
4296         * message.el (message-insert-formatted-citation-line):
4297         * nnbabyl.el (top-level):
4298         * nndiary.el (nndiary-schedule):
4299         Fix typos in condition-case handlers.
4300
4301 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4304         configuration that provides the sole article window in a frame;
4305         position point correctly after deleting a part.
4306
4307 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4308
4309         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4310         (spam-resolve-registrations-routine): Use it to unregister articles
4311         that change status.
4312
4313 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4316         with XEmacs.
4317         (parse-time-string-chars): Use it.
4318
4319 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4320
4321         * imap.el (imap-interactive-login): Better messages.
4322         (imap-open): Fix bug with renamed buffer on reconnect.
4323         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4324         for easier debugging and cleaner code.  On successful (guessed based on
4325         server capabilities) secondary authentication, set imap-state
4326         correctly.
4327         (imap-last-authenticator): Define imap-last-authenticator as a variable
4328         to avoid warnings.
4329
4330 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * nnrss.el (nnrss-request-article): Remove binding of
4333         default-enable-multibyte-characters that has gotten needless by
4334         the 2007-07-13 change in rfc2047-encode-message-header.
4335
4336         * mml.el (mml-insert-multipart): Error on the message header.
4337         (mml-insert-part): Error on the message header; position point at
4338         the end of a MIME tag.
4339
4340 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * time-date.el (autoload): Expand define-obsolete-function-alias into
4343         defalias and make-obsolete for old Emacsen that Gnus supports.
4344         (with-no-warnings): Define it for old Emacsen.
4345         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4346         is available.
4347         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4348         float-time is available; suppress compile warning for time-to-seconds.
4349
4350         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4351         (gnus-float-time): Alias to float-time if it exists.
4352
4353         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4354         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4355         float-time is available; suppress compile warning for time-to-seconds.
4356
4357         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4358         XEmacs.
4359
4360 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * imap.el (imap-message-map): Docstring fix.
4363
4364 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4367         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4368         Add the optional argument `encoding' that overrides the default.
4369
4370         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4371         mm-encode-buffer.
4372
4373 2009-09-04  Glenn Morris  <rgm@gnu.org>
4374
4375         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4376         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4377         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4378         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4379         * mm-util.el (mm-with-unibyte-current-buffer)
4380         (mm-find-buffer-file-coding-system):
4381         * yenc.el (yenc-decode-region): Use default-value rather than
4382         default-enable-multibyte-characters.
4383
4384 2009-09-03  Glenn Morris  <rgm@gnu.org>
4385
4386         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4387         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4388         than default-enable-multibyte-characters.
4389
4390 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4391
4392         * gnus-art.el (gnus-article-read-summary-keys):
4393         Fix gnus-buffer-configuration's value temporarily used.
4394
4395 2009-09-02  Glenn Morris  <rgm@gnu.org>
4396
4397         * gnus-util.el (gnus-float-time): New function.
4398         * gnus-delay.el (gnus-delay-article):
4399         * gnus-sum.el (gnus-thread-latest-date):
4400         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4401         * nnspool.el (nnspool-request-newgroups):
4402         Use gnus-float-time rather than time-to-seconds.
4403         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4404
4405         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4406         (gnus-header-subject-face, gnus-header-newsgroups-face)
4407         (gnus-header-name-face, gnus-header-content-face):
4408         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4409         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4410         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4411         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4412         (gnus-cite-face-11):
4413         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4414         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4415         (gnus-server-closed-face, gnus-server-denied-face)
4416         (gnus-server-offline-face):
4417         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4418         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4419         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4420         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4421         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4422         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4423         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4424         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4425         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4426         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4427         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4428         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4429         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4430         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4431         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4432         (gnus-summary-high-undownloaded-face)
4433         (gnus-summary-low-undownloaded-face)
4434         (gnus-summary-normal-undownloaded-face)
4435         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4436         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4437         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4438         (gnus-splash-face):
4439         * message.el (message-header-to-face, message-header-cc-face)
4440         (message-header-subject-face, message-header-newsgroups-face)
4441         (message-header-other-face, message-header-name-face)
4442         (message-header-xheader-face, message-separator-face)
4443         (message-cited-text-face, message-mml-face):
4444         * sieve-mode.el (sieve-control-commands-face)
4445         (sieve-action-commands-face, sieve-test-commands-face)
4446         (sieve-tagged-arguments-face):
4447         * spam.el (spam-face):
4448         Mark face aliases with "-face" in the name as obsolete.
4449
4450 2009-09-01  Glenn Morris  <rgm@gnu.org>
4451
4452         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4453         than goto-line.
4454
4455 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4458         Don't move point if the command is invoked inside the message header.
4459
4460 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4461
4462         * imap.el (imap-send-command): Simplify.
4463         (imap-wait-for-tag): point-max -> buffer-size.
4464
4465 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4466
4467         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4468         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4469         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4470         * nnir.el (nnir-swish-e-index-file):
4471         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4472         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4473         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4474         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4475         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4476         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4477
4478 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4481         Don't save excursion.
4482
4483 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4484
4485         * nnheader.el (nnheader-find-file-noselect):
4486         * mm-util.el (mm-insert-file-contents):
4487         Use (default-value 'major-mode) instead of default-major-mode.
4488
4489 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4490
4491         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4492
4493 2009-08-26  Glenn Morris  <rgm@gnu.org>
4494
4495         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4496         than placing in files.el.
4497
4498 2009-08-25  Glenn Morris  <rgm@gnu.org>
4499
4500         * nnir.el (top-level): Don't require cl at run-time.
4501         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4502         Replace cl-function substitute with gnus-replace-in-string.
4503         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4504         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4505         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4506         simplified expansions.
4507
4508 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4509
4510         * dig.el (dig): Add autoload cookie.
4511
4512 2009-08-22  Glenn Morris  <rgm@gnu.org>
4513
4514         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4515         goto-line.
4516
4517 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4518
4519         * parse-time.el (parse-time-string-chars): Save match data.
4520
4521 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4522
4523         * parse-time.el (parse-time-string-chars): Compute using character
4524         classes, to handle non-ascii characters (Bug#3190).
4525
4526 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4529
4530         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4531         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4532         (gnus-mm-display-part, gnus-mime-display-single)
4533         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4534         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4535
4536         * gnus-sum.el
4537         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4538         (gnus-summary-move-article): Add expirable mark to articles copied or
4539         moved to group that has auto-expire turned on if the option is non-nil.
4540
4541 2009-07-24  Glenn Morris  <rgm@gnu.org>
4542
4543         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4544         Fix typo.  (Bug#3903)
4545
4546 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4549         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4550         that should not be used for draft articles.
4551         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4552         that has no concern in minor mode keys.
4553         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4554         Abolish.
4555
4556 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4559         article without making inquiry to a user for unknown encoding.
4560
4561         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4562         (nnmaildir--scan): Assume i-node and device number that file-attributes
4563         returns might be cons-cell.
4564
4565         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4566
4567         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4568
4569 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4570
4571         * auth-source.el: Remove docs now in auth.texi.  Don't use
4572         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4573         `auth-source-hide-passwords' and use them.
4574
4575 2009-07-15  Glenn Morris  <rgm@gnu.org>
4576
4577         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4578
4579 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4582         excessive whitespace from the default values of title and description.
4583
4584 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4587         mail-fetch-field to fetch Content-Description header in order to
4588         exclude newlines.
4589
4590 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4591
4592         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4593         format used by GnuPG 2.0.11.
4594
4595 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4598         to deleted part.
4599
4600 2009-05-30  David Engster  <dengste@eml.cc>
4601
4602         * nnmairix.el: Remove old documentation in the commentary block.
4603         (nnmairix-request-group): Do not update active file for nnml back ends.
4604         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4605         end so that overview files are ignored.
4606         (nnmairix-update-groups): Make updating the groups more robust by using
4607         marks.
4608         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4609         with dollar characters in message-id.
4610
4611 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4612
4613         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4614         2008-12-25 in dns.el.
4615
4616 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4617
4618         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4619         could happen if the text is only composed of spaces and/or tabs.
4620
4621 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4622
4623         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4624         when sending a queued message to avoid extra mml tags.
4625
4626 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4629
4630 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4633         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4634         rmail-toggle-header for XEmacs;
4635         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4636
4637 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * gnus-dired.el: Remove autoload for gnus-setup-message.
4640         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4641         displaying Gnus logo; always use compose-mail.
4642
4643 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4646
4647 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4650         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4651         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4652         available.
4653         (gnus-nocem-epg-verify): New function.
4654
4655 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4656
4657         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4658
4659 2009-02-15  Glenn Morris  <rgm@gnu.org>
4660
4661         * gnus-util.el (rmail-insert-rmail-file-header)
4662         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4663         autoloads.
4664         (rmail-default-rmail-file): Remove unnecessary declaration.
4665         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4666
4667 2009-02-14  Glenn Morris  <rgm@gnu.org>
4668
4669         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4670         variable (only used in gnus-util, which declares it anyway).
4671         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4672         which was only needed by gnus-art (changed to not use it any more).
4673         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4674         only used in gnus-util, which autoloads it itself.
4675         (rmail-update-summary): Fix autoload.
4676
4677         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4678         rather than rmail-output-to-rmail-file.
4679
4680 2009-02-07  Glenn Morris  <rgm@gnu.org>
4681
4682         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4683         autoload of function that no longer exists.
4684         (rmail-toggle-header): Declare.
4685         (message-forward-rmail-make-body): Handle mbox Rmail.
4686
4687 2009-01-31  Glenn Morris  <rgm@gnu.org>
4688
4689         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4690         2009-01-09 change.
4691
4692 2009-01-31  Dave Love  <fx@gnu.org>
4693
4694         * imap.el (imap-fetch-safe): Bind debug-on-error.
4695         (imap-debug): Add imap-fetch-safe.
4696
4697 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4698
4699         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4700         (auth-source-forget-all-cached): New convenience function.
4701         (auth-source-user-or-password): Accept list of modes or a single mode.
4702
4703         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4704         auth-source modes.
4705
4706         * netrc.el (netrc-machine-user-or-password): Use list of
4707         auth-source modes.
4708
4709         * nnimap.el (nnimap-open-connection): Use list of
4710         auth-source modes.
4711
4712         * nntp.el (nntp-send-authinfo): Use list of
4713         auth-source modes.
4714
4715 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4716
4717         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4718         now.
4719
4720 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4723         coding system in XEmacs; add a workaround for XEmacs.
4724
4725         * lpath.el: Fbind coding-system-aliasee.
4726
4727 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4730         of current-language-environment.
4731
4732 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4733
4734         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4735         available at runtime.
4736
4737 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4740
4741 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4742
4743         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4744         the greatest positive fixnum value doesn't work under an XEmacs with
4745         bignum support; use the most-positive-fixnum constant instead,
4746         available since Emacs 21.1 with cl and XEmacs 21.1.
4747
4748 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4751         XEmacs gets not to work.
4752
4753 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * mm-util.el (mm-coding-system-priorities): Allow the value like
4756         "Japanese (UTF-8)" of current-language-environment.
4757
4758 2009-01-09  Glenn Morris  <rgm@gnu.org>
4759
4760         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4761         with last-command-event.
4762
4763 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4764
4765         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4766         in the doc string.
4767
4768         * message.el (message-fix-before-sending): Amend comment.
4769
4770 2009-01-08  Dave Love  <fx@gnu.org>
4771
4772         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4773
4774 2009-01-07  David Engster  <dengste@eml.cc>
4775
4776         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4777         simplified server definitions by converting it via
4778         gnus-server-to-method.
4779
4780 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4783         parameter's operands.
4784
4785 2009-01-06  David Engster  <dengste@eml.cc>
4786
4787         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4788         primary select method (for gnus-group-mark-article-as-read).
4789
4790 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4791
4792         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4793         `(gnus)Face', not `(gnus)X-Face'.
4794
4795 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * mm-util.el (mm-ucs-to-char): New function.
4798
4799         * mm-url.el (mm-url-decode-entities): Use it.
4800
4801         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4802         unicode-to-char.
4803
4804 2009-01-05  Dave Love  <fx@gnu.org>
4805
4806         * time-date.el: Require cl for `declare'.
4807
4808 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4809
4810         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4811         Dave Love.
4812
4813 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4814
4815         * message.el (message-fix-before-sending): Add `eight-bit' to
4816         illegible-text check.
4817
4818 2009-01-03  Michael Olson  <mwolson@gnu.org>
4819
4820         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4821         `headers' is nil.  This can occur if the IMAP server does not have
4822         permissions to read messages from a folder, but can write new messages
4823         to the folder.
4824         (nnimap-request-article-part): Do not insert `data' if it is nil.
4825
4826         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4827         characters which will confuse `read', so skip past them.
4828
4829 2009-01-01  Dave Love  <fx@gnu.org>
4830
4831         * imap.el (imap-string-to-integer): Fix typo.
4832         (imap-fetch-safe): New function.
4833         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4834
4835         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4836
4837         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4838         (imap-parse-greeting): Fix doc strings.
4839         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4840         (imap-parse-flag-list): Make messages unique.
4841         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4842
4843         * nnimap.el: Fix author email.
4844         (nnimap-split-rule): Add FIXME comment.
4845         (nnimap-debug): Fix doc string.
4846
4847 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4848
4849         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4850
4851 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4852
4853         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4854         nslookup if resolv.conf isn't available.
4855         (dns-query): Rename from query-dns.
4856         (dns-query-cached): Rename from query-dns-cached.
4857
4858 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4861         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4862         to check if those variables exist (first appeared in Emacs 18.50).
4863
4864 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * mm-util.el (mm-line-number-at-pos): New function.
4867
4868         * spam-report.el (spam-report-process-queue): Use it.
4869
4870 2008-12-24  David Engster  <dengste@eml.cc>
4871
4872         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4873         parameters that haven't existed as variables as buffer-local variables.
4874
4875 2008-12-23  Dave Love  <fx@gnu.org>
4876
4877         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4878         cadar.
4879
4880         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4881         imap-starttls-p.
4882         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4883
4884 2008-12-22  Dave Love  <fx@gnu.org>
4885
4886         * imap.el: Fix author email.  Doc fixes.
4887         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4888         reply.
4889
4890 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4891
4892         * spam-report.el (spam-report-gmane-max-requests): New constant.
4893         (spam-report-gmane-wait): New variable.
4894         (spam-report-gmane-ham, spam-report-gmane-spam)
4895         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4896         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4897         the server.
4898
4899         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4900         Add explanations.
4901
4902         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4903         nnheader-accept-process-output and nnheader-read-timeout if available.
4904         (pop3-movemail): Use it.
4905
4906         * message.el (message-check-news-body-syntax): Fix signature check if
4907         there's an attachment.
4908
4909 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * mm-util.el: Add comments to the mm- emulating functions.
4912
4913 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4914
4915         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4916         by Stephen Berman <stephen.berman@gmx.net>.
4917
4918 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * mm-util.el (mm-substring-no-properties): New function.
4921         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4922         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4923         (mm-string-to-multibyte): Doc fix.
4924
4925         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4926
4927 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4928
4929         * mml.el (mml-attach-file): Strip text properties from file name.
4930         (Bug#1574)
4931
4932 2008-12-16  Glenn Morris  <rgm@gnu.org>
4933
4934         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4935
4936 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4939         knows since the charset specified might be a bogus alias that
4940         mm-charset-synonym-alist provides.
4941
4942 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4943
4944         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4945         "ISO_8859-1".
4946
4947         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4948
4949 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * mm-util.el (mm-charset-eval-alist):
4952         Define it before mm-charset-to-coding-system.
4953         (mm-charset-to-coding-system): Add optional argument `silent';
4954         define it before mm-charset-override-alist.
4955         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4956         default value if it can be used in Emacs currently running;
4957         silence mm-charset-to-coding-system.
4958
4959 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4962         `allow-override' which says whether to use `mm-charset-override-alist'.
4963         (rfc2047-decode-encoded-words): Use it.
4964
4965         * mm-util.el (mm-charset-override-alist): Fix custom type;
4966         add `(gb2312 . gbk)' to choices.
4967
4968 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4971         fast.
4972
4973         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4974
4975         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4976
4977 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4978
4979         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4980         on links.
4981
4982         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4983
4984 2008-12-03  Lute Kamstra  <lute@gnu.org>
4985
4986         * sha1.el: Remove leading * from docstrings of defcustoms,
4987         deffaces, defconsts and defuns.
4988
4989 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4992         users' addresses that don't have domain parts.
4993         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4994         rather than message-narrow-to-head since there will be the message
4995         header separator.
4996
4997 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4998
4999         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5000         since the result is inserted in a unibyte buffer anyway.
5001         (nnimap-demule-use-string-to-multibyte): Remove.
5002         (nnimap-demule): Alias it to mm-string-to-multibyte.
5003
5004 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5005
5006         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5007         variable for debugging bug#464 and bug#1174.
5008         (nnimap-demule): Use it.
5009
5010 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5011
5012         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5013         score calculation correctly.
5014
5015 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5016
5017         * message.el (message-send-mail): Just set the buffer to unibyte
5018         rather than use mm-with-unibyte-current-buffer which does a lot more.
5019         (message-send-mail-partially): Don't bother with
5020         mm-with-unibyte-current-buffer since it's already been made unibyte by
5021         message-send-mail.
5022
5023 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5024
5025         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5026
5027 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5028
5029         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5030
5031 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5034         require itself and to remove `with-no-warnings'.
5035
5036 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5037
5038         * starttls.el (starttls-any-program-available): Get the name of the
5039         available TLS layer program.
5040         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5041         well as the host name in the "opening" message.
5042
5043         * auth-source.el (auth-source-cache, auth-source-do-cache)
5044         (auth-source-user-or-password): Cache passwords and logins by default,
5045         allow override with `auth-source-do-cache'.
5046         (auth-source-forget-user-or-password): Allow users to remove cache
5047         entries if needed.
5048
5049 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5050
5051         * md4.el (md4-buffer): Fix typo in docstring.
5052         (md4, md4-64): Doc fixes.
5053         (md4-pack-int32): Reflow docstring.
5054
5055 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5056
5057         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5058         condition-case to only the forward-sexp call.
5059
5060 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5061
5062         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5063         quotes contained.  Make it more robust regardless by an extra
5064         condition-case wrapper.
5065
5066 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5069
5070 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * nnml.el (nnml-request-expire-articles): Check if the function set to
5073         `nnmail-expiry-target' returns the symbol `delete'.
5074
5075         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5076
5077         * nnmail.el (nnmail-expiry-target): Fix custom type.
5078
5079 2008-10-02  Glenn Morris  <rgm@gnu.org>
5080
5081         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5082         Silence compiler warning.
5083
5084 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5085
5086         * tls.el (open-tls-stream): Show the actual command being
5087         executed, instead of the format string.
5088
5089 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * lpath.el: Fbind codepage-setup for Emacs 23.
5092
5093 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5094
5095         * mml.el (mml-menu): Don't assume mml2015 is bound.
5096
5097 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5100         exists.
5101
5102 2008-09-27  Glenn Morris  <rgm@gnu.org>
5103
5104         * gnus-util.el (mail-header-remove-comments): Autoload it.
5105
5106 2008-09-27  Andreas Schwab  <schwab@suse.de>
5107
5108         * gnus-util.el (gnus-split-references): Strip comments.
5109         (gnus-parent-id): Likewise.
5110
5111 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5112
5113         * message.el (message-confirm-send): Fix version.
5114
5115 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * message.el (message-idna-to-ascii-rhs-1): Use
5118         mail-extract-address-components rather than mail-header-parse-addresses
5119         that is an alias by default to ietf-drums-parse-addresses that does not
5120         support non-ASCII names in headers' contents.
5121
5122 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5123
5124         * message.el (message-confirm-send): Fixed variable documentation to
5125         avoid the "y/n" wording.
5126
5127 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5128
5129         * message.el (message-set-auto-save-file-name): Save to a different
5130         filename so multiple messages (especially drafts) can be recovered.
5131
5132 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5133
5134         * message.el (message-confirm-send): Add appropriate version.
5135
5136 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5137
5138         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5139         defvar.
5140
5141 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5142
5143         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5144         (mm-pkcs7-enveloped-magic): Ditto.
5145
5146 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5147
5148         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5149         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5150
5151 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5152
5153         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5154         default, it's better.
5155
5156 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5157
5158         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5159         summary line gnus-number property and ignore them (with a warning
5160         message).
5161
5162 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5165         macro caddr in the interactive form since it won't be expanded.
5166
5167 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5170         `charset'; fix name of function called recursively.
5171         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5172
5173 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5176         (gnus-mime-set-charset-parameters): New function.
5177         (gnus-mime-view-part-as-charset): Use it to correctly display part
5178         specifying wrong charset.
5179
5180 2008-09-08  David Engster  <dengste@eml.cc>
5181
5182         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5183         in completing-read for back end server.
5184
5185 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5186
5187         * message.el (message-confirm-send): New variable to confirm sending a
5188         message.
5189         (message-send): Use it.
5190
5191 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5192
5193         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5194
5195 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5198
5199 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5200
5201         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5202         prevent tracking too many groups.
5203         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5204         Use it.
5205
5206 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5207
5208         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5209         moving point to the bottom of the window in order to avoid recentering.
5210
5211 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5214
5215         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5216         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5217         (gnus-article-beginning-of-window): Fix calculation.
5218
5219 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * gnus-msg.el (gnus-summary-supersede-article)
5222         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5223         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5224         message header.
5225
5226 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5227
5228         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5229         pending output coming after the status change.
5230
5231 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5232
5233         * message.el:
5234         * gnus-start.el:
5235         * gnus-registry.el: Remove VMS support.
5236
5237 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5240         macro.
5241         (rfc2104-hash): Use it.
5242
5243 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5244
5245         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5246         (gnus-summary-sort-by-most-recent-date): New commands.
5247         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5248         and menu entries.
5249
5250 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5253         don't redisplay article for raw contents; remove plural articles stuff.
5254
5255         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5256         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5257         on gnus-summary-save-article; display results properly.
5258
5259 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * lpath.el: No need to fbind ns-focus-frame.
5262
5263 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5266
5267 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5270         gnus-save-all-headers.
5271
5272 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5273
5274         * gnus-util.el (ns-focus-frame): Remove declaration.
5275         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5276         like x.
5277
5278 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5279
5280         * rfc2104.el (rfc2104-zero): Delete defconst.
5281         (rfc2104-hex-alist): Likewise.
5282         (rfc2104-hex-to-int): Delete func.
5283         (rfc2104-hexstring-to-bitstring): Likewise.
5284         (rfc2104-nybbles): New defconst.
5285         (rfc2104-hash): Rewrite for speed.
5286
5287 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * tls.el (open-tls-stream): Make it work with the 2nd argument
5290         BUFFER that is a string but does not exist as a buffer object, as
5291         mentioned in the doc-string.
5292
5293 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5296         SXEmacs.
5297
5298 2008-07-16  Glenn Morris  <rgm@gnu.org>
5299
5300         * gnus-util.el (ns-focus-frame): Declare for compiler.
5301
5302 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5305         set as a group parameter.
5306         (gnus-summary-save-in-pipe): Work when it is called independently.
5307         (gnus-summary-pipe-to-muttprint): Don't modify
5308         gnus-summary-pipe-output-default-command.
5309
5310 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5311
5312         * message.el (message-send-mail-with-sendmail):
5313         Display the error message.
5314
5315 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * gnus-art.el (gnus-default-article-saver):
5318         Add gnus-summary-save-in-pipe to choices.
5319         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5320         gnus-summary-pipe-output-default-command as the default command.
5321         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5322         instead of gnus-last-shell-command.
5323
5324         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5325         New user option.
5326         (gnus-summary-muttprint-program): Mention the value will be changed.
5327         (gnus-summary-save-article): Force showing of all headers.
5328         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5329
5330 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5331
5332         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5333
5334 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5335
5336         * nnimap.el (nnimap-id):
5337         * sieve-manage.el (sieve-manage-open): Doc fixes.
5338
5339 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5340
5341         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5342         if available.
5343
5344 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5345
5346         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5347
5348         * nnkiboze.el (nnkiboze-generate-group):
5349         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5350
5351         * nnmairix.el: Require CL.
5352
5353 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * dgnushack.el: Autoload get-display-table and put-display-table for
5356         XEmacs 21.5.
5357
5358         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5359         21.4 and SXEmacs.
5360
5361 2008-06-15  David Engster  <dengste@eml.cc>
5362
5363         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5364
5365 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5366
5367         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5368         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5369         runtime choice under XEmacs.
5370
5371         * gnus-sum.el (gnus-summary-set-display-table):
5372         Use `gnus-put-display-table', `gnus-get-display-table',
5373         `gnus-set-display-table' for the display table, instead of `aset'.
5374
5375         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5376         Use `gnus-put-display-table', `gnus-get-display-table',
5377         `gnus-set-display-table' for the display table.
5378
5379 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5380
5381         * nnmairix.el: Add autoloads.
5382
5383 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5384
5385         * nnmairix.el (nnmairix-delete-recreate-group)
5386         (nnmairix-update-and-clear-marks): Fix error messages.
5387
5388 2008-06-14  David Engster  <dengste@eml.cc>
5389
5390         * nnmairix.el: Upgrade to version 0.6.
5391         (nnmairix-group-toggle-propmarks-this-group)
5392         (nnmairix-group-toggle-readmarks-this-group)
5393         (nnmairix-group-delete-recreate-this-group)
5394         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5395         (nnmairix-remove-tick-mark-original-article): New commands.
5396         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5397         (nnmairix-propagate-marks-to-nnmairix-groups)
5398         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5399         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5400         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5401         functions needed for marks propagation and manipulation of read marks.
5402         (nnmairix-update-groups): New function.
5403         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5404         (nnmairix-determine-original-group-from-registry)
5405         (nnmairix-determine-original-group-from-path)
5406         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5407         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5408         New helper functions.
5409         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5410         keystrokes for new commands.
5411         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5412         (nnmairix-request-group): Check allow-fast group parameter.
5413         (nnmairix-request-create-group): Set allow-fast group parameter if
5414         nnmairix-allowfast-default is set.
5415         (nnmairix-close-group): Propagate marks upon closing if needed.
5416         (nnmairix-group-toggle-threads-this-group): Use new.
5417         nnmairix-group-toggle-parameter helper function.
5418         (nnmairix-search): Better check for empty search result.
5419         (nnmairix-goto-original-article): Use new helper functions for
5420         determining original article.
5421         (nnmairix-show-original-article): Make sure message-id is in brackets.
5422         (nnmairix-call-mairix-binary): Change variable name.
5423         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5424         helper function.
5425         (nnmairix-widget-toggle-activate): Fix doc string.
5426
5427 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * nnir.el: Require edmacro when compiling with XEmacs.
5430         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5431         available in Emacs 21.
5432
5433 2008-06-11  Glenn Morris  <rgm@gnu.org>
5434
5435         * gnus-util.el (x-focus-frame):
5436         * gnus.el (image-size):
5437         * mm-decode.el (image-size): Declare.
5438
5439         * gnus-picon.el (declare-function): Add compat definition.
5440         (image-size): Declare.
5441
5442         * gnus-group.el (tool-bar-map):
5443         * gnus-sum.el (tool-bar-map): Define for compiler.
5444
5445         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5446
5447         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5448
5449         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5450         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5451         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5452         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5453         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5454         * sieve-manage.el, spam-report.el, spam.el:
5455         Remove unnecessary eval-and-compile of autoloads.
5456
5457 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5458
5459         * auth-source.el: Precise Tramp doc.
5460
5461 2008-06-07  Glenn Morris  <rgm@gnu.org>
5462
5463         * nnmairix.el: Remove unnecessary eval-when-compile.
5464
5465 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * lpath.el: Fbind propertize for XEmacs 21.4.
5468
5469 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5470
5471         * nnir.el: Move here from ../contrib.
5472
5473 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5474
5475         * gnus-util.el (gnus-read-shell-command): New function.
5476         * mm-decode.el (mm-pipe-part):
5477         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5478
5479 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5482
5483 2008-06-03  Glenn Morris  <rgm@gnu.org>
5484
5485         * pop3.el (nnheader-accept-process-output): Autoload it.
5486
5487 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5490         are not 2-digit hexadecimal characters that follow `%'s.
5491
5492 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5493
5494         * message.el (message-bogus-recipient-p): Fix type in doc string.
5495         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5496         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5497         Improve custom options.
5498         (message-bogus-recipient-p): Adjust accordingly.
5499
5500 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5501
5502         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5503         long-form month and day names.
5504
5505 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * dgnushack.el: Autoload debug, eudc-expand-inline and
5508         pgg-snarf-keys-region for XEmacs.
5509
5510         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5511
5512         * nnmairix.el: Require edmacro when compiling with XEmacs.
5513
5514 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5515
5516         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5517         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5518
5519 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5520
5521         * auth-source.el: Add more docs.
5522
5523         * netrc.el (netrc-machine): Always match if the port is not given.
5524
5525 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5526
5527         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5528         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5529         retrieval faster in some cases, but might make CPU usage larger.  If
5530         this has any bad side effects, we might revert this change.
5531
5532         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5533         seems to make mail retrieval much, much faster.
5534         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5535         unconditionally.
5536
5537         * gnus-draft.el (gnus-group-send-queue): Bind
5538         message-send-mail-partially-limit to nil to avoid being prompted.
5539
5540 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5541
5542         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5543
5544         * message.el (message-bogus-address-regexp): Fix and improve custom
5545         type.
5546         (message-setup-hook): Add message-check-recipients as custom option.
5547
5548 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5549
5550         * message.el (message-cite-function): Remove bogus autoload which crept
5551         in during merge from v5-10.
5552
5553 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5554
5555         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5556
5557         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5558
5559         * auth-source.el: Preliminary Tramp docs.
5560         (auth-sources): Change the default auth-sources to use
5561         EPA .gpg files.
5562
5563 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5564
5565         * nntp.el: Autoload `auth-source-user-or-password'.
5566         (nntp-send-authinfo): Use it.
5567
5568         * nnimap.el: Autoload `auth-source-user-or-password'.
5569         (nnimap-open-connection): Use it.
5570
5571         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5572         for the gnus-message function.
5573         (auth-source-user-or-password): Use it.
5574
5575 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5576
5577         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5578         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5579         (rfc2104-hash): Use it.
5580
5581 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5582
5583         * gnus-art.el (gnus-article-toggle-truncate-lines):
5584         Don't use `iff' in docstring.
5585
5586 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5587
5588         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5589
5590         * gnus-util.el (gnus-extract-address-component-name)
5591         (gnus-extract-address-component-email): Convenience functions around
5592         `gnus-extract-address-components'.
5593
5594         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5595         Use `gnus-extract-address-component-email' to fix bug of comparing full
5596         sender name to `user-mail-address'.
5597
5598 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5599
5600         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5601         catch/throw to optimize.
5602         (gnus-registry-find-keywords): Just use member to find a keyword.
5603
5604 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5605
5606         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5607         is current before calling gnus-server-prepare.
5608         (gnus-server-setup-buffer, gnus-server-update-server)
5609         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5610
5611 2008-05-04  Juri Linkov  <juri@jurta.org>
5612
5613         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5614         (mailcap-file-default-commands): Use mailcap-replace-in-string
5615         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5616         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5617
5618 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5619
5620         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5621
5622 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5623
5624         * gnus.el: Bump version to 0.11.
5625
5626 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5627
5628         * gnus.el: No Gnus v0.10 is released.
5629
5630 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5631
5632         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5633         hooks.
5634         (gnus-update-read-articles): Speed up non-marks-using users.
5635         (gnus-use-marks): Define gnus-use-marks.
5636         (gnus-propagate-marks): Rename variable to something more sensible.
5637
5638 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5639
5640         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5641         (gmm-image-load-path-for-library): Fix typos in docstrings.
5642         (gmm-message): Reflow docstring.
5643
5644 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5645
5646         * mail-source.el (mail-source-set-1, mail-source-bind):
5647         Move auth-source code out of the macro to clean it up and fix bugs.
5648
5649 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5650
5651         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5652         by sender if it's equal to user-mail-address, it's likely to be
5653         useless.
5654
5655         * mail-source.el (mail-source-bind): Don't use user or password if they
5656         are not bound.  Unintern them if they are nil.  Don't use server unless
5657         it's bound, and default it to empty string otherwise.
5658
5659 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5660
5661         * mail-source.el: Load auth-source.el.
5662         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5663         get user name or password, if auth-sources is set up.
5664
5665         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5666         strategy of splitting with parent.
5667         (gnus-registry-split-fancy-with-parent)
5668         (gnus-registry-post-process-groups): Use it and fix prior
5669         bug (returning a list as the split result).
5670
5671         * auth-source.el (auth-sources): Remove server parameter.
5672         (auth-source-pick, auth-source-user-or-password)
5673         (auth-source-user-or-password-imap)
5674         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5675         (auth-source-user-or-password-sftp)
5676         (auth-source-user-or-password-smtp): Remove server parameter.
5677
5678 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5679
5680         * smime.el (smime-sign-region, smime-encrypt-region)
5681         (smime-decrypt-region):
5682         Remove redundant calls to `generate-new-buffer-name'.
5683
5684 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5685
5686         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5687         Don't use QP for message/rfc822.
5688         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5689
5690 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5691
5692         * sieve-manage.el (sieve-string-bytes): Remove.
5693         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5694         correct byte-length only if the process's coding-system is the same as
5695         the one used internally by Emacs to represent strings.
5696
5697 2008-04-22  Juri Linkov  <juri@jurta.org>
5698
5699         * mailcap.el (mailcap-file-default-commands): New function.
5700
5701 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5702
5703         * message.el (message-signature-separator, message-cite-function):
5704         Change custom version.
5705
5706 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5707
5708         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5709         commands.
5710         (tls-checktrust): Ditto.
5711
5712 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * mm-decode.el (mm-display-external): Make temp file read-only.
5715
5716 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5717
5718         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5719         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5720         `C-c C-f d'.
5721
5722 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5723
5724         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5725
5726 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5727
5728         * gnus.el: Bump version to 0.9.
5729
5730 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * gnus.el: No Gnus v0.8 is released.
5733
5734 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5735
5736         * mail-source.el (mail-source-value):
5737         Prefer fboundp to functionp so it works with macros as well.
5738
5739 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5740
5741         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5742         Fix last change in case the element is not even a symbol.
5743
5744 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5745
5746         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5747         Prefer fboundp to functionp so it works with macros as well.
5748
5749 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5750
5751         * auth-source.el: Added docs.
5752         (auth-sources): Modify format to support server.
5753         (auth-source-pick, auth-source-user-or-password)
5754         (auth-source-user-or-password-imap)
5755         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5756         (auth-source-user-or-password-sftp)
5757         (auth-source-user-or-password-smtp): Add server parameter.
5758
5759 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5760
5761         * gnus-registry.el: Initialize the registry when gnus-registry-install
5762         is t.
5763
5764 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * compface.el (uncompface): Make buffer unibyte.
5767
5768 2008-04-05  Glenn Morris  <rgm@gnu.org>
5769
5770         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5771
5772 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5773
5774         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5775         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5776
5777         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5778         multibyteness after rather than before erasing it.
5779
5780         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5781         mm-with-multibyte.
5782         (gnus-request-article-this-buffer): Make sure the proper decoding is
5783         used if gnus-original-article-buffer happens to be unibyte.
5784
5785         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5786         default-enable-multibyte-characters.
5787
5788         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5789         default-enable-multibyte-characters.
5790
5791         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5792
5793         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5794
5795 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5796
5797         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5798         (imap-message-copyuid-1): Use it.
5799         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5800         J. Williams in
5801         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5802
5803         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5804         imap-enable-exchange-bug-workaround.
5805         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5806
5807 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5808
5809         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5810         a 100 byte status-checks into a 2-3MB transfer for each group.
5811         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5812         to enable bug workaround or not.
5813         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5814
5815 2008-03-31  Glenn Morris  <rgm@gnu.org>
5816
5817         * message.el (mml2015-use): Declare for compiler.
5818         (message-info): Require mml2015 when appropriate.
5819
5820 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5823         whitespace.
5824
5825 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5826
5827         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5828         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5829         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5830         (nntp-service-to-port): New function.
5831         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5832         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5833         (nntp-open-netcat-stream): New function.
5834         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5835
5836 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5837
5838         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5839
5840 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5841
5842         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5843
5844 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5845
5846         * dns.el (dns-write): Use set-buffer-multibyte.
5847
5848 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5849
5850         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5851
5852 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5853
5854         * message.el (message-signature-separator): Change default.
5855         Improve custom type.
5856         (message-cite-function): Change default to
5857         message-cite-original-without-signature.
5858
5859         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5860         toggle.
5861
5862         * message.el (message-check-news-body-syntax): Fix signature check.
5863         (message-setup-1): Mark buffer as unmodified _after_ running
5864         message-setup-hook and handling message-alternative-emails.
5865         (message-shorten-references): Be more strict when building list of
5866         valid references to comply with GNKSA.
5867
5868         * gnus-group.el (gnus-read-ephemeral-bug-group)
5869         (gnus-read-ephemeral-debian-bug-group)
5870         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5871
5872         * message.el (message-info): Don't use booleanp which isn't supported
5873         in Emacs 21 and XEmacs.
5874
5875 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5878         gnus-group-gmane-group-download-format.
5879         (gnus-group-read-ephemeral-gmane-group): Rename from
5880         gnus-group-read-ephemeral-gmane-group.
5881         (gnus-read-ephemeral-gmane-group-url): Rename from
5882         gnus-group-read-ephemeral-gmane-group-url.
5883         (gnus-bug-group-download-format-alist): New variable.
5884         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5885         (gnus-read-ephemeral-emacs-bug-group): New commands.
5886
5887 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5888
5889         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5890         (gnus-visible-headers): Improve custom type.
5891
5892 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5893
5894         * mml.el (mml-menu): Add workarounds for XEmacs.
5895
5896         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5897         X-Boundary header.
5898
5899         * message.el (message-simplify-recipients): Fix previous commit.
5900
5901 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5902
5903         * mm-util.el (mm-set-buffer-multibyte): New function.
5904         * mm-decode.el (mm-copy-to-buffer): Use it.
5905
5906 2008-03-19  Glenn Morris  <rgm@gnu.org>
5907
5908         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5909         Accidentally removed in the sync process with Emacs.
5910
5911 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5912
5913         * message.el (message-alter-recipients-discard-bogus-full-name):
5914         New function.
5915         (message-alter-recipients-function): New variable.
5916         (message-get-reply-headers): Use it.
5917         (message-replace-header): New helper function.
5918         (message-recipients-without-full-name): New variable.
5919         (message-simplify-recipients): New command.
5920
5921         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5922
5923         * message.el (message-info): Handle EasyPG manual.
5924
5925         * mml.el (mml-menu): Add entry for EasyPG.
5926
5927 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5928
5929         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5930         parameter.
5931
5932         * message.el (message-disassociate-draft): Specify drafts group name
5933         fully.
5934
5935 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5936
5937         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5938         unnecessary duplicates from the match list.
5939
5940 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5943
5944         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5945
5946         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5947         args of `how-many' of which the XEmacs version doesn't take; declare
5948         Info-index-next as function.
5949
5950 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5951
5952         * gnus-score.el (gnus-score-headers): Fix handling of
5953         gnus-inhibit-slow-scoring.
5954
5955         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5956         string.
5957         (gnus-button-url-regexp): Improve handling of parenthesis.
5958         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5959         (gnus-button-handle-info-keystrokes): Handle index entries.
5960
5961 2008-03-15  Glenn Morris  <rgm@gnu.org>
5962
5963         * parse-time.el (parse-time-string): Simplify.
5964
5965 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5968         Incoming* files.
5969
5970 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5971
5972         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5973         (auth-source-pick): Use it.
5974
5975 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5976
5977         * binhex.el (binhex-decode-region-internal):
5978         * uudecode.el (uudecode-decode-region-internal):
5979         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5980         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5981         setting default-enable-multibyte-characters.
5982
5983 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5984
5985         * auth-source.el (auth-source-protocols)
5986         (auth-source-protocols-customize, auth-source-choices): Added and
5987         modified variable customizations and defaults.
5988         (auth-source-pick, auth-source-user-or-password)
5989         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5990         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5991         (auth-source-user-or-password-sftp)
5992         (auth-source-user-or-password-smtp): Use new variables and provide an
5993         interface to netrc.el.
5994
5995 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5998         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5999         Make sure the nntp port to specify is a string.
6000
6001 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6002
6003         * nntp.el: Use with-current-buffer.
6004         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6005         dubious mm-with-unibyte-current-buffer.
6006         (nntp-with-open-group-function): New function extracted from
6007         nntp-with-open-group macro.
6008         (nntp-with-open-group): Use the function, so it's easier to debug.
6009         Add indentation and debugging info.
6010         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6011         the use of the netcat alternatives.
6012
6013         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6014         Avoid mm-string-as-multibyte as well.
6015
6016         * nnweb.el (nnweb-insert-html):
6017         Remove use of nnheader-string-as-multibyte.
6018
6019         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6020         (nnheader-string-as-multibyte): Remove.
6021
6022         * mm-view.el: Use inhibit-read-only.
6023         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6024         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6025         or unibyte-string.
6026
6027         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6028         (mm-uu-yenc-extract): Use with-current-buffer.
6029
6030         * gnus-soup.el (gnus-soup-send-packet): Don't use
6031         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6032
6033         * nnmh.el: Use with-current-buffer.
6034         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6035         mm-string-as-multibyte on the output of mm-encode-coding-string.
6036
6037         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6038         (nnimap-request-move-article): Use with-current-buffer.
6039
6040         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6041         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6042         conversion uses string-make-unibyte rather than string-as-unibyte.
6043
6044         * gnus-msg.el: Use with-current-buffer.
6045
6046         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6047
6048 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6049
6050         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6051         string for caching if it is 'PIN.
6052
6053 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * lpath.el: Consider the case without Emacs/W3.
6056
6057 2008-03-08  Glenn Morris  <rgm@gnu.org>
6058
6059         * time-date.el (date-to-time, time-subtract, time-add)
6060         (safe-date-to-time): Doc fixes.
6061
6062 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6063
6064         * mail-source.el (mail-source-delete-old-incoming-confirm):
6065         Change default to nil.
6066         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6067
6068 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * lpath.el: Rearrange.
6071
6072         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6073         (gnus-article-goto-prev-page): Work for articles having ^L's.
6074
6075         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6076
6077         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6078
6079 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6080
6081         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6082         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6083         (gnus-bookmark-jump): Adjust some variable names.
6084
6085 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6086
6087         * auth-source.el: New package.
6088         (auth-source-choices): Add customization entry point variable.
6089
6090         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6091         bug.
6092
6093 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6094
6095         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6096         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6097         (gnus-registry-install-shortcuts): Rename from
6098         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6099         the `gnus-registry-mark-map' keymap dynamically from
6100         `gnus-registry-marks'.  The generated functions update the summary line
6101         when a registry mark is added or deleted, and will call
6102         `gnus-registry-install-p' (see the comments in the code).
6103         (gnus-registry-user-format-function-M): Use concat intelligently.
6104
6105         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6106         the registry mark functions.
6107
6108 2008-03-05  Glenn Morris  <rgm@gnu.org>
6109
6110         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6111         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6112         gnus-art.
6113         (top-level): No need to load own source when compiling.
6114
6115 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6118         Suggested by <chris.anderton@zetnet.co.uk>.
6119
6120 2008-03-04  Glenn Morris  <rgm@gnu.org>
6121
6122         * gnus-sum.el (top-level): No need to require gnus when compiling,
6123         since unconditionally required near start of file.
6124         (gnus-summary-display-while-building): Move definition before use.
6125
6126 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6127
6128         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6129         formatting function.
6130
6131 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6132
6133         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6134         with plists.
6135         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6136         Use new format.
6137
6138 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6141         `where-is-internal' that returns a range of key sequences.
6142
6143 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6144
6145         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6146
6147         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6148         (gnus-summary-jump-to-group): Consider windows on other displayed
6149         frames as well.  Similar changes might be needed elsewhere, but that's
6150         the one I've bumped into during my use.
6151
6152         * nndoc.el (nndoc-oe-dbx-type-p):
6153         * gnus-msg.el (gnus-debug):
6154         * gnus-group.el (gnus-update-group-mark-positions):
6155         Use mm-string-to-multibyte.
6156
6157 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6158
6159         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6160         doesn't handle NotDashEscaped.
6161
6162         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6163         (mml-dnd-attach-options): Fix typo in custom choice.
6164
6165         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6166         nndoc-article-type to mbox.
6167         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6168
6169         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6170         to nil, instead of html2text.
6171
6172         * imap.el (imap-debug): Add `imap-ping-server'.
6173
6174         * gnus-bookmark.el: Add FIXMEs.
6175
6176         * message.el (message-form-letter-separator)
6177         (message-send-form-letter-delay): New variables.
6178         (message-send-form-letter): Use them.  New command to send form
6179         letters.  Requested by Uwe Siart.
6180         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6181
6182 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6183
6184         * Update copyright years.
6185
6186 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         Sync from EMACS_22_BASE.
6189
6190         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6191
6192 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6193
6194         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6195         empty author.
6196
6197 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6198
6199         * gnus-registry.el (gnus-registry-marks): Add variable for
6200         customization of marks and their appearance.
6201         (gnus-registry-read-mark): Use it.
6202         (gnus-registry-do-marks): Add utility function to loop through
6203         `gnus-registry-marks'.
6204         (gnus-registry-install-shortcuts-and-menus): Add function to install
6205         shortcuts and menus.
6206         (gnus-registry-initialize): Use it.
6207         (gnus-registry-default-mark): Clarify documentation.
6208
6209 2008-02-29  Glenn Morris  <rgm@gnu.org>
6210
6211         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6212         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6213         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6214         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6215         Change defcustom :version from 23.0 to 23.1.
6216
6217 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6218
6219         * gnus-registry.el (gnus-registry-follow-group-p)
6220         (gnus-registry-post-process-groups): Add functions to aid registry
6221         splitting and improve logging.  Clarify behavior in function
6222         documentation.
6223         (gnus-registry-split-fancy-with-parent): Use them.
6224
6225 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6226
6227         * gnus-art.el: Use with-current-buffer.
6228
6229 2008-02-27  David Engster  <dengste@eml.cc>
6230
6231         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6232         Express real group name in the response.
6233
6234 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6237         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6238         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6239         autoload gnus-registry-fetch-group when compiling.
6240         (nnmairix-request-group-with-article-number-correction): Remove
6241         unreferenced argument passed to nnmairix-call-backend.
6242
6243 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6246         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6247         Wilde.
6248
6249 2008-02-27  Glenn Morris  <rgm@gnu.org>
6250
6251         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6252         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6253         variables to defconsts.  Convert comments to doc-strings.
6254         (nnmairix-last-server, nnmairix-current-server): Convert from free
6255         variables to defvars.  Convert comments to doc-strings.
6256         (gnus-registry-fetch-group): Autoload.
6257         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6258         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6259         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6260         caddr.
6261         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6262         nnmairix-request-group-with-article-number-correction call.
6263         (nnmairix-fast, nnmairix-group): New, less general names, for free
6264         variables passed from nnmairix-request-group to
6265         nnmairix-request-group-with-article-number-correction.  Declare.
6266         (nnmairix-request-group-with-article-number-correction):
6267         Use nnmairix-fast, nnmairix-group rather than fast, group.
6268
6269 2008-02-26  David Engster  <dengste@eml.cc>
6270
6271         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6272         version 0.5.
6273
6274 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6275
6276         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6277         instead of making an extra function call.  Don't add the current group
6278         to articles only when they have the group.  Use
6279         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6280         Reported by David <de_bb@arcor.de>.
6281
6282 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6285         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6286
6287 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6288
6289         * mail-source.el (mail-source-delete-incoming): Change default.
6290         Supplement doc string.
6291
6292         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6293
6294 2008-02-14  Glenn Morris  <rgm@gnu.org>
6295
6296         * time-date.el (format-seconds): New function.
6297
6298 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * nnmail.el (nnmail-message-id-cache-file): Derive from
6301         `gnus-home-directory'.
6302
6303 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6306         Document negative prefix.
6307
6308         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6309
6310 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6311
6312         * message.el (message-unsent-separator): Add the Exim bounce
6313         separator.
6314
6315 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6316
6317         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6318         list.
6319         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6320         recipient/signer list.
6321
6322 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * Makefile.in (datarootdir): Define.
6325         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6326         name that might contain whitespace.
6327
6328 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6329
6330         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6331         fbound (Emacs 23 unicode), signal an error.
6332
6333 2008-02-08  Glenn Morris  <rgm@gnu.org>
6334
6335         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6336
6337 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6338
6339         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6340         ports to the calls to `netrc-machine-user-or-password' in addition to
6341         "imap" and "imaps".
6342
6343 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6344
6345         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6346
6347         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6348
6349 2008-02-01  Kenichi Handa  <handa@m17n.org>
6350
6351         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6352         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6353         (rfc2104-hash): Convert the result of concat to unibyte string.
6354
6355 2008-02-01  Dave Love  <fx@gnu.org>
6356
6357         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6358         coding-system-for-read.
6359         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6360
6361 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6362
6363         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6364         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6365         <hanche@math.ntnu.no>.
6366
6367 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6370
6371         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6372
6373 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6374
6375         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6376         * message.el (message-beginning-of-line): Use featurep instead of bound
6377         tests in order to resolve conditionals at compile time.
6378
6379 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6380
6381         * mail-source.el (mail-sources): Add `group' choice.
6382
6383         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6384         parameter `in-group' to control into which group the articles go.
6385         Add treatment of `group' mail-source.
6386
6387 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6390
6391         * mm-decode.el (mm-dissect-buffer): Decode description.
6392
6393         * mml.el (mml-to-mime): Encode message header first.
6394
6395 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6398         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6399
6400         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6401         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6402
6403 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6404
6405         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6406
6407 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6410         prefix keys.
6411         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6412         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6413         gnus-xmas.el.
6414
6415         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6416         (gnus-xmas-article-describe-bindings): New function.
6417         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6418         gnus-xmas-article-describe-bindings.
6419
6420         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6421
6422 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6423
6424         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6425         Add new variables for article mark management.
6426         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6427         list of extra data entries which, when present, will indicate that the
6428         article ID should not be trimmed from the registry.
6429         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6430         functions.
6431         (gnus-registry-read-mark): New function to read a mark name from the
6432         user.
6433         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6434         (gnus-registry-set-article-mark-internal): New functions to add and
6435         remove marks.
6436         (gnus-registry-get-article-marks): New function to show the marks for
6437         an article, or retrieve them for further use.
6438
6439 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6442         keys when no argument is given.
6443
6444 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6445
6446         * imap.el (imap-ping-server): New variable.
6447         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6448         (imap-ping-server): Minor doc string fixes.
6449
6450 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6451
6452         * imap.el (imap-ping-server): New function.
6453         (imap-opened): Call imap-ping-server.
6454
6455 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6456
6457         * gnus-sum.el (gnus-article-sort-by-random)
6458         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6459         jidanni@jidanni.org.
6460
6461 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * gnus-art.el (gnus-article-describe-bindings): New function.
6464         (gnus-article-read-summary-keys): Use it.
6465         (gnus-article-mode-map): Bind `C-h b' to it.
6466
6467 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6470         XEmacs.
6471         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6472         against non-character events.
6473
6474         * lpath.el: Fbind map-keymap for Emacs 21.
6475
6476 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6479         command.
6480         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6481         instead of END.  Change name of the temp file.
6482         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6483         customizable.
6484
6485 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6488         bind `S W' to gnus-article-wide-reply-with-original; set default
6489         binding to gnus-article-read-summary-send-keys.
6490         (gnus-article-read-summary-keys): Fix the order of keys; display
6491         continuation keys correctly in the echo area; describe bindings
6492         correctly when keys end with `C-h'.
6493         (gnus-article-read-summary-send-keys): New function.
6494         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6495         for gnus-article-read-summary-send-keys; display continuation keys
6496         correctly in the echo area.
6497         (gnus-article-reply-with-original): Ignore prefix argument.
6498         (gnus-article-wide-reply-with-original): New function.
6499
6500         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6501         Emacs 21.
6502
6503 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6506         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6507
6508 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6509
6510         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6511         (gnus-group-read-ephemeral-gmane-group): New command.
6512
6513 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6514
6515         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6516
6517 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6518
6519         * message.el (message-send-mail-function): Increase custom version.
6520
6521         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6522         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6523
6524 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6525
6526         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6527         for the cases where imap-authenticate is called with a nil buffer
6528         parameter.
6529
6530 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6533         html parts correctly; support forwarded messages.
6534         (gnus-article-browse-html-article): Remove work buffers.
6535
6536         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6537         compiling.
6538         (netrc-bound-and-true-p): New macro.
6539         (netrc-parse): Use it instead of bound-and-true-p that is not available
6540         in XEmacs 21.4.
6541
6542 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6543
6544         * gnus-registry.el (gnus-registry-mark-article)
6545         (gnus-registry-article-marks): Add functionality to mark articles
6546         through the Gnus registry.
6547
6548         * encrypt.el: Clarify documentation for the new pgg method.
6549         (encrypt-file-alist): Add PGG option.
6550         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6551         functionality.  Abstract password key and messaging to external
6552         functions.
6553         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6554         (encrypt-message-method-and-cipher): Add new convenience external
6555         functions.
6556         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6557         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6558
6559         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6560         (netrc-parse): Use encrypt-file-alist to determine if
6561         encrypt-find-model or encrypt-insert-file-contents should be used.
6562
6563         * encrypt.el: Clarify documentation.  Load password-cache or
6564         password, whichever one is found first, instead of autoloading.
6565
6566 2007-12-19  Glenn Morris  <rgm@gnu.org>
6567
6568         * mml.el (message-options-set, message-narrow-to-head)
6569         (message-in-body-p, message-mail-p, message-encode-message-body):
6570         Autoload.
6571         (message-remove-header, message-narrow-to-headers-or-head)
6572         (message-subscribed-p, message-make-mail-followup-to)
6573         (message-position-on-field, message-news-p)
6574         (message-options-set-recipient, message-generate-headers)
6575         (message-sort-headers): Declare as functions.
6576
6577 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6578
6579         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6580         convention in doc string.
6581
6582 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6585         title to html parts.
6586         (gnus-article-browse-html-article): Pass message header to it.
6587
6588         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6589
6590 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6591
6592         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6593         or password compatible with XEmacs.
6594
6595 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6596
6597         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6598         format document.
6599         (gnus-mime-delete-part): Don't write description line if empty.
6600         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6601
6602 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6603
6604         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6605         (gnus-summary-mark-read-and-unread-as-read)
6606         (gnus-summary-mark-current-read-and-unread-as-read)
6607         (gnus-summary-mark-unread-as-ticked): Doc fix.
6608         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6609
6610 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6611
6612         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6613         Christoph Conrad <christoph.conrad@gmx.de>.
6614
6615 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6616
6617         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6618         yes-or-no-p.
6619
6620 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * mm-decode.el (mm-add-meta-html-tag): New function.
6623         (mm-save-part-to-file, mm-pipe-part): Use it.
6624
6625         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6626         gnus-y-or-n-p instead of y-or-n-p.
6627         (gnus-article-browse-html-parts): Work with message/external-body; use
6628         mm-add-meta-html-tag.
6629
6630 2007-12-11  Glenn Morris  <rgm@gnu.org>
6631
6632         * gnus-cache.el: Require gnus-sum not just when compiling.
6633
6634         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6635
6636         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6637         definitions before use.
6638
6639         * mm-decode.el: Require gnus-util.
6640         (mm-remove-part): Only call delete-annotation on XEmacs.
6641
6642         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6643
6644         * nnmail.el: Require gnus-int.
6645
6646         * spam.el: Move `require's before `eval-when-compile's.
6647
6648         * gnus-ems.el (gnus-alive-p):
6649         * gnus-fun.el (message-goto-eoh):
6650         * gnus-util.el (gnus-group-name-decode):
6651         * mail-source.el (gnus-compress-sequence):
6652         * message.el (Info-goto-node, format-spec):
6653         * mm-bodies.el (message-options-get):
6654         * mm-decode.el (mm-view-pkcs7):
6655         * mm-util.el (gmm-write-region):
6656         * mml-smime.el (mml-compute-boundary)
6657         (gnus-completing-read-with-default):
6658         * mml.el (widget-button-press, gnus-make-hashtable):
6659         * mml1991.el (mm-decode-content-transfer-encoding)
6660         (mm-encode-content-transfer-encoding)
6661         (message-options-get, message-options-set):
6662         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6663         * nnfolder.el (gnus-request-group):
6664         * nnheader.el (ietf-drums-unfold-fws):
6665         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6666         * smime.el (gnus-run-mode-hooks):
6667         * spam-stat.el (gnus-message): Autoload.
6668
6669         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6670         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6671         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6672         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6673         Add declare-function compatibility definition.
6674
6675         * gnus-cache.el (nnvirtual-find-group-art):
6676         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6677         (gnus-add-image, gnus-add-wash-type):
6678         * gnus-group.el (nnkiboze-score-file):
6679         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6680         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6681         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6682         (message-tokenize-header, gnus-get-buffer-create)
6683         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6684         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6685         * gnus.el (gnus-group-decoded-name):
6686         * mail-source.el (imap-capability):
6687         * mm-bodies.el (message-options-set):
6688         * mm-decode.el (gnus-configure-windows):
6689         * mm-extern.el (message-goto-body):
6690         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6691         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6692         (epg-sub-key-validity, message-options-set):
6693         * mml.el (widget-event-point, gnus-configure-windows):
6694         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6695         * mml2015.el (epg-check-configuration, epg-configuration)
6696         (message-options-set):
6697         * nndb.el (nndb-request-article):
6698         * nnfolder.el (gnus-request-create-group):
6699         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6700         * nnmaildir.el (gnus-group-mark-article-read):
6701         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6702         * rfc1843.el (message-fetch-field):
6703         * spam.el (gnus-extract-address-components):
6704         Declare as functions.
6705
6706 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6709
6710         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6711
6712         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6713         bind show-trailing-whitespace for XEmacs.
6714
6715 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6716
6717         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6718         new no-op macro for backward compatibility.
6719
6720         * imap.el (imap-string-to-integer): New function.
6721
6722 2007-12-09  Glenn Morris  <rgm@gnu.org>
6723
6724         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6725
6726         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6727         * message.el, mm-view.el, sieve-manage.el, smime.el:
6728         Add declare-function compatibility definition.
6729
6730         * gnus-art.el (w3-region, w3m-region, Info-menu):
6731         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6732         * gnus-sum.el (gnus-get-predicate):
6733         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6734         * message.el (mail-abbrev-in-expansion-header-p):
6735         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6736         (w3m-detect-meta-charset, w3m-region):
6737         * sieve-manage.el (password-read, password-cache-add)
6738         (password-cache-remove):
6739         * smime.el (password-read-and-add): Declare as functions.
6740
6741 2007-12-08  David Kastrup  <dak@gnu.org>
6742
6743         * gnus-sum.el (gnus-summary-simplify-subject-query):
6744         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6745         `message'.
6746
6747 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6750         it to bind idna-program, installation-directory, defined-colors, and
6751         face-attribute for XEmacs of the version that compiles defcustom forms.
6752
6753 2007-12-07  Glenn Morris  <rgm@gnu.org>
6754
6755         * gnus-art.el (article-make-date-line): Revert previous change.
6756
6757 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6760
6761 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6762
6763         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6764         Call gnus-add-to-range ranges only once with a prepared article-list.
6765
6766 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6767
6768         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6769         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6770         group names with backslashes.  Reported by Tassilo Horn
6771         <tassilo@member.fsf.org>.
6772
6773 2007-12-06  Deepak Goel  <deego3@gmail.com>
6774
6775         * gnus-art.el (article-make-date-line):
6776         * gnus-start.el (gnus-load):
6777         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6778
6779 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * gnus-art.el (gnus-use-idna)
6782         * gnus-start.el (gnus-site-init-file)
6783         * message.el (message-use-idna)
6784         * mm-uu.el (mm-uu-hide-markers)
6785         * smiley.el (smiley-style): Revert changes that suppress warnings.
6786
6787 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6790         specify charset to html source.  Reported by Christoph Conrad
6791         <christoph.conrad@gmx.de>.
6792
6793 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6796         idna-program in order to suppress byte compile warning issued by XEmacs
6797         that came to byte compile the default value section of defcustom forms
6798         recently.
6799
6800         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6801         value of installation-directory.
6802
6803         * message.el (message-use-idna): Don't directly refer to the value of
6804         idna-program.
6805
6806         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6807
6808         * smiley.el (smiley-style): Don't directly call face-attribute.
6809
6810 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6813
6814         * gnus-dired.el: Reduce Gnus dependencies.
6815         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6816         require.  Use autoloads instead.
6817         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6818         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6819         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6820         (gnus-dired-mode): Adjust doc string.
6821         (gnus-dired-mail-mode): New variable.
6822         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6823         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6824         (gnus-dired-mail-buffers): New function.  Return mail or message
6825         composition buffers.
6826         (gnus-dired-attach): Use it.
6827         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6828         NO-DECODE.
6829         (gnus-dired-print): Use `gnus-print-buffer' depending on
6830         `gnus-dired-mail-mode'.
6831
6832 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * rfc2047.el (rfc2047-encoded-word-regexp)
6835         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6836         explaining what regexp patterns are for.
6837
6838 2007-12-04  Glenn Morris  <rgm@gnu.org>
6839
6840         * password.el: Move to password-cache.el.
6841
6842         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6843         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6844         * mml-smime.el (password-read, password-cache-add)
6845         (password-cache-remove):
6846         No need to autoload, since mml-sec requires password.
6847
6848         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6849         * message.el (gnus-extract-address-components):
6850         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6851
6852         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6853         password.
6854
6855 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * mailcap.el: Reduce dependencies.
6858         (mail-header-parse-content-type): Autoload.
6859         (mailcap-delete-duplicates): New alias.
6860         (mailcap-mime-info): Add optional argument NO-DECODE.
6861         (mailcap-mime-types): Use mailcap-delete-duplicates.
6862
6863         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6864
6865 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6866
6867         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6868         (imap-parse-status): Upcase status-att for servers that sends them
6869         lower-case (e.g., MS Exchange 2007).
6870
6871 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6872
6873         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6874         function.
6875
6876         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6877         (gnus-uu-yenc-article): New function.
6878
6879         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6880
6881         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6882         buffer.
6883
6884 2007-12-02  Glenn Morris  <rgm@gnu.org>
6885
6886         * binhex.el (binhex): New custom group.
6887         (binhex-decoder-program, binhex-decoder-switches)
6888         (binhex-use-external): Move to the binhex custom group.
6889
6890         * uudecode.el (uudecode): New custom group.
6891         (uudecode-decoder-program, uudecode-decoder-switches)
6892         (uudecode-use-external): Move to the uudecode custom group.
6893
6894         * netrc.el (top-level): Don't load `encrypt' features.
6895         (netrc-parse): Don't use encrypt.
6896         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6897
6898         * encrypt.el: Remove file.
6899
6900 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6903         matches on patches.
6904
6905         * gnus-art.el (gnus-article-browse-html-article): Mention
6906         `mm-text-html-renderer' in the doc string.
6907
6908         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6909         string.  Add comments.
6910
6911         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6912         if rhs is ASCII.
6913
6914 2007-12-01  Glenn Morris  <rgm@gnu.org>
6915
6916         * mail-source.el (top-level): Require format-spec before
6917         eval-when-compile.
6918
6919 2007-11-30  Glenn Morris  <rgm@gnu.org>
6920
6921         * encrypt.el: Require password, rather than autoloading password-read.
6922
6923 2007-11-29  Glenn Morris  <rgm@gnu.org>
6924
6925         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6926         (sasl-make-client, sasl-next-step, sasl-step-data)
6927         (sasl-step-set-data): Declare as functions.
6928
6929 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6932
6933 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6934
6935         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6936         certs should be verified and what is to be done in the event of a
6937         verification failure.
6938
6939         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6940         caller can indicate whether the cache should be disregarded for this
6941         call.  This way the result of the call is reproducible at all times and
6942         can be considered a canonical server name for the supplied method.
6943         (gnus-agent-method-p): Canonicalize server names by pushing their
6944         method through `gnus-method-to-server' using the no-cache argument.
6945
6946         * gnus-srvr.el (gnus-server-insert-server-line): Call
6947         `gnus-method-to-server' with `no-cache' argument.
6948
6949         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6950         gnus-agent-possibly-synchronize-flags as this should be called when the
6951         server is actually being opened.
6952         (gnus-agent-possibly-synchronize-flags)
6953         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6954         flags file of an agentized server to the latter function.
6955
6956         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6957         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6958         after a connection has been established successfully.
6959
6960 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-art.el (article-display-face): Force to display face if called
6963         interactively; check if gnus-article-x-face-too-ugly matches author.
6964         (article-display-x-face): Display face even if From header is missing
6965         as article-display-face does.
6966
6967 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6968
6969         * hashcash.el (message-narrow-to-headers-or-head)
6970         (message-fetch-field, message-goto-eoh)
6971         (message-narrow-to-headers): Declare as functions.
6972
6973 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6974
6975         * mail-source.el (mail-sources): Default to fetch from file for
6976         compatibility with default of nnmail-spool-file.
6977
6978 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6981         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6982         to look for encoded word that should be encoded again.
6983         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6984         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6985         encoding pattern.
6986         (rfc2047-decode-region): Switch strict regexp and loose one according
6987         to rfc2047-allow-irregular-q-encoded-words.
6988
6989 2007-11-25  Romain Francoise  <romain@orebokech.com>
6990
6991         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6992
6993 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6994
6995         * tls.el (tls-program): Provide more custom choices from
6996         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6997         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6998
6999 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7000
7001         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7002         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7003
7004         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7005         `nnmail-spool-file'.
7006
7007         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7008         `nnmail-spool-file'.
7009
7010         * gnus-move.el (gnus-change-server): Ditto.
7011
7012         * gnus-kill.el (gnus-batch-score): Ditto.
7013
7014         * gnus-cache.el (gnus-jog-cache): Ditto.
7015
7016         * gnus-msg.el (gnus-summary-reply):
7017         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7018
7019 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7022         version.  Minor improvement to doc strings.
7023         (tls-program): Add comment.
7024
7025 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7026
7027         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7028         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7029         mismatch between the hostname provided in the certificate and the name
7030         of the host connnecting to.
7031         (open-tls-stream): Use them.  Check certificates against trusted root
7032         certificates.
7033
7034 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7035
7036         * gnus-cache.el (gnus-cache-generate-nov-databases):
7037         Use nnml-generate-nov-databases-directory instead of
7038         nnml-generate-nov-databases-1.
7039
7040 2007-11-24  Glenn Morris  <rgm@gnu.org>
7041
7042         * message.el (message-tool-bar-retro): Update for rename
7043         mail_send.xpm->mail-send.xpm.
7044
7045 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7048         `smime-ldap-search' for Emacs 22 and up.
7049
7050 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7051
7052         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7053
7054         * message.el (message-send-mail-function): Fix error convention.
7055         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7056         (message-widen-reply, message-send-mail, message-talkative-question)
7057         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7058         (message-clone-locals, message-send-news): Use with-current-buffer.
7059         (message-insert-or-toggle-importance): Remove unused var `valid'.
7060         (message-make-references): Remove unused var `new-references'.
7061         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7062
7063 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7064
7065         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7066         (spam-split-symbolic-return-positive): Reflow docstring.
7067         (spam-backends, spam-summary-exit-behavior)
7068         (spam-mark-ham-unread-before-move-from-spam-group)
7069         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7070         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7071         (spam-clear-cache, spam-backend-check, spam-install-backend)
7072         (spam-install-statistical-backend, spam-list-of-processors)
7073         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7074         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7075         (spam-check-crm114, spam-initialize, spam-unload-hook):
7076         Fix typos in docstrings.
7077
7078 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7081         been checked if they have never been read and those group levels are
7082         higher than the one that a user specified.
7083
7084 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7087         foreign groups unless a group level is specified by a user.
7088         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7089
7090 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * message.el (message-send-mail-function): Require sendmail.
7093
7094 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * message.el (message-send-mail-function): Check for smtpmail too.
7097
7098         * utf7.el (utf7-encode, utf7-decode): Use coding system
7099         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7100
7101         * message.el (message-send-mail-function): New function.
7102         (message-send-mail-function): Set default using
7103         message-send-mail-function.  Adjust doc string.
7104         (message-send-mail-with-mailclient): New function.
7105
7106 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7107
7108         * smime.el (from):
7109         * rfc2047.el (message-posting-charset):
7110         * qp.el (mm-use-ultra-safe-encoding):
7111         * pop3.el (parse-time-months):
7112         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7113         * nnml.el (files):
7114         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7115         (jka-compr-compression-info-list, ange-ftp-path-format)
7116         (efs-path-regexp):
7117         * nndiary.el (files):
7118         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7119         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7120         (epg-digest-algorithm-alist, inhibit-redisplay)
7121         (password-cache-expiry):
7122         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7123         (pgg-output-buffer, password-cache-expiry):
7124         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7125         (efs-path-regexp):
7126         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7127         (inhibit-redisplay):
7128         * mm-uu.el (file-name, start-point, end-point, entry)
7129         (gnus-newsgroup-name, gnus-newsgroup-charset):
7130         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7131         (latin-unity-ucs-list):
7132         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7133         (mm-uu-binhex-decode-function):
7134         * message.el (gnus-message-group-art, gnus-list-identifiers)
7135         (rmail-enable-mime-composing, gnus-local-organization)
7136         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7137         (gnus-read-active-file, facemenu-add-face-function)
7138         (facemenu-remove-face-function, gnus-article-decoded-p)
7139         (tool-bar-mode):
7140         * mail-source.el (display-time-mail-function):
7141         * gnus-util.el (nnmail-pathname-coding-system)
7142         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7143         (gnus-original-article-buffer, gnus-user-agent)
7144         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7145         (xemacs-codename, sxemacs-codename, emacs-program-version):
7146         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7147         * gnus-start.el (gnus-agent-covered-methods)
7148         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7149         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7150         (gnus-newsgroup-headers, gnus-group-list-mode)
7151         (gnus-group-mark-positions, gnus-newsgroup-data)
7152         (gnus-newsgroup-unreads, nnoo-state-alist)
7153         (gnus-current-select-method, mail-sources)
7154         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7155         (nnmail-spool-file, gnus-cache-active-hashtb):
7156         * gnus-mh.el (mh-lib-progs):
7157         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7158         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7159         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7160         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7161         (gnus-group-buffer):
7162         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7163         (font-lock-set-defaults):
7164         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7165         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7166         (gnus-summary-post-menu, total-parts, type, condition, length):
7167         * gnus-agent.el (gnus-agent-read-agentview):
7168         * flow-fill.el (show-trailing-whitespace):
7169         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7170         eval-and-compile wrappers for byte compiler pacifiers.
7171
7172         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7173         (mm-display-inline-fontify): Check for featurep 'xemacs not
7174         extent-list.
7175
7176         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7177         itimer-list.
7178         (mm-create-image-xemacs): Only do something for XEmacs.
7179         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7180
7181         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7182
7183         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7184         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7185
7186 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7187
7188         * nnimap.el (nnimap-split-download-body):
7189         * gnus-demon.el (gnus-demon):
7190         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7191
7192 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7195         macros.
7196         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7197         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7198         copy data from unibyte buffer to multibyte current buffer.
7199         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7200         to copy data from unibyte current buffer to multibyte buffer.
7201         (nntp-make-process-buffer): Make process buffer unibyte.
7202
7203         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7204
7205 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7206
7207         * pop3.el (pop3-open-server): Accept and process data more robustly at
7208         connexion start to avoid spurious "POP SSL connexion failed" errors.
7209
7210 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7213         read group names.
7214
7215 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7216
7217         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7218
7219 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7222         (nnmail-save-active): Use a unibyte buffer when saving active file,
7223         which may contain non-ASCII group names.
7224
7225         * nnml.el (nnml-request-group): Decode group names in messages.
7226
7227 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * message.el (message-citation-line-function)
7230         (message-insert-formatted-citation-line): Fix spelling of
7231         `message-insert-formated-citation-line'.
7232
7233 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7236
7237 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7238
7239         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7240         nnmail-pathname-coding-system.
7241
7242         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7243         that a user enters; decode group names in messages.
7244
7245         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7246
7247 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7250
7251         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7252
7253         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7254         risky local variable.
7255
7256         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7257
7258 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7259
7260         * encrypt.el: Improve documentation to fix function name typo.
7261         Reported by Daiki Ueno <ueno@unixuser.org>.
7262
7263 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7266         even if the point is not in the last page of an article.
7267         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7268         back to the previous page.
7269
7270 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7271
7272         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7273
7274 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7277
7278 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7279
7280         * message.el (message-check-news-body-syntax): Avoid
7281         mm-string-as-multibyte.
7282         (message-hide-headers): Don't assume (point-min)==1.
7283
7284 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * message.el (message-remove-blank-cited-lines): Fix if remove is
7287         given.
7288         (message-bogus-address-regexp): New variable.
7289         (message-bogus-recipient-p): New function.
7290         (message-check-recipients): New command.
7291         (message-syntax-checks): Add `bogus-recipient'.
7292         (message-fix-before-sending): Add `bogus-recipient'.
7293
7294         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7295         (gnus-treat-body-boundary): Don't test window-system.
7296
7297 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7298
7299         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7300
7301 2007-10-28  Miles Bader  <miles@gnu.org>
7302
7303         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7304         at compile-time too.
7305
7306 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7307
7308         * gnus-msg.el (gnus-message-setup-hook): Add
7309         `message-remove-blank-cited-lines' to options.
7310
7311 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7312
7313         * message.el (message-remove-blank-cited-lines): New function.
7314         Suggested by Karl Plästerer.
7315
7316 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7319         mapc.
7320
7321         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7322         (top-level): Use mapc to set functions to be traced for debugging.
7323
7324         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7325         called for effect with while loop.
7326
7327         * message.el (message-talkative-question): Replace mapcar called for
7328         effect with mapc.
7329
7330         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7331         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7332         called for effect with dolist.
7333
7334         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7335
7336         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7337         gnus-extra-headers and nnmail-extra-headers.
7338
7339         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7340         called for effect with dolist.
7341         (top-level): Use mapc to set functions to be traced for debugging.
7342
7343         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7344         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7345         dolist.
7346
7347         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7348         Replace mapcar called for effect with mapc.
7349         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7350         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7351         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7352         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7353
7354         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7355         remove-if that's a cl function.
7356
7357         * webmail.el (webmail-debug): Replace mapcar called for effect with
7358         dolist.
7359
7360         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7361         with mapc.
7362
7363 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7366         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7367         with while loop.
7368
7369         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7370         functions from article-* functions.
7371         (gnus-multi-decode-header): Replace mapcar called for effect with
7372         dolist.
7373
7374         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7375         (gnus-bookmark-show-details): Replace mapcar called for effect with
7376         while loop.
7377
7378         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7379         called for effect with while loop.
7380
7381         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7382         with dolist.
7383
7384         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7385         mapcar called for effect with dolist.
7386
7387         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7388
7389         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7390         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7391         Replace mapcar called for effect with dolist.
7392         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7393         mapc.
7394
7395         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7396         Replace mapcar called for effect with dolist.
7397         (gnus-topic-list): Replace mapcar called for effect with mapc.
7398
7399         * gnus.el: Use mapc instead of mapcar to add autoloads.
7400
7401 2007-10-23  Richard Stallman  <rms@gnu.org>
7402
7403         * gnus-group.el (gnus-group-highlight): Mark as risky.
7404
7405 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus.el (gnus-server-to-method): Return method found first in
7408         gnus-newsrc-alist.
7409
7410         * gnus-art.el (gnus-article-highlight-signature)
7411         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7412         button overlay without the front stickiness.
7413
7414 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7415
7416         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7417         overview buffer needed a catch to receive its throw.
7418         (gnus-agent-flush-cache): Declared as interactive to make this function
7419         easier to use.
7420
7421 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7422
7423         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7424         `next-line'.
7425
7426 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7429         exclude address matching message-dont-reply-to-names.
7430
7431 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-util.el (gnus-string<): New function.
7434
7435         * gnus-sum.el (gnus-article-sort-by-author)
7436         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7437
7438 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7441         the frame-focus tag is set in gnus-buffer-configuration.
7442
7443 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7446         the front stickiness.
7447
7448 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7451         url pattern; remove duplicate one.
7452         (gnus-article-extend-url-button): New function.
7453         (gnus-article-add-buttons): Use it.
7454         (gnus-button-push): Use concatenated url that it makes.
7455
7456 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7457
7458         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7459
7460 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7461
7462         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7463         Don't hardcode point-min==1.
7464
7465 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7468         Fix comment about "iso8859-1".
7469
7470 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7471
7472         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7473         ones returned from the verify-function.
7474
7475         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7476         mml2015-extract-cleartext-signature if extraction failed.
7477
7478 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7479
7480         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7481         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7482         failed.
7483
7484 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7485
7486         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7487
7488 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7491         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7492         recommends to use EasyPG instead of PGG.
7493
7494         * pgg.el: Revert to revision 6.23.2.16.
7495
7496         * pgg-def.el: Revert to revision 6.6.2.14.
7497
7498         * pgg-gpg.el: Revert to revision 6.23.2.34.
7499
7500 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7501
7502         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7503         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7504         thread for both the null and zero (kill/expire thread) universal prefix
7505         cases.
7506         (gnus-summary-expire-thread): Add new function to expire a thread,
7507         using gnus-summary-kill-thread.
7508         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7509         shortcuts for gnus-summary-expire-thread.
7510         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7511         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7512
7513 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7514
7515         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7516         extras value, so an extras entry can be deleted.
7517         (gnus-registry-delete-extra-entry): Use it.
7518         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7519         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7520         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7521         storage through the gnus-registry, and provide an appropriate API for
7522         it.
7523
7524 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7527         Suggested by Leo <sdl.web@gmail.com>.
7528
7529         * gnus.el: Do.
7530
7531 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7534         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7535
7536         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7537
7538         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7539         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7540
7541 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7544         newline.
7545         (nnmbox-request-accept-article): Don't change article in source buffer;
7546         narrow to header to use message-fetch-field rather than
7547         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7548         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7549         as delimiters; make sure article ends with newline.
7550         (nnmbox-delete-mail): Correct last position of article to be deleted;
7551         ignore X-Gnus-Newsgroup header in article body.
7552         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7553         positions; make sure article ends with newline.
7554
7555         * message.el (message-display-abbrev): Don't infloop when a user
7556         inserts SPC in the beginning of header.
7557
7558         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7559         coding-system-for-read and coding-system-for-write for XEmacs having no
7560         file-coding feature.
7561
7562         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7563
7564 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7565
7566         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7567         list of groups not followed by default.  Fix type to be regexp.
7568         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7569
7570 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7571
7572         * hmac-def.el (define-hmac-function): Switch from old-style to
7573         new-style backquotes.
7574
7575         * md4.el (md4-make-step): Likewise.
7576
7577 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7580         raw-text coding system when saving .newsrc file, which may contain
7581         non-ASCII group names.
7582
7583 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * gnus-cus.el (gnus-score-extra): New widget.
7586         (gnus-score-extra-convert): New function.
7587         (gnus-score-customize): Use it for Extra.
7588
7589 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7590
7591         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7592         (mml2015-mailcrypt-clear-verify): Use it.
7593         (mml2015-gpg-clear-verify): Use it.
7594         (mml2015-pgg-clear-verify): Use it.
7595         (mml2015-epg-clear-verify): Replace the current part with the output
7596         from GnuPG; don't extract the plaintext by itself.
7597
7598         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7599         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7600         mml2015-clear-verify-function; don't touch the armor headers or
7601         dash-escaped text here.
7602
7603 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7606         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7607         parts, or application/octet-stream as a last resort.
7608         (gnus-mime-view-part-as-type): Don't toggle display.
7609         (gnus-mime-view-part-as-charset): Don't turn off display before
7610         querying charset.
7611
7612         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7613         stuff to undisplayer function in Emacs.
7614         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7615
7616         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7617         text/calendar parts.
7618
7619 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7622         decoding text/calendar parts.
7623
7624         * message.el (message-forward-make-body-mime): Always mark body as
7625         having no illegible text; remove signed-or-encrypted argument.
7626         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7627
7628         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7629         (mml-generate-mime-1): Don't encode body if it is specified to be in
7630         raw form; don't make buffer be unibyte when inserting multibyte string.
7631
7632 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7633
7634         * sha1.el: Fix up comment style.
7635         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7636         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7637
7638         * hex-util.el: Fix up comment style.
7639         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7640
7641         * gnus-salt.el: Use with-current-buffer.
7642         (gnus-pick-setup-message): Fix long-standing typo.
7643
7644 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * imap.el (imap-logout-timeout): New variable.
7647         (imap-logout, imap-logout-wait): New functions.
7648         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7649
7650         * nnimap.el (nnimap-logout-timeout): New server variable.
7651         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7652         nnimap-logout-timeout.
7653
7654         * gnus-art.el (gnus-article-summary-command-nosave)
7655         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7656
7657 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * gnus.el (gnus-maximum-newsgroup): New variable.
7660
7661         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7662         according to gnus-maximum-newsgroup.
7663
7664         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7665         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7666         Limit the range of articles according to gnus-maximum-newsgroup.
7667
7668 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7669
7670         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7671         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7672         Don't perform gnus-configure-windows here; reuse existing sticky
7673         article buffer.
7674
7675         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7676         it doesn't exist in gnus-article-mode.
7677
7678 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7681         (gnus-agent-decoded-group-name): New function.
7682         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7683         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7684
7685 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7686
7687         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7688         Add binding for gnus-sticky-article.
7689         (gnus-summary-exit): Don't kill sticky article buffers.
7690
7691         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7692         article buffer.
7693         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7694         (gnus-kill-sticky-article-buffers): New commands.
7695
7696 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * nntp.el (nntp-xref-number-is-evil): New server variable.
7699         (nntp-find-group-and-number): If it is non-nil, don't trust article
7700         numbers in the Xref header.
7701
7702 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * gnus-agent.el (gnus-agent-read-group): New function.
7705         (gnus-agent-flush-group, gnus-agent-expire-group)
7706         (gnus-agent-regenerate-group): Use it.
7707         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7708         nnmail-pathname-coding-system.
7709
7710 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7713
7714         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7715         that are unread as unread, and also as selected so that information of
7716         marks having been changed by a user may be updated when exiting group.
7717
7718 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7721         calculated ignoring signature parts to gnus-treat-article.
7722
7723 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7726         a point here in order to keep the window start.
7727         (gnus-insert-mime-security-button): Make a button overlay without the
7728         front stickiness.
7729         (gnus-mime-display-security): Goto the end of a button.
7730
7731         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7732
7733 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7736         group-name-at-point.
7737         (gnus-group-completing-read): New function that offers decoded
7738         non-ASCII group names for completion.
7739         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7740         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7741         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7742         (gnus-group-fetch-control): Use it.
7743         (gnus-fetch-group): Use group-name-at-point for the initial value
7744         rather than the default value; use gnus-alive-p.
7745
7746         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7747         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7748         (gnus-summary-post-news): Use gnus-group-completing-read.
7749
7750         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7751         (gnus-read-move-group-name): Decode group name for completion.
7752
7753 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7754
7755         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7756         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7757         Yamaoka slightly modified the code).
7758
7759 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7762         (nnmail-split-incoming): Bind it.
7763
7764         * nnml.el (nnml-group-name-charset): New function.
7765         (nnml-decoded-group-name): Use it; don't decode group name if
7766         nnmail-group-names-not-encoded-p is non-nil.
7767         (nnml-encoded-group-name): New function.
7768         (nnml-group-pathname): Inline nnml-decoded-group-name.
7769         (nnml-request-expire-articles): Decode group name in message.
7770         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7771         nnmail-pathname-coding-system.
7772         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7773         not decoded ones according to nnmail-group-names-not-encoded-p.
7774         (nnml-generate-active-info): Use nnml-encoded-group-name.
7775
7776 2007-08-08  Glenn Morris  <rgm@gnu.org>
7777
7778         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7779         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7780         doc-strings and comments.
7781
7782 2007-07-25  Glenn Morris  <rgm@gnu.org>
7783
7784         * Relicense all FSF files to GPLv3 or later.
7785
7786 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * gnus-sum.el (gnus-summary-move-article): Make
7789         gnus-summary-respool-article work.
7790
7791 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7792
7793         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7794         string.
7795
7796 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7797
7798         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7799         that should be ignored when comparing distant RSS articles with local
7800         ones.
7801         (nnrss-make-hash-index): New function.  Create a hash index according
7802         to the ignored fields.
7803         (nnrss-check-group): Use it.
7804
7805 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7808
7809         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7810
7811         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7812         the new optional argument ENCODED is non-nil.
7813         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7814         coding system for encoding group name.
7815         (gnus-group-make-rss-group): Pass un-encoded group name to
7816         gnus-group-make-group.
7817         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7818         encoded.
7819
7820         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7821         Encode group name to which articles are moved or copied.
7822         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7823         coding system for encoding Newsgroup, Followup-To and Xref headers.
7824
7825         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7826         marks; use nnheader-file-coding-system to write a file.
7827         (nnagent-retrieve-headers): Bind file-name-coding-system to
7828         nnmail-pathname-coding-system.
7829
7830         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7831
7832         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7833         (nnml-request-article, nnml-request-create-group)
7834         (nnml-request-rename-group, nnml-find-id)
7835         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7836         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7837         (nnml-save-marks): Use nnml-group-pathname instead of
7838         nnmail-group-pathname.
7839
7840         (nnml-request-create-group, nnml-request-expire-articles)
7841         (nnml-request-move-article, nnml-request-delete-group)
7842         (nnml-deletable-article-p, nnml-possibly-create-directory)
7843         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7844         (nnml-open-marks): Bind file-name-coding-system to
7845         nnmail-pathname-coding-system.
7846
7847         (nnml-request-article): Pass server argument to nnml-find-group-number.
7848         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7849         server argument to nnml-possibly-create-directory.
7850         (nnml-request-accept-article): Pass server argument to
7851         nnml-active-number and nnml-save-mail.
7852         (nnml-find-group-number): Pass server argument to nnml-find-id.
7853         (nnml-request-update-info): Pass server argument to
7854         nnml-marks-changed-p.
7855
7856         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7857         (nnml-save-mail, nnml-active-number): Add server argument.
7858
7859         (nnml-request-delete-group): Warn if group is missing.
7860         (nnml-get-nov-buffer): Decode group name.
7861         (nnml-generate-active-info): Encode group name.
7862         (nnml-open-marks): Decode group name in messages.
7863
7864 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7867         if it is not specified.
7868         (gnus-article-pipe-part, gnus-article-save-part)
7869         (gnus-article-interactively-view-part, gnus-article-copy-part)
7870         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7871         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7872         (gnus-article-replace-part, gnus-article-delete-part)
7873         (gnus-article-view-part-as-type): Pass raw prefix argument to
7874         gnus-article-part-wrapper.
7875
7876 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * gnus-agent.el (gnus-agent-save-active): Bind
7879         nnheader-file-coding-system to gnus-agent-file-coding-system.
7880
7881         * gnus-cache.el (gnus-cache-save-buffers)
7882         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7883         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7884         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7885         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7886         (gnus-cache-generate-active, gnus-cache-rename-group)
7887         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7888         (gnus-cache-update-overview-total-fetched-for): Bind
7889         file-name-coding-system to nnmail-pathname-coding-system.
7890         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7891         variables.
7892         (gnus-cache-decoded-group-name): New function.
7893         (gnus-cache-file-name): Use it.
7894         (gnus-cache-generate-active): Use non-decoded group name for active.
7895
7896         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7897         right place.
7898         (gnus-write-active-file): Don't break non-ASCII group names.
7899
7900         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7901         nnmail-pathname-coding-system.
7902
7903         * lpath.el: Bind default-file-name-coding-system,
7904         file-name-coding-system and language-info-alist for XEmacs.
7905
7906         * gnus-uu.el (gnus-uu-decode-save): Typo.
7907
7908 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7911
7912 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7915         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7916         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7917         (gnus-agent-flush-group, gnus-agent-flush-cache)
7918         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7919         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7920         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7921         (gnus-agent-regenerate-group)
7922         (gnus-agent-update-files-total-fetched-for)
7923         (gnus-agent-update-view-total-fetched-for): Bind
7924         file-name-coding-system to nnmail-pathname-coding-system.
7925         (gnus-agent-group-pathname): Don't encode file names by
7926         nnmail-pathname-coding-system.
7927         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7928         coding-system-for-write instead of buffer-file-coding-system to
7929         gnus-agent-file-coding-system.
7930
7931         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7932         Decode group name.
7933
7934         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7935
7936         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7937         (gnus-read-newsrc-el-file): Make group names unibyte.
7938
7939         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7940         nnmail-pathname-coding-system.
7941
7942         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7943         (nnrss-request-delete-group): Bind file-name-coding-system to
7944         nnmail-pathname-coding-system.
7945         (nnrss-read-server-data, nnrss-read-group-data): Bind
7946         file-name-coding-system correctly.
7947         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7948
7949         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7950         (nntp-server-to-method-cache): New variable.
7951         (nntp-group-pathname): New function that decodes non-ASCII group names.
7952         (nntp-possibly-create-directory, nntp-marks-changed-p)
7953         (nntp-save-marks, nntp-open-marks): Use it.
7954         (nntp-possibly-create-directory, nntp-open-marks):
7955         Bind file-name-coding-system to nnmail-pathname-coding-system.
7956         (nntp-open-marks): Decode group names when bootstrapping marks.
7957
7958         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7959         Newsgroups and Folowup-To headers.
7960
7961 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7964         (gnus-server-closed-face, gnus-server-denied-face)
7965         (gnus-server-offline-face): Remove variable.
7966         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7967
7968         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7969         of modifying message-stack directly for XEmacs.
7970
7971         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7972         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7973         if the coding-system argument is nil for XEmacs.
7974
7975         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7976         mm-charset-override-alist.
7977
7978         * rfc2047.el: Don't require base64; require rfc2045 for the function
7979         rfc2045-encode-string.
7980         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7981         to quote the parameter value.
7982
7983 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7986         form in gnus-group-name-charset-method-alist.
7987
7988         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7989         overrides the default layout edit-form.
7990
7991         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7992
7993         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7994
7995 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7998         as unfetched articles.
7999
8000 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8003
8004 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8007         original back end that keeps marks in the local system.
8008
8009 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8012         arg of pop-to-buffer for XEmacs.
8013         (gnus-article-read-summary-keys): Ditto; don't restore window
8014         configuration if summary command ends up with neither article buffer
8015         nor summary buffer; describe bindings if summary keys end with C-h.
8016
8017 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * message.el (message-fix-before-sending): Skip raw message part to be
8020         forwarded while checking illegible text.
8021         (message-forward-make-body-mime, message-forward-make-body): Mark
8022         signed or encrypted raw message as having no illegible text.
8023
8024 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8027         (gnus-message-with-timestamp-1): New macro.
8028         (gnus-message-with-timestamp): New function.
8029         (gnus-message): Use them.
8030
8031         * nnheader.el (nnheader-message): Use them.
8032
8033 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8036         .newsrc.eld file.
8037
8038 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-agent.el (gnus-agent-fetch-headers)
8041         (gnus-agent-retrieve-headers): Bind
8042         gnus-decode-encoded-address-function to identity.
8043
8044         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8045         available also when the server returns simply a dot.
8046
8047         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8048
8049 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8052
8053 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-ems.el (gnus-x-splash): Make it work.
8056
8057         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8058         from being used.
8059
8060         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8061
8062 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8065         4th and the 5th arguments.
8066
8067         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8068         the front stickiness.
8069         (gnus-article-summary-command-nosave): Correct the order of the
8070         arguments passed to pop-to-buffer.
8071         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8072         summary command ends up with the article buffer.
8073
8074         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8075         the same faces.
8076
8077 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8078
8079         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8080
8081 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8082
8083         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8084         * gnus-sum.el (gnus-summary-highlight):
8085         * pgg.el (pgg-sign-region, pgg-sign):
8086         * mail-source.el (mail-source-delete-old-incoming-confirm):
8087         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8088
8089 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus-art.el (gnus-mime-view-part-externally)
8092         (gnus-mime-view-part-internally): Fix predicate function passed to
8093         completing-read.
8094
8095         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8096
8097         * gnus.el (gnus-update-message-archive-method): Add :version.
8098
8099 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * gnus.el (gnus-update-message-archive-method): New variable.
8102
8103         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8104         according to gnus-message-archive-method if
8105         gnus-update-message-archive-method is non-nil.
8106
8107 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8110         by Loic Dachary <loic@dachary.org>.
8111         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8112
8113 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * message.el (message-pop-to-buffer): Add switch-function argument.
8116         (message-mail): Pass switch-function argument to it.
8117
8118 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8121         Improve doc string.
8122
8123 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8126         (gnus-header-content)
8127         * gnus-cite.el (gnus-cite-10)
8128         * gnus-srvr.el (gnus-server-closed)
8129         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8130         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8131         (gnus-group-mail-3-empty, gnus-group-mail-low)
8132         (gnus-group-mail-low-empty, gnus-splash)
8133         * message.el (message-header-to, message-header-cc)
8134         (message-header-subject, message-header-other, message-header-name)
8135         (message-header-xheader, message-separator, message-cited-text)
8136         (message-mml): Lighten colors of faces used for dark background.
8137
8138 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8139
8140         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8141         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8142
8143 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * message.el (message-narrow-to-headers-or-head):
8146         Ignore mail-header-separator in the body.
8147
8148 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8151         same as window size.
8152
8153 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8154
8155         * message.el (message-font-lock-keywords): Use message-header-xheader
8156         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8157         ahead of the anything pattern, to get it recognised.
8158
8159 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8162         spam.el loads uses it in the compiled defadvice form.
8163
8164 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8165
8166         * gnus-sum.el (gnus-articles-to-read)
8167         (gnus-summary-insert-old-articles): Don't truncate group name for
8168         `read-string'.
8169
8170         * gnus-util.el (gnus-limit-string): Delete this function.
8171
8172         * gnus-sum.el (gnus-simplify-subject-fully): Use
8173         `truncate-string-to-width' instead.
8174
8175 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8176
8177         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8178         if, on summary exit, the next group has to be selected.
8179         (gnus-summary-exit): Use it.
8180
8181 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8182
8183         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8184         non-break space.
8185
8186 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8189         Check if group is not a directory.
8190         (nnfolder-request-expire-articles): Don't delete articles if the target
8191         group is not available.
8192
8193         * nnml.el (nnml-request-create-group): Properly check if group is not a
8194         file.
8195         (nnml-request-expire-articles): Don't delete articles if the target
8196         group is not available.
8197
8198         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8199         Don't quote characters that are within parentheses.
8200
8201 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8204         (gnus-handle-ephemeral-exit): Select article according to it.
8205
8206 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8207
8208         * message.el (message-insert-formated-citation-line): Remove newline.
8209         (message-citation-line-format): Add final \n here so that the user can
8210         avoid a blank line.
8211
8212 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8213
8214         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8215         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8216         Update lanl/arXiv support.
8217
8218 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8219
8220         * gnus.el: Bump version number.
8221
8222 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8223
8224         * gnus.el (gnus-version-number): Bump version.
8225
8226 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8227
8228         * gnus.el: No Gnus v0.6 is released.
8229
8230 2007-04-27  Didier Verna  <didier@xemacs.org>
8231
8232         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8233         * gmm-utils.el (gmm-regexp-concat): here.
8234         * message.el: Don't require 'gnus-util.
8235         (message-dont-reply-to-names): Handle name change above.
8236         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8237
8238 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8241         since the initial value varies according to the system.
8242
8243 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8246
8247 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8248
8249         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8250
8251 2007-04-24  Didier Verna  <didier@xemacs.org>
8252
8253         Improve the type of gnus-ignored-from-addresses.
8254         * gnus-util.el (gnus-orify-regexp): New function.
8255         * message.el (gnus-util): Require it.
8256         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8257         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8258         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8259
8260 2007-04-24  Didier Verna  <didier@xemacs.org>
8261
8262         * gnus-sum.el:
8263         * gnus-utils.el: Fix some trailing whitespaces.
8264
8265 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8268         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8269         article's Message-ID; refer parent article in summary buffer.
8270
8271         * message.el (message-bounce): Call mime-to-mml.
8272
8273         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8274         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8275         optimize and/or forms properly.
8276
8277 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8278
8279         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8280         URL.
8281
8282 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8285
8286 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8289         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8290         displayed of multipart/alternative part if it is invoked from summary
8291         buffer.
8292
8293         * mm-view.el (mm-inline-text-html-render-with-w3m)
8294         (mm-inline-text-html-render-with-w3m-standalone)
8295         (mm-inline-render-with-function): Use mail-parse-charset by default.
8296
8297 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8298
8299         * parse-time.el (parse-time-string-chars): Check if CHAR
8300         is less than the length of parse-time-syntax.
8301
8302 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8305         from gnus-newsgroup-processable.
8306
8307 2007-04-16  Didier Verna  <didier@xemacs.org>
8308
8309         * gnus-msg.el (gnus-configure-posting-styles): Handle
8310         message-signature-directory properly with :file syntax.  Reported by
8311         "Leo".
8312
8313 2007-04-11  Didier Verna  <didier@xemacs.org>
8314
8315         New user option: message-signature-directory.
8316         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8317         * message.el (message-insert-signature): Ditto.
8318         * message.el (message-signature-file): Doc update.
8319         * message.el (message-signature-directory): New.
8320
8321 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * gnus-msg.el (gnus-inews-yank-articles): Use
8324         message-exchange-point-and-mark instead of exchange-point-and-mark.
8325
8326 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * message.el (message-yank-original): Make sure cited text ends with
8329         newline; don't exchange point and mark.
8330
8331 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8332
8333         * tls.el (open-tls-stream): Properly handle case where there
8334         is no associated buffer.
8335
8336 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8337
8338         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8339         message-yank-original, make sure (< mark TEXT point).
8340
8341 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * message.el (message-fill-column): New variable.
8344         (message-mode): Use it.  Add comment on a possible new hook.
8345
8346         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8347         (nnmail-get-new-mail): Reformat.
8348
8349         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8350
8351         * gmm-utils.el: Fix Commentary.
8352         (gmm-tool-bar-from-list): Fix typo in doc string.
8353
8354 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8355
8356         * message.el (message-yank-original): Don't switch point and mark
8357         unnecessarily to put point and mark as documented.
8358
8359 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8362         from the message heads.
8363
8364 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8365
8366         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8367         article buffer does not have a window.  This may not be the best
8368         solution but is certainly better than setting the start of the null,
8369         that is the current, window.
8370
8371 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8372
8373         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8374         (gnus-draft-setup): Run it.
8375
8376         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8377         gnus-score-fast-scoring.  Allow regexp.
8378         (gnus-score-headers): Use it.
8379
8380         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8381         XEmacs.
8382
8383         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8384         string.
8385         (gnus-button-alist): Also catch `<f1> k ...'.
8386         (gnus-treat-display-x-face): Fix doc string.
8387
8388 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8389
8390         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8391         evaluation of gnus-extended-version to ensure correct generation of the
8392         User-Agent header when message-generate-headers-first is used.
8393
8394 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8395
8396         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8397         hashcash-path is nil.  Don't call callback with incorrect number of
8398         parameters if val is 0.
8399
8400 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8401
8402         * message.el (message-required-news-headers):
8403         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8404
8405 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8406
8407         * tls.el (open-tls-stream): In handshake-waiting loop,
8408         don't wait more if there is output available to process.
8409
8410 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8411
8412         * tls.el (tls-program): Doc fix.
8413
8414 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * message.el (message-generate-new-buffers): Change the meaning of the
8417         nil value; add `standard' to the choices; treat t as `unique'; improve
8418         doc string.
8419         (gnus-select-frame-set-input-focus): Autoload.
8420         (message-buffer-name): Search for the existing message buffer if
8421         message-generate-new-buffers is nil or `standard'; treat the value t of
8422         message-generate-new-buffers as `unique'.
8423         (message-pop-to-buffer): Raise the frame already displaying the message
8424         buffer; clear the echo area after querying.
8425         (message-setup): Pass the `continue' argument to compose-mail.
8426         (message-mail): Prefer `switch-function' if it is given; search for the
8427         existing message buffer if the `continue' argument is non-nil; pass
8428         continue and switch-function arguments to compose-mail by way of
8429         message-setup.
8430         (message-mail-other-window): Adjust argument of message-setup.
8431         (message-mail-other-frame): Ditto.
8432
8433 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8436         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8437         to turn font-lock on when turning gnus-message-citation-mode on.
8438
8439 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8440
8441         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8442         (mml-smime-function-alist): New variable; add epg as the backend.
8443         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8444         mml-smime- functions instead.
8445         * mm-view.el: Require smime.
8446
8447 2007-03-05  Didier Verna  <didier@xemacs.org>
8448
8449         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8450         instead of just inheritance for posting styles.
8451         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8452
8453 2007-02-24  Chris Moore  <dooglus@gmail.com>
8454
8455         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8456         * pgg-pgp.el (pgg-pgp-encrypt-region):
8457         * pgg-gpg.el (pgg-gpg-encrypt-region):
8458         Check pgg-encrypt-for-me if no other recipients.
8459
8460 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8461
8462         * tls.el (tls-certtool-program): Fix custom type.
8463
8464 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8467         and point-at-eol instead of line-(beginning|end)-position.
8468
8469         * assistant.el (assistant-parse-buffer): Ditto.
8470
8471         * netrc.el (netrc-parse-services): Ditto.
8472
8473 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8474
8475         * mml2015.el (mml2015-epg-find-usable-key): New function.
8476         (mml2015-epg-sign): Use it.
8477         (mml2015-epg-encrypt): Use it.
8478
8479 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * message.el (message-make-in-reply-to): Quote name containing
8482         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8483         if there are special characters.  Reported by NAKAJI Hiroyuki
8484         <nakaji@jp.freebsd.org>.
8485
8486 2007-02-27  Didier Verna  <didier@xemacs.org>
8487
8488         Include the group parameters as well as the topic ones in the
8489         inheritance filter process.
8490         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8491         argument GROUP-PARAMS-LIST.
8492         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8493
8494 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * nntp.el (nntp-never-echoes-commands)
8497         (nntp-open-connection-functions-never-echo-commands): New variables.
8498         (nntp-send-command): Use them.
8499
8500 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8501
8502         * mml2015.el (mml2015-epg-verify): Simplified.
8503
8504 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * mml.el (mml-content-disposition-alist): New user option.
8507         (mml-content-disposition): New function.
8508         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8509         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8510
8511 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8512
8513         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8514         verification.
8515
8516 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8517
8518         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8519         articles posted in the last 24 hours.
8520
8521 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8522
8523         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8524
8525 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8526
8527         * nntp.el (nntp-send-command): Don't wait for echoes when
8528         nntp-open-ssl-stream is used.
8529
8530 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8533         (gnus-message-add-citation-keywords)
8534         (gnus-message-remove-citation-keywords): Remove.
8535         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8536         directly, make the variables in font-lock-defaults buffer-local, add
8537         gnus-message-citation-keywords to them and then update the value of
8538         font-lock-keywords.
8539
8540 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * message.el (message-cite-original-1): Don't call
8543         gnus-article-highlight-citation.
8544
8545         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8546         citations; fix line count.
8547
8548 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8551         (gnus-message-add-citation-keywords)
8552         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8553         versions of font-lock-add-keywords and font-lock-remove-keywords to
8554         work with XEmacs correctly.
8555
8556 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * gnus-cite.el (gnus-cite-face-list): Set the values of
8559         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8560         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8561         (gnus-message-cite-prefix-regexp): New variable.
8562         (gnus-message-search-citation-line): Use it; protect against long
8563         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8564         the 0th match data for Emacs.
8565         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8566         (gnus-message-add-citation-keywords): Append keywords rather than
8567         prepending; emulate font-lock-add-keywords if it is not available.
8568         (gnus-message-remove-citation-keywords): Emulate
8569         font-lock-remove-keywords if it is not available.
8570
8571         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8572
8573         * message.el (message-cite-prefix-regexp): Set the value of
8574         gnus-message-cite-prefix-regexp.
8575
8576 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8577
8578         * nnweb.el (nnweb-google-parse-1): Update parser.
8579
8580 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8581
8582         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8583
8584 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8585
8586         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8587         regexp.
8588
8589 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8592         string-to-multibyte.
8593         (uudecode-decode-region-internal): Use it.
8594
8595         * lpath.el: Fbind string-as-multibyte for XEmacs.
8596
8597 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8598
8599         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8600         custom choice.
8601
8602         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8603
8604 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8605
8606         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8607
8608         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8609         `write-region' to respect `mm-inhibit-file-name-handlers'.
8610
8611 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8612
8613         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8614         Use gnus-home-directory instead of "~/" or "$HOME".
8615
8616 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8617
8618         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8619         to mention filename.
8620         Add comments at beginning regarding usage.
8621         (encrypt-write-file-contents): Change interactive so a string is
8622         acceptable.  If the file has no associated model, show an error instead
8623         of a nonsense prompt.
8624
8625 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8626
8627         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8628         Thanks to Yoshihiko Yamada for kind notification of this typo.
8629
8630 2007-01-12  Kenichi Handa  <handa@m17n.org>
8631
8632         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8633         multibyte buffer.
8634
8635 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * gnus-score.el (gnus-score-fast-scoring): New variable.
8638         (gnus-score-headers): Use it.
8639
8640         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8641
8642         * message.el (message-cite-original-1): Call
8643         gnus-article-highlight-citation if requested.
8644         (message-make-from): Allow name and address as optional arguments.
8645
8646         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8647
8648         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8649         bugs to doc string.
8650         (gnus-button-alist): Add mid\\|message-id.
8651         (gnus-button-fetch-group): Extend for use in
8652         `browse-url-browser-function'.
8653         (gnus-button-url-regexp): Try to catch paired parentheses like in
8654         Wikipedia URLs.
8655
8656         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8657         Suggested by Simon Krahnke <overlord@gmx.li>.
8658
8659 2007-01-13  Romain Francoise  <romain@orebokech.com>
8660
8661         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8662         Update copyright.
8663
8664 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8665
8666         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8667
8668 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8669
8670         * gnus-registry.el (gnus-registry-unfollowed-groups)
8671         (gnus-registry-split-fancy-with-parent): Fix documentation.
8672
8673 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8676         from nnweb groups.
8677
8678 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8679
8680         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8681         Xref urls.  Erase buffer before requesting head.
8682
8683 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8684
8685         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8686         customizable.
8687
8688 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8689
8690         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8691         no signing key is found.
8692         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8693         no encrypting and/or signing key is found.
8694
8695 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8698
8699 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8700
8701         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8702         headers read from disk with the ones newly found in the current search.
8703         This should no longer cause problems, because the article numbers in
8704         Gmane's `nov.php' output are ignored since the previous change.
8705
8706 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8707
8708         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8709
8710 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8713         replace-regexp-in-string; bind url-version; fbind display-images-p and
8714         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8715         find-face and set-itimer-function for Emacs; bind itimer-list for
8716         Emacs.
8717
8718         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8719
8720 2007-01-01  Romain Francoise  <romain@orebokech.com>
8721
8722         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8723
8724 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8725
8726         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8727         `define-minor-mode' macro definition expanded properly.
8728         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8729         exclude it there.
8730
8731         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8732         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8733         `fboundp' test.
8734         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8735         This is OK to autoload in (S)XEmacs now.
8736
8737 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8738
8739         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8740         keystroke.
8741         (gnus-summary-limit-to-singletons): Fix typo.
8742
8743         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8744         else fails.
8745
8746 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8747
8748         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8749         docstring.
8750
8751         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8752         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8753         (gnus-summary-insert-dormant-articles): Fix typo in message.
8754
8755 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8756
8757         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8758         nil for XEmacs.
8759         (gnus-message-citation-mode): Don't autoload in XEmacs.
8760
8761         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8762
8763 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8764
8765         * nnimap.el (nnimap-expunge-search-string): Mention
8766         nnimap-search-uids-not-since-is-evil in docstring.
8767
8768 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * spam.el: Revert to make-obsolete-variable because
8771         define-obsolete-variable-alias is not supported in Emacs 21.
8772
8773         * spam.el (spam-ifile-path, spam-ifile-database-path)
8774         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8775         make-obsolete-variable.
8776         (spam-bsfilter-path, spam-bsfilter-program)
8777         (spam-spamassassin-path, spam-spamassassin-program)
8778         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8779         use "path" inappropriately.
8780         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8781         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8782         variable names.
8783
8784 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8785
8786         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8787         summary buffer.
8788
8789         * password.el (password-cache-remove): Use clear-string to burn
8790         password, if available.
8791
8792 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8795
8796         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8797
8798         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8799         (gnus-message-highlight-citation): Move defcustom here from
8800         gnus-cite.el.
8801         (gnus-message-citation-mode): Autoload.
8802
8803         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8804         checks to make it compile with XEmacs.
8805         (gnus-message-citation-mode): New minor mode.
8806         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8807         (gnus-message-highlight-citation): New variables.
8808         (gnus-message-search-citation-line)
8809         (gnus-message-add-citation-keywords)
8810         (gnus-message-remove-citation-keywords)
8811         (turn-on-gnus-message-citation-mode)
8812         (turn-off-gnus-message-citation-mode): New functions.
8813
8814 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8815
8816         * gnus-cite.el: Enable highlighting of different citation levels in
8817         message-mode.
8818
8819 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * message.el (message-make-fqdn): Fix comment.
8822         (message-bogus-system-names): Add ".local".
8823
8824         * spam.el (spam-ifile-path, spam-ifile-program)
8825         (spam-ifile-database-path, spam-ifile-database)
8826         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8827         Don't use "path" inappropriately.
8828         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8829         strings.
8830         (spam-check-ifile, spam-ifile-register-with-ifile)
8831         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8832         new variable names.
8833
8834         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8835         (gnus-treat-display-smileys): Simplify using
8836         gnus-image-type-available-p.
8837
8838         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8839         available.
8840
8841         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8842         `display-images-p' if available.
8843
8844 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8847         one after turning on the buffer's multibyteness instead of decoding
8848         them directly in the unibyte buffer that causes unexpected conversion
8849         in Emacs 23 (unicode).
8850
8851 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8852
8853         * message.el (message-generate-hashcash): Fix custom type.
8854
8855 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8856
8857         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8858
8859 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8860
8861         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8862         disconnect icons.  Add help text.
8863
8864 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8865
8866         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8867         negated to be consistent with the others we handle.
8868
8869 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8870
8871         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8872         version of gnus-summary-buffer to something, so that we can use two
8873         article buffers at the same time.
8874
8875 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8876
8877         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8878         trigger all the extra headers.
8879         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8880         sorting.
8881
8882 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8883
8884         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8885         solid groups.
8886
8887 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8888
8889         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8890
8891 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * legacy-gnus-agent.el: Add Copyright notice.
8894
8895 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8896
8897         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8898
8899 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8902
8903         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8904         to make it work reliably in CVS Emacs.
8905         (gnus-summary-limit-strange-charsets-predicate)
8906         (gnus-summary-limit-to-predicate): New functions.
8907
8908 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8909
8910         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8911         specifying array size.
8912         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8913         array if it is too small.
8914         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8915         (gnus-sort-threads-loop): New function.
8916
8917 2006-12-06  Chris Moore  <dooglus@gmail.com>
8918
8919         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8920         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8921
8922 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8923
8924         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8925         options.
8926
8927 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8928
8929         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8930         DOS-ing the recipient.
8931
8932         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8933         the headers when creating the mapping to avoid mismappings.
8934         (nnweb-gmane-create-mapping): Always nix out old mapping.
8935
8936 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8939         and mm-verify-option to never.
8940
8941 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * message.el (message-signed-or-encrypted-p): New function.
8944         (message-forward-make-body): Use it.
8945
8946         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8947         Replace encode-coding-string with mm-encode-coding-string.
8948
8949 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * nneething.el (nneething-decode-file-name): Replace
8952         decode-coding-string with mm-decode-coding-string.
8953
8954         * gnus-int.el (gnus-open-server): Say failed server's name.
8955
8956 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8957
8958         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8959         strings to a single string.  Quote `errors-file-name'.
8960         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8961         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8962         Adjust calls.  Use `shell-quote-argument'.
8963
8964 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8965
8966         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8967         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8968
8969         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8970         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8971         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8972         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8973         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8974         (gnus-subscribe-newsgroup, gnus-1):
8975         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8976         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8977         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8978         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8979
8980 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8983         keystroke.
8984         (gnus-summary-limit-to-bodies): Implement headersp.
8985
8986 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987
8988         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8989
8990 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8993
8994 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8995
8996         * message.el (message-generate-hashcash): Expand range of values to
8997         include `opportunistic'.
8998         (message-send-mail): Use it.
8999
9000 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9001
9002         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9003         and comment it.
9004
9005         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9006
9007 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9008
9009         * gnus-util.el (gnus-extract-address-components): Improve comment.
9010
9011 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * gnus-util.el (gnus-extract-address-components): Work with address in
9014         which the name portion contains @.
9015
9016         * lpath.el: Fbind custom-autoload.
9017
9018 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * gnus.el (gnus-start): Move custom group up.
9021         (gnus-select-method): Don't autoload, but make it available for
9022         `customize-variable'.
9023         (gnus-getenv-nntpserver): Don't autoload.
9024
9025 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9026
9027         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9028
9029 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * message.el (message-sendmail-extra-arguments): New variable.
9032         (message-send-mail-with-sendmail): Use it.
9033
9034 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9037         mm-with-unibyte-current-buffer to make string unibyte.
9038
9039         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9040         mm-string-as-multibyte.
9041
9042 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9043
9044         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9045         Reported by Werner Koch <wk@gnupg.org>.
9046
9047 2006-11-14  Daiki Ueno  <ueno@p360>
9048
9049         * mml2015.el: Autoload epa-select-keys when compiling.
9050
9051 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9052
9053         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9054         message-options.
9055         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9056
9057 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9058
9059         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9060         EasyPG (< 0.0.6).
9061         (mml2015-always-trust): New user option.
9062         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9063         prompt.
9064
9065 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * nntp.el (nntp-authinfo-force): New variable.
9068         (nntp-send-authinfo): Use it.
9069
9070 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9071
9072         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9073         decode encoded words.  Improve prompt.  Add comment about forwarding.
9074         (message-replacement-char): Move up.
9075
9076 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9077
9078         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9079         instead of gnus-intersection because arguments of gnus-sorted-nunion
9080         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9081
9082 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9085         (message-simplify-subject-functions): Enable
9086         message-strip-subject-encoded-words by default.
9087
9088 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * message.el (message-strip-subject-encoded-words): New function.
9091         (message-simplify-subject-functions): New variable.
9092         (message-simplify-subject): Use it.  Fix typo in doc string.
9093         Support message-strip-subject-encoded-words.
9094
9095 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9096
9097         * gnus-diary.el (gnus-diary-delay-format-function):
9098         * nndiary.el (nndiary-reminders):
9099         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9100
9101 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * gnus-art.el (article-hide-boring-headers): Fetch date from
9104         gnus-original-article-buffer to avoid problems with localized date
9105         strings.
9106
9107 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9110
9111 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9114         New variables.
9115         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9116         (mm-charset-synonym-alist): Move some entries to
9117         mm-codepage-iso-8859-list.
9118         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9119         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9120
9121 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9124
9125 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9128         with Emacs 21 and XEmacs.
9129
9130 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9131
9132         * spam.el (spam-parse-address): New function for better parsing,
9133         catching errors, etc.
9134         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9135
9136 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * mm-view.el: Add interactive arg to html2text autoload.
9139
9140 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9143
9144 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9145
9146         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9147         variables.
9148         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9149         (mm-charset-synonym-alist): Move some entries to
9150         mm-codepage-iso-8859-list.
9151
9152         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9153
9154 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * message.el (message-citation-line-format)
9157         (message-insert-formated-citation-line): Fix implementation of %E, %N
9158         and %n according to the doc string.
9159
9160 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9161
9162         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9163         car-safe to avoid bad parses.
9164
9165 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9168         names.
9169
9170         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9171
9172 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9175         header.
9176
9177         * message.el (message-draft-headers): Add Date.
9178         (message-headers-to-generate): Fix typo in docstring.
9179
9180         * nndraft.el (nndraft-required-headers): New variable.
9181         (nndraft-generate-headers): Use it.
9182
9183         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9184
9185 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9186
9187         * gnus-registry.el (gnus-registry-wash-for-keywords)
9188         (gnus-registry-find-keywords): New functions to allow easy searching of
9189         articles that are in the registry.
9190
9191 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9192
9193         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9194         ietf-drums-parse-address instead of gnus-extract-address-components.
9195         Reported by Damien Elmes <damien@repose.cx>.
9196
9197 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * gnus.el (gnus-mime): Remove unused custom group.
9200
9201 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9202
9203         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9204         "blank line" when searching for end of armor headers.
9205
9206 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gmm-utils.el (gmm-write-region): Fix variable name.
9209
9210 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * gmm-utils.el (gmm-write-region): New function based on compatibility
9213         code from `mm-make-temp-file'.
9214
9215         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9216
9217         * nnmaildir.el (nnmaildir--update-nov)
9218         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9219         Use `gmm-write-region'.
9220
9221 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9224         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9225
9226         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9227
9228         * message.el (message-replacement-char): New variable.
9229         (message-fix-before-sending): Use it.
9230         (message-simplify-subject): New function to remove duplicate code.
9231         (message-reply, message-followup): Use it.
9232
9233         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9234         gnus-summary-limit-to-articles.
9235
9236 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * gnus-util.el (gnus-with-local-quit): New macro.
9239
9240         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9241
9242 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9243
9244         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9245         ignore non-string data.
9246
9247 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9248
9249         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9250         non-string data (needs to be done in the registry too).
9251
9252 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9253
9254         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9255         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9256         (gnus-registry-split-fancy-with-parent)
9257         (gnus-registry-fetch-simplified-message-subject-fast)
9258         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9259         Remove text properties on ingress into the registry and when it's saved.
9260         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9261         registry from entries with no groups.
9262
9263 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9264
9265         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9266         function to remove string properties.
9267
9268 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * gmm-utils.el (gmm): Adjust custom version.
9271
9272         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9273         custom version.
9274
9275         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9276
9277 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9278
9279         * gnus-art.el (gnus-insert-prev-page-button)
9280         (gnus-insert-next-page-button): Simplify.  Reformat.
9281
9282 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9283
9284         * gnus-art.el (gnus-insert-prev-page-button)
9285         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9286
9287 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9288
9289         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9290
9291 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9292
9293         * gnus-art.el (gnus-insert-mime-button)
9294         (gnus-insert-mime-security-button):
9295         Apply gnus-article-button-face to MIME and security buttons.
9296
9297 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9298
9299         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9300         readable.
9301
9302 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9305
9306 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9307
9308         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9309         `browse-url-of-file' instead of `browse-url'.
9310
9311 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9312
9313         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9314         regexp.  Articles containing quotation were cut prematurely.
9315
9316 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * message.el (message-cite-original-1): Use nobody by default for the
9319         value of From header.
9320         (message-reply): Ditto.
9321
9322 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9323
9324         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9325         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9326         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9327
9328 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9329
9330         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9331         mails in the doc string.  Add some URLs in comment.
9332         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9333
9334 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9337         backslashes handling and the way to find boundaries of quoted strings.
9338
9339 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9340
9341         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9342         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9343         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9344         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9345
9346 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9349         doc string.
9350         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9351
9352 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * lpath.el: Fbind epg-check-configuration.
9355
9356 2006-09-06  Simon Josefsson  <jas@extundo.com>
9357
9358         * mml2015.el (mml2015-use): Doc fix, mention epg.
9359
9360 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9361
9362         * mml2015.el (mml2015-use): Default to epg, if available.
9363
9364 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9365
9366         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9367         message-sender.
9368         (mml1991-epg-encrypt): Ditto.
9369         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9370         message-sender.
9371         (mml2015-epg-encrypt): Ditto.
9372
9373 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9374
9375         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9376         several common directories.
9377
9378 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9379
9380         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9381         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9382
9383 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9384
9385         * gnus-art.el (article-decode-encoded-words): Make it fast.
9386
9387 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9390
9391         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9392         in quoted string into `\'.
9393
9394 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9397         Use standard-syntax-table.
9398
9399 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-art.el (gnus-decode-address-function): New variable.
9402         (article-decode-encoded-words): Use it to decode headers which are
9403         assumed to contain addresses.
9404         (gnus-mime-delete-part): Remove useless `or'.
9405
9406         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9407         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9408         (gnus-nov-parse-line): Use it to decode From header.
9409         (gnus-get-newsgroup-headers): Ditto.
9410         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9411
9412         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9413         (mail-decode-encoded-address-string): New alias.
9414
9415         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9416         New function.
9417         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9418         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9419         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9420         (rfc2047-decode-string): Ditto.
9421         (rfc2047-decode-address-region): New function.
9422         (rfc2047-decode-address-string): New function.
9423
9424 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * message.el (message-caesar-buffer-body): Allow rotating headers.
9427
9428         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9429
9430         * message.el (message-insert-formated-citation-line): Fix %f.
9431         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9432
9433 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9436         (gnus-bookmark-mouse-available-p): New macro.
9437         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9438         (gnus-bookmark-bmenu-show-infos): Use it.
9439         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9440         (gnus-bookmark-bmenu-hide-infos): Ditto.
9441         (gnus-bookmark-remove-properties): New function.
9442         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9443         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9444         (gnus-bookmark-write-file): Bind coding-system-for-write.
9445         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9446         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9447         group before selecting it.
9448         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9449         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9450         quit-window if it is not available; use gnus-mouse-2 and bind it to
9451         gnus-bookmark-bmenu-select-by-mouse.
9452         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9453         (gnus-bookmark-bmenu-select-by-mouse): New function.
9454
9455 2006-08-13  Romain Francoise  <romain@orebokech.com>
9456
9457         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9458         space.
9459
9460 2006-08-10  Romain Francoise  <romain@orebokech.com>
9461
9462         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9463         (dns-mode-soa-auto-increment-serial): New user option.
9464         (dns-mode-soa-maybe-increment-serial): New function.
9465         (dns-mode): Add the latter to `write-contents-functions'.
9466
9467 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * compface.el (uncompface): Use binary rather than raw-text-unix.
9470
9471 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9472
9473         * compface.el (uncompface): Make sure the eol conversion doesn't take
9474         place when communicating with the external programs.  Reported by
9475         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9476
9477 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9480
9481 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9482
9483         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9484         Make it more robust by parsing author and date independently.
9485
9486 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9489
9490 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9491
9492         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9493         first matching secret key.
9494         (mml2015-epg-encrypt): Ditto.
9495
9496         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9497         first matching secret key.
9498         (mml1991-epg-encrypt): Ditto.
9499
9500         * mml2015.el (mml2015-encrypt-to-self): New user option.
9501         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9502         mml2015-epg-encrypt-to-self is set.
9503
9504         * mml1991.el (mml1991-encrypt-to-self): New variable.
9505         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9506         mml1991-epg-encrypt-to-self is set.
9507
9508         * mml2015.el (mml2015-signers): New user option.
9509         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9510         (mml2015-epg-encrypt): Allow to select signing keys.
9511
9512         * mml1991.el (mml1991-signers): New variable.
9513         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9514         (mml1991-epg-encrypt): Allow to select signing keys.
9515
9516 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * nnheader.el (nnheader-insert-head): Make it work even if the file
9519         uses CRLF for the line-break code.
9520
9521 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9522
9523         * mml2015.el: Require mml-sec instead of password.
9524         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9525         (mml2015-cache-passphrase): Inherit the default value from
9526         mml-secure-cache-passphrase.
9527         (mml2015-passphrase-cache-expiry): Inherit the default value from
9528         mml-secure-passphrase-cache-expiry.
9529
9530         * mml1991.el: Require mml-sec instead of password.
9531         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9532         (mml1991-cache-passphrase): Inherit the default value from
9533         mml-secure-cache-passphrase.
9534         (mml1991-passphrase-cache-expiry): Inherit the default value from
9535         mml-secure-passphrase-cache-expiry.
9536
9537         * mml-sec.el: Require password.
9538         (mml-secure-verbose): New user option.
9539         (mml-secure-cache-passphrase): New user option.
9540         (mml-secure-passphrase-cache-expiry): New user option.
9541
9542 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9543
9544         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9545         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9546         andreas@altroot.de (Andreas Vögele).
9547
9548         FIXME: Use `tiny change'?
9549
9550 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9551
9552         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9553         workaround for the url package included with Emacs.
9554
9555         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9556
9557 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9560         correctly.  This fixes a bug caused by the 2006-05-12 change.
9561
9562 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9563
9564         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9565         some information about the error when saying that the `bogus' mail
9566         group will be used.
9567
9568 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9569
9570         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9571         string.
9572
9573 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9574
9575         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9576
9577 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9578
9579         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9580
9581 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9582
9583         * mml1991.el (mml1991-function-alist): Add epg.
9584         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9585         (mml1991-epg-encrypt): New functions.
9586
9587 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9588
9589         * mml2015.el (mml2015-verbose): New variable.
9590         (mml2015-cache-passphrase): Ditto.
9591         (mml2015-passphrase-cache-expiry): Ditto.
9592         (mml2015-function-alist): Add epg.
9593         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9594         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9595         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9596         functions.
9597
9598 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9599
9600         * message.el (message-cite-original-1): Preserve region when removing
9601         quoted text due to X-No-Archive in order to avoid bogus attribution
9602         when citing multiple messages.
9603
9604 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9605
9606         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9607         Kenneth Jacker <khj@be.cs.appstate.edu>.
9608
9609 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * gnus-diary.el (gnus-user-format-function-d)
9612         (gnus-user-format-function-D): Autoload.
9613
9614         * imap.el (Commentary): Fix typo.
9615
9616         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9617         2006-04-22 contribution.
9618
9619 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9620
9621         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9622         It didn't really fix the bogosity I'm seeing with solid web groups.
9623
9624 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9625
9626         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9627         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9628         created using server names.  If we use the feature without declaring
9629         it, Gnus does not properly manage server and group state.
9630
9631         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9632         bound.
9633
9634 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9635
9636         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9637         looking up the method using GROUP's prefix before inventing a new one.
9638         It is used on killed/unknown groups in various places where returning
9639         an all-new method isn't expected by the caller.
9640
9641         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9642         and match semantics of gnus-group-real-prefix.
9643
9644 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9645
9646         * nnmail.el (nnmail-broken-references-mailers): New variable.
9647         (nnmail-ignore-broken-references): New function generalizing
9648         nnmail-fix-eudora-headers.
9649         (nnmail-fix-eudora-headers): Now obsolete.
9650
9651         * gnus-art.el (gnus-button-handle-custom): Support
9652         `customize-apropos*'.
9653
9654 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9657
9658         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9659         articles.
9660
9661 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * message.el (message-cite-reply-above): New variable.
9664         (message-yank-original): Use it.
9665
9666 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9669
9670 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9671
9672         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9673         as read.
9674
9675         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9676
9677 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9678
9679         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9680         (gnus-bookmark-default-file): Use gnus-directory.
9681         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9682         Remove "*" in doc string.
9683         (gnus-bookmark-write-file): Simplify.
9684         (gnus-bookmark-maybe-sort-alist): Use `when'.
9685         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9686         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9687         FIXME about Emacs 21 and XEmacs compatibility.
9688         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9689         compatibility.
9690         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9691         compatibility.
9692         (gnus-bookmark-menu-heading): Fix version.
9693
9694 2006-06-19  Bastien Guerry  <bzg@altern.org>
9695
9696         * gnus-bookmark.el: New file.
9697
9698 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * message.el (message-syntax-checks): Doc fix.
9701
9702 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9703
9704         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9705         unsubscribed groups as if they were killed ones.  It causes duplicate
9706         entries in gnus-newsrc-alist.
9707
9708 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * message.el (message-syntax-checks): Doc fix.
9711         (message-send-mail): Add check for continuation headers.
9712         (message-check-news-header-syntax): Fix regexp used to check for
9713         continuation headers.
9714
9715 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9718
9719 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9722
9723 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9726         default-truncate-lines.
9727
9728 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9731         to fill the utf-8 entry.
9732
9733         * lpath.el: Fbind unicode-precedence-list.
9734
9735 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9736
9737         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9738
9739 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9740
9741         * gnus-agent.el (directory-files-and-attributes): Move all the way
9742         forward (the third and final move).
9743         (gnus-agent-read-agentview): Trap reconstruction errors due to
9744         nonexistant directory.  Handle by returning nil.
9745
9746 2006-05-30  Didier Verna  <didier@xemacs.org>
9747
9748         * message.el (message-dont-reply-to-names): Update the custom type.
9749         * message.el (message-dont-reply-to-names): New defsubst: potentially
9750         convert a list of regexps into a single one.
9751         * message.el (message-get-reply-headers): Use it.
9752         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9753
9754 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * gnus-agent.el (directory-files-and-attributes): Move forward.
9757
9758 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * gnus-ml.el (gnus-mailing-list-subscribe)
9761         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9762         (gnus-mailing-list-message): Fix doc strings.
9763
9764 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9765
9766         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9767         of doing it manually.
9768
9769 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9770
9771         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9772         comment.
9773
9774 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9775
9776         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9777         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9778         (gnus-agent-read-local): All symbols allocated in my-obarray.
9779         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9780         (gnus-agent-regenerate-group): Check numeric names to see if they are
9781         messages or groups.
9782         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9783         better way of do this...)
9784
9785         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9786         'dummy.group' (there should be a better way of do this...)
9787
9788 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9791         (gnus-saved-headers): Ditto.
9792         (gnus-default-article-saver): Mention functions may have properties.
9793         (gnus-article-save): Override gnus-save-all-headers and
9794         gnus-saved-headers by :headers property which saver function may have.
9795         (gnus-summary-save-in-file): Add :headers property.
9796         (gnus-summary-write-to-file): Ditto.
9797
9798         * gnus-sum.el (gnus-summary-save-article): Bind
9799         gnus-prompt-before-saving to t when saving many articles in a file;
9800         always show all headers.
9801
9802         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9803
9804 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9807         marks.
9808
9809         * message.el (message-indent-citation): Add optional arguments to allow
9810         using it outside of message buffers.
9811
9812         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9813         (gnus-article-treat-unfold-headers): Use it.
9814         (gnus-article-truncate-lines): New variable.
9815         (gnus-article-mode): Use it.
9816         (gnus-article-toggle-truncate-lines): New function.
9817
9818         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9819         gnus-article-toggle-truncate-lines.
9820
9821         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9822         coding system in XEmacs, use binary.
9823
9824 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9827         after-load-alist.
9828
9829         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9830         this function should save decoded articles.
9831         (gnus-summary-write-to-file): Use property to specify this function
9832         should save decoded articles and specify gnus-summary-save-in-file
9833         should be used to save articles other than the first one when saving
9834         many articles.
9835         (gnus-summary-save-body-in-file): Use property to specify this
9836         function should save decoded articles.
9837         (gnus-summary-write-body-to-file): Use property to specify this
9838         function should save decoded articles and specify
9839         gnus-summary-save-body-in-file should be used to save articles other
9840         than the first one when saving many articles.
9841
9842         * gnus-sum.el (gnus-summary-save-article): Simplify.
9843
9844 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9845
9846         * gnus-art.el (gnus-default-article-saver): Add
9847         gnus-summary-write-body-to-file.
9848         (gnus-article-save-coding-system): Don't use coding system object
9849         in XEmacs.
9850         (gnus-read-save-file-name): Add optional `dir-var' argument which
9851         specifies directory in which files are saved; work even if optional
9852         `variable' argument is not specified.
9853         (gnus-summary-write-to-file): Read file name.
9854         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9855         (gnus-summary-write-body-to-file): New function.
9856
9857         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9858         (gnus-summary-local-variables): Add it.
9859         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9860         (gnus-summary-save-article): Remove optional `decode' argument;
9861         determine whether to decode articles by the value of
9862         gnus-default-article-saver; when saving many files using
9863         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9864         it first and use gnus-summary-save-in-file or
9865         gnus-summary-save-body-in-file thereafter unless
9866         gnus-prompt-before-saving is always; move point to article which
9867         will be saved.
9868         (gnus-summary-save-article-file): Revert.
9869         (gnus-summary-write-article-file): Revert.
9870         (gnus-summary-save-article-body-file): Revert.
9871         (gnus-summary-write-article-body-file): New function.
9872
9873 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-art.el (gnus-default-article-saver): Doc fix.
9876         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9877         from gnus-summary-save-article-coding-system, and default to a
9878         certain coding system.
9879         (gnus-output-to-file): Add coding cookie and encode text according
9880         to gnus-article-save-coding-system; don't use mm-append-to-file.
9881
9882         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9883         gnus-art.el and rename to gnus-article-save-coding-system.
9884         (gnus-summary-save-article): Require gnus-art; don't show all
9885         headers if it decodes articles; don't add coding cookie here;
9886         don't bind mm-text-coding-system-for-write.
9887         (gnus-summary-save-article-file): Save decoded articles.
9888         (gnus-summary-write-article-file): When saving many files, use
9889         gnus-summary-write-to-file first and gnus-summary-save-in-file
9890         thereafter unless gnus-prompt-before-saving is always.
9891         (gnus-summary-save-article-body-file): Save decoded articles.
9892
9893         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9894
9895 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9896
9897         * nnrss.el (nnrss-check-group): Bind hash-index.
9898
9899 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9900
9901         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9902         its hash index.  Store this hash in `nnrss-group-data'.
9903         (nnrss-read-group-data): Update accordingly.
9904
9905 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9906
9907         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9908         entry.
9909
9910         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9911         gnus-article-browse-html-article.
9912
9913 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9914
9915         * gnus-sum.el (gnus-summary-mime-map): Add
9916         gnus-article-browse-html-article.
9917
9918         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9919
9920 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9923         suitable coding systems in customize.
9924
9925 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * mail-source.el (mail-sources): Fix custom type.
9928
9929 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9932         (gnus-summary-expire-articles-now): Shorten prompt.
9933
9934         * gmm-utils.el (wid-edit): Require.
9935         (defun-gmm): Renamed from `gmm-defun-compat'.
9936         (gmm-image-search-load-path): Use it.
9937         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9938
9939 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9942         variable.
9943         (gnus-summary-save-article): Add optional `decode' argument.  If
9944         it is set and gnus-summary-save-article-coding-system is non-nil,
9945         save decoded article.
9946         (gnus-summary-write-article-file): Save decoded article if
9947         gnus-summary-save-article-coding-system is non-nil.
9948
9949         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9950         type.
9951
9952 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9953
9954         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9955
9956 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9959         first to test gnus-single-article-buffer which may be buffer-local.
9960
9961         * gnus-sum.el (gnus-summary-setup-buffer): Make
9962         gnus-single-article-buffer buffer-local and nil in ephemeral
9963         group; make gnus-article-buffer, gnus-article-current, and
9964         gnus-original-article-buffer always buffer-local.
9965         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9966         group.
9967         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9968
9969 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * nnml.el (nnml-request-compact-group): Compressed files might not
9972         have .gz extension.
9973
9974 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9975
9976         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9977         (mm-copy-to-buffer): Use with-current-buffer.
9978         (mm-display-part): Simplify.
9979         (mm-inlinable-p): Add optional arg `type'.
9980
9981 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9982
9983         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9984         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9985         Try harder to show the attachment internally or externally using
9986         gnus-mime-view-part-as-type.
9987
9988 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * message.el (message-from-style, message-signature-separator)
9991         (message-user-organization-file, message-send-mail-function)
9992         (message-citation-line-function, message-yank-prefix)
9993         (message-indent-citation-function, message-signature)
9994         (message-signature-file, message-signature-insert-empty-line):
9995         Remove autoloads.
9996
9997         * gnus-art.el (gnus-buttonized-mime-types): Remove
9998         "multipart/signed".  Revert 2006-04-26 change.
9999
10000 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001
10002         * gnus.el (gnus-version-number): Bump version.
10003
10004 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10005
10006         * gnus.el: No Gnus v0.5 is released.
10007
10008 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10009
10010         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10011         fetching articles by message-id.
10012
10013 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10014
10015         * message.el (hashcash): Require hashcash as normal.
10016
10017         * ecomplete.el (ecomplete-highlight-match-line): Use
10018         point-at-eol.
10019         (ecomplete-highlight-match-line): Use `highlight', because that
10020         face exists in both Emacs and XEmacs.
10021
10022         * message.el (message-display-abbrev): Use point-at-bol.
10023
10024         * mail-source.el: Don't require timer/timer-funcs.
10025
10026         * gnus-async.el: Ditto.
10027
10028         * password.el: Ditto.
10029
10030         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10031
10032         * mm-url.el: Ditto.
10033
10034         * gnus-xmas.el: Don't require timer-funcs.
10035
10036         * mm-util.el: Require timer/timer-funcs.
10037
10038 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10039
10040         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10041         Close.
10042
10043 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10046         unibyte after clear-decrypt function runs.
10047
10048         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10049         returns as a unibyte string.
10050
10051 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * lpath.el: Revert.
10054
10055         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10056         (pgg-gpg-process-sentinel): Revert.
10057
10058         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10059         (pgg-pgp-lookup-key): Revert.
10060
10061         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10062         (pgg-pgp5-lookup-key): Revert.
10063
10064         * pgg.el (pgg-fetch-key): Revert.
10065
10066 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * lpath.el: Fbind string-as-multibyte for XEmacs.
10069
10070         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10071         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10072         (mml1991-pgg-encrypt): Ditto.
10073
10074         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10075         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10076         a multibyte buffer.
10077
10078         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10079         (pgg-pgp-lookup-key): Ditto.
10080
10081         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10082         (pgg-pgp5-lookup-key): Ditto.
10083
10084         * pgg.el (pgg-fetch-key): Ditto.
10085
10086 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * message.el (message-user-organization-file): Check several
10089         locations of the organization file.
10090
10091         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10092         Add gnus-article-view-part-as-type.
10093
10094         * gnus-art.el (gnus-article-view-part-as-type): New function.
10095
10096         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10097         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10098
10099         * mml.el: Simplify autoload.
10100         (mml-mode): defvar dnd-protocol-alist instead of using
10101         symbol-value.
10102         (mml-default-directory): New variable.
10103         (mml-minibuffer-read-file): Use it.
10104         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10105
10106         * message.el (message-citation-line-format): New variable.
10107         (message-insert-formated-citation-line): New function.
10108         (message-citation-line-function): Add
10109         `message-insert-formated-citation-line' to custom type.
10110
10111         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10112         to doc string.
10113
10114         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10115         depending on mm-verify-option.
10116
10117 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10120         binding pgg-* variables; reimplement the section which prevents
10121         MIME header from being signed.
10122         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10123         pgg-text-mode; remove a blank line at the top of body.
10124
10125         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10126         lines at the top of body; use gnus-newsgroup-charset if there's no
10127         Charset header.
10128
10129 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * message.el (message-self-insert-commands): Doc fix.
10132
10133         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10134         (mm-uu-pgp-encrypted-test): Ditto.
10135         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10136         between header and body; return application/pgp-encrypted handle
10137         if decryption failed; decode decrypted body by charset.
10138
10139         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10140         element match to application/pgp-*.
10141
10142 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10143
10144         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10145         HTML.
10146
10147 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10148
10149         * mail-source.el (mail-source-call-script): Message the error
10150         string.
10151
10152 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10153
10154         * gnus-util.el (gnus-byte-compile): Use it.
10155
10156 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10157
10158         * gnus-util.el (kill-empty-logs): New function.
10159
10160 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10161
10162         * message.el (message-mail-alias-type): Doc fix.
10163         (message-mail-alias-type-p): New function.
10164         (message-send): Use it.
10165         (message-mode): Ditto.
10166         (message-strip-forbidden-properties): Ditto.
10167
10168         * ecomplete.el (ecomplete-database-file-coding-system): New
10169         variable.
10170         (ecomplete-save): Use it.
10171         (ecomplete-setup): Use it.
10172
10173 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * message.el (message-self-insert-commands): New variable.
10176         (message-strip-forbidden-properties): Use it.
10177
10178 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10181         that doesn't make XEmacs choke.
10182
10183 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10184
10185         * gnus-util.el (gnus-replace-in-string):
10186         Prefer replace-regexp-in-string over of replace-in-string.
10187
10188 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * gnus-util.el (gnus-select-frame-set-input-focus):
10191         Use select-frame-set-input-focus if it is available in XEmacs; use
10192         definition defined in Emacs 22 for old Emacsen.
10193
10194         * dgnushack.el: Autoload unmorse-region for XEmacs.
10195
10196         * lpath.el: Bind cursor-in-non-selected-windows and
10197         select-frame-set-input-focus for XEmacs.
10198
10199 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10202
10203 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10204
10205         * gnus-registry.el (gnus-registry-cache-save): Remove text
10206         properties when saving via the temp buffer.
10207
10208 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * message.el (message-generate-hashcash): Honor custom type.
10211
10212 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10213
10214         * message.el (message-generate-hashcash): Default to non-nil when
10215         hashcash is found.
10216
10217         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10218         (gnus-refer-thread-limit): Increase default to 500.
10219
10220         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10221
10222         * flow-fill.el (fill-flowed): Allow delete-space.
10223
10224 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10227         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10228         Remove autoloads.
10229
10230 2006-04-18  Simon Josefsson  <jas@extundo.com>
10231
10232         * message.el (message-generate-hashcash): Default to.
10233
10234 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10237         concatenating segments rather than before concatenating them.
10238
10239 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10240
10241         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10242
10243 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10244
10245         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10246
10247         * message.el (message-forward-make-body-plain): Allow
10248         message-forward-ignored-headers to be a list.
10249         (message-remove-ignored-headers): Factor out into function.
10250         (message-forward-make-body-mml): Use it.
10251
10252         * imap.el (imap-quote-specials): New function.
10253         (imap-login-auth): Quote specials.
10254
10255         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10256         (rfc2231-parse-string): Allow concatanation of parameters that
10257         aren't contiguous.  The test case is
10258           (mail-header-parse-content-type "message/external-body;
10259             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10260             access-type=LOCAL-FILE;
10261             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10262
10263 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10264
10265         * nntp.el (nntp-accept-process-output): Return the value of
10266         `nnheader-accept-process-output'.
10267
10268 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10269
10270         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10271         (gnus-button-alist): Recognize more diff formats.
10272         (gnus-button-patch): Strip directory.
10273
10274 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10277         Emacs 22 when setting focus.
10278
10279 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10280
10281         * gnus-art.el (gnus-article-treat-types): Do treatment of
10282         text/x-verbatim parts.
10283         (gnus-button-patch): New command.
10284
10285         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10286         addresses that contain invalid characters.
10287
10288 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289
10290         * message.el (message-put-addresses-in-ecomplete): Use
10291         gnus-replace-in-string.
10292         (message-is-yours-p): Use the more correct
10293         mail-header-parse-address instead of
10294         mail-extract-address-components.
10295         (message-put-addresses-in-ecomplete): Fix typo.
10296
10297         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10298         keystroke.
10299
10300         * gnus-art.el (gnus-treatment-function-alist): Change order of
10301         newsgroups/generic header folding to avoid double-folding.
10302
10303         * message.el (message-hidden-headers): Add X-Draft-From.
10304
10305         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10306         command.
10307         (gnus-summary-repeat-search-article-backward): New command.
10308
10309         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10310         groups in the parent topic.
10311
10312 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10313
10314         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10315         (spam-extra-header-to-number): Return the CRM114 number as a
10316         number instead of a string.
10317
10318 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319
10320         * gnus-art.el (gnus-face-properties-alist): Moved here from
10321         gnus-fun.
10322
10323         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10324
10325 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10326
10327         * message.el (message-strip-forbidden-properties): Only display on
10328         self-insert-command.
10329
10330         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10331         reindent.
10332         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10333
10334 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10335
10336         * smiley.el (smiley-style): Fix typo.
10337
10338 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10339
10340         * hashcash.el (hashcash-insert-payment-async-2): Use
10341         message-goto-eoh instead of doing it manually.
10342         (mail-add-payment): Use message-narrow-to-header instead of trying
10343         to do the same itself.
10344
10345         * message.el (message-hidden-headers): Add Face.
10346
10347         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10348         reparenting code.
10349         (gnus-summary-reparent-children): Refactored out code.
10350         (gnus-summary-thread-map): New keystroke.
10351         (gnus-summary-reparent-children): Make into command.
10352
10353         * smiley.el (smiley-style): Default to `medium' if using a large
10354         font.
10355
10356         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10357         does it itself.
10358
10359         * message.el (message-point-in-header-p): Simplify definition.
10360
10361 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10362
10363         * nnagent.el (nnagent-request-set-mark): Silence log file
10364         writing.
10365         (nnagent-request-set-mark): Use write-region instead of
10366         append-to-file.
10367
10368         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10369         strange select method.
10370
10371         * ecomplete.el (ecomplete-display-matches): Get highlightling
10372         right.
10373         (ecomplete-display-matches): Use literals.
10374         (ecomplete-display-matches): Disable message logging.
10375
10376         * message.el (message-display-abbrev): Small optimization.
10377
10378         * ecomplete.el (ecomplete-display-matches): Allow automatic
10379         display.
10380
10381         * message.el (message-strip-forbidden-properties): Display
10382         abbrevs.
10383         (message-display-abbrev): Get automatic display right.
10384
10385         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10386         keystrokes.
10387
10388 2006-04-13  Romain Francoise  <romain@orebokech.com>
10389
10390         TODO: Backport to v5-10!
10391
10392         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10393         Moved here (and renamed) from gnus-registry.el.
10394
10395         * gnus-registry.el: Require gnus-util.
10396         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10397
10398 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10399
10400         * gnus-group.el (gnus-group-catchup-current): Change
10401         if-then-else-if-then-else into cond.
10402         (gnus-group-catchup): Indent.
10403         (group-name-at-point): New function.
10404         (gnus-fetch-group): Provide default from thing at point.
10405
10406 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * message.el (message-display-abbrev): Fix regexp.
10409
10410         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10411         choosing.
10412         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10413         dead variables.
10414
10415         * message.el (message-newline-and-indent): Remove debugging.
10416         (message-display-abbrev): Use new implementation.
10417
10418 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * gnus-art.el (gnus-article-mode): Set
10421         cursor-in-non-selected-windows to nil.
10422
10423         * smiley.el: Revert previous change.
10424         (smiley-data-directory): defvar it before using it in the
10425         defcustom of `smiley-style'.
10426
10427 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10428
10429         * message.el (message-newline-and-indent): New function.
10430
10431         * ecomplete.el: Implement more bits.
10432
10433         * message.el (message-put-addresses-in-ecomplete): Clean up the
10434         string.
10435
10436         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10437
10438         * gnus-sum.el (gnus-summary-save-parts): Bind
10439         gnus-summary-save-parts-counter and use it to make unique file
10440         names.
10441
10442         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10443
10444         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10445         parameter to say whether to actually parse the individual
10446         addresses.
10447
10448         * message.el (message-put-addresses-in-ecomplete): New function.
10449         (ecomplete): Require.
10450         (message-mail-alias-type): Add ecomplete as an option.
10451
10452 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10453
10454         * flow-fill.el (fill-flowed): Remove trailing space from blank
10455         quoted lines.
10456
10457 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10458
10459         * smiley.el (smiley-style): Move definition later to avoid a
10460         compilation warning.
10461
10462 2006-04-12  Kenichi Handa  <handa@m17n.org>
10463
10464         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10465         buffer and then decode the buffer text if necessary.
10466         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10467         first, and after mm-encode-body, change the buffer to unibyte.
10468         Use mm-disable-multibyte instead of set-buffer-multibyte.
10469
10470 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10473         Content-Type header instead of Content-Disposition header.
10474         (gnus-mime-inline-part): Ditto.
10475         (gnus-mime-view-part-as-charset): Ignore charset that the part
10476         specifies.
10477
10478         * mm-decode.el (mm-display-part): Work with external parts and
10479         usual parts similarly.
10480
10481         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10482         instead of gnus-display-mime.
10483
10484         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10485         instead of with-temp-buffer.
10486
10487         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10488         tag to summarized topics part in order to encode non-ASCII text.
10489
10490 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * smiley.el (smiley-style): New variable.
10493         (smiley-directory): New function.
10494         (smiley-data-directory): Derive from `smiley-style' using
10495         `smiley-directory'.
10496         (smiley-regexp-alist): Add new entries.
10497
10498         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10499         (gnus-article-browse-delete-temp): Add :version.
10500
10501 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10502
10503         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10504         the sieve region.
10505
10506 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10507
10508         * gnus.el (gnus-version-number): Bump version.
10509
10510 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10511
10512         * gnus.el: No Gnus v0.4 is released.
10513
10514 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10515
10516         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10517         layout.
10518
10519         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10520         unknown charset.
10521
10522         * message.el (message-header-synonyms): Add Original-To to the
10523         default.
10524
10525         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10526         optional parameter.
10527
10528 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * gnus-fun.el (gnus): Require it for gnus-directory.
10531
10532 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10535
10536 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10537
10538         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10539
10540 2006-04-05  Simon Josefsson  <jas@extundo.com>
10541
10542         * password.el (password-reset): New function.
10543
10544 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10545
10546         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10547         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10548
10549 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10550
10551         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10552         Some whitespace was matched into the url, which broke browsing hits
10553         > 100 when mm-url-use-external was nil.
10554
10555 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10556
10557         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10558         gnus-extra-headers for 'Newsgroups.
10559
10560         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10561         bound.
10562
10563 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10564
10565         * pgg-gpg.el: Clean up process buffers every time gpg processes
10566         complete.
10567
10568 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10571         doc string.
10572
10573 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10574
10575         * pgg-gpg.el (pgg-gpg-process-filter)
10576         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10577
10578         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10579         lines, temporary fix.
10580
10581 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10584
10585 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10586
10587         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10588         default-enable-multibyte-characters.  This reverts the change from
10589         revision 6.17 which is no longer necessary because the passphrase
10590         is sent separately now.  GnuPG messages are unreadable under
10591         multibyte locales with default-enable-multibyte-characters set to
10592         nil.
10593
10594 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10595
10596         * message.el (message-tool-bar-gnome): Move "spell".
10597
10598 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10599
10600         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10601         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10602         instead.
10603
10604 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10605
10606         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10607         newsgroups handling for NNTP overviews which don't include
10608         Newsgroups.
10609
10610 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10611
10612         * message.el (message-resend): Bind message-generate-hashcash to nil.
10613
10614 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10615
10616         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10617         when searching for already-paid recipients.
10618
10619 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10620
10621         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10622         passphrases when it is not needed.
10623         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10624         passphrase stuff from gpg, should only be necessary when you use
10625         gpg with a smartcard.
10626
10627 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * mml.el (mml-insert-mime): Ignore cached contents of
10630         message/external-body part.
10631
10632         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10633         (mm-insert-part): Ditto.
10634
10635 2006-03-23  Simon Josefsson  <jas@extundo.com>
10636
10637         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10638         Reiner.
10639         (pgg-gpg-use-agent-p): Use it again.
10640
10641 2006-03-23  Simon Josefsson  <jas@extundo.com>
10642
10643         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10644         older emacsen.
10645         (pgg-gpg-use-agent-p): Don't use it.
10646
10647 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10650         if we can.
10651
10652 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10653
10654         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10655         (pgg-gpg-update-agent): New function.
10656         (pgg-gpg-use-agent-p): New function.
10657         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10658         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10659         (pgg-gpg-sign-region): Use it.
10660
10661 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10664         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10665
10666 2006-03-21  Simon Josefsson  <jas@extundo.com>
10667
10668         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10669         <wilde@sha-bang.de>.
10670         (pgg-gpg-use-agent): New variable.
10671         (pgg-gpg-process-region): Use it.
10672         (pgg-gpg-encrypt-region): Likewise.
10673         (pgg-gpg-encrypt-symmetric-region): Likewise.
10674         (pgg-gpg-decrypt-region): Likewise.
10675         (pgg-gpg-sign-region): Likewise.
10676         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10677
10678 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10679
10680         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10681
10682         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10683         Add comment on version.
10684
10685 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * smiley.el: Add missing test smiley.
10688
10689 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * mm-decode.el (mm-with-part): New macro.
10692         (mm-get-part): Use it; work with message/external-body as well.
10693         (mm-save-part): Treat name and filename equally.
10694
10695         * mm-extern.el (mm-extern-cache-contents): New function.
10696         (mm-inline-external-body): Use it; force the part to be displayed;
10697         move undisplayer added to the cached handle to the parent.
10698
10699         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10700         (gnus-mime-view-part-as-type): Work with message/external-body.
10701
10702         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10703
10704 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10707         images in image-load-path.  [Sync with image.el, revision 1.60, in
10708         Emacs.]
10709
10710 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10713         path rather than symbol.  Always return list of directories.
10714         Guarantee that image directory comes first.  [Sync with image.el,
10715         revision 1.59, in Emacs.]
10716
10717         * message.el (message-make-tool-bar): Adjust to new API of
10718         `gmm-image-load-path-for-library'.
10719
10720         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10721
10722         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10723
10724 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10725
10726         * gnus-art.el (gnus-article-only-boring-p):
10727         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10728         intangible text.
10729         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10730
10731 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10734         `defun' instead of `gmm-defun-compat'.
10735
10736 2006-03-14  Simon Josefsson  <jas@extundo.com>
10737
10738         * message.el (message-unique-id): Don't use message-number-base36
10739         if (user-uid) is a float.
10740         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10741
10742 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10745
10746         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10747         empty line between a part and a message part.
10748
10749 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10750
10751         * smiley.el: Add more test smileys.
10752         (smiley-data-directory, smiley-regexp-alist)
10753         (gnus-smiley-file-types): Fix doc strings.
10754         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10755         adding new elements.
10756         (smiley-mouse-map): Unused code.  Make it a comment.
10757
10758 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10761         scan latest NoCeM messages instead of old ones.
10762         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10763         delimiters that are recently used.
10764         (gnus-nocem-load-cache): Add autoload cookie.
10765
10766         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10767
10768         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10769         level which is larger than gnus-use-nocem is specified.
10770
10771         * gnus-group.el (gnus-group-get-new-news): Ditto.
10772
10773 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * gnus-util.el (gnus-tool-bar-update): New function.
10776
10777         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10778         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10779
10780         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10781
10782         * gnus-group.el (gnus-group-redraw-when-idle)
10783         (gnus-group-redraw-check): Remove.
10784         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10785
10786 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10789         if optional last element is specified in splits (FIELD VALUE...).
10790
10791 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10792
10793         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10794         to gmm-image-load-path-for-library.  Call with no-error argument.
10795         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10796
10797         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10798
10799         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10800
10801         * gmm-utils.el (gmm-image-load-path): Remove alias.
10802
10803 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * gmm-utils.el (gmm-image-load-path): Add alias.
10806
10807         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10808         nnml-generate-nov-databases-1.
10809         (nnml-generate-nov-databases): Use it.
10810         (nnml-generate-nov-databases-directory): Document no-active
10811         argument.
10812
10813         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10814         directory if path is t.  Add no-error.
10815
10816         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10817         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10818
10819         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10820         resetting gnus-article-browse-html-temp-list.
10821
10822         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10823         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10824         Add example to docstring.  Rename local variables.  Move error
10825         checks to default case in cond and simplify.
10826
10827 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10830         handle is multipart when calling it recursively.
10831         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10832
10833 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10834
10835         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10836         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10837
10838 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10841         is loaded.
10842
10843         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10844         loaded.
10845
10846 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10849         to "Emacs 23 (unicode)" in doc string.
10850
10851         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10852         "Emacs 23 (unicode)" in comment.
10853
10854 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10857
10858         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10859         characters 160 through 255 in Emacs 23.
10860
10861 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10864         gnus-article-browse-html-temp.
10865         (gnus-article-browse-delete-temp): Make it customizable.  Add
10866         `file'.  Adjust doc string.
10867         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10868         query for each file.  Adjust doc string.
10869         (gnus-article-browse-html-parts): Add
10870         `gnus-article-browse-delete-temp-files' to
10871         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10872
10873 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10874
10875         * gnus-art.el (gnus-article-browse-html-temp)
10876         (gnus-article-browse-delete-temp): New variables.
10877         (gnus-article-browse-delete-temp-files): New function.
10878         (gnus-article-browse-html-parts): Use it.
10879
10880 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10883
10884         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10885         string.
10886
10887         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10888         gnus-summary-insert-new-articles when unplugged.  Remove
10889         gnus-summary-search-article-forward.
10890
10891         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10892         display-visual-class instead of display-color-cells.
10893
10894 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * dgnushack.el: Autoload customize-group for XEmacs.
10897
10898         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10899         message/* containing non-ASCII text properly.
10900
10901 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * message.el: Require gmm-utils, remove autoloads.
10904         (message-tool-bar): Set default based on
10905         gmm-tool-bar-style.
10906         (message-tool-bar-gnome): Add gmm-customize-mode.
10907
10908         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10909         gmm-tool-bar-style.
10910         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10911
10912         * gnus-group.el (gnus-group-tool-bar): Set default based on
10913         gmm-tool-bar-style.
10914         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10915
10916         * gmm-utils.el (gmm-image-directory): Rename variable from
10917         gmm-image-load-path.
10918         (gmm-image-load-path): Use gmm-image-directory.
10919         (gmm-customize-mode): New function.
10920         (gmm-tool-bar-style): New variable.
10921
10922         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10923         gnus-group-redraw-line-number.
10924         (gnus-group-redraw-check): Simplify.
10925         (gnus-group-tool-bar-update): Remove redraw check.
10926         (gnus-group-make-tool-bar): Add redraw check.
10927
10928 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10929
10930         * gnus-art.el (gnus-button): Add missing parentheses.
10931
10932 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * lpath.el: Fbind line-number-at-pos.
10935
10936 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10939
10940 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * gnus-art.el (gnus-button): New face.
10943         (gnus-article-button-face): Use it.
10944
10945         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10946         gnus-summary-next-page.  Re-order.
10947
10948         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10949         next-node are now included.
10950         (gnus-group-redraw-line-number): New internal variable.
10951         (gnus-group-redraw-check): Helper function for updating the tool
10952         bar.
10953         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10954
10955         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10956
10957         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10958         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10959         Use it to match format of Spamassassin 3.0 and later.  Reported by
10960         IRIE Tetsuya <irie@t.email.ne.jp>.
10961         (spam-check-bogofilter)
10962         (spam-bogofilter-register-with-bogofilter): Fix args of
10963         `gnus-error' calls.
10964
10965 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10968         unnecessary interaction when sending queued mails.  Reported by
10969         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10970
10971 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10974         first or last are nil.
10975
10976 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10977
10978         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10979
10980 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10981
10982         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10983
10984 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10985
10986         * dns.el (query-dns): Protect more against buggy tcp output.
10987
10988 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10989
10990         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10991         nov.php.
10992
10993 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10994
10995         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10996         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10997         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10998         output on the server side.
10999         (nnweb-google-create-mapping): Update regexps and add some
11000         progress indication.
11001
11002 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11005         gnus-agent-toggle-plugged.  Re-order icons.
11006         (gnus-group-tool-bar-gnome): Add
11007         gnus-group-{prev,next}-unread-group.
11008         (gnus-group-tool-bar-gnome): Re-order icons.
11009
11010         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11011         gnus-summary-insert-new-articles.
11012
11013         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11014         comments.
11015
11016         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11017         also available in Emacs 21.3.
11018
11019         * message.el (message-fix-before-sending): Change "Emacs 22" to
11020         "Emacs 23 (unicode)" in comment.
11021
11022         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11023         "Emacs 23 (unicode)" in comment.
11024
11025         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11026         comment.
11027         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11028
11029         * mm-view.el (mm-fill-flowed): Add :version.
11030
11031 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11034         and load-path.
11035
11036 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * message.el: Autoload gmm-image-load-path.
11039         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11040         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11041         consitency.
11042
11043         * gmm-utils.el (gmm-image-load-path): Also search in
11044         "../etc/images".  Don't set gmm-image-load-path if we don't find
11045         the image.
11046
11047 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * gmm-utils.el (gmm-image-load-path): Don't make
11050         `gmm-image-load-path' include subdirectories which the second arg
11051         `image' might specify.
11052
11053         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11054         subdirectory to icon file names.
11055
11056         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11057
11058 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11059
11060         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11061         gmm-image-load-path calls.
11062
11063         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11064
11065         * message.el (message-make-tool-bar): Ditto.
11066
11067         * mml.el (mml-preview): Added comment concerning tool bar icons.
11068
11069         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11070         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11071
11072         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11073         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11074
11075         * message.el (message-tool-bar-gnome): Use new icon names.
11076         (message-make-tool-bar): Use `gmm-image-load-path'.
11077
11078         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11079         functions from MH-E.
11080         (gmm-image-load-path): New variable from MH-E.
11081         (gmm-image-load-path): New function from MH-E.  Added arguments
11082         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11083         *-image-load-path-called-flag.
11084
11085 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11086
11087         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11088
11089 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11090
11091         * nnimap.el (nnimap-request-move-article): Change folder back to
11092         source group before deleting.
11093
11094 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11097
11098         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11099         mm-url.
11100
11101         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11102
11103 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11106         coding system which mm-charset-to-coding-system returns for a
11107         given charset is valid.
11108
11109 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11110
11111         * html2text.el (html2text-remove-tag-list):
11112         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11113
11114 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11115
11116         * gnus-cus.el: Revert 2005-10-17 change.
11117
11118 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-art.el (article-strip-banner): Call
11121         article-really-strip-banner only when the regexp match is made.
11122
11123 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * gnus-art.el (article-strip-banner): Use
11126         gnus-extract-address-components instead of
11127         mail-header-parse-addresses to make it work with non-ASCII text;
11128         remove mail-encode-encoded-word-string.
11129
11130         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11131         values which are surrounded with \"...\"; make it never cause a
11132         Lisp error; give up parsing of parameters if it failed in
11133         extracting type.
11134
11135 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11136
11137         * smime.el (smime-cert-by-ldap-1): Fix bug where
11138         `smime-ldap-search' returns results without userCertificates.
11139
11140 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11143
11144 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * spam.el (spam-check-spamassassin-headers): Adapt format for
11147         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11148         <ari@mbf.ocn.ne.jp>.
11149         (spam-list-of-processors): Add spam-use-gmane.
11150
11151 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11154         make-temp-file; make it work with XEmacs as well.
11155
11156         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11157         mm-make-temp-file.
11158
11159         * mm-decode.el (mm-display-external): Use the 3rd arg of
11160         mm-make-temp-file.
11161         (mm-create-image-xemacs): Ditto.
11162
11163 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11166         with message-narrow-to-headers.
11167         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11168         (gnus-draft-check-draft-articles): New function.
11169         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11170
11171 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11172
11173         * gnus-art.el (gnus-article-browse-html-parts):
11174         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11175         Don't use suffix argument for mm-make-temp-file for Emacs 21
11176         compatibility.  Remove useless `format'.
11177
11178 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11179
11180         * nnweb.el (nnweb-google-wash-article): Update regexps.
11181         (nnweb-group-alist): Use defvoo instead of defvar.
11182
11183 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11186         re-loading nn* modules.
11187
11188 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11189
11190         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11191         for `tool-bar-mode' and don't check it's default-value.
11192
11193         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11194
11195         * message.el (message-make-tool-bar): Ditto.
11196
11197         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11198         `substring'.  Shorten tmp-file name.
11199
11200         * gnus.el: Remove bogus comment.
11201
11202 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11203
11204         * gnus-art.el (gnus-article-browse-html-parts): New function.
11205         (gnus-article-browse-html-article): New function for viewing html
11206         articles with a browser.
11207
11208 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11209
11210         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11211         in elisp.
11212         (pgg-gpg-encrypt-symmetric-region): Ditto.
11213         (pgg-gpg-sign-region): Ditto.
11214
11215         * pgg-def.el (pgg-text-mode): New variable.
11216
11217         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11218         (mml2015-pgg-encrypt): Ditto.
11219
11220         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11221         (mml1991-pgg-encrypt): Ditto.
11222
11223 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11226         message-make-date instead of current-time-string.
11227
11228         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11229         to gnus-decoded which mm-uu might set.
11230
11231 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11234         don't decode quoted parameters; remove misimported Emacs code.
11235         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11236         (rfc2231-decode-encoded-string): Don't use split-string which
11237         behaves differently according to Emacs version; use
11238         mm-decode-coding-region to convert charset to coding-system.
11239         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11240         (rfc2231-encode-string): Remove misimported Emacs code.
11241
11242 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11245         when calling mail-header-parse-content-type.
11246         (article-de-quoted-unreadable): Ditto.
11247         (article-de-base64-unreadable): Ditto.
11248         (article-wash-html): Ditto.
11249
11250         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11251         calling mail-header-parse-content-type and
11252         mail-header-parse-content-disposition.
11253         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11254         mail-header-parse-content-type.
11255
11256         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11257         insert charset and format parameters; encode description after
11258         inserting it to buffer.
11259         (mml-insert-parameter): Fold lines properly even if a parameter is
11260         segmented into two or more lines; change the max column to 76.
11261
11262         * rfc1843.el (rfc1843-decode-article-body): Don't use
11263         ignore-errors when calling mail-header-parse-content-type.
11264
11265         * rfc2231.el (rfc2231-parse-string): Return at least type if
11266         possible; don't cause an error even if it fails in parsing of
11267         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11268         (rfc2231-encode-string): Don't break lines at the beginning, leave
11269         it to mml-insert-parameter.
11270
11271         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11272         calling mail-header-parse-content-type.
11273
11274 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * spam-report.el (spam-report-gmane-use-article-number):
11277         Improve doc string.
11278         (spam-report-gmane-internal): Check if a suitable header was found
11279         in the article.
11280
11281 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11284         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11285
11286 2006-02-05  Romain Francoise  <romain@orebokech.com>
11287
11288         Update copyright notices of all files in the gnus directory.
11289
11290 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11291
11292         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11293
11294 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11297         segmented lines of parameter value to cope with Thunderbird 1.5
11298         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11299         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11300         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11301
11302 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11303
11304         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11305         parts.
11306
11307 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11308
11309         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11310         there's only one active file for all servers.
11311         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11312         solid groups.  Gnus might have used a FAST request to select the group.
11313         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11314         and nnweb-search redundantly in the active file.
11315         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11316         (nnweb-request-create-group): Don't use ARGS.
11317         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11318         initialisations.  Let nnoo do the work.
11319
11320 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11323         Say the part has been decoded.
11324
11325         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11326
11327 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11328
11329         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11330         mailcap-viewer-test-cache when there's no 'test clause, since that
11331         will invert the meaning of a "nil" test previously determined by
11332         mailcap-mailcap-entry-passes-test.
11333
11334 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11337         compiling.
11338
11339         * gnus-sum.el: Ditto.
11340
11341         * message.el: Don't bind tool-bar-map when compiling.
11342
11343 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11344
11345         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11346
11347 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11348
11349         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11350         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11351         current Google Groups.
11352
11353 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11356         and tool-bar-mode.
11357
11358         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11359         and tool-bar-mode.
11360
11361         * message.el (message-tool-bar-update): Simplify.
11362         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11363
11364         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11365         gnus-summary-buffer.
11366         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11367         gnus-summary-reply.
11368
11369         * gmm-utils.el (gmm): Add :version.
11370
11371 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * Makefile.in (clean): New rule.
11374         (distclean): Use it.
11375
11376 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11377
11378         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11379         autoload.
11380
11381 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * gmm-utils.el (gmm-verbose): Add :group.
11384
11385 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * message.el: Change some comments WRT tool-bars.
11388
11389         * gnus-sum.el (gnus-summary-tool-bar)
11390         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11391         (gnus-summary-tool-bar-zap-list): New variables.
11392         (gnus-summary-make-tool-bar): Complete rewrite using
11393         `gmm-tool-bar-from-list'.
11394
11395         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11396         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11397         variables.
11398         (gnus-group-make-tool-bar): Complete rewrite using
11399         `gmm-tool-bar-from-list'.
11400         (gnus-group-tool-bar-update): New function.
11401
11402         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11403
11404 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11407         is dissected into a single part of which the type is the same as
11408         the given one; decode charset.
11409
11410 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11411
11412         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11413         into alists as symbol not string, since that's what
11414         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11415         look for.
11416
11417 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11420         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11421
11422         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11423
11424 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11427         (gnus-xmas-mime-security-button-menu): New function.
11428
11429         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11430         (gnus-mime-security-button-menu): New definition.
11431         (gnus-mime-security-button-map): Use them.
11432         (gnus-mime-security-button-menu): New function.
11433         (gnus-insert-mime-security-button): Addition to help echo.
11434         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11435         (gnus-mime-security-pipe-part): New functions.
11436
11437         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11438         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11439
11440         * mm-decode.el (mm-handle-set-disposition): Remove.
11441         (mm-handle-set-description): Remove.
11442
11443 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11446         (mm-w3m-standalone-supports-m17n-p): New function.
11447         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11448         w3m usage.
11449
11450         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11451         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11452
11453 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * message.el (message-tool-bar-zap-list): Use
11456         gmm-tool-bar-zap-list as custom type.
11457         (message-tool-bar-update): New function.
11458         (message-tool-bar, message-tool-bar-gnome)
11459         (message-tool-bar-retro): Add message-tool-bar-update.
11460         (message-tool-bar-gnome): Add flyspell-buffer.
11461
11462         * gnus-util.el (gnus-error): Describe `args'.
11463
11464         * gmm-utils.el (gmm-error): Describe `args'.
11465         (gmm-tool-bar-zap-list): New widget.
11466         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11467
11468 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11471         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11472         the number of recursive calls.
11473
11474         * mm-decode.el (mm-handle-set-disposition): New macro.
11475         (mm-handle-set-description): New macro.
11476
11477 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11480         encoding.
11481
11482 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11483
11484         * message.el (message-tool-bar-zap-list, message-tool-bar)
11485         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11486         (message-tool-bar-local-item-from-menu): Remove.
11487         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11488         (message-make-tool-bar): New function.
11489         (message-mode): Use `message-make-tool-bar'.
11490
11491         * gmm-utils.el: New file.
11492         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11493         (gmm-lazy): New widget copied from `nnmail.el'.
11494         (gmm-tool-bar-from-list): New function for creating customizable
11495         tool bars.
11496         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11497         output.
11498         (gmm): Add :prefix to defgroup.
11499
11500 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11501
11502         * gmm-utils.el (gmm-widget-p): New function.
11503
11504 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11505
11506         * mml.el (mml-attach-file): Describe `description' in doc string.
11507         (mml-menu): Add Emacs MIME manual and PGG manual.
11508
11509 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11510
11511         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11512
11513 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11514
11515         * nntp.el (nntp-end-of-line): Doc fix.
11516
11517 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11518
11519         * imap.el (imap-open): Handle case where buffer is a buffer
11520         object.
11521
11522 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11523
11524         * gnus-delay.el (gnus-delay): Don't autoload.
11525         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11526         to be re-loaded when customizing the `gnus-delay' group.
11527
11528 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11529
11530         * message.el (message-insert-citation-line): Use newlines.
11531
11532 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11533
11534         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11535         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11536         these routines, so the passphrase can be managed externally and
11537         passed in to the system.
11538         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11539         pgg-add-passphrase-to-cache function.
11540
11541         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11542         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11543         these routines, so the passphrase can be managed externally and
11544         passed in to the system.
11545         (pgg-pgp5-sign-region): Use new name of
11546         pgg-add-passphrase-to-cache function.
11547
11548 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11549
11550         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11551         part of the decoded armor to find the key-identifier.
11552         (pgg-gpg-lookup-key-owner): New function to return the
11553         human-readable identifier of a key owner.
11554         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11555         itself.
11556         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11557         the key value) if we have a key and can match it against a secret
11558         key.  Also, added a note pointing out fact that the prompt only
11559         indicates the first matching key.
11560
11561         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11562         pgg-decrypt-region.
11563         (pgg-add-passphrase-to-cache): Rename from
11564         `pgg-add-passphrase-cache' to reduce confusion (all callers
11565         changed).
11566         (pgg-remove-passphrase-from-cache): Rename from
11567         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11568         changed).
11569         (pgg-read-passphrase, pgg-add-passphrase-cache)
11570         (pgg-remove-passphrase-cache): Add informative docstrings.
11571         (pgg-decrypt): Convey provided passphrase in subordinate call to
11572         pgg-decrypt-region.
11573
11574 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11575
11576         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11577         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11578         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11579         'passphrase' argument, so the passphrase can be managed externally
11580         and then passed in to the system.
11581
11582         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11583         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11584         so the passphrase cache can be used reliably with identifiers
11585         besides a pgp packet's key id.
11586
11587         * pgg-gpg.el (pgg-gpg-encrypt-region)
11588         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11589         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11590         these routines, so the passphrase can be managed externally and
11591         passed in to the system.
11592
11593         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11594         'notruncate' argument, so the passphrase cache can be used
11595         reliably with identifiers besides a pgp packet's key id.
11596
11597 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11598
11599         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11600         symmetric encryption.
11601         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11602         encrypted session key.
11603         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11604         message ask for the passphrase in a proper way.
11605
11606         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11607         New user commands for symmetric encryption.
11608
11609 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11610
11611         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11612
11613         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11614
11615 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11616
11617         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11618
11619 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * mm-decode.el (mm-inlined-types): Add application/pgp.
11622         (mm-automatic-display): Ditto.
11623
11624         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11625         part as text.
11626
11627 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * nnrss.el: Update copyright.
11630         (nnrss-opml-import): Query whether to subscribe to each entry.
11631
11632         * gnus-art.el:
11633         * gnus-sum.el:
11634         * gnus-xmas.el:
11635         * messagexmas.el:
11636         * mm-uu.el:
11637         * mm-view.el: Update copyright.
11638
11639 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * message.el (message-info): New function.
11642         (message-mode-menu): Add it.
11643         Update copyright.
11644
11645         * ChangeLog: Fix and update copyright.
11646
11647 2006-01-13  Romain Francoise  <romain@orebokech.com>
11648
11649         * message.el (message-forward-subject-name-subject): Prefer the
11650         address to 'nowhere' if the sender has no name.
11651         Fix typo.  Update copyright year.
11652
11653 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * gnus-art.el (article-wash-html): Use
11656         gnus-summary-show-article-charset-alist if a numeric arg is given.
11657         (gnus-article-wash-html-with-w3m-standalone): New function.
11658
11659         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11660         mm-inline-text-html-render-with-w3m-standalone.
11661         (mm-text-html-washer-alist): Map w3m-standalone to
11662         gnus-article-wash-html-with-w3m-standalone.
11663         (mm-inline-text-html-render-with-w3m-standalone): New function.
11664
11665 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11668         Improve LaTeX.
11669
11670 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11673         (nnrss-request-article): Render text/plain parts as HTML.
11674
11675         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11676         the buffer.
11677
11678 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11681         custom definition of `gnus-posting-styles'.
11682
11683         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11684         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11685
11686 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11687
11688         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11689         Use nntp for bug archive.
11690
11691 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11694         parts.
11695         (nnrss-normalize-date): New function converts ISO 8601 date into
11696         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11697         (nnrss-check-group): Use it.
11698
11699 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11702
11703         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11704         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11705         (nnrss-insert-w3): Ditto.
11706
11707 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11710         the articles to be forwarded including the case where neither a
11711         number of articles nor a region is specified.
11712
11713 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * nnrss.el (nnrss-request-article): Fix last change; fill
11716         text/plain parts.
11717
11718 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11721         in text/plain part.
11722         (nnrss-check-group): Don't add excessive newline to dc:subject.
11723
11724 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11725
11726         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11727         article.
11728
11729 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11732         (nnml-use-compressed-files, nnml-save-mail): Support other
11733         comression programs such as bzip2.
11734
11735 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11736
11737         * dns.el (query-dns): Make sure we check the buffer size before
11738         removing tcp headers.
11739
11740 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11743         remove MIME buttons associated with multipart/alternative parts.
11744         (gnus-mime-display-alternative): Tag buttons using `article-type'
11745         text property.
11746
11747         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11748         associated with multipart/alternative parts.
11749
11750         * gnus-art.el (gnus-signature-separator): Fix custom type.
11751
11752         * mm-decode.el (mm-inlined-types): Fix custom type.
11753         (mm-keep-viewer-alive-types): Ditto.
11754         (mm-automatic-display): Ditto.
11755         (mm-attachment-override-types): Ditto.
11756         (mm-inline-override-types): Ditto.
11757         (mm-automatic-external-display): Ditto.
11758
11759 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11760
11761         * spam-report.el (spam-report-user-mail-address)
11762         (spam-report-user-agent): New variables.
11763         (spam-report-url-ping-plain): Use spam-report-user-agent.
11764
11765 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11766
11767         * gnus-art.el (gnus-button-handle-custom): Do not just use
11768         `customize-apropos' for any "M-x customize-*" button but the
11769         function called for.  Accept both the function name and its
11770         argument in order to achieve this.
11771         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11772         function name to `gnus-button-handle-custom' in case of "M-x
11773         customize-*" buttons.
11774
11775 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11778         multipart/alternative and add xref to mm-discouraged-alternatives
11779         in doc string.
11780
11781         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11782         gnus-buttonized-mime-types in doc string.
11783
11784 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11787         Suggest image/.* in the doc string.
11788
11789 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11790
11791         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11792         message-marks (Debian bug #342521).
11793
11794 2005-12-12  Simon Josefsson  <jas@extundo.com>
11795
11796         * password.el (password-read-from-cache): Add.
11797         (password-read): Use it.
11798
11799 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11802         us-ascii as a MIME charset.
11803
11804         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11805         against the case where the 2nd arg TYPE is nil.
11806
11807 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * pop3.el (pop3-stream-type): Fix custom version.
11810
11811         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11812
11813 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11814
11815         * mm-decode.el (mm-display-external): Add missing cdr.
11816
11817 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11820         RFC1524) if it is in mailcap or add a suffix according to
11821         mailcap-mime-extensions when generating a temp filename; postpone
11822         deleting a temp file for 2 seconds for some wrappers, shell
11823         scripts, and so on, which might exit right after having started a
11824         viewer command as a background job.
11825
11826 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * nntp.el (nntp-marks-directory): Fix custom group.
11829
11830         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11831         steps when < 10.
11832
11833         * gnus-start.el (gnus-no-server-1): Mention
11834         `gnus-level-default-subscribed' in doc string.
11835
11836 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11837
11838         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11839         parens.
11840
11841 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-xmas.el (gnus-use-toolbar): Revert.
11844         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11845         gnus-use-toolbar is default.
11846
11847         * messagexmas.el (message-use-toolbar): Revert.
11848         (message-setup-toolbar): Use global default-toolbar if
11849         message-use-toolbar is default.
11850
11851 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11854         according to default-toolbar-visible-p.
11855
11856         * messagexmas.el (message-use-toolbar): Ditto.
11857
11858 2005-11-26  Dave Love  <fx@gnu.org>
11859
11860         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11861         (tls-program, tls-success): Provide openssl alternative.
11862
11863         * starttls.el: Doc fixes.
11864         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11865         SERVICE to PORT.
11866
11867         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11868         port null or service name.
11869         (starttls-negotiate): Autoload.
11870
11871 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * message.el (message-kill-to-signature): Fix interactive spec.
11874
11875 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * pop3.el (pop3-open-server): Recognize a string as a service name.
11878
11879 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11880
11881         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11882
11883 2005-11-23  Dave Love  <fx@gnu.org>
11884
11885         Add pop3s, pop3/starttls.
11886
11887         * pop3.el (pop3-authentication-scheme): Clarify doc.
11888         (open-tls-stream, starttls-open-stream): Autoload.
11889         (pop3-stream-type): New.
11890         (pop3-open-server): Use it.
11891
11892         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11893         for POP.
11894         (mail-source-keyword-map): Add :stream for POP.
11895         (mail-source-fetch-pop): Use pop3-stream-type.
11896
11897 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11900         of current-time-string.
11901
11902 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11903
11904         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11905         date header.
11906
11907 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11908
11909         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11910         it can seriously impact performance as it bypasses the agent's
11911         local caches.
11912
11913 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11914
11915         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11916         must be explicitly online rather than "not explicitly offline" for
11917         its flags to be synchronized.
11918
11919         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11920         that gnus-uu-unmark-thread will function correctly.
11921
11922         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11923         1024K is instead displayed as 1M.
11924
11925 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11926
11927         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11928
11929 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11930
11931         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11932
11933 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11934
11935         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11936         error message to display actual error condition.
11937         (gnus-agent-save-local): Avoid saving symbols that are bound to
11938         nil as they simply result in a warning message in
11939         gnus-agent-read-local.
11940
11941 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11944         rather than make-variable-buffer-local for file-precious-flag.
11945
11946 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11947
11948         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11949         for duplicates which are removed.  The invalid sort check then
11950         triggers a rescan after the sort as sorting may have moved
11951         duplicate entries such that they can be cheaply detected.
11952
11953 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11956
11957 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11958
11959         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11960         internal variable to a custom variable.  Changed default value
11961         from compressed(2) to uncompressed(1).
11962         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11963         support for uncompressed agentview files.  Taken together, reading
11964         the agentview file should now be 6-7 times faster.
11965
11966 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11967
11968         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11969         as a buffer-local variable.  This avoids creating truncated
11970         dribble files as a result of a hang up, eg.
11971
11972 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11973
11974         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11975         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11976         XEmacs.
11977
11978 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * gnus-start.el (gnus-start-draft-setup): Enforce
11981         `gnus-draft-mode' for nndraft:drafts at startup.
11982
11983         * gnus.el (gnus-splash): Change custom group.
11984         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11985         allow-list argument.
11986
11987         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11988         string.
11989
11990 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11991
11992         * gnus-art.el (gnus-default-article-saver): Add user-defined
11993         `function' to custom type.
11994
11995 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11996
11997         * imap.el (imap-open): Handle case where buffer is a buffer
11998         object.
11999
12000 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12001
12002         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12003         long lines.
12004         (gnus-cache-delete-group): Wrap doc strings.
12005
12006         * gnus-agent.el (gnus-agent-rename-group)
12007         (gnus-agent-delete-group): Wrap doc strings.
12008
12009 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * messagexmas.el (message-use-toolbar): Change the valid values
12012         into default, top, bottom, left, and right.
12013         (message-toolbar-thickness): New variable.
12014         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12015         well.
12016         (message-setup-toolbar): Make it work.
12017
12018         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12019         (gnus-use-toolbar): Change the valid values into default, top,
12020         bottom, left, and right.
12021         (gnus-toolbar-thickness): New variable.
12022         (gnus-xmas-setup-toolbar): New function.
12023         (gnus-xmas-setup-group-toolbar): Use it.
12024         (gnus-xmas-setup-summary-toolbar): Use it.
12025
12026 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12027
12028         * gnus-start.el (gnus-1): Add "native" to
12029         gnus-predefined-server-alist.
12030
12031         * gnus.el (gnus-method-to-server): Don't add "native" to the
12032         lists here, because that leads to problems when
12033         gnus-select-method is bound.
12034
12035 2005-11-09  Simon Josefsson  <jas@extundo.com>
12036
12037         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12038         use (not sort-by-date) instead.
12039
12040 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12041
12042         * gnus-delay.el (gnus-delay-group): Don't autoload.
12043         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12044         to be re-loaded when customizing the `gnus-delay' group.
12045
12046 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12047
12048         * message.el: Revert last changes.
12049         (message-insert-citation-line): Use newlines.
12050
12051 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12052
12053         * message.el (message-courtesy-message)
12054         (message-mark-insert-begin, message-mark-insert-end)
12055         (message-elide-ellipsis, message-cancel-message)
12056         (message-add-header, message-change-subject)
12057         (message-cross-post-followup-to-header)
12058         (message-cross-post-insert-note, message-reduce-to-to-cc)
12059         (message-widen-reply, message-delete-not-region)
12060         (message-kill-to-signature, message-insert-signature)
12061         (message-insert-importance-high, message-insert-importance-low)
12062         (message-insert-or-toggle-importance)
12063         (message-insert-disposition-notification-to)
12064         (message-indent-citation, message-yank-original)
12065         (message-cite-original-without-signature, message-cite-original)
12066         (message-insert-citation-line, message-position-on-field)
12067         (message-fix-before-sending, message-send-mail-partially)
12068         (message-send-mail, message-send-mail-with-sendmail)
12069         (message-send-mail-with-qmail, message-send-news)
12070         (message-check-news-header-syntax, message-generate-headers)
12071         (message-insert-courtesy-copy, message-fill-address)
12072         (message-fill-header, message-shorten-references)
12073         (message-setup-1, message-cancel-news)
12074         (message-forward-make-body-plain, message-forward-make-body-mime)
12075         (message-forward-make-body-mml, message-encode-message-body)
12076         (message-forward-make-body-digest-plain)
12077         (message-forward-make-body-digest-mime)
12078         (message-use-alternative-email-as-from): Insert `hard-newline'
12079         instead of ordinary newlines.
12080
12081 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * message.el (message-generate-headers): Downcase the argument
12084         given to message-check-element.
12085
12086 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12087
12088         * nntp.el (nntp-authinfo-rejected): New error condition.
12089         (nntp-wait-for): Use new error condition to signal authentication
12090         error.
12091         (nntp-retrieve-data): Rethrow new error condition to break out of
12092         recursive call to nntp-send-authinfo.
12093
12094 2005-11-08  Romain Francoise  <romain@orebokech.com>
12095
12096         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12097         (gnus-summary-exit-map): Bind to `Z p'.
12098         (gnus-summary-make-menu-bar): Add menu item.
12099
12100 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12101
12102         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12103         (gnus-treat-*): Add `first' in all doc strings.
12104
12105         * gnus-group.el (gnus-group-compact-group): Fix typo.
12106
12107 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * gnus.el (gnus-parameters-case-fold-search): New variable.
12110         (gnus-parameters-get-parameter): Use it.
12111
12112         * gnus-score.el (gnus-home-score-file): Doc fix.
12113
12114 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12115
12116         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12117
12118 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * mm-util.el (mm-special-display-p): New function.
12121
12122         * mml.el (mml-preview): Use it; doc fix.
12123
12124 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12125
12126         * imap.el (imap-open): Handle case where buffer is a buffer object.
12127
12128 2005-10-29  Romain Francoise  <romain@orebokech.com>
12129
12130         * message.el (message-fix-before-sending): Fix comment.
12131
12132 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12133
12134         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12135
12136 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12137
12138         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12139         Used in gnus-score.el.
12140
12141 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12144
12145 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12146
12147         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12148         whitespace removed in revision 7.8.  Use concatenated string to
12149         protect trailing whitespace.
12150
12151 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12152
12153         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12154         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12155         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12156         Courier IMAP ("some version from 2004").  Mostly based on similar
12157         code in the same function.
12158
12159 2005-10-26  Didier Verna  <didier@xemacs.org>
12160
12161         * gnus-group.el (gnus-group-compact-group): Invalidate original
12162         article buffer.
12163         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12164         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12165         NOV database and in article itself.
12166         Invalidate article backlog.
12167
12168 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12171
12172 2005-10-26  Simon Josefsson  <jas@extundo.com>
12173
12174         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12175         part of 2004-07-25 change.
12176
12177 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * message.el (message-display-completion-list): New function.
12180         (message-expand-group): Use it; make sure the Completions buffer
12181         is modifiable.
12182 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12183
12184         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12185         user-mail-name is an empty string.
12186
12187 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12190         depending on gnus-score-decay-constant.
12191
12192         * encrypt.el (encrypt-insert-file-contents)
12193         (encrypt-write-file-contents): Don't use `gnus-message'.
12194
12195         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12196         arguments.
12197         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12198         arguments to mm-uu-verbatim-marks-extract.
12199         (mm-uu-hide-markers): New variable.
12200         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12201
12202         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12203         (gnus-convert-image-to-face-command): Use "convert" by default to
12204         allow other input image formats.
12205         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12206         accordingly.
12207
12208 2005-10-23  Simon Josefsson  <jas@extundo.com>
12209
12210         * imap.el (imap-gssapi-program): Align command line parameters
12211         with latest GNU SASL.
12212         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12213
12214 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12215
12216         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12217         HTML.
12218         (nnslashdot-request-article): Ditto.
12219
12220         * lpath.el (featurep): Add nobreak-char-display.
12221
12222 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12223
12224         * mail-source.el (mail-source-fetch-pop): Require pop3.
12225         (mail-source-check-pop): Ditto.
12226
12227 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12230         errors.
12231
12232 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12235         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12236
12237         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12238
12239         * mm-bodies.el (mm-decode-string): Call
12240         `mm-charset-to-coding-system' with allow-override argument.
12241
12242 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12245         (rfc2047-charset-to-coding-system): New function.
12246         (rfc2047-decode-encoded-words): New function.
12247         (rfc2047-decode-region): Use them.
12248         (rfc2047-decode-cte): Remove.
12249         (rfc2047-parse-and-decode): Remove.
12250         (rfc2047-decode): Remove.
12251
12252 2005-10-15  Kenichi Handa  <handa@m17n.org>
12253
12254         * rfc2047.el (rfc2047-decode-cte): New function.
12255         (rfc2047-decode-region): Change the way to decode successive
12256         encoded-words: decode B- or Q-encoding in each encoded-word,
12257         concatenate them, and decode it as charset.
12258
12259 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * lpath.el: Fbind codepage-setup for XEmacs.
12262
12263 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12264
12265         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12266         widget-move-and-invoke.
12267         (gnus-custom-mode): Use gnus-custom-map.
12268
12269 2005-10-15  Bill Wohler  <wohler@newt.com>
12270
12271         * message.el (message-tool-bar-map): Renamed image file from
12272         mail_send to mail/send.
12273
12274 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12275
12276         * message.el (message-expand-group): Pass the common
12277         prefix substring of completion to `display-completion-list'.
12278
12279 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12280
12281         * mml-sec.el (mml-secure-method): New internal variable.
12282         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12283         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12284         functions using mml-secure-method.
12285
12286         * mml.el (mml-mode-map): Add key bindings for those functions.
12287         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12288         Harder <harder@myrealbox.com>.
12289         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12290         end of message if point is the headers of the message.
12291
12292         * message.el (message-in-body-p): New function.
12293
12294         * assistant.el: Autoload gnus-util and netrc.
12295
12296         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12297         Use `mm-charset-override-alist' only when decoding.
12298
12299         * mm-bodies.el (mm-decode-body): Call
12300         `mm-charset-to-coding-system' with allow-override argument.
12301
12302         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12303         `filename' from Content-Disposition if Content-Type doesn't
12304         provide `name'.
12305         (gnus-mime-view-part-as-type): Set default instead of
12306         initial-input.
12307
12308 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12309
12310         * format-spec.el (format-spec): Propagate text properties of % spec.
12311
12312 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * gnus-art.el (gnus-treat-predicate): Add `first'.
12315
12316 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12317
12318         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12319         (mm-charset-override-alist): New variable.
12320         (mm-charset-to-coding-system): Use it.
12321         (mm-codepage-setup): New helper function.
12322         (mm-charset-eval-alist): New variable.
12323         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12324         about unknown charsets.
12325
12326         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12327
12328 2005-10-04  David Hansen  <david.hansen@gmx.net>
12329
12330         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12331         (nnrss-check-group): Ditto.
12332
12333 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12336         Rename x-gnus-verbatim to x-verbatim.
12337         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12338
12339         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12340         x-verbatim.
12341
12342         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12343
12344         * gnus-util.el (gnus-remove-duplicates): Remove.
12345
12346         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12347         instead of gnus-remove-duplicates.
12348
12349         * message.el (message-remove-duplicates): Remove.
12350         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12351         message-remove-duplicates.
12352
12353         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12354         available, else use implementation from `delete-dups'.
12355
12356         * message.el (message-insert-expires): New function.
12357         (message-mode-map): Add key binding.
12358         (message-mode-field-menu): Add menu entry.
12359         (message-mode): Document it.
12360         (message-make-expires-date): Use `message-make-date'.
12361
12362 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12363
12364         * message.el (message-make-expires-date): New function.
12365
12366 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * Makefile.in (list-installed-shadows): New entry.
12369         (install): Use it.
12370         (remove-installed-shadows): New entry.
12371
12372         * dgnushack.el (dgnushack-default-load-path): New variable.
12373         (dgnushack-find-lisp-shadows): New function.
12374         (dgnushack-remove-lisp-shadows): New function.
12375
12376 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * Makefile.in (install-el-elc): New entry.
12379         (install): Use it so that .el files are necessarily installed.
12380
12381 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12384
12385 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12386
12387         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12388         function rather than the diff-mode.el package.
12389         (mm-display-external): Use with-current-buffer.
12390         (mm-viewer-completion-map, mm-viewer-completion-map):
12391         Move initialization inside declaration.
12392
12393 2005-09-29  Simon Josefsson  <jas@extundo.com>
12394
12395         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12396         autoload mail-check-payment.
12397         (spam-check-hashcash): Define unconditionally, since hashcash.el
12398         is part of Gnus now.  Ignore errors from payment checking.
12399
12400 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * message.el (message-bold-region, message-unbold-region): Rename
12403         from `bold-region' and `unbold-region'.
12404
12405         * message.el: Remove useless autoloads.
12406
12407 2005-09-28  Simon Josefsson  <jas@extundo.com>
12408
12409         * message.el (message-use-idna): Default to t.
12410         (message-use-idna): Test whether encoding works too.  Doc fix.
12411
12412 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * nntp.el (nntp-warn-about-losing-connection): Remove.
12415
12416 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12417
12418         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12419         customizable.  Change default value.
12420         (mm-uu-diff-groups-regexp): Change default value.
12421         (mm-uu-type-alist): Add doc string.
12422         (mm-uu-configure): Add doc string.  Make it interactive.
12423         (mm-uu-tex-groups-regexp): New variable.
12424         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12425         (mm-uu-type-alist): Add LaTeX documents.
12426         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12427         of "text/verbatim".
12428         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12429
12430         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12431         instead of "text/verbatim".
12432
12433         * message.el (message-mark-inserted-region)
12434         (message-mark-insert-file): Use slrn style marks when called with
12435         prefix argument.
12436
12437 2005-09-27  Simon Josefsson  <jas@extundo.com>
12438
12439         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12440
12441 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12442
12443         * message.el (message-remove-duplicates): New function.
12444         Implementation borrowed from `gnus-remove-duplicates'.
12445         (message-idna-to-ascii-rhs): Also encode idna addresses in
12446         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12447         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12448         only ask about the same idna domain once per header and also tell
12449         in what header to replace the idna domain.
12450
12451         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12452         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12453         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12454         a header is decoded and not just the last one.
12455
12456 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12459         has been decoded.
12460
12461         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12462         (mm-insert-part): Don't modify text if it has been decoded.
12463
12464         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12465         decoded.
12466
12467         * mm-view.el (mm-inline-text): Don't strip text props unless
12468         decoding enriched or richtext parts.
12469
12470 2005-09-25  Romain Francoise  <romain@orebokech.com>
12471
12472         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12473         * gnus-start.el (gnus-subscribe-interactively):
12474         * gnus-uu.el (gnus-uu-grab-articles):
12475         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12476         space.
12477
12478 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12479
12480         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12481         * mm-view.el (mm-view-pkcs7-decrypt):
12482         * gnus-sum.el (gnus-summary-limit-to-extra)
12483         (gnus-summary-respool-article, gnus-read-move-group-name):
12484         * gnus-score.el (gnus-summary-increase-score):
12485         * gnus-util.el (gnus-completing-read-with-default):
12486         * gnus-art.el (gnus-read-save-file-name)
12487         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12488         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12489         * message.el (message-check-news-header-syntax):
12490         Follow convention for reading with the minibuffer.
12491
12492 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12493
12494         * spam-report.el (spam-report-url-ping-plain):
12495         Use gnus-extended-version as User-Agent.
12496
12497         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12498         default value is nil.
12499
12500         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12501         (mm-uu-verbatim-marks-extract): New function.
12502         (mm-uu-extract): New face.
12503         (mm-uu-copy-to-buffer): Use it.
12504
12505         * spam-report.el (spam-report-gmane-ham): Renamed from
12506         `spam-report-gmane-unspam'.
12507         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12508         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12509
12510         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12511         Autoload.
12512         (spam-report-gmane-unregister-routine): Renamed
12513         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12514
12515 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12516
12517         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12518         (spam-report-gmane-unregister-routine): Add support for gmane
12519         unregistration.
12520
12521         * spam-report.el (spam-report-gmane-unspam)
12522         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12523         (spam-report-gmane): Change to take a single article and do unspam
12524         registration.
12525
12526 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * mm-url.el (mm-url-decode-entities): Fix regexp.
12529
12530 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12531
12532         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12533         default to nil, to be able to use Gnus at all.  If the default
12534         switches to something else, then the function should be fixed not
12535         be exceedingly slow.
12536
12537 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12538
12539         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12540         fail hard.
12541
12542         * spam-report.el: Add better Keywords line.
12543
12544         * spam.el: Add Maintainer and better Keywords line.
12545
12546 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12547
12548         * gnus-art.el (gnus-article-replace-part)
12549         (gnus-mime-replace-part): New functions.
12550         (gnus-mime-action-alist, gnus-mime-button-commands)
12551         (gnus-mime-save-part-and-strip): Added file argument.
12552         (gnus-article-part-wrapper): Added interactive argument.
12553
12554         * gnus-sum.el (gnus-summary-mime-map): Add
12555         `gnus-article-replace-part'.
12556
12557 2005-09-19  Didier Verna  <didier@xemacs.org>
12558
12559         The nnml compaction feature:
12560         * nnml.el (nnml-request-compact-group): New function.
12561         * nnml.el (nnml-request-compact): New function.
12562         * gnus-int.el (gnus-request-compact-group): New function.
12563         * gnus-int.el (gnus-request-compact): New function.
12564         * gnus-group.el (gnus-group-compact-group): New function.
12565         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12566         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12567         * gnus-srvr.el (gnus-server-compact-server): New function.
12568         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12569         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12570
12571 2005-09-18  Deepak Goel  <deego@gnufans.org>
12572
12573         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12574         format spec.
12575
12576 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12579
12580 2005-09-15  Romain Francoise  <romain@orebokech.com>
12581
12582         * message.el (message-fill-paragraph): Clarify docstring.
12583
12584 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-art.el (gnus-mime-display-part): Protect against broken
12587         MIME messages.
12588
12589 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12592         before parsing header.
12593
12594 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12595
12596         * html2text.el (html2text-replace-list): Add new entities.
12597
12598 2005-09-11  Romain Francoise  <romain@orebokech.com>
12599
12600         * message.el (message-alternative-emails): Improve docstring.
12601         (message-setup-1): Call `message-use-alternative-email-as-from'
12602         after `message-setup-hook' to give it precedence over posting
12603         styles, etc.
12604         (message-use-alternative-email-as-from): Add docstring.  Remove
12605         the original From header if present.
12606
12607         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12608         (nnml-save-mail): Use it.
12609
12610         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12611         articles.  Add new argument `silent'.
12612         (gnus-uu-mark-all): Report the total number of marked articles.
12613
12614 2005-09-10  Romain Francoise  <romain@orebokech.com>
12615
12616         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12617         (gnus-uu-mark-series): Likewise.
12618
12619 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * spam-report.el (spam-report-gmane): Fix generation of spam
12622         report URL.
12623
12624 2005-09-10  Simon Josefsson  <jas@extundo.com>
12625
12626         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12627         t, based on discussion on the ding list with Robert Epprecht
12628         <epprecht@solnet.ch>.
12629
12630 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12631
12632         * spam-report.el (spam-report-gmane): Make it work without
12633         X-Report-Spam header.  Gmane now only provides Archived-At.
12634         This is only used if `spam-report-gmane-use-article-number' is nil.
12635         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12636
12637         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12638         make `gnus-summary-sort-by-recipient' work with threading.
12639
12640         * nnweb.el (nnweb-google-wash-article): Print a message if article
12641         is not available.
12642
12643 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12644
12645         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12646         change.  Decode text/* parts content before displaying.
12647
12648 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12651
12652 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12655
12656         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12657         url-package-name, url-package-version,
12658         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12659         w3m-display-inline-images, and w3m-minor-mode-map.
12660
12661 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12662
12663         * message.el (message-tab-body-function): Fix mismatched custom type.
12664
12665         * gnus.el (gnus-group-change-level-function): Ditto.
12666
12667         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12668
12669         * gnus-art.el (gnus-signature-limit)
12670         (gnus-article-mime-part-function): Ditto.
12671
12672 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * mml.el (mml-mode): Silence the byte compiler.
12675
12676         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12677         using `(sit-for 0)' before moving the point to the specified part;
12678         skip unbuttonized parts.
12679         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12680         return to the summary window if gnus-auto-select-part is non-nil.
12681
12682 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12685         variables.
12686         (mml-dnd-attach-file, mml-mode): Use them.
12687
12688         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12689         Make fetching article by MID work again for Google Groups.  Added
12690         FIXME concerning gnus-group-make-web-group.
12691
12692         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12693         Don't depend on Gnus by using mail-extract-address-components if
12694         gnus-extract-address-components is not bound.
12695
12696 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12697
12698         * gnus-art.el (gnus-mime-display-security): Don't display the
12699         signature, but only the signed part.
12700
12701 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12704
12705         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12706         list, not listp.
12707
12708 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12709
12710         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12711         when encoding.
12712
12713         * mm-bodies.el (mm-decode-content-transfer-encoding):
12714         De-canonicalize CRLF for all text content types, not just
12715         text/plain.
12716
12717 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12720         valid article; point arrow and cursor at the MIME button.
12721
12722 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12725         Suggested by Dan Christensen <jdc@uwo.ca>.
12726
12727         * mm-decode.el (mm-save-part): Enable change of prompt.
12728
12729 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12730
12731         * gnus-msg.el (gnus-inews-add-send-actions): Made
12732         `message-post-method' lambda parameter ARG `&optional'.
12733
12734 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * gnus-sum.el (gnus-summary-mime-map): Added
12737         gnus-article-save-part-and-strip, gnus-article-delete-part and
12738         gnus-article-jump-to-part.
12739
12740         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12741         (gnus-article-edit-part): Use it.
12742         (gnus-article-part-wrapper): Added no-handle argument.
12743         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12744         functions.
12745
12746 2005-08-29  Romain Francoise  <romain@orebokech.com>
12747
12748         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12749         docstring.
12750         (gnus-face-from-file): Likewise.
12751
12752 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12753
12754         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12755         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12756         non-nil.
12757         (gnus-auto-select-part): New variable.
12758         (gnus-article-jump-to-part): New function.
12759         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12760         (gnus-mime-delete-part): Allow selecting specified part after
12761         deleting or stripping parts.
12762         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12763         part if argument is bogus.
12764
12765 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12766
12767         * gnus-art.el (w3m-minor-mode-map):
12768         * gnus-spec.el (gnus-newsrc-file-version):
12769         * gnus-util.el (nnmail-active-file-coding-system)
12770         (gnus-original-article-buffer, gnus-user-agent):
12771         * gnus.el (gnus-ham-process-destinations)
12772         (gnus-parameter-ham-marks-alist)
12773         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12774         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12775         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12776         * mm-decode.el (gnus-current-window-configuration):
12777         * mm-extern.el (gnus-article-mime-handles):
12778         * mm-url.el (url-current-object, url-package-name)
12779         (url-package-version):
12780         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12781         (smime-keys, w3m-cid-retrieve-function-alist)
12782         (w3m-current-buffer, w3m-display-inline-images)
12783         (w3m-minor-mode-map):
12784         * mml-smime.el (gnus-extract-address-components):
12785         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12786         (gnus-newsrc-hashtb, message-default-charset)
12787         (message-deletable-headers, message-options)
12788         (message-posting-charset, message-required-mail-headers)
12789         (message-required-news-headers):
12790         * mml1991.el (mc-pgp-always-sign):
12791         * mml2015.el (mc-pgp-always-sign):
12792         * nnheader.el (nnmail-extra-headers):
12793         * rfc1843.el (gnus-decode-encoded-word-function)
12794         (gnus-decode-header-function, gnus-newsgroup-name):
12795         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12796
12797 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12798
12799         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12800         the end of the date treatments.
12801
12802 2005-08-15  Simon Josefsson  <jas@extundo.com>
12803
12804         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12805         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12806         Capello and Romain Francoise.
12807         (pgg-fetch-key-function): Removed, not used?
12808         (pgg-insert-url-with-w3): Require url, to get
12809         url-insert-file-contents regardless of where it is defined.
12810
12811 2005-08-13  Romain Francoise  <romain@orebokech.com>
12812
12813         * message.el (message-cite-original-1): New function.
12814         (message-cite-original): Use it.
12815         (message-cite-original-without-signature): Ditto.
12816
12817 2005-08-08  Romain Francoise  <romain@orebokech.com>
12818
12819         * message.el (message-yank-empty-prefix): New variable.
12820         (message-indent-citation): Use it.
12821         (message-cite-original-without-signature): Respect X-No-Archive.
12822
12823 2005-08-08  Simon Josefsson  <jas@extundo.com>
12824
12825         * pgg.el: Autoload url-insert-file-contents instead of loading
12826         w3/url.
12827         (pgg-insert-url-with-w3): Don't load url here.
12828
12829 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12830
12831         * message.el (message-kill-to-signature): Don't insert newline at
12832         bol.
12833         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12834
12835 2005-08-06  Romain Francoise  <romain@orebokech.com>
12836
12837         * message.el (message-user-fqdn): Fix typo in docstring.
12838
12839 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12840
12841         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12842
12843         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12844
12845 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * mm-bodies.el (mm-encode-body): Use coding system rather than
12848         charset to encode text.
12849
12850         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12851         number of charsets if utf-8 is available (XEmacs).
12852
12853 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12856         taken from `gnus-button-mid-or-mail-regexp'.
12857         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12858         (gnus-button-alist): Improve regexp for domain part of the MIDs
12859         for news:localpart@domain buttons.
12860         (gnus-button-ctan-directory-regexp): Update.
12861
12862 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * sieve-manage.el (sieve-manage-interactive-login): Use
12865         make-local-variable rather than make-variable-buffer-local.
12866         (sieve-manage-open): Ditto.
12867         (sieve-manage-authenticate): Ditto.
12868
12869         * mml.el (mml-generate-mime-1): Make the content type default to
12870         text/plain if the filename is not specified.
12871
12872 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12875         instead of insert-buffer.
12876
12877         * message.el (message-yank-original): Ditto; set the mark at the
12878         end of the yanked message.
12879
12880 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12883         lines to scroll rather than to stop it.
12884
12885         * mml.el (mml-generate-default-type): Add doc string.
12886         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12887         default to application/octet-stream when determining the content
12888         type if it is not specified for the part or the mml contents; add
12889         a comment about mml-generate-default-type.
12890
12891 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12892
12893         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12894         make it default to application/octet-stream when determining the
12895         content type if it is not specified for the external contents.
12896
12897 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12900         segmented parameter but also other parameters might be there.
12901
12902 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * mm-decode.el (mm-display-external): Delete temp file, directory
12905         and buffer immediately if the external process is exited.
12906
12907 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12910         fewer lines than that of scroll-margin.
12911         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12912
12913 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * gnus-art.el (gnus-article-next-page): Revert.
12916         (gnus-article-beginning-of-window): New macro.
12917         (gnus-article-next-page-1): Use it.
12918         (gnus-article-prev-page): Ditto.
12919         (gnus-article-edit-part): Use insert-buffer-substring instead of
12920         insert-buffer.
12921         (gnus-article-edit-exit): Ditto.
12922
12923         * gnus-util.el (gnus-beginning-of-window): Remove.
12924         (gnus-end-of-window): Remove.
12925
12926         * lpath.el: Don't bind header-line-format and scroll-margin.
12927
12928 2005-07-25  Simon Josefsson  <jas@extundo.com>
12929
12930         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12931         to have the url package without w3.  Reported by Daiki Ueno
12932         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12933
12934 2005-07-20  Didier Verna  <didier@xemacs.org>
12935
12936         * gnus-diary.el: Remove the description comment (nndiary is now
12937         properly documented in the Gnus manual).
12938         Fix the spelling of "Back End".
12939         * nndiary.el: Ditto.
12940         Fix the copyright notice.
12941
12942 2005-07-18  Romain Francoise  <romain@orebokech.com>
12943
12944         * gnus-sum.el (gnus-summary-to-prefix)
12945         (gnus-summary-newsgroup-prefix): New variables.
12946         (gnus-summary-from-or-to-or-newsgroups): Use them.
12947
12948 2005-07-17  Romain Francoise  <romain@orebokech.com>
12949
12950         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12951         space as it's generally not especially interesting to the user.
12952
12953 2005-07-16  Romain Francoise  <romain@orebokech.com>
12954
12955         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12956         nil to avoid prompting and file modification if one of the
12957         messages at the top of the nnfolder file contains a copyright
12958         notice.
12959         Update copyright notice.
12960
12961         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12962         instead of `current-time-string' as the latter creates a time
12963         string that is not RFC 2822 compliant (it lacks the zone).
12964         Update copyright notice.
12965
12966 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12967
12968         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12969         for text/rtf.  Display default in prompt.  Pass default for M-n.
12970
12971         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12972
12973 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12974
12975         * gnus-msg.el (gnus-button-mailto): Remove
12976         save-selected-window-window hackery because it relies on
12977         save-selected-window internals.
12978
12979 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12982         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12983         (gnus-article-prev-page): Ditto.
12984
12985         * gnus-util.el (gnus-beginning-of-window): New function.
12986         (gnus-end-of-window): New function.
12987
12988         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12989
12990 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12991
12992         * gnus-score.el (gnus-score-edit-all-score): Set
12993         gnus-score-edit-exit-function to gnus-score-edit-done and call
12994         gnus-message.
12995
12996 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12997
12998         * gnus-msg.el (gnus-button-mailto): Remove
12999         save-selected-window-window hackery because it relies on
13000         save-selected-window internals.
13001
13002 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13005         add-minor-mode.
13006         (gnus-binary-mode): Ditto.
13007
13008         * gnus-topic.el (gnus-topic-mode): Ditto.
13009
13010 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13011
13012         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13013         (gnus-article-prev-page): Take scroll-margin into consideration.
13014
13015 2005-07-04  Lute Kamstra  <lute@gnu.org>
13016
13017         Update FSF's address in GPL notices.
13018
13019 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13020
13021         * gnus.el (gnus-exit):
13022         * gnus-group.el (gnus-group-icons):
13023         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13024
13025         * gnus-nocem.el (gnus-nocem):
13026         * message.el (message-various, message-buffers, message-sending)
13027         (message-interface, message-forwarding, message-insertion)
13028         (message-headers, message-news, message-mail):
13029         * pgg-gpg.el (pgg-gpg):
13030         * pgg-parse.el (pgg-parse):
13031         * pgg-pgp.el (pgg-pgp):
13032         * pgg-pgp5.el (pgg-pgp5):
13033         * pop3.el (pop3): Finish `defgroup' description with period.
13034
13035 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * gnus-art.el (article-display-face): Improve the efficiency.
13038         (article-display-x-face): Ditto; remove grey x-face stuff.
13039
13040 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-art.el (article-display-face): Correct the position in
13043         which Faces are inserted.
13044
13045 2005-06-29  Didier Verna  <didier@xemacs.org>
13046
13047         * gnus-art.el (article-display-face): Display faces in correct
13048         order.
13049
13050 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13053         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13054         (gnus-nocem-check-article): Fetch the Type header.
13055         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13056         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13057         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13058         make sure gnus-nocem-hashtb is initialized.
13059         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13060         (gnus-nocem-unwanted-article-p): Ditto.
13061
13062         * pgg.el (pgg-verify): Return the verification result.
13063
13064 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13065
13066         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13067         is ascii.
13068
13069 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13070
13071         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13072         `show-nonbreak-escape'.
13073
13074 2005-06-23  Lute Kamstra  <lute@gnu.org>
13075
13076         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13077
13078         * dig.el (dig-mode):
13079         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13080
13081 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13082
13083         * nnimap.el (nnimap-split-download-body): Fix spellings.
13084
13085 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13086
13087         * gnus-art.el (gnus-article-encrypt-body):
13088         * gnus-cus.el (gnus-score-customize):
13089         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13090         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13091
13092 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13093
13094         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13095         header by looking for magic "MII" at the beginnig.
13096
13097 2005-06-16  Miles Bader  <miles@gnu.org>
13098
13099         * gnus-xmas.el (gnus-xmas-group-startup-message):
13100         Use renamed gnus-splash face.
13101
13102         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13103         (assistant-field-face): New backward-compatibility alias for renamed
13104         face.
13105         (assistant-render-text): Use renamed assistant-field face.
13106
13107         * spam.el (spam): Remove "-face" suffix from face name.
13108         (spam-face): New backward-compatibility alias for renamed face.
13109         (spam-face, spam-initialize): Use renamed spam face.
13110
13111         * message.el (message-header-to, message-header-cc)
13112         (message-header-subject, message-header-newsgroups)
13113         (message-header-other, message-header-name)
13114         (message-header-xheader, message-separator, message-cited-text)
13115         (message-mml): Remove "-face" suffix from face names.
13116         (message-header-to-face, message-header-cc-face)
13117         (message-header-subject-face, message-header-newsgroups-face)
13118         (message-header-other-face, message-header-name-face)
13119         (message-header-xheader-face, message-separator-face)
13120         (message-cited-text-face, message-mml-face):
13121         New backward-compatibility aliases for renamed faces.
13122         (message-font-lock-keywords): Use renamed message faces.
13123
13124         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13125         (sieve-test-commands, sieve-tagged-arguments):
13126         Remove "-face" suffix from face names.
13127         (sieve-control-commands-face, sieve-action-commands-face)
13128         (sieve-test-commands-face, sieve-tagged-arguments-face):
13129         New backward-compatibility aliases for renamed faces.
13130         (sieve-control-commands-face, sieve-action-commands-face)
13131         (sieve-test-commands-face, sieve-tagged-arguments-face):
13132         Use renamed sieve faces.
13133
13134         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13135         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13136         (gnus-group-news-3-empty, gnus-group-news-4)
13137         (gnus-group-news-4-empty, gnus-group-news-5)
13138         (gnus-group-news-5-empty, gnus-group-news-6)
13139         (gnus-group-news-6-empty, gnus-group-news-low)
13140         (gnus-group-news-low-empty, gnus-group-mail-1)
13141         (gnus-group-mail-1-empty, gnus-group-mail-2)
13142         (gnus-group-mail-2-empty, gnus-group-mail-3)
13143         (gnus-group-mail-3-empty, gnus-group-mail-low)
13144         (gnus-group-mail-low-empty, gnus-summary-selected)
13145         (gnus-summary-cancelled, gnus-summary-high-ticked)
13146         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13147         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13148         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13149         (gnus-summary-low-undownloaded)
13150         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13151         (gnus-summary-low-unread, gnus-summary-normal-unread)
13152         (gnus-summary-high-read, gnus-summary-low-read)
13153         (gnus-summary-normal-read, gnus-splash):
13154         Remove "-face" suffix from face names.
13155         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13156         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13157         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13158         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13159         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13160         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13161         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13162         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13163         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13164         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13165         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13166         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13167         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13168         (gnus-summary-normal-ticked-face)
13169         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13170         (gnus-summary-normal-ancient-face)
13171         (gnus-summary-high-undownloaded-face)
13172         (gnus-summary-low-undownloaded-face)
13173         (gnus-summary-normal-undownloaded-face)
13174         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13175         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13176         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13177         (gnus-splash-face):
13178         New backward-compatibility aliases for renamed faces.
13179         (gnus-group-startup-message): Use renamed gnus faces.
13180
13181         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13182         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13183         (gnus-server-agent): Remove "-face" suffix from face names.
13184         (gnus-server-agent-face, gnus-server-opened-face)
13185         (gnus-server-closed-face, gnus-server-denied-face)
13186         (gnus-server-offline-face):
13187         New backward-compatibility aliases for renamed faces.
13188         (gnus-server-agent-face, gnus-server-opened-face)
13189         (gnus-server-closed-face, gnus-server-denied-face)
13190         (gnus-server-offline-face): Use renamed gnus faces.
13191
13192         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13193         Remove "-face" suffix from face names.
13194         (gnus-picon-xbm-face, gnus-picon-face):
13195         New backward-compatibility aliases for renamed faces.
13196
13197         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13198         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13199         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13200         (gnus-cite-11): Remove "-face" suffix from face names.
13201         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13202         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13203         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13204         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13205         New backward-compatibility aliases for renamed faces.
13206         (gnus-cite-attribution-face, gnus-cite-face-list)
13207         (gnus-article-boring-faces): Use renamed gnus faces.
13208
13209         * gnus-art.el (gnus-signature, gnus-header-from)
13210         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13211         (gnus-header-content): Remove "-face" suffix from face names.
13212         (gnus-signature-face, gnus-header-from-face)
13213         (gnus-header-subject-face, gnus-header-newsgroups-face)
13214         (gnus-header-name-face, gnus-header-content-face):
13215         New backward-compatibility aliases for renamed faces.
13216         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13217
13218         * gnus-sum.el (gnus-summary-selected-face)
13219         (gnus-summary-highlight): Use renamed gnus faces.
13220         * gnus-group.el (gnus-group-highlight): Likewise.
13221
13222 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13223
13224         * gnus-sieve.el (gnus-sieve-article-add-rule):
13225         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13226         * spam-stat.el (spam-stat-buffer-change-to-spam)
13227         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13228
13229         * message.el (message-is-yours-p):
13230         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13231
13232 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * mm-view.el (mm-inline-text): Withdraw the last change.
13235
13236 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13239         executing enriched-decode.
13240
13241 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13244         charset of tar files.
13245
13246 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13247
13248         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13249
13250 2005-06-04  Lute Kamstra  <lute@gnu.org>
13251
13252         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13253         information is never recorded.
13254
13255 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13256
13257         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13258
13259 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * pop3.el (pop3-apop): Run md5 in the binary mode.
13262
13263         * starttls.el (starttls-set-process-query-on-exit-flag):
13264         Use eval-and-compile.
13265
13266 2005-05-31  Simon Josefsson  <jas@extundo.com>
13267
13268         * smime.el (smime-replace-in-string): Define.
13269         (smime-cert-by-ldap-1): Use it.
13270
13271 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * gnus-art.el (article-display-x-face): Replace
13274         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13275
13276         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13277         set-process-query-on-exit-flag or process-kill-without-query.
13278
13279         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13280         loop instead of replace-regexp.
13281
13282         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13283         instead of process-kill-without-query if it is available.
13284
13285         * lpath.el: Fbind ldap-search-entries.
13286
13287         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13288         instead of find-file-hooks if it is available.
13289
13290         * mml1991.el: Bind pgg-default-user-id when compiling.
13291
13292         * mml2015.el: Bind pgg-default-user-id when compiling.
13293
13294         * nndraft.el (nndraft-request-associate-buffer):
13295         Use write-contents-functions instead of write-contents-hooks if it is
13296         available.
13297
13298         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13299         instead of find-file-hooks if it is available.
13300
13301         * nntp.el (nntp-open-connection): Replace
13302         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13303         (nntp-open-ssl-stream): Ditto.
13304         (nntp-open-tls-stream): Ditto.
13305
13306         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13307         set-process-query-on-exit-flag or process-kill-without-query.
13308         (starttls-open-stream-gnutls): Use it instead of
13309         process-kill-without-query.
13310         (starttls-open-stream): Ditto.
13311
13312 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13313
13314         * smime.el (smime-cert-by-ldap-1): Don't use
13315         replace-regexp-in-string.
13316
13317 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13318
13319         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13320
13321         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13322         in PEM format.  Adjust to the XEmacs compability.
13323
13324 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13327         by `string-to-number'.
13328         * gnus-agent.el (gnus-agent-regenerate-group)
13329         (gnus-agent-fetch-articles): Ditto.
13330         * gnus-art.el (gnus-button-fetch-group): Ditto.
13331         * gnus-cache.el (gnus-cache-generate-active)
13332         (gnus-cache-articles-in-group): Ditto.
13333         * gnus-group.el (gnus-group-set-current-level)
13334         (gnus-group-insert-group-line): Ditto.
13335         * gnus-score.el (gnus-score-set-expunge-below)
13336         (gnus-score-set-mark-below, gnus-summary-score-effect)
13337         (gnus-summary-score-entry): Ditto.
13338         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13339         (gnus-soup-pack): Ditto.
13340         * gnus-spec.el (gnus-xmas-format): Ditto.
13341         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13342         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13343         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13344         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13345         * nndb.el (nndb-get-remote-expire-response): Ditto.
13346         * nndiary.el (nndiary-parse-schedule-value)
13347         (nndiary-string-to-number, nndiary-request-replace-article)
13348         (nndiary-request-article): Ditto.
13349         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13350         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13351         * nneething.el (nneething-make-head): Ditto.
13352         * nnfolder.el (nnfolder-request-article)
13353         (nnfolder-retrieve-headers): Ditto.
13354         * nnheader.el (nnheader-file-to-number): Ditto.
13355         * nnkiboze.el (nnkiboze-request-article): Ditto.
13356         * nnmail.el (nnmail-process-unix-mail-format)
13357         (nnmail-process-babyl-mail-format): Ditto.
13358         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13359         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13360         (nnmh-request-create-group, nnmh-request-list-1)
13361         (nnmh-request-group, nnmh-request-article): Ditto.
13362         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13363         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13364         * nnsoup.el (nnsoup-make-active): Ditto.
13365         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13366         * nntp.el (nntp-find-group-and-number)
13367         (nntp-retrieve-headers-with-xover): Ditto.
13368         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13369         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13370         (pgg-format-key-identifier): Ditto.
13371         * pop3.el (pop3-last, pop3-stat): Ditto.
13372         * qp.el (quoted-printable-decode-region): Ditto.
13373
13374         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13375         of concat.
13376
13377 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13380
13381         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13382
13383         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13384
13385         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13386
13387         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13388
13389         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13390
13391         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13392         (gnus-carpal-mode): Ditto.
13393
13394         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13395         (gnus-browse-mode): Ditto.
13396
13397         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13398
13399         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13400
13401 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13402
13403         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13404
13405 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-util.el (gnus-run-mode-hooks): New function.
13408
13409         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13410
13411         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13412         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13413
13414 2005-05-27  Lute Kamstra  <lute@gnu.org>
13415
13416         * dns-mode.el (dns-mode): Specify customization group.
13417
13418 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13419
13420         * gnus-agent.el (gnus-agent-make-mode-line-string):
13421         Use mode-line-highlight as mouse-face.
13422
13423 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * canlock.el (canlock): Change the parent group to news.
13426
13427         * deuglify.el (gnus-outlook-deuglify): Add :group.
13428
13429         * dig.el (dig): Add :group.
13430
13431         * dns-mode.el (dns-mode): Add :group.
13432
13433         * encrypt.el (encrypt): Add :group.
13434
13435         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13436         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13437         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13438         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13439         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13440
13441         * gnus-diary.el (gnus-diary): Add :group.
13442
13443         * gnus.el (gnus-group-news-1-face): Add :group.
13444         (gnus-group-news-1-empty-face): Ditto.
13445         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13446         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13447         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13448         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13449         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13450         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13451         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13452         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13453         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13454         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13455         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13456         (gnus-summary-high-ticked-face): Ditto.
13457         (gnus-summary-low-ticked-face): Ditto.
13458         (gnus-summary-normal-ticked-face): Ditto.
13459         (gnus-summary-high-ancient-face): Ditto.
13460         (gnus-summary-low-ancient-face): Ditto.
13461         (gnus-summary-normal-ancient-face): Ditto.
13462         (gnus-summary-high-undownloaded-face): Ditto.
13463         (gnus-summary-low-undownloaded-face): Ditto.
13464         (gnus-summary-normal-undownloaded-face): Ditto.
13465         (gnus-summary-high-unread-face): Ditto.
13466         (gnus-summary-low-unread-face): Ditto.
13467         (gnus-summary-normal-unread-face): Ditto.
13468         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13469         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13470
13471         * hashcash.el (hashcash): New custom group.
13472         (hashcash-default-payment): Add :group.
13473         (hashcash-payment-alist): Ditto.
13474         (hashcash-default-accept-payment): Ditto.
13475         (hashcash-accept-resources): Ditto.
13476         (hashcash-path): Ditto.
13477         (hashcash-extra-generate-parameters): Ditto.
13478         (hashcash-double-spend-database): Ditto.
13479         (hashcash-in-news): Ditto.
13480
13481         * message.el (message-minibuffer-local-map): Add :group.
13482
13483         * netrc.el (netrc): Add :group.
13484
13485         * sieve-manage.el (sieve-manage-log): Add :group.
13486         (sieve-manage-default-user): Diito.
13487         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13488         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13489         (sieve-manage-authenticators): Ditto.
13490         (sieve-manage-authenticator-alist): Ditto.
13491         (sieve-manage-default-port): Ditto.
13492
13493         * sieve-mode.el (sieve-control-commands-face): Add :group.
13494         (sieve-action-commands-face): Ditto.
13495         (sieve-test-commands-face): Ditto.
13496         (sieve-tagged-arguments-face): Ditto.
13497
13498         * smime.el (smime): Add :group.
13499
13500         * spam-report.el (spam-report): Add :group.
13501
13502         * spam.el (spam, spam-face): Add :group.
13503
13504 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13505
13506         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13507         return \n.\n.\n at the end of articles.  Protect against that.
13508         (nntp-with-open-group): Allow debugging.
13509
13510         * nnheader.el (mail-header-set-extra): Make into a function
13511         because I just could't understand how to quote the list properly.
13512
13513         * dns.el (query-dns-cached): New function.
13514
13515 2005-05-26  Lute Kamstra  <lute@gnu.org>
13516
13517         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13518
13519 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13522
13523         * gnus-art.el: Don't autoload mail-extract-address-components.
13524
13525         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13526         eval-and-compile to evaluate it.
13527
13528         * hashcash.el: Don't autoload executable-find.
13529
13530         * nndb.el: Don't declare the nndb back end two or more times; don't
13531         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13532
13533         * nntp.el: Autoload format-spec instead of format; use
13534         eval-and-compile to evaluate autoload forms.
13535
13536 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13537
13538         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13539
13540 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13541
13542         * gnus.el (gnus-version-number): Bump version.
13543
13544 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13545
13546         * gnus.el: No Gnus v0.3 is released.
13547
13548 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13549
13550         * lpath.el (featurep): Bind show-nonbreak-escape.
13551
13552 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * gnus-art.el (gnus-article-edit-part): Disable undo.
13555
13556 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13559         gnus-article-date-lapsed-new-header is t if date timer is active;
13560         skip headers in which the original date value is empty.
13561         (gnus-article-save-original-date): Redefine it as a macro.
13562         (gnus-display-mime): Use it.
13563
13564 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * gnus-art.el (article-date-ut): Support converting date in
13567         forwarded parts as well.
13568         (gnus-article-save-original-date): New function.
13569         (gnus-display-mime): Use it.
13570
13571 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13572
13573         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13574         enclosure element of <item>.
13575
13576 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13577
13578         * message.el (message-kill-buffer-query): Renamed from
13579         `message-kill-buffer-query-if-modified'.  Added :version.
13580
13581 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13584         window layout.
13585
13586 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * mml.el: Autoload dnd when compiling.
13589
13590 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13591
13592         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13593         x-dnd-*.
13594
13595 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * qp.el (quoted-printable-encode-region): Save excursion.
13598
13599 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13600
13601         * message.el (message-kill-buffer-query-if-modified): Add new variable
13602         so the user can kill a modified message buffer quickly.
13603         (message-kill-buffer): Use it.
13604
13605 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * lpath.el: Fbind display-time-event-handler; don't fbind
13608         string-to-multibyte.
13609
13610         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13611
13612 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13615         contained in text because xml.el decodes entities) with LFs.
13616
13617 2005-04-11  Lute Kamstra  <lute@gnu.org>
13618
13619         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13620         differently.
13621
13622 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13623
13624         * mm-util.el (mm-detect-coding-region): Typo.
13625
13626 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13629
13630 2005-04-06  Deepak Goel  <deego@gnufans.org>
13631
13632         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13633         user-function allow user modifications of the scores.
13634         (spam-stat-score-buffer-user): New function, to allow
13635         user-computed modifications to the score.
13636         (spam-stat-score-buffer-user-functions): List of additional
13637         scoring functions.
13638         (spam-stat-error-holder): Global temporary error holder.
13639         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13640         variable.
13641
13642 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13643
13644         * gnus-registry.el (gnus-registry-clean-empty-function)
13645         (gnus-registry-trim, gnus-registry-fetch-groups)
13646         (gnus-registry-delete-group): Groups that match
13647         `gnus-registry-ignored-groups' are removed from the registry
13648         entries, not just ignored for splitting.  This helps clean up the
13649         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13650         to get all the groups a message ID is in.
13651
13652         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13653         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13654         (spam-stat-score-buffer-user-functions): Add :number custom type.
13655
13656 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13659         argument in XEmacs.
13660
13661         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13662         (nnrss-request-group): Decode group name first.
13663         (nnrss-request-article): Make a text/plain article if mml-to-mime
13664         failed.
13665         (nnrss-get-encoding): Return a compatible encoding according to
13666         nnrss-compatible-encoding-alist.
13667         (nnrss-find-el): Use consp instead of listp.
13668         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13669
13670 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13673         which Emacs 20 doesn't support.
13674         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13675
13676 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13677
13678         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13679         silence the byte compiler inside the defun.
13680
13681         * gnus-demon.el (parse-time-string): Add autoload.
13682
13683         * gnus-delay.el (parse-time-string): Add autoload.
13684
13685         * gnus-art.el (parse-time-string): Add autoload.
13686
13687         * nnultimate.el (parse-time): Require for `parse-time-string'.
13688
13689 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13692
13693         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13694
13695         * smime.el (smime-ldap-host-list): Add :version.
13696
13697 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13698
13699         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13700         pass it to `gnus-browse-read-group'.
13701         (gnus-browse-read-group): Add NUMBER argument and pass it to
13702         `gnus-group-read-ephemeral-group'.
13703
13704         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13705         argument and pass it to `gnus-group-read-group'.
13706
13707 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13708
13709         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13710         mm-xemacs-find-mime-charset-1 if we have the mule feature
13711         available at runtime.
13712
13713 2005-03-25  Werner Lemberg  <wl@gnu.org>
13714
13715         * nnmaildir.el: Replace `illegal' with `invalid'.
13716
13717 2005-03-23  Lute Kamstra  <lute@gnu.org>
13718
13719         * time-date.el: Add comment on time value formats.
13720         Don't require parse-time.
13721         (with-decoded-time-value): New macro.
13722         (encode-time-value): New function.
13723         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13724         (days-to-time): Return a valid time value when arg is huge.
13725         (time-since): Use time-subtract.
13726         (time-to-number-of-days): Use time-to-seconds.
13727
13728 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13729
13730         * gnus-start.el (gnus-display-time-event-handler):
13731         Check display-time-timer at runtime rather than only at load time
13732         in case display-time-mode is turned off in the mean time.
13733
13734 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13735
13736         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13737         used.
13738
13739         * nneething.el (nneething-map-file-directory): Derive from
13740         `gnus-directory'.
13741
13742         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13743         the To/Cc button.
13744
13745 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13746
13747         * nnmaildir.el (nnmaildir-request-accept-article):
13748         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13749
13750 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13751
13752         * gnus-async.el: Require timer-funcs at compile time when in
13753         XEmacs for `run-with-idle-timer'.
13754
13755 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13756
13757         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13758         autoloaded function.
13759
13760 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13761
13762         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13763
13764 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13765
13766         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13767
13768 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13769
13770         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13771         gnus-expert-user to default.
13772
13773 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13774
13775         * nnimap.el (nnimap-open-server): Ditto.
13776
13777         * imap.el (imap-authenticate): Fix typo.
13778
13779 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13780
13781         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13782         buffer (since IMAP server might return FETCH response out of
13783         order, and the nntp buffer must be sorted).
13784
13785 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13786
13787         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13788         comparison on string.
13789
13790         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13791         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13792         (gnus-agent-summary-fetch-series): Modified to protect against
13793         gnus-agent-summary-fetch-group clearing processable flags.
13794         (gnus-agent-synchronize-group-flags): Update live group buffer as
13795         synchronization may occur due to the user toggle the plugged
13796         status.
13797         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13798         successfully downloaded.
13799         (gnus-agent-expire-group-1): Avoid using markers when the overview
13800         is in ascending order; greatly improves performance.
13801         (gnus-agent-regenerate-group): Use
13802         gnus-agent-synchronize-group-flags to reset read status in both
13803         gnus and server.
13804         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13805
13806 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * message.el: Don't autoload former message-utils variables.
13809         (message-strip-subject-trailing-was): Change doc string.
13810
13811         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13812         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13813         (nnweb-google-search): Add "hl=en" here.
13814         (nnweb-google-parse-1, nnweb-google-create-mapping):
13815         Don't hardcode URL.
13816
13817 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13818
13819         * message.el (message-get-reply-headers, message-followup):
13820         Mention related variables `message-use-followup-to' and
13821         `message-use-mail-followup-to', in the information buffer.
13822
13823         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13824         of broken groups(-beta).google.com.
13825
13826 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13827
13828         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13829         parameter to invoked gnus-request-move-article; remove the
13830         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13831         all at once instead of once per article.
13832         (gnus-summary-remove-process-mark): Accept a list of articles as
13833         well as a single article for processing.
13834
13835         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13836         parameter.
13837
13838         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13839
13840         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13841
13842         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13843         parameter.
13844
13845         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13846         parameter.
13847
13848         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13849         parameter and remove the gnus-sum-hint-move-is-internal variable.
13850
13851         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13852         parameter.
13853
13854         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13855         parameter.
13856
13857         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13858         parameter.
13859
13860         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13861
13862         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13863         parameter.
13864
13865         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13866         parameter.
13867
13868 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13869
13870         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13871         a more conservative way.
13872
13873 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13874
13875         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13876         buffer, so it moves the window's cursor.
13877
13878 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13879
13880         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13881         `mm-dissect-multipart' and receive the from field as an (optional)
13882         argument from `mm-dissect-multipart'.
13883         (mm-dissect-multipart): Receive the from field as an argument and
13884         pass it on when we call `mm-dissect-buffer' on MIME parts.
13885         Fixes verification/decryption of signed/encrypted MIME parts.
13886
13887 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13888
13889         * gnus-sum.el (gnus-summary-move-article): Set
13890         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13891         whatever it calls (right now, only nnimap-request-move article
13892         respects it).
13893
13894         * nnimap.el (nnimap-request-move-article): When
13895         gnus-sum-hint-move-is-internal is set, don't do the extra
13896         nnimap-request-article.
13897
13898 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13901
13902         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13903         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13904
13905         * gnus-sum.el (gnus-summary-caesar-message):
13906         Apply `gnus-treat-article' after rotation.
13907
13908         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13909         doc string.
13910
13911 2005-02-22  Simon Josefsson  <jas@extundo.com>
13912
13913         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13914         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13915         <arne@arnested.dk>.
13916         (encrypt): Add password-cache and password-cache-expiry as group
13917         members.
13918
13919 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13920
13921         * smime.el (smime-ldap-host-list): Doc fix.
13922         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13923         cache) password.
13924         (smime-sign-region): Use it.
13925         (smime-decrypt-region): Use it.
13926         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13927         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13928         fails.
13929         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13930         certificate from DER to PEM format rather than calling openssl.
13931
13932         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13933
13934         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13935         for signing/encryption.
13936
13937         * mml.el (mml-parse-1): Use them.
13938
13939 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13940
13941         * nnrss.el (nnrss-verbose): Removed.
13942         (nnrss-request-group): Use `nnheader-message' instead.
13943
13944 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13945
13946         * nnrss.el (nnrss-verbose): New variable.
13947         (nnrss-request-group): Make it say nnrss is requesting a group.
13948
13949 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13950
13951         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13952         Handle news URL with given port correctly.
13953
13954 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13957         containing special characters.
13958
13959         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13960
13961         * mml.el (mime-to-mml): Ditto.
13962
13963         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13964         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13965         (rfc2047-decode-region): Quote decoded words containing special
13966         characters when rfc2047-quote-decoded-words-containing-tspecials
13967         is non-nil.
13968
13969 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13970
13971         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13972
13973         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13974
13975 2005-02-15  Simon Josefsson  <jas@extundo.com>
13976
13977         * nnimap.el (nnimap-debug): Doc fix.
13978
13979         * imap.el (imap-debug): Doc fix.
13980
13981 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13984
13985 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13986
13987         * gnus.el (spam-contents): Improve docs for spam-contents
13988         parameter in its variable incarnation.
13989
13990 2005-02-14  Simon Josefsson  <jas@extundo.com>
13991
13992         * smime-ldap.el: Use require instead of load-library for ldap.
13993         (smime-ldap-search): Indent.
13994         (smime-ldap-search-internal): Shorten line.
13995
13996         * smime.el (smime-cert-by-dns): Add doc-string.
13997         (smime-cert-by-ldap-1): Indent.
13998
13999         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14000         mml-smime-get-dns-ldap.
14001         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14002
14003 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14004
14005         * smime.el: Require smime-ldap.
14006         (smime-ldap-host-list): New variable.
14007         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14008
14009         * mml-smime.el (mml-smime-encrypt-query): New function.
14010         (mml-smime-encrypt-query): Use it.
14011
14012         * smime-ldap.el: New file.
14013
14014 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14017
14018 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14019
14020         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14021         argument in doc string.  Make query for type more clear.
14022
14023 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * gnus.el (gnus-group-startup-message): Search for gnus images in
14026         etc/images/gnus.
14027         * mm-util.el (mm-image-load-path): Likewise.
14028         * smiley.el (smiley-data-directory): Search for smilies in
14029         etc/images/smilies.
14030
14031 2005-02-09  Kim F. Storm  <storm@cua.dk>
14032
14033         Change Emacs release version from 21.4 to 22.1 throughout.
14034         Change Emacs development version from 21.3.50 to 22.0.50.
14035
14036 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14039
14040         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14041         non-Mule XEmacs as well.
14042         (mm-decompress-buffer): Signal an error intentionally if it does
14043         not decompress compressed data because auto-compression-mode is
14044         disabled.
14045
14046 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14047
14048         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14049         an ID in the registry even if it has no groups.
14050
14051 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14054         merge it into mm-decompress-buffer.
14055         (gnus-mime-copy-part): Use the MIME part charset, the value which
14056         a user specified or gnus-newsgroup-charset for decoding, like
14057         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14058         save-buffer what was used.  Suggested by Kevin Ryde
14059         <user42@zip.com.au>.
14060         (gnus-mime-inline-part): Allow the name parameter as well as the
14061         filename parameter; force decompressing of compressed data; always
14062         display contents being not decoded as unibyte.
14063
14064         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14065         as well as the filename parameter.
14066
14067         * mm-util.el (mm-decompress-buffer): Merge
14068         gnus-mime-jka-compr-maybe-uncompress.
14069         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14070         of compressed data.
14071
14072 2005-02-08  Simon Josefsson  <jas@extundo.com>
14073
14074         * imap.el (imap-log): Doc fix.
14075
14076 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14079         the coding cookies; decompress compressed parts.
14080
14081         * mml.el (mml-generate-mime-1): Add the charset parameter according
14082         to the value which a user specified manually or the coding cookie.
14083
14084         * mm-util.el (mm-string-to-multibyte): New function.
14085         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14086         (mm-coding-system-to-mime-charset): New function.
14087         (mm-decompress-buffer): New function.
14088         (mm-find-buffer-file-coding-system): New function.
14089
14090         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14091         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14092         parts.
14093
14094 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14095
14096         * mm-view.el (mm-display-inline-fontify): Decode a part according
14097         to the charset parameter.
14098
14099 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14102         prefix arg is neither nil nor a number, as info specifies.
14103
14104 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14107         timestamps.
14108
14109 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14110
14111         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14112         groups error checking and notify user.
14113
14114 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14115
14116         * message.el (message-send-mail-function): Check existence of
14117         sendmail-program first before using default value
14118         `message-send-mail-with-sendmail'.  Otherwise use more generic
14119         `smtpmail-send-it'.
14120
14121 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * nntp.el (nntp-request-update-info): Always return nil.
14124
14125 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14126
14127         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14128
14129 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14130
14131         * message.el (message-beginning-of-line): Change the behavior when
14132         invoked between BOL and : so that it first moves backward.
14133
14134 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14137         article buffer when editing of the article is discarded.
14138         (gnus-article-prepare): Revert.
14139
14140 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * gnus-art.el (gnus-article-prepare):
14143         Remove message-strip-forbidden-properties from the local hook.
14144
14145 2005-01-27  Simon Josefsson  <jas@extundo.com>
14146
14147         * password.el (password-cache-add): Only start one timer per key.
14148         Reported by Derek Atkins <warlord@MIT.EDU>.
14149
14150 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14151
14152         * run-at-time.el: Removed.  It is no longer needed as
14153         timer-funcs.el in the xemacs-base package has a working version of
14154         `run-at-time'.
14155
14156         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14157
14158         * password.el: Require timer-funcs instead of run-at-time in
14159         XEmacs.
14160         Remove `password-run-at-time' macro.
14161         (password-cache-add): Use `run-at-time' instead of
14162         `password-run-at-time'.
14163
14164         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14165         Remove `nnheader-cancel-function-timers' alias,
14166         `cancel-function-timers' exists in XEmacs in timer-funcs.
14167
14168         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14169         for `run-with-idle-timer'.
14170
14171         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14172         for `run-at-time'.
14173
14174         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14175         for `with-timeout'.
14176
14177         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14178         the same as for XEmacs 21.4.
14179         No need to ignore `run-with-idle-timer', this function exists in
14180         XEmacs now in timer-funcs.el in the xemacs-base package.
14181         (dgnushack-compile): No need to delete
14182         run-at-time.el from the list of files to compile because it
14183         doesn't exist anymore.
14184
14185 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14188         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14189
14190 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14191
14192         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14193         sensitively.
14194
14195 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14196
14197         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14198
14199 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14202         which will be inserted according to the multibyteness of a buffer
14203         rather than the type of contents.  Suggested by ARISAWA Akihiro
14204         <ari@mbf.ocn.ne.jp>.
14205
14206         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14207         of string which old xml.el may return rather than a string.
14208
14209 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14212
14213 2005-01-16  Simon Josefsson  <jas@extundo.com>
14214
14215         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14216         idn/idna.el isn't available.
14217         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14218         <michael@waxrat.com>.
14219
14220         * hashcash.el: Remove non-FSF copyright header.
14221
14222         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14223         (hashcash-generate-payment): Use it.
14224         (hashcash-generate-payment-async): Use it.
14225
14226 2005-01-15  Simon Josefsson  <jas@extundo.com>
14227
14228         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14229         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14230
14231         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14232         gnus-summary-idna-message.
14233         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14234         (gnus-summary-idna-message): New function.
14235
14236 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14239         gnus-novice-user.
14240
14241 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * nnrss.el (nnrss-request-delete-group): Delete entries in
14244         nnrss-group-alist as well.
14245         (nnrss-save-server-data): Insert newline.
14246
14247 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * gnus.el (gnus-user-agent): Use list of symbols instead of
14250         symbols.  Display full version number for (S)XEmacs.  Optionally
14251         display (S)XEmacs codename.
14252
14253         * gnus-util.el (gnus-emacs-version): Update for new
14254         `gnus-user-agent'.
14255
14256         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14257         Gnus version.
14258
14259 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14262         which is unreadable in some setups.
14263
14264 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * gnus-spec.el (gnus-update-format-specifications): Flush the
14267         group format spec cache if it doesn't support decoded group names.
14268
14269 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14272         Allow to apply decay on score files matching a regexp.
14273
14274 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14277         compatibility in %g and %c.
14278
14279 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14282         name for only %g and %c.
14283         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14284         of gnus-tmp-group to decoded group name.
14285         (gnus-group-make-rss-group): Exclude `/'s from group names.
14286
14287 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * nnrss.el (nnrss-get-encoding): Fix regexp.
14290
14291 2004-12-27  Simon Josefsson  <jas@extundo.com>
14292
14293         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14294         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14295         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14296
14297 2004-12-17  Kim F. Storm  <storm@cua.dk>
14298
14299         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14300
14301         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14302
14303 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14304
14305         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14306
14307 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * nnrss.el: Require rfc2047 and mml.
14310         (nnrss-file-coding-system): New variable.
14311         (nnrss-format-string): Redefine it as an inline function.
14312         (nnrss-decode-group-name): New function.
14313         (nnrss-string-as-multibyte): Remove.
14314         (nnrss-retrieve-headers): Decode group name; don't use
14315         nnrss-format-string.
14316         (nnrss-request-group): Decode group name.
14317         (nnrss-request-article): Decode group name; allow a Message-ID as
14318         well as an article number; don't use nnrss-format-string; encode a
14319         Message-ID string which may contain non-ASCII characters; use
14320         mml-to-mime to compose a MIME article.
14321         (nnrss-request-expire-articles): Decode group name.
14322         (nnrss-request-delete-group): Decode group name.
14323         (nnrss-fetch): Clarify error message.
14324         (nnrss-read-server-data): Use insert-file-contents instead of load;
14325         bind file-name-coding-system; use multibyte buffer.
14326         (nnrss-save-server-data): Bind coding-system-for-write to the
14327         value of nnrss-file-coding-system; bind file-name-coding-system;
14328         add coding cookie.
14329         (nnrss-read-group-data): Use insert-file-contents instead of load;
14330         bind file-name-coding-system; use multibyte buffer.
14331         (nnrss-save-group-data): Bind coding-system-for-write to the
14332         value of nnrss-file-coding-system; bind file-name-coding-system.
14333         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14334         make it work with non-ASCII text.
14335         (nnrss-find-el): Make it work with old xml.el as well.
14336
14337 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14338
14339         * nnrss.el (nnrss-get-encoding): New function.
14340         (nnrss-fetch): Use unibyte buffer initially; bind
14341         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14342         decode contents according to the encoding attribute.
14343         (nnrss-save-group-data): Add coding cookie.
14344         (nnrss-mime-encode-string): New function.
14345         (nnrss-check-group): Use it to encode subject and author.
14346
14347 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14348
14349         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14350         imaginary variable.
14351
14352 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14355         correctly even if there are wide characters.
14356
14357 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14358
14359         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14360         downcased symbol names; make a new cache instead of reusing
14361         bbdb-hashtable.
14362
14363 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14366         concatenating segments rather than before concatenating them.
14367         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14368
14369         * message.el (message-get-reply-headers): Bind `extra'.
14370
14371 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14372
14373         * message.el (message-extra-wide-headers): New variable.
14374         (message-get-reply-headers): Use it.
14375
14376 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14379         (gnus-agent-group-pathname): Ditto.
14380
14381         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14382
14383         * gnus-group.el (gnus-group-make-group): Decode group name.
14384         (gnus-group-make-rss-group): Register the group data after opening
14385         the nnrss group.
14386
14387 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14388
14389         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14390         by expiry now get marked as read.
14391
14392 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14395
14396 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14397
14398         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14399         unify Latin characters in XEmacs.
14400         (mm-find-mime-charset-region): Use it.
14401
14402 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gnus-util.el (gnus-delete-directory): New function.
14405
14406         * gnus-agent.el (gnus-agent-delete-group): Use it.
14407
14408         * gnus-cache.el (gnus-cache-delete-group): Use it.
14409
14410 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14413         names.
14414
14415 2004-12-16  Simon Josefsson  <jas@extundo.com>
14416
14417         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14418
14419 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14422
14423         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14424         (gnus-group-set-current-level): Decode group name.
14425
14426 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14427
14428         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14429         failed.
14430
14431 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-group.el (gnus-group-delete-group): Decode group name.
14434         (gnus-group-make-rss-group): Encode group name.
14435         (gnus-group-catchup-current): Decode group name.
14436         (gnus-group-kill-group): Decode group name.
14437
14438 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14439
14440         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14441
14442 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * gnus-group.el (gnus-group-make-rss-group):
14445         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14446
14447         * gnus-start.el (gnus-setup-news): Honor user's setting to
14448         gnus-message-archive-method.  Suggested by Lute Kamstra
14449         <lute@gnu.org>.
14450
14451 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14452
14453         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14454         global counterparts of the buffer-local variables.
14455
14456 2004-11-16  Romain Francoise  <romain@orebokech.com>
14457
14458         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14459         counterparts of the buffer-local variables.
14460
14461 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * message.el (message-forbidden-properties): Fixed typo in doc
14464         string.
14465
14466 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14467
14468         * gnus-util.el (gnus-replace-in-string): Added doc string.
14469
14470         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14471         to avoid problems when splitting mails with many recipients.
14472
14473 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14474
14475         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14476         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14477
14478 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14479
14480         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14481         if there is no hashtable in memory or file modification time is
14482         newer than cached timestamp.
14483
14484 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14487         not-matching option.
14488
14489 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14490
14491         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14492         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14493         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14494         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14495         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14496         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14497
14498 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * message.el (message-forward-make-body-mml): Remove headers
14501         according to message-forward-ignored-headers if a message is decoded.
14502
14503 2004-12-02  Romain Francoise  <romain@orebokech.com>
14504
14505         * message.el (message-forward-make-body-plain): Always remove
14506         headers according to message-forward-ignored-headers.
14507
14508 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14509
14510         * spam.el (spam-summary-prepare-exit): Remove the
14511         gnus-summary-limit pop for now, it has problems with ham marks for
14512         me.
14513
14514 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14515
14516         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14517         correctly.
14518
14519 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14520
14521         * format-spec.el (format-spec): Message the char.
14522
14523 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14524
14525         * gnus-art.el (gnus-split-methods): Reformat comments.
14526
14527         * spam.el (spam-summary-prepare-exit): Remove article limits
14528         before exiting the summary buffer.
14529
14530 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14533         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14534
14535         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14536         order to silence the byte compiler.
14537
14538         * spam.el: Fix the way to silence the byte compiler, which
14539         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14540         bbdb-search-simple, spam-BBDB-register-routine,
14541         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14542         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14543         spam-stat-buffer-is-spam, spam-stat-load,
14544         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14545         spam-stat-save and spam-stat-split-fancy.
14546
14547 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14550         which may confuse users.
14551         (canlock-password-for-verify): Ditto.
14552
14553         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14554
14555         * gnus-art.el (gnus-emphasis-alist): Ditto.
14556
14557         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14558
14559         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14560
14561         * gnus-start.el (gnus-save-killed-list): Ditto.
14562
14563         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14564         (gnus-sum-thread-tree-root): Ditto.
14565         (gnus-sum-thread-tree-false-root): Ditto.
14566         (gnus-sum-thread-tree-single-indent): Ditto.
14567
14568         * message.el (message-courtesy-message): Ditto.
14569         (message-archive-note): Ditto.
14570         (message-subscribed-address-file): Ditto.
14571         (message-user-fqdn): Ditto.
14572
14573         * spam-report.el (spam-report-gmane-regex): Ditto.
14574
14575         * spam.el (spam-blackhole-good-server-regex): Ditto.
14576
14577 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * mml.el (mml-preview): Widen the message buffer before copying
14580         the contents to the preview buffer; sort headers before previewing.
14581
14582         * message.el (message-hidden-headers): Fix the way to avoid a bug
14583         in the `repeat' widget in Emacs 21.3 or earlier.
14584
14585 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * message.el (message-hidden-headers): Default to "^References:".
14588         Improve customization type.  Suggested by Reiner Steib
14589         <Reiner.Steib@gmx.de>.
14590
14591 2004-11-25  Romain Francoise  <romain@orebokech.com>
14592
14593         * message.el (message-strip-forbidden-properties): Remove check for
14594         obsolete `message-hidden' text property, hidden headers are not
14595         accessible in the buffer anymore.
14596
14597 2004-11-22  Romain Francoise  <romain@orebokech.com>
14598
14599         * message.el (message-header-format-alist): Add `From' in list
14600         so that it can be sorted.
14601         (message-fix-before-sending): Widen and sort headers before
14602         sending.
14603         (message-hide-headers): Use narrowing to hide headers by moving
14604         them to the top of the buffer and narrowing to the region
14605         underneath.
14606
14607 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14608
14609         * message.el (message-strip-forbidden-properties): Bind
14610         buffer-read-only (etc) to nil.
14611
14612 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14615         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14616
14617 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14618
14619         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14620
14621 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14622
14623         * dns.el (query-dns): Use sit-for to time instead of
14624         accept-process-output, since that doesn't seem to work on udp
14625         sockets.
14626
14627 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14630
14631 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14632
14633         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14634         doc string.  Improve doc string.
14635
14636 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * nntp.el (nntp-request-update-info): Return nil if
14639         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14640         may not call gnus-activate-group which uselessly issues the GROUP
14641         commands for all nntp groups and wastes time.  Reported by Romain
14642         Francoise <romain@orebokech.com>.
14643
14644         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14645
14646 2004-11-15  Simon Josefsson  <jas@extundo.com>
14647
14648         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14649         headers separately.
14650         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14651         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14652
14653 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * gnus-start.el (gnus-convert-old-newsrc):
14656         Assign legacy-gnus-agent to 5.10.7.
14657
14658 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14659
14660         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14661         start of the lines.
14662
14663 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14664
14665         * hashcash.el (hashcash-default-payment): Change default to 20.
14666         (hashcash-default-accept-payment): Change default to 20.
14667         (hashcash-process-alist): New variable.
14668         (hashcash-generate-payment-async): Add.
14669         (hashcash-already-paid-p): Add.
14670         (hashcash-insert-payment): Don't generate payments twice.
14671         (hashcash-insert-payment-async): Add.
14672         (hashcash-insert-payment-async-2): Add.
14673         (hashcash-cancel-async): Add.
14674         (hashcash-wait-async): Add.
14675         (hashcash-processes-running-p): Add.
14676         (hashcash-wait-or-cancel): Add.
14677         (mail-add-payment): New optional argument.  Conditionally start
14678         asynchronous calculation.
14679         (mail-add-payment-async): Add.
14680
14681         * message.el (message-send-mail): Wait for asynchronous hashcash
14682         results.  Don't clobber existing X-Hashcash headers.
14683         (message-setup-1): Call mail-add-payment-async when
14684         message-generate-hashcash is non-nil.
14685
14686 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14687
14688         * message.el (message-use-alternative-email-as-from): Examine the
14689         From header as well; use message-make-from in order to include a
14690         user's full name.
14691
14692 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14695         default; improve customization type.
14696         (gnus-emphasis-custom-with-format): New macro.
14697         (gnus-emphasis-custom-value-to-external): New function.
14698         (gnus-emphasis-custom-value-to-internal): New function.
14699
14700 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14701
14702         * dns.el (query-dns): Resolve reverse addresses.
14703
14704 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14705
14706         * gnus-group.el (gnus-group-get-new-news): Use it.
14707
14708         * gnus-start.el (gnus-check-reasonable-setup): New function.
14709
14710 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14713         "Args out of range" error.  Reported by Arnaud Giersch
14714         <arnaud.giersch@free.fr>.
14715
14716 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14717
14718         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14719
14720 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14721
14722         * spam.el (spam group): Add :version.
14723
14724         * pgg-def.el (pgg group): Add :version.
14725
14726 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-art.el (gnus-article-edit-article): Don't associate the
14729         article buffer with a draft file.  This is a temporary measure
14730         against the 2004-08-22 change to gnus-article-edit-mode.
14731
14732 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14735         (html2text-format-tags): Remove unused variable `attr'.
14736
14737 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14740
14741         * tls.el (tls-process-connection-type, tls-success)
14742         (tls-certtool-program): Add :version.
14743
14744         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14745         (starttls-extra-arguments, starttls-process-connection-type)
14746         (starttls-connect, starttls-failure, starttls-success): Add :version.
14747
14748         * spam-stat.el (spam-stat): Add :version.
14749
14750         * sieve.el (sieve): Add :version.
14751
14752         * sha1.el (sha1): Add :version.
14753         (sha1-use-external): Remove redundant version.
14754
14755         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14756         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14757         (nnmail-split-fancy-match-partial-words)
14758         (nnmail-split-lowercase-expanded): Add :version.
14759
14760         * nndiary.el (nndiary): Add :version.
14761
14762         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14763
14764         * mml-sec.el (mml-default-sign-method)
14765         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14766         Add :version.
14767
14768         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14769
14770         * mm-url.el (mm-url-use-external, mm-url-program)
14771         (mm-url-arguments): Add :version.
14772
14773         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14774         (mm-attachment-file-modes, mm-decrypt-option)
14775         (mm-w3m-safe-url-regexp): Add :version.
14776
14777         * message.el (message-cite-prefix-regexp)
14778         (message-sendmail-envelope-from, message-minibuffer-local-map)
14779         (message-user-fqdn, message-completion-alist): Add :version.
14780
14781         * gnus-win.el (gnus-configure-windows-hook)
14782         (gnus-use-frames-on-any-display): Add :version.
14783
14784         * gnus-art.el (gnus-article-address-banner-alist)
14785         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14786         (gnus-treat-from-picon, gnus-treat-mail-picon)
14787         (gnus-treat-x-pgp-sig): Add :version.
14788
14789         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14790         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14791         (gnus-summary-article-delete-hook)
14792         (gnus-summary-display-while-building): Add :version.
14793
14794         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14795         (gnus-get-top-new-news-hook): Add :version.
14796
14797         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14798         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14799
14800         * gnus-registry.el (gnus-registry): Add :version.
14801
14802         * gnus-spec.el (gnus-use-correct-string-widths)
14803         (gnus-make-format-preserve-properties): Add :version.
14804
14805         * gnus.el (gnus-group-charter-alist)
14806         (gnus-group-fetch-control-use-browse-url)
14807         (gnus-install-group-spam-parameters): Add :version.
14808
14809         * gnus-diary.el (gnus-diary): Add :version.
14810
14811         * gnus-delay.el (gnus-delay): Add :version.
14812
14813         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14814         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14815         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14816         Add :version.
14817
14818         * gnus-agent.el (gnus-agent-max-fetch-size)
14819         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14820         (gnus-agent-prompt-send-queue): Add :version.
14821
14822         * deuglify.el (gnus-outlook-deuglify): Add :version.
14823
14824         * html2text.el: Beautify code.  Improve doc strings.  Some
14825         checkdoc cleanup.
14826         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14827
14828 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14829
14830         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14831
14832 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14833
14834         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14835         when package is loaded.
14836
14837         * spam.el (spam-summary-score-preferred-header): Add global preference
14838         for people who want to override the default SpamAssassin over
14839         Bogofilter preference (when both are set).
14840         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14841         (spam-user-format-function-S): Check
14842         spam-summary-score-preferred-header.
14843         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14844         (spam-user-format-function-S): Format the score correctly.
14845
14846 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14849         signature file.  Suggested by Manoj Srivastava
14850         <srivasta@golden-gryphon.com>.
14851
14852         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14853         iso-2022-jp even in the Japanese language environment.
14854         Suggested by Jason Rumney <jasonr@gnu.org>.
14855
14856 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14859         use the same characters as the dummy marks; make it free from
14860         getting affected by the language environment.
14861         (gnus-summary-read-group-1): Update mark positions only when the
14862         format spec is updated.
14863
14864         * gnus-spec.el (gnus-update-format-specifications): Return a list
14865         of updated types.
14866
14867 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14870         of boundp to check if display-warning is available.
14871
14872 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14873
14874         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14875
14876 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * nnspool.el (nnspool-spool-directory): Use news-path if the
14879         news-directory variable is not bound.
14880
14881         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14882         function instead of display-warning if it is not available.
14883
14884 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14887         v5-10: Use `point-at-bol'.
14888
14889 2004-10-26  Simon Josefsson  <jas@extundo.com>
14890
14891         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14892         <chenggao@gmail.com>.
14893
14894 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14895
14896         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14897         instead.
14898
14899 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14900
14901         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14902         to remove a server from the nnimap-server-buffer-alist.
14903         (nnimap-open-connection, nnimap-close-server): Use it.
14904
14905         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14906
14907 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14910         running the major-mode function.
14911
14912 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14915         dummy marks in the right way.
14916
14917 2004-10-18  David Edmondson  <dme@dme.org>
14918
14919         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14920         excessively.
14921
14922 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14923
14924         * gnus-util.el (gnus-split-references): Accept a nil references
14925         string and go on blissfully.
14926
14927         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14928         cases where the references string is non-nil but has no references.
14929
14930         * encrypt.el: Add autoload tags.
14931
14932         * spam.el (spam-resolve-registrations-routine): Remove article
14933         from unregistration list too.  Reported by David Hanak
14934         <dhanak@isis.vanderbilt.edu>
14935
14936 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14937
14938         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14939         nil.  Changed custom type.
14940
14941 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14942
14943         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14944
14945         * gnus-sum.el (gnus-summary-move-article): Use it.
14946
14947 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14948
14949         * encrypt.el: Add autoload cookies.
14950
14951         * spam.el (spam-backend-article-list-property)
14952         (spam-backend-get-article-todo-list)
14953         (spam-backend-put-article-todo-list)
14954         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14955         Resolve registrations separately.
14956         (spam-register-routine): Format comments.
14957         (spam-unregister-routine, spam-register-routine): Always call with
14958         specific-articles, no default list.
14959         (spam-summary-prepare-exit): Use the spam-classifications function.
14960
14961         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14962         gnus-encrypt.el.
14963
14964         * encrypt.el: Copied from gnus-encrypt.el.
14965
14966         * gnus-encrypt.el: Commented that it's obsolete.
14967
14968 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14971         (gnus-score-save): Use it.
14972
14973         * message.el (message-bury): Use `window-dedicated-p'.
14974
14975 2004-10-15  Simon Josefsson  <jas@extundo.com>
14976
14977         * pop3.el (top-level): Don't require nnheader.
14978         (pop3-read-timeout): Add.
14979         (pop3-accept-process-output): Add.
14980         (pop3-read-response, pop3-retr): Use it.
14981
14982 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14983
14984         * spam.el (spam-register-routine): Move comment.
14985         (spam-verify-bogofilter): Use 'unknown for the initial
14986         spam-bogofilter-valid state, not 'never.
14987
14988         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14989         for netrc-machine.
14990
14991         * nnimap.el (nnimap-open-connection): Use
14992         netrc-machine-user-or-password.
14993
14994 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14995
14996         * gnus-registry.el (gnus-registry-unload-hook):
14997         Set as a variable with add-hook.
14998
14999         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15000         of news-path.
15001
15002         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15003
15004         * spam.el: Delete duplicate `provide'.
15005         (spam-unload-hook): Set as a variable with add-hook.
15006
15007 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15010         in the doc string.
15011
15012         * message.el (message-ignored-news-headers)
15013         (message-ignored-supersedes-headers)
15014         (message-ignored-resent-headers)
15015         (message-forward-ignored-headers): Improve custom type.
15016
15017 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * message.el (message-tokenize-header): Fix 2004-09-06 change
15020         which used point-min in the wrong place.
15021
15022 2004-10-12  Simon Josefsson  <jas@extundo.com>
15023
15024         * tls.el (tls-certtool-program): New variable.
15025         (tls-certificate-information): New function, based on
15026         ssl-certificate-information.
15027
15028 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * compface.el: Move the version of ELisp-based uncompface program
15031         to the contrib directory because of the copyright problem.
15032
15033 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15034
15035         * message.el (message-kill-buffer): Raise the current frame.
15036
15037 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15040
15041         * gnus.el (message-y-or-n-p): Autoload.
15042
15043         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15044         (pop3-password-required, pop3-authentication-scheme)
15045         (pop3-leave-mail-on-server): Made customizable.
15046         (pop3): New custom group.
15047         (pop3-retr): Remove `sleep-for' statements.
15048         Suggested by Dave Love <fx@gnu.org>.
15049
15050         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15051         Windows/DOS.
15052
15053         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15054         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15055         Dave Love <fx@gnu.org>.
15056
15057         * mml.el (mml-minibuffer-read-disposition): Require match.
15058         Suggested by Dave Love <fx@gnu.org>.
15059
15060 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15061
15062         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15063         doc string.
15064
15065 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15068
15069 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15070
15071         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15072         instead of calling `mm-insert-inline', to decode text/* parts
15073         before displaying them.
15074
15075 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * mm-uu.el (mm-uu-text-plain-type): New variable.
15078         (mm-uu-pgp-signed-extract-1): Use it.
15079         (mm-uu-pgp-encrypted-extract-1): Use it.
15080         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15081         bind mm-uu-text-plain-type with that value.
15082         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15083         mm-uu-dissect.
15084
15085 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * gnus-group.el (gnus-update-group-mark-positions):
15088         * gnus-sum.el (gnus-update-summary-mark-positions):
15089         * message.el (message-check-news-body-syntax):
15090         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15091         of string-as-multibyte.
15092
15093 2004-10-05  Juri Linkov  <juri@jurta.org>
15094
15095         * gnus-group.el (gnus-update-group-mark-positions):
15096         * gnus-sum.el (gnus-update-summary-mark-positions):
15097         * message.el (message-check-news-body-syntax):
15098         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15099         8-bit unibyte values to a multibyte string for search functions.
15100
15101 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15104         (mm-uu-dissect-text-parts): New function.
15105
15106         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15107         dissect text parts.
15108
15109         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15110         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15111
15112         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15113
15114         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15115         gnus-current-topics instead of gnus-current-topic.
15116
15117 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15118
15119         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15120
15121 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15122
15123         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15124         where approriate.
15125
15126         * nnml.el (nnml-generate-active-info): do.
15127
15128         * nndiary.el (nndiary-generate-active-info): do.
15129
15130         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15131         (gnus-topic-move): do.
15132
15133         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15134         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15135
15136         * gnus-srvr.el (gnus-server-prepare)
15137         (gnus-server-open-all-servers): do.
15138
15139         * gnus-msg.el (gnus-summary-cancel-article)
15140         (gnus-summary-resend-message)
15141         (gnus-summary-mail-crosspost-complaint): do.
15142
15143         * gnus-move.el (gnus-change-server): do.
15144
15145         * gnus-group.el (gnus-group-unmark-all-groups)
15146         (gnus-group-set-current-level): do.
15147
15148 2004-10-04  Simon Josefsson  <jas@extundo.com>
15149
15150         * message.el (message-generate-hashcash): Doc fix.
15151
15152 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15153
15154         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15155         avoid infinite recursion via gnus-get-function.
15156
15157 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15158
15159         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15160
15161         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15162
15163         * nnmail.el (nnmail-split-history): do.
15164
15165         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15166         (nnml-request-delete-group): do.
15167
15168         * nnslashdot.el (nnslashdot-read-groups): do.
15169
15170         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15171         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15172
15173         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15174         (nnspool-sift-nov-with-sed): Use last.
15175         (nnspool-retrieve-headers-with-nov): Use mapc.
15176         (nnspool-request-newgroups): Use dolist.
15177         (nnspool-request-group): Use last.
15178
15179         * nntp.el (nntp-read-server-type): Use dolist.
15180
15181         * nnvirtual.el (nnvirtual-create-mapping)
15182         (nnvirtual-update-read-and-marked): Use dolist.
15183         (nnvirtual-convert-headers): Simplify.
15184
15185 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15186
15187         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15188         support for sync'ing tick marks.
15189
15190 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15193         there's no visible header.
15194
15195 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15196
15197         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15198         necessary, pass full group name to gnus-request-set-marks.
15199
15200 2004-10-01  Simon Josefsson  <jas@extundo.com>
15201
15202         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15203         acroread.
15204
15205 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15206
15207         * spam-report.el (spam-report-gmane): Fix interactive.
15208
15209         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15210
15211         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15212         when writing file.
15213         (gnus-agent-synchronize-flags): Don't default to being
15214         interactive.
15215
15216 2004-09-30  Simon Josefsson  <jas@extundo.com>
15217
15218         * message.el (message-generate-hashcash): Add.
15219         (message-send-mail): Use it, call mail-add-payment.
15220
15221 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15222
15223         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15224
15225 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15226
15227         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15228         gnus-requst-update-info with explicit code to sync the in-memory
15229         info read flags with the marks being sync'd to the backend.
15230
15231         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15232
15233 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15234
15235         * spam.el (spam-verify-bogofilter): Add new function.
15236         (spam-check-bogofilter)
15237         (spam-bogofilter-register-with-bogofilter): Use it.
15238         (spam-verify-bogofilter): Add small fixes.
15239
15240 2004-09-28  Simon Josefsson  <jas@extundo.com>
15241
15242         * hashcash.el (hashcash-generate-payment): Revert.
15243
15244 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15245
15246         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15247         gnus-extract-references instead of gnus-split-references.
15248
15249         * gnus-util.el (gnus-extract-references): Add new function, analogous
15250         to gnus-split-references but extracts only the message-ID without
15251         anything extra.
15252
15253         * hashcash.el (hashcash-generate-payment)
15254         (hashcash-check-payment): Do the right thing if hashcash-path is
15255         nil (because the hashcash program could not be found).
15256
15257         * spam.el (spam-use-hashcash): Remove comment.
15258
15259 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15260
15261         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15262         (gnus-cache-enter-article, gnus-cache-remove-article)
15263         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15264
15265         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15266
15267         * gnus-art.el (article-hide-boring-headers)
15268         (article-translate-strings, article-display-face)
15269         (gnus-article-mime-match-handle-first)
15270         (gnus-article-highlight-headers)
15271         (gnus-article-add-buttons-to-head): do.
15272
15273 2004-09-27  Simon Josefsson  <jas@extundo.com>
15274
15275         * hashcash.el: New version, from
15276         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15277         ../contrib/.
15278
15279 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15282
15283 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15284
15285         * gnus-dup.el (gnus-dup-open): Use mapc.
15286         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15287
15288         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15289         Reported by Stefan Wiens <s.wi@gmx.net>.
15290
15291         * gnus.el (gnus-shutdown): Use dolist.
15292
15293         * gnus-undo.el (gnus-undo): Use mapc.
15294
15295         * nnrss.el (nnrss-generate-active): do.
15296
15297         * message.el (message-cite-original-without-signature)
15298         (message-cite-original): Use mapc.
15299         (message-do-actions, message-make-forward-subject): Use dolist.
15300
15301 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15302
15303         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15304         deletion to remove entire duplicate line.  Fixes merged article
15305         number bug.
15306
15307 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15308
15309         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15310         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15311         first ask if you want to open a server and then, even when you
15312         responded with no, asking if you want to synchronize the server's
15313         flags.
15314         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15315         multi-line expressions.
15316         (gnus-agent-synchronize-group-flags): New internal function.
15317         Updates marks in memory (in the info structure) AND in the
15318         backend.
15319
15320         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15321
15322         * nnagent.el (nnagent-request-set-mark): Use
15323         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15324         method, to ensure that synchronization updates marks in the
15325         backend and in the info (in memory) structure.
15326
15327 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15330         convention fully; don't miss the root article of a thread; make
15331         the X-Draft-From header with correct article numbers.
15332
15333 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15334
15335         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15336         unless plugged.  Disable the agent so that an open failure causes
15337         an error.
15338
15339         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15340         Reverted 2004-09-21 change.  The backend must be opened while
15341         synchronizing flags even when the backend stores the flags
15342         locally.
15343
15344 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15345
15346         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15347         in `header' match.  Reported by Svend Tollak Munkejord.
15348
15349         * message.el (message-cite-original): Fix use of
15350         `message-cite-articles-with-x-no-archive'.
15351
15352 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15355         (gnus-window-to-buffer): Ditto.
15356
15357         * mml.el (mml-preview-buffer): New variable.
15358         (mml-preview): Manage window layout with gnus-buffer-configuration.
15359
15360         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15361         X-Draft-From header even if those articles aren't quoted.
15362
15363 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15364
15365         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15366         (gnus-request-set-mark, gnus-request-update-mark): Use new
15367         g-s-t-u-l-m to decide to use backend even when unplugged.
15368
15369 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15372         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15373
15374 2004-09-20  Simon Josefsson  <jas@extundo.com>
15375
15376         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15377         "utf-16-le".
15378
15379 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15380
15381         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15382
15383 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15384
15385         * uudecode.el (uudecode-use-external): Add :version.
15386
15387         * smime.el (smime-CA-file, smime-encrypt-cipher)
15388         (smime-dns-server): Add :version.
15389
15390         * smiley.el (gnus-smiley-file-types): Add :version.
15391
15392         * sha1.el (sha1-use-external): Add :version.
15393
15394         * pgg-def.el (pgg-query-keyserver): Add :version.
15395
15396         * nnmail.el (nnmail-fancy-expiry-targets)
15397         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15398         Add :version.
15399
15400         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15401         (nnimap-retrieve-groups-asynchronous): Add :version.
15402         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15403
15404         * mml.el (mml-content-disposition-parameters)
15405         (mml-insert-mime-headers-always): Add :version.
15406
15407         * mm-util.el (mm-coding-system-priorities): Add :version.
15408
15409         * mm-decode.el (mm-inline-text-html-with-images)
15410         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15411         (mm-verify-option): Add :version.
15412         (mm-text-html-renderer): Change :version.
15413
15414         * message.el (message-fcc-externalize-attachments)
15415         (message-required-headers, message-draft-headers)
15416         (message-subject-trailing-was-query)
15417         (message-subject-trailing-was-ask-regexp)
15418         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15419         (message-mark-insert-end, message-archive-header)
15420         (message-archive-note, message-cross-post-default)
15421         (message-cross-post-note, message-followup-to-note)
15422         (message-cross-post-note-function, message-use-mail-followup-to)
15423         (message-subscribed-address-functions)
15424         (message-subscribed-address-file, message-subscribed-addresses)
15425         (message-subscribed-regexps, message-allow-no-recipients)
15426         (message-yank-cited-prefix, message-signature-insert-empty-line)
15427         (message-hidden-headers, message-hierarchical-addresses)
15428         (message-mail-user-agent, message-use-idna)
15429         (message-valid-fqdn-regexp)
15430         (message-strip-special-text-properties, message-header-synonyms)
15431         (message-beginning-of-line, message-tab-body-function): Add :version.
15432         (message-insert-canlock, message-wide-reply-confirm-recipients):
15433         Change :version.
15434
15435         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15436         and :version.
15437         (mail-source-delete-old-incoming-confirm)
15438         (mail-source-movemail-program): Add :version.
15439
15440         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15441         (gnus-agent-cache, gnus-agent): Change :version.
15442
15443         * gnus-util.el (gnus-use-byte-compile): Change :version.
15444
15445         * gnus-sum.el (gnus-summary-make-false-root-always)
15446         (gnus-summary-default-high-score)
15447         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15448         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15449         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15450         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15451         (gnus-sum-thread-tree-single-indent)
15452         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15453         (gnus-sum-thread-tree-leaf-with-other)
15454         (gnus-sum-thread-tree-single-leaf): Add :version.
15455         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15456         (gnus-article-loose-mime): Change :version.
15457
15458         * gnus-start.el (gnus-backup-startup-file)
15459         (gnus-save-startup-file-via-temp-buffer): Add :version.
15460
15461         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15462         (gnus-server-offline-face): Add :version.
15463
15464         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15465
15466         * gnus-msg.el (gnus-gcc-externalize-attachments)
15467         (gnus-debug-files, gnus-debug-exclude-variables)
15468         (gnus-discouraged-post-methods): Change :version.
15469         (gnus-confirm-mail-reply-to-news)
15470         (gnus-confirm-treat-mail-like-news): Add :version.
15471
15472         * gnus-int.el (gnus-server-unopen-status): Add :version.
15473
15474         * gnus-group.el (gnus-group-jump-to-group-prompt)
15475         (gnus-large-ephemeral-newsgroup)
15476         (gnus-fetch-old-ephemeral-headers): Add :version.
15477
15478         * gnus-fun.el (gnus-x-face-directory)
15479         (gnus-convert-pbm-to-x-face-command)
15480         (gnus-convert-image-to-x-face-command)
15481         (gnus-convert-image-to-face-command): Add :version.
15482
15483         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15484
15485         * gnus-cite.el (gnus-cite-blank-line-after-header)
15486         (gnus-article-boring-faces): Add :version.
15487
15488         * gnus-art.el (gnus-buttonized-mime-types)
15489         (gnus-inhibit-mime-unbuttonizing)
15490         (gnus-treat-display-face)
15491         (gnus-treat-body-boundary): Change :version.
15492         (gnus-body-boundary-delimiter, gnus-picon-databases)
15493         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15494         (gnus-treat-date-english, gnus-treat-fold-headers)
15495         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15496         (gnus-treat-mail-picon, gnus-treat-wash-html)
15497         (gnus-article-encrypt-protocol)
15498         (gnus-use-idna, gnus-article-over-scroll)
15499         (gnus-mime-display-multipart-alternative-as-mixed)
15500         (gnus-mime-display-multipart-related-as-mixed)
15501         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15502         (gnus-ctan-url, gnus-button-ctan-handler)
15503         (gnus-button-handle-ctan-bogus-regexp)
15504         (gnus-button-ctan-directory-regexp)
15505         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15506         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15507         (gnus-button-man-level, gnus-button-emacs-level)
15508         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15509
15510         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15511         (gnus-agent-go-online): Change :version.
15512         (gnus-agent-expire-unagentized-dirs)
15513         (gnus-agent-auto-agentize-methods): Add :version.
15514
15515         * flow-fill.el (fill-flowed-display-column)
15516         (fill-flowed-encode-column): Add :version.
15517
15518         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15519         (gnus-outlook-deuglify-unwrap-max)
15520         (gnus-outlook-deuglify-cite-marks)
15521         (gnus-outlook-deuglify-unwrap-stop-chars)
15522         (gnus-outlook-deuglify-no-wrap-chars)
15523         (gnus-outlook-deuglify-attrib-cut-regexp)
15524         (gnus-outlook-deuglify-attrib-verb-regexp)
15525         (gnus-outlook-deuglify-attrib-end-regexp)
15526         (gnus-outlook-display-hook): Add :version.
15527
15528         * binhex.el (binhex-use-external): Add :version.
15529
15530 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15531
15532         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15533         and `invisible'.
15534
15535 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15536
15537         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15538         in gnus-registry-trim.
15539
15540 2004-09-13  Simon Josefsson  <jas@extundo.com>
15541
15542         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15543
15544         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15545
15546         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15547         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15548         <yamaoka@jpl.org>.
15549         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15550         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15551         <yamaoka@jpl.org>.
15552
15553         * sieve.el (sieve-manage-mode): Ditto.
15554
15555 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15556
15557         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15558
15559 2004-09-11  Simon Josefsson  <jas@extundo.com>
15560
15561         * dns-mode.el: Add.
15562
15563         * mm-view.el (mm-display-dns-inline): Add.
15564
15565         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15566         (mm-automatic-display): Ditto.
15567
15568         * mailcap.el (mailcap-mime-data): Add text/dns.
15569         (mailcap-mime-extensions): Map .soa to text/dns.
15570
15571 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15572
15573         * gnus-art.el (article-decode-mime-words, article-babel)
15574         (gnus-article-highlight-signature, gnus-article-add-buttons)
15575         (gnus-signature-toggle): Remove unnecessary bindings of
15576         `inhibit-read-only' inherited from v5.10 merge.
15577
15578 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15579
15580         * nntp.el (nntp): New customization group.
15581         (nntp-authinfo-file): Add customization group.
15582
15583         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15584
15585         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15586
15587         * gnus.el (to-address, to-list, subscribed)
15588         (large-newsgroup-initial): Ditto.
15589
15590         * flow-fill.el (fill-flowed-display-column)
15591         (fill-flowed-encode-column): Ditto.
15592
15593 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15594
15595         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15596         Use point-min rather than 1.
15597         (message-send-mail): Use buffer-size rather than point-max.
15598
15599         * gnus-sum.el (gnus-summary-search-article-forward):
15600         Signal a specific `search-failed' rather than a generic `error'.
15601
15602         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15603         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15604         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15605
15606 2004-09-10  Simon Josefsson  <jas@extundo.com>
15607
15608         * nndb.el (require): Remove tcp and duplicate cl.
15609
15610 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * gnus-agent.el (directory-files-and-attributes): Move forward.
15613
15614 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15615
15616         * gnus-agent.el (directory-files-and-attributes): Optionally
15617         defined to support XEmacs.
15618
15619 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15620
15621         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15622         to avoid run-time CL dependencies.
15623         (gnus-agent-unfetch-articles): New function.
15624         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15625         article numbers even when local .overview file is missing.
15626         (gnus-agent-read-article-number): New function.  Only accepts
15627         27-bit article numbers.
15628         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15629         gnus-agent-read-article-number.
15630         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15631         from backend while recognizing that article numbers in .overview
15632         must be valid.
15633         (gnus-agent-update-files-total-fetched-for): Use
15634         directory-files-and-attributes to improve performance.
15635         * gnus-int.el (gnus-request-move-article): Use
15636         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15637         improve performance.
15638
15639         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15640         some users confused by references to .newsrc when they only have a
15641         .newsrc.eld file.
15642         (gnus-convert-mark-converter-prompt)
15643         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15644         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15645         New function.  Used internally to only display 'gnus converting
15646         files' message when actually necessary.
15647
15648         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15649         methods now autoloaded.
15650
15651 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15654         identifiers.
15655
15656 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15657
15658         * gnus-picon.el: Fix indentation and closing parenthesis.
15659
15660 2004-09-01  Simon Josefsson  <jas@extundo.com>
15661
15662         * message.el (message-canlock-generate): Require sha1, not
15663         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15664         to require within a function.  Sadly, if sha1.el isn't loaded, the
15665         let binding in m-c-g will hide the defcustom definition, which is
15666         bad.)
15667
15668         * canlock.el: Require sha1, not sha1-el.
15669
15670         * message.el: Don't autoload sha1 (there is a autoload cookie in
15671         sha1.el).
15672
15673         * sha1-el.el: Renamed to sha1.el.
15674
15675 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15676
15677         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15678
15679 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15680
15681         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15682
15683 2004-08-30  Kim F. Storm  <storm@cua.dk>
15684
15685         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15686
15687         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15688         Add :group 'nnimap.
15689
15690 2004-08-30  Andreas Schwab  <schwab@suse.de>
15691
15692         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15693         ?* and ?\;.
15694
15695         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15696         and ?\' to symbol instead of whitespace.
15697
15698 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15701
15702         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15703         instead of re-search-forward.
15704
15705         * gnus-uu.el (gnus-uu-save-article): Ditto.
15706         (gnus-uu-post-encode-uuencode): Ditto.
15707
15708         * html2text.el (html2text-clean-list-items): Ditto.
15709         (html2text-clean-dtdd): Ditto.
15710         (html2text-format-tags): Ditto.
15711
15712         * message.el (message-send-mail-with-sendmail): Fix regexp.
15713         (message-fill-field-general): Use search-forward instead of
15714         re-search-forward.
15715         (unbold-region): Ditto.
15716
15717         * nnrss.el (nnrss-request-article): Ditto.
15718
15719         * nnslashdot.el (nnslashdot-request-article): Ditto.
15720
15721         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15722
15723         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15724         "Unrecognized menu descriptor" error in XEmacs.
15725
15726 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15727
15728         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15729         parent article of a sparse article in the thread hashtb.
15730
15731 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15732
15733         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15734         (nnmail-expand-newtext): Lowercase expanded entries if
15735         nnmail-split-lowercase-expanded is non-nil.
15736
15737 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15740
15741         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15742         of gnus-tmp-news-method into string under XEmacs.  It will be
15743         passed to gnus-correct-length which takes only a string argument.
15744
15745 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * gnus-util.el (gnus-bind-print-variables): New macro.
15748         (gnus-prin1): Use it.
15749         (gnus-prin1-to-string): Use it.
15750         (gnus-pp): New function.
15751         (gnus-pp-to-string): New function.
15752
15753         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15754         Replace pp-to-string with gnus-pp-to-string.
15755         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15756         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15757         * gnus-msg.el (gnus-debug): Ditto.
15758         * gnus-score.el (gnus-score-save): Ditto.
15759         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15760         gnus-pp-to-string.
15761         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15762         with gnus-pp.
15763         * score-mode.el (gnus-score-pretty-print): Ditto.
15764         * webmail.el (webmail-debug): Ditto.
15765
15766 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * gnus-art.el (article-display-face, article-display-x-face):
15769         Use buffer-read-only.
15770
15771 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * gnus-art.el (article-hide-list-identifiers):
15774         Bind inhibit-read-only as t.
15775
15776 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15777
15778         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15779
15780 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15781
15782         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15783         (gnus-narrow-to-page): Don't assume point-min == 1.
15784         (gnus-article-edit-mode): Derive from message-mode.
15785
15786         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15787         point-min == 1.
15788
15789         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15790         Disable incorrect use of `assert'.
15791
15792         * message.el (message-mode): Set comment-start-skip.
15793
15794
15795 2004-08-22  Sam Steingold  <sds@gnu.org>
15796
15797         * pop3.el (pop3-leave-mail-on-server): New user variable.
15798         (pop3-movemail): Delete mail only when it is nil.
15799
15800 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15801
15802         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15803
15804         * mml.el (mml-preview): Use `pop-to-buffer'.
15805
15806         * message.el (message-goto-mail-followup-to): Insert after "To".
15807         (message-carefully-insert-headers): Add comment.
15808
15809         * gnus.el: Remove unused variable `gnus-article-check-size'.
15810
15811         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15812
15813         * gnus-art.el (gnus-button-alist): Improve
15814         `gnus-button-handle-library' entry.
15815
15816 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15817
15818         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15819         downcase, since XEmacs capitalizes error messages differently.
15820
15821 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15822
15823         * nntp.el: Add (require 'gnus) due to reference to
15824         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15825
15826 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15827
15828         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15829         `mm-fill-flowed'.
15830
15831         * mm-decode.el (mm-dissect-singlepart): Check it.
15832
15833 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15834
15835         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15836         'imap' for netrc parsing.
15837
15838 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15839
15840         * mailcap.el (mailcap-mime-data): Mark as risky.
15841
15842 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15845         may be included in the encoded word.
15846         (rfc2047-encode): Don't append a space if the encoded word
15847         includes close parenthesis.
15848
15849 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15852         of text within parentheses.
15853
15854 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15855
15856         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15857         (gnus-encrypt-write-file-contents): Make the password key the file
15858         name PLUS the cipher, not just the cipher.  Also remove failed
15859         passwords from the cache.
15860
15861 2004-08-06  Simon Josefsson  <jas@extundo.com>
15862
15863         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15864         fix.
15865
15866 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15869         LWSP.
15870
15871 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15872
15873         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15874         to append in-reply-to: data to the references: header.
15875
15876         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15877         (netrc-parse): Use gnus-encrypt.el functions.
15878
15879         * gnus-encrypt.el: Add new file for encryption support; currently
15880         does only a few GPG ciphers and an internal XOR cipher.
15881
15882         * password.el: Add comments on using password-read-and-add.
15883         (password-read-and-add): Add function to read and add the
15884         password to the cache at once.
15885
15886 2004-07-28  Simon Josefsson  <jas@extundo.com>
15887
15888         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15889         parameter (but don't use it, for now).
15890
15891         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15892         instead of hard coding to nil.
15893
15894 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15897         as mm-inline-image-xemacs does.
15898
15899 2004-07-26  Simon Josefsson  <jas@extundo.com>
15900
15901         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15902         Revert part of 2004-07-17 change below.
15903
15904 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15907         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15908
15909 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15910
15911         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15912         quotes that actually start with ">" at the beginning of the
15913         lines.
15914
15915 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * rfc2047.el (rfc2047-encode-region): Fix last change.
15918         (rfc2047-encode-parameter): Remove useless concat.
15919
15920 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15923         encode special characters; fix some kind of misconfigured headers;
15924         signal a real error if debug-on-quit or debug-on-error is non-nil.
15925         (rfc2047-encode-max-chars): New variable.
15926         (rfc2047-encode-1): Use it.
15927         (rfc2047-encode-parameter): New function.
15928
15929         * mml.el (mml-insert-parameter): Remove an excessive space.
15930
15931 2004-07-17  Simon Josefsson  <jas@extundo.com>
15932
15933         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15934         Kai Grossjohann <kai@emptydomain.de>.
15935         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15936         (gnus-group-make-menu-bar): Ditto.
15937
15938         * gnus-util.el (gnus-group-server): Add.
15939
15940 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15941
15942         * message.el (message-clone-locals): Clone sendmail and smtp
15943         variables.
15944
15945 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * rfc2047.el (rfc2047-encode-region): Fix last change.
15948
15949 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15952         characters as non-special.
15953
15954 2004-07-09  Simon Josefsson  <jas@extundo.com>
15955
15956         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15957         Users will lose all flag changes made while unplugged with
15958         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15959         good default.  See numerous reports on ding mailing list.
15960
15961 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15964         add generate-head-function and generate-article-function to the
15965         rfc822-forward entry.
15966         (nndoc-rfc822-forward-generate-article): New function.
15967         (nndoc-rfc822-forward-generate-head): New function.
15968
15969         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15970
15971 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15972
15973         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15974         respect display group parameter and gnus-summary-expunge-below.
15975         (gnus-articles-to-read): Remove unused reference to display group
15976         parameter.
15977
15978 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15979
15980         * nnheader.el (nnheader-uniquify-message-id): New experimental
15981         variable.
15982         (nnheader-nov-read-message-id): Use it.
15983
15984         * spam-report.el (spam-report-gmane): Add interactive.
15985
15986 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15989         qp-or-base64 for the application/* types.
15990
15991 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15992
15993         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15994
15995 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15996
15997         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15998         trim value.
15999
16000 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16001
16002         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16003         New macro and function.
16004         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16005
16006 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16009         after-load-alist.
16010
16011 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16012
16013         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16014         update info that isn't there.
16015
16016 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16017
16018         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16019         entry.
16020
16021 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * mm-view.el (mm-inline-render-with-function): Use multibyte
16024         buffer; decode html source by charset.
16025
16026         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16027
16028         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16029         Mule-UCS is loaded under XEmacs.
16030         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16031
16032 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16033
16034         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16035
16036 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * mm-util.el (mm-coding-system-p): Return a coding-system.
16039         (mm-mime-mule-charset-alist): Use shift_jis instead of
16040         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16041         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16042         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16043         instead of japanese-shift-jis and iso-latin-1 respectively in
16044         order to share the default value with both Emacs and XEmacs-mule.
16045         (mm-mule-charset-to-mime-charset): Make
16046         mm-coding-system-priorities effective.
16047         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16048         while predicating of candidates upon the priorities.
16049
16050 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16051
16052         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16053         gnus-uu-invert-processable.
16054
16055         * gnus.el: Autoload gnus-uu-invert-processable.
16056
16057 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * mm-util.el (mm-with-multibyte-buffer): New macro.
16060
16061         * rfc2047.el (rfc2047-encode-string): Use it.
16062         (rfc2047-encode-region): Move point to the end of the region after
16063         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16064
16065 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16068         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16069
16070 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16073         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16074         Karl Chen <quarl@nospam.quarl.org>.
16075
16076 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16077
16078         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16079         invalid addresses.
16080
16081 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16082
16083         * spam.el: Change section markers, revise TODO list.
16084         (spam-backends): Make new master list of all installed backends.
16085         (spam-summary-exit-behavior): Add new variable to determine how
16086         messages moves are done at summary exit.
16087         (spam-move-spam-nonspam-groups-only)
16088         (spam-process-ham-in-nonham-groups)
16089         (spam-process-ham-in-spam-groups): Remove variables, the
16090         spam-summary-exit-behavior variable should be used to manage this
16091         behavior.
16092         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16093         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16094         and spam-old-spam-articles.
16095         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16096         Add empty variables, placeholders for the backends they represent.
16097         (spam-set-difference): Move, unchanged.
16098         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16099         unless the user has a processor variable.
16100         (spam-classifications, spam-classification-valid-p)
16101         (spam-backend-properties, spam-backend-property-valid-p)
16102         (spam-backend-function-type-valid-p)
16103         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16104         (spam-report-articles-gmane, spam-report-articles-resend):
16105         Remove functions, they are not needed.
16106         (spam-install-backend-super, spam-backend-list)
16107         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16108         (spam-backend-function, spam-backend-ham-registration-function)
16109         (spam-backend-spam-registration-function)
16110         (spam-backend-ham-unregistration-function)
16111         (spam-backend-spam-unregistration-function)
16112         (spam-backend-statistical-p, spam-backend-mover-p)
16113         (spam-install-backend-alias, spam-install-checkonly-backend)
16114         (spam-install-mover-backend, spam-install-nocheck-backend)
16115         (spam-install-backend, spam-install-statistical-backend)
16116         (spam-install-statistical-checkonly-backend): Add backend installation
16117         support.
16118         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16119         (spam-group-processor-p): Use the new backend code and respect the
16120         summary exit behavior.
16121         (spam-mark-spam-as-expired-and-move-routine): Remove.
16122         (spam-summary-prepare): Change to use the new spam-old-articles
16123         variable.
16124         (spam-copy-or-move-routine, spam-copy-spam-routine)
16125         (spam-move-spam-routine, spam-copy-ham-routine)
16126         (spam-move-ham-routine): Add code to copy/move ham or spam.
16127         (spam-fetch-field-fast): Improve doc and code, plus allow the
16128         'number request.
16129         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16130         variables.
16131         (spam-split, spam-find-spam): Use the new backend code.
16132         (spam-registration-functions): Remove variable.
16133         (spam-unregister-routine): Add convenience wrapper.
16134         (spam-log-undo-registration, spam-register-routine)
16135         (spam-log-processing-to-registry)
16136         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16137         where possible.
16138         (spam-check-gmane-xref, spam-check-regex-headers)
16139         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16140         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16141         (spam-check-bogofilter-headers, spam-check-spamoracle)
16142         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16143         (spam-check-crm114-headers): Use the spam-split-group that
16144         spam-split prepares, no need to determine it every time.
16145
16146         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16147         to the nnheader-parse-naked-head call.
16148
16149         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16150
16151         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16152         the nnheader-nov-read-message-id call.
16153
16154 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16157         gnus-activate-group twice.  Suggested by Markus Peter
16158         <warp@spin.de>.
16159
16160 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * gnus-art.el (gnus-article-time-format): Exchange the order of
16163         day and month in the default value; fix customization type.
16164         (article-date-ut): Use add-text-properties.
16165         (article-make-date-line): Use message-make-date instead of
16166         current-time-string.
16167
16168         * message.el (message-fetch-field): Don't use set-text-properties.
16169         (message-make-date): Simplify.
16170
16171         * messagexmas.el (message-xmas-make-date): New function.
16172         (message-xmas-redefine): Defalias message-make-date to it.
16173
16174 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16177         (rfc2047-encode-region): Treat text within parentheses as special;
16178         show the original text when error has occurred.
16179
16180         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16181         already-computed method to gnus-activate-group.
16182
16183         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16184         same select-methods identical Lisp objects.
16185
16186         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16187         object when modifying the info.
16188
16189 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16190
16191         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16192         gnus-opened-servers since it has never been opened with the new
16193         configuration yet.
16194
16195 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16198         arg to nnheader-generate-fake-message-id.
16199
16200 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16201
16202         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16203         number and build a fake message ID localized to a group and
16204         article number (so it's repeatable from that point on).
16205         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16206         ID format.
16207
16208         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16209         nnheader-generate-fake-message-id with the article number.
16210
16211 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16212
16213         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16214         end-of-buffer.
16215
16216 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16217
16218         * message.el (message-ignored-supersedes-headers): Add Approved.
16219
16220 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16221
16222         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16223         goto-char.
16224         (rfc2047-encode): Fold the line before encoding.
16225
16226 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16227
16228         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16229         folding -- not all headers can be folded, and this should be done
16230         by the message composition mode.  Probably.  I think.
16231
16232 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16233
16234         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16235         fast.
16236
16237         * gnus-ems.el (gnus-remove-image): Don't use
16238         message-text-with-property; remove only the image found first.
16239
16240         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16241         found first.
16242
16243 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16244
16245         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16246
16247 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16248
16249         * message.el (message-text-with-property): Make it fast and accept
16250         optional arguments.
16251         (message-strip-forbidden-properties): Use it.
16252         (message-fix-before-sending): Follow the m-t-w-p change.
16253
16254         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16255
16256 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * gnus-art.el (article-hide-headers): Don't change the buffer
16259         mistakenly when performing mml-preview even if
16260         gnus-single-article-buffer is nil.
16261
16262 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16263
16264         * message.el (message-expand-name-databases): New user option.
16265         (message-expand-name): Use it.
16266
16267 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16268
16269         * spam.el (spam-report-articles-resend)
16270         (spam-report-resend-register-routine): Allow ham reporting.
16271         (spam-report-resend-register-ham-routine): Add wrapper.
16272         (spam-registration-functions): Add ham resending functions.
16273         (spam-list-of-processors): Add ham resend processor.
16274
16275         * gnus.el (ham-resend-to): Add new group parameter.
16276         (spam-process): Add ham resend option.
16277
16278         * spam-report.el (spam-report-resend): Allow reporting ham.
16279         (spam-report-resend-ham): Add wrapper.
16280
16281 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16282
16283         * message.el (message-cite-articles-with-x-no-archive): New
16284         variable.
16285         (message-cite-original): Use it.
16286
16287 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16288
16289         * message.el (message-cite-original): Respect X-No-Archive.
16290
16291 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * gnus-art.el (article-hide-headers): Refer to the values for
16294         gnus-ignored-headers and gnus-visible-headers in the summary
16295         buffer since a user may have set them as group parameters.
16296
16297 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16298
16299         * assistant.el (assistant-node-name): Add convenience function.
16300         (assistant-render-text, assistant-render-node): Add error handling,
16301         plus handle multiple next nodes.
16302         (assistant-find-next-node): Comment out for now.
16303         (assistant-find-next-nodes): Add function, returns list of next
16304         nodes.
16305
16306 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16307
16308         * mail-source.el (mail-source-directory): Fix doc-string.
16309
16310 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16311
16312         * assistant.el (assistant-render-text, assistant-eval): Add :set
16313         widget type, which is different because it takes and returns a
16314         list.  Much hilarity ensues.
16315
16316 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16317
16318         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16319
16320         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16321         doc-string.
16322
16323         * gnus-start.el (gnus-activate-group): Added doc-string.
16324
16325 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16328
16329 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16330
16331         * assistant.el (assistant-render-text): Try to add a :set
16332         widget, more to come.
16333
16334         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16335         strings.
16336         (spam-report-articles-resend)
16337         (spam-register-routine): Do registration iff any articles warrant
16338         it.
16339         (spam-summary-prepare-exit): Change log message for nil group
16340         destinations.
16341
16342 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16343
16344         * spam.el (spam-report-resend-register-routine): Allow
16345         spam-report-resend-to to be a group parameter or a global value.
16346
16347 2004-05-26  Simon Josefsson  <jas@extundo.com>
16348
16349         * starttls.el: Merge with my GNUTLS based starttls.el.
16350         (starttls-gnutls-program, starttls-use-gnutls)
16351         (starttls-extra-arguments, starttls-process-connection-type)
16352         (starttls-connect, starttls-failure, starttls-success): New
16353         variables.
16354         (starttls-program, starttls-extra-args): Doc fix.
16355         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16356         functions.
16357         (starttls-negotiate, starttls-open-stream): Check
16358         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16359         function if it is set.
16360
16361 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16364         structured fields.
16365
16366 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16369
16370 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16371
16372         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16373         variable.
16374         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16375         assigning the spam-mark to new messages.
16376
16377 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16378
16379         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16380
16381 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16384
16385         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16386         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16387         default.
16388
16389 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16390
16391         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16392         correct data.
16393
16394 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16395
16396         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16397         (spam-group-processor-p): Fix function.
16398         (spam-group-processor-multiple-p)
16399         (spam-group-spam-processor-report-gmane-p)
16400         (spam-group-spam-processor-report-resend-p)
16401         (spam-group-spam-processor-bogofilter-p)
16402         (spam-group-spam-processor-blacklist-p)
16403         (spam-group-spam-processor-ifile-p)
16404         (spam-group-ham-processor-ifile-p)
16405         (spam-group-spam-processor-spamoracle-p)
16406         (spam-group-spam-processor-crm114-p)
16407         (spam-group-ham-processor-bogofilter-p)
16408         (spam-group-spam-processor-stat-p)
16409         (spam-group-ham-processor-stat-p)
16410         (spam-group-ham-processor-whitelist-p)
16411         (spam-group-ham-processor-BBDB-p)
16412         (spam-group-ham-processor-spamoracle-p)
16413         (spam-group-ham-processor-copy-p): Remove functions with some
16414         prejudice against unneeded code.
16415         (spam-report-articles-resend)
16416         (spam-report-resend-register-routine): Allow the group/topic
16417         spam-resend-to value to override spam-report-resend-to.
16418         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16419         properly now.
16420
16421         * gnus.el (spam-resend-to): Add group/topic parameter.
16422         (spam-process): Move the OBSOLETE processors to the end of the
16423         choices.
16424
16425 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16426
16427         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16428         with resend-to set to nil, and then ask the user if necessary.
16429         (spam-report-resend): spam-report-resend takes a list of articles, not
16430         separate article numbers.
16431
16432 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16435         addition to emacs-w3m.
16436
16437 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16438
16439         * assistant.el (assistant-authinfo-data): New function.
16440         (assistant-eval): Eval for entire assistant.
16441
16442         * netrc.el (netrc-services-file): New variable.
16443         (netrc-parse-services): New function.
16444         (netrc-find-service-name): New function.
16445         (netrc-find-service-number): New function.
16446         (netrc-port-equal): New function.
16447         (netrc-machine): Use it.
16448
16449         * nnimap.el (nnimap-open-connection): Use netrc.
16450
16451         * gnus-util.el (gnus-netrc-get): Remove aliases.
16452
16453         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16454
16455         * assistant.el (wid-edit): Fix compilation.
16456
16457         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16458
16459 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16460
16461         * gnus-util.el (gnus-set-file-modes): New function.  (small
16462         patch).
16463
16464 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16465
16466         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16467
16468         * assistant.el (assistant-render-node): Fix up rendering and
16469         read-only text.
16470         (assistant-render-node): Reset.
16471         (assistant-make-read-only): Not sticky.
16472
16473 2004-05-20  Danny Siu  <dsiu@adobe.com>
16474
16475         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16476         centered even when gnus-auto-center-summary is t.
16477
16478 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16479
16480         * dns.el (dns-get-txt-answer): New function.
16481         (dns-read-txt): Ditto.
16482         (query-dns): Use it.
16483
16484 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16487         active for foreign groups even if the group level is higher than
16488         the specified value.
16489
16490 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16491
16492         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16493         non-active groups.
16494
16495         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16496
16497 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16498
16499         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16500
16501 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16502
16503         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16504         (spam-crm114-header, spam-crm114-spam-switch)
16505         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16506         (spam-crm114-positive-spam-header)
16507         (spam-crm114-database-directory, spam-list-of-processors)
16508         (spam-group-spam-processor-crm114-p)
16509         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16510         (spam-generic-score, spam-list-of-checks)
16511         (spam-list-of-statistical-checks, spam-registration-functions)
16512         (spam-check-crm114-headers, spam-crm114-score)
16513         (spam-check-crm114, spam-crm114-register-with-crm114)
16514         (spam-crm114-register-spam-routine)
16515         (spam-crm114-unregister-spam-routine)
16516         (spam-crm114-register-ham-routine)
16517         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16518         asjo@koldfront.dk (Adam Sjøgren).
16519
16520         * gnus.el: Add spam-use-crm114.
16521
16522         * spam.el (spam-list-of-processors, spam-registration-functions):
16523         Add spam-use-resend.
16524         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16525         (spam-report-articles-gmane): Add doc fix.
16526         (spam-report-articles-resend, spam-report-resend-register-routine):
16527         Add wrappers around spam-report-resend-to.
16528
16529         * spam-report.el (spam-report-resend-to, spam-report-resend):
16530         Add support for resending spam.
16531         (spam-report-gmane): Fix line length >80.
16532
16533         * gnus.el (spam-process): Add spam-use-resend.
16534
16535 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16536
16537         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16538         number of processed spam messages.
16539         (spam-ham-copy-or-move-routine): Return the number of processed
16540         ham messages.
16541         (spam-summary-prepare-exit): Use the above values to decide
16542         whether status messages shouled be displayed.
16543
16544 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16547         `rfc2047-encoding-function-alist' in order to avoid conflicting
16548         with the old version.
16549         (rfc2047-encode-region): Concatenate words containing non-ASCII
16550         characters in structured fields; don't encode space-delimited
16551         ASCII words even in unstructured fields; don't break words at
16552         char-category boundaries.
16553         (rfc2047-encode-1): New function.
16554         (rfc2047-encode): Use it; encode text so that it occupies the
16555         maximum width within 76-column; work correctly on Q encoding for
16556         iso-2022-* charsets.
16557         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16558         sure not to break a line just after the header name.
16559         (rfc2047-b-encode-region): Removed.
16560         (rfc2047-b-encode-string): New function.
16561         (rfc2047-q-encode-region): Removed.
16562         (rfc2047-q-encode-string): New function.
16563
16564         * mm-util.el (mm-replace-in-string): New function.
16565
16566 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16567
16568         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16569         get it right.
16570         (gnus-inews-make-draft): Really.
16571
16572 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16573
16574         * nnmh.el (nnmh-request-list-1): Don't check the link count
16575         before descending.  (small patch)
16576
16577 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16578
16579         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16580         stuff.
16581
16582         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16583         on real group name.
16584
16585         * gnus-art.el (gnus-signature-limit): Doc fix.
16586
16587         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16588
16589         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16590
16591 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16592
16593         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16594         isn't a string.
16595
16596 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16597
16598         * gnus-draft.el (gnus-draft-send): Bind
16599         rfc2047-encode-encoded-words.
16600
16601         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16602         (rfc2047-encodable-p): Say that =? needs encoding.
16603         (rfc2047-encode-encoded-words): New variable.
16604
16605         * gnus-group.el (gnus-group-select-group): Doc fix.
16606
16607         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16608
16609         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16610         to nil.
16611
16612         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16613
16614         * nnheader.el (nnheader-get-lines-and-char): New function.
16615
16616 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16617
16618         * gnus-msg.el (gnus-summary-followup-with-original): Document
16619         yanking of region when active.
16620
16621 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16624         groups if the group level is higher than the specified value.
16625
16626 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16627
16628         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16629         (gnus-group-jump-to-group): Added prefix argument using
16630         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16631         non-active group.
16632
16633         * compface.el (uncompface): Be verbose when changing
16634         `uncompface-use-external'.
16635
16636         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16637         handle manual section.
16638
16639 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16640
16641         * gnus-art.el (gnus-button-alist): Revert previous change.
16642
16643 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16644
16645         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16646
16647 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16648
16649         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16650         whether backend can accept message.
16651
16652         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16653
16654 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16655
16656         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16657         Avoid creating directory when nntp-marks-is-evil is true.
16658         Reported by Reiner Steib.
16659
16660 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16661
16662         * gnus-picon.el (gnus-picon-style): New variable.
16663         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16664         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16665         Jesper Harder <harder@ifa.au.dk>.
16666
16667 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16668
16669         * message.el (message-fill-field): Return point.
16670         (message-generate-headers): Go to end of field.
16671
16672         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16673         stuff for non-living groups.
16674
16675 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16676
16677         * gnus-art.el (gnus-article-followup-with-original)
16678         (gnus-article-reply-with-original): gnus-mark-active-p ->
16679         gnus-region-active-p.
16680
16681 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16682
16683         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16684         only when there is spam or ham to be processed.
16685
16686 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16687
16688         * mail-source.el (mail-source-delete-crash-box): Refactor.
16689         (mail-source-fetch): Use it.
16690         (mail-source-fetch-file): Ditto.
16691         (mail-source-fetch-directory): Run postscript in loop.
16692         (mail-source-fetch-pop): Delete.
16693         (mail-source-fetch-maildir): Ditto.
16694         (mail-source-fetch-imap): Ditto.
16695
16696         * imap.el (imap-authenticators): Comment out sasl.
16697
16698         * message.el (message-skip-to-next-address): New function.
16699         (message-fill-header-address): Refactor.
16700         (message-fill-address): Use it.
16701         (message-delete-address): Use it.
16702         (message-fill-header-general): Refactor.
16703         (message-fill-field-address): Rename.
16704         (message-narrow-to-field): Find the start of the header.
16705         (message-header-format-alist): Don't pre-fill.
16706         (message-fill-header): Removed.
16707         (message-insert-header): New function.
16708         (message-shorten-references): Use it.
16709
16710         * rfc2047.el (rfc2047-field-value): Strip props.
16711
16712         * mail-parse.el (mail-header-make-address): New alias.
16713
16714         * ietf-drums.el (ietf-drums-make-address): New function.
16715
16716         * imap.el: Add compiler directives.
16717
16718         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16719
16720         * gnus-art.el (article-decode-idna-rhs): Don't use
16721         message-idna-inside-rhs-p.
16722
16723 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16724
16725         * message.el (message-idna-inside-rhs-p): Removed.
16726         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16727
16728         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16729         false positives.
16730
16731 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16732
16733         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16734
16735 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16736
16737         * nneething.el (nneething-file-name): Don't create spurious
16738         files.
16739
16740         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16741         (gnus-inews-do-gcc): Remove sleep.
16742
16743         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16744         part under point.
16745
16746         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16747         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16748
16749 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16750
16751         * spam.el (spam-summary-prepare-exit): Fixed (length).
16752
16753 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16754
16755         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16756         as expired without moving it" message when there are spam
16757         messages left.
16758
16759 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16760
16761         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16762         header is not nil.
16763
16764 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16765
16766         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16767         nntp-possibly-create-directory, not nntp-possibly-change-group.
16768         (nntp-marks-changed-p): New arg SERVER.
16769         (nntp-request-update-info): Adjust caller.
16770
16771 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16772
16773         * nntp.el (nntp-save-marks): Pass missing arg.
16774
16775 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16776
16777         * nntp.el: Support marks.
16778         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16779         (nntp-marks-modtime, nntp-marks-directory): New variables.
16780         (nntp-request-set-mark, nntp-request-update-info)
16781         (nntp-possibly-create-directory, nntp-marks-changed-p)
16782         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16783         functions.
16784
16785 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16786
16787         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16788         (gnus-xmas-redefine): Rename.
16789
16790         * gnus-score.el (gnus-score-insert-help): Use
16791         gnus-select-lowest-window.
16792
16793         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16794         appt-select-lowest-window and rename to gnus-select-lowest-window.
16795
16796         * gnus.el: do.
16797
16798 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16799
16800         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16801         encodings of MIME-encoded words, in order to improve
16802         interoperability with several broken MUAs.
16803
16804 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16805
16806         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16807         tags, only when charsets are not specified in headers.
16808         (mm-inline-text-html-render-with-w3m): Ditto.
16809
16810         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16811         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16812
16813 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16814
16815         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16816         instead of MIME-decoded from fields when checking
16817         `gnus-article-address-banner-alist'.
16818
16819 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16820
16821         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16822         description rather than subject.
16823
16824 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16825
16826         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16827
16828 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16829
16830         * gnus.el (gnus-version-number): Bump.
16831
16832 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16833
16834         * gnus.el: No Gnus v0.2 is released.
16835
16836 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16837
16838         * gnus-agent.el (gnus-agent-read-agentview): Inline
16839         gnus-uncompress-range.
16840
16841 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16842
16843         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16844         `exec-installed-p'.
16845
16846 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16847
16848         * gnus.el (spam-process, spam-autodetect-methods): Add
16849         bsfilter and bsfilter-headers.
16850
16851         * spam.el (spam-bsfilter): New customize group.
16852         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16853         (spam-bsfilter-header, spam-bsfilter-probability-header)
16854         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16855         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16856         (spam-bsfilter-database-directory): New options.
16857         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16858         (spam-list-of-statistical-checks, spam-registration-functions):
16859         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16860         (spam-bsfilter-score): New command.
16861         (spam-check-bsfilter-headers, spam-check-bsfilter)
16862         (spam-bsfilter-register-with-bsfilter)
16863         (spam-bsfilter-register-spam-routine)
16864         (spam-bsfilter-unregister-spam-routine)
16865         (spam-bsfilter-register-ham-routine)
16866         (spam-bsfilter-unregister-ham-routine): New functions.
16867         (spam-generic-score): Support bsfilter; Accept an optional argument
16868         to recalcurate spam score even if scoring header has already been
16869         added.
16870         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16871         optional argument to recalcurate spam score even if scoring header
16872         has already been added.
16873
16874 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16875
16876         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16877         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16878         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16879         link is missing.
16880
16881 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16882
16883         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16884         (html2text-get-attr): Rewrite.
16885
16886         * message.el (message-setup-1): Remove redundant put-text-property
16887         on mail-header-separator.
16888
16889 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16890
16891         * gnus-registry.el (gnus-registry-cache-whitespace)
16892         (gnus-registry-action, gnus-registry-spool-action)
16893         (gnus-registry-split-fancy-with-parent): Change message levels
16894         from 5 to 3 or 7, as needed.
16895
16896         * spam.el (spam-summary-prepare-exit)
16897         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16898         (spam-split, spam-find-spam, spam-log-undo-registration)
16899         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16900         level from 5 to 6.
16901
16902 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16905         2004-03-04 change).
16906
16907 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16908
16909         * sieve-manage.el (sieve-manage-open):
16910         * nnweb.el (nnweb-insert-html):
16911         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16912         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16913         * nnspool.el (nnspool-request-group):
16914         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16915         * nnml.el (nnml-request-update-info):
16916         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16917         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16918         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16919         (nnimap-request-set-mark):
16920         * nnfolder.el (nnfolder-request-update-info):
16921         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16922         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16923         * gnus-uu.el (gnus-uu-find-articles-matching):
16924         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16925         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16926         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16927         * gnus-nocem.el (gnus-nocem-scan-groups):
16928         * gnus-int.el (gnus-start-news-server):
16929         * gnus-group.el (gnus-group-make-kiboze-group)
16930         (gnus-group-browse-foreign-server):
16931         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16932         Use mapc when appropriate.
16933
16934 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16935
16936         FIXME: Make separate entries for each person.
16937
16938         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16939         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16940         <shields@msrl.com>:
16941
16942         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16943         may need for spam sorting and scoring.
16944         (spam-user-format-function-S): Add user format function suitable for
16945         general use.
16946         (spam-article-sort-by-spam-status): Add sorting function for summary
16947         sorting.
16948         (spam-extra-header-to-number): Add function to get a score from a
16949         header.
16950         (spam-summary-score): Add function to get a numeric score from the
16951         headers.
16952         (spam-generic-score): Fix function doc, was in wrong place.
16953         (spam-initialize): Take symbols when it's run, and install the
16954         extra headers that spam-necessary-extra-headers thinks we need.
16955
16956 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16957
16958         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16959         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16960
16961 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16962
16963         * gnus-sum.el (gnus-set-global-variables)
16964         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16965         (gnus-article-get-xrefs, gnus-summary-best-group)
16966         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16967         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16968         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16969         Use with-current-buffer.
16970
16971 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16972
16973         * spam.el (spam-summary-prepare-exit): Simplify logic.
16974         (spam-fetch-article-header): Read the article header if it's not
16975         available.
16976         (spam-list-articles): Simplify logic.
16977         (spam-filelist-register-routine): Fix bug with unregister-list.
16978
16979         * gnus-registry.el: Fix comments at beginning.
16980
16981 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16982
16983         * message.el (message-cater-to-broken-inn): Remove.
16984         (message-shorten-references): Make sure the total folded length of
16985         References is shorter than 998 characters to cater to a bug in INN
16986         2.3.  Also, don't pretend that references aren't folded -- this
16987         hasn't worked for a while.
16988
16989 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16990
16991         * gnus-agent.el (gnus-agentize):
16992         gnus-agent-send-mail-real-function no longer set to current value
16993         of message-send-mail-function but rather a lambda that calls
16994         message-send-mail-function.  The change makes the agent real-time
16995         responsive to user changes to message-send-mail-function.
16996
16997 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16998
16999         * legacy-gnus-agent.el
17000         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17001         help from Florian Weimer <fw@deneb.enyo.de>
17002
17003 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17004
17005         * nnmail.el (nnmail-cache-insert): Revert last change.
17006
17007 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * nnmail.el (nnmail-cache-insert): Always check whether
17010         nnmail-cache-ignore-groups matches a group name.
17011
17012 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17013
17014         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17015         (spam-find-spam, spam-log-processing-to-registry)
17016         (spam-log-registered-p, spam-log-unregistration-needed-p)
17017         (spam-log-undo-registration): Use gnus-message instead of
17018         gnus-error, none of these errors are fatal.
17019
17020         * gnus-registry.el (gnus-registry-clean-empty-function)
17021         (gnus-registry-clean-empty): Remove only empty entries without
17022         extra data.
17023
17024 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17025
17026         * spam-stat.el (spam-stat-buffer-change-to-spam)
17027         (spam-stat-buffer-change-to-non-spam): Change (error) to
17028         (gnus-message 8) invocation.
17029
17030 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * nntp.el (nntp-via-netcat-command): New variable.
17033         (nntp-via-netcat-switches): New variable.
17034         (nntp-open-via-rlogin-and-netcat): New function.
17035         (nntp-open-connection-function): Doc fix.
17036         (nntp-telnet-command): Doc fix.
17037         (nntp-end-of-line): Doc fix.
17038         (nntp-via-rlogin-command): Doc fix.
17039         (nntp-via-user-name): Doc fix.
17040         (nntp-via-address): Doc fix.
17041
17042 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17045         error in Emacs 21.1.
17046
17047 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17048
17049         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17050
17051 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17052
17053         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17054         (gnus-agent-with-refreshed-group): New macro.
17055         (gnus-agent-rename-group): New function.
17056         (gnus-agent-delete-group): New function.
17057         (gnus-agent-save-group-info): Use gnus-command-method when
17058         `method' parameter is nil.  Don't write nil entries into the
17059         active file.
17060         (gnus-agent-get-group-info): New function.
17061         (gnus-agent-fetch-articles): Use
17062         gnus-agent-update-files-total-fetched-for to increment disk space
17063         used.
17064         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17065         gnus-agent-update-view-total-fetched-for to increment disk space
17066         used.
17067         (gnus-agent-get-local): Added optional parameters to avoid calling
17068         gnus-group-real-name and gnus-find-method-for-group.
17069         (gnus-agent-set-local): Delete stored entry if either min, or max,
17070         are nil.
17071         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17072         quit, use gnus-agent-regenerate-group to record existance of any
17073         articles fetched to disk before the quit occurred.
17074         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17075         gnus-agent-update-view-total-fetched-for, and
17076         gnus-agent-update-files-total-fetched-for to decrement disk space
17077         used.
17078         (gnus-agent-retrieve-headers): Use
17079         gnus-agent-update-view-total-fetched-for to increment disk space
17080         used.
17081         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17082         with gnus-agent-update-files-total-fetched-for to decrement disk
17083         space and fresh group buffer.
17084         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17085         (gnus-agent-need-update-total-fetched-for): New variable.
17086         (gnus-agent-update-files-total-fetched-for): New function.
17087         (gnus-agent-update-view-total-fetched-for): New function.
17088         (gnus-agent-total-fetched-for): New function.
17089
17090         * gnus-cache.el (gnus-cache-save-buffers): Use
17091         gnus-cache-update-overview-total-fetched-for to change disk space
17092         used by this group.
17093         (gnus-cache-possibly-enter-article): Use
17094         gnus-cache-update-file-total-fetched-for to increment disk space
17095         used by this group.
17096         (gnus-cache-possibly-remove-article): Use
17097         gnus-cache-update-file-total-fetched-for to decrement disk space
17098         used by this group.
17099         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17100         (gnus-cache-rename-group): New function.
17101         (gnus-cache-delete-group): New function.
17102         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17103         (gnus-cache-need-update-total-fetched-for): New variable.
17104         (gnus-cache-with-refreshed-group): New macro.
17105         (gnus-cache-update-file-total-fetched-for): New function.
17106         (gnus-cache-update-overview-total-fetched-for): New function.
17107         (gnus-cache-rename-group-total-fetched-for): New function.
17108         (gnus-cache-delete-group-total-fetched-for): New function.
17109         (gnus-cache-total-fetched-for): New function.
17110
17111         * gnus-group.el: Require gnus-sum and autoload functions to
17112         resolve warnings when gnus-group.el compiled alone.
17113         (gnus-group-line-format): Documented new %F.
17114         (size of Fetched data) group line format; identifies disk space
17115         used by agent and cache.
17116         (gnus-group-line-format-alist): Defined new F format.
17117         (gnus-total-fetched-for): New function.
17118         (gnus-group-delete-group): No longer update
17119         gnus-cache-active-altered as gnus-request-delete-group now keeps
17120         the cache in sync.
17121         (gnus-group-list-active): Let the agent store a server's active
17122         list if currently plugged.
17123
17124         * gnus-int.el (gnus-request-delete-group):
17125         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17126         local disk in sync with the server.
17127         (gnus-request-rename-group):
17128         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17129         local disk in sync with the server.
17130
17131         * gnus-start.el (gnus-get-unread-articles):
17132         Cosmetic simplification to logic.
17133
17134         * gnus-util.el (gnus-rename-file): New function.
17135
17136 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17137
17138         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17139
17140 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17141
17142         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17143         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17144
17145 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17146
17147         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17148         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17149
17150 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17151
17152         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17153
17154 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17155
17156         * spam.el (spam-set-difference): Add function to replace
17157         gnus-set-difference in spam.el.
17158         (spam-summary-prepare-exit): Use spam-set-difference.
17159
17160 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17161
17162         * gnus-registry.el (gnus-registry-cache-file): Update to use
17163         gnus-dribble-directory OR gnus-home-directory OR ~.
17164         (gnus-registry-split-fancy-with-parent): Fix doc.
17165
17166 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17167
17168         * message.el (message-exchange-point-and-mark): Use
17169         message-mark-active-p.  Suggested by Jesper Harder
17170         <harder@ifa.au.dk>.
17171
17172 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * message.el (message-exchange-point-and-mark): Don't activate
17175         region if it was inactive.  Suggested by Hiroshi Fujishima
17176         <pooh@nature.tsukuba.ac.jp>.
17177
17178 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17179
17180         * gnus-art.el (article-display-face): Display Faces in the same
17181         order as X-Faces.
17182
17183 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17184
17185         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17186
17187 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17188
17189         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17190         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17191         (gnus-article-mime-hierarchy): Remove.
17192         (gnus-article-mime-hierarchy-next): Remove.
17193         (gnus-article-mode): Revert 2004-03-19 change.
17194         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17195         (gnus-insert-mime-button): Revert 2004-03-19 change.
17196         (gnus-mime-accumulate-hierarchy): Remove.
17197         (gnus-mime-enter-multipart): Remove.
17198         (gnus-mime-leave-multipart): Remove.
17199         (gnus-mime-display-part): Revert 2004-03-19 change.
17200         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17201
17202         * mml.el (mml-preview): Revert 2004-03-19 change.
17203
17204 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17205
17206         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17207
17208 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17211         t while entering a file name using the mm-with-multibyte macro.
17212         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17213
17214         * mm-util.el (mm-with-multibyte): New macro.
17215
17216 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17219         user option.
17220         (gnus-mime-multipart-functions): Doc and customization fix.
17221         (gnus-article-mime-hierarchy): New variable.
17222         (gnus-article-mime-hierarchy-next): New variable.
17223         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17224         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17225         gnus-article-mime-hierarchy-next to nil.
17226         (gnus-insert-mime-button): Show hierarchy numbers.
17227         (gnus-mime-accumulate-hierarchy): New function.
17228         (gnus-mime-enter-multipart): New function.
17229         (gnus-mime-leave-multipart): New function.
17230         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17231         (gnus-mime-display-alternative): Show hierarchy numbers.
17232
17233         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17234         gnus-article-mime-hierarchy-next to nil.
17235
17236 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17237
17238         * dns.el: Don't require gnus-xmas.
17239
17240 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17241
17242         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17243         inline PGP.
17244         (mml-menu): Disable mml-quote-region if mark is inactive.
17245
17246 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17249         when the group's active is not available.
17250
17251 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17254         error.
17255
17256 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17257
17258         * imap.el (imap-store-password): New variable.
17259         (imap-interactive-login): Use it.
17260         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17261
17262 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17265         window-start and hscroll to summary window.
17266
17267 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17268
17269         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17270         conversion message to newsrc-dribble when an actual conversion is
17271         performed.
17272
17273 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17274
17275         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17276
17277 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * mm-decode.el (mm-complicated-handles): New function reviving
17280         former definition of mm-multiple-handles.
17281
17282         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17283         (gnus-mime-delete-part): Use it.
17284
17285 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17286
17287         * gnus-agent.el (gnus-agent-read-local): Bind
17288         nnheader-file-coding-system to gnus-agent-file-coding-system to
17289         avoid the implicit assumption that they will always be equal.
17290         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17291         coding-system-for-write, as the with-temp-file macro first prints
17292         to a buffer then saves the buffer.
17293
17294 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-art.el (gnus-article-edit-part): New function.
17297         (gnus-mime-save-part-and-strip): Use it; do query instead of
17298         signaling an error; don't use mm-multiple-handles.
17299         (gnus-mime-delete-part): Ditto.
17300
17301 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17302
17303         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17304         old file versions.
17305         (gnus-group-prepare-hook): Removed function that converted list
17306         form of gnus-agent-expire-days to group properties.
17307
17308         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17309         (gnus-request-accept-article): Re-indented.
17310
17311         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17312         converters to handle old agent file formats.  Added logic for a
17313         "backup before upgrading warning".
17314         (gnus-convert-mark-converter-prompt): Developers can mark
17315         functions as needing (default), or not needing,
17316         gnus-convert-old-newsrc's "backup before upgrading warning".
17317         (gnus-convert-converter-needs-prompt): Tests whether the user
17318         should be protected from potentially irreversable changes by the
17319         function.
17320
17321         * legacy-gnus-agent.el: New.  Provides converters that are only
17322         loaded when gnus-convert-old-newsrc needs to call them.
17323
17324 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17325
17326         * mail-source.el (mail-source-touch-pop): Doc fix.
17327
17328         * message.el (message-smtpmail-send-it): Doc fix.
17329
17330 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17331
17332         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17333
17334         * nnmail.el (nnmail-split-fancy): do.
17335
17336         * gnus-kill.el (gnus-kill, gnus-execute): do.
17337
17338 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17339
17340         * gnus-sum.el (gnus-widget-reversible-match)
17341         (gnus-widget-reversible-to-internal)
17342         (gnus-widget-reversible-to-external): New functions.
17343         (gnus-widget-reversible): New widget.
17344         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17345
17346 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17347
17348         * gnus-sum.el (gnus-thread-sort-functions)
17349         (gnus-article-sort-functions): Document `(not F)' items.
17350
17351 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17352
17353         * spam.el (spam-use-gmane-xref): Add new backend.
17354         (spam-gmane-xref-spam-group): Add variable to control the name of the
17355         Gmane spam group.
17356         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17357         (spam-regex-headers-spam, spam-regex-headers-ham)
17358         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17359         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17360         backends and checks.
17361         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17362
17363         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17364         an autodetect method.
17365
17366 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17367
17368         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17369         articles are being added to a group.
17370         (gnus-request-replace-article): Inform the agent that articles
17371         need to be uncached as the cached contents are no longer valid.
17372
17373 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * binhex.el: Don't autoload executable-find.
17376
17377         * canlock.el: Don't autoload mail-fetch-field.
17378
17379         * dgnushack.el: Autoload c-mode for XEmacs.
17380
17381         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17382
17383         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17384         rmail-dont-reply-to and rmail-output.
17385
17386         * gnus-score.el: Don't autoload ffap-string-at-point.
17387
17388         * gnus-setup.el: Don't autoload sc-cite-original.
17389
17390         * imap.el: Don't autoload base64-decode-string,
17391         base64-encode-string and md5.
17392
17393         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17394         and rmail-msg-restore-non-pruned-header.
17395
17396         * mm-decode.el: Don't autoload executable-find.
17397
17398         * mm-url.el: Don't autoload executable-find.
17399
17400         * mm-view.el: Don't autoload diff-mode.
17401
17402         * nndb.el: Don't autoload news-reply-mode, news-setup,
17403         cancel-timer and telnet.
17404
17405         * password.el: Don't autoload run-at-time for Emacs.
17406
17407         * sha1-el.el: Don't autoload executable-find.
17408
17409         * sieve-mode.el: Don't autoload c-mode.
17410
17411         * uudecode.el: Don't autoload executable-find.
17412
17413 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17414
17415         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17416         (gnus-agent-possibly-alter-active): Avoid null in numeric
17417         comparison.
17418         (gnus-agent-set-local): Refuse to save null in local object table.
17419         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17420         list of articles that will be marked as unread.
17421
17422 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17425
17426 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17427
17428         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17429         language tags.
17430
17431 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17432
17433         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17434         Don't bind "obarray".
17435
17436         * gnus-sum.el (gnus-thread-sort-functions): Added
17437         `gnus-thread-sort-by-most-recent-number' and
17438         `gnus-thread-sort-by-most-recent-date'.
17439         Reported by Kai Grossjohann <kai@emptydomain.de>.
17440
17441 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17442
17443         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17444
17445 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17446
17447         * gnus-cus.el (gnus-agent-customize-category): Removed
17448         ignore-errors macro reference that required cl to be loaded at
17449         run-time.
17450
17451         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17452         single-interval range of the form (min . max).  Previously the
17453         range had to look like ((min . max)).  Likewise, return
17454         (min . max) rather than ((min . max)).
17455         (gnus-range-map): Use gnus-range-normalize to accept
17456         single-interval range.
17457
17458         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17459         the cache, but not the agent, now appear with their usual face.
17460
17461         * dgnushack.el (loaddir): New variable that is bound to the
17462         directory containing the dgnushack.el file. Use loaddir, rather
17463         than srcdir, to update load-path. Change lets dgnushack compile
17464         code in directories other than GNUS/lisp.
17465
17466 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * lpath.el: Don't bind w3m-safe-url-regexp.
17469
17470         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17471         w3m-safe-url-regexp variable buffer-local.
17472
17473         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17474
17475 2004-02-27  Simon Josefsson  <jas@extundo.com>
17476
17477         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17478         gnus-group-real-prefix.
17479         (gnus-summary-move-article): Use it, instead of
17480         gnus-group-real-prefix.
17481
17482 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * lpath.el: Bind w3m-safe-url-regexp.
17485
17486         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17487         w3m-safe-url-regexp variable buffer-local and set it as the value
17488         of mm-w3m-safe-url-regexp.
17489
17490         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17491
17492         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17493         parsing gnus-posting-styles when the message is not for replying.
17494
17495         * dgnushack.el: Autoload sgml-mode for XEmacs.
17496
17497         * nnrss.el (nnrss-opml-export): Use
17498         mm-set-buffer-file-coding-system instead of
17499         set-buffer-file-coding-system.
17500
17501 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17502
17503         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17504         of checkdoc.el).
17505         * nnrss.el: do.
17506         * gnus-mlspl.el: do.
17507         * gnus-ml.el: do.
17508         * gnus-srvr.el: do.
17509
17510         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17511
17512 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17513
17514         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17515         Corrections to custom-manual links.
17516
17517         * gnus-art.el (gnus-article): Ditto.
17518
17519         * mm-decode.el (mime-display, mime-security): Ditto.
17520
17521 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17522
17523         * flow-fill.el: Typo.
17524
17525 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17526
17527         * spam-wash.el: New file.
17528
17529 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17530
17531         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17532
17533 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17534
17535         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17536         to be run with new-articles as LIST1, not LIST2.
17537         (spam-registration-functions): Add spam-use-ham-copy as a nil
17538         registration backend.
17539
17540 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17541
17542         * spam-stat.el (spam-stat-washing-hook): New option.
17543         (spam-stat-buffer-words): Use it.
17544         (spam-stat-process-directory, spam-stat-test-directory): Use
17545         insert-file-contents-literally.
17546         (spam-stat-coding-system): New variable.
17547         (spam-stat-load, spam-stat-save): Use it.
17548
17549 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * spam-report.el (spam-report-plug-agent): Quote
17552         spam-report-url-to-file and spam-report-url-ping-plain.
17553
17554 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17555
17556         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17557         / in mailto URLs.
17558
17559 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17560
17561         * spam-report.el (spam-report-process-queue): Fix interactive use.
17562         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17563         (spam-report-unplug-agent): Doc fixes.
17564         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17565         (spam-report-agentize, spam-report-deagentize): Autoload.
17566
17567 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17570
17571         * message.el (message-setup-fill-variables): Add mml tags to
17572         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17573         <ajk@iu.edu>.
17574         (message-mode): Don't modify paragraph-separate there.
17575
17576 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * compface.el (uncompface-use-external): Default to undecided.
17579         (uncompface-use-external-threshold): New variable.
17580         (uncompface-float-time): New macro.
17581         (uncompface): Determine whether to use the external decoder if
17582         uncompface-use-external is undecided.
17583
17584 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17585
17586         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17587         after images.
17588
17589         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17590
17591 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17592
17593         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17594
17595         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17596
17597         * gnus-sum.el (gnus-summary-limit-to-age)
17598         (gnus-summary-limit-children): do.
17599
17600         * gnus-int.el (gnus-request-scan): do.
17601
17602         * gnus-group.el (gnus-group-suspend): do.
17603
17604         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17605
17606         * gnus-cite.el (gnus-cite-parse-attributions): do.
17607
17608         * gnus-agent.el (gnus-summary-set-agent-mark)
17609         (gnus-agent-regenerate-group): do.
17610
17611         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17612
17613         * binhex.el (binhex-decode-region-internal): do.
17614
17615 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17616
17617         * gnus-fun.el (gnus-face-properties-alist): New user option.
17618         (gnus-display-x-face-in-from): Use it.
17619
17620         * gnus-art.el (article-display-face): Ditto.
17621
17622         * compface.el (uncompface-use-external): Default to nil.
17623
17624 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17625
17626         * nntp.el (nntp-erase-buffer): New function.
17627         (nntp-retrieve-data, nntp-send-command)
17628         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17629         (nntp-possibly-change-group): Use it.
17630
17631         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17632         with-current-buffer.
17633
17634 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17635
17636         * compface.el: Merge the ELisp-based uncompface program.
17637         (compface): New customization group.
17638         (uncompface-use-external): New user option.
17639         (uncompface): Call uncompface-internal if uncompface-use-external
17640         is nil.
17641         (uncompface-internal): New function.  Note that there are also
17642         some other functions and variables added for this function.
17643
17644 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17645
17646         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17647         if necessary.
17648
17649 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17650
17651         * spam-report.el (spam-report-unplug-agent)
17652         (spam-report-plug-agent, spam-report-deagentize)
17653         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17654         Add support for the Agent in spam-report: when unplugged, report to a
17655         file; when plugged, submit all the requests.
17656
17657         * spam.el (spam-register-routine): Fix message about
17658         registration.
17659
17660 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17661
17662         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17663         dependencies.
17664         (rfc2047-encode): Use it.
17665
17666         * gnus-art.el (gnus-button-marker-list): Move before first
17667         reference.
17668
17669         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17670         (imap-parse-body): Fix format string mismatch.
17671
17672         * gnus-score.el (gnus-summary-increase-score): do.
17673
17674         * nnrss.el (nnrss-close): New function.
17675
17676 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17677
17678         * nnrss.el (nnrss-make-filename): New function.
17679         (nnrss-request-delete-group, nnrss-read-server-data)
17680         (nnrss-save-server-data, nnrss-read-group-data)
17681         (nnrss-save-group-data): Use it.
17682         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17683         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17684         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17685
17686 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17687
17688         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17689
17690 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17691
17692         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17693         files.
17694
17695         * message.el (message-generate-headers-first): Don't quote nil
17696         and t in docstrings.
17697
17698         * imap.el (imap-id): do.
17699
17700         * gnus-agent.el (gnus-agent-consider-all-articles)
17701         (gnus-agent-queue-mail): do.
17702
17703 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17704
17705         * spam-report.el (spam-report-process-queue): New function.
17706         Process requests from `spam-report-requests-file'.
17707         (spam-report-process-queue): Doc fix.
17708
17709 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17710
17711         * spam.el (spam-register-routine)
17712         (spam-log-processing-to-registry, spam-log-registered-p)
17713         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17714         Change "check" to "spam-check" for semi-clarity.
17715
17716 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17717
17718         * pop3.el: Require nnheader.
17719
17720         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17721
17722         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17723
17724         * gnus-picon.el: Require cl.
17725
17726         * gnus-fun.el: Require gnus-ems and gnus-util.
17727
17728         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17729
17730         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17731
17732         * gnus-art.el (gnus-article-edit-mode): Define before first
17733         reference.
17734
17735 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17736
17737         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17738         (gnus-uu-post-encoded): Use point-at-bol.
17739
17740         * gnus-topic.el (gnus-group-active-topic-p): do.
17741
17742         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17743
17744         * gnus-group.el (gnus-group-kill-region): do.
17745
17746         * gnus-art.el (article-date-ut): do.
17747
17748         * message.el (message-fetch-field): Remove redundant
17749         case-fold-search binding.
17750         (message-narrow-to-field): Simplify.
17751
17752 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17753
17754         * spam.el (spam-directory): Derive from `gnus-directory'.
17755
17756         * spam-report.el (spam-report-url-to-file)
17757         (spam-report-requests-file): New function and variable for offline
17758         reporting.
17759         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17760         and user defined function.
17761         (spam-report-url-ping-mm-url): Remove doubled slash.
17762
17763 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17764
17765         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17766
17767 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17768
17769         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17770         format string mismatch.
17771
17772         * sieve.el (sieve-deactivate-all): do.
17773
17774         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17775
17776         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17777
17778         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17779
17780         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17781
17782 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17783
17784         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17785         the list of checks.
17786
17787 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17788
17789         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17790         padding.
17791
17792 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17793
17794         * mm-view.el (mm-fill-flowed): New variable.
17795         (mm-inline-text): Use it.
17796
17797 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17798
17799         * spam.el (spam-spamassassin-register-ham-routine)
17800         (spam-spamassassin-register-spam-routine): Fix function names.
17801
17802 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * gnus.el (gnus-tmp-grouplens): Remove.
17805         (gnus-summary-line-format): Remove grouplens.
17806
17807         * gnus-group.el (gnus-group-line-format): Ditto.
17808
17809         * gnus-spec.el (gnus-format-specs): Ditto.
17810         (gnus-update-format-specifications): Flush the group format spec
17811         cache if there's the grouplens stuff.
17812         (gnus-parse-simple-format): Replace %l with the empty string.
17813
17814 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17815
17816         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17817         omission.
17818
17819 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17822         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17823
17824 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17825
17826         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17827         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17828         New macros and functions.
17829         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17830         Handle > NLINK_MAX messages.
17831         * nnmaildir.el (nnmaildir-request-set-mark): Use
17832         nnmaildir--emlink-p and nnmaildir--eexist-p.
17833
17834 2004-01-25  Alex Schroeder  <alex@gnu.org>
17835
17836         * spam-stat.el (spam-stat-process-directory-age): New option.
17837         (spam-stat-process-directory): Use it.
17838
17839 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17840
17841         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17842         (spam-stat-save): Accept prefix argument.
17843
17844 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17845
17846         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17847         links" error.
17848
17849 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17852         the rest of the and/or forms.
17853
17854 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17855
17856         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17857         compatibility with old .newsrc.eld files.
17858
17859         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17860
17861         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17862
17863         * gnus-start.el (gnus-1): do.
17864
17865         * gnus-group.el (gnus-group-line-format-alist): do.
17866
17867         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17868
17869         * gnus-gl.el: Remove.
17870
17871 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17872
17873         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17874         marks consisting of a single range {for example, (3 . 5)} rather
17875         than a list of a single range { ((3 . 5)) }.
17876
17877 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17878
17879         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17880         with-current-buffer.
17881         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17882         avoid consing a string.
17883
17884         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17885         Remove obsolete entries for big5 and gb2312.
17886
17887 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17888
17889         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17890         uncompressed list.
17891
17892 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17893
17894         * spam-stat.el (spam-stat-strip-xref): New function.
17895         (spam-stat-process-directory): Use it.
17896
17897         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17898         here -- it's done in message-fetch-field.
17899
17900 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17901
17902         * gnus-agent.el (gnus-agent-queue-mail)
17903         (gnus-agent-prompt-send-queue): New variables.
17904         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17905         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17906         "nndraft:queue" along to gnus-draft-send.  Use
17907         gnus-agent-prompt-send-queue.
17908         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17909         is "nndraft:queue".  Suggested by Gaute Strokkenes
17910         <gs234@srcf.ucam.org>
17911
17912         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17913         (agent-enable-undownloaded-faces): Added.
17914         (gnus-agent-cat-groups): Use eval-and-compile, not
17915         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17916         method of gnus-agent-cat-groups even when the buffer has been
17917         evaled.
17918         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17919         delete gnus-agent-save-active-1.
17920         (gnus-agent-save-groups): Deleted.  Identical to
17921         gnus-agent-save-active.
17922         (gnus-agent-write-active): No longer adjust agent's copy of active
17923         file as agent's adjustments are now stored in their own
17924         file.  Removed optional parameter.
17925         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17926         servers.  Add use of min/max range limits from server's local
17927         file.
17928         (gnus-agent-save-alist): Removed unused optional argument.
17929         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17930         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17931         (gnus-agent-set-local): A per-server file that keeps min/max range
17932         limits for articles known to the agent.  Provides a fast mechanism
17933         for altering many active ranges.
17934         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17935         active file (local makes it unnecessary).
17936         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17937
17938         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17939         (agent-enable-undownloaded-faces): Added.
17940
17941         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17942         disable it when sending to "nndraft:queue".
17943         (gnus-group-send-queue): Add safety check to avoid sending queue
17944         when unplugged.
17945
17946         * gnus-group.el (gnus-group-catchup): Use new
17947         gnus-sequence-of-unread-articles, not
17948         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17949         numbers of articles.  Use gnus-range-map to avoid having to
17950         uncompress the unread list.
17951         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17952         Fixed invalid ange-ftp reference.
17953
17954         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17955         (gnus-sorted-range-intersection): Intersection of two ranges
17956         without requiring that they first be uncompressed.
17957
17958         * gnus-start.el (gnus-activate-group): Unless blocked by the
17959         caller, possibly expand the active range to include both cached
17960         and agentized articles.
17961         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17962         multiple version-dependent converters.
17963         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17964         gnus-agent-save-active.
17965         (gnus-save-newsrc-file): Save dirty agent range limits.
17966
17967         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17968         gnus-agent-possibly-alter-active.
17969         (gnus-adjust-marked-articles): Faster handling of simple lists.
17970
17971 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17972
17973         * spam-stat.el (spam-stat-test-directory): New optional argument
17974         displays a list of files detected.  Suggested by Andrew Cohen
17975         <cohen@andy.bu.edu>.
17976         (spam-stat-buffer-words-with-scores): Don't narrow and change
17977         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17978
17979 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17980
17981         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17982         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17983         (spam-spamassassin-arguments)
17984         (spam-spamassassin-spam-flag-header)
17985         (spam-spamassassin-positive-spam-flag-header)
17986         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17987         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17988         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17989         (spam-list-of-processors, spam-list-of-checks)
17990         (spam-list-of-statistical-checks, spam-registration-functions)
17991         (spam-check-spamassassin-headers, spam-check-spamassassin)
17992         (spam-spamassassin-score)
17993         (spam-spamassassin-register-with-sa-learn)
17994         (spam-spamassassin-register-spam-routine)
17995         (spam-spamassassin-register-ham-routine)
17996         (spam-assassin-register-spam-routine)
17997         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17998         (spam-bogofilter-score): Fix to show article before scoring.
17999
18000 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18001
18002         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18003         default scoring function.
18004         (spam-generic-score): Call spam-spamassassin-score if
18005         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18006         spam-bogofilter-score otherwise.
18007
18008         * gnus.el (spam-process, spam-autodetect-methods): Add
18009         spamassassin and spamassassin-headers.
18010
18011 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18012
18013         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18014         Suppress unnecessary messages.
18015
18016 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18017
18018         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18019         make-hash-table.
18020
18021 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * canlock.el (base64-encode-string): Don't autoload it.
18024
18025 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18026
18027         * run-at-time.el: Remove useless (require 'itimer),
18028         eval-and-compile and (featurep 'xemacs).
18029
18030 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18031
18032         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18033         GROUP is a virtual group.
18034
18035 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18036
18037         * gnus.el: Autoload `message-y-or-n-p'.
18038
18039 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18040
18041         * pgg-parse.el: Remove unnecessary (require 'custom).
18042
18043         * pgg-def.el: do.
18044
18045         * nnmail.el: do.
18046
18047         * gnus-undo.el: do.
18048
18049         * gnus-picon.el: do.
18050
18051         * gnus-util.el: do.
18052
18053 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18054
18055         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18056
18057 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18060         handle, as well as a list.
18061
18062         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18063         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18064         (mm-w3m-cid-retrieve): Simplify.
18065
18066 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18067
18068         * message.el (message-kill-to-signature): Allow prefix arg to
18069         specify number of lines to keep before signature.
18070
18071 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18072
18073         * message.el (message-kill-to-signature): Change docstring.
18074
18075 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * canlock.el: Always require sha1-el.
18078         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18079
18080         * message.el: Autoload sha1 only when compiling.
18081
18082         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18083         eudc-expand-inline for XEmacs.
18084
18085 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18086
18087         * message.el (message-canlock-generate): Require sha1-el.
18088
18089 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18090
18091         * message.el (message-expand-name): Silence the byte compiler.
18092
18093         * lpath.el: Add detect-coding-system.
18094
18095         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18096         cus-edit.
18097
18098 2004-01-13  Simon Josefsson  <jas@extundo.com>
18099
18100         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18101         Invoke gnus-score-mode.  Reported by
18102         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18103
18104         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18105         Jim Blandy <jimb@redhat.com> (tiny change).
18106
18107 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18108
18109         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18110
18111 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18112
18113         * spam.el (spam-get-article-as-string): Update to use
18114         gnus-request-article-this-buffer, much simpler.
18115         (spam-get-article-as-buffer): Remove.
18116
18117 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18118
18119         * message.el (message-expand-name): Use EUDC if the user uses that.
18120
18121 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18122
18123         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18124         character for the encoding to avoid consing a string.
18125
18126         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18127         unnecessarily.
18128
18129         * mm-util.el (mm-replace-chars-in-string): Remove.
18130
18131         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18132         of mm-replace-chars-in-string.
18133
18134 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18135
18136         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18137
18138         * mm-util.el (mm-subst-char-in-string): Support inplace.
18139
18140         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18141         a new string in every iteration.  Use shy groups.
18142
18143 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18144
18145         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18146         * gnus-soup.el (gnus-soup-group-brew):
18147         * gnus-msg.el (gnus-put-message):
18148         * gnus-move.el (gnus-group-move-group-to-server):
18149         * gnus-kill.el (gnus-batch-score):
18150         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18151         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18152         (gnus-group-update-group, gnus-group-read-group)
18153         (gnus-group-make-group, gnus-group-make-help-group)
18154         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18155         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18156         (gnus-group-sort-by-unread, gnus-group-catchup)
18157         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18158         (gnus-group-yank-group, gnus-group-set-info)
18159         (gnus-group-list-groups):
18160         * gnus.el (gnus-generate-new-group-name):
18161         * gnus-delay.el (gnus-delay-send-queue):
18162         * nnvirtual.el (nnvirtual-catchup-group):
18163         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18164         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18165         (gnus-group-prepare-topics, gnus-topic-check-topology):
18166         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18167         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18168         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18169         (gnus-group-make-articles-read):
18170         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18171         (gnus-group-change-level, gnus-kill-newsgroup)
18172         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18173         (gnus-get-unread-articles, gnus-make-articles-unread)
18174         (gnus-make-ascending-articles-unread): Use accessor
18175         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18176         to get group information for improved readability.
18177
18178
18179 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18180
18181         * gnus-art.el (article-decode-mime-words, article-babel)
18182         (gnus-article-highlight-signature, gnus-article-add-buttons)
18183         (gnus-signature-toggle): Use gnus-with-article-buffer.
18184
18185         * gnus-art.el (gnus-article-highlight-headers)
18186         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18187
18188         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18189         (gnus-article-set-globals, gnus-request-article-this-buffer)
18190         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18191         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18192         (gnus-mime-display-alternative): Use with-current-buffer.
18193
18194 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18195
18196         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18197         also under 80 char limit, and call gnus-error if needed.
18198         (spam-fetch-article-header): Fix - it was a
18199         buffer-local variable (gnus-newsgroup-data).
18200         (spam-find-spam): Use spam-generate-fake-headers, forget about
18201         spam-insert-fake-headers.
18202         (spam-insert-fake-headers): Remove.
18203
18204 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18205
18206         * deuglify.el (gnus-article-outlook-unwrap-lines)
18207         (gnus-outlook-rearrange-article)
18208         (gnus-outlook-repair-attribution-outlook)
18209         (gnus-outlook-repair-attribution-block)
18210         (gnus-outlook-repair-attribution-other): Remove redundant
18211         save-excursion.
18212
18213 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18214
18215         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18216         (spam-fetch-field-subject-fast)
18217         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18218         (spam-fetch-article-header): Add functions to deal with Gnus
18219         internals for fast retrieval of article header data.
18220         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18221
18222 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18223
18224         * pop3.el (pop3-md5): Remove.
18225         (pop3-apop): Replace pop3-md5 with md5.
18226
18227         * mm-bodies.el: base64 is always built-in.
18228
18229         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18230         with-current-buffer.
18231
18232 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * canlock.el (canlock-insert-header): Remove excessive grouping in
18235         regexp.
18236
18237         * gnus-sum.el (gnus-summary-read-document): Ditto.
18238
18239         * gnus-uu.el (gnus-uu-part-number): Ditto.
18240
18241         * html2text.el (html2text-remove-tags): Ditto.
18242         (html2text-format-tags): Ditto.
18243         (html2text-format-single-elements): Ditto.
18244
18245         * mml.el (mml-parse-1): Ditto.
18246
18247 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18248
18249         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18250
18251         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18252
18253         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18254
18255         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18256
18257 2003-11-15  Simon Josefsson  <jas@extundo.com>
18258
18259         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18260         (pgg-gpg-lookup-key): Use regexp match instead of
18261         split-string (split-string is different between emacs 21.2 and
18262         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18263
18264 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18265
18266         * gnus-art.el (gnus-mime-view-all-parts)
18267         (gnus-article-part-wrapper, gnus-article-view-part): Use
18268         with-current-buffer.
18269
18270 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18271
18272         * spam.el (spam-disable-spam-split-during-ham-respool)
18273         (spam-spamoracle-database, spam-cache-lookups)
18274         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18275         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18276         (spam-group-ham-marks, spam-group-spam-marks)
18277         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18278         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18279         also add spam-use-blackholes to the statistical checks.
18280         (spam-fetch-field-fast): Add interface to fetching fields, may
18281         become a macro.
18282         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18283         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18284         (spam-insert-fake-headers): Fake an article when needed.
18285         (spam-find-spam): Fake article when possible.
18286         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18287         (spam-check-bogofilter-headers): Use message-fetch-field instead
18288         of nnmail-fetch-field.
18289
18290 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18291
18292         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18293
18294 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18295
18296         * spam.el (spam-split): Do not require spam-use-CHECK to be
18297         enabled if that check is passed to spam-split explicitly; also
18298         fix so 'spam doesn't get converted to spam-split-group when
18299         spam-split-symbolic-return is t.
18300         (spam-find-spam): Find registrations of the article and use those
18301         instead of re-running spam-split to find the spam/ham
18302         classification of the article.
18303         (spam-log-processing-to-registry, spam-log-registered-p)
18304         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18305         Use gnus-error instead of gnus-message.
18306         (spam-log-registration-type): Add function to determine the
18307         classification of a message based on registry entries; will
18308         return nil if both 'spam and 'ham are found.
18309         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18310         a reasonably fast local cache without the loading errors.
18311         (spam-cache-lookups): Set to t by default.
18312         (spam-find-spam): Don't try to guess spam-cache-lookups.
18313         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18314         spam-caches entry.
18315         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18316         caching of whitelist/blacklist entries.
18317         (spam-check-whitelist, spam-check-blacklist): Invoke
18318         spam-from-listed-p with a type, not a cache variable.
18319         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18320
18321 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18322
18323         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18324
18325         * nnmail.el (nnmail-split-fancy): do.
18326
18327         * mml.el (mml-parse): do.
18328
18329         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18330         (gnus-score-adaptive): do.
18331
18332 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18335         (gnus-mime-button-map): Don't set keymap parent.
18336         (gnus-button-ctan-directory-regexp): Use shy grouping.
18337         (gnus-prev-page-map): Don't set keymap parent.
18338         (gnus-prev-page-map): Remove duplicated one.
18339         (gnus-next-page-map): Don't set keymap parent.
18340         (gnus-mime-security-button-map): Ditto.
18341
18342         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18343         version number.
18344
18345         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18346
18347 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18348
18349         * canlock.el (canlock-sha1-function): Remove.
18350         (canlock-sha1-function-for-verify): Remove.
18351         (canlock-openssl-program): Remove.
18352         (canlock-openssl-args): Remove.
18353         (canlock-ignore-errors): Remove.
18354         (canlock-sha1-with-openssl): Remove.
18355         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18356         (canlock-verify): Don't use canlock-ignore-errors.
18357
18358         * sha1-el.el (sha1-string-external): Make it can return a string
18359         in binary form.
18360         (sha1-region-external): Ditto.
18361         (sha1-string-internal): Ditto.
18362         (sha1-region-internal): Ditto.
18363         (sha1-region): Ditto.
18364         (sha1-string): Ditto.
18365         (sha1): Ditto.
18366
18367 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18368
18369         * spam.el (spam-report-articles-gmane): New command.
18370
18371 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18372
18373         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18374
18375         * run-at-time.el (run-at-time-saved): Remove.
18376         (run-at-time): Doc fix.
18377
18378 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18379
18380         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18381         (gnus-summary-limit-map): Add it.
18382         (gnus-summary-make-menu-bar): do.
18383
18384 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18385
18386         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18387         Make attempt at some caching support (done for BBDB only now).
18388         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18389         addresses to be checked.
18390         (spam-clear-cache-BBDB): Add function, to be invoked by
18391         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18392         (spam-check-BBDB): Check and use the caches, if
18393         spam-cache-lookups is on, remove superfluous (provide).
18394
18395 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18396
18397         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18398
18399 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18400
18401         * run-at-time.el (run-at-time-saved): Move to after the definition
18402         of `run-at-time'.
18403
18404         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18405
18406 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18409         mm-w3m-local-map-property.
18410
18411         * mm-view.el (mm-w3m-mode-map): Remove.
18412         (mm-w3m-local-map-property): Remove.
18413         (mm-inline-text-html-render-with-w3m): Don't use
18414         mm-w3m-local-map-property.
18415
18416 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18417
18418         * run-at-time.el: New file.
18419
18420         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18421         under Emacs.
18422
18423         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18424         of gnus-set-text-properties.
18425
18426         * gnus-uu.el (gnus-uu-save-article): Ditto.
18427
18428         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18429
18430         * gnus-cite.el (gnus-cite-parse): Ditto.
18431
18432         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18433         of gnus-.
18434
18435         * gnus-xmas.el (run-at-time): Require run-at-time.
18436
18437         * gnus.el: Changed calls to nnheader-run-at-time and
18438         password-run-at-time throughout to use run-at-time directly.
18439
18440         * password.el: Removed definition of run-at-time.
18441
18442         * nnheaderxm.el: Remove definition of run-at-time.
18443
18444 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18445
18446         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18447         in prompt.
18448
18449 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18450
18451         * messagexmas.el (message-xmas-redefine): Alias
18452         `message-make-caesar-translation-table' to
18453         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18454         version.
18455
18456         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18457         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18458         `gnus-xmas-set-text-properties'.
18459         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18460         `gnus-xmas-completing-read'.
18461         (gnus-xmas-completing-read): Removed.
18462         (gnus-xmas-open-network-stream): Removed.
18463
18464         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18465         XEmacs version.
18466
18467         * dns.el (dns-make-network-process): Use `open-network-stream'
18468         instead of `gnus-xmas-open-network-stream'.
18469
18470         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18471
18472         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18473
18474 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18475
18476         * gnus-art.el (gnus-mime-display-alternative)
18477         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18478         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18479         Don't use gnus-local-map-property.
18480
18481         * gnus-util.el (gnus-local-map-property): Remove.
18482
18483         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18484         gnus-completing-read-maybe-default with completing-read.
18485
18486         * gnus-util.el (gnus-completing-read): do.
18487         (gnus-completing-read-maybe-default): Remove.
18488
18489 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18490
18491         * password.el: Only autoload `run-at-time' if not XEmacs.
18492         Only autoload the itimer functions if XEmacs.
18493
18494 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18497         XEmacsen.
18498
18499         * dgnushack.el: Autoload executable-find for XEmacs.
18500
18501 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18502
18503         * gnus-art.el (gnus-read-string): Remove.
18504         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18505         read-string.
18506
18507 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18508
18509         * netrc.el: Autoload password-read.
18510         (netrc): Add configuration group.
18511         (netrc-encoding-method, netrc-openssl-path): Add
18512         variables for encoding and decoding of files with symmetric
18513         ciphers.
18514         (netrc-encode): Add assistant function to encode a file with
18515         netrc-encoding-method.
18516         (netrc-parse): Add interactive parameter, added optional
18517         decoding if netrc-encoding-method is non-nil but otherwise
18518         behavior is standard.
18519         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18520         Do s/encode/encrypt/ everywhere.
18521
18522         * spam.el: Remove executable-find autoload.
18523
18524 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18525
18526         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18527
18528         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18529
18530 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18531
18532         * gnus-art.el (gnus-treat-ansi-sequences)
18533         (article-treat-ansi-sequences): New variable and function.
18534         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18535
18536         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18537         Use it.
18538
18539 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18540
18541         * mm-util.el (mm-quote-arg): Remove.
18542
18543         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18544         shell-quote-argument.
18545
18546         * gnus-uu.el (gnus-uu-command): do.
18547
18548         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18549
18550         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18551         with make-char.
18552
18553         * mm-util.el (mm-make-char): Remove.
18554
18555         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18556         add-minor-mode.
18557
18558         * gnus-undo.el (gnus-undo-mode): do.
18559
18560         * gnus-topic.el (gnus-topic-mode): do.
18561
18562         * gnus-sum.el (gnus-dead-summary-mode): do.
18563
18564         * gnus-start.el (gnus-slave-mode): do.
18565
18566         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18567
18568         * gnus-ml.el (gnus-mailing-list-mode): do.
18569
18570         * gnus-gl.el (gnus-grouplens-mode): do.
18571
18572         * gnus-draft.el (gnus-draft-mode): do.
18573
18574         * gnus-dired.el (gnus-dired-mode): do.
18575
18576         * gnus-ems.el (gnus-add-minor-mode): Remove.
18577
18578         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18579         Replace gnus-char-width with char-width.
18580
18581         * gnus-ems.el (gnus-char-width): Remove.
18582
18583         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18584         Replace gnus-char-width with char-width.
18585
18586         * gnus-ems.el (gnus-char-width): Remove.
18587
18588         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18589         definition.
18590         Remove Emacs 20 hash table compatibility code.
18591
18592         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18593         20 compatibility code.
18594
18595         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18596
18597         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18598
18599         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18600         with point-at-{eol,bol}.
18601
18602         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18603
18604         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18605
18606         * flow-fill.el (fill-flowed-point-at-bol)
18607         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18608
18609         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18610         Replace with point-at-{eol,bol} throughout all files.
18611
18612 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * ntlm.el (ntlm-string-as-unibyte): New macro.
18615         (ntlm-build-auth-response): Use it.
18616
18617         Remove Emacs 20 stuff:
18618         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18619         (butlast, mapc, remove): Remove the compiler macros.
18620         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18621         of delq and copy-sequence.
18622         * gnus-art.el (popup-menu): Remove the compiler macro.
18623         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18624         Emacs 20.
18625
18626 2004-01-05  Simon Josefsson  <jas@extundo.com>
18627
18628         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18629         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18630         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18631         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18632         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18633         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18634         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18635         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18636         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18637         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18638         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18639         string-xor into ntlm-string-xor.  Suggested by
18640         Jesper Harder <harder@myrealbox.com>.
18641
18642         * ntlm.el: Don't include poem.
18643
18644         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18645         Jesper Harder <harder@myrealbox.com>.
18646
18647         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18648
18649         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18650         probably breaks emacs with DL patch, but do we care? Is anyone
18651         still using the DL stuff?)
18652
18653         * sieve-manage.el: Use the password package.
18654         (sieve-manage-read-passwd): Remove.
18655         (sieve-manage-interactive-login): Use password.  Re-add
18656         condition-case around loop.
18657
18658         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18659         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18660         the password package.
18661
18662 2003-02-19  Simon Josefsson  <jas@extundo.com>
18663
18664         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18665         token.
18666
18667 2002-08-07  Simon Josefsson  <jas@extundo.com>
18668
18669         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18670         (sieve-manage-authenticators):
18671         (sieve-manage-authenticator-alist): Add some SASL mechs.
18672         (sieve-sasl-auth): New function.
18673         (sieve-manage-cram-md5-auth):
18674         (sieve-manage-plain-auth): Rewrite using SASL library.
18675         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18676         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18677         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18678         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18679
18680 2004-01-05  Simon Josefsson  <jas@extundo.com>
18681
18682         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18683         New files.
18684
18685 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18686
18687         * gnus-group.el (gnus-no-groups-message): Update.
18688
18689         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18690
18691 2003-11-09  Simon Josefsson  <jas@extundo.com>
18692
18693         * imap.el: Support for ID IMAP extension (RFC 2971).
18694         (imap-local-variables): Add imap-id.
18695         (imap-id): New variable.
18696         (imap-id): New function.
18697         (imap-parse-response): Parse untagged ID response.
18698         * nnimap.el (nnimap-id): New variable.
18699         (nnimap-open-connection): Use it.
18700
18701 2003-12-28  Simon Josefsson  <jas@extundo.com>
18702
18703         * gnus-score.el (gnus-score-edit-all-score): New.
18704         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18705
18706 2004-01-04  Simon Josefsson  <jas@extundo.com>
18707
18708         * password.el: Add.
18709
18710 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18711
18712         * dns.el (dns-query-types): Fix typo.
18713         (dns-query-types): New function.
18714         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18715         PTR and SOA replies, see RFC 1035.
18716
18717 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18718
18719         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18720
18721         * Moved to Changelog.2.
18722
18723 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18724
18725         * gnus.el (gnus-version-number): Bump version.
18726
18727 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18728
18729         * gnus.el: No Gnus v0.1 is released.
18730
18731 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18732
18733         * gnus.el: No Gnus v0.0 is released.
18734
18735 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18736
18737         * gnus.el (gnus-version-number): Bump.
18738         (gnus-version): No.
18739
18740 See ChangeLog.2 for earlier changes.
18741
18742     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18743       Free Software Foundation, Inc.
18744
18745   This file is part of GNU Emacs.
18746
18747   GNU Emacs is free software: you can redistribute it and/or modify
18748   it under the terms of the GNU General Public License as published by
18749   the Free Software Foundation, either version 3 of the License, or
18750   (at your option) any later version.
18751
18752   GNU Emacs is distributed in the hope that it will be useful,
18753   but WITHOUT ANY WARRANTY; without even the implied warranty of
18754   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18755   GNU General Public License for more details.
18756
18757   You should have received a copy of the GNU General Public License
18758   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18759
18760 ;; Local Variables:
18761 ;; coding: utf-8
18762 ;; fill-column: 79
18763 ;; add-log-time-zone-rule: t
18764 ;; End: